body {
    font-family: 'Montserrat', sans-serif;
}

.loading {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1000;
    height: 100%;
    max-height: 100vh;
    background-color: rgba(47, 47, 47, 0.171);
    width: -moz-available;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

/* GLOBAL */
.bg-gradient-custom {
    background: linear-gradient(152deg, #0477BF 0%, rgba(4, 138, 191, 0.78) 100%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20) inset;
}

.bg-custom {
    background: #0477BF !important;
}

.btn-custom {
    background: #0477BF !important;
    color: #FFF !important;
}

.chart-lg {
    height: 500px !important;
}

.text-custom {
    color: #0477BF !important;
}

.nav-pills .nav-link {
    color: #0477BF !important;
    background: #FFF !important;
}

.nav-pills .nav-link.active {
    color: #FFF !important;
    background: #0477BF !important;
}

.table-icon-color {
    color: #0477BF !important;
}

.dropdown-menu a.dropdown-item:active {
    background-color: #0477BF !important;
    color: #fff;
}
