/* Sobrescribimos la estructura profunda de MudSelect de forma global */

/*Modifica colores de estado al Listar Órdenes*/
.estado-1 .mud-input-slot.mud-select-input {
    color: #1b5e20 !important;
    font-weight: 900 !important;
}

.estado-2 .mud-input-slot.mud-select-input {
    color: #e65100 !important;
    font-weight: 900 !important;
}

.estado-3 .mud-input-slot.mud-select-input {
    color: #0d47a1 !important;
    font-weight: 900 !important;
}

.estado-4 .mud-input-slot.mud-select-input {
    color: #b71c1c !important;
    font-weight: 900 !important;
}

/* Estilos base para la pantalla y la impresión */
.print-container {
    font-family: Arial, sans-serif;
    font-size: 14px;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    color: black;
}

.text-center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.mb-4 {
    margin-bottom: 20px;
}

.header-info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}

.bordered-table {
    width: 100%;
    border-collapse: collapse;
}

    .bordered-table th, .bordered-table td {
        border: 1px solid black;
        padding: 8px;
        text-align: left;
    }

.clinica-table th, .clinica-table td {
    text-align: center;
}

.cut-line {
    text-align: center;
    margin: 0px 0;
    color: #555;
    font-size: 14px;
}
    .cut-line hr {
        border: none;
        border-top: 1px dotted black;
        margin-top: 0px;
    }

/* Reglas específicas para cuando se mande a la impresora / PDF */
@media print {

    .cut-line {
        text-align: center;
        margin: 30px 0;
        color: #555;
        font-size: 14px;
    }
        .cut-line hr {
            border: none;
        }
}
