@font-face {
    font-family: proxima_nova;
    src: url(proxima-nova-regular.otf);
}

.hidden {
    display: none;
}

input.number {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.number-datatable {
    font-weight: bold;
    text-align: right;
}

.sidebar-main .nav-item>.nav-link.active {
    background-color: #3f51b5;
    border-radius: 1.00rem;
    color: white !important;
    -webkit-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.10), 0 7px 5px -5px rgba(156, 39, 176, 0.2);
    box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.10), 0 7px 5px -5px rgba(156, 39, 176, 0.2);
}

.sidebar-light .nav-sidebar .nav-link:not(.disabled):hover {
    border-radius: 1.00rem;
}

.datatable th {
    font-size: 0.6rem;
}

.form-tab.nav-link {
    border-radius: 0;
}

[class*=bg-]:not(.bg-transparent):not(.bg-light):not(.bg-white):not(.btn-outline):not(body) {
    color: #fff!important;
}