@import "https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:wght@200;300;400;500;600;700;800&amp;display=swap";
:root {
    --dark: #1b1e42;
    --primary: #014cc4;
    --light-primary: #01bdf3;
    --lighter-primary: #598fff;
    --lighter-primary-opacity: #e9f2ff;
    --secondary: #595f73;
    --light: #f5f5f5;
    --success: #3dae14;
    --light-success: #93cf88;
    --warning: #fdbe00;
    --light-warning: #fbf2d9;
    --orange: #ff8811;
    --light-orange: #f8efea;
}
body {
    font-family: karla, sans-serif;
    color: var(--dark);
    font-size: 13px;
    max-width: 100%;
    width: 400px;
    margin: auto;
    position: relative;
}
.fs-xs{
    font-size: 12px;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}
.landing-slider.slick-initialized,
.top-doctors.slick-initialized,
.available-doctor.slick-initialized,
.recent-doctors.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.landing-slider,
.top-doctors,
.available-doctor,
.recent-doctors {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.osahan-card-body {
    padding: 12px !important;
}

.osahan-card-body h6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}

.top-doctors .card-img-top{
    height: 120px;
    object-fit: cover;
}

.osahan-card-footer {
    padding-left: 12px;
    padding-right: 12px;
}
.osahan-user-profile img {
    height: 50px;
}
.nav-wrapper.nav-wrapper-0 .nav-content h2 {
    display: none;
}
li.nav-parent.level-open h2 {
    display: block !important;
}
.border-bottom {
    border-color: #eee !important;
}
.text-dark {
    color: var(--dark) !important;
}
.text-primary {
    color: var(--primary) !important;
}
.text-warning {
    color: var(--warning) !important;
}
.text-success {
    color: var(--success) !important;
}
.text-orange {
    color: var(--orange);
}
.text-info {
    color: var(--light-primary);
}
.bg-light {
    background-color: var(--light) !important;
}
.bg-primary {
    background-color: var(--primary) !important;
}
.light-bg-primary {
    background-color: var(--light-primary);
}
.lighter-bg-primary {
    background-color: var(--lighter-primary);
}
.lighter-bg-primary-opacity {
    background-color: var(--lighter-primary-opacity);
}
.light-bg-warning {
    background-color: var(--light-warning);
}
.light-bg-success {
    background-color: var(--light-success);
}
.light-bg-orange {
    background-color: var(--light-orange);
}
.btn-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: #0147ff !important;
    border-color: #0147ff !important;
}
.btn-outline-primary {
    background-color: #fff !important;
    border-color: #0147ff !important;
    color: #0147ff !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff !important;
}
.btn-secondary,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background: var(--orange) !important;
    border-color: var(--orange) !important;
}
.btn-outline-secondary {
    background-color: #fff !important;
    border-color: var(--orange) !important;
    color: var(--orange) !important;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    color: #fff !important;
}
.btn-info,
.btn-outline-info:hover,
.btn-outline-info:focus {
    background: var(--light-primary) !important;
    border-color: var(--light-primary) !important;
    color: #fff !important;
}
.btn-outline-info {
    background-color: #fff !important;
    border-color: var(--light-primary) !important;
    color: var(--light-primary) !important;
}
.btn-outline-info:hover,
.btn-outline-info:focus {
    color: #fff !important;
}
.bg-info {
    background: var(--light-primary) !important;
}
.btn-white {
    background-color: #fff !important;
}
.text-muted {
    color: var(--secondary) !important;
}
.text-bg-success {
    background-color: var(--success) !important;
    font-weight: 400;
}
.fw-light {
    font-weight: 200;
}
a {
    text-decoration: none;
}
.form-control {
    box-shadow: none !important;
}
.form-select {
    box-shadow: none !important;
}
.rounded-4,
.form-control {
    border-radius: 10px !important;
}
.btn {
    font-size: 13px;
    padding: 13px 15px;
    border-radius: 10px;
    font-weight: 700;
}
.btn-lg {
    font-size: 16px;
    padding: 15px 20px !important;
    letter-spacing: 0.2px;
}
.btn-sm {
    padding: 7px 12px;
    font-size: 12px !important;
    border-radius: 7px ;
}
.rounded-top-4 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.rounded-bottom-4 {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.chat-rounded-left {
    border-radius: 19px;
    padding: 10px 15px !important;
    font-size: 13px;
}
.chat-rounded-right {
    border-radius: 19px;
    padding: 10px 15px !important;
    font-size: 13px;
}
.small-sm {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.border-primary-dotted {
    border: 1px dashed var(--primary);
}
.border-dotted-bottom {
    border-bottom: 1px dashed var(--secondary);
}
.border-dotted-top {
    border-top: 1px dashed var(--secondary);
}
.border-dashed-muted {
    border: 1px dashed var(--secondary);
}
.border-dashed-primary {
    border: 1px dashed var(--primary);
}
.badge-success {
    background-color: var(--light-success);
    color: var(--success);
}
.fix-osahan-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 3px;
}
.shadow {
    box-shadow: rgb(0 0 0/7%) 0 6px 24px 0, rgb(0 0 0/4%) 0 0 0 1px !important;
}
.logo {
    width: 100px;
}
.top-doctor-item,
.recent-doctor-item,
.available-doctor-item {
    margin: 4px 5px;
}

.top-doctor-item img{
    height: 110px;
    width: 100%;
    object-fit: cover;
}

.landing ul.slick-dots {
    bottom: auto;
    margin: auto;
    text-align: center;
}
.landing ul.slick-dots li {
    margin: 0;
    padding: 0;
    width: auto !important;
    height: auto !important;
}
.landing ul.slick-dots li button {
    margin: 3px;
    padding: 0;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    box-shadow: 0 0 1px #6e6e6e;
}
.landing ul.slick-dots li button:before {
    display: none;
}
.landing ul.slick-dots li.slick-active button {
    background: var(--primary);
    border-color: var(--primary);
}
.landing-slider-item img {
    height: 230px;
    object-fit: contain;
    margin: auto;
}
.flag-img {
    width: 35px;
}
.blue-logo {
    width: 110px;
}
/* .body-fix-osahan-footer {
    padding-bottom: 82px;
} */
.footer-bottom-nav {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #989898;
    padding: 5px 0 9px;
    position: relative;
}
.footer-bottom-nav span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-bottom-nav i {
    font-size: 20px;
}
.footer-bottom-nav.active {
    color: #0148ff;
}
.footer-bottom-nav.active:after {
    content: "";
    width: 40px;
    height: 10px;
    background: #0148ff;
    border-radius: 50px;
    position: absolute;
    bottom: -7px;
}
.bottom-nav-main {
    background: #fff;
}
.icon {
    min-width: 35px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-lg {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.doctor-book-back {
    position: relative;
    overflow: hidden;
}
.doctor-book-back-title {
    font-family: sofia sans extra condensed, sans-serif;
    padding-right: 77px;
    letter-spacing: 0.8px;
    line-height: 28px !important;
}
.doctor-book-img {
    position: absolute;
    bottom: 0;
    width: 140px;
    right: 0;
}
.btn-book {
    font-weight: 500 !important;
    padding: 6px 11px !important;
    font-size: 11px;
    z-index: 99 !important;
    border-radius: 50px !important;
    letter-spacing: 0.4px;
}
.btn-book i {
    margin-left: 6px;
}
.favorite-img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}
.cf-btn a.btn {
    border-radius: 0 !important;
}
.appointment-doctor-img {
    width: 90px;
}
.appointment-banner {
    background: url(../img/background-blob.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.custom-check-day .btn {
    border: none;
    border-radius: 0;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: #fff;
    color: var(--dark);
}
.custom-check .btn {
    background: #fff;
    font-size: 13px;
    color: var(--secondary);
    padding: 7px 9px !important;
    width: 100%;
    line-height: 20px;
    border-color: #d9d9d9;
}
.custom-check .btn span.fs-5 {
    font-size: 19px !important;
    font-weight: 600;
}
.custom-check .btn-check:checked + .btn,
.custom-check .btn.active,
.custom-check .btn.show,
.custom-check .btn:first-child:active,
:not(.btn-check) + .btn:active {
    background: #16bef0 !important;
    border-color: #16bef0 !important;
    color: #fff !important;
}
.fee-icon {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.notification-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.video-tabs button {
    border: none;
    background-color: #fff;
    color: var(--dark) !important;
    font-size: 15px;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    padding: 12px 10px;
}
.video-tabs button.active {
    color: #14bef0 !important;
    border-bottom: 3px solid;
    font-weight: 500;
    background: #eefbff;
    border-top: 3px solid #eefbff;
}
.doctor-profile-tabs button {
    border: none;
    background-color: #fff;
    color: var(--dark) !important;
    font-size: 15px;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    padding: 12px 10px;
}
.doctor-profile-tabs button.active {
    color: #14bef0 !important;
    border-bottom: 3px solid;
    font-weight: 500;
    background: #eefbff;
    border-top: 3px solid #eefbff;
}
.review-profile {
    width: 35px;
}
.offcanvas {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}
.offcanvas-footer {
    padding: 1rem;
}
.upload-file {
    position: relative;
    overflow: hidden;
    /* z-index: -1; */
}

.educationalDetails{
    padding-bottom: 30px;
    border-bottom: 1px solid #0147ff;
}

.educationalDetails:last-child{
    border-bottom: none;
}

.chamberTimings .form-check{
    display: inline-block;
    min-width: 105px;
}

.chamberTimings .form-check .form-check-input{
    width: 16px;
    height: 16px;
}

.chamberTimings .form-check label{
    margin-top: 1px;
}

.upload-file-icon {
    position: absolute;
    top: -34px;
    right: -32px;
    height: 100px;
    width: 100px;
    border-bottom-left-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.plus-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.message-profile {
    width: 40px;
}
.call-img {
    width: 150px;
}
.call-display {
    height: calc(100vh - 87px);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.call-icons a {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}
.call-doctor {
    height: calc(100vh - 87px);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: url(../img/favorite/favorite-4.jpg);
    background-position: center;
    background-size: cover;
}
.patient-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.voice-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.edit-profile-back {
    position: relative;
}
.edit-profile-icon {
    position: absolute;
    top: -30px;
    right: -25px;
    height: 100px;
    width: 100px;
    border-bottom-left-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.btn-rounded {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-recording-background {
    background: url(../img/favorite/favorite-4.jpg);
    background-position: center;
    background-size: cover;
    height: calc(100vh - 87px);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.object-contain{
    object-fit: contain;
}

.doctorProfileMeta img{
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.flex-whitespace{
    white-space: nowrap;
}

.multiple-ul{
    padding: 0px;
    margin: 0px;
}
.multiple-ul li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.multiple-ul li img{
    width: 60px;
}
.multiple-ul li h5{
    font-size: 14px;
    margin-bottom: 4px;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}

.multiple-ul li p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}

.multiple-ul li i{
    color: #0dcaf0;
    font-size: 30px;
}

.homepageBtns .btn{
    background: #014cc4;
    border: 1px solid #c6edff;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepageBtns .btn i{
    margin-right: 10px;
    font-size: 25px;
}

.singleDoctor .btn{
    font-size: 12px;
    padding: 3px 7px !important;
    margin-right: 5px;
    border-radius: 7px !important;
}

.delete-btn{
    padding: 3px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
}

.uploadedImageDiv .singleUploadedImage img{
    border-radius: 6px;
    height: 100px;
    object-fit: cover;
}

.table-middle td{
    vertical-align: middle;
}
.table-middle th{
    vertical-align: middle;
    font-size: 16px;
    color: #000;
}

#chamberTimingsDiv .singleTiming{
    padding: 25px 0px;
    border-bottom: 1px solid #0147ff;
}

#chamberTimingsDiv .singleTiming:last-child{
    border-bottom: none;
}

.chambers .singleDoctor h6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}

#specificDayDiv .singleDayinSpecificDay{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

#specificDayDiv .form-check{
    width: 100%;
    margin-bottom: 0px;
}
.specificSlotAdd{
    margin-top: 5px;
}

.select2-container{
    z-index: 1111111;
}

#suggestions{
    z-index: 11111;
}

@media only screen and (max-width: 600px) {
    #uploadedImgRow .col-md-4{
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
