/*
 *
 * 
 * Alertas 
 *
 *
*/

:root {
    --alert-bg: #fff;
}

.alert {
    box-shadow: 0 8px 16px 0px rgba(10, 14, 29, 0.04), 0px 8px 64px 0px rgba(10, 14, 29, 0.08);        
    border-radius: 0;
    border-width: 0 0 0 3px;
    border-style: solid;    
}

.alert-info:not(.alert-primary) {
    background-color: var(--alert-bg);
    border-color: #007bfc;
    color: #007bfc;
}

/*
 *
 * 
 * Logo Styles
 *
 *
*/

@media(min-width: 992px) {
    .lagom-layout-left .app-nav-header {
        display: none!important;
    }
}    

.section {
    position: relative;
    background: 0 0;
}