/* Se pisa el bootsrtrap original*/
/*.bg-dark {
    background-color: #2f56a2 !important;
}*/

.bg-custom {
    background-color: #2a5ba7 !important;
}

/*
 .table-dark {
    background-color: #2f56a2 !important;
}
.table-dark th {
    background-color: #2f56a2 !important;
}

*/

.dropdown-menu-custom {
    background-color: #2f56a2 !important;
}

/*.dropdown-menu {
    background-color: #2f56a2 !important;
}*/

.dropdown-item {
    color: #fff !important;
}
    .dropdown-item:focus, .dropdown-item:hover {
        background-color: #3071C1 !important;
    }

.dropdown-menu {
    margin: 0.0rem 0 0!important;
}

.nav-link {
    color: #fff !important;
}

/*
    STATUS CREDENCIALES BEGIN
*/

.statuscredencial-card-body {
    padding: 10px;
}

.statuscredencial-card-title {
    font-size: 1rem;
    margin-bottom: 5px;
}

.statuscredencial-card-p {
    margin-bottom: 3px;
    font-size: 0.9rem;
}

.statuscredencial-badge {
    font-size: 0.8rem;
    padding: 5px 8px;
    min-width: 80px;
}

.statuscredencial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statuscredencial-fecha {
    font-weight: bold;
}

.statuscredencial-divider {
    width: 75%;
    margin: 5px auto;
    border: none;
    height: 1px;
    background-color: #ccc;
}

/*
    STATUS CREDENCIALES END
*/

.blink-star {
    animation: blink 1s infinite;
}

.blink-soft {
    animation: blink-soft 2.5s ease-in-out infinite;
}

/*@keyframes blink {
    0%, 50%, 100% {
        opacity: 2;*/ /* Estrella visible */
/*}

    25%, 75% {
        opacity: 0;*/ /* Estrella invisible */
/*}
}*/

/*@keyframes blink {
    0%, 100% {
        text-shadow: 0 0 5px #17a2b8;
        opacity: 2;
    }

    50% {
        text-shadow: 0 0 15px #17a2b8;
        opacity: 0;
    }
}*/

/*@keyframes blink {
    0%, 100% {
        color: #17a2b8;
        opacity: 5;
    }*/
/* Azul Bootstrap info */
/*50% {
        color: transparent;
    }*/
/* Desaparece */
/*}*/

@keyframes blink-soft {
    0%, 100% {
        opacity: 1; /* totalmente visible */
    }

    50% {
        opacity: 0.2; /* casi apagado pero no desaparece */
    }
}