body {
    font-weight: 1000 !important;
}

body.overly > *:not(.overly-loading-indicator) {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    overflow: hidden
}

.overly {
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ffffff
}

.overly > *:not(.overly-loading-indicator) {
    opacity: 0.5
}

.is-hidden { display: none !important }

.bootstrap-table .caret {
    all: unset;
}

*[data-atp-filter="true"][data-atp--type="select"] .select2-selection { min-height: 40px !important }

.ngo--cursor-pointer { cursor: pointer }