@font-face {
    font-family: 'BPG WEB 001 Caps';
    src: url('/_website/assets/fonts/bpgCaps/BPGWEB001Caps.eot');
    src: url('/_website/assets/fonts/bpgCaps/BPGWEB001Caps.eot?#iefix') format('embedded-opentype'),
        url('/_website/assets/fonts/bpgCaps/BPGWEB001Caps.woff2') format('woff2'),
        url('/_website/assets/fonts/bpgCaps/BPGWEB001Caps.woff') format('woff'),
        url('/_website/assets/fonts/bpgCaps/BPGWEB001Caps.ttf') format('truetype'),
        url('/_website/assets/fonts/bpgCaps/BPGWEB001Caps.svg#BPGWEB001Caps') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BPG WEB 001';
    src: url('/_website/assets/fonts/bpg/BPGWEB001.eot');
    src: url('/_website/assets/fonts/bpg/BPGWEB001.eot?#iefix') format('embedded-opentype'),
        url('/_website/assets/fonts/bpg/BPGWEB001.woff2') format('woff2'),
        url('/_website/assets/fonts/bpg/BPGWEB001.woff') format('woff'),
        url('/_website/assets/fonts/bpg/BPGWEB001.ttf') format('truetype'),
        url('/_website/assets/fonts/bpg/BPGWEB001.svg#BPGWEB001') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    font-family: 'BPG WEB 001';
}

thead tr th{
    font-family: 'BPG WEB 001 Caps';
    text-transform: uppercase;
}

thead tr th a{
    position: relative;
    display: block;
    font-family: 'BPG WEB 001 Caps';
    text-transform: uppercase;
    color: white !important;
}

thead tr th a i{
    color: #ef6f6f;
}

.caps{
    font-family: 'BPG WEB 001 Caps' !important;
    text-transform: uppercase;
}

.lows{
    font-family: 'BPG WEB 001' !important;
}

.g-active{
    color: white !important;
}

.g-min-height150{
    min-height: calc(100vh - 165px);
}

table tr td div{
    color: white !important;
}

h4{
    color: white !important;
}

label{
    font-family: 'BPG WEB 001 Caps';
    text-transform: uppercase;
}

.dark-mode .metismenu a span, .dark-mode .metismenu ul a span{
    font-family: 'BPG WEB 001 Caps';
    text-transform: uppercase;
}

th a span{
    font-family: 'BPG WEB 001 Caps';
    text-transform: uppercase;
}

select{
    background-color: #2b3035 !important;
}