/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1g30p9ac4h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1g30p9ac4h] {
    flex: 1;
}

/*.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}*/
.top-row[b-1g30p9ac4h] {
    background-color: #006699;
    color: white;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px; /* Ajusta esta altura seg�n sea necesario */
}

.left-section[b-1g30p9ac4h], .right-section[b-1g30p9ac4h] {
    flex: 0 0 auto;
}

/*.center-section {
    flex: 1;
    display: flex;
    justify-content: center;*/ /* Centra horizontalmente */
/*}*/
/*.center-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

/*.titles-container {
    text-align: right;*/ /* Alinea el texto a la derecha dentro del contenedor */
    /*max-width: 60%;*/ /* Ajusta este valor seg�n sea necesario */
/*}*/
.titles-container[b-1g30p9ac4h] {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-100-anos[b-1g30p9ac4h] {
    max-height: 80px;
}

.logo-Arbol[b-1g30p9ac4h] {
    max-height: 70px;
}

.sub-header[b-1g30p9ac4h] {
    background-color: #e0e0e0;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-wrapper[b-1g30p9ac4h] {
    display: flex;
    flex: 1;
}

.sidebar[b-1g30p9ac4h] {
    background: linear-gradient(180deg, #00304F 0%, #154C75 100%);
    width: 250px;
}

.content[b-1g30p9ac4h] {
    flex: 1;
    padding: 1rem;
}

@media (max-width: 640.98px) {
    .top-row[b-1g30p9ac4h] {
        flex-direction: column;
    }

    .content-wrapper[b-1g30p9ac4h] {
        flex-direction: column;
    }

    .sidebar[b-1g30p9ac4h] {
        width: 100%;
        height: auto;
    }
}

.center-section[b-1g30p9ac4h] {
    flex: 1;
    text-align: right;
    padding-right: 10%; /* Ajusta este valor para mover los t�tulos m�s cerca del centro */
}

.center-section h1[b-1g30p9ac4h], .center-section h2[b-1g30p9ac4h], .center-section h3[b-1g30p9ac4h] {
    color: white;
    margin: 0;
    line-height: 1.2;
}
.center-section h1[b-1g30p9ac4h] {
    font-size: 1.5rem;
}

.center-section h2[b-1g30p9ac4h] {
    font-size: 1.2rem;
}

.center-section h3[b-1g30p9ac4h] {
    font-size: 1rem;
}

@media (min-width: 641px) {
    .page[b-1g30p9ac4h] {
        flex-direction: column;
    }

    .sidebar[b-1g30p9ac4h] {
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1g30p9ac4h] {
        background-color: #006699; /* Ajusta este color al azul exacto de la imagen */
        color: white;
        padding: 0.5rem 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mbonah9glx] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-mbonah9glx] {
    height: 3.5rem;
    background-color: #1b6ec2;
    border-bottom: 1px solid #d6d5d5;
}

.navbar-brand[b-mbonah9glx] {
    font-size: 1.1rem;
    color: white;
}

.nav-scrollable[b-mbonah9glx] {
    padding-top: 1rem;
}


.bi[b-mbonah9glx] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-mbonah9glx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:last-of-type[b-mbonah9glx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mbonah9glx]  a {
        width: 230px !important;
        color: #d7d7d7;
        height: auto;
        min-height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1.25;
        padding: 0.75rem 0.5rem;
        margin: 0.25rem 0;
        word-break: break-word;
        border-radius: 2px;
    }

        .nav-item[b-mbonah9glx]  a:hover {
            background-color: #E4C114;
            color: white;
        }

.inicio-link[b-mbonah9glx] {
    background-color: #1b6ec2;
    color: white !important;
}

    .inicio-link:hover[b-mbonah9glx], .inicio-link.active[b-mbonah9glx] {
        background-color: #1861ac;
        color: white !important;
    }

    .inicio-link .bi[b-mbonah9glx] {
        filter: brightness(0) invert(1);
    }

.facturacion-link[b-mbonah9glx] {
    background-color: #ffd54f;
    color: #1a237e !important;
}

    .facturacion-link:hover[b-mbonah9glx], .facturacion-link.active[b-mbonah9glx] {
        background-color: #ffca28;
        color: #1a237e !important;
    }

    .facturacion-link .bi[b-mbonah9glx] {
        filter: brightness(0) invert(1);
    }

.reportes-link[b-mbonah9glx] {
    background-color: #4caf50;
    color: white !important;
}

    .reportes-link:hover[b-mbonah9glx], .reportes-link.active[b-mbonah9glx] {
        background-color: #45a049;
        color: white !important;
    }

.preautorizaciones-link[b-mbonah9glx] {
    background-color: #2196F3;
    color: white !important;
}

    .preautorizaciones-link:hover[b-mbonah9glx], .preautorizaciones-link.active[b-mbonah9glx] {
        background-color: #1976D2;
        color: white !important;
    }

    .preautorizaciones-link .bi[b-mbonah9glx] {
        filter: brightness(0) invert(1);
    }

.sub-menu[b-mbonah9glx] {
    width: 240px !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

    .sub-menu.show[b-mbonah9glx] {
        max-height: 1000px;
    }

    .sub-menu[b-mbonah9glx]  .nav-link {
        width: 100%;
        padding: 0.75rem 0.5rem 0.75rem 2.5rem !important;
        margin: 0 !important;
        box-sizing: border-box;
        font-size: 0.85rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        background-color: rgba(0, 0, 0, 0.1);
    }

        .sub-menu[b-mbonah9glx]  .nav-link:last-child {
            border-bottom: none !important;
        }

        .sub-menu[b-mbonah9glx]  .nav-link .bi {
            flex-shrink: 0;
            margin-top: 0.2rem;
        }

        .sub-menu[b-mbonah9glx]  .nav-link:hover {
            background-color: rgba(255,255,255,0.1) !important;
        }

.icon[b-mbonah9glx] {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    vertical-align: text-bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
}

.sub-menu .nav-link .icon[b-mbonah9glx] {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

.bi-house-door-fill-nav-menu[b-mbonah9glx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-file-earmark-text-fill[b-mbonah9glx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-text-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM4.5 9a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1h-4z'/%3E%3C/svg%3E");
}

.bi-graph-up[b-mbonah9glx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-graph-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0V0Zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07Z'/%3E%3C/svg%3E");
}

.bi-clipboard-check[b-mbonah9glx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-clipboard-check' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0z'/%3E%3Cpath d='M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z'/%3E%3Cpath d='M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z'/%3E%3C/svg%3E");
}

.bi-gear-settings[b-mbonah9glx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z'/%3E%3C/svg%3E");
}
.icon-invoice-check[b-mbonah9glx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cpath d='M9 15l2 2 4-4'/%3E%3C/svg%3E");
}

.icon-document-add[b-mbonah9glx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='12' y1='18' x2='12' y2='12'/%3E%3Cline x1='9' y1='15' x2='15' y2='15'/%3E%3C/svg%3E");
}

.icon-document-search[b-mbonah9glx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Ccircle cx='11.5' cy='14.5' r='2.5'/%3E%3Cpath d='M13.5 16.5L16 19'/%3E%3C/svg%3E");
}

.bi-file-earmark-spreadsheet[b-mbonah9glx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-spreadsheet' viewBox='0 0 16 16'%3E%3Cpath d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V9H3V2a1 1 0 0 1 1-1h5.5v2zM3 12v-2h2v2H3zm0 1h2v2H4a1 1 0 0 1-1-1v-1zm3 2v-2h3v2H6zm4 0v-2h3v1a1 1 0 0 1-1 1h-2zm3-3h-3v-2h3v2zm-7 0v-2h3v2H6z'/%3E%3C/svg%3E");
}

.bi-file-earmark-attach[b-mbonah9glx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark' viewBox='0 0 16 16'%3E%3Cpath d='M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5z'/%3E%3C/svg%3E");
}

.bi-exclamation-nav-menu-red[b-mbonah9glx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='red'%3E%3Crect x='6.5' y='2' width='3' height='8.5' rx='1.2'/%3E%3Ccircle cx='8' cy='13.2' r='1.45'/%3E%3C/svg%3E");
}

@media (min-width: 641px) {
    .navbar-toggler[b-mbonah9glx] {
        display: none;
    }

    .collapse[b-mbonah9glx] {
        display: block;
    }
}


/* /Components/PreautorizacionSolicitada/SolicitudPreautorizacionFormulario.razor.rz.scp.css */
.mudCardHeader[b-g2et6w8q29] {
    position: relative;
    overflow: visible;
    margin: 0 15px 30px;
    box-shadow: 0 8px 15px -7px rgba(0,0,0,0.1), 0 5px 7px -5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    transform-style: preserve-3d;
    border-radius: 8px;
}
/* /Pages/FacturacionProveedores.razor.rz.scp.css */
.custom-download-button svg[b-0j73vtojwe] {
    transition: fill 0.3s ease;
}

.custom-download-button:hover svg[b-0j73vtojwe] {
    fill: #005588;
}

.custom-download-button:active svg[b-0j73vtojwe] {
    fill: #004477;
}

.custom-download-button:disabled svg[b-0j73vtojwe] {
    fill: #cccccc;
}

.blocked-field .mud-input-root input:disabled[b-0j73vtojwe] {
    background-color: #a0a0a0 !important;
    color: #a0a0a0 !important;
    opacity: 1 !important;
}

.highlight-input .mud-input-outlined-border[b-0j73vtojwe] {
    border: 2px solid orange !important;
    transition: border-color 0.2s ease-in-out;
}

@keyframes blink-border-b-0j73vtojwe {
    0%, 100% {
        border-color: transparent;
    }

    50% {
        border-color: orange;
    }
}

.blink-highlight .mud-input-outlined-border[b-0j73vtojwe] {
    border: 2px solid orange !important;
    animation: blink-border-b-0j73vtojwe 0.5s ease-in-out 3;
}
/* /Pages/FacturacionRSS/FacturacionRSS.razor.rz.scp.css */
/* Estilos generales */
.mud-container[b-69dp9mvijj] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* Estilos para los encabezados */
[b-69dp9mvijj] .mud-typography-h5 {
    color: #00304F;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

[b-69dp9mvijj] .mud-typography-h6 {
    color: #154C75;
    font-weight: 500;
    margin-bottom: 1rem;
}

/* Estilos para las tarjetas */
[b-69dp9mvijj] .mud-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

[b-69dp9mvijj] .mud-card-header {
    border-bottom: 1px solid #e0e0e0;
}

[b-69dp9mvijj] .mud-card-content {
    padding: 1.5rem;
}

/* Estilos para los campos de entrada */
[b-69dp9mvijj] .mud-input {
    margin-bottom: 1rem;
}

[b-69dp9mvijj] .mud-input-label {
    color: #154C75;
}

[b-69dp9mvijj] .mud-input.mud-input-underline:before {
    border-bottom-color: #e0e0e0;
}

[b-69dp9mvijj] .mud-input.mud-input-underline:hover:not(.mud-disabled):before {
    border-bottom-color: #154C75;
}

/* Estilos para los botones */
[b-69dp9mvijj] .mud-button-filled {
    background-color: #ffd54f;
    color: #00304F;
    font-weight: 500;
}

    [b-69dp9mvijj] .mud-button-filled:hover {
        background-color: #ffca28;
    }

/* Estilos para la tabla */
[b-69dp9mvijj] .mud-table {
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
}

[b-69dp9mvijj] .mud-table-head {
    background-color: #154C75;
}

    [b-69dp9mvijj] .mud-table-head .mud-table-cell {
        color: white;
        font-weight: 500;
    }

[b-69dp9mvijj] .mud-table-body .mud-table-row:nth-child(even) {
    background-color: #f9f9f9;
}

[b-69dp9mvijj] .mud-table-pagination {
    background-color: #f5f5f5;
}

/* Estilos para las alertas */
[b-69dp9mvijj] .mud-alert {
    border-radius: 4px;
}

[b-69dp9mvijj] .mud-alert-message {
    font-weight: 500;
}

/* Estilos para los iconos */
[b-69dp9mvijj] .mud-icon-button {
    color: #154C75;
}

    [b-69dp9mvijj] .mud-icon-button:hover {
        background-color: rgba(21, 76, 117, 0.1);
    }

/* Estilos específicos para secciones */
.factura-general[b-69dp9mvijj],
.detalle-preautorizacion[b-69dp9mvijj],
.listado-preautorizaciones[b-69dp9mvijj],
.sumatoria-monto[b-69dp9mvijj] {
    margin-bottom: 2rem;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    [b-69dp9mvijj] .mud-table-head {
        display: none;
    }

    [b-69dp9mvijj] .mud-table-cell {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 0.5rem 1rem;
    }

        [b-69dp9mvijj] .mud-table-cell:before {
            content: attr(data-label);
            font-weight: 600;
            text-align: left;
        }
}
/* /Pages/Mantenimiento/MantenimientoUsuarios.razor.rz.scp.css */
/* Estilos generales */
.mud-container[b-dqod1wvr5e] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* Estilos para los encabezados */
[b-dqod1wvr5e] .mud-typography-h5 {
    color: #00304F;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

/* Estilos para la tabla */
[b-dqod1wvr5e] .mud-table {
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
}

[b-dqod1wvr5e] .mud-table-head {
    background-color: #154C75;
}

    [b-dqod1wvr5e] .mud-table-head .mud-table-cell {
        color: white;
        font-weight: 500;
    }

[b-dqod1wvr5e] .mud-table-body .mud-table-row:nth-child(even) {
    background-color: #f9f9f9;
}

[b-dqod1wvr5e] .mud-table-pagination {
    background-color: #f5f5f5;
}
/* /Pages/Preautorizaciones/ConsultaPreautorizacion.razor.rz.scp.css */
/* Estilos para los bordes y sombreado de las tarjetas */
.mud-paper[b-ofp4xgtc1t] {
    border-radius: 4px;
    transition: box-shadow 0.3s;
}

    .mud-paper:hover[b-ofp4xgtc1t] {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

/* Estilos para mejorar la alineación de texto */
.mud-grid .mud-grid-item[b-ofp4xgtc1t] {
    display: flex;
    flex-direction: column;
}

    .mud-grid .mud-grid-item .mud-typography[b-ofp4xgtc1t] {
        margin-bottom: 4px;
    }

/* Estilo para campos de texto */
.mud-input[b-ofp4xgtc1t] {
    width: 100%;
}

/* Estilos para el encabezado de cada tarjeta */
.d-flex.justify-space-between[b-ofp4xgtc1t] {
    align-items: center;
}

/* Estilos para los placeholders más oscuros */
[b-ofp4xgtc1t]::placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
    opacity: 1 !important;
}

.mud-input input[b-ofp4xgtc1t]::placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
    font-weight: 400 !important;
}
/* /Pages/Preautorizaciones/SolicitudPreautorizacion.razor.rz.scp.css */
[b-aj3tvhqkg3]::placeholder {
    color: rgba(0, 0, 0, 0.7) !important; 
    opacity: 1 !important;
}

[b-aj3tvhqkg3]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
    opacity: 1 !important;
}

[b-aj3tvhqkg3]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
    opacity: 1 !important;
}

.mud-input input[b-aj3tvhqkg3]::placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
    font-weight: 400 !important;
}

.mud-card[b-aj3tvhqkg3] {
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.mudCardHeader[b-aj3tvhqkg3] {
    background-color: #fcf9ed;
    border-radius: 8px;
}
/* /Pages/Reportes.razor.rz.scp.css */
.custom-download-button svg[b-84ivv12lug] {
    transition: fill 0.3s ease;
}

.custom-download-button:hover svg[b-84ivv12lug] {
    fill: #005588;
}

.custom-download-button:active svg[b-84ivv12lug] {
    fill: #004477;
}

.custom-download-button:disabled svg[b-84ivv12lug] {
    fill: #cccccc;
}
/* /Pages/TramitesFacturacionCGSP/Dialogs/DialogoAsignacionUsuarios.razor.rz.scp.css */
.custom-download-button svg[b-2t6q0vttdp] {
    transition: fill 0.3s ease;
}

.custom-download-button:hover svg[b-2t6q0vttdp] {
    fill: #005588;
}

.custom-download-button:active svg[b-2t6q0vttdp] {
    fill: #004477;
}

.custom-download-button:disabled svg[b-2t6q0vttdp] {
    fill: #cccccc;
}

/* /Pages/TramitesFacturacionCGSP/Dialogs/DialogoListaAdjuntosCGSP.razor.rz.scp.css */
.custom-download-button svg[b-iwrsub040r] {
    transition: fill 0.3s ease;
}

.custom-download-button:hover svg[b-iwrsub040r] {
    fill: #005588;
}

.custom-download-button:active svg[b-iwrsub040r] {
    fill: #004477;
}

.custom-download-button:disabled svg[b-iwrsub040r] {
    fill: #cccccc;
}

/* /Pages/TramitesFacturacionCGSP/Dialogs/DialogoReenvioCasos.razor.rz.scp.css */
.custom-download-button svg[b-v5oztb3bzi] {
    transition: fill 0.3s ease;
}

.custom-download-button:hover svg[b-v5oztb3bzi] {
    fill: #005588;
}

.custom-download-button:active svg[b-v5oztb3bzi] {
    fill: #004477;
}

.custom-download-button:disabled svg[b-v5oztb3bzi] {
    fill: #cccccc;
}

/* /Pages/TramitesFacturacionCGSP/Dialogs/DialogoVisorAdjuntoCGSP.razor.rz.scp.css */
.custom-download-button svg[b-f2jl3o03fb] {
    transition: fill 0.3s ease;
}

.custom-download-button:hover svg[b-f2jl3o03fb] {
    fill: #005588;
}

.custom-download-button:active svg[b-f2jl3o03fb] {
    fill: #004477;
}

.custom-download-button:disabled svg[b-f2jl3o03fb] {
    fill: #cccccc;
}

/* /Pages/TramitesFacturacionCGSP/TramiteFacturacionCGSP.razor.rz.scp.css */
.custom-download-button svg[b-x7g188xpnb] {
    transition: fill 0.3s ease;
}

.custom-download-button:hover svg[b-x7g188xpnb] {
    fill: #005588;
}

.custom-download-button:active svg[b-x7g188xpnb] {
    fill: #004477;
}

.custom-download-button:disabled svg[b-x7g188xpnb] {
    fill: #cccccc;
}

/* /Pages/TramitesFacturacionProveedores/Dialogs/DialogoListaAdjuntosProveedor.razor.rz.scp.css */
.custom-download-button svg[b-g4nyzs5c28] {
    transition: fill 0.3s ease;
}

.custom-download-button:hover svg[b-g4nyzs5c28] {
    fill: #005588;
}

.custom-download-button:active svg[b-g4nyzs5c28] {
    fill: #004477;
}

.custom-download-button:disabled svg[b-g4nyzs5c28] {
    fill: #cccccc;
}

/* /Pages/TramitesFacturacionProveedores/Dialogs/DialogoVisorAdjuntoProveedor.razor.rz.scp.css */
.custom-download-button svg[b-2wdw670v69] {
    transition: fill 0.3s ease;
}

.custom-download-button:hover svg[b-2wdw670v69] {
    fill: #005588;
}

.custom-download-button:active svg[b-2wdw670v69] {
    fill: #004477;
}

.custom-download-button:disabled svg[b-2wdw670v69] {
    fill: #cccccc;
}

/* /Pages/TramitesFacturacionProveedores/TramiteFacturacionProveedores.razor.rz.scp.css */
.custom-download-button svg[b-23z2wbx08d] {
    transition: fill 0.3s ease;
}

.custom-download-button:hover svg[b-23z2wbx08d] {
    fill: #005588;
}

.custom-download-button:active svg[b-23z2wbx08d] {
    fill: #004477;
}

.custom-download-button:disabled svg[b-23z2wbx08d] {
    fill: #cccccc;
}

