@font-face {
    font-family: 'MyCustomFont';
    src: url('font/BKOODB.woff') format('woff'),
         url('font/BKOODB.TTF') format('truetype'),
         url('font/BKOODB.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@import 'https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap';

:root {
    --dark: #030a1d;
    --primary: #28328c;
    --light-primary: #e2eaf7;
    --lighter-primary: #598fff;
    --lighter-primary-opacity: #a5c5f9;
    --secondary: #002df7;
    --light: #f6f6f6;
    --success: #FD2A78;
    --light-success: #def9d1;
    --warning: #fdbe00;
    --light-warning: #fbf2d9;
    --orange: #fea872;
    --light-orange: #f8efea;
}

body {
    font-family: 'MyCustomFont', 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;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    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);
}

.text-dark {
    color: var(--dark);
}

.text-primary {
    color: var(--primary);
}

.text-warning {
    color: var(--warning);
}

.text-success {
    color: var(--success);
}

.text-orange {
    color: var(--orange);
}

.bg-light {
    background-color: var(--light);
}

.bg-primary {
    background-color: var(--primary);
}

.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: #33e0ff;
    background: linear-gradient(135deg, hsla(189, 100%, 60%, 1) 0%, hsla(194, 88%, 51%, 1) 99%);
    background: -moz-linear-gradient(135deg, hsla(189, 100%, 60%, 1) 0%, hsla(194, 88%, 51%, 1) 99%);
    background: -webkit-linear-gradient(135deg, hsla(189, 100%, 60%, 1) 0%, hsla(194, 88%, 51%, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32E1FF", endColorstr="#14BEF0", GradientType=1);
    border-color: #14bef0;
}

.btn-outline-primary {
    background-color: #fff;
    border-color: #14bef0;
    color: #14bef0;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: green;
}

.btn-white {
    background-color: #fff;
}

.text-muted {
    color: var(--secondary);
}

.text-bg-success {
    background-color: var(--success);
    font-weight: 400;
}

.fw-light {
    font-weight: 200;
}

a {
    text-decoration: center;
}

.form-control {
    box-shadow: center;
}

.form-select {
    box-shadow: none;
}

.btn {
    font-size: 13px;
    padding: 13px 15px;
}

.btn-lg {
    font-size: 16px;
    padding: 16px 15px;
    font-weight: 500;
    letter-spacing: .2px;
}

.btn-sm {
    padding: 7px 12px;
    border-radius: 5px;
}

.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-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.chat-rounded-right {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.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);
}

.logo {
    width: 65px;
}

.top-doctor-item,
.recent-doctor-item,
.available-doctor-item {
    margin: 4px 5px;
}

.landing-img {
    border-bottom-right-radius: 200px;
}

.landing ul.slick-dots {
    bottom: auto;
    top: 5px;
    right: 14px;
    left: auto;
    text-align: right;
}

.landing ul.slick-dots li {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.landing ul.slick-dots li button {
    margin: 3px;
    padding: 0;
    width: 20px;
    height: 7px;
    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: 450px;
    object-fit: cover;
}

.flag-img {
    width: 35px;
}

.blue-logo {
    width: 110px;
}


.footer{
    
    
      position: fixed; 
            bottom: 0; 
            left: 0; 
            right: 0; 
           
            
            z-index: 1000; 
    
    
}





.footer-bottom-nav {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #989898;
    padding: 8px;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
}

.footer-bottom-nav span {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 2px;
}

.footer-bottom-nav i {
    font-size: 20px;
}

.footer-bottom-nav.active {
    border-bottom: 3px solid #ff2478;
    color: #ff2478;
}

.bottom-nav-main {
    border-top: 1px solid rgba(255, 192, 203, 0.5);
}

.icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-lg {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.doctor-book-back {
    position: relative;
    overflow: hidden;
}

.doctor-book-img {
    position: absolute;
    bottom: 0;
    width: 151px;
    right: 0;
}

.btn-book {
    background-color: var(--lighter-primary);
    color: #fff;
    font-weight: 300;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    z-index: 99;
}

.btn-book:hover {
    background-color: var(--light-primary);
    color: var(--dark);
}

.favorite-img {
    width: 60px;
}

.area-select {
    width: 127px;
    border-left: 1px solid #dee2e6;
    border-radius: 0;
    padding: 7px 3px 7px 14px;
    color: #585c5e;
}

.appointment-doctor-img {
    width: 90px;
}

.appointment-banner {
    background: url(https://cdn.pezeshkresan.ir/background-blob.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.custom-check-day .btn-outline-primary {
    border: none;
    border-radius: 0;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: #fff;
    color: var(--dark);
}

.custom-check .btn-outline-primary {
    background: #fff;
    font-size: 13px;
    color: var(--secondary);
    padding: 7px 9px;
    width: 100%;
    line-height: 20px;
    border-color: #d9d9d9;
}

.custom-check .btn-outline-primary span.fs-5 {
    font-size: 19px;
    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;
    border-color: #16bef0;
    color: #fff;
}

.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);
    font-size: 15px;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    padding: 12px 10px;
}

.video-tabs button.active {
    color: #14bef0;
    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);
    font-size: 15px;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    padding: 12px 10px;
}

.doctor-profile-tabs button.active {
    color: #14bef0;
    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;
}

.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;
}
