.loading {
    opacity: 0.5;
}

@-webkit-keyframes moving-gradient {
    0% {
        background-position: -250px 0;
    }
    100% {
        background-position: 250px 0;
    }
}

.sidebar .extern .nav-link.active:not(:hover) {
    background: transparent;
}

.sidebar .extern .nav-link.active .nav-icon {
    color: #b9def0;
}

/* Will be ignored for browsers that don't support overlay */
.modal-open .modal {
    overflow-y: overlay !important;
}
