﻿.txt-tim-kiem {
    font-size: 1vw;
}
.orane_color {
    color: #ff6600;
}

.btn-search {
    margin-left: 10px;
    padding: 5px 10px;
    cursor: pointer;
}

.btn-search {
    padding: 10px 20px;
    font-size: 15px;
    background-color: #ff6600;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}


.btn-detail {
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    background-color: #ff6600;
    color: white;
    border: none;
    font-size: 14px;
    padding: 9px 60px;
    border-radius: 8px;
    cursor: pointer;
}

.nice-select {
    width: 100%;         /* hoặc một giá trị hợp lý như 180px */
    max-width: 200px;    /* đảm bảo không kéo form */
    height: 57px;
    line-height: 54px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    background-color: #fff;
    color: #6E6E6E;
    cursor: pointer;
}

.nice-select .current {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    color: #6E6E6E;
    cursor: pointer;
    font-size: 14px;
    height: 57px;
    width: 100px !important;
    text-overflow: ellipsis;
    line-height: 54px;
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
    width: auto;
}
.mt-20 {
    margin-top: 20px;
}
.text-media {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    color: #2F4848;
    font-weight: 800;
}

.img-respone-service {
    height: 260px;
    width: 100%;
}
.bg-doctor {
    background-color: #F8FFFF;
}
.doctor-avartar {
    background-color: #F8FFFF;
    justify-self: center;
}
.pxs-3 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.container-mobile {
    padding-left: 0px;
    padding-right: 50px;
}
.text-d-1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #2F4848;
    font-weight: 700;
}
.text-d-2 {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #2F4848;
    font-weight: 500;
}
.text-d-3 {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #2F4848;
    font-weight: 500;
}
@media (max-width: 768px) {
    .container-mobile {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pxs-3 {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .psi-1 {
        padding-left: 6px;
        padding-right: 4px;
    }

    .text-media {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        color: #2F4848;
        font-weight: 800;
    }

    .img-respone-service {
        width: 100%;
        max-width: 150px;
        max-height: 165px;
        aspect-ratio: 3 / 4;
        object-fit: cover;
        object-position: top;
        margin: 0 auto;
        display: block;
    }

    .text-limit-c-row {
        margin: 0px;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical;
    }
    .pl-mobile-0 {
        padding-left: 0px !important;
    }
    .pr-mobile-0 {
        padding-right: 0px !important;
    }
    .btn-detail {
        margin-bottom: 10px;
        background-color: #ff6600;
        color: white;
        border: none;
        font-size: 10px;
        padding: 6px 60px;
        border-radius: 8px;
        cursor: pointer;
    }
    .text-d-2 {
        font-family: 'Inter', sans-serif;
        font-style: italic;
        font-size: 11px;
        color: #2F4848;
        font-weight: 500;
    }
    .text-d-3 {
        font-family: 'Inter', sans-serif;
        font-style: italic;
        font-size: 10px;
        color: #2F4848;
        font-weight: 500;
    }
}
