@charset "utf-8";

/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Noq+ App
	All rights reserved
*/

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");
.animated-effect, .account-links .account-link, .message-item, .notification-item, .medicine-item, .calendar-pickup .calendar-days .week .day, .calendar-pickup .calendar-header .calendar-actions .btn-icon, .list-screen .lab-item, .list-screen .news-item, .list-screen .topic-item, .list-screen .appointment-item-box, .list-header .new-button, .list-header .back-button, .page-body .clinic-box, .page-body .express-box, .points-screen .small-box, .points-screen .points-progress, .points-bar .profile-details .back-button, .home-screen .small-box, .home-screen .home-box, .welcome-bar .welcome-stats .stats-item, .btn.btn-secondary, .btn.btn-primary {
  transition: 0.1s ease all;
}

.animated-long-effect, .mental-box.expandable h4:after, .popup-page-wrapper .popup-page, .popup-page-wrapper {
  transition: 0.25s ease all;
}

.active-effect {
  transform-origin: center;
  transform: scale(0.975);
}

body,
html {
    font-family: "DM Sans", sans-serif;
    position: relative;
    /* font-size: 1rem; */
    font-size: calc(0.85 * 5vw);
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(-45deg, #bd59df, #233d71);
    position: relative;
    overflow-x: hidden;
}
body .effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
  }
body .effects .effect-1 {
    position: absolute;
    bottom: -75%;
    right: -25%;
    width: 200%;
    height: 150%;
    background: linear-gradient(45deg, #e752bc, #f5be44);
    border-radius: 100%;
    box-shadow: rgba(31, 31, 31, 0.5) inset -0.5rem 0 5rem, rgba(31, 31, 31, 0.35) 0 1rem 2rem;
    content: " ";
    z-index: 0;
  }
  body .effects .effect-2 {
    position: absolute;
    bottom: -80%;
    right: -150%;
    width: 200%;
    height: 150%;
    background: linear-gradient(20deg, #7D2E68, #251351);
    border-radius: 100%;
    box-shadow: rgba(31, 31, 31, 0.5) inset -0.5rem 0 5rem, rgba(31, 31, 31, 0.35) 0 1rem 2rem;
    content: " ";
    z-index: 1;
  }
  body.disable-animations-before-load * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
  }

  .navbar.fixed-bottom {
    padding: 0.5rem 2.5rem;
    z-index: 9;
  }
  .navbar.fixed-bottom .nav.nav-pills {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    box-shadow: rgba(31, 31, 31, 0.2) 0 0.1rem 0.4rem;
    border-radius: 2rem;
    width: 100%;
    margin: 0;
    padding: 0 1rem;
  }
  .navbar.fixed-bottom .nav.nav-pills .nav-item {
    width: 25%;
  }
  .navbar.fixed-bottom .nav.nav-pills .nav-item .nav-link {
    display: block;
    text-align: center;
    color: rgba(31, 31, 31, 0.5);
    padding: 0.65rem 0;
    border-radius: 0;
  }
  .navbar.fixed-bottom .nav.nav-pills .nav-item .nav-link:active {
    background: #f2f3f4;
  }
  .navbar.fixed-bottom .nav.nav-pills .nav-item .nav-link.active {
    background: none;
    color: #ff8fab !important;
  }
  .navbar.fixed-bottom .nav.nav-pills .nav-item .nav-link.active img {
    filter: none;
    opacity: 1;
  }
  .navbar.fixed-bottom .nav.nav-pills .nav-item .nav-link img {
    width: 1.15rem;
    height: 1.15rem;
    opacity: 0.35;
    filter: brightness(0);
    margin-bottom: 0.15rem;
  }
  .navbar.fixed-bottom .nav.nav-pills .nav-item .nav-link span {
    display: none;
    font-size: 0.7rem;
    font-weight: bold;
    white-space: nowrap;
  }
  .navbar.fixed-bottom .nav.nav-pills .nav-item .nav-link .notification-badge {
    position: absolute;
    top: 8px;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    text-align: center;
    line-height: 0.85rem;
    font-size: 0.55rem;
    font-style: normal;
    font-weight: 600;
    font-style: normal;
    background: #ef476f;
    color: #fff;
}

/* Basic */

.row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.row div[class^='col'] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}


/* Welcome Screen */

.welcome-screen {
    /* background: rgba(255, 255, 255, 0.25);
    border-radius: 1rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
    min-height: 100vh;
    height: auto;
    z-index: 1;
    /* margin: 1rem; */
    /* color: #ff8fab; */

    /* background: linear-gradient(to bottom, #ffcad4, #f4acb7, #ff8fab); */
}

.welcome-screen img.logo {
    display: block;
    width: 210px;
    /* margin: auto auto auto auto; */
    margin-top: 14rem;
    border-radius: 1rem;
}

.welcome-screen h1 {
    font-weight: 700;
    color: #FFF;
    margin: 0rem 0 1rem 0;
    font-size: 1rem;
}

/* .new-welcome-screen h1 {
    font-weight: 700;
    color: #ff8fab;
    margin: 0rem 0 1rem 0;
    font-size: 1rem;
} */

.welcome-screen p {
    font-size: 0.85rem;
    color: #FFF;
}

.welcome-screen p.small {
    font-size: 0.7rem;
    margin-top: 1rem;
    color: #FFF;
}

.welcome-screen p a {
    color: #ff8fab;
}

.welcome-screen p.small a {
    color: inherit;
}

.welcome-screen .btn {
    margin-top: auto;
    display: block;
}


/* Buttons */
.btn.btn-primary {
    background: linear-gradient(to top, #9094e8, #a5a8ec);
    border-color: transparent;
    font-weight: bold;
    font-size: 0.8rem;
    /* text-transform: uppercase; */
    padding: 1rem 1rem;
    border-radius: 1rem;
  }
  .btn.btn-primary:active {
    transform-origin: center;
    transform: scale(0.975);
    filter: brightness(110%);
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
  }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem !important;
    background: linear-gradient(to top, #9094e8, #a5a8ec);
  }
  .btn.btn-secondary {
    background: linear-gradient(to top, #5990ad, #6a9bb5);
    border-color: transparent;
    font-weight: bold;
    font-size: 0.8rem;
    /* text-transform: uppercase; */
    padding: 1rem 1rem;
    border-radius: 1rem;
  }
  .btn.btn-secondary:active {
    transform-origin: center;
    transform: scale(0.975);
    filter: brightness(110%);
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
  }
  .btn.btn-secondary:hover, .btn.btn-secondary:focus {
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem !important;
  }
  .btn.btn-transparent-dark {
    background: rgba(31, 31, 31, 0.35);
    backdrop-filter: blur(4px);
    color: #fff;
    box-shadow: none;
    border-color: transparent;
    font-weight: bold;
    font-size: 0.8rem;
    /* text-transform: uppercase; */
    padding: 1rem 1rem;
    border-radius: 1rem;
  }
  .btn.btn-transparent-dark:focus {
    box-shadow: none !important;
  }
  .btn.btn-transparent-dark:active {
    background: rgba(31, 31, 31, 0.65);
    transform-origin: center;
    transform: scale(0.975);
    box-shadow: none !important;
  }

.btn.btn-secondary img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    margin: auto;
}

.btn.btn-danger {
    background: #ff0000;
    border-color: #ff0000;
    color: #fff;
    border-radius: 35px;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 1rem;
    position: relative;
}

.btn.btn-danger img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    margin: auto;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
    background: #ff0000 !important;
    border-color: #ff0000 !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn.btn-link {
    padding: 5px 10px;
    margin: -5px -10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #004ba8;
    border-radius: 0.5rem;
    transition: 0.15s ease all;
    text-decoration: none;
}

.btn.btn-link:focus,
.btn.btn-link:hover,
.btn.btn-link:focus {
    /* background: #f2f3f4; */
    box-shadow: none;
    outline: none;
}

#accordion .card, #accordion .card .card-header:first-child{
    border-radius: 0.5rem;
}
#accordion .card .card-header {
    padding: unset !important;
    background-color: unset !important;
    border-bottom: unset !important;
}

.btn.loading,
.btn.btn-primary.loading,
.btn.btn-secondary.loading,
.btn.btn-danger.loading,
.btn.btn-link.loading {
    position: relative;
    color: transparent !important;
}

.btn.loading img {
    opacity: 0;
}

.btn.loading:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    content: ' ';
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 2px solid #fff;
    border-right-color: transparent;
    margin: auto;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.btn.loading .info {
    opacity: 0;
}


/* Footer Menu */

.footer-menu {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: rgba(10, 10, 10, 0.05) 0 -5px 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-menu li {
    width: calc(100% / 5);
    position: relative;
}

.footer-menu li+li:before {
    width: 1px;
    height: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    content: ' ';
    border-left: 1px solid #f2f3f4;
}

.footer-menu li a {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 5px;
    transition: 0.1s ease all;
    text-decoration: none !important;
    position: relative;
}

.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-menu li a:active {
    background: #f2f3f4;
}

.footer-menu li img {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    filter: grayscale(1);
    opacity: 0.25;
}

.footer-menu li span {
    display: block;
    font-size: 0.55rem;
    color: #333;
    margin-top: 0.15rem;
}

.footer-menu li.active img {
    filter: none;
    opacity: 1;
}

.footer-menu li.active span {
    color: #004BA8;
}

.footer-menu li a .notification-badge {
    position: absolute;
    top: 8px;
    right: 18px;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    text-align: center;
    line-height: 0.85rem;
    font-size: 0.55rem;
    font-style: normal;
    font-weight: 600;
    background: #F3372E;
    color: #fff;
}

/* welcome bar */
.welcome-bar {
    position: relative;
    text-align: center;
    padding: 1rem 0 1rem 0;
    /* background: linear-gradient(to bottom, #ffcad4, #f4acb7, #ff8fab); */
    background: linear-gradient(to bottom, #ff97ab, #ee7f90, #ff5c85);
    border-radius: 1rem;
    overflow: hidden;
    margin: 0.75rem 0.75rem 0.5rem 0.75rem;
  }
  .welcome-bar .container {
    position: relative;
    z-index: 1;
  }
  .welcome-bar img.welcome-avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
  }
  .welcome-bar h4 {
    font-weight: bold;
    margin: 0.5rem 0;
    color: #fff;
    font-size: 1rem;
  }
  .welcome-bar .welcome-stats {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .welcome-bar .welcome-stats .stats-item {
    display: flex;
    align-items: center;
    background: rgba(31, 31, 31, 0.1);
    box-shadow: rgba(31, 31, 31, 0.1) inset 0 -1px 2px;
    backdrop-filter: blur(2px);
    padding: 0.15rem 0.75rem;
    border-radius: 0.75rem;
    color: #fff;
    font-size: 0.9rem;
    margin: 0 0.15rem;
    text-decoration: none;
  }
  .welcome-bar .welcome-stats .stats-item:active {
    background: rgba(31, 31, 31, 0.25);
    box-shadow: rgba(31, 31, 31, 0.25) inset 0 -1px 2px;
  }
  .welcome-bar .welcome-stats .stats-item span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.7rem;
    margin-left: 0.25rem;
  }
  .welcome-bar .welcome-stats .stats-item i {
    font-style: normal;
    font-size: 0.6rem;
    background: #ef476f;
    color: #fff;
    padding: 0.1rem 0.35rem;
    border-radius: 0.5rem;
    margin: -1rem -0.25rem -1rem 0.25rem;
    text-transform: uppercase;
  }
  .welcome-bar .welcome-stats .stats-item img {
    width: 0.7rem;
    height: 0.7rem;
    filter: brightness(0) invert(1);
    margin: -0.1rem 0 0 0.25rem;
  }
  .welcome-bar .welcome-button-right {
    position: absolute !important;
    top: 0;
    right: 0.75rem;
  }

  .btn.btn-icon {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    line-height: 2.5rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    position: relative;
    box-shadow: none;
}
  .btn.btn-icon img {
    width: 1.25rem;
    height: 1.25rem;
    filter: brightness(0) invert(1);
}
.btn.btn-icon span {
    position: absolute;
    top: -0.15rem;
    right: -0.15rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #ef476f;
    color: #fff;
    text-align: center;
    line-height: 1.1rem;
    font-size: 0.7rem;
    font-weight: bold;
}


/* Home Screen */

.home-screen {
    padding: 0 0 5rem 0;
    flex-grow: 1;
  }
  .home-screen .home-box {
    display: block;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background: linear-gradient(to top, #9094e8, #a5a8ec);
    color: #fff;
    position: relative;
    height: 100%;
    text-align: center;
  }
  .home-screen .home-box:active {
    transform-origin: center;
    transform: scale(0.975);
    filter: brightness(110%);
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
  }
  .home-screen .home-box:after {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: " ";
    transform-origin: center;
    transform: rotate(-45deg);
    margin: auto;
    opacity: 0.25;
  }
  .home-screen .home-box.box-type-2 {
    background: linear-gradient(to top, #5990ad, #6a9bb5);
  }
  .home-screen .home-box img {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
    filter: brightness(0) invert(1);
  }
  .home-screen .home-box h4 {
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 0.5rem 0 0 0;
    display: block;
  }
  .home-screen .home-box p {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0.5rem 0 0 0;
    line-height: 1.2;
    font-weight: 400;
  }
  .home-screen .home-box p strong {
    display: block;
    color: #fff;
  }
  /* .home-screen .small-box {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background: #fff;
    color: #1f1f1f;
    text-decoration: none;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  } */
  .home-screen .small-box {
    padding: 1rem;
    border-radius: 0.5rem;
    background: #fff;
    color: #1f1f1f;
    text-decoration: none;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
  .home-screen .small-box:active {
    transform-origin: center;
    transform: scale(0.975);
    filter: brightness(110%);
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
  }
  /* .home-screen .small-box:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #1f1f1f;
    border-bottom: 2px solid #1f1f1f;
    content: " ";
    transform-origin: center;
    transform: rotate(-45deg);
    margin: auto;
    opacity: 0.15;
  } */
  .home-screen .small-box.box-type-2 {
    background: linear-gradient(to top, #5990ad, #6a9bb5);
  }
  .home-screen .small-box img {
    width: 3rem;
    height: 3rem;
    margin-right: 0.75rem;
  }
  .home-screen .small-box h4 {
    color: #1f1f1f;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 0;
    display: block;
  }
  .home-screen .small-box p {
    font-size: 0.7rem;
    color: rgba(31, 31, 31, 0.5);
    margin: 0.15rem 0 0 0;
    line-height: 1.2;
    font-weight: 400;
  }
  .home-screen h3.home-title {
    font-weight: bold;
    position: relative;
    z-index: 9;
    color: #fff;
    margin: 1.25rem 0 0 0;
    font-size: 1.15rem;
    text-shadow: rgb(31 31 31 / 20%) 0 0.1rem 0.1rem;
}

  /* account */
  .points-bar {
    position: relative;
    padding: 1rem 0 1rem 0;
    background: linear-gradient(to bottom, #ffcad4, #f4acb7, #ff8fab);
    border-radius: 1rem;
    overflow: hidden;
    margin: 0.75rem 0.75rem 0.5rem 0.75rem;
  }
  .points-bar .container {
    position: relative;
    z-index: 1;
  }
  .points-bar .profile-details {
    display: flex;
    align-items: center;
  }
  .points-bar .profile-details .back-button {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: -1rem 0.25rem -1rem 0;
    text-align: center;
    line-height: 2.5rem;
    padding: 0 0 0 0.5rem;
    text-decoration: none;
    border-radius: 0.5rem;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
  }
  .points-bar .profile-details .back-button:active {
    background: rgba(255, 255, 255, 0.2);
    transform-origin: center;
    transform: scale(0.95);
  }
  .points-bar .profile-details .back-button .back-icon {
    width: 0.6rem;
    height: 0.6rem;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform-origin: center;
    transform: rotate(45deg);
    margin-right: 0.5rem;
    display: inline-block;
  }
  .points-bar .profile-details img.welcome-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    margin-right: 0.5rem;
  }
  .points-bar .profile-details h4 {
    font-weight: bold;
    margin: 0.5rem 0;
    color: #fff;
    font-size: 1rem;
  }
  .points-bar .profile-details input.form-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    /* width: 15rem; */
    /* height: 15rem; */
    z-index: 1;
    border-radius: 50%;
    opacity: 0;
    outline: none;
}

  .points-bar .points-items {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
  .points-bar .points-items .points-item {
    display: block;
  }
  .points-bar .points-items .points-item + .points-item {
    margin-left: 2rem;
  }
  .points-bar .points-items .points-item strong {
    display: block;
    line-height: 1.2;
    font-size: 1.75rem;
    font-weight: bold;
    color: #fff;
  }
  .points-bar .points-items .points-item span {
    display: block;
    line-height: 1.2;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
  }

  .points-screen {
    padding: 0 0 5rem 0;
    flex-grow: 1;
    position: relative;
    z-index: 1;
  }
  .points-screen .points-progress {
    padding: 1rem;
    border-radius: 0.5rem;
    background: linear-gradient(to top, #9094e8, #a5a8ec);
    color: #fff;
    text-decoration: none;
    position: relative;
    height: 100%;
  }
  .points-screen .points-progress .progress {
    border-radius: 1.5rem;
    overflow: visible;
    background: #9094e8;
  }
  .points-screen .points-progress .progress .progress-bar {
    background-color: #ff8fab;
    border-radius: 1.5rem;
    box-shadow: rgba(31, 31, 31, 0.15) 0 0 1rem;
  }
  .points-screen .points-progress .progress-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .points-screen .points-progress .progress-labels strong {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0.5rem;
  }
  .points-screen .points-progress .progress-labels span {
    display: block;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.65);
  }
  .points-screen .points-progress .progress-labels .progress-end {
    text-align: right;
  }
  .points-screen .small-box {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background: #fff;
    color: #1f1f1f;
    text-decoration: none;
    position: relative;
    height: 100%;
  }
  .points-screen .small-box:active {
    transform-origin: center;
    transform: scale(0.975);
    filter: brightness(110%);
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
  }
  .points-screen .small-box:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #1f1f1f;
    border-bottom: 2px solid #1f1f1f;
    content: " ";
    transform-origin: center;
    transform: rotate(-45deg);
    margin: auto;
    opacity: 0.15;
  }
  .points-screen .small-box.box-type-2 {
    background: linear-gradient(to top, #5990ad, #6a9bb5);
  }
  .points-screen .small-box img {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.5rem;
  }
  .points-screen .small-box h4 {
    color: #1f1f1f;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 0;
    display: block;
  }
  .points-screen .small-box p {
    font-size: 0.7rem;
    color: rgba(31, 31, 31, 0.5);
    margin: 0.15rem 0 0 0;
    line-height: 1.2;
    font-weight: 400;
  }
  .points-screen .redeem-points {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .points-screen .redeem-points:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: " ";
    transform-origin: center;
    transform: rotate(-45deg);
    margin: auto;
    opacity: 0.15;
  }
  .points-screen .redeem-points img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    filter: brightness(0) invert(1);
  }
  .points-screen .redeem-points strong {
    color: #fff;
    font-weight: bold;
    margin: 0;
    display: block;
    line-height: 1.2;
  }

  /* list-screen */
  .list-screen {
    position: relative;
    z-index: 1;
    padding-bottom: 5rem;
  }
  .list-screen .section-title {
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    margin-top: 1rem;
  }
  .list-screen .list-stats {
    margin-top: 0;
    padding: 1.25rem;
    background: rgba(31, 31, 31, 0.35);
    backdrop-filter: blur(4px);
    border-radius: 0.5rem;
  }
  .list-screen .list-stats strong {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
  }
  .list-screen .list-stats span {
    color: rgba(255, 255, 255, 0.75);
    display: block;
    font-size: 0.8rem;
    line-height: 1;
    margin-top: 0.25rem;
  }
  .list-screen .order-empty {
    background: #fff;
    padding: 1rem ;
    border-radius: 0.5rem;
    position: relative;
  }
  .list-screen .order-box {
    background: #fff;
    padding: 1rem 7rem 1rem 1rem;
    border-radius: 0.5rem;
    position: relative;
  }
  .list-screen .order-box .order-title, .list-screen .order-empty .order-title {
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    font-size: 0.9rem;
  }
  .list-screen .order-box .order-tracking {
    font-size: 0.7rem;
    color: rgba(51, 51, 51, 0.75);
  }
  .list-screen .order-box .order-progress {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .list-screen .order-box .order-progress .badge {
    font-size: 0.6rem;
    font-weight: bold;
    border-radius: 3rem;
    padding: 0.35rem 0.75rem;
    display: block;
  }
  .list-screen .order-box .order-progress .badge.bg-secondary {
    background: #eee !important;
    color: #333;
  }
  .list-screen .appointment-item-box {
    background: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
    text-decoration: none;
    color: inherit;
  }
  .list-screen .appointment-item-box:active {
    transform-origin: center;
    transform: scale(0.975);
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
  }
  .list-screen .appointment-item-box .appointment-date {
    display: block;
    flex-shrink: 0;
    width: 25%;
    height: auto;
  }
  .list-screen .appointment-item-box .appointment-date strong {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -2px;
    color: #ff8fab;
    display: block;
    line-height: 1;
  }
  .list-screen .appointment-item-box .appointment-date span {
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    color: #ff8fab;
    line-height: 1;
    margin: 0.15rem 0 0.35rem 0;
  }
  .list-screen .appointment-item-box .appointment-date i {
    font-size: 0.8rem;
    font-weight: bold;
    color: #333;
    display: block;
    line-height: 1;
    font-style: normal;
  }
  .list-screen .appointment-item-box .appointment-details strong {
    display: block;
    line-height: 1.2;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
  }
  .list-screen .appointment-item-box .appointment-details p {
    font-size: 0.8rem;
    color: rgba(51, 51, 51, 0.5);
    margin: 0;
  }
  .list-screen .appointment-item-box.appointment-completed .appointment-date strong, .list-screen .appointment-item-box.appointment-completed .appointment-date span, .list-screen .appointment-item-box.appointment-completed .appointment-date i {
    color: rgba(51, 51, 51, 0.25);
  }
  .list-screen .topic-item {
    background: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .list-screen .topic-item:after {
    position: absolute;
    bottom: 1.25rem;
    right: 1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #1f1f1f;
    border-bottom: 2px solid #1f1f1f;
    content: " ";
    transform-origin: center;
    transform: rotate(-45deg);
    margin: auto;
    opacity: 0.15;
  }
  .list-screen .topic-item:active {
    transform-origin: center;
    transform: scale(0.975);
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
  }
  .list-screen .topic-item strong {
    display: block;
    font-weight: bold;
    font-size: 0.9rem;
    color: #333;
  }
  .list-screen .topic-item span {
    display: block;
    font-size: 0.8rem;
    color: #ff8fab;
    font-weight: bold;
  }
  .list-screen .news-item {
    background: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
  }
  .list-screen .news-item:active {
    transform-origin: center;
    transform: scale(0.975);
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
  }
  .list-screen .news-item .news-thumb {
    display: block;
    width: 6rem;
    height: 6rem;
    object-fit: cover;
    margin-right: 1rem;
    border-radius: 0.5rem;
  }
  .list-screen .news-item strong {
    display: block;
    font-weight: bold;
    font-size: 0.9rem;
    color: #333;
  }
  .list-screen .news-item p {
    display: block;
    margin: 0;
    font-size: 0.8rem;
    color: rgba(51, 51, 51, 0.5);
  }
  .list-screen .lab-item {
    background: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
    text-decoration: none;
    color: inherit;
  }
  .list-screen .lab-item:active {
    transform-origin: center;
    transform: scale(0.975);
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
  }
  .list-screen .lab-item .appointment-date {
    display: block;
    flex-shrink: 0;
    width: 25%;
    height: auto;
  }
  .list-screen .lab-item .appointment-date strong {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -2px;
    color: #ff8fab;
    display: block;
    line-height: 1;
  }
  .list-screen .lab-item .appointment-date span {
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    color: #ff8fab;
    line-height: 1;
    margin: 0.15rem 0 0.35rem 0;
  }
  .list-screen .lab-item .appointment-date i {
    font-size: 0.8rem;
    font-weight: bold;
    color: #333;
    display: block;
    line-height: 1;
    font-style: normal;
  }
  .list-screen .lab-item .appointment-details strong {
    display: block;
    line-height: 1.2;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
  }
  .list-screen .lab-item .appointment-details p {
    font-size: 0.8rem;
    color: rgba(51, 51, 51, 0.5);
    margin: 0;
  }
  .list-screen .lab-item.appointment-completed .appointment-date strong, .list-screen .lab-item.appointment-completed .appointment-date span, .list-screen .lab-item.appointment-completed .appointment-date i {
    color: rgba(51, 51, 51, 0.25);
  }

.hello-section {
    position: relative;
    padding: 2.5rem 2.5rem 3.5rem 2.5rem;
    width: calc(100% + 5rem);
    margin: 0 -2.5rem;
    /* background: #004ba8; */
}

.hello-section:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    content: ' ';
    z-index: 0;
    /* background: #fff; */
    opacity: 0.1;
}

.hello-section:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    content: ' ';
    z-index: 0;
    background: #fff;
    opacity: 0.1;
}

.hello-section img.avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 25px;
    box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 5px;
    position: relative;
    z-index: 1;
    display: block;
}

.hello-section h4 {
    font-size: 1.25rem;
    margin: 3rem 0 0 0;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hello-section h4 strong {
    display: block;
}

.hello-section .hello-earnings {
    display: inline-block;
    position: relative;
    color: #fff;
    line-height: 1;
    transition: 0.15s ease all;
    border-radius: 10px;
    padding: 0.5rem 3.25rem 0.5rem 0.5rem;
    text-decoration: none;
}

.hello-section .hello-earnings:active {
    background: rgba(255, 255, 255, 0.15);
}

.hello-section .hello-earnings img {
    width: 2.7rem;
    height: 2.7rem;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: -0.2rem;
    margin: auto;
}

.hello-section .hello-earnings strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 600;
}

.hello-section .hello-earnings i {
    display: block;
    font-style: normal;
    font-size: 0.8rem;
    opacity: 0.5;
}

.hello-section .hello-level {
    position: absolute;
    /*bottom: -0.5rem;*/
    left: 1.5rem;
    display: inline-block;
    z-index: 1;
    border-radius: 6px;
    padding: 0.15rem 0.5rem;
    font-size: 0.6rem;
    background: #999;
    color: #fff;
    font-weight: 600;
}

/* .hello-section .hello-level.level-gold {
    background: goldenrod;
    color: #fff;
} */

.home-content {
    /* background: #fff; */
    padding: 1.5rem 2.5rem 5rem 2.5rem;
    width: calc(100% + 5rem);
    margin: -2.5rem -2.5rem 0 -2.5rem;
    border-top-left-radius: 45px;
    z-index: 1;
    position: relative;
}

/*.notifications {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: -3.5rem;
    margin-bottom: 1.5rem;
}*/

.notifications .notification-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    box-shadow: rgba(10, 10, 10, 0.1) 0 3px 15px;
}

.notifications .notification-item .notification-icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    filter: grayscale(1);
}

.notifications .notification-item .notification-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    width: calc(100% - 4rem);
    padding-left: 1rem;
}

.notifications .notification-item .notification-content strong {
    font-size: 0.9rem;
    color: #1f1f1f;
    display: block;
}

.notifications .notification-item .notification-content span {
    color: #aaa;
    font-size: 0.6rem;
    display: block;
}

.notifications .notification-item .btn {
    padding: 0.5rem;
    width: 2rem;
    height: 2rem;
    line-height: 1;
}

.notifications .notification-item .btn img {
    filter: brightness(0) invert(1);
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    position: relative;
    right: 0.15rem;
}

.notifications .notification-item.v2 .notification-content {
    width: calc(100% - 2rem);
}

.notifications.notifications-page {
    margin-top: 0;
    margin-bottom: 0;
}

.notifications.notifications-page .notification-item {
    padding: 1rem 1.5rem;
}

.notifications.notifications-page .notification-item+.notification-item {
    margin-top: 0.5rem;
}

.notifications.notifications-page .notification-item .btn.disabled {
    background: #999;
    border-color: #999;
    padding: 0.4rem 0;
}

.notifications.notifications-page .notification-item .btn .spinner-border {
    width: 1rem;
    height: 1rem;
    right: 0;
    left: 0;
    margin: 0;
    border-width: 2px;
}

.notifications.notifications-page .notification-item .notification-content span.late {
    color: #ff0000;
    font-weight: 600;
} 
/* notification new ui */
.notification-item {
    background: #fff;
    padding: 1rem 1rem 1rem 5rem;
    border-radius: 0.5rem;
    position: relative;
  }
  .notification-item:active {
    transform-origin: center;
    transform: scale(0.975);
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
  }
  .notification-item.notification-new {
    background: #fff5f8;
  }
  .notification-item.notification-new:after {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 0.5rem;
    color: #fff;
    font-weight: bold;
    padding: 0.15rem 0.5rem;
    border-radius: 0.5rem;
    background: #ff8fab;
    content: "NEW";
    z-index: 1;
  }
  .notification-item .notification-avatar {
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 3rem;
    height: 3rem;
  }
  .notification-item .notification-avatar .avatar {
    width: 3rem;
    height: 3rem;
    /* border-radius: 50%; */
    object-fit: cover;
    position: relative;
    z-index: 0;
  }
  .notification-item .notification-avatar .notification-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    z-index: 1;
  }
  .notification-item .notification-avatar .notification-icon img,  .notification-icon img {
    width: 1rem;
    height: 1rem;
    object-fit: cover;
  }
  .notification-item strong {
    display: block;
    line-height: 1.2;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
  }
  .notification-item p {
    font-size: 0.8rem;
    color: rgba(51, 51, 51, 0.5);
    margin: 0;
  }
  .notification-item span {
    font-weight: bold;
    font-size: 0.7rem;
    display: block;
    color: #ff8fab;
  }

.resources-list {
    display: block;
    position: relative;
}

.resources-list h4 {
    /* font-size: 1rem;
    color: #333;
    font-weight: 600;
    margin: 0; */
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    margin-top: 1rem;
}

.resources-list .items {
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% + 0.7rem);
    margin: 0 -0.35rem;
    padding-top: 0.35rem;
}

.resources-list .items .item {
    background: #f1f1f1;
    /*box-shadow: rgba(10,10,10,0.075) 0 3px 12px;*/
    border-radius: 12px;
    width: calc((100% / 3) - 0.7rem);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-decoration: none !important;
    margin: 0.35rem;
    padding: 1rem 0;
    transition: 0.15s ease all;
    border: 1px solid #eee;
    box-shadow: rgb(10 10 10 / 10%) 0 3px 3px;
}

.resources-list .items .item:hover {
    background: #ddd;
}

.resources-list .items .item img {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.5rem;
    filter: grayscale(1);
}

.resources-list .items .item:hover img {
    filter: none;
}

.resources-list .items .item strong {
    font-weight: normal;
    color: #333;
    font-size: 0.65rem;
}

.resources-list .items .item:hover strong {
    color: #004BA8;
}

.earnings {
    margin-top: 1rem;
}

.earnings h4 {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.earnings .box {
    background: #fff;
    box-shadow: rgba(10, 10, 10, 0.075) 0 3px 12px;
    border-radius: 12px;
    padding: 1.5rem 1rem 1rem 1rem;
    position: relative;
}

.earnings .box img {
    position: absolute;
    top: 2rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.earnings .box strong {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #424242;
    margin: 0;
    line-height: 1.25;
}

.earnings .box i {
    display: block;
    margin: -0.5rem 0 0 0;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
}

.earnings .box span {
    display: block;
    margin-top: 1rem;
    font-size: 0.8rem;
}

.earnings.smaller .box {
    padding: 1rem 0.75rem 1rem 3.5rem;
    background: #f9f9f9;
    box-shadow: none;
    position: relative;
}

.earnings.smaller .box img {
    display: none;
}

.earnings.smaller .box strong {
    font-size: 1.3rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.3rem;
    margin: auto;
    line-height: 1.5rem;
    height: 1.5rem;
}

.earnings.smaller .box i {
    font-size: 0.9rem;
    margin-top: 0;
}

.earnings.smaller .box span {
    font-size: 0.8rem;
    margin-top: 0;
}

.recommended {
    margin-top: 1.5rem;
}

.recommended h4 {
    /* font-size: 1rem;
    color: #333;
    font-weight: 600;
    margin: 0 0 1rem 0; */
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    margin-top: 1rem;
}

.recommended .recommend-box {
    display: block;
    position: relative;
    margin-top: 0.5rem;
    background: #004ba8;
    border-radius: 0 20px 20px 0;
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
    width: calc(100% + 3.6rem);
    margin-left: -2.5rem;
    transition: 0.15s ease all;
    text-decoration: none;
}

.recommended .recommend-box.v2 {
    background: #39A0ED;
}

.recommended .recommend-box:hover,
.recommended .recommend-box:focus,
.recommended .recommend-box:active {
    filter: brightness(120%);
}

.recommended .recommend-box h5 {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
}

.recommended .recommend-box p {
    margin: 0;
    font-size: 0.7rem;
    color: #fff;
}

.home-resources {
    background: #f2f3f4;
    padding: 2.5rem 2.5rem 1.5rem 2.5rem;
    width: calc(100% + 5rem);
    margin: -2.5rem -2.5rem 0 -2.5rem;
    border-top-left-radius: 45px;
    z-index: 1;
    position: relative;
}

.home-resources h4 {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    margin: 0;
}

.home-resources .resources-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    width: calc(100% + 4.2rem);
    margin: 1rem -2.5rem 0 -28px;
    background: #fff;
    padding: 1rem 0.5rem 1rem 1rem;
    border-radius: 15px 0 0 15px;
    box-shadow: rgb(10 10 10 / 5%) 0 4px 8px;
    user-select: none;
}

.home-resources .resources-item:hover,
.home-resources .resources-item:focus,
.home-resources .resources-item:active {
    background: #ddd;
}

.home-resources .resources-item img {
    width: 3.5rem;
    height: 3.5rem;
    flex-shrink: 0;
    object-fit: cover;
    /* object-fit: unset; */
    border-radius: 10px;
}

.home-resources .resources-item .item-info {
    width: calc(100% - 3.9rem);
    flex-shrink: 0;
    padding-left: 1rem;
}

.home-resources .resources-item .item-info h4 {
    font-size: 1rem;
    margin: 0 0 0.25rem 0;
    color: #1f1f1f;
}

.home-resources .resources-item .item-info p {
    font-size: 0.7rem;
    margin: 0;
    color: #333;
}


/* Page Header */

.page-header {
    position: relative;
    padding: 1rem 0.75rem;
    background: linear-gradient(to bottom, #ffcad4, #f4acb7, #ff8fab);
    border-radius: 1rem;
    overflow: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
    margin: 0.75rem 0.75rem 0.5rem 0.75rem;
  }

  .page-header .back-button {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: -1rem 0.5rem -1rem 0;
    text-align: center;
    line-height: 2.5rem;
    padding: 0 0 0 0.5rem;
    text-decoration: none;
    border-radius: 0.5rem;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
  }
  .page-header .back-button:active {
    background: rgba(255, 255, 255, 0.2);
    transform-origin: center;
    transform: scale(0.95);
  }
  .page-header .back-button .back-icon {
    width: 0.6rem;
    height: 0.6rem;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform-origin: center;
    transform: rotate(45deg);
    margin-right: 0.5rem;
    display: inline-block;
    margin-top: 1rem;
  }

  .page-header h4 {
    font-weight: bold;
    margin: 0;
    color: #fff;
    font-size: 1rem;
  }

.page-header .page-header-link {
    /* position: absolute;
    top: 0;
    bottom: 2.5rem;
    left: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin: auto;
    z-index: 1;
    border-radius: 10px;
    transition: 0.15s ease all; */
}
.h-bt{
    height: 1.5rem !important;
}

.page-header .page-header-link.link-left {
    left: 1.5rem;
    right: auto;
}

.page-header .page-header-link.link-right {
    right: 1.5rem;
    left: auto;
}

.page-header .page-header-link:hover,
.page-header .page-header-link:focus,
.page-header .page-header-link:active {
    background: rgba(255, 255, 255, 0.15);
}

.page-header .page-header-link img {
    width: 1.5rem;
    transform-origin: center;
    filter: brightness(0) invert(1);
}

.page-header .page-header-link.link-left img {
    transform: rotate(-180deg);
}

.page-header .page-header-link-new {
    position: absolute;
    top: 19px;
    bottom: 2.5rem;
    left: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin: auto;
    z-index: 1;
    border-radius: 10px;
    transition: 0.15s ease all;
}

.page-header .page-header-link-new.link-left {
    left: 1.5rem;
    right: auto;
}

.page-header .page-header-link-nwe.link-right {
    right: 1.5rem;
    left: auto;
}

.page-header .page-header-link-new:hover,
.page-header .page-header-link-new:focus,
.page-header .page-header-link-new:active {
    background: rgba(255, 255, 255, 0.15);
}

.page-header .page-header-link-new img {
    width: 1.5rem;
    transform-origin: center;
    filter: brightness(0) invert(1);
}

.page-header .page-header-link-new.link-left img {
    transform: rotate(-180deg);
}


/* Page Body */

.page-body {
    padding: 0.25rem 0.75rem 0.75rem 0.75rem;
    margin-bottom: 3rem;
    z-index: 1;
    position: relative;
}

.page-body .form-questionnaire {
    background: white;
    /* background: rgba(255, 255, 255, 0.25); */
    padding: 1.5rem;
    /* margin: 0 0.75rem; */
    border-radius: 0.5rem;
}
.page-body .form-questionnaire p {
    font-size: 0.9rem;
    color: rgba(51, 51, 51, 0.75);
}
.page-body .form-group {
    position: relative;
}
.page-body .form-check-input:checked {
    background-color: #ff8fab;
    border-color: #ff8fab;
}

.page-body .form-group .form-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    position: absolute;
    top: 0.25rem;
    left: 0.5rem;
}

.pb-pd-pf{
    padding: 2.5rem 2.5rem 0rem 2.5rem !important;
}

.page-body.body-with-actions {
    padding-bottom: 9.5rem;
}

.page-body .page-actions.multiple-buttons {
    gap: 0.5rem;
}

.page-body .page-actions.multiple-buttons .btn {
    margin: 0;
    font-size: 0.8rem;
}

.page-body .page-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    position: fixed;
    left: 2rem;
    right: 2rem;
    bottom: 4.5rem;
}
/* .page-body {
    position: relative;
    z-index: 1;
    padding-bottom: 5rem;
  }
  .page-body .form-questionnaire {
    background: white;
    padding: 1.5rem;
    margin: 0 0.75rem;
    border-radius: 0.5rem;
  } */
  .page-body .form-questionnaire .step {
    display: none;
  }
  .page-body .form-questionnaire .step.active {
    display: block;
  }
  .page-body .form-questionnaire h4 {
    font-weight: bold;
    color: #333;
    font-size: calc(1.275rem + .3vw);
    line-height: 1.2;
  }
  .page-body .form-questionnaire ul {
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0;
    display: block;
  }
  .page-body .form-questionnaire ul li {
    font-size: 0.9rem;
    color: rgba(51, 51, 51, 0.75);
    position: relative;
    padding-left: 1rem;
    line-height: 1.2;
    /* margin-top: 0.25rem; */
    display: block;
    margin: 0.75rem 0;
  }
  .page-body .form-questionnaire ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.6rem;
    height: 0.3rem;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    content: " ";
    margin: auto;
    transform-origin: center;
    transform: rotate(-45deg);
    opacity: 0.5;
  }
  .page-body .form-questionnaire p {
    font-size: 0.9rem;
    color: rgba(51, 51, 51, 0.75);
  }
  .page-body .form-group {
    position: relative;
  }
  .page-body .form-group .form-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    position: absolute;
    top: 0.25rem;
    left: 0.5rem;
  }
  .page-body .form-group .form-control {
    padding: 1.5rem 0.5rem 0.5rem 0.5rem;
    height: auto;
    border: 1px solid #ddd;
    font-size: 0.9rem;
  }
  .page-body .form-group .form-control:focus {
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
    border-color: #ccc;
  }
  .page-body .form-check-input:checked {
    background-color: #ff8fab;
    border-color: #ff8fab;
  }
  .page-body .product-image {
    border-radius: 0.75rem;
    width: 10rem;
    margin-bottom: 1rem;
  }
  .page-body .icon-feature {
    display: block;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .page-body .icon-feature img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    margin: auto;
  }
  .page-body .icon-feature strong {
    display: block;
    font-size: 0.8rem;
    color: #333;
  }
  .page-body .icon-feature span {
    display: block;
    font-size: 0.7rem;
    color: rgba(51, 51, 51, 0.5);
  }
  .page-body .express-box {
    display: block;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background: #f2f3f4;
    color: #333;
    position: relative;
    height: 100%;
  }
  .page-body .express-box:active {
    transform-origin: center;
    transform: scale(0.975);
    background: #eee;
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
  }
  .page-body .express-box img {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
  }
  .page-body .express-box strong {
    color: #333;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 0.5rem 0 0 0;
    display: block;
  }
  .page-body .express-box p {
    font-size: 0.7rem;
    color: rgba(51, 51, 51, 0.5);
    margin: 0.15rem 0 0 0;
    line-height: 1.2;
    font-weight: 400;
  }
  .page-body .clinic-box {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    border-radius: 0.5rem;
    background: #f2f3f4;
    color: #333;
  }
  .page-body .clinic-box:active {
    transform-origin: center;
    transform: scale(0.975);
    background: #eee;
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
  }
  .page-body .clinic-box img {
    width: 4rem;
    border-radius: 0.5rem;
    flex-shrink: 0;
    margin-right: 1rem;
  }
  .page-body .clinic-box .clinic-info {
    display: block;
  }
  .page-body .clinic-box strong {
    color: #333;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 0;
    display: block;
  }
  .page-body .clinic-box p {
    font-size: 0.7rem;
    color: rgba(51, 51, 51, 0.5);
    margin: 0.15rem 0 0 0;
    line-height: 1.2;
    font-weight: 400;
  }
  .page-body .reasons-box {
    display: block;
    padding: 1.25rem;
    border-radius: 0.5rem;
    background: #f2f3f4;
  }
  .page-body .reasons-box h5 {
    font-weight: bold;
    font-size: 1rem;
    color: #333;
  }
  .page-body .reasons-box ul {
    margin-bottom: 0;
  }
  .page-body .progress-box {
    padding: 1.25rem;
    display: block;
    border: 2px solid #eee;
    border-radius: 0.5rem;
  }
  .page-body .progress-box h5 {
    font-weight: bold;
    font-size: 1rem;
    color: #333;
  }
  .page-body .progress-box ul.progress-list {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .page-body .progress-box ul.progress-list li {
    padding-left: 2rem;
    line-height: 1.2;
  }
  .page-body .progress-box ul.progress-list li + li {
    margin-top: 0.5rem;
  }
  .page-body .progress-box ul.progress-list li span {
    display: block;
    font-size: 0.6rem;
    color: #5990ad;
    font-weight: bold;
  }
  .page-body .progress-box ul.progress-list li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    background: #f2f3f4;
    border-radius: 50%;
    content: " ";
    z-index: 0;
  }
  .page-body .progress-box ul.progress-list li:before {
    z-index: 1;
    left: 0.45rem;
  }
  .page-body .progress-box ul.progress-list li.completed:after {
    background: #5990ad;
  }
  .page-body .progress-box ul.progress-list li.completed:before {
    border-color: #fff;
    opacity: 1;
  }
  .page-body .date-box {
    padding: 1.25rem;
    display: block;
    border: 2px solid #eee;
    border-radius: 0.5rem;
  }
  .page-body .date-box h5 {
    font-weight: bold;
    font-size: 1rem;
    color: #333;
    margin-bottom: 1rem;
  }
  .page-body .appointment-box {
    display: block;
    padding: 1.25rem;
    border-radius: 0.5rem;
    background: #f2f3f4;
  }
  .page-body .appointment-box.v2 {
    background: #fff;
    box-shadow: rgba(51, 51, 51, 0.15) 0 0.1rem 0.35rem;
  }
  .page-body .appointment-box.v2 p {
    margin: 0;
    color: #ff8fab;
  }
  .page-body .appointment-box h5 {
    font-weight: bold;
    font-size: 1rem;
    color: #333;
  }
  .page-body .appointment-box .appointment-address {
    font-size: 0.8rem;
    color: rgba(51, 51, 51, 0.5);
    position: relative;
    padding-left: 1.5rem;
    margin: 0;
  }
  .page-body .appointment-box .appointment-address:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: url("../img/icons/map-marker.png") center no-repeat;
    background-size: contain;
    content: " ";
    margin: auto;
  }
  .page-body .appointment-box .appointment-date {
    font-size: 0.8rem;
    color: rgba(51, 51, 51, 0.5);
    position: relative;
    padding-left: 1.5rem;
    margin: 0;
  }
  .page-body .appointment-box .appointment-date:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: url("../img/icons/calendar-alt.png") center no-repeat;
    background-size: contain;
    content: " ";
    margin: auto;
  }
  .page-body .appointment-address {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
  }
  .page-body .appointment-address img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
  }
  .page-body .appointment-address span {
    font-size: 0.8rem;
    color: rgba(31, 31, 31, 0.75);
    font-weight: bold;
  }

  .list-header {
    position: relative;
    padding: 1rem 0 1rem 0;
    background: linear-gradient(to bottom, #ffcad4, #f4acb7, #ff8fab);
    border-radius: 1rem;
    overflow: hidden;
    z-index: 2;
    margin: 0.75rem 0.75rem 0.5rem 0.75rem;
  }
  .list-header .container {
    display: flex;
    align-items: center;
  }
  .list-header .back-button {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: -1rem 0.5rem -1rem 0;
    text-align: center;
    line-height: 2.5rem;
    padding: 0 0 0 0.5rem;
    text-decoration: none;
    border-radius: 0.5rem;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
  }
  .list-header .back-button:active {
    background: rgba(255, 255, 255, 0.2);
    transform-origin: center;
    transform: scale(0.95);
  }
  .list-header .back-button .back-icon {
    width: 0.6rem;
    height: 0.6rem;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform-origin: center;
    transform: rotate(45deg);
    margin-right: 0.5rem;
    display: inline-block;
  }
  .list-header .new-button {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: -1rem 0 -1rem auto;
    text-align: center;
    line-height: 2.5rem;
    padding: 0 0 0;
    text-decoration: none;
    border-radius: 0.5rem;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
  }
  .list-header .new-button:active {
    background: rgba(255, 255, 255, 0.2);
    transform-origin: center;
    transform: scale(0.95);
  }
  .list-header .new-button .plus-icon {
    width: 1rem;
    height: 1rem;
    display: block;
    margin: 0.75rem;
    position: relative;
  }
  .list-header .new-button .plus-icon:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: " ";
    margin: auto;
  }
  .list-header .new-button .plus-icon:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: " ";
    margin: auto;
    transform-origin: center;
    transform: rotate(90deg);
  }
  .list-header h4 {
    font-weight: bold;
    margin: 0;
    color: #fff;
    font-size: 1rem;
  }
  .list-header .page-header-link img {
    width: 1rem;
    transform-origin: center;
    filter: brightness(0) invert(1);
}


/* Profile */

.profile-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
    position: relative;
}

.profile-header img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    flex-shrink: 0;
    transition: 0.1s ease all;
}

.profile-header:active img {
    opacity: 0.75;
}

.profile-header input.form-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    /*width: 15rem;*/
    /*height: 15rem;*/
    z-index: 1;
    border-radius: 50%;
    opacity: 0;
    outline: none;
}

.profile-header img {
    width: 3rem;
    height: 3rem;
    border-radius: 25px;
    box-shadow: #4581cd 0 0 0 5px!important;
    position: relative;
    display: block;
    object-fit: cover!important;
}

.profile-header .info {
    width: calc(100% - 3rem);
    padding-left: 1rem;
}

.profile-header .info h2 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #1f1f1f;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-header .info span {
    font-size: 0.8rem;
    color: #aaa;
    margin: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-links .item {
    background: #fff;
    box-shadow: rgba(10, 10, 10, 0.075) 0 3px 12px;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    flex-shrink: 0;
    text-decoration: none !important;
    margin-top: 1rem;
    height: calc(100% - 1rem);
    transition: 0.1s ease all;
}

.profile-links .item:active {
    background: #eee;
    transform: scale(0.98);
}

.profile-links .item img {
    width: 2.5rem;
    height: 2.5rem;
}

.profile-links .item:hover img {
    filter: none;
}

.profile-links .item strong {
    font-weight: normal;
    color: #333;
    font-size: 0.75rem;
    margin-top: 0.5rem;
}

.profile-links .item:hover strong {
    color: #004BA8;
}

.profile-links .links-box {
    display: block;
    border-radius: 10px;
    padding: 15px 15px 10px 15px;
    border: 1px solid #eee;
    box-shadow: rgba(10, 10, 10, 0.1) 0 3px 3px;
    margin-top: 15px;
}

.profile-links .links-box h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #1f1f1f;
    margin: 0 0 5px 0;
}

.profile-links .links-box ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.profile-links .links-box ul li {
    display: block;
}

.profile-links .links-box ul li a {
    display: block;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 7px 15px 7px 40px;
    transition: 0.15s ease all;
    text-decoration: none;
    position: relative;
}

.profile-links .links-box ul li a:active {
    background: #f1f1f1;
}

.profile-links .links-box ul li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 0.45rem;
    height: 0.45rem;
    border-right: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    opacity: 0.5;
    transform-origin: center;
    transform: rotate(-45deg);
    content: ' ';
    margin: auto;
}

.profile-links .links-box ul li a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 16px;
    height: 16px;
    filter: brightness(0);
    margin: auto;
}

.profile-links .links-box ul li a strong {
    display: block;
    font-size: 0.85rem;
    color: #333;
    font-weight: 600;
}

.profile-links .links-box ul li a span {
    display: block;
    font-size: 0.7rem;
    color: #999;
    margin: 0;
}


/* Messages */

.chat-box {
    display: block;
    position: relative;
    padding: 1rem 0.5rem 1rem 5rem;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
    border-radius: 10px;
    transition: 0.15s ease all;
    text-decoration: none !important;
}

.chat-box:hover {
    background: #f2f3f4;
}

.chat-box+.chat-box {
    margin-top: 1rem;
}

.chat-box+.chat-box:after {
    position: absolute;
    top: -0.5rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
    content: ' ';
    opacity: 0.5;
}

.chat-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    margin: auto;
    z-index: 1;
    filter: brightness(0) invert(1);
}

.chat-box-clinic img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.5rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    margin: auto;
    z-index: 1;
    filter: brightness(0) invert(1);
    border: solid 1px #ddd;
}

.chat-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.5rem;
    width: 3.5rem;
    height: 3.5rem;
    margin: auto;
    background: #004ba8;
    content: ' ';
    border-radius: 50%;
    z-index: 0;
}

.chat-box-clinic:before {
    border: solid 1px #004ba8;
}

.chat-box strong {
    display: block;
    font-weight: 700;
    font-size: 0.9rem;
    color: #1f1f1f;
    position: relative;
}

.chat-box strong.online:before {
    position: absolute;
    left: -1.5rem;
    width: 1rem;
    height: 1rem;
    background: green;
    content: ' ';
    border-radius: 50%;
    border: 0.25rem solid #fff;
    z-index: 1;
}

.chat-box span {
    font-size: 0.8rem;
    color: #999;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-box i {
    position: absolute;
    top: 1.5rem;
    right: 0.5rem;
    font-size: 0.6rem;
    color: #bbb;
    font-style: normal;
}

/* .chat-messages {
    height: calc(100vh - 10.75rem);
  width: calc(100% + 3rem);
  margin-top: -2.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-x: hidden;
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
} */

.chat-messages .chat-message {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    margin-top: 1.5rem;
}

.chat-messages .chat-message .person-avatar {
    width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2rem;
  flex-shrink: 0;
}

.chat-messages .chat-message .person-avatar img {
    width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-fit: cover;
}

.chat-messages .chat-message .person-message {
    width: calc(100% - 2.5rem);
  padding-left: 1rem;
}

.chat-messages .chat-message .person-message .person-details strong {
    font-size: 0.8rem;
    color: #1f1f1f;
    display: block;
}

.chat-messages .chat-message .person-message .person-details span {
    display: block;
    font-size: 0.6rem;
    color: #999;
}

.chat-messages .chat-message .person-message .person-details .user-avater-info {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
}

.chat-messages .chat-message .user-avatar img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    object-fit: cover;
}

/* .chat-messages .chat-message .person-message .message {
    background: #f2f3f4;
    padding: 0.75rem 1.25rem;
    border-radius: 0 20px 20px 20px;
    margin-top: 0.25rem;
    font-size: 0.8rem;
    display: inline-block;
}

.chat-messages .chat-message.my-message {
    align-items: flex-end;
    flex-direction: row-reverse;
}

.chat-messages .chat-message.my-message .person-message {
    text-align: right;
}

.chat-messages .chat-message.my-message .person-message .message {
    border-radius: 20px 0 20px 20px;
    background: #004ba8;
    color: #fff;
    width: auto;
    margin-right: 2.5rem;
    display: inline-block;
    text-align: left;
} */

/* .chat-form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #eee;
    box-shadow: rgba(10, 10, 10, 0.05) 0 -5px 15px;
    background: #fff;
}

.chat-form input.form-control {
    padding: 0 1.5rem;
    font-size: 0.9rem;
    height: 60px;
    border: none;
    box-shadow: none;
}

.chat-form .btn {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    bottom: 0.5rem;
    padding: 0 1.5rem;
} */
 /* message new ui */
 .message-item {
    background: #fff;
    padding: 1rem 1rem 1rem 5rem;
    border-radius: 0.5rem;
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
  }
  .message-item:active {
    transform-origin: center;
    transform: scale(0.975);
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
  }
  .message-item.message-new {
    background: #fff5f8;
  }
  .message-item.message-new:after {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 0.5rem;
    color: #fff;
    font-weight: bold;
    padding: 0.15rem 0.5rem;
    border-radius: 0.5rem;
    background: #ff8fab;
    content: "NEW";
    z-index: 1;
  }
  .message-item .message-avatar {
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 3rem;
    height: 3rem;
  }
  .message-item .message-avatar .avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 0;
  }
  .message-item .message-avatar.user-online:after {
    position: absolute;
    bottom: -0.25rem;
    right: -0.25rem;
    width: 1rem;
    height: 1rem;
    border: 0.25rem solid #fff;
    background: #5990ad;
    content: " ";
    z-index: 1;
    border-radius: 50%;
  }
  .message-item strong {
    display: block;
    line-height: 1.2;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
  }
  .message-item p {
    font-size: 0.8rem;
    color: rgba(51, 51, 51, 0.5);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .message-item span {
    font-size: 0.6rem;
    display: block;
    color: rgba(51, 51, 51, 0.5);
  }
  
  .chat-wrapper {
    background: white;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    border-radius: 0.5rem;
    /* margin: 0 0.75rem; */
  }
  .chat-wrapper .chat-messages {
    height: calc(100vh - 10.75rem);
    width: calc(100% + 3rem);
    margin-top: -2.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-x: hidden;
    display: flex;
    flex-direction: column-reverse;
  }
  .chat-wrapper .chat-messages .chat-message {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    margin-top: 1.5rem;
  }
  .chat-wrapper .chat-messages .chat-message .person-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 2rem;
    flex-shrink: 0;
  }
  .chat-wrapper .chat-messages .chat-message .person-avatar img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    object-fit: cover;
  }
  .chat-wrapper .chat-messages .chat-message .person-message {
    width: calc(100% - 2.5rem);
    padding-left: 1rem;
  }
  .chat-wrapper .chat-messages .chat-message .person-message .person-details strong {
    font-size: 0.8rem;
    color: #333;
    display: block;
  }
  .chat-wrapper .chat-messages .chat-message .person-message .person-details span {
    display: block;
    font-size: 0.6rem;
    color: #333;
  }
  .chat-wrapper .chat-messages .chat-message .person-message .message {
    background: #f2f3f4;
    padding: 0.75rem 1.25rem;
    border-radius: 0 20px 20px 20px;
    margin-top: 0.25rem;
    font-size: 0.8rem;
    display: inline-block;
  }
  .chat-wrapper .chat-messages .chat-message.my-message {
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  .chat-wrapper .chat-messages .chat-message.my-message .person-message {
    text-align: right;
  }
  .chat-wrapper .chat-messages .chat-message.my-message .person-message .message {
    border-radius: 20px 0 20px 20px;
    background: #ff8fab;
    color: #fff;
    width: auto;
    margin-left: auto;
    display: inline-block;
  }
  .chat-wrapper .chat-form {
    position: fixed;
    bottom: 0.5rem;
    left: 0.75rem;
    right: 0.75rem;
    height: 60px;
    box-shadow: rgba(10, 10, 10, 0.05) 0 -5px 15px;
  }
  .chat-wrapper .chat-form input.form-control {
    padding: 0 1.5rem;
    font-size: 0.9rem;
    height: 60px;
    border: none;
    box-shadow: none;
    border-radius: 0.5rem;
  }
  .chat-wrapper .chat-form .btn {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    bottom: 0.5rem;
    padding: 0 1.5rem;
  }

  .account-links {
    position: relative;
    background: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
  }
  .account-links .account-link {
    display: block;
    position: relative;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0.5rem 0 0.5rem 2.5rem;
    text-align: left;
    width: 100%;
    border-radius: 0.5rem;
    text-decoration: none;
    color: inherit;
  }
  .account-links .account-link:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #1f1f1f;
    border-bottom: 2px solid #1f1f1f;
    content: " ";
    transform-origin: center;
    transform: rotate(-45deg);
    margin: auto;
    opacity: 0.15;
  }
  .account-links .account-link:active {
    background: #eee;
  }
  .account-links .account-link img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.5rem;
    margin: auto;
    width: 1.25rem;
    height: 1.25rem;
    filter: grayscale(1);
  }
  .account-links .account-link strong {
    display: block;
    color: #333;
    font-size: 0.9rem;
    line-height: 1.2;
  }
  .account-links .account-link span {
    display: block;
    color: rgba(51, 51, 51, 0.5);
    font-size: 0.7rem;
    line-height: 1.2;
  }

.register-form {
    text-align: left;
    /* padding: 2rem; */
    justify-content: flex-start;
}

.register-form-center {
    text-align: center;
    /* padding: 2rem; */
    justify-content: flex-start;
}

.register-form .form-group label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    position: absolute;
    top: 0.25rem;
    left: 0.5rem;
}

.register-form .form-group .form-control {
    padding: 1.5rem 0.5rem 0.5rem 0.5rem;
    height: auto;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

.register-form .form-group .form-control:focus {
    box-shadow: rgba(31, 31, 31, 0.1) 0 0.1rem 0.2rem;
    border-color: #ccc;
}

.register-form .form-group .form-control.large-input {
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 5px;
}

.register-form .avatars {
    /* display: flex;
    flex-direction: row; */
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 1rem;
    align-items: center;
    text-align: center;
    justify-content: center;
    overflow-y: hidden;
    width: calc(100% + 4rem);
    margin: 0 -2rem 1.5rem -2rem;
    padding: 1rem 2rem;
}

.register-form .avatars img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    margin: 0 1rem 0 0;
    transition: 0.15s ease all;
}

.register-form .avatars img:active {
    filter: brightness(120%);
}

.register-form .avatars img.active {
    box-shadow: #004ba8 0 0 0 5px;
}

.register-form .btn.btn-right {
    width: auto;
    display: inline-block;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-left: auto;
}

.register-form .btn.btn-left {
    width: auto;
    display: inline-block;
    padding-right: 2rem;
    padding-left: 4rem;
    margin-right: auto;
}

.register-form .btn.btn-left img {
    left: 2rem;
    right: auto;
}

.register-form .btn.btn-choice {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.5rem 1rem;
    text-align: center;
    background: rgba(0, 75, 168, 0.1);
    color: #004ba8;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 1rem;
    transition: 0.15s ease all;
}

.register-form .btn.btn-choice:hover,
.register-form .btn.btn-choice:focus,
.register-form .btn.btn-choice:active {
    background: linear-gradient(to top, #9094e8, #a5a8ec);
    box-shadow: none;
    outline: none;
}

.register-form .btn.btn-choice+.btn {
    margin-top: 0.5rem;
}

.register-form .btn.btn-choice.btn-box {
    text-align: left;
    padding-left: 35%;
    position: relative;
    padding-right: 10px;
    overflow: hidden;
}

.register-form .btn.btn-choice.btn-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.register-form .btn.btn-choice.btn-box .info p {
    font-size: 0.7rem;
    font-weight: normal;
    color: rgba(10, 10, 10, 0.75);
    margin: 0;
}

.register-form .btn.btn-select {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.5rem 1rem;
    text-align: center;
    background: rgba(0, 75, 168, 0.1);
    color: #004ba8;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.15s ease all;
}

.register-form .btn.btn-select:hover,
.register-form .btn.btn-select:focus,
.register-form .btn.btn-select:active {
    background: linear-gradient(to top, #9094e8, #a5a8ec);
    box-shadow: none;
    outline: none;
}

.register-form .btn.btn-select+.btn {
    margin-top: 0.5rem;
}

.register-form .btn.btn-select.btn-box {
    text-align: left;
    /* padding-left: 35%; */
    position: relative;
    padding-right: 10px;
    overflow: hidden;
}

.register-form .btn.btn-select.btn-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.register-form .btn.btn-select.btn-box .info p {
    font-size: 0.7rem;
    font-weight: normal;
    color: rgba(10, 10, 10, 0.75);
    margin: 0;
}

.register-form .step-actions, .step-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    position: fixed;
    bottom: 2.5rem;
    left: 2rem;
    right: 2rem;
    /* background-color: #FFF; */
    /* padding-bottom: 2.5rem;
    padding-top: 0.5rem; */
    padding: 0.5rem 0 2.5rem 0;
}
.register-form .step-actions2, .step-actions2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    position: sticky;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    background-color: #FFF;
    /* padding-bottom: 2.5rem;
    padding-top: 0.5rem; */
    padding: 0.5rem 0.5rem 2.5rem 0.5rem;
}

.register-form .register-step, .register-step {
    display: none;
}

.register-form .register-step.active, .register-step.active {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.register-form.account-form {
    /* width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem; */
    padding-top: 0;
    padding-bottom: 0;
    min-height: auto;
}

.register-form.account-form .register-step .step-actions,
.register-form.account-form .preview-test-results .step-actions,
.step-actions {
    gap: 0.5rem;
    /* bottom: 4.5rem; */
}

.register-form.account-form .register-step .btn {
    width: 99%;
}

.register-form.account-form .register-step .btn.btn-right {
    padding-left: 4rem;
    padding-right: 2rem;
}

.register-form.account-form .register-step .btn.btn-right img {
    filter: brightness(0) invert(1);
    left: 2rem;
    right: auto;
}

.register-form.account-form .register-step .btn.btn-left img {
    filter: brightness(0) invert(1);
}

.register-form .finish-step>img {
    width: 128px;
    height: 128px;
}

/* .register-form .finish-step>h4 {
    font-size: 1rem;
    color: #999;
    margin: -0.5rem 0 1.5rem 0;
} */

.register-form .preview-test-results {
    display: none;
}

.register-form .preview-test-results.active {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


/* Offers */

.orders+.orders {
    margin-top: 3rem;
}

.orders.appointments+.orders.appointments {
    margin-top: 2rem;
}

.orders h4 {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    margin: 0;
}

.orders .order-item {
    position: relative;
    margin-top: 0.75rem;
    background: #f2f3f4;
    padding: 1rem 2.5rem 1rem 1rem;
    width: calc(100% + 2.5rem);
    border-radius: 20px 0 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.orders .order-item .icon {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    flex-shrink: 0;
}

.orders .order-item .icon img {
    width: 2rem;
    height: 2rem;
}

.orders .order-item .info {
    display: block;
    width: calc(100% - 8rem);
    flex-shrink: 0;
}

.orders .order-item .info strong {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85rem;
    color: #1f1f1f;
}

.orders .order-item .info span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.6rem;
    color: #333;
}

.orders .order-item .days {
    width: 5.5rem;
    text-align: center;
    font-size: 0.7rem;
    color: #aaa;
    flex-shrink: 0;
}

.orders .appointment-item {
    position: relative;
    margin-top: 0.75rem;
    background: #f2f3f4;
    padding: 1rem 2.5rem 1rem 1rem;
    width: calc(100% + 2.5rem);
    border-radius: 20px 0 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: 0.15s ease all;
    text-decoration: none;
}

.orders .appointment-item:active {
    background: #ddd;
}

.orders .appointment-item .date {
    display: block;
    width: 4rem;
    flex-shrink: 0;
}

.orders .appointment-item .date span {
    display: block;
    font-size: 0.6rem;
    color: #004ba8;
}

.orders .appointment-item .date strong {
    display: block;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1;
    color: #004ba8;
}

.orders .appointment-item .info {
    display: block;
    width: calc(100% - 4rem);
    flex-shrink: 0;
}

.orders .appointment-item .info strong {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85rem;
    color: #1f1f1f;
}

.orders .appointment-item .info span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.6rem;
    color: #333;
}


/* Settings */

.switch-toggle {
    position: relative;
    margin: 0;
    display: block;
}

.switch-toggle+.switch-toggle {
    margin-top: 15px;
}

.switch-toggle input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.switch-toggle input+div {
    display: block;
    position: relative;
    padding: 1rem;
    border-radius: 10px;
    background: #f2f3f4;
    transition: 0.15s ease all;
}

.switch-toggle:active input+div {
    background: #ddd;
}

.switch-toggle input+div strong {
    font-weight: 700;
    color: #1f1f1f;
}

.switch-toggle input+div span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 3rem;
    height: 1.5rem;
    background: #fff;
    content: ' ';
    border-radius: 30px;
    margin: auto;
    transition: 0.15s ease all;
}

.switch-toggle input:checked+div span {
    background: #ff8fab;
}

.switch-toggle input+div span:before {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    bottom: 0.25rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #999;
    content: ' ';
    transition: 0.15s ease all;
}

.switch-toggle input:checked+div span:before {
    transform: translateX(1.5rem);
    background: #fff;
}


/* Resources */

.resource-item-new2 {
    display: block;
    position: relative;
    background: #fff;
    box-shadow: rgba(10, 10, 10, 0.1) 0 2px 5px;
    border-radius: 10px;
    padding: 0.3rem 1rem 0.5rem 1rem;
    transition: 0.1s ease all;
    text-decoration: none !important;
    overflow: hidden;
}

.resource-item-new {
    display: block;
    position: relative;
    background: #fff;
    box-shadow: rgba(10, 10, 10, 0.1) 0 2px 5px;
    border-radius: 10px;
    padding: 1.5rem 1rem 1.5rem 1rem;
    transition: 0.1s ease all;
    text-decoration: none !important;
    overflow: hidden;
}

.resource-item {
    display: block;
    position: relative;
    background: #fff;
    box-shadow: rgba(10, 10, 10, 0.1) 0 2px 5px;
    border-radius: 10px;
    padding: 1.5rem 6.5rem 1.5rem 1rem;
    transition: 0.1s ease all;
    text-decoration: none !important;
    overflow: hidden;
}

.resource-item:active {
    background: #eee;
    box-shadow: rgba(10, 10, 10, 0.2) 0 2px 5px;
    transform-origin: center;
    transform: scale(0.98);
}

.resource-item+.resource-item {
    margin-top: 1rem;
}

.resource-item strong {
    display: block;
    color: #1f1f1f;
    font-size: 1rem;
    line-height: 1.15;
}

.resource-item p {
    display: block;
    font-size: 0.7rem;
    color: #7a7a7a;
    margin: 0;
}

.resource-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 5.5rem;
    object-fit: cover;
}


/* Blog */

.blog-post {
    padding-bottom: 5rem;
    word-wrap: break-word;
}

.blog-post h1 {
    font-size: 1rem;
    font-weight: bold;
    color: #1f1f1f;
}

.blog-post p {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0;
}

.blog-post .blog-thumb {
    width: 100%;
    margin: 1.5rem 0;
    border-radius: 10px;
    box-shadow: rgba(10, 10, 10, 0.1) 0 7px 15px;
}

.blog-post .blog-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    position: fixed;
    left: 2rem;
    right: 2rem;
    bottom: 5rem;
}

.blog-post .blog-actions .btn {
    margin-left: auto;
    padding-left: 3rem;
    padding-right: 3rem;
}

.blog-points {
    text-align: center;
}

.blog-points img {
    width: 64px;
    display: block;
    margin: auto;
}

.blog-points h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f1f1f;
    margin: 1.5rem 0 0.5rem 0;
}

.blog-points p {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 3rem;
}

.blog-points .btn {
    padding-left: 3rem;
    padding-right: 3rem;
}


/* Calendar */

.mental-calendar {
    display: block;
    position: relative;
    border-radius: 15px;
}

.mental-calendar .calendar-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 1rem 0;
}

.mental-calendar .calendar-header h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #1f1f1f;
    margin: 0 auto;
}

.mental-calendar .calendar-header .calendar-left,
.mental-calendar .calendar-header .calendar-right {
    width: 2.1rem;
    height: 2.1rem;
    line-height: 2.1rem;
    text-align: center;
    margin: -0.5rem -0.5rem;
    transition: 0.1s ease all;
    border-radius: 6px;
}

.mental-calendar .calendar-header .calendar-left:active,
.mental-calendar .calendar-header .calendar-right:active {
    background: #ddd;
}

.mental-calendar .calendar-header .calendar-left img {
    transform: rotate(-180deg);
    width: 1.1rem;
    filter: grayscale(1);
}

.mental-calendar .calendar-header .calendar-right img {
    width: 1.1rem;
    filter: grayscale(1);
}

.mental-calendar .calendar-days .days-header {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
}

.mental-calendar .calendar-days .days-header span {
    width: calc(100% / 7);
    flex-shrink: 0;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.8rem;
    color: #999;
}

.mental-calendar .calendar-days .days-body {
    display: flex;
    flex-direction: column;
}

.mental-calendar .calendar-days .days-body .week {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    gap: 3px;
    margin-bottom: 3px;
}

.mental-calendar .calendar-days .days-body .week .day {
    width: calc((100% / 7) - (21px / 7));
    flex-shrink: 0;
    text-align: left;
    padding: 0.25rem 0.25rem 1.35rem 0.25rem;
    font-size: 0.8rem;
    color: #333;
    position: relative;
    background: #f2f3f4;
    border-radius: 5px;
}

.mental-calendar .calendar-days .days-body .week .day img {
    position: absolute;
    width: 50%;
    top: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.mental-calendar .calendar-days .days-body .week .day.disabled {
    color: #aaa;
    opacity: 0.5;
}

.mental-calendar .calendar-days .days-body .week .day.today {
    color: #fff;
    background: #004ba8;
}

.mental-calendar .calendar-days .days-body .week .day.hit {
    color: #fff;
    background: #004ba8;
    position: relative;
}

.mental-calendar .calendar-days .days-body .week .day.hit:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 10px;
    width: 50%;
    height: 100%;
    background: url('../img/icons/check.svg') center no-repeat;
    background-size: contain;
    content: ' ';
    margin: auto;
    filter: brightness(0) invert(1);
}

.mental-calendar .calendar-days .days-body .week .day.miss {
    color: #aaa;
}

.mental-calendar .calendar-days .days-body .week .day.miss:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 10px;
    width: 50%;
    height: 30%;
    background: url('../img/icons/close.svg') center no-repeat;
    background-size: contain;
    content: ' ';
    margin: auto;
    filter: grayscale(1);
    opacity: 0.25;
}

.mental-feeling {
    position: relative;
    margin-top: 1.5rem;
}

.mental-feeling strong {
    display: block;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: rgba(10, 10, 10, 0.15) 0 3px 6px;
    background: #fff;
    text-align: center;
    transition: 0.1s ease all;
}

.mental-feeling:hover strong {
    background: #f2f3f4;
    transform: scale(0.98);
}

.mental-feeling strong span {
    display: block;
    font-size: 0.8rem;
    color: #999;
    font-weight: normal;
}

.mental-feeling .feelings {
    top: -70%;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.mental-feeling:hover .feelings {
    opacity: 1;
    visibility: visible;
}

.mental-feeling .feelings .feeling-item {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 5px;
    transform: translateY(15px);
    transition: 0.15s ease all;
}

.mental-feeling .feelings .feeling-item:nth-child(2) {
    transition-delay: 0.025s;
}

.mental-feeling .feelings .feeling-item:nth-child(3) {
    transition-delay: 0.05s;
}

.mental-feeling .feelings .feeling-item:nth-child(4) {
    transition-delay: 0.1s;
}

.mental-feeling .feelings .feeling-item:nth-child(5) {
    transition-delay: 0.125s;
}

.mental-feeling .feelings .feeling-item:nth-child(6) {
    transition-delay: 0.15s;
}

.mental-feeling .feelings .feeling-item img {
    width: 2rem;
}

.mental-feeling:hover .feelings .feeling-item {
    transform: translateY(0);
}

.mental-feeling:hover .feelings .feeling-item:active {
    transform: scale(1.2);
}

.mental-feeling .feelings .feeling-item.button-item {
    width: auto;
    height: auto;
}

.mental-feeling .feelings .feeling-item.button-item .btn {
    padding: 0.5rem 1.5rem;
}


/* PrEP Express */

/* .register-form.prep-express .register-step {
    padding-bottom: 5rem;
} */

.register-form.prep-express img.prep-thumb {
    border-radius: 35px;
    max-width: 60%;
}

.register-form.prep-express .register-step .inline-items .form-control {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.booking-details {
    text-align: center;
    padding: 2rem;
    margin: 0rem 0;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: rgb(10 10 10 / 10%) 0 3px 3px;
}


/* .new-booking-details {
    text-align: center;
    padding: 2rem;
    margin: 0rem 0;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: rgb(10 10 10 / 10%) 0 3px 3px;
} */

.booking-details img {
    width: 64px;
    display: block;
    margin: auto;
}

.booking-details h1 {
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: 400;
}

.booking-details h4 {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 1rem;
}

.prep-express-info {
    margin-bottom: 20px;
}

.prep-express-info img {
    width: 100%;
    height: 7.5rem;
    object-fit: cover;
}

.booking-confirm {
    width: 2.5rem !important;
    /* margin: 0 !important; */
    /* display: inline !important; */
}


/* HIV Self-Test */

.test-results h4 {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    margin: 0;
}

.test-results span {
    display: block;
    padding: 1rem;
    font-size: 0.8rem;
    font-family: sans-serif;
    margin-top: 0.25rem;
    border: 1px solid #eee;
    border-radius: 6px;
}

.test-results-upload {
    position: relative;
    background: #f2f3f4;
    padding: 1rem 1rem;
    border-radius: 10px;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: 0.15s ease all;
    box-shadow: rgb(10 10 10 / 10%) 0 3px 3px;
}

.test-results-upload:active {
    background: #fff;
    box-shadow: rgba(10, 10, 10, 0.1) 0 2px 6px;
    transform-origin: center;
    transform: scale(0.95);
}

.test-results-upload img {
    width: 48px;
    flex-shrink: 0;
}

.test-results-upload strong {
    width: calc(100% - 48px);
    flex-shrink: 0;
    font-size: 0.85rem;
    padding-left: 0.5rem;
    user-select: none;
}


/* Radio */

.radio {
    display: block;
    position: relative;
    margin: 0 0 0.5rem 0;
}

.radio input {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
}

.radio input+div {
    display: block;
    position: relative;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 1.0rem 1rem 1.0rem 2.5rem;
    background: rgba(0, 75, 168, 0.1);
    color: #004ba8;
    border-radius: 6px;
    transition: 0.15s ease all;
}

.radio input:checked+div,
.radio input+div:hover,
.radio input+div:focus,
.radio input+div:active {
    background: rgba(0, 75, 168, 0.25);
    box-shadow: none;
    outline: none;
}

.radio input+div:before {
    position: absolute;
    top: 0;
    left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    bottom: 0;
    content: ' ';
    background: #fff;
    margin: auto;
    border-radius: 10px;
    z-index: 0;
}

.radio input:checked+div:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.75rem;
    width: 1rem;
    height: 1rem;
    margin: auto;
    background: url('../img/icons/check.svg') center no-repeat;
    background-size: contain;
    content: ' ';
    z-index: 1;
}

.radio input+div span {
    display: block;
}

.upload-step h4 {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.file-upload {
    display: block;
    padding: 2.5rem;
    background: #f9f9f9;
    border-radius: 15px;
    text-align: center;
    position: relative;
}

.file-upload input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
}

.file-upload img {
    display: block;
    width: 64px;
    margin: auto;
}

.file-upload strong {
    display: block;
    font-weight: 600;
    color: #1f1f1f;
}

.file-upload p {
    font-size: 0.8rem;
    color: #999;
}


/* Medicine Buttons */

.medicine-buttons .btn.btn-link {
    margin: -1.5rem 0 1.5rem 0;
}


/* Medicine Tracker */

.medicine-tracker {
    display: block;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f2f3f4;
    border-radius: 10px;
}

.medicine-tracker .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.medicine-tracker .item+.item {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #ddd;
}

.medicine-tracker .item span {
    font-size: 1.5rem;
}

.medicine-tracker .item strong {
    font-weight: 600;
    color: #fff;
    background: #004ba8;
    font-size: 1rem;
    padding: 0.25rem 1rem;
    border-radius: 6px;
}

.medicine-tracker .item:last-child strong {
    background: #1f1f1f;
}


/* Alarm */

.alarm .form-group label {
    display: block;
    font-size: 0.9rem;
    color: #333;
    margin: 0 0 5px 0;
}

.alarm .form-group .form-control {
    height: auto;
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    color: #1f1f1f;
    background: #fff;
    box-shadow: rgba(10, 10, 10, 0.15) 0 2px 6px;
    border: none;
    transition: 0.15s ease all;
}

.alarm .form-group .form-control:focus {
    box-shadow: rgba(10, 10, 10, 0.1) 0 0.25rem 0.8rem;
    background: #fff;
    border-color: #ddd;
}

.alarm .form-group.inline-items .form-control {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}


/* PrEP Steps */

.prep-steps {
    display: block;
    list-style: none;
    /* margin: 1rem 0 -1rem 0; */
    padding: 0;
}

.prep-steps li {
    display: block;
    position: relative;
    font-weight: 600;
    color: #1f1f1f;
    padding-left: 2rem;
    margin: 0.5rem 0;
    font-weight: 400 !important;
}

.prep-steps li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    background: #f2f3f4;
    border-radius: 50%;
    content: ' ';
}

.prep-steps li.completed:before {
    background: #03b103;
}

.prep-steps li.completed:after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0.15rem;
    left: 0.4rem;
    width: 0.7rem;
    height: 0.4rem;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center;
    transform: rotate(-45deg);
    margin: auto;
}


/* Account page */

.account-page .form-group label {
    display: block;
    font-size: 0.9rem;
    color: #333;
    margin: 0 0 2px 0;
}

.account-page .form-group .form-control {
    height: auto;
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    color: #1f1f1f;
    background: #fff;
    box-shadow: rgba(10, 10, 10, 0.15) 0 2px 6px;
    border: none;
    transition: 0.15s ease all;
}

.padding-date {
    padding: 1.5rem 1.5rem !important;
}

.account-page .form-group .form-control:focus {
    box-shadow: rgba(10, 10, 10, 0.1) 0 0.25rem 0.8rem;
    background: #fff;
    border-color: #ddd;
}

.account-page .form-group .form-control.large-input {
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 5px;
}

.account-page .form-group p.small {
    margin-top: 5px;
    font-size: 0.6rem;
    font-weight: 600;
    color: #666;
}


/* Appointment details */

/* .appointment-details {
    display: block;
    background: #f2f3f4;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}

.appointment-details img {
    display: block;
    width: 64px;
    margin: auto;
}

.appointment-details>strong {
    display: block;
    color: #004ba8;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 15px 0 5px 0;
}

.appointment-details>span {
    display: block;
    color: #333;
    font-size: 0.8rem;
}

.appointment-details .appointment-time {
    display: block;
    margin-top: 1rem;
    font-size: 0.9rem;
}

.appointment-details .appointment-time strong {
    display: block;
}

.appointment-details .appointment-time span {
    background: #fff;
    border-radius: 6px;
    padding: 0.25rem 1rem;
    margin-top: 5px;
    margin-bottom: -10px;
    font-weight: 600;
    color: #333;
    display: inline-block;
} */

.appointment-booking-confirm {
    width: 15px !important;
    margin-left: 15px !important;
    display: block !important;
    filter: opacity();
}


/* Labs table */

.labs-table {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    position: relative;
    width: calc(100% + 2.5rem);
    margin-right: -2.5rem;
}

.labs-table .labs-tests {
    width: 35%;
}

.labs-table .labs-tests h4 {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #1f1f1f;
    height: 3rem;
    line-height: 1.5rem;
    margin: 0;
}

.labs-table .labs-tests ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.labs-table .labs-tests ul li {
    font-size: 0.8rem;
    display: block;
    height: 2rem;
    line-height: 2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% + 1rem);
    margin-left: -1rem;
    padding-left: 1rem;
    border-radius: 10px 0 0 10px;
}

.labs-table .labs-tests ul li:nth-child(2n+1) {
    background: #f2f3f4;
}

.labs-table .labs-results {
    width: 65%;
    position: relative;
}

.labs-table .labs-results:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    content: ' ';
    z-index: 1;
}

.labs-table .labs-results h4 {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #1f1f1f;
    height: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
    text-align: center;
}

.labs-table .labs-results .lab-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: hidden;
    /* width: calc(100% + 10px); */
    position: relative;
    /* margin-left: -10px; */
    /* padding-right: 25px; */
}

.labs-table .labs-results .lab-items .lab-item {
    display: block;
    position: relative;
    text-align: center;
}

.labs-table .labs-results .lab-items .lab-item strong {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.6rem;
    color: #333;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

.labs-table .labs-results .lab-items .lab-item .status {
    height: 2rem;
    line-height: 2rem;
    font-size: 0.7rem;
    width: 100%;
    display: block;
    font-weight: 600;
}

.labs-table .labs-results .lab-items .lab-item .status:nth-child(2n) {
    background: #f2f3f4;
}

.labs-table .labs-results .lab-items .lab-item .status.status-negative {
    color: green;
}

.labs-table .labs-results .lab-items .lab-item .status.status-positive {
    color: #ff0000;
}

.labs-chart {
    margin-top: 0rem;
}

.lab-entry {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    justify-content: space-between;
  }
  .lab-entry span {
    font-size: 0.9rem;
    color: rgba(51, 51, 51, 0.5);
  }
  .lab-entry strong {
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
  }
  
  .lab-explanation {
    display: block;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    border: 2px solid #eee;
  }
  .lab-explanation strong {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 0.8rem;
  }
  .lab-explanation p {
    margin: 0.5rem 0 0 0;
    font-size: 0.9rem;
    color: rgba(51, 51, 51, 0.75);
  }


/* Earnings */

.earnings-info {
    display: block;
}

.earnings-info img.avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

.earnings-info .earnings-status {
    display: inline-block;
    border-radius: 6px;
    padding: 0.15rem 0.5rem;
    font-size: 0.6rem;
    background: #999;
    color: #fff;
    font-weight: 600;
}

.status-bronze {
    /* background: #b08d57!important;
    color: #fff; */
    color: #b08d57 !important;
}

.sborder-radius {
    border-radius: 6px;

}
.margin_bt2{
    margin-bottom: 2%;
}
.margin_bt5{
    margin-bottom: 5px;
    line-height: 1.27rem;
}
.status-silver {
    color: silver!important;
}

.status-gold {
    color: goldenrod!important;
}

.status-platinum {
    color: #A0B2C6!important;
}

.status-diamond {
    color: #195db1!important;
}

.earnings-points {
    display: inline;
    position: relative;
    color: #1f1f1f;
    line-height: 1;
    transition: 0.15s ease all;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
}

.earnings-points strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
}

.earnings-points span {
    display: block;
    font-style: normal;
    font-size: 0.8rem;
    opacity: 0.75;
}

.earnings-progress .progress {
    border-radius: 35px;
    box-shadow: rgba(10, 10, 10, 0.15) 0 1px 8px;
    background: #fff;
    overflow: visible;
    margin-bottom: 0.5rem;
}

.earnings-progress .progress .progress-bar {
    border-radius: 25px;
    background: rgb(0, 75, 168);
    background: -moz-linear-gradient(left, rgba(0, 75, 168, 1) 0%, rgba(48, 109, 185, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 75, 168, 1) 0%, rgba(48, 109, 185, 1) 100%);
    background: linear-gradient(to right, rgba(0, 75, 168, 1) 0%, rgba(48, 109, 185, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#004ba8', endColorstr='#306db9', GradientType=1);
    box-shadow: rgba(0, 75, 168, 0.5) 0 1px 10px;
}

.earnings-progress span {
    font-size: 0.6rem;
    color: #999;
}

.earnings-progress span.float-right {
    text-align: right;
}

.earnings-progress span b {
    font-size: 0.8rem;
    font-weight: 600;
    color: #666;
    display: block;
    margin-bottom: -2px;
}

.earnings-progress span i {
    font-style: normal;
    display: block;
}

.earnings-earn {
    width: calc(100% + 5rem);
    margin: 1.5rem -2.5rem 0 -2.5rem;
    background: #f2f3f4;
    border-radius: 45px 45px 0 0;
    padding: 2.0rem 2.5rem 4rem 2.5rem;
}

.earnings-earn h4 {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    margin: 0;
}

.earnings-history {
    width: calc(100% + 5rem);
    margin: -2.5rem -2.5rem 0 -2.5rem;
    background: #e5e5e5;
    border-radius: 45px 45px 0 0;
    padding: 2.0rem 2.5rem 6rem 2.5rem;
}

.earnings-history h4 {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    margin: 0;
}

.history-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 5px 0 0 0;
}

.history-list li {
    display: block;
    position: relative;
    padding: 5px 0 5px 0;
}

.history-list li strong {
    display: inline-block;
    vertical-align: middle;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.75rem;
    text-align: center;
    line-height: 2.25rem;
    background: rgba(10, 10, 10, 0.1);
    border-radius: 50%;
}

.history-list li span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.25rem - 5px);
    padding-left: 5px;
    font-size: 0.8rem;
    color: #333;
    line-height: 1.1;
}

.earn-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 5px 0 0 0;
}

.earn-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    position: relative;
    padding: 5px 10px 5px 10px;
    transition: 0.15s ease all;
    width: calc(100% + 20px);
    margin: 0 -10px;
    border-radius: 10px;
}

.earn-list li:active {
    background: rgba(10, 10, 10, 0.15);
}

.earn-list li .icon {
    width: 2.25rem;
    height: 2.25rem;
    background: #004ba8;
    border-radius: 50%;
    text-align: center;
    line-height: 2rem;
}

.earn-list li .icon img {
    width: 1rem;
    height: 1rem;
    filter: brightness(0) invert(1);
}

.earn-list li strong {
    color: #004ba8;
    font-weight: 600;
    display: block;
    width: 3rem;
    text-align: right;
    font-size: 0.8rem;
}

.earn-list li span {
    flex-shrink: 0;
    display: block;
    width: calc(100% - 5.25rem);
    padding-left: 5px;
    font-size: 0.8rem;
    color: #333;
    line-height: 1.1;
    font-weight: 600;
}


/* Bottom popup */

.bottom-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(10, 10, 10, 0.65);
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease all;
}

.bottom-popup.active {
    opacity: 1;
    visibility: visible;
}

.bottom-popup .popup-content {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 1.5rem 2.5rem;
    background: #fff;
    border-radius: 45px 45px 0 0;
    transition: 0.3s ease all;
    transform: translateY(30px);
}

.bottom-popup.active .popup-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bottom-popup .popup-content h4 {
    font-size: 1rem;
    color: #1f1f1f;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.bottom-popup .popup-content a {
    display: block;
    position: relative;
    border-radius: 10px;
    width: calc(100% + 20px);
    padding: 10px 10px;
    margin: 0 -10px;
    text-decoration: none;
    transition: 0.15s ease all;
}

.bottom-popup .popup-content a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    content: ' ';
    right: 1rem;
    margin: auto;
    transform-origin: center;
    transform: rotate(-45deg);
    opacity: 0.75;
}

.bottom-popup .popup-content a:active {
    background: #ddd;
}

.bottom-popup .popup-content a img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.bottom-popup .popup-content a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9rem;
    padding-left: 5px;
    font-weight: 400;
    color: #1f1f1f;
}


/* Alerts */

.alert.alert-danger {
    font-weight: 600;
    font-size: 0.8rem;
    color: #F3372E;
    background: none;
    padding: 0.5rem 0 0.5rem 1.5rem;
    border: none;
    position: relative;
}

.alert.alert-danger:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin: auto;
    content: ' ';
    background: url("../img/icons/warning.svg") center no-repeat;
    background-size: contain;
}

.alert.alert-success {
    font-weight: 600;
    font-size: 0.8rem;
    color: #28a745;
    /* background: none; */
    /* padding: 0.5rem 0 0.5rem 1.5rem; */
    border: none;
    /* position: relative; */
}

/* .alert.alert-success:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin: auto;
    content: ' ';
    background: url("../img/icons/check.svg") center no-repeat;
    background-size: contain;
} */

.alert-loader {
    padding: 0.5rem 0 0.5rem 1.5rem;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.btn.btn-primary.liked {
    background: #28a745;
    border-color: #28a745;
    cursor: none;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-one-line,
.ellipsis-second-line,
.ellipsis-third-line,
.ellipsis-fourth-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box !important;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
.ellipsis-one-line {
    -webkit-line-clamp: 1;
}
.ellipsis-second-line {
    -webkit-line-clamp: 2;
}
.ellipsis-third-line {
    -webkit-line-clamp: 3;
}
.ellipsis-fourth-line {
    -webkit-line-clamp: 4;
}

.notification-ringing {
    animation-name: ring;
    transform-origin: 70% 1em;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.notification-ringing span {
    font-weight: bold;
    color: red!important;
}

@keyframes ring {
    0% {
        transform: rotate(0deg)
    }
    5% {
        transform: rotate(45deg)
    }
    15% {
        transform: rotate(-40deg)
    }
    25% {
        transform: rotate(20deg)
    }
    35% {
        transform: rotate(-15deg)
    }
    45% {
        transform: rotate(10deg)
    }
    55% {
        transform: rotate(-5deg)
    }
    60% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

.content-resources>p>img {
    width: 100%;
    height: inherit;
    margin: 1.5rem 0;
    border-radius: 10px;
    box-shadow: rgb(10 10 10 / 10%) 0 7px 15px;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    width: 300px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.home-resources a:hover {
    text-decoration: none;
}

.blog-post img {
    width: 100%;
}

#frmMessage #message {
    /* width: 75%; */
    box-shadow: none!important;
    border: none;
    outline: unset;
}

.text-blue {
    color: #004BA8 !important;
}
.text-pink {
    color: #ff8fab !important;
}

.pr-20 {
    padding-right: 20px;
}

.text-success {
    color: #28a745 !important;
}

.f-s-1rem {
    font-size: 1rem !important;
}

.f-s-09rem {
    font-size: 0.9rem !important;
}

.f-s-075rem {
    font-size: 0.75rem !important;
}

.f-s-20 {
    font-size: 20px !important;
}

.f-s-24 {
    font-size: 24px !important;
}
.f-s-08rem{
    font-size: 0.8rem !important;
}

.f-w-b {
    font-weight: bold !important;
}

.f-normal {
    font-weight: lighter !important;
    font-style: normal;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-2-rem {
    margin-bottom: 2rem !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.type-services-links .links-box {
    display: block;
    border-radius: 10px;
    padding: 15px 15px 10px 15px;
    border: 1px solid #eee;
    box-shadow: rgb(10 10 10 / 10%) 0 3px 3px;
    margin-top: 0px;
}

.type-services-links-left .links-box {
    display: block;
    border-radius: 10px;
    padding: 15px 15px 10px 15px;
    border: 1px solid #eee;
    box-shadow: rgb(10 10 10 / 10%) 0 3px 3px;
    margin-top: 0px;
    text-align: left;
}

.actions-backgroud {
    background-color: #FFF;
    padding: 1rem;
    width: 100%;
    margin: auto 0;
}

.card ul {
    padding-inline-start: 10px;
}

.more-health-news {
    font-size: 0.75rem;
    color: red !important;
}

.border-top {
    /* border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem; */
    border-left: 0;
    border-top: 1px solid #8c8b8b;
}

.page-header-back .page-header-link img {
    width: 1.5rem;
    transform-origin: center;
    /* filter: brightness(0) invert(1); */
}

.page-header-back {
    position: relative;
    /* padding: 1rem 2.5rem 3.5rem 2.5rem; */
    /* background: #004ba8; */
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.page-header-back .page-header-link.link-left img {
    transform: rotate(-180deg);
}

.pp {
    width: 3.5rem;
    height: 3.5rem;
    flex-shrink: 0;
    /* object-fit: cover; */
    object-fit: unset;
    border-radius: 10px;
    display: flex;
    padding: -2rem 2.5rem 1rem 1rem;
    width: calc(100% + 1.5rem);
    margin: 0rem -2.5rem 0 0;
}

.img22 {
    margin: 0rem 1rem 0rem 0;
    border-radius: 10px;
}

.ppmood {
    width: 3.5rem;
    height: 3.5rem;
    flex-shrink: 0;
    /* object-fit: cover; */
    object-fit: unset;
    border-radius: 10px;
    display: flex;
    padding: -2rem 2.5rem 1rem 1rem;
    width: calc(100% + 1.5rem);
    margin: 0rem -2.5rem 0 0;
}

.img22mood {
    margin: 0rem 1rem 0rem 0;
    border-radius: 10px;
}

.confirm-lap li {
    font-size: 0.9rem;
    text-align: left;
}

.hiv-test-confirm {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    text-align: center;
}

img.logo-center {
    display: block;
    width: 165px;
    margin: auto auto auto auto;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

.color-red {
    color: red;
}

/* img {
    pointer-events: none !important;
} */

.msg-delivered{
    margin-right: 2.5rem;
}
.msg-seen, .msg-delivered{
    font-size: 0.6rem;
    color: #999;
}

.sheeping-address-wraper .selected {
    background: #ffcad4;
    /* background: #C7F9E1; */
    /* linear-gradient(to bottom, #ffcad4, #f4acb7, #ff8fab) */
}
.sheeping-address {
    margin-top: 0.75rem;
    padding: 1rem;
    /* width: calc(100% + 2.5rem); */
    border-radius: 0.5rem;
    background: #fff;
}
.sheeping-address .address-item {
    position: relative;
    
    display: grid;
    grid-template-columns: 1.5rem 1fr 1.5rem;
    grid-gap: 1rem;
    /* flex-direction: row; */
    align-items: center;
    justify-content: space-between;
    transition: 0.15s ease all;
    text-decoration: none;
}

.sheeping-address .address-item .info {
    /* display: block; */
    /* width: calc(100% - 3rem); */
    flex-shrink: 0;
}
.sheeping-address .address-item .info strong {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85rem;
    color: #1f1f1f;
}
.sheeping-address .address-item .info span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.6rem;
    color: #333;
}

.sheeping-address .address-item .default li {
    display: block;
    position: relative;
    font-weight: 600;
    color: #1f1f1f;
    padding-left: 2rem;
    margin: 0.5rem 0;
    font-weight: 400 !important;
}
.sheeping-address .address-item .default li.completed:before {
    background: #03b103;
}
.sheeping-address .address-item .default li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    background: #ddd;
    border-radius: 50%;
    content: ' ';
    border-left: none;
    border-bottom: none;
}

.sheeping-address .address-item .default li.completed:after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0.15rem;
    left: 0.4rem;
    width: 0.7rem;
    height: 0.4rem;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center;
    transform: rotate(-45deg);
    margin: auto;
}
.sheeping-address .address-item .default {
    display: block;
    list-style: none;
    margin: 1rem 0 -1rem 0;
    padding: 0;
}
.icon-pencil {
    width: 1.5rem;
    height: 1.5rem;
    margin: auto;
    cursor: pointer;
}

.address-item .icon:after {
    /* content: "\2212"; */
    content: "";
    color: #004ba8;
    background-image: url("../img/icons/diskette.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 25px;
    width: 1.5rem;
    height: 1.5rem;
}

.address-item .collapsed .icon:after {
    /* content: '\002B'; */
    content: '';
    color: #004ba8;
    background-image: url("../img/icons/pencil.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 25px;
    width: 1.5rem;
    height: 1.5rem;
}

.address-new .icon:after {
    content: "";
    background-image: url("../img/icons/diskette.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 25px;
    width: 1.5rem;
    height: 1.5rem;
}
.address-new .collapsed .icon:after {
    content: '';
    background-image: url("../img/add.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 25px;
    width: 1.5rem;
    height: 1.5rem;
}

.sheeping-address .img-add {
    height: 1.5rem;
    width: auto;
    opacity: 0.75;
}

.sheeping-address .text-success {
    cursor: pointer;
}

a {
    color: #ff8fab;
}

.mar-0-75-rem {
    margin: 0.75rem;
}

.blog-wrapper {
    max-height: calc(100vh - 5.5rem);
    background: white;
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
    overflow-x: hidden;
}
.blog-article {
    /* height: calc(100vh - 10.75rem); */
    /* width: calc(100% + 3rem); */
    /* margin-top: 0.75rem;
    margin-bottom: 0.75rem; */
    /* margin-left: -1.5rem; */
    /* margin-right: -1.5rem; */
    /* padding-right: 1rem; */
    /* padding-left: 1rem; */
    overflow-x: hidden;
    /* display: flex; */
    flex-direction: column-reverse;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

.page-body .form-group .form-control {
    padding: 1.5rem 0.5rem 0.5rem 0.5rem;
    height: auto;
    border: 1px solid #ddd;
    font-size: 0.9rem;
}

.btn-primary:focus, .btn-primary:focus-visible, .btn-primary:focus-within {
    -webkit-box-shadow: none;
    outline: 0 none;
    border: transparent;
    border-color: transparent;
}

.btn-primary:focus {
    border: none;
    outline: none;
}

.flex-link p {
    font-size: 0.8rem !important;
}

.fw-bolder {
    font-weight: bolder!important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.fixed-bottom a {
    color: #fff;
}