@import "./user_auth1648097561.css";
@import "./teleconsultation1668095909.css";

.page-payment-title {
    font-size: 1.5rem;
}
  
.payment-method-small-card-img {
    height: 13px;
    width: 30px;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .page-payment-title {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 576px) {
    .page-payment-title {
        display: none;
    }
    .doctor-card h5 {
        font-size: 0.875rem !important;
        inline-size: 150px !important;
        overflow-wrap: break-word;
    }

    .doctor-card-hospital{
        font-size: 0.875rem !important;
        inline-size: 150px !important;
        overflow-wrap: break-word;
    }

    .doctor-card-price{
        font-size: 0.875rem !important;
        right: 14px !important;
        top: 10px !important;
        z-index: 1;
        text-align: right !important;
        color: #EE7E99;
    }
    .doctor-card-order-button{
        color: #00BD84;
        font-size: 0.725rem;
        position: relative !important;
        right: 0px !important;
        bottom: 0px !important;
        z-index: 1;
        text-align: center;

    }
}

.has-search .form-control {
    padding-left: 2.875rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    padding-left: 1.5rem;
    font-size: 0.875rem;
}

.doctor-filter .form-control {
    border: 1px solid rgba(88, 168, 248, .4);
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    color: #6c757d;
}

.doctor-filter .text-ligt-blue{
    color: #00BD84 !important;
}

.input-rounded {
    border-radius: 1rem;
}

.doctor-filter .select {
    overflow: hidden; 
    position: relative;
    display: block;
}

.doctor-filter select{   
    border: 0;
    font-size: 1rem;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.doctor-filter .icon-filter {
    color: #000;
    font-size: 0.7rem;
    padding: 14px 8px;
    position: absolute;
    right: 12px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.vertical-divider {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.doctor-card {
    box-shadow: 0px 0px 24px rgba(38, 40, 43, 0.08) !important;
    border-radius: 1rem;
    background: transparent;
    padding: 0.875rem;
}

.doctor-card-img {
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.doctor-card h5 {
    font-size: 1rem;
}

.doctor-card p {
    font-size: 0.875rem;
}

.doctor-card-price{
    position: absolute;
    right: 14px;
    top: 28px;
    z-index: 1;
    text-align: center;
    color: #EE7E99;
}

.doctor-card-order-button{
    color: #00BD84;
    font-size: 0.725rem;
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 1;
    text-align: center;
}

.doctor-card-list {
    height: 550px;
    display: block;
    overflow-y: auto;
}

.doctor-error-page {
    height: 550px;
    padding-top: 100px;
}

.doctor-search-btn {
    font-size: 14px;
    font-weight: 900;
}

.doctor-detail-profile .profile-detail {
    font-size:11px !important;
}

.doctor-detail-profile .profile-detail i {
    color: #58A8F8;
}

.doctor-detail-price {
    position: absolute;
    right: 29px;
    top: 14px;
    z-index: 1;
    text-align: right;
    color: #EE7E99;
}

.doctor-detail-schedule-title {
    margin-top: 40px;
}

.doctor-detail-schedule-body .btn-schedule {
    color: #58A8F8;
    background-color: transparent;
    background-image: none;
    border-color: #58A8F8;
    border-radius: 20px;
    font-size: 11px;
}

.doctor-detail-schedule-body .btn-schedule:hover{
    color: #fff;
    background-color: #58A8F8;
    border-color: #58A8F8;
}

/* .doctor-detail-schedule-body {
    max-height: 550px;
    overflow-y: auto;
} */

@media screen and (min-width: 992px) {
    .doctor-card-list .media-body {
        max-width: 210px;
    }
    .tel-doctor-detail-info {
        max-width: 250px;
    }
}

@media screen and (max-width: 767px) {
    .doctor-detail-profile {
        text-align: center;
    }

    .doctor-detail-name{
        margin-top: 20px;
    }

    .doctor-detail-price {
        position: static;
        right: auto;
        top: auto;
        z-index: 1;
        text-align: center;
        margin-top: 10px;
    }
}