* {
    font-family: "Ubuntu", sans-serif;
}

body {
    background-image: url('/images/bgg.png');
}

.min-height {
    min-height: 760px;
}

.min-height-dashboard {
    min-height: 760px;
}

.font-primary-color {
    color: #0057a4;
}

.text-warning-dark {
    color: #c79a19 !important;
}

.table-area table thead{
    color: #0057a4 !important;
}

/* layout */
.main-layout {
    display: flex;
    width: 100%;
    min-height: 100vh;
    height: 100%;
}

.right-side-layout {
    width: 100%;
}

/* navbar */
.navbar {
    min-height: 90px;
    background-color: #ffffff;
}

.navbar .bi {
    font-size: 40px;
    color: #0057a4;
}

.navbar .bi::before {
    font-weight: 800 !important;
}

.navbar .bi:hover {
    cursor: pointer;
}

.navbar .navbar-brand {
    width: 330px;
}

.navbar .logo img {
    /*height: 60px;*/
    width: 180px;
}

.navbar .sign-in-btn {
    padding-left: 45px;
    padding-right: 45px;
}

.navbar .data-area .avatar {
    width: 50px;
    height: 100%;
    min-height: 60px;
}

.navbar .data-area .avatar img {
    width: 50px;
    height: 50px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
}

.navbar .data-area .user {
    color: #0057a4;
    max-width: 250px;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar .data-area .sign-out {
    color: #0057a4;
}

.navbar .bg-success {
    background-color: #2fa040 !important;
}

.navbar .bi-house-door-fill {
    margin-top: 2px;
    font-size: 34px;
}

.handle-width {
    min-width: 330px !important;
    justify-content: flex-end;
}

/* button */
.btn {
    border-radius: 5px !important;
}

.btn-primary {
    background-color: #0057a4 !important;
    border-color: #0057a4 !important;
}

.btn-primary:hover {
    background-color: #01437c !important;
    border-color: #01437c !important;
}

.btn-outline-primary {
    border-color: #0057a4 !important;
    color: #0057a4 !important;
}

.btn-outline-primary:hover {
    background-color: #0057a4 !important;
    border-color: #0057a4 !important;
    color: #ffffff !important;
}

.btn-success {
    background-color: #37b54a !important;
    border-color: #37b54a !important;
}

.btn-success:hover {
    background-color: #2fa040 !important;
    border-color: #2fa040 !important;
}

/*side nav modal */
#sideNavModal .modal-dialog-slideout {
    min-height: 100%;
    margin: 0 auto 0 0;
    background: #fff;
    width: 20%;
    min-width: 300px;
}

#sideNavModal .modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0) scale(1);
    transform: translate(100%, 0) scale(1);
}

#sideNavModal .modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

#sideNavModal .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

#sideNavModal.modal.fade:not(.show) .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0) scale(1);
    transform: translate(-100%, 0) scale(1);
}

#sideNavModal .left-modal-close {
    border: none;
    background-color: transparent;
    color: #ffffff;
}

#sideNavModal .modal-header {
    background-color: #0057a4;
    color: #ffffff;
    border-radius: 0px;
}

#sideNavModal .modal-content {
    border: none;
}

/* left side menu */
.left-side-menu a {
    border: none;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.left-side-menu a:hover {
    padding-left: 30px;
}

.left-side-menu .active {
    background-color: #37b54a !important;
    border-color: #37b54a !important;
}

/* patient & doctor login */
.left-column-img {
    height: 650px;
    margin: 90px 10px 90px 0px;
    overflow: hidden;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.left-column-img-extend {
    height: 1050px;
}

.left-column-img img {
    min-height: 100%;
    width: 100%;
}

.right-column-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.login-container {
    width: 60%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.right-column-area h3 {
    font-weight: 700;
}

.right-column-area .sub-text {
    color: #997373;
}

.right-column-area .link-primary-new {
    color: #363434;
}

.right-column-area .link-primary-new-2 {
    text-decoration: none;
}

.right-column-area button {
    font-size: 18px;
}

/* footer */
.footer {
    min-height: 500px;
    background-color: #0057a4;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
}

.footer .header {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid #ffffe5;
    margin-bottom: 45px;
    margin-right: 85px;
}

.footer .list {
    display: flex;
    flex-direction: column;
    margin-right: 85px;
}

.footer .list .list-item {
    padding: 5px 0px;
    color: #ffffff;
    text-decoration: none;
}

.footer .list .list-item:hover {
    color: #37b54a;
}

.footer .bottom-text {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer .social {
    display: flex;
}

.footer .social img {
    height: 55px;
    width: 55px;
}

.footer .social img:hover {
    cursor: pointer;
}

.footer .go-to-up {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 90px;
    right: 100px;
}

.footer .go-to-up .bi {
    font-size: 32px;
}

.footer .bi-chevron-up::before {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 5px;
    color: #0057a4;
    font-weight: 700 !important;
}

.footer .go-to-up:hover small {
    color: #37b54a;
    cursor: pointer;
}

.footer .go-to-up:hover .bi-chevron-up::before {
    background-color: #37b54a;
    cursor: pointer;
}

/* sign up */
.sign-up-container {
    width: 60%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.steps,
.steps-name {
    display: flex;
    justify-content: space-between;
}

.steps {
    align-items: center;
}

.steps .s1,
.steps .s2,
.steps .s3 {
    display: flex;
    width: 40px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #dfdfdf;
    font-size: 24px;
    font-weight: 600;
    margin-left: 25px;
    margin-right: 25px;
}

.steps .l1,
.steps .l2 {
    width: calc((100% - 280px) / 2);
}

.steps .l1 hr,
.steps .l2 hr {
    height: 2px;
}

.steps .s-complete {
    background-color: #0057a4;
    color: #ffffff;
}

.steps .l-complete hr {
    height: 2px;
    background-color: #0057a4;
    opacity: 1;
}

.steps-name {
    margin-top: 10px;
}

.steps-name .n1,
.steps-name .n2,
.steps-name .n3 {
    width: 90px;
    font-weight: 600;
    text-align: center;
}

.sign-up-text {
    text-align: center;
    margin-top: 30px;
}

.sign-up-form {
    padding: 0px 25px;
}

.min-span-width {
    min-width: 130px;
}

#mobile-number::-webkit-outer-spin-button,
#mobile-number::-webkit-inner-spin-button,
#pin::-webkit-outer-spin-button,
#pin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* carousel */
.carousel-wrapper {
    margin-top: 80px;
    width: 100%;
}

.search-wrapper {
    margin-top: 30px;
    width: 100%;
    padding: 20px 40px 30px;
    border-radius: 6px;
    background-color: #0057a4;
}

.search-wrapper label {
    color: #ffffff;
    font-weight: 400;
}

.search-wrapper .btn-success {
    font-weight: 500;
}

/* medical-spec */
.medical-spec {
    margin-top: 60px;
}

.medical-spec h2 {
    color: #0057a4;
    font-weight: 400;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #0057a4;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.medical-spec h2 span {
    background: #fff;
    padding: 0 20px;
}

.medical-spec .topic {
    margin-left: 15%;
    margin-right: 15%;
}

.medical-spec .card-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
}

.medical-spec .card {
    background-color: #c2f1c3;
    border: 1px solid #c2f1c3;
    border-radius: 20px;
    height: 280px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.medical-spec .card-body {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.medical-spec .area-1 {
    height: 40%;
}

.medical-spec .area-2 {
    height: 60%;
    border-radius: 15px;
    background-color: #73c784;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.medical-spec .avatar-circle {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    background: #ffffe5;
    margin-top: -55px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.medical-spec .avatar-circle img {
    height: 80px;
}

/* book now */
.book-now-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    padding: 20px 40px 30px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
}

/* search result */
.search-result {
    background-color: #e2e2e2;
    padding: 20px 30px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.search-result-card {
    border-radius: 8px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.search-result-card .card-body {
    padding: 20px;
}

.search-result-card .img-wrapper .avatar {
    height: 90px;
    border: 1px solid rgb(240, 240, 240);
    border-radius: 50%;
}

.search-result-card .text-area {
    min-height: 80px;
}

.search-result-card .stethoscope {
    margin-top: -4px;
    margin-bottom: -4px;
    height: 26px;
}

/* custom-pagination */

.custom-pagination {
    margin-bottom: 60px;
}

.custom-pagination .page-link {
    color: #0057a4;
}

.custom-pagination .page-item.disabled .page-link {
    color: #6c757d;
}

.custom-pagination .page-link:hover {
    background-color: #37b54a;
    border-color: #2fa040;
}

.custom-pagination .page-item.active .page-link {
    background-color: #0057a4;
    border-color: #0057a4;
    cursor: default;
}

/* doc modal */
#docModal .modal-content {
    overflow: unset !important;
}

#docModal .btn-close {
    position: absolute;
    right: -25px;
    top: -20px;
    color: #ffffff !important;
    background-color: #ffffff3b;
    opacity: 1 !important;
    border-radius: 50%;
}

#docModal .btn-close:hover {
    background-color: #ffffff9d;
}

#docModal .header-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #0057a4;
    width: 100%;
    color: #ffffff;
    padding: 20px;
    border-radius: 5px;
}

#docModal .left-img {
    background-color: #ffffff;
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid rgb(240, 240, 240);
}

#docModal .left-img img {
    height: 100px;
}

#docModal .right-content {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px 20px;
}

#docModal .detail-container {
    margin-top: 25px;
}

#docModal .detail-container > h5 {
    color: #0057a4;
}

#docModal .detail-container .detail-card {
    background-color: #dfdfdf;
    padding: 20px;
    border-radius: 5px;
}

#docModal .detail-container .detail-card .header .text {
    width: 100%;
}

#docModal .detail-container .detail-card .header .booking {
    display: flex;
    height: 100px;
    flex-wrap: wrap;
    align-content: flex-start;
}

#docModal .detail-container .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

#docModal .detail-container .detail-card .session-id {
    color: red;
    font-size: 14px;
    margin-left: 10px;
}

#docModal .detail-container .detail-card .place {
    color: red;
    font-size: 14px;
}

#docModal .detail-container .detail-card .bi-square-fill {
    color: #37b54a;
}

#docModal .detail-container .line-1 {
    align-items: center;
}

/* dashboard */
.container-margin {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.dashboard .card-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
}

.dashboard .card {
    background-color: #73c784;
    border: 1px solid #73c784;
    border-radius: 20px;
    height: 220px;
    box-sizing: border-box;
    margin-bottom: 25px;
    transition: transform 0.2s;
    cursor: pointer;
}

.dashboard .card.animate:hover {
    transform: scale(1.1);
}

.dashboard .card-body {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.dashboard .area-1 {
    height: 25%;
}

.dashboard .area-2 {
    height: 75%;
    border-radius: 15px;
    background-color: #c2f1c3;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dashboard .avatar-circle {
    width: 90px;
    height: 90px;
    border-radius: 55px;
    background: #ffffe5;
    margin-top: -45px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.dashboard .avatar-circle img {
    height: 45px;
}

.dashboard .card {
    position: relative;
}

.dashboard .card:hover .custom-popover {
    display: block;
}

.dashboard .custom-popover {
    display: none;
    bottom: -60px;
    right: 0px;
    position: absolute;
    height: 84px;
    z-index: 100;
}

.dashboard .custom-popover .list-group-item {
    background-color: #ffffe5 !important;
    color: #0057a4;
    cursor: pointer;
}

.dashboard .custom-popover .list-group-item:hover {
    background-color: #0057a4 !important;
    color: #ffffff;
}

/* dashboard-nav */
.dashb-nav .nav .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.dashb-nav .dashb-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    background-color: #c2f1c3;
    padding: 2px;
    border-radius: 50%;
}

.dashb-nav .dashb-icon img {
    height: 24px;
    width: 24px;
}

.main-layout .nav-link {
    min-height: 110px;
    color: #0057a4 !important;
}

.main-layout .nav-link:hover {
    background-color: #37b54a !important;
}

.main-layout .nav-link.active {
    color: #c2f1c3 !important;
    background-color: #0057a4 !important;
}

/* partners */
.partners {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
}

.partners img {
    max-width: 100%;
}

/* calendar */
.calendar .form-label {
    color: #0057a4;
    font-weight: 500;
}

.calendar table {
    border: 1px solid #badbcc;
}

.calendar table thead {
    background-color: #d1e7dd;
}

.calendar table tbody {
    background-color: #f3f3f3;
}

.calendar .table-area {
    overflow-x: auto;
}

.calendar i {
    cursor: pointer;
}

.calendar i:hover {
    color: #023969;
}

/* logged-user */
.logged-user button {
    padding-left: 10px !important;
    padding-right: 10px !important;
    min-width: 205px;
}

.logged-user .dropdown-menu.show {
    margin-left: 1.5rem !important;
}

.logged-user .dropdown-menu {
    background-color: #0057a4;
    color: #ffffff !important;
    padding: 0px 6px;
}

.logged-user .dropdown-menu .dropdown-item {
    margin: 5px 0px;
    background-color: #1979cc;
    color: #ffffff !important;
}

.logged-user button::after {
    display: none !important;
}

.logged-user .col-new-1 {
    height: 32px;
    width: 32px;
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.logged-user .col-new-1 img {
    height: 26px;
}

.logged-user .col-new-1,
.logged-user .col-new-2 {
    line-height: 1 !important;
}

.logged-user .col-new-2 {
    margin-right: auto;
}

.logged-user .col-new-3 {
    align-items: center;
}

.logged-user .col-new-3 .bi {
    font-size: 16px;
    color: #ffffff !important;
    padding-left: 10px;
}

/* View Profile / view calendar / view session / update session / create session / create_booking */
.common-modal .modal-title {
    width: 100%;
    text-align: center;
    color: #0057a4;
}

.common-modal table {
    border: 1px solid #badbcc !important;
    color: #0057a4;
    font-weight: 400;
    margin-bottom: 0pc;
}

.common-modal table thead {
    background-color: #d1e7dd;
}

.common-modal table tbody {
    background-color: #c2f1c3;
}

.common-modal .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #deffc3 !important;
    --bs-table-accent-bg: none;
    color: #0057a4;
}

/* datepicker & timepicker */
.datepicker table {
    border: 0;
    border-collapse: separate;
}

.datepicker table thead {
    background-color: #fff;
}

.datepicker table tbody {
    background-color: #fff;
}

.timepicker table {
    border: 0;
    border-collapse: separate;
}

.timepicker table thead {
    background-color: #fff;
}

.timepicker table tbody {
    background-color: #fff;
}

.timepicker  .timepicker-picker  table td  a span,
.timepicker  .timepicker-picker  table td,
.timepicker  .timepicker-picker  table td  span
{height: 30px !important;line-height: 30px !important;width: 30px !important; line-height:30px !important; padding:0px !important;}


/* print_booking */
#print_booking .modal-title {
    width: 100%;
    text-align: center;
    color: #0057a4;
}

.print-grid {
    clear: both;
    padding: 20px 0;
}

#print {
    display: block;
}

.print-grid #img {
    width: 255px;
}

.print-grid img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.print-grid h1 {
    color: #0057a4;
    font-size: 33px;
    font-weight: normal;
    margin: 30px 0;
}

.print-grid .recipt-row {
    display: flex;
    margin: 0 0 12px;
    border-bottom: 1px solid #0057a4;
    padding: 0 0 12px;
    width: 100%;
}

.print-grid .span-1 {
    width: 350px;
    display: block;
}

.print-grid .span-2 {
    margin-right: 10px;
}

/* =================================================== */

/* media quarries */
@media only screen and (max-width: 768px) {
    .hide-in-mobile {
        display: none !important;
    }

    .btn-mobile {
        padding: 0.25rem 0.5rem !important;
        font-size: 0.875rem !important;
        border-radius: 0.2rem !important;
    }

    .navbar .navbar-brand {
        width: 130px;
    }

    .footer .go-to-up {
        bottom: 225px;
        right: 30px;
    }

    .sign-up-container {
        width: 75%;
    }

    .sign-in-btn {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .book-now-wrapper .form-label,
    .search-wrapper .form-label {
        margin-top: 15px;
    }

    #docModal .header-area {
        flex-direction: column;
        align-items: self-start;
    }

    #docModal .header-area .left-img {
        margin-bottom: 15px;
        margin-left: 15px;
    }

    #docModal .detail-container .line-1 {
        flex-direction: column;
        align-items: start !important;
    }

    #docModal .detail-container .detail-card .session-id {
        margin-left: 0px;
    }

    #docModal .right-content {
        width: 100%;
    }

    .logged-user .dropdown-menu.show {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 992px) {
    .hide-in-mobile-2 {
        display: none !important;
    }

    .navbar .nav-btn-area {
        width: 100% !important;
        flex-direction: column;
    }

    .navbar .sign-in-btn {
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 15px;
    }

    .sign-up-container {
        width: 75%;
    }

    #docModal .detail-card .header {
        flex-direction: column !important;
    }

    #docModal .detail-container .booking {
        height: unset !important;
        flex-wrap: unset !important;
        align-content: unset !important;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    #docModal .detail-container .bottom-btn .booking {
        margin-bottom: 0px !important;
    }

    .navbar .data-area {
        width: 100%;
    }

    .sign-out-mobile {
        margin-left: auto !important;
    }

    .container-margin {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

@media only screen and (min-width: 992px) {
    .hide-in-web {
        display: none !important;
    }
}

/* Doctor search */
#doctor-suggestion .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

@media only screen and (max-width: 600px) {
    #docModal .modal-xl {
        padding: 0 30px;
    }
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: break-spaces; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #01ac05; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.relation-tr {
    display:none;
}

.reschedule-tr {
    display:none;
}

.msg_tr {
    display:none;
}
