@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: #cb6ce5;
    --light-primary: #9923ab;
    --lighter-primary: #d3aacd;
    --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
}

::-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, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05)
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, .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-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: #784181 !important;
    border-color: #784181 !important
}

.btn-outline-primary {
    background-color: #fff !important;
    border-color: #784181 !important;
    color: #784181 !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 !important;
    border-radius: 10px !important;
    font-weight: 700 !important
}

.btn-lg {
    font-size: 16px;
    padding: 15px 20px !important;
    letter-spacing: .2px
}

.btn-sm {
    padding: 7px 12px !important
}

.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
}

.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: #9566a2
}

.footer-bottom-nav.active:after {
    content: "";
    width: 40px;
    height: 10px;
    background: #9566a2;
    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: .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: .4px
}

.btn-book i {
    margin-left: 6px
}

.favorite-img {
    width: 50px
}

.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: #d3aacd !important;
    border-color: #d3aacd !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
}

.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
}