@font-face {
    font-family: Roboto;
    src: url(../font/Roboto-Medium.ttf);
}


@font-face {
    font-family: Roboto-bold;
    src: url(../font/Roboto-Bold.ttf);
    font-weight: bold;
}

:root {
    --blue: #24429b;
    --green: #49af4b;
    --white: #fff;
    --black: #000;
    --text-color: #22313f;
    --text-color2: #2d2d32;
    --text-color-light: #787887;
}

h6 {
    color: var(--text-color);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;

}

.btn-primary {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}

.btn-outline-secondary:hover {
    color: var(--green);
    background-color: transparent;
    border-color: var(--green);
}


/*--- navigation Style ----*/
.navbar-dark {
    border-bottom: 1px solid #f0f0f5;
}

.navbar-dark .navbar-brand {
    color: var(--blue);
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--text-color);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--text-color);
}

.navbar-dark .navbar-brand:hover {
    color: var(--blue);
}


.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--blue);
}

.navbar-toggler {
    background-color: var(--blue);
    border: 1px solid var(--blue);
}

.c-flex {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.text-color-light {
    color: var(--text-color-light);
}

.nav-h {
    font-weight: bold;
}

.custom-card {
    border-radius: 10px;
    box-shadow: 1px 1px 10px #5454544d;
}

.custom-card img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.card-title {
    font-weight: bold;
}


.text-box {
    justify-content: center;
    align-items: center;
    display: flex;
}

.card-text {
    font-size: 14px;
    color: var(--text-color-light);
}

.section-bg {
    background: var(--blue);
}

.section-bg h4 {
    color: var(--white);
    font-weight: bold;
}

.section2-bg h4 {
    font-weight: bold;
}

.ap-category {
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

.app-category-box {
    width: 280px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}

.app-category-box a {
    text-decoration: none;
}

.app-category-image-box img {
    border-radius: 10px;
    height: 120px;
}


.app-category-box:hover img {
    box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 10%);
    transition: box-shadow .3s ease, border .3s ease;
}

.app-category-box:hover h6 {
    color: var(--blue);
    transition: .3s ease;
}


.app-category-content-box h6 {
    font-weight: bold;
    color: var(--black);
    font-size: 10px;
}

.app-category-content-box p {
    color: #414146;
    line-height: 1;
}


.slick-prev:before,
.slick-next:before {
    color: #274b9c !important;
}

/*---- testimonials ----*/
.testimonials-box {
    width: 600px;
    margin: auto;
}

.t-box-content span {
    font-size: 18px;
}

.t-box-details {
    text-align: center;
    font-size: 12px;
    font-style: italic;
}

.t-box-details .fas {
    color: var(--text-color-light);
}

/*---- testimonials ----*/

/*----- footer -----*/

.footer {
    background: var(--blue);
}

.footer-link {
    list-style: none;
}

.footer-link a {
    font-size: 12px;
    color: var(--white);
}

.footer h6 {
    color: var(--white);
    font-weight: 600;
}

.copyright {
    text-align: center;
    font-size: 12px;
    color: #fff;
    /*    border-top: 1px solid #3e5ca0;*/
}

.bdr-tp {
    border-top: 1px solid #dfdfe5;
    border-bottom: 1px solid #dfdfe5;
}


/*---- search page ----*/
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.search-box-left h6 {
    font-weight: 500;
    font-size: 14px;
}

.text-ubinium {
    color: var(--blue);
}

.category-card h3 {
    font-size: 14px;
    color: var(--blue);
    font-weight: 600;
}

.category-card h3 {
    height: 32px;
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.category-card {
    min-height: 180px;
    height: auto;
    padding: 10px;
    position: relative;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(128 128 128 / 30%);
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}

.search-category a {
    text-decoration: none;
}

.a-card {
    text-decoration: none;
}


.f-10 {
    font-size: 10px;
    color: var(--green);
    margin-bottom: 0.3rem;
    line-height: 1.3;
}


.f-12 {
    font-size: 12px;
    color: var(--green);
    margin-bottom: 0.3rem;
    line-height: 1.3;
    /* height: 30px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
}

.f-11 {
    font-size: 11px;
    color: var(--blue);
    margin-top: 4px;
}

.other-sp-box {
    color: var(--text-color);
    cursor: pointer;
    display: flex;
    padding: 10px;
    font-size: 12px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    text-align: left;
    align-items: center;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
}

.other-sp-box-content {
    width: 100%;
    padding: 0 10px 0 0;
    position: relative;
}

.other-sp-box-content-footer {
    color: var(--blue);
    padding: 10px 0 0;
    font-size: 10px;
    border-top: 1px solid rgba(2, 71, 91, 0.3);
    font-weight: 600;
}

.other-sp-box-content p {
    margin-bottom: 0.3rem;
}

.other-sp-box-content span {
    color: var(--black);
}

.doctor-search-result {
    height: 100%;
    position: relative;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding-bottom: 40px;
    background-color: #fff;
}

.doctor-box {
    cursor: pointer;
    display: flex;
    padding: 10px;
    position: relative;
    /*    padding-top: 24px;*/
}

.doc-image-box {
    padding-top: 10px;
}

.doc-image-box img {
    border-radius: 10px;
}

.doc-deg {
    color: var(--blue);
    display: flex;
    font-size: 10px;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.doc-deg h4 {
    color: var(--blue);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.doc-deg .doc-exp {
    position: relative;
    margin-left: 5px;
    padding-left: 8px;
    padding-right: 5px;

}

.doc-exp:before {
    top: 1px;
    left: 0;
    width: 1px;
    height: 10px;
    content: "";
    position: absolute;
    background-color: var(--blue);
}

.doctor-search-result a {
    text-decoration: none;
}

.doc-details h6 {
    color: var(--text-color);
}

.doc-payment {
    color: var(--blue);
    line-height: 1.3;
}

.doc-payment span {
    font-size: 12px;
    color: var(--text-color-light);
}

.doc-location p {
    margin-bottom: 0;
    color: var(--text-color-light);
    font-size: 12px;
}

.doc-box-footer {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.doc-box-footer button {
    width: 100%;
    box-shadow: none;
    border-radius: 0 0 10px 10px;
    color: #fff;
    background-color: var(--green);
    padding: 4px 13px 4px 13px;
    border: none;
    outline: none;
    font-weight: 500;
    cursor: pointer;
}

.doc-video-op {
    display: flex;
    font-size: 10px;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    color: var(--blue);
}

.doc-video-op p {
    font-size: 7px;
}

/*------ search box right -------*/
.search-box-right {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
}

.search-box-right ul {
    padding-left: 20px;
    font-size: 13px;
}

.how-works {
    list-style: none;
    padding-left: 0 !important;
}

.how-works li {
    display: flex;
    padding: 5px 0;
    align-items: center;
}

.how-works li p {
    color: var(--blue);
    margin: 0 0 0 15px;
    font-size: 13px;
    font-weight: 500;
}

.search-input {
    position: relative;
}

.doctor-search-box-result {
    padding: 10px;
    border: 1px solid #ced4da;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(128 128 128 / 30%);
    max-height: 300px;
    border-radius: 5px;
    top: 36px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    overflow: auto;
    transform: translateY(-35px);
    opacity: 0;
    transition: 0.6s;
}

.search-input:hover .doctor-search-box-result {
    transform: translateY(0px);
    opacity: 1;
    transition: 0.6s;
}




.doctor-result-list {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;

}

.doctor-result-list img {
    width: 50px;
    border-radius: 10px;

}

.doctor-result-list a {
    text-decoration: none;
    color: var(--text-color);
}

.doctor-search-box-result ::-webkit-scrollbar {
    width: 8px;
}

.doctor-search-box-result ::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 4px;
}

.doctor-search-box-result ::-webkit-scrollbar-track {
    background: #fff;
}

.doctor-result-list:not(:first-child) {
    border-top: 1px solid rgba(2, 71, 91, 0.3);
    padding-top: 6px;
    margin-top: 6px;
}


.search-no-result p {
    font-size: 13px;
    font-weight: 600;
}

/*------ search box right -------*/


/*-------profile----------*/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--blue);
}

.nav-pills .nav-link {
    border: 1px solid var(--blue);
    margin-top: 10px;
    color: var(--blue);
}

.profile-menu {
    font-size: 13px;
    font-weight: bold;
}


#bg-light-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    min-height: 64vh;
}

.profile-image img {
    border-radius: 10px;
}

.profile-card {
    cursor: pointer;
    display: flex;
    padding: 16px;
    box-shadow: 0 2px 4px 0 rgb(128 128 128 / 30%);
    align-items: center;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}

.p-d-box {
    width: calc(100% - 96px);
}

.prfile-details {
    display: flex;
    align-items: center;
}

.p-name {
    font-size: 13px;
    /* font-weight: 600; */
}

.patient-details {
    font-size: 12px;
    /* font-weight: 600; */
    color: var(--blue);
    text-transform: capitalize;
}

.bt-1 {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid rgba(2, 71, 91, 0.3);
}

.emp-id {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;

}

.add-nw-pt {
    padding: 20px;
}

.p-heath-records {
    width: 100%;
    padding: 5px 20px;
    box-shadow: 0 2px 4px 0 rgb(128 128 128 / 30%);
    border-radius: 10px;
    background-color: #fff;
}

.p-heath-records ul {
    margin: 0;
    padding: 6px 0;
    list-style: none;
}

.p-heath-records ul li {
    width: 30%;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0;
    text-align: center;
    border-right: 0.5px solid rgba(2, 71, 91, 0.2);
}


.p-heath-records ul li h6 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    padding-bottom: 6px;
}

.p-heath-records ul li .fas {
    color: var(--green);
    font-size: 12px;
    padding-left: 4px;
}

.p-heath-records ul li span {
    color: var(--blue);
    margin: 0;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.p-heath-records ul li:last-child {
    border-right: none;
}

.address-box {
    color: ;
    cursor: pointer;
    padding: 16px;
    position: relative;
    font-size: 14px;
    box-shadow: 0 2px 4px 0 rgb(128 128 128 / 30%);
    word-break: break-word;
    font-weight: 600;
    line-height: 1.43;
    border-radius: 10px;
    padding-right: 125px;
    background-color: #fff;

}

.address-box p {
    margin-bottom: 0.3rem;
}


.add-marker {
    top: 0;
    color: var(--blue);
    right: 0;
    padding: 6px;
    position: absolute;
    font-size: 10px;
    min-width: 115px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    text-transform: uppercase;
    background-color: rgb(46 72 158 / 24%);
}

.custom-modal-heading {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

/*-------profile----------*/


/*------------ modal ---------*/
.cs-modal {
    max-width: 300px;
}



.cs-md-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    height: 20px;
    width: 20px;
    background: red !important;
    border-radius: 50%;
    font-size: 1rem;
    text-shadow: none
}

button:focus {
    outline: none;
}

label {
    font-size: 12px;
    font-weight: bold;
}

.sex-label {
    font-size: 12px;
    font-weight: bold;
}


/*------------ modal ---------*/


/*---image upload ----*/
.avatar-upload {
    position: relative;
    max-width: 120px;
    margin: 20px auto;
}

.avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload input {
    display: none;

}

.avatar-upload label {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid var(--blue);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}

.avatar-upload label::after {
    content: "\f303";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: var(--blue);
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-preview {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 10px;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-preview div {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*---image upload ----*/
.alert {
    font-size: 13px;
}




/*--------------- doctor profilr --------*/
.schedule-box {
    color: #001350;
    padding: 10px;
    font-size: 13px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    text-align: left;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

.schedule-box-content {
    display: flex;
}

.schedule-box-content a {
    text-decoration: none;
    color: var(--blue);
}

.appointment-box {
    color: #001350;
    padding: 10px;
    font-size: 13px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    text-align: left;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.appointment-content {
    display: flex;
}

.appointment-details-mbox {
    display: flex;
    font-size: 13px;
}



/*-----cart-----*/
.cart {
    position: relative
}

.cart .fas {
    color: var(--blue);
}

.cart .badge {
    font-size: 50%;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 50%;
    padding: 2px;
    height: 12px;
    width: 12px;
    position: absolute;
    right: 0;
}

/*-----cart-----*/
/*------- test -----*/
.test-main-box {
    padding: 8px;
    position: relative;
    box-shadow: 0 2px 4px 1px rgb(128 128 128 / 30%);
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.test-image {
    cursor: pointer;
    display: flex;
    min-height: 50px;
    text-align: left;
}

.test-image img {
    max-width: 40px;
    max-height: 40px;
}

.test-name {
    color: var(--text-color);
    cursor: pointer;
    height: 48px;
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    text-align: left;
    font-weight: 600;
    padding-top: 8px;
    text-transform: capitalize;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.test-sub-text {
    font-size: 10px;
    height: 34px;
    min-height: 16px;
    font-weight: normal;
    line-height: 16px;
}

.test-box-footer {
    border-top: solid 0.5px rgba(2, 71, 91, 0.3);
    margin-top: 8px;
    text-align: left;
    padding-top: 10px;
}

.test-price {
    display: flex;
    font-size: 14px;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    background: #49505726;
    padding: 0 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.d-price {
    opacity: 0.6;
    font-size: 12px;
    font-weight: 600;
    padding-left: 4px;
    text-decoration: line-through;
}

.add-tocart {
    padding-top: 10px;
    text-align: center;
}


.add-tocart button {
    background: #24429b2b !important;
    border: none;
    outline: none;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    color: var(--blue);

}

.test-home-collc {
    display: flex;
    font-size: 12px;
    align-items: center;
    margin-top: 8px;
    font-weight: 600;
    cursor: pointer;
}

.book-date .form-control {
    padding: 1px;
    font-size: 12px;
}

/*------- test -----*/
/*------- Data table -----*/
/*#booking,
#payment, #message {
    font-size: 13px;
}*/
table.dataTable {
    font-size: 13px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 4px 14px !important;
    border-bottom: 1px solid #111;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .01em 1em !important;
}

div#booking_info {
    font-size: 13px;
    font-weight: 600;
}

.btn-xs {
    padding: .125rem .25rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .15rem;
}

.dataTables_info,
.dataTables_paginate {
    font-size: 13px;
}

/*------- Data Table -----*/


/*-------------- CART PGE -------*/
.cart-heading-box {
    display: flex;
    font-size: 13px;
    align-items: center;
    padding-top: 10px;
    border-bottom: 0.5px solid rgba(2, 71, 91, 0.3);
    margin-bottom: 20px;
    padding-bottom: 10px;
}


.cart-box {
    padding: 10px;
    position: relative;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
}

.cart-box-content {
    display: flex;
    align-content: center;
}

.cart-box-right {
    display: flex;
    align-items: center;
}

.cart-box p {
    margin-bottom: 4px;
    font-size: 14px;
}

.small-p {
    font-size: 13px !important;
}

.cart-box-right-c2 button {
    border: none;
    outline: none;
    background: transparent;
}

.cart-box-right-c2 .btn:focus {
    outline: 0;
    box-shadow: none;
}

.cart-box-footer {
    margin: 5px -10px -10px -10px;
    display: flex;
    padding: 8px 12px;
    background: #a8cf3847;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    align-items: center;
    border-radius: 0px 0px 8px 8px;
    flex-direction: row;
    color: var(--blue);
}

.cart-patient-details {
    padding: 12px 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 6%);
}

.cart-patient-details-1 {
    display: flex;
    border-bottom: 1px solid rgba(2, 71, 91, 0.2);
    flex-direction: row;
    padding-bottom: 4px;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
}

.cart-patient-details-2 {
    font-size: 13px;
    font-weight: 600;
    padding-top: 8px;

}

.cart-patient-details-2 p {
    font-size: 10px;
    color: var(--blue);
}

.amount-details-box {
    padding: 12px 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 6%);
}

.amount-details-box-content {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 6px;
}

/*-------------- CART PGE -------*/


.n-btn {
    border: none;
    outline: none;
    background: transparent;
    color: var(--blue);
}

.n-btn:focus {
    outline: 0;
    box-shadow: none;
}

.tooltip-inner {
    background: var(--blue);
    font-size: 14px;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {

    border-bottom-color: var(--blue);
}

/*----------*/
.cart-flex {
    display: flex;
    align-items: center;
}


.profile-fx {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


.profile-fx button {
    padding: 0 !important;
}

.sign-out {
    color: var(--blue);
    font-size: 18px;
    line-height: 2;
}

.nav-a-bg {
    background: #2e489e24;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    text-align: center;
}

.list-cat-heading h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.list-cat-heading {
    border-bottom: 1px solid rgba(2, 71, 91, 0.2);
}



.category-card-2 h3 {
    font-size: 12px;
    color: var(--text-color);
    font-weight: 500;
}

.category-card-2 h3 {
    height: 32px;
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.category-card-2 {
    min-height: 180px;
    height: 180px;
    padding: 10px;
    position: relative;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(128 128 128 / 30%);
    text-align: center;
    border-radius: 10px;
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;*/

}

/*----------- sroll --------*/
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey;*/
    border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--green);
}

/*----------- sroll --------*/



/*------------- chatbot --------------*/

.chat-bot-icon {
    position: fixed;
    bottom: 20px;
    left: 30px;
    height: 50px;
    width: 50px;
    /*background-image: linear-gradient(to right, #8dbf42, #8dbf42, #0c85e5, #1b55e2, #1b55e2);*/
    background: var(--green);
    z-index: 9999;
    border-radius: 30px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: all 0.5s ease;
}


.chat-bot-icon svg.animate {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    z-index: 1;
}

.chat-bot-icon svg {
    color: #fff;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: transform 0.5s linear;
    position: absolute;
    left: 13px;
    top: 13px;
    opacity: 0;
    z-index: -1;
}

.chat-bot-icon img {
    height: 90px;
    width: 90px;
    position: absolute;
    right: -13px;
    top: -33px;
}

.chat-screen.show-chat {
    -moz-transition: bottom 0.5s linear;
    -webkit-transition: bottom 0.5s linear;
    transition: bottom 0.5s linear;
    visibility: visible;
    bottom: 90px;
}

.chat-screen {
    position: fixed;
    bottom: 68px;
    left: 30px;
    z-index: 9999;
    width: 350px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 10%);
    visibility: hidden;
}


.button1-option {
    padding: 6px 10px;
    border: none;
    display: inline-block;
    margin: 5px;
    /* background: linear-gradient(135deg, #001c77, rgb(157 214 22));*/
    background: linear-gradient(170deg, #001c77, rgb(46 72 158));
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    /*font-size: 0.9rem;*/
    font-size: 13px;
}

.client-message {
    background: #b2dd4c;
    color: #2e489;
    border-top-right-radius: 0 !important;
    font-size: 0.905rem;
    display: inline-block;
    padding: 10px 15px 8px;
    border-radius: 20px;
    /*margin-bottom: 20px;*/
    margin-bottom: 30px;
    float: right;
    clear: both;
    max-width: 65%;
    word-wrap: break-word;
    /* font-weight: bold;*/
}

.server-message {
    background: rgb(240, 242, 247) !important;
    color: #6f6f6f;
    float: left;
    border-top-left-radius: 0 !important;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    padding: 10px 15px 8px;
    border-radius: 20px;
    margin-bottom: 20px;
    clear: both;
    max-width: 90%;
    word-wrap: break-word;
    /*font-weight: bold;*/
    font-style: italic;
    animation: bounceIn 0.2s ease;
    transform-origin: 0 0 0;

}

.user-image-server img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-top: 6px;
    border: 1px solid #b2dd4c;
}

.chat-box {
    background: #fbfbfb;
    width: 100%;
    margin: auto;
    box-shadow: 13px 13px 28px 2px rgb(0 0 0 / 4%);
    /*padding: 7px 15px;*/
    position: relative;
    /*border: 2px solid #b2dd4c;*/
    border-radius: 10px;
    padding-bottom: 7px;


}

.wrapper-messages {
    /*margin-bottom: 46px;*/
    margin-bottom: 10px;
    max-height: 420px;
    position: relative;
    /*height: 320px;*/
    height: 380px;
    max-height: 60vh;
    overflow-y: auto;
    transition: margin 0.1s;
    padding: 7px 15px;
}
}


#one {
    transition: bottom 0.15s, padding-bottom 0.15s;
    position: absolute;
    bottom: 0;
    height: auto !important;
    width: 100%;
    padding-bottom: 20px;
}

#server {
    background: #efefef;
    color: #6f6f6f;
    float: left;
    border-top-left-radius: 0 !important;
    border-radius: 20px;
    font-size: 0.905rem;
    color: #333;
    display: inline-block;
    padding: 10px 15px 8px;
    border-radius: 20px;
    margin-bottom: 5px;
    clear: both;
    max-width: 65%;
    word-wrap: break-word;
}


#client {
    border: none;
    padding: 7px 10px;
    outline: none;
    font-size: 0.905rem;
    /*float: left;*/
    width: calc(100% - 80px);
    line-height: 1.3em;
    min-height: 2.7em;
    max-height: 10rem;
    display: block;
    max-width: 88%;
    margin-right: 2.5%;
    /*border-radius: 20px;*/
    background: transparent;
}

.custom-msg {

    width: calc(100% - 33px);
    margin: 10px auto 15px;
    padding: 0 !important;
    position: relative;
    /*box-shadow: 0 0 5px 5px rgb(222 222 222 / 40%);*/
    background: transparent;
    /*border-radius: 10px;*/
    border-top: 1px solid #e2e2e2;

}

.button1 {
    padding: 3px;
    border: none;
    margin: 5px;
    color: #a9a9a9;
    cursor: pointer;
    font-size: 1rem;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    background: transparent;
    outline: none !important;
    border-radius: 50%;
    font-weight: 500;
    /*transition: 0.6s;*/
}

.button1:hover {
    background: #2e489e2e;
    color: var(--blue);
    transition: 0.6s;
}

.button1-actv {
    background: #2e489e2e;
    color: var(--blue);
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple 0.7s linear infinite;
}


.message-only {
    transition: bottom 0.15s, padding-bottom 0.15s;
    /* position: absolute;*/
    bottom: 0;
    /*height: auto !important;*/
    width: 100%;
    padding-bottom: 10px;
    max-height: 380px;
    overflow-y: auto;
    /*display: flex;
    flex-direction: column;
    justify-content: flex-end;*/
    display: flex;
    flex-direction: column-reverse;
    height: 380px;
}


.message-only::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}


.wrapper-messages::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.message-only {
    scrollbar-width: none;
}


.wrapper-messages {
    scrollbar-width: none;
}

/*
#one{
    position: sticky;
    bottom: 0;
    overflow-y: scroll;
}*/




.button-div {
    word-wrap: normal;
    white-space: nowrap;
    overflow-x: auto;
    position: absolute;
    bottom: 100%;
    width: 100%;
    transform: translateY(-5px);
}

.button-option {
    padding: 7px 12px;
    border: 1px solid #b2dd4c78;
    display: inline-block;
    margin: 5px;
    background: #fff;
    color: #b2dd4c;
    cursor: pointer;
    border-radius: 20px;
    font-size: 0.9rem;
}


.side-text {
    position: absolute;
    right: 10px;
    color: #fff;
    top: 50%;
    transform: translate(0%, -50%);
}

.side-text span {
    writing-mode: vertical-rl;
}

.side-text span:after {
    content: '';
    height: 70px;
    width: 2px;
    background: #b2dd4c;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.user-image-server img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-top: 6px;
    border: 1px solid #b2dd4c;
}


.message.from {
    background: #b2dd4c;
    color: #fff;
    border-top-right-radius: 0 !important;
    font-size: 0.905rem;
    display: inline-block;
    padding: 10px 15px 8px;
    border-radius: 20px;
    margin-bottom: 5px;
    float: right;
    clear: both;
    max-width: 65%;
    word-wrap: break-word;
}

.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #b2dd4c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #2e489e;
    padding: 6px 10px;
}

.button-disable {
    pointer-events: none !important;
}

.button-enable {
    pointer-events: auto;
}

.my-button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}


.wrapper {
    max-width: 450px;
    margin: 150px auto;
    display: None;
}

.wrapper .search-input2 {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
    position: relative;
    display: flex;
}

.search-input2 input {
    height: 25px;
    width: 90%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    /*box-shadow: 0px 1px 5px rgba(0,0,0,0.1);*/
}

.sbar-button {
    float: right;
    padding: 3px;
    border: none;
    margin: 5px;
    color: #2e489e;
    cursor: pointer;
    font-size: 1rem;
    width: 46px;
    height: 35px;
    margin-top: 0px;
    background: #fff;
    outline: none !important;
}

.search-input.active input {
    border-radius: 5px 5px 0 0;
}

.search-input .autocom-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.search-input.active .autocom-box {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}

.autocom-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.search-input.active .autocom-box li {
    display: block;
}

.autocom-box li:hover {
    background: #efefef;
}

.search-input .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #644bff;
    cursor: pointer;
}

.floting-select {
    position: absolute;
    bottom: 100%;
    max-height: 150px !important;
    background: #fff;
    width: 100%;

}

#four {
    position: absolute;
    right: 0;
    bottom: -4px;
}



.chat-header span {
    font-size: 14px;
    font-weight: 600;
}




.message.to {
    background: #efefef;
    color: #6f6f6f;
    float: left;
    border-top-left-radius: 0 !important;
    clear: both;
    max-width: 16%;
    display: none;
    padding: 10px 15px 8px;
    border-radius: 20px;
    /*margin-bottom: 5px;*/
    animation: slideTop 0.15s ease;
    position: absolute;
    bottom: 0;
}

@keyframes slideTop {
    0% {
        margin-bottom: -25px;
    }

    100% {
        margin-bottom: 0;
    }
}


@keyframes bounceIn {
    0% {
        transform: scale(0.75, 0.75);
    }

    100% {
        transform: scale(1.0, 1.0);
    }
}

.typing_loader {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
    -moz-animation: typing 1s linear infinite alternate;
    -ms-animation: typing 1s linear infinite alternate;
    animation: typing 1s linear infinite alternate;
    position: relative;
    left: -12px;
    margin: 7px 15px 6px;
}

.to .typing_loader {
    animation: typing-black 1s linear infinite alternate;
}

@-webkit-keyframes typing {
    0% {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4),
            24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    50% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 1),
            24px 0px 0px 0px rgba(255, 255, 255, 0.4);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.2);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4),
            24px 0px 0px 0px rgba(255, 255, 255, 1);
    }
}

@-moz-keyframes typing {
    0% {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4),
            24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    50% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 1),
            24px 0px 0px 0px rgba(255, 255, 255, 0.4);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.2);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4),
            24px 0px 0px 0px rgba(255, 255, 255, 1);
    }
}

@keyframes typing-black {
    0% {
        background-color: rgba(74, 74, 74, 1);
        box-shadow: 12px 0px 0px 0px rgba(74, 74, 74, 0.4),
            24px 0px 0px 0px rgba(74, 74, 74, 0.2);
    }

    50% {
        background-color: rgba(74, 74, 74, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(74, 74, 74, 1),
            24px 0px 0px 0px rgba(74, 74, 74, 0.4);
    }

    100% {
        background-color: rgba(74, 74, 74, 0.2);
        box-shadow: 12px 0px 0px 0px rgba(74, 74, 74, 0.4),
            24px 0px 0px 0px rgba(74, 74, 74, 1);
    }
}

@keyframes typing {
    0% {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4),
            24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    50% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 1),
            24px 0px 0px 0px rgba(255, 255, 255, 0.4);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.2);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4),
            24px 0px 0px 0px rgba(255, 255, 255, 1);
    }
}


.client-message p {
    margin-bottom: 0 !important;
}

.Query,
.back {
    background: transparent;
    outline: none;
    color: var(--blue);
}



@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(175, 166, 255, 0.3),
            0 0 0 .01em rgba(175, 166, 255, 0.3), 0 0 0 .04em rgba(175, 166, 255, 0.3),
            0 0 0 .1em rgba(175, 166, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 .01em rgba(175, 166, 255, 0.3),
            0 0 0 .03em rgba(175, 166, 255, 0.3), 0 0 0 .05em rgba(175, 166, 255, 0.3),
            0 0 0 .7em rgba(175, 166, 255, 0);
    }
}

/*@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(175, 166, 255, 0.3),
            0 0 0 1em rgba(175, 166, 255, 0.3), 0 0 0 3em rgba(175, 166, 255, 0.3),
            0 0 0 5em rgba(175, 166, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(175, 166, 255, 0.3),
            0 0 0 3em rgba(175, 166, 255, 0.3), 0 0 0 5em rgba(175, 166, 255, 0.3),
            0 0 0 8em rgba(175, 166, 255, 0);
    }
}*/

#sbar1 {
    border: none;
    outline: none;
    background: transparent;
}


/*-------------- chat bot --------------*/

.main-box {
    /* display: flex; */

}

body {
    overflow-x: hidden;
}

.left-box {
    width: 60%;
    border-right: 1px solid var(--blue);
    float: left;
    height: 100vh;
    position: fixed;
    padding: 16px;
    /*    background: url(../images/home-bg.svg);*/
    background: url(../images/undraw_doctor_kw5l.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;

}



.right-box {
    width: 40%;
    float: right;
}


.sidepanel {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100vh;
    top: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 28px;
    text-decoration: none;
    ;
}

.app-user {
    padding: 10px;
    background-color: #f2f5f8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.user-details {
    margin-left: 10px;
}

.side-menu-item {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
    font-weight: bold;
    font-size: 12px;
    color: #3a3a3a;
}

.side-menu-list-item {
    margin-left: 10px;
}

.side-menu {
    margin-top: 10px;
}

.side-footer-icon img {
    width: 120px;
}

.side-menu-footer {
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.side-menu-mid {
    font-size: 12px;
    padding: 20px 20px;
    border-top: 1px solid #dee2e6
}

.side-menu-mid ul {
    list-style: none;
}

.side-menu-mid li {
    padding-top: 10px;
}

.side-footer-social {
    color: #717273;
}






h5.card-title {
    font-size: 12px !important;
}

.card-text {
    font-size: 9px !important;
}

a.btn.btn-primary.btn-sm {
    font-size: 10px;
}

.section-bg h4 {
    font-size: 14px !important;
}

.section2-bg h4 {
    font-size: 14px !important;
}

.section3-bg h4 {
    font-size: 14px !important;
}

.t-box-content span {
    font-size: 12px !important;
}

.testimonials-box {
    width: 400px !important;
}

.slick-next {
    right: 10px !important;
}

.slick-prev {
    left: 10px !important;
}

.main-slider .slick-list {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.btn-primary {
    font-size: 12px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #23429b;
    color: #23429b;
    /* font-weight: 600; */

}

.nav-tabs .nav-link {
    border: none;
    color: var(--text-color);
}

.category-slider-box {
    border: 1px solid #ecf3fa;
    height: 130px !important;
    text-align: center;
    border-radius: 6px;
    margin-left: 10px;
    font-size: 15px;

}

.category-slider-box p {
    font-size: 12px;
}

.category-slider-box img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}


.category-heading .nav {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
}

.nav::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}


.wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
}

.list {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 3000px;
    margin-left: 12px;
    margin-top: 0px;
}

.list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    padding-top: 11px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff;
}

.scroller-right {
    float: right;
}

.scroller-left {
    float: left;
}

.navbar-dark {
    display: none;
}




.wrapper_colors {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
}

.list_colors {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 3000px;
    margin-left: 12px;
    margin-top: 0px;
}

.list_colors li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    padding-top: 11px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff;
}

.scroller-right-1 {
    float: right;
}

.scroller-left-1 {
    float: left;
}

span.text-sm {
    font-size: 12px;
}

.user-details {
    font-size: 14px;
}

.side-menu-list-item a {
    color: var(--text-color);
    text-decoration: none;
}

.side-menu-mid a {
    color: rgba(74, 74, 74, 0.925);
    text-decoration: none;
}

.bdcrums a {
    color: rgba(74, 74, 74, 0.925);
    text-decoration: none;
}

.bdcrums {
    background: #f9f9f9;
    display: flex;
    justify-content: space-between;
    padding: 6px;
    margin-bottom: 6px;
    border-radius: 6px;
}

.bdc-path a {
    font-size: 12px;
}

.member-list-card {
    position: relative;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(128 128 128 / 30%);
    border-radius: 10px;
    min-height: 110px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.member-action {
    position: absolute;
    top: 50%;
    right: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 14px;
    transform: translate(-14%, -50%);
    /* background: #e9f7f1; */
}

.appointment-bx .member-action {
    top: 10px !important;
    /* background: #e9f7f1;  */
    transform: none !important;
    padding: 2px 10px;
}


a.text-blck {
    color: #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.vertical-scroller {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#cart-accordion .card-header {
    padding: 0 !important;

}

.card-header .btn {
    text-decoration: none !important;
    color: var(--text-color);
    font-size: 14px;
}

.card-header .btn-link {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.collapsed .fa-chevron-down::before {
    content: "\f077";
}

.c_action a {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-color);
    text-decoration: none;
}

.c_action a:hover {
    color: var(--green);
}

.appointment-bx {
    position: relative;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(128 128 128 / 30%);
    border-radius: 10px;
    min-height: 140px;
    padding: 20px;
}

.case_no {
    font-size: 12px;
}

#myTab .nav-link {
    font-size: 12px;
}

.tab-content a {
    text-decoration: none;
    color: var(--text-color);
}

.category-card p {
    font-size: 10px;
}

/* ---- loader ------ */
.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

/* ---- loader ------ */

.booking-bx {
    position: relative;
    background: var(--blue);
    box-shadow: 0 5px 20px 0 rgb(128 128 128 / 30%);
    border-radius: 10px;
    padding: 20px;
    min-height: 120px;

}

.booking-bx-top {
    display: flex;
    justify-content: space-between;
}

.booking-bx-header {
    color: #fff;
}

.booking-bx-header p:nth-child(1) {
    font-size: 12px;
    margin: 0;
}

.booking-bx-header p:nth-child(2) {
    font-size: 14px;
    margin-top: 2px;

}

.booking-bx-footer {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.booking-bx-footer p {
    margin: 0;
    font-size: 14px;
}

.booking table {
    font-size: 12px;
}



/* ------- Manage Booking Request ----- */
.booking-request-bx {
    position: relative;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(128 128 128 / 30%);
    border-radius: 10px;
    min-height: 80px;
    padding: 10px;
}

.booking-request-data h6 span {
    font-size: 12px;
}

.bg-danger-t {
    background-color: #fdeeee !important;
    padding: 4px 6px;
    border-radius: 6px;
}

.bg-success-t {
    background-color: #e9f7f1 !important;
    padding: 4px 6px;
    border-radius: 6px;
}

.bg-deafault-t {
    /*    background-color: #e1e1e1 !important;*/
    background-color: #e1e1e1a6 !important;
    padding: 4px 6px;
    border-radius: 6px;

}

.bg-info-t {
    background-color: #117a8b1f !important;
    padding: 4px 6px;
    border-radius: 6px;
}


/* ------- Manage Booking Request ----- */
/* ------- Payment details ----- */
.payment-card {
    position: relative;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(128 128 128 / 30%);
    border-radius: 10px;
    min-height: 100px;

}

.payment-card-header {
    background-color: var(--blue);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/hexagons.svg);
}

.payment-card-header h5,
p {
    margin: 0;
}

.payment-card-header h5 {
    color: var(--white);
    text-align: right;
    font-size: 16px;
}

.payment-card-header p {
    color: var(--green);
    font-size: 14px;
}

.payment-card-header span {
    font-size: 12px;
}

.payment-card-body {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 10px;
}


/* ------- Payment details ----- */
/* ------- Member List ----- */
.member-data h5 {
    font-size: 14px;
}

.member-data h5 span {
    color: var(--green);
    font-size: 12px;
}

.member-list-card .member-action {
    top: 10px !important;
    /* background: #e9f7f1;  */
    transform: none !important;
    padding: 2px 10px;

}

.member-image {
    padding: 16px;
}

.member-data {
    flex: 1;
}

#myTab-child {
    border-bottom: 0 !important;
}

#myTab-child .nav-link.active {
    background: #24429b2b !important;
    border-radius: 20px !important;
    border-bottom: 0 !important;
}

#myTab-child .nav-link {
    font-size: 12px !important;
}

#doctor-tab .nav-link {
    font-size: 12px !important;
}

.profile-box {
    position: relative;
}

.cancle-modal {
    position: fixed;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(128 128 128 / 30%);
    border-radius: 10px;
    min-height: 210px;
    padding: 20px;
    bottom: 30%;
    z-index: 9;
    width: 400px;
    right: 70px;
}

.cancle-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.cancle-bg {
    position: absolute;
    background: #0000004d;
    top: -50px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.select2-results__option[aria-selected] {
    font-size: 12px;
}

.select2-selection__rendered {
    font-size: 12px;
}

.w-20 {
    width: 30px;
}


/*--- Appointment Details Box ---*/
.appointemt-details-box {
    position: relative;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgb(128 128 128 / 30%);
    border-radius: 10px;
    min-height: 100px;
    padding: 10px;
}

.appointemt-details-box h6 span {
    font-size: 11px;
}

.appointemt-details-box p {
    font-size: 12px;
    margin-top: 6px !important;
}

.appointment-side-bar {
    position: absolute;
    top: 30%;
    right: 6%;
}

.appointment-side-bar .badge {
    font-weight: 500 !important;
}

/*--- Appointment Details Box ---*/

/*------ Appointment Cancel -----*/
.cancel-font textarea {
    font-size: 12px;
}

.toast-message {
    font-size: 12px !important;
}

.sid {
    box-shadow: 190px 5px 5px 190px #00000047;
}

.nav-item form {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*------ Appointment Cancel -----*/

.text-small-p {
    font-size: 11px !important;
}

.eclips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.category-card-2a {
    border: #0000001a;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 6px;
    padding: 6px;
    text-align: center;
}

.category-card-2a h3 {
    font-size: 12px;
}

.profile-card table {
    font-size: 12px;
}

.side-footer-social a {
    color: var(--blue);
    margin-left: 6px;
}

.side-footer-icon {
    margin-left: 40px;
}

.tooltip-inner {
    font-size: 12px !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: var(--blue);
}


/*-----------top to bottom -----------*/
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(69 177 77 / 30%);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #45b14d;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, #45b14d, #45b14d) -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #45b14d;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*----- Preloader Csss -----*/
/* Preloder */

#preloder {
    position: fixed;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 999999;
    justify-content: center;
    gap: 2rem;
    padding: 3rem;
    min-height: 80vh;
    background-color: #fff;
    align-items: center;
    text-align: center;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #45b14d;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #23429b;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #45b14d;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #45b14d;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #23429b;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #45b14d;
        border-left-color: transparent;
    }
}

/*----- Preloader Csss -----*/

.doc-image-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--blue);
}

.doc-image-box span {
    font-size: 12px; 
}


/*--------- Doctor Panel --------*/

.text-blue h6{
    color: var(--blue);
}

.doctor-timing{
    color: var(--text-color);
}

.join-room-btn {
    position: absolute;
    top: 50%;
    right: 2%;
}

.filter-calender .form-control{
    background-color: transparent !important;
    border: none !important;
    width: 78% !important;
}


.filter-calender form {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #24429b75;
    border-radius: 20px;
}
/*--------- Doctor Panel --------*/




/* ------------ responsive ------- */

@media screen and (max-width: 768px) {
    .left-box {
        display: none;
    }

    .right-box {
        width: 100%;
    }

    .main-slider .slick-slide img {
        height: 200px !important;
    }

    .nav-tabs .nav-link {
        padding: 10px;
        font-size: 12px;
    }
    
    #preloder{
        width: 100% !important;
    }
    
    .custom-card{
        margin-top: 20px;
    }
    
/*
    #bg-light-box{
        padding: 20px 6px !important;
    }
*/
    
    
}

/* ------- end responsive --------- */