.logo-img {
    width: 126px;
    height: 54px;
    background-color: white;
    background-image: url(assets/img/adm-logo-wide.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 9;
    /* border-radius: 0px 0px 10px 10px; */
}

.map-scale {
    width: 260px !important;
}

.main-graph {
    width: 100%;
    height: 100%;
}

.card-body .progress {
    --tblr-progress-height: 4px !important;
    --tblr-border-radius: 0px !important;
}

.card-status-top {
    height: 4px;
}

.nav-spacer {
    margin-left: 14rem !important;
}

.login-logo {
    filter: drop-shadow(4px 8px 4px gray);
}

.login-bg {
    background-image: url("assets/img/pattern.svg");
    background-repeat: no-repeat;
    background-position-y: center;
}

.bars-badge {
    display: block;
    bottom: 6px;
    position: absolute;
    left: 28px;
    width: 288px;
}

.blockUI.blockOverlay {
    background-color: unset !important;
}

.blockUI.blockMsg.blockPage {
    border: unset !important;
    background-color: unset !important;
}

.exportCSV,
.exportSVG {
    display: none !important;
}