.bg-body-secundario {
    background-color: rgba(68, 3, 85, 0.795)
}

.feature {
    color: rgba(245, 238, 238, 0.904);
}

.feature a:hover {
    background-color: rgb(166, 6, 180);
    color: rgb(255, 255, 255);
}

footer a {
    color: rgba(0, 139, 139, 0.808);
    font-weight: 500;
    font-style: italic;
    text-decoration: none;
}

.invalido {
    border: solid rgba(252, 164, 164, 0.842);
}

.msg-invalido {
    color: rgb(255, 0, 0);
}

#tabla {
    max-width: 1200px;
}

tr.group,
tr.group:hover {
    color: rgb(240, 248, 255);
    background-color: rgba(53, 105, 134, 0.795) !important;
}

.pantallaUso {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 128, 0) !important;
}

.seleccion:hover {
    color: rgba(255, 255, 255);
    background-color: rgba(38, 109, 167, 0.473) !important;
    cursor: pointer !important;
}

.selection-active {
    color: rgba(105, 105, 105, 0.918);
}

.selection-active:hover {
    color: rgb(255, 254, 255);
    background-color: rgba(46, 45, 45, 0.521) !important;
    cursor: pointer !important;
}

.cuentaVencida {
    color: rgb(255, 255, 255);
    background-color: rgba(255, 0, 0, 0.39) !important;
}

.cuentaXvencer {
    background-color: rgba(231, 220, 66, 0.39) !important;
}

.cuentaFinalizada {
    background-color: rgb(105, 100, 111) !important;
    color: rgb(169, 169, 169) !important;
}

.h2-hoy {
    color: rgba(81, 81, 151, 0.849);
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 600;
    font-style: italic;
}

.tituloPlataforma {
    margin-top: 0.5rem !important;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 500;
    font-style: normal;
    color: darkblue;
}

.bloquear-button {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(100%);
}

.bloquear-select {
    pointer-events: none;
    opacity: 0.5;
    user-select: none;
    cursor: not-allowed;
}

@media print {
    #imprimir {
        display: none;
        /* Hide the button during printing */
    }
    .breadcrumb {
        display: none;
    }
    .footer {
        display: none;
    }
}