/* reset css */

body {
    font-family: 'Lato', sans-serif;
    background-color: #fff;
}

p,
a {
    margin: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.border-primary {
    border-color: #E9E9E9;
}


/* ./reset css */


/* custom css */

.dashboard-logo {
    width: 164px;
    height: 50px;
}

.side-menu-block {
    display: flex;
    flex: 1;
    border-radius: 24px;
    padding: 45px 0px 20px 0;
}

.social-media-icon {
    height: 20px;
    width: 20px;
}

.social-media-block ul>li {
    margin: 0 8px;
}

.menu-list {
    margin: 0 0 0 10px;
    padding: 12px 20px 12px 20px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.menu-list a {
    display: flex;
    align-items: center;
    width: 100%;
}

.menu-list.active {
    background: #fff;
    border-radius: 24px 0 0 24px;
    position: relative;
    color: #FF7400;
}

.menu-list.active.logout-list {
    background: #2DBDCA;
    color: #fff;
}

.menu-list.active.logout-list:after,
.menu-list.active.logout-list::before {
    content: none;
}

.menu-list.active:after,
.menu-list.active::before {
    position: absolute;
    content: '';
    height: 24px;
    width: 20px;
    background-color: #2DBDCA;
    background: url(../images/curve.svg);
    background-repeat: no-repeat;
}

.menu-list.active:after {
    background-size: 100%;
    bottom: 100%;
    right: -1px;
    top: -23px;
}

.menu-list.active::before {
    background-size: 100%;
    top: 91%;
    right: -1px;
    transform: rotate(270deg);
    height: 28px;
}

.menu-list.active.more-items::before {
    top: 96%;
}

.menu-list_logo img {
    height: 24px;
    width: 24px;
}

.menu-list.active>a>.menu-list_logo {
    display: none;
}

.menu-list.active>a>.menu-list_logo.active {
    display: block;
}

.menu-list>a>.menu-list_logo {
    display: block;
}

.menu-list>a>.menu-list_logo.active {
    display: none;
}

.menu-list_logo {
    height: 27px;
    width: 27px;
    text-align: center;
}

.menu-list .menu-list_title {
    color: #fff;
    margin-left: 15px;
    line-height: normal;
}

.menu-list.active .menu-list_title {
    color: #FF7400;
    font-weight: 600;
}

.menu-list.active.logout-list .menu-list_title {
    color: #fff;
}

.menu-list.active .inner-menu-list .active .sm-menu-list {
    font-weight: 600;
}

.more-items .submenu-arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    margin-left: auto;
}

.more-items.active .submenu-arrow {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #FF7206;
    top: 25px;
}

.Fixed-menu-mobile .menu-list {
    flex-direction: column;
    align-items: center;
    color: #FF7400;
    margin-left: 0;
    padding: 10px 10px;
    width: calc(100%/4);
}

.Fixed-menu-mobile .menu-list:first-child {
    margin-left: 10px;
}

.Fixed-menu-mobile .menu-list:last-child {
    margin-right: 10px;
}

.Fixed-menu-mobile .menu-list .menu-list_title {
    color: #29345080;
    font-weight: 500;
    margin-top: 5px;
}

.Fixed-menu-mobile .menu-list.active .menu-list_title {
    color: #FF7400;
}

.Fixed-menu-mobile .menu-list_logo img {
    height: 22px;
    width: 22px;
}

.Fixed-menu-mobile .menu-list.active>a>.menu-list_logo {
    display: block;
}

.Fixed-menu-mobile .menu-list a {
    display: block;
    text-align: center;
    width: 100%;
}

.Fixed-menu-mobile .menu-list_logo {
    height: 27px;
    width: 27px;
    text-align: center;
    margin: 0 auto;
}

.Fixed-menu-mobile .menu-list_title {
    font-size: 14px;
    margin-left: 0px;
}

.sidebar-nav .menu-list.active {
    background: #f6f6f6;
}

.notification {
    height: 20px;
    width: 20px;
    background: #fff;
    color: #FF7206;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.menu-list.active .notification {
    background: #FF7206;
    color: #fff;
}

.notification-alert {
    position: relative;
    max-width: 24px;
    display: flex;
}

.notification-alert::after {
    border: 2px solid #fff;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    background: #F12245;
    position: absolute;
    content: "";
    right: 0px;
    top: 3px;
}

.inner-menu-list {
    padding-left: 37px;
    display: none;
}

.menu-list-pl {
    padding-left: 37px;
}

.list-bg {
    background-color: #F8F8F8;
    border-radius: 8px;
    padding: 5px 4px;
    margin-left: -5px;
}

.menu-list.active .inner-menu-list {
    display: block;
}

.sm-profile-img {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    object-fit: cover;
}

.sm-menu-list {
    color: #293450;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
    line-height: normal;
}

.inner-menu-list ul {
    margin-top: 10px;
}

.inner-menu-list ul>li {
    padding: 10px 0px;
}

.dashboard-header {
    box-shadow: 0px 0px 8px #00000012;
    border-radius: 15px;
    min-height: 74px;
}

.user-top-window .dashboard-header {
    height: 100%;
}

.top-profile {
    height: 51px;
    width: 51px;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}

.top-profile img {
    height: 100%;
    width: 100%;
}

.top-profile-name {
    max-width: 98px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.profile--menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    border-radius: inherit;
    margin-top: 15px;
    box-shadow: 0px 0px 8px #0000001A;
    padding: 16px;
    z-index: 1;
}

.profile--menu .choose-profile {
    height: 65px;
    width: 65px;
    object-fit: cover;
    border-radius: 50%;
}

.profile--menu-ul>li>a {
    display: flex;
    font-size: 14px;
    color: #293450;
    font-weight: 500;
}

.profile--menu-ul>li {
    margin-bottom: 8px;
}

.profile--menu-icon {
    height: 14px;
    width: 14px;
}

.rotate-caret {
    transform: rotate(0deg);
}

.rotate {
    transform: rotate(180deg);
}

.credit-popup {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding-top: 30px;
    visibility: hidden;
}

.inner-credit {
    background: #fff;
    padding: 16px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.10);
    border-radius: 16px;
    text-align: center;
}

.trigger-credit-popup:hover .credit-popup {
    visibility: visible;
    z-index: 1;
}

.callon-credit-top-window {
    min-width: 0;
    width: 100%;
}

.user-top-window {
    min-width: 227px;
    z-index: 5;
}

@keyframes fade-anim {
    from {
        visibility: hidden;
    }
    to {
        visibility: visible;
    }
}

.add-minor-small {
    height: 11px;
}

.outline-btn-primary.outline-grey:hover {
    color: #293450;
}

.outline-btn-primary:hover {
    color: #2DBDCA;
}

.small-icon {
    height: 26px;
    width: 26px;
}

.js-profile-menu {
    cursor: pointer;
}

.info-banner,
.info-banner2,
.info-banner3 {
    border-radius: 16px;
    padding: 18px 18px 18px 30px;
    position: relative;
    overflow: hidden;
}

.info-banner {
    background: #ffead4;
}

.info-banner::after {
    position: absolute;
    content: "";
    background: url(../images/bg_covid_19.svg);
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 385px;
    width: 385px;
    bottom: 0;
}

.info-banner::before {
    position: absolute;
    content: "";
    background: url(../images/virus19.svg);
    right: 30px;
    top: 30px;
    background-repeat: no-repeat;
    background-size: 95px;
    width: 95px;
    height: 95px;
    z-index: 1;
}


/* .info-banner2 {
    background: #ebedff;
} */


/* .info-banner2::before {
    position: absolute;
    content: "";
    background: url(../images/objects.svg);
    right: 15px;
    top: 20px;
    background-repeat: no-repeat;
    background-size: 125px;
    width: 119px;
    height: 95px;
    z-index: 1;
} */

.info_banner_wrapper {
    background-color: #2dbdca33;
    border-radius: 16px;
}

.spread_bgc {
    background-color: #ebedff;
}


/* .info-banner3 {
    background: rgba(44, 188, 201, 0.4);
} */

.invitation_bg {
    background: url(../images/invitation.svg) no-repeat;
    background-size: 41%;
    background-position: right bottom;
    margin-right: 25px;
}

.spread_bg {
    background: url(../images/objects.svg) no-repeat;
    background-size: 35%;
    background-position: right bottom;
    margin-right: 25px;
}

.btn-chip {
    padding: 6px 18px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
}

.active-visit-block {
    box-shadow: 0px 0px 8px #8B8B8B29;
    border-radius: 16px;
    padding: 15px 15px 18px 15px;
    background-color: #fff;
}

.active-visit-details {
    display: inline-flex;
}

.visit-details_title {
    min-width: 125px;
}

.visit-details_desc,
.visit-details_title {
    font-size: 14px;
}

.active-visit-details:not(:last-child) {
    margin-bottom: 16px;
}

.menu-box-block {
    box-shadow: 0px 0px 11px #8DBCCE38;
    padding: 15px 10px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.menu-box-block.active {
    background-color: #2DBDCA;
    box-shadow: 0px 0px 9px #2DBDCAB0;
}

.menu-box-block.activate::after {
    position: absolute;
    content: '';
    background: url(../images/right_curve.svg) no-repeat;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 52px;
    width: 22px;
}

.menu-box-block.active p {
    color: #fff !important;
}

.menu-box-block.active .icon-wrap {
    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;
}

.icon-wrap {
    background: #F4F5FD;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrap img {
    width: 34px;
    height: 34px;
}

.icon-wrap.active-visit-icon {
    height: 120px;
    width: 120px;
}

.right-arrow {
    margin-left: 7px;
    height: 10px;
}

.arrow-anim {
    display: inline-block;
    width: 0;
    opacity: 0;
    transition: all 0.5s;
}

.btn-chip:hover .arrow-anim {
    animation: width-anim 0.5s forwards;
}

.arrow-anim {
    animation: width-anim-reverse 0.3s forwards;
}

@keyframes width-anim {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 20px;
        opacity: 1;
    }
}

@keyframes width-anim-reverse {
    from {
        width: 20px;
        opacity: 1;
    }
    to {
        width: 0;
        opacity: 0;
    }
}


/* progressbar css */

.custm-progress {
    display: flex;
    margin-bottom: 30px;
}

.custm-progress li {
    /* width: calc(100% / 2); */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-size: 14px;
    padding: 0 6px;
}

.custm-progress li:before {
    height: 24px;
    width: 24px;
    background: #CACCDF;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
    margin-bottom: 8px;
    z-index: 2;
    padding-top: 1px;
}

.custm-progress li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 100% !important;
    height: 3px;
    background: #CACCDF;
    z-index: 0;
}

.custm-progress li.active:before {
    background: #fff;
    color: #2DBDCA;
    border: 2px solid #2DBDCA;
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: flex;
    justify-content: center;
    font-size: 10px;
    align-items: center;
    line-height: normal;
    padding-top: 1px;
}

.custm-progress li.Canceled:before {
    content: '\f01e';
    color: #F12245;
    border: 2px solid #F12245;
}

.custm-progress li.active-done:before {
    background: #5D6174;
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
}

.custm-progress div:first-child li:after {
    left: 50%;
    width: 50%;
}

.custm-progress div:last-child li:after {
    left: 0;
    width: 50% !important;
}

.custm-progress li.active-done:after {
    background: #5D6174;
}

.progress-img {
    height: 28px;
}

.progress-label {
    font-size: 16px;
    font-weight: 500;
    color: #CACCDF;
}

.custm-progress li.active-done~.progress-label {
    color: #5D6174;
}

.custm-progress li.active~.progress-label {
    color: #2DBDCA;
}

.custm-progress li.Canceled~.progress-label {
    color: #F12245;
}

.progress-div {
    width: calc(100% / 4);
    position: relative;
    text-align: center;
}

.custm-progress .progress-div:last-child li:hover+.progress-info {
    left: 40px !important;
}

.custm-progress .progress-div:first-child li:hover+.progress-info {
    left: 75px !important;
}

.custm-progress li span {
    /* margin: 0 6px; */
    font-size: 12px;
    font-weight: 600;
    color: #5D6174;
}

.custm-progress li.active span {
    color: #2DBDCA;
}

.form_progressbar {
    margin-left: -15px;
    margin-right: -15px;
}

.progress-label {
    margin-top: 15px;
}

.progress-div li .act-arrow {
    position: relative;
    margin-top: -21px;
    margin-left: -36px;
}

.progress-div li:hover .act-arrow span {
    background: #5D6174;
    height: 2.5px;
    width: 10px;
    display: block;
    margin-top: -1px;
}

.progress-div:nth-child(1) li .act-arrow {
    height: 3px;
    width: 10px;
    position: relative;
    margin-top: -20px;
    margin-left: -37px;
}

.progress-div li .act-arrow::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #5D6174;
    margin-left: auto;
    top: -7px;
    left: 0px;
}

.progress-div:nth-child(1) li .act-arrow::after {
    opacity: 0;
}

.progress-div:nth-child(1) li:hover .act-arrow::after {
    opacity: 1;
}

.progress-div li.active .act-arrow::after {
    border-right: 10px solid #2DBDCA;
}

.progress-div:nth-child(1) li .act-arrow::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #5D6174;
    margin-left: auto;
    top: -8px;
    right: -32px;
}

.progress-div:nth-child(3) li .act-arrow::after,
.progress-div:nth-child(4) li .act-arrow::after {
    border-right: 10px solid #CACCDF;
}

.progress-div:nth-child(3) li .act-arrow,
.progress-div:nth-child(4) li .act-arrow {
    background: #CACCDF;
}

.custm-progress li.active .act-spn,
.custm-progress li.in-progress .act-spn,
.custm-progress li.Canceled .act-spn {
    position: absolute;
    left: -50%;
    top: 11px;
    width: 100% !important;
    height: 3px;
    z-index: 1;
    background: transparent linear-gradient(90deg, #5D6174 0%, #2DBDCA 100%) 0% 0% no-repeat padding-box;
}

.custm-progress li.in-progress .act-spn {
    background: transparent linear-gradient(90deg, #5D6174 0%, #1CCA8F 100%) 0% 0% no-repeat padding-box;
}

.custm-progress li.Canceled .act-spn {
    background: transparent linear-gradient(90deg, #5D6174 0%, #F12245 100%) 0% 0% no-repeat padding-box;
}

.custm-progress li.active-done.in-progress:before {
    background: #1CCA8F;
}

.custm-progress li.active-done.in-progress:after {
    background: #CACCDF;
}

.custm-progress li.in-progress~.progress-label {
    color: #1CCA8F;
}

.progress-info-text {
    color: #e6e6e6;
}

.progress-info {
    position: absolute;
    z-index: 2;
    top: 70px;
    left: 50% !important;
    transform: translateX(-50%);
    background: #2DBDCA;
    padding: 10px;
    color: #fff;
    width: 150px;
    border-radius: 15px;
    font-size: 13px;
    display: none;
    transition: .3s;
}

.custm-progress li:hover {
    cursor: pointer;
}

.custm-progress li:hover+.progress-info {
    display: block;
    transition: .3s;
}

.single-accordian {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.10);
    border-radius: 16px;
}

.visit-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    min-height: 52px;
    cursor: pointer;
    position: relative;
}

.visit-wrap:hover p {
    transition: .2s;
    color: #FF7206 !important;
    padding-left: 5px;
}

.visit-arrow {
    margin-left: 8px;
    transition: .2s;
    height: 16px;
    width: 16px;
    background: #FF7206;
    position: relative;
}

.visit-arrow::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 6px solid #fff;
    right: 0px;
    top: 3px;
}

.visit-wrap:hover .fixed-visit-content {
    display: none;
}

.visit-wrap:hover .badge-pill,
.visit-wrap:hover .hidden-text {
    display: inline-block !important;
    transition: .2s;
}

.btn-accordian {
    text-align: left;
    background: #fff;
    padding: 13px;
}

.btn-accordian:focus {
    box-shadow: none;
}

.accordian-body {
    background-color: #F6F8FC;
    border-radius: 0 0 16px 16px;
    border: none;
}

.profile-small-typo {
    font-size: 16px;
    color: #44444480;
}

.user-name {
    font-size: 22px;
}

.profile-small-img img {
    height: 18px;
    width: 18px;
}

.edit-profile-btn {
    padding: 0 5px;
}

.details-icon img {
    height: 30px;
    width: 30px;
}

.details-icon {
    height: 70px;
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    background-color: #2dbdca29;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.minor-block {
    box-shadow: 0px 0px 8px #8B8B8B29;
    border-radius: 16px;
    padding: 20px;
    background-color: #fff;
}

.minor-user {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #2DBDCA;
    background: #ebedff;
}

.minor-user .add-minor-icon {
    width: 30px;
    height: 30px;
    object-fit: initial;
}

.minor-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-row {
    flex: 0 0 auto;
}

.inner-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
    scrollbar-width: none;
}

.inner-wrapper::-webkit-scrollbar {
    display: none;
}

.minor-name {
    color: #29345099;
}

.edit-profile-img {
    height: 112px;
    width: 112px;
    border-radius: 50%;
    object-fit: cover;
}

.dashboard_forms .form-label {
    font-size: 16px;
    font-weight: 500;
    color: #29345080;
}

.dashboard_forms .form-control,
.dashboard_forms .form-select {
    border-color: #29345033;
    border-radius: 10px;
    color: #293450;
    padding-left: 16px;
    min-height: 45px;
    margin-bottom: 15px;
}

.dashboard_forms .form-control:focus,
.dashboard_forms .form-select:focus {
    border-color: #2DBDCA;
    box-shadow: none;
}

.input-filled,
.input-filled:focus {
    background-color: #F3F3F3;
    border-color: #F3F3F3 !important;
}

.set-inlinecheck {
    min-height: 45px;
    display: flex;
    align-items: center;
}

.dashboard_forms .form-check-input {
    border-color: #2DBDCA;
    border-width: 2px;
}

.btn-accordian[aria-expanded="true"] .down-arrow {
    border-radius: 16px;
    transform: rotate(90deg);
    width: 20px;
    height: 20px;
}

.btn-accordian[aria-expanded="false"] .down-arrow {
    transition: .2s;
    width: 40px;
    height: 20px;
}

.dashboard_forms .form-check-input:focus {
    box-shadow: none;
}

.dashboard_forms .form-check-input:checked {
    background-color: #2DBDCA;
}

.ad-img {
    max-width: 600px;
    width: 100%;
}

.dashboard-search input {
    border-color: #29345045;
    border-radius: 26px;
    padding-left: 46px;
}

.dashboard-search {
    position: relative;
}

.search-icn {
    height: 14px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.dashboard-search input:focus {
    box-shadow: none;
}


/* Prescription page */

.prescription-block {
    box-shadow: 0px 0px 38px #5A5E771A;
    border-radius: 9px;
    background-color: #fff;
    max-width: 450px;
    margin: 0 auto;
}

.prescription-text {
    color: #5D6174;
}


/*======== Start New Visit page css start ========*/

.start-visit-area .visit-max-height {
    max-height: none;
    height: auto;
}

.visit-max-height::-webkit-scrollbar {
    display: none;
}

.start-visit-area .start-tab-wrap {
    border-bottom: #F4F5FD 5px solid;
}

.start-visit-area .nav-tabs {
    border-bottom: none;
}

.start-visit-area .nav-tabs .nav-link {
    color: #293450;
    font-weight: 700;
    padding: .8rem 1rem;
    margin-bottom: -4px;
}

.start-visit-area .nav-tabs .nav-link:hover,
.start-visit-area .nav-tabs .nav-link:focus {
    border-color: transparent;
}

.start-visit-area .nav-tabs .nav-link.active {
    background-color: rgba(255, 114, 6, 0.13);
    color: #FF7206;
    border: none;
    border-bottom: #FF7206 5px solid;
    border-radius: 10px 10px 0 0;
}


/*** --- Reminders Css ***/

.dropdown-menu {
    box-shadow: 0px 0px 8px #0000001A;
    border: 0px;
    border-radius: 12px;
}

.reminders-area .description {
    color: #293450;
    opacity: 0.5;
}

.reminders-area .details-icon {
    position: relative;
}

.reminders-area .details-icon .profile-pic {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.chaticon {
    position: absolute;
    background: #000;
    height: 22px;
    width: 22px;
    bottom: -5px;
    right: -5px;
    border: 2px solid #fff;
}

.chaticon .chat-icon {
    width: 10px;
}

.close-bg {
    background: #E9E9E9;
    height: 24px;
    width: 24px;
    padding: 0px;
    position: relative;
    margin-top: -5px;
}

.recent-right .text-primary {
    opacity: 0.6;
}

.min-w-110 {
    min-width: 110px;
}


/*** --- Settin page css ---***/

.form-control {
    min-height: 45px;
    border-radius: 10px;
}

.settings-tabs .nav-tabs {
    border-bottom: 0px;
}

.settings-tabs .nav-item {
    width: 100%;
    display: block;
}

.settings-tabs .nav-item .nav-link {
    padding: 32px 32px 32px 50px;
    border: none;
    border-bottom: solid 1px #EBEBEB;
    color: #293450;
    border-radius: 0px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}

.settings-tabs .nav-item .nav-link::after {
    position: absolute;
    content: "";
    background: url(../images/right_arrow_blue.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
    right: 30px;
    top: 37px;
    opacity: 0.5;
}

.settings-tabs .nav-item .nav-link.active::after {
    transform: rotate(-180deg);
    opacity: 1;
}

.settings-tabs .nav-item .nav-link.active {
    background: rgba(45, 189, 202, 0.13);
    color: #2dbdca;
}

.settings-tabs .nav-item:last-child .nav-link {
    border-bottom: none;
}

.settings-tabs .nav-item:first-child .nav-link.active {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.settings-tabs .nav-item:last-child .nav-link.active {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.select-arrow:after {
    content: "";
    background: url(../images/down_arrow_black.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.key-icon-input {
    position: absolute;
    left: 18px;
    top: 0px;
    z-index: 9;
    background: none;
    border: none;
    padding: 14px 10px;
}

.sonar-wrapper {
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 18px;
    width: 18px;
}

.sonar-emitter {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background-color: #FF7400;
}

.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #FF7400;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.border-color-red-light {
    border-color: hsla(27, 100%, 50%, 0.123) !important;
}

.sonar-wave {
    animation: sonarWave 2s linear infinite;
}

.verification-step {
    padding: 15px;
    border: 1px solid #E9E9E9;
    border-radius: 12px;
}

.switch_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

input[type="checkbox"].switch_1 {
    font-size: 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 50px;
    height: 28px;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked {
    background: #2DBDCA;
}

input[type="checkbox"].switch_1:after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after {
    left: calc(100% - 1.5em);
}

@keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        transform: scale(3);
        opacity: 0;
    }
}


/*** --- businesses page css --- ***/

.businesses-bg {
    background: url(../images/business_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.z-index-1 {
    z-index: 1;
}

.program_bg {
    position: relative;
    background: url(../images/program_bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    height: 168px;
    width: 100%;
}

.business-discription {
    max-width: 520px;
}


/***--- Visit Details treatment Plan ---***/

.treatment-plan-title {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #FF7206;
}

.under-border span {
    position: relative;
}

.under-border span::after {
    border-bottom: 4px solid #2DBDCA;
    width: 38px;
    position: absolute;
    content: "";
    height: 4px;
    bottom: -6px;
    left: 0;
}

.uunder-line-center .under-border span::after {
    left: 50%;
    transform: translate(-50%, 0px) !important;
}


/**-- Modal css --**/

.modal-title {
    color: #293450;
}

.close {
    width: 30px;
    height: 30px;
    background: #F5F5F5 !important;
    opacity: 1;
}

.start-visit-area .visit-max-height {
    overflow-y: unset;
}

.menu-toggle {
    cursor: pointer;
    min-width: 60px;
}

.right-side {
    min-width: 60px;
}

.dashboard-header.settings-tabs {
    min-height: 490px;
}

.bordder-line {
    display: none;
}

#how-it-work {
    padding: 12px;
}

#how-it-work .modal-dialog,
#Step-verification .modal-dialog {
    max-width: 345px;
    margin: 20px auto;
}

#how-it-work .modal-content,
#Step-verification .modal-content {
    border-radius: 20px;
}

.visit-show .show-bg-hidden {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2934509c;
    z-index: 3;
}

.visitopen-div {
    display: none;
}

.visit-show .visitopen-div {
    display: block;
    position: absolute;
    bottom: 90px;
    left: 20px;
    width: 180px;
    z-index: 8;
}

.visitopen-div .icon-wraps {
    background: #fff;
    height: 44px;
    min-height: 44px;
    width: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-img {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px #00000029;
}

#active-visit-tabs.nav-tabs {
    border-bottom: 2px solid #F4F5FD;
}

#active-visit-tabs.nav-tabs .nav-link {
    border: none;
    color: #293450;
    font-weight: 600;
    opacity: 0.5;
    padding: 8px 25px;
    position: relative;
}

#active-visit-tabs.nav-tabs .nav-link.active {
    border: none;
    background: #2DBDCA;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-weight: 600;
    opacity: 1;
}

#active-visit-tabs.nav-tabs .nav-link.active::after {
    background: url(../images/active_tab.svg) no-repeat bottom center;
    content: "";
    bottom: -11px;
    position: absolute;
    width: 32px;
    height: 12px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.top-left-icon {
    width: 60px;
}

.circle {
    width: 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.circle canvas {
    vertical-align: top;
    width: 20px !important;
    height: 20px !important;
}

.circle strong {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: black;
}


/* =================================================== */

.flex__overflow {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: none;
}

.overflow-y-auto {
    overflow-y: auto;
    scrollbar-width: none;
}

.overflow-y-auto::-webkit-scrollbar,
.max__overflow::-webkit-scrollbar,
.flex__overflow::-webkit-scrollbar {
    display: none;
}

.overflow__div {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sticky_div {
    position: sticky;
}

.max__overflow {
    overflow-y: auto;
    max-height: 100%;
    scrollbar-width: none;
}

.credit__div {
    width: 100%;
}

.logo__div-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
}

.dashboard--title,
.dashboard--title_medium {
    color: #293450;
    font-weight: 600;
    font-size: 18px;
}

.dashboard--title_medium {
    font-size: 16px;
}

.box__header {
    padding: 20px;
    box-shadow: 0px 0px 11px #8DBCCE38;
    border-radius: 14px 14px 0px 0px;
}

.box__content {
    padding: 20px;
}

.review_btn_inner {
    display: none;
}

.icon-wrap.receipt-icon-wrap {
    height: 60px;
    width: 60px;
}

.icon-wrap.receipt-icon-wrap img {
    height: 26px;
    width: 26px;
}

.msg__date {
    color: #29345080;
    font-size: 13px;
}

.box__content .details-icon {
    height: 52px;
    width: 52px;
    min-height: 52px;
    min-width: 52px;
}

.box__content .details-icon img {
    height: 22px;
    width: 22px;
}

.dark_wallet {
    background-color: #43475B;
    border-radius: 12px;
    color: #fff;
    min-width: 352px;
}

.wallet-refer-img {
    height: 100px;
}

.dark_wallet .small-label {
    font-size: 12px;
    margin-bottom: 10px;
}

.dark_wallet .price {
    font-size: 30px;
    font-weight: 700;
}

.cashback-text {
    color: #ffffffb3;
    font-size: 14px;
}

.wallet_receipt {
    box-shadow: 0px 0px 11px #8DBCCE38;
    border-radius: 12px;
    padding: 15px 20px;
    width: 100%;
}

.single-receipt {
    box-shadow: 0px 0px 11px #8DBCCE38;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 15px;
    cursor: pointer;
}

.single-receipt .details-icon {
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
}

.single-receipt .sort-description {
    font-size: 15px;
    font-weight: 600;
}

.single-receipt .msg__date {
    color: #44444482;
}

.single-receipt .receipt-danger {
    color: #F12245;
    font-weight: 600;
}

.single-receipt .receipt-success {
    color: #1CCA8F;
    font-weight: 600;
}

.set-receipt-col [class*="col-"]:nth-child(even) {
    padding-right: 0;
}

.set-receipt-col [class*="col-"]:nth-child(odd) {
    padding-left: 0;
}

@media (min-width: 576px) {
    .modal-dialog.dashboard_modal {
        max-width: 627px;
    }
}

.close-icn-circle {
    background-color: #F5F5F5;
    min-width: 25px;
    min-height: 25px;
    font-size: 13px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #293450;
    line-height: normal;
}