/* -----Doctor Card Medium----- */

.doctor-card-m {
    padding: 16px;
    padding-bottom: 24px;
    min-height: 385px;
    border-radius: 6px;
    cursor: pointer;
}

.doctor-pfp {
    margin-bottom: 16px;
    width: 100%;
    border-radius: 15px;
    cursor: pointer;
}

.doctor-name {
    width: 100%;
    cursor: pointer;
    text-align: left;
}

.doctor-branches {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    font-size: 10px;
    cursor: pointer;
    border-radius: 99px;
}

.dr-branches-wrapper {
    width: 100%;
}

.doctor-branches__extra {
    margin-bottom: 0 !important;
    margin-left: 4px;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
}

.doctor-stars {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.doctor-star {
    width: 16px;
    height: 16px;
}

.doctor-star-size {
    width: 32px!important;
    height: 25px!important;
}

.doctor-randevu-button {
    margin-top: 16px;
    margin-bottom: 8px;
    width: 100%;
    height: 32px;
    background-color: transparent;
    border-radius: 10px;
    font-size: 12px;
}

.doctor-card-m:hover .doctor-randevu-button {
    border: none;
    color: #fff;
    transition: 0.4s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

.doctor-comment {
    margin-right: 8px;
    cursor: pointer;
}

.doctor-comment__icon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.doctor-comment-text {
    color: #a5a5a5;
    cursor: pointer;
}

@media (max-width: 480px) {
    .doctor-branches {
        margin-top: 12px;
        margin-bottom: 16px;
    }
    .doctor-randevu-button {
        margin-top: 12px;
    }
}

.dr-card-wrapper {
    width: 824px;
    max-width: 760px;
    height: 100%;
    /* height: 334px; */
    background-color: #fff;
    border-radius: 25px;
    filter: drop-shadow(0px 5px 5px #00000010);
}

.dr-card-l-container {
    width: 60%;
    height: 100%;
    /* height: 334px; */
    filter: drop-shadow(0px 0px 0px #00000010) !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.dr-l-calendar {
    width: 40%;
    min-width: 367px;
    min-height: 334px;
}

.dr-card-l-title {
    width: 100%;
}

.dr-card-l-dr-name {
    font-size: 15px;
    line-height: 1.1em;
    font-weight: 600;
    color: #040345;
    display: flex;
    align-items: center;
}

.dr-card-l-dr-title,
.dr-card-l-dr-field {
    margin-top: -4px;
    font-size: 14px;
    font-weight: 500;
    color: #a5a5a5;
}

.dr-card-l-dr-desc {
    font-size: 14px;
}

.dr-card-l-dr-photo {
    width: 80px;
    height: 80px;
    margin-right: 24px;
    border-radius: 16px;
    cursor: pointer;
}

.dr-card-l-stars {
    padding-top: 10px;
    padding-bottom: 16px;
    width: 100%;
    gap: 8px;
}

.dr-card-l-stars,
.dr-info-oops {
    padding-left: 80px;
}

.dr-card-cm-total {
    margin-left: 8px !important;
}

.dr-card-l-comment {
    margin-top: 16px !important;
    word-wrap: break-word;
    max-width: 330px;
}

.dr-l-calendar {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
    border-left: 1px solid #e8e8e8;
}

.dr-card__mobile-button {
    display: none;
}

.search-detail-clinic-infos {
    width: 823px !important;
    max-width: 760px;
}

.search-t-h {
    min-height: 35px;
}

@media (max-width: 999px) {
    .dr-l-calendar {
        display: none;
    }
    .dr-card-wrapper {
        width: 100%;
        height: auto;
    }
    .dr-card-l-container {
        width: 100%;
        height: auto;
        border-right: none;
        filter: drop-shadow(0px 0px 0px #00000010) !important;
        padding-bottom: 16px !important;
        border-top-right-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
    }
}

@media (max-width: 480px) {
    .search-detail-clinic-infos {
        width: 100% !important;
    }
    .dr-card-l-stars,
    .dr-info-oops {
        padding-left: 0px;
    }
    .dr-card-l-comment {
        margin-top: 8px !important;
    }
    .dr-card-l-container .clinic-info {
        padding: 16px !important;
        padding-bottom: 16px !important;
    }
    .dr-card-show-more-btn {
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 12px;
        padding-left: 12px;
        border-radius: 12px;
        font-size: 12px;
    }
    .dr-card__mobile-button {
        display: flex;
    }
}