/* /Pages/Auth/Login.razor.rz.scp.css */
:root[b-eg0tt23wzk] {
    --gradient-start: #ECECEC !important;
    --gradient-end: #B1B5BF !important;
    --gradient-login-start: !important;
    --gradient-login-end: !important;
}

.login-box[b-eg0tt23wzk] {
    width: 320px;
    height: 320px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to right, var(--gradient-login-start) 0%, var(--gradient-login-end) 100%);
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 70px 30px;
}

    .login-box .avatar[b-eg0tt23wzk] {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: absolute;
        top: -50px;
        left: calc(50% - 50px);
    }

    .login-box h1[b-eg0tt23wzk] {
        margin: 0;
        padding: 0 0 20px;
        text-align: center;
        font-size: 22px;
    }

    .login-box input[b-eg0tt23wzk] {
        color: yellow;
        /* Otros estilos para los inputs */
    }

    .login-box label[b-eg0tt23wzk] {
        color: yellow;
        text-align: center;
        margin: 0;
        padding: 0;
        font-weight: bold;
        display: block;
    }

    .login-box a[b-eg0tt23wzk] {
        text-decoration: none;
        font-size: 12px;
        line-height: 20px;
        color: black;
    }

        .login-box a:hover[b-eg0tt23wzk] {
            color: #fff;
        }

.form-group[b-eg0tt23wzk] {
    margin-bottom: 15px;
}

    .form-group label[b-eg0tt23wzk] {
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: white
    }

    .form-group input[b-eg0tt23wzk] {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: white
    }

.login-container[b-eg0tt23wzk] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Los elementos se apilan verticalmente */
    flex-wrap: nowrap;
}

    .login-container color-profile[b-eg0tt23wzk] {
        color: yellow
    }

.login-form[b-eg0tt23wzk] {
    width: 300px;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.login-button[b-eg0tt23wzk] {
    width: 100%;
    height: 40px;
    padding: 10px;
    background-color: #462AD8;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
}

    .login-button:hover[b-eg0tt23wzk] {
        background-color: #28AEED;
    }

.custom-validation-summary[b-eg0tt23wzk] {
    color: white;
    font-size: 13px;
    /* Otros estilos personalizados que desees aplicar */
}

.e-custom .e-textbox[b-eg0tt23wzk] {
    text-align: right;
    color: yellow
}
/* /Shared/AdministracionCarpeta/EgresosCarpeta/ListaHabilito.razor.rz.scp.css */
.button-container[b-92pxhc1c9d] {
    display: flex;
    justify-content: flex-start; /* Alinea los botones horizontalmente */
    margin-left: 10px; /* Ajusta según tus necesidades */
    flex-direction: row;
}
.button-habilito[b-92pxhc1c9d] {
    margin-right: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Ajusta según tus necesidades */
    background-color: #3498db; /* Color de fondo del botón */
    border: none;
    color: #ffffff; /* Color del texto */
    text-align: center;
    text-decoration: none;
    width: 70px;
    height: 60px;
    font-size: 9.5px;
    cursor: pointer;
    border-radius: 8px; /* Bordes redondeados */
    transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s;
}
    .button-habilito:hover[b-92pxhc1c9d] {
        background-color: #2d7fb6; /* Nuevo color de fondo cuando se pasa el mouse por encima */
    }
    .button-habilito:active[b-92pxhc1c9d] {
        box-shadow: 0px 0px 0px 3px #8fd2ff;
    }
    .button-habilito span[b-92pxhc1c9d] {
        margin-inline:2px;
        align-self: center; /* Centra verticalmente el texto dentro del contenedor del botón */
        line-height: 1;
    }

    /* Estilo para la imagen dentro del botón */
    .button-habilito img[b-92pxhc1c9d] {
        margin-top:-1px;
        width: 24px; /* Ancho de la imagen */
        height: 24px; /* Altura de la imagen */
        vertical-align: middle; /* Alinea verticalmente la imagen y el texto */
        margin-bottom: 4px;
    }


.icon-grid[b-92pxhc1c9d] {
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    background: none;
}
.text-pendiente-liquidacion[b-92pxhc1c9d] {
    background-color: #ffbdae;
    color: red;
    margin: auto;
    padding-left: 5px;
}

.text-pendiente-contabilidad[b-92pxhc1c9d] {
    background-color: #f7ff7c;
    color: #5b5b5b;
    margin: auto;
    padding-left: 5px;
}

.text-pendiente-gerencia[b-92pxhc1c9d] {
    background-color: #bbffd0;
    color: green;
    margin: auto;
    padding-left: 5px;
}

.text-liquidacion-aprobada[b-92pxhc1c9d] {
    background-color: #e0b7ff;
    color: #410271;
    margin: auto;
    padding-left: 5px;
}
.contenedor-liquidacion[b-92pxhc1c9d] {
    display: flex;
    align-items: center;
}

.cuadrado-rojo[b-92pxhc1c9d] {
    width: 16px;
    height: 16px;
    background-color: red;
    margin-right: 2px; /* Ajusta el espacio entre el cuadrado y el texto según sea necesario */
}

.contenedor-boton-unico[b-92pxhc1c9d] {
    margin-right: 8px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-e0iq3rc168] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-e0iq3rc168] {
    flex: 1;
}

.sidebar[b-e0iq3rc168] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-e0iq3rc168] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-e0iq3rc168]  a, .top-row[b-e0iq3rc168]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-e0iq3rc168]  a:hover, .top-row[b-e0iq3rc168]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-e0iq3rc168]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-e0iq3rc168] {
        display: none;
    }

    .top-row.auth[b-e0iq3rc168] {
        justify-content: space-between;
    }

    .top-row[b-e0iq3rc168]  a, .top-row[b-e0iq3rc168]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-e0iq3rc168] {
        flex-direction: row;
    }

    .sidebar[b-e0iq3rc168] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-e0iq3rc168] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-e0iq3rc168]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-e0iq3rc168], article[b-e0iq3rc168] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-eji6na8a6w] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-eji6na8a6w] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-eji6na8a6w] {
    font-size: 1.1rem;
}

.oi[b-eji6na8a6w] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-eji6na8a6w] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-eji6na8a6w] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-eji6na8a6w] {
        padding-bottom: 1rem;
    }

    .nav-item[b-eji6na8a6w]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-eji6na8a6w]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-eji6na8a6w]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-eji6na8a6w] {
        display: none;
    }

    .collapse[b-eji6na8a6w] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
