/*
para que los iconos de font-awesome tome estilos base de la aplicación
*/
.fasome {
    font-size: 25px;
    color: var(--mc_primary);
    font-weight: bolder;
}

.fasome-not-allowed {
    font-size: 25px;
    color: var(--mc_secondary);
    font-weight: bold;
    cursor: not-allowed;
}

.session-notification {
    height: 30px;
    background-color: orange;
    color: black;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.session-notification span {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    /* margin-left: 5px; */
}