.margen {
    margin-top: 17px;
    color: #00bbec !important;
    font-size: 18px;
    font-family: Verlag;
    margin-bottom:0; 
    
}

.linea-horizontal {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.pco-clean{
    display: flex;
    align-items: center; 
    margin-bottom: 20px;
}

.PCO {
    margin-right: auto;
    color: #4b4948 !important; 
}

.p-ex {
    color: #666666;
    font-size: 16px;
    font-family: Verlag;
    margin: 0px 0px 10px;
}

#name {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    border-radius: 4px;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1000; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    border-radius: 100%;
    overflow: hidden;
}

.parrafo-card {
    font-size: 19px;
    text-align: left;
    color: rgba(0, 0, 0, 0.39); 
}

.nombre-medico {
    font-weight: 900;
    color: #4b4948;
    font-size: larger;
}

.rating {
    display: inline-block;
    background-color: #24cddb;
    unicode-bidi: bidi-override;
    direction: rtl;
    border-radius: 10px;
    width: 168px;
    text-align: center;
    height: 40px;
    margin-bottom: 10px;
}

.rating input {
    display: none;
}

.rating label {
    font-size: 27px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.3s;
}

.rating input:checked ~ label {
    color: #ffc107; 
}


.rating label:hover {
    color: #f7d74c; 
}