/*
Template Name: Meetdactor - Online Doctor Appointment Booking Mobile Template
Author: Pillarix
Author URI: https://wrapbootstrap.com/user/pillarix
Version: 0.1
*/

/*
- Body
- Scroll Bar
- Custom
- Index
- Landing Page
- Country
- Welcome
- Footer Nav
- Home
- Favorte Doctor
- Select Area
- Doctor Profile
- Book Appointment
- Request Appointment
- notification
- Video
- Doctor Profile Two
- Visit Info / Chekout
- Message
- Call
- Call Doctor
- History
- Profile
- My Appointment
- Play Recording
*/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&amp;display=swap');
:root {
    --dark: #030a1d;
    --primary: #28328c;
    --light-primary: #e2eaf7;
    --lighter-primary: #598fff;
    --lighter-primary-opacity: #a5c5f9f0;
    --secondary: #989898;
    --light: #f6f6f6;
    --success: #3dae14;
    --light-success: #def9d1;
    --warning: #fdbe00;
    --light-warning: #fbf2d9;
    --orange: #fea872;
    --light-orange: #f8efea;
}
/* Body */
body {
    font-family: 'IBM Plex Sans', sans-serif;
    color: var(--dark);
    font-size: 13px;
}
/* Scroll Bar */
::-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: #ffffff;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}
/* Custom */
.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);
}
.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: hsla(189, 100%, 60%, 1);
    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 !important;
}
.btn-outline-primary{
    background-color: #ffffff !important;
    border-color:#14BEF0 !important;
    color: #14BEF0 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus{
    color: #ffffff !important;
}
.btn-white {
    background-color: #ffffff !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;
}
.btn {
    font-size: 13px;
    padding: 13px 15px !important;
}
.btn-lg {
    font-size: 16px;
    padding: 16px 15px !important;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.btn-sm {
    padding: 7px 12px !important;
    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);
}
/* Index */
.logo {
    width: 65px;
}
.top-doctor-item, .recent-doctor-item, .available-doctor-item {
    margin: 4px 5px;
}
/* Landing Page */
.landing-img {
    border-bottom-right-radius: 200px !important;
}
.landing ul.slick-dots {
   bottom: auto;
   top: 5px;
   right: 14px;
   left: auto;
   text-align: right;
}
.landing ul.slick-dots li {
    margin: 0px;
    padding: 0px;
    width: auto !important;
    height: auto !important;
}
.landing ul.slick-dots li button {
    margin: 3px;
    padding: 0px;
    width: 20px;
    height: 7px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 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;
}
/* Country */
.flag-img {
    width: 35px;
}
/* Welcome */
.blue-logo {
    width: 110px;
}
/* Footer Nav */
.footer-bottom-nav {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #989898;
    padding: 8px 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 #16bef0;
    color: #16bef0;
}
.bottom-nav-main {
    border-top: 1px solid #dee2e6;
}
/* Home */
.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: #ffffff;
    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);
}
/* Favorte Doctor */
.favorite-img {
    width: 60px;
}
/* Select Area */
.area-select {
    width: 127px;
    border-left: 1px solid #dee2e6 !important;
    border-radius: 0px;
    padding: 7px 3px 7px 14px;
    color: #585c5e;
}
/* Doctor Profile */
.appointment-doctor-img{
    width: 90px;
}
/* Book Appointment */
.appointment-banner {
    background: url(../img/background-blob.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* Request Appointment */
.custom-check-day .btn-outline-primary {
    border: none;
    border-radius: 0;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: #ffffff;
    color: var(--dark);
}
.custom-check .btn-outline-primary {
    background: #ffffff;
    font-size: 13px;
    color: var(--secondary);
    padding: 7px 9px !important;
    width: 100%;
    line-height: 20px;
    border-color: #d9d9d9;
}
.custom-check .btn-outline-primary 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 */
.notification-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
/* Video */
.video-tabs button {
    border: none;
    background-color: #ffffff;
    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 Two */
.doctor-profile-tabs button {
    border: none;
    background-color: #ffffff;
    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 1rem;
}
/* Visit Info / Chekout */
.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;
}
/* Message */
.plus-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.message-profile {
    width: 40px;
}
/* Call */
.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: #ffffff;
}
/* Call Doctor */
.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;
}
/* History */
.voice-img {
    width: 70px;
}
/* Profile */
.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;
}
/* My Appointment */
.btn-rounded {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Play Recording */
.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;
}
