/* /Pages/MedicalAppointmentsPages/MedicalAppointments.razor.rz.scp.css */
.patient-name[b-7mfgdabn10] {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.legend-horizontal[b-7mfgdabn10] {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 20px; /* Space between items */
}

    .legend-horizontal li[b-7mfgdabn10] {
        display: flex;
        align-items: center;
    }

.legend-box[b-7mfgdabn10] {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    border: 1px solid #000;
}
/* /Pages/Odontology/Odontogram.razor.rz.scp.css */
.odontogram-quadrant[b-fuoxh05vx5] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center; /* <- centrado horizontal */
}

.quadrant-container[b-fuoxh05vx5] {
    text-align: center; /* Centra los títulos */
    margin-bottom: 30px;
}


.legend[b-fuoxh05vx5] {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.legend-item[b-fuoxh05vx5] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 500;
}

.color-box[b-fuoxh05vx5] {
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 3px;
}

    .color-box.healthy[b-fuoxh05vx5] {
        background-color: white;
    }

    .color-box.diagnosed[b-fuoxh05vx5] {
        background-color: red;
    }

    .color-box.treaty[b-fuoxh05vx5] {
        background-color: #1e90ff; /* azul */
    }

    .color-box.absent[b-fuoxh05vx5] {
        background-color: green;
    }

.quadrant-box[b-fuoxh05vx5] {
    background: #e8e8fa;
    border: 2px solid #bcbcdc;
    border-radius: 6px;
    padding: 20px 10px 30px 10px;
    margin-bottom: 2rem;
    position: relative;
}

.quadrant-title[b-fuoxh05vx5] {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 18px;
    margin-top: 0;
}
.tooth-item[b-fuoxh05vx5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffecec;
    border-radius: 8px;
    padding: 6px 8px;
}

.childtooth-item[b-fuoxh05vx5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 50px;
    padding: 18px 19px;
    background: #ffecec;
}

.tooth-number[b-fuoxh05vx5] {
    font-size: 1rem;
    margin-bottom: 2px;
    text-align: center;
}
/* /Pages/Odontology/ToothComponent.razor.rz.scp.css */
.tooth[b-nehmcm2wz3] {
    border: 1px solid #ccc;
}

.surface[b-nehmcm2wz3] {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    box-sizing: border-box;
    cursor: pointer;
}

    .surface.top[b-nehmcm2wz3] {
        top: 0;
        left: 20px;
    }

    .surface.bottom[b-nehmcm2wz3] {
        bottom: 0;
        left: 20px;
    }

    .surface.left[b-nehmcm2wz3] {
        top: 20px;
        left: 0;
    }

    .surface.right[b-nehmcm2wz3] {
        top: 20px;
        right: 0;
    }

    .surface.center[b-nehmcm2wz3] {
        top: 20px;
        left: 20px;
    }
/* /Shared/FileComponent.razor.rz.scp.css */
.container-drag-destination[b-29mb9rs9td] {
    display: flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
    margin-bottom: 2px;
}


.hover[b-29mb9rs9td] {
    border-style: solid;
    background-color: #00ca71;
}


.container-image img[b-29mb9rs9td] {
    width: 20%;
    margin: 1rem;
}

[b-29mb9rs9td] input[type=file] {
    width: 100%;
    padding: 20px;
}
