/* 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-bottom,
.border-right {
    border-color: #E9E9E9;
}

.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 10px 12px 13px;
    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: 28px;
    width: 28px;
    background: #fff;
    color: #FF7206;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.menu-list.active .notification {
    background: #FF7206;
    color: #fff;
}

.notification-alert {
    position: relative;
    max-width: 24px;
}

.notification-alert::after {
    border: 2px solid #fff;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    background: #ff5f8b;
    position: absolute;
    content: "";
    right: 0px;
    top: 6px;
}

.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;
}

.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>li:not(:last-child) {
    margin-bottom: 12px;
}

.inner-menu-list ul>li:first-child {
    margin-top: 10px;
}

.dashboard-header {
    box-shadow: 0px 0px 8px #00000012;
    border-radius: 16px;
    min-height: 74px;
}

.user-top-window .dashboard-header {
    height: 100%;
}

.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 #00000012;
    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 {
    border-radius: 16px;
    padding: 18px;
    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;
}

.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: 20px;
    background-color: #fff;
}

.active-visit-details {
    display: inline-flex;
}

.visit-details_title {
    min-width: 125px;
}

.active-visit-details:not(:last-child) {
    margin-bottom: 16px;
}

.menu-box-block {
    box-shadow: 0px 0px 6px #00000011;
    padding: 15px 10px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-wrap {
    background: #F4F5FD;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: 700;
    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% / 5);
    position: relative;
    text-align: center;
}

.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;
}

.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 15px;
    color: #fff;
    display: block;
    width: 168px;
    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 #00000012;
    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: 35px;
}

.dashboard-search {
    position: relative;
}

.search-icn {
    height: 14px;
    position: absolute;
    left: 14px;
    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 .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: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px #00000029;
}


/* referral code page */

.referral_block_bg {
    background: url("../images/referral_bg.svg") no-repeat;
    height: 100%;
    background-size: 100%;
}

.referral--img {
    max-width: 100%;
}

.referral--profile {
    height: 85px;
    width: 85px;
    border: 4px solid #fff;
    border-radius: 50%;
    object-fit: cover;
}

.referral_text {
    font-size: 18px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #293450;
    font-weight: 600;
    margin-top: 15px;
}

.referral_info_block {
    box-shadow: 3px 3px 23px #7590B829;
    background-color: #fff;
    border-radius: 21px;
    padding: 20px;
}

.referral-info__title {
    color: #293450;
    font-weight: 600;
    font-size: 15px;
}

.link--text {
    border: 1px solid #29345033;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
    flex: 1;
    margin-right: 10px;
}

.referral_input {
    margin-right: 10px;
}

.referral_input:focus {
    box-shadow: none;
}

.small--label {
    font-size: 11px;
    color: #293450;
    opacity: 0.5;
}

.referral_input {
    font-size: 13px;
    border-radius: 20px;
    min-height: auto !important;
    border-color: #29345033;
}

.referral_input:focus {
    border-color: #29345033;
}

.input-group .referral_input {
    border-right: 0;
}

.referral_textarea {
    width: 100%;
    border-color: #29345033;
    border-radius: 8px;
    resize: none;
    padding: 8px;
    font-size: 13px;
}

.referral_textarea:focus {
    outline: none;
}

.referral-btn {
    background-color: #FF7206;
    color: #fff !important;
    border-radius: 20px;
    font-size: 12px;
    padding: 6px 14px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.referral-blue-btn {
    background-color: #2DBDCA;
}

.copy-icn {
    height: 14px;
}

.referral_hr {
    border-bottom: 1px solid #E9E9E9;
}

.social--btn {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #293450;
    border: 1px solid #129AF6;
    border-radius: 20px;
    padding: 6px;
    font-weight: 600;
    white-space: nowrap;
    min-width: 90px;
    box-shadow: 3px 3px 23px #7590B829;
    width: 100%;
}

.social--btn:hover {
    color: #293450;
}

.social--btn img {
    height: 20px;
    margin-right: 5px;
}

.insta-border {
    border-color: #BD1C9E;
}

.tw-border {
    border-color: #19B8FF;
}

.in-border {
    border-color: #007AB9;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.referral_working .referral-info__title {
    font-size: 22px;
}

.work__icn {
    background: #FEA832;
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work__icn img {
    height: 30px;
}

.work_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.work__info {
    font-size: 14px;
    width: 80%;
    color: #29345082;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}

.info-small {
    color: #29345082;
    font-size: 13px;
}

.work-bg-blue {
    background-color: #293450;
}

.work-bg-green {
    background-color: #2F854F;
}

.referral_dropdown:focus {
    box-shadow: none
}

.referral_dropdown+.dropdown-menu {
    font-size: 13px;
    min-width: 6em;
    box-shadow: 0px 3px 13px #7D97AE29;
    border-radius: 5px;
    color: #293450;
}

.referral_dropdown+.dropdown-menu .dropdown-item.active,
.referral_dropdown+.dropdown-menu .dropdown-item:active {
    outline: none;
    background-color: #fff;
    color: #293450;
}

.referral_dropdown {
    font-size: 13px;
    padding-left: 16px;
    border: 1px solid #29345033;
    border-left: 0;
    border-radius: 0 20px 20px 0;
    color: #293450;
}

.referral_dropdown::After {
    position: absolute;
    left: 0;
    top: 50%;
}

.reward-info {
    font-size: 13px;
    color: #29345085;
}

.close:focus {
    outline: none;
}

.contact_title {
    font-size: 20px;
    color: #293450;
    font-weight: 600;
}

.contact__name {
    font-size: 14px;
    font-weight: 600;
    color: #293450;
}

.contact__email {
    font-size: 12px;
    color: #293450;
    opacity: 0.5;
}

.contact-profile {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    object-fit: cover;
}

.single_contact {
    margin: 0 0 18px 0;
    cursor: pointer;
}

.single_contact:last-child {
    margin-bottom: 0px;
}

.bg_dark_blue {
    background-color: #1D2741 !important;
}

.medium-icon {
    height: 35px;
    width: 35px;
}

.user_profile--img {
    border-radius: 50%;
    border: 2px solid #fff;
}

.times-close {
    font-size: 16px;
}

@media (min-width:1920px) {
    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

@media (min-width:3000px) {
    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 60%;
    }
}

@media(max-width:992px) {
    .referral_block {
        background-color: #1d2741;
    }
    .referral_block_bg {
        background: none;
    }
    .referral_mobile_bg {
        background: url("../images/mobileBanner_Refferal.svg") no-repeat;
        background-color: #fff;
        background-size: cover;
        background-position: bottom;
        border-radius: 26px 26px 0 0;
    }
    .referral_info_block {
        box-shadow: none;
        border-radius: 0;
    }
    .referral_text {
        font-size: 15px;
        line-height: normal;
        width: 100%;
    }
    .referral--profile {
        height: 70px;
        width: 70px;
    }
    .mobile-p-0 {
        padding: 0;
    }
    .reward_info__block {
        background: #1d2741;
    }
    .reward_search__block {
        background-color: #ECEDEF;
    }
    .reward_info_inner {
        padding: 15px;
        border-radius: 26px 26px 0 0;
    }
    .reward_search {
        padding: 0 15px 15px 15px;
        border-radius: 0 0 26px 26px;
    }
    .py-12 {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .contact--title {
        color: #293450;
        padding: 15px;
        background-color: #ECEDEF;
        font-weight: 600;
    }
    .contact__list {
        padding: 15px;
    }
    .referral-btn {
        padding: 6px 18px;
    }
    .referral-btn img {
        margin-right: 8px !important;
    }
}

@media(max-width:768px) {
    .input-group .referral_input {
        border: 1px solid #29345033;
        border-top-right-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }
    .work_box {
        flex-direction: row;
        margin-bottom: 16px;
        text-align: left;
    }
    .work__icn {
        margin-right: 15px;
        width: 50px;
        height: 50px;
    }
    .referral_social {
        width: 100%;
    }
    .social--btn img {
        height: 25px;
    }
    .social--btn {
        font-size: 15px;
    }
    .work__info {
        margin-top: 0;
    }
    .referral_info_block {
        padding-top: 0;
    }
    .pb-m-0 {
        padding-bottom: 0;
    }
    .work__icn img {
        height: 25px;
        width: 25px;
    }
}