/*# sourceMappingURL=custom.min.css.map */
#loading {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.select2-selection__choice {
    background-color: #337ab7 !important;
    color: #fff;
}

#chartModal {
    display: none;
    position: fixed !important;
    z-index: 1000000;
    left: 0;
    top: 0;
    width: 100hv !important;
    height: 100vh !important;
    overflow: auto;
}

.total-value-label {
    fill: #333;
    /* Adjust the fill color to ensure visibility */
}

.form-check-input-lg {
    width: 1.3em;
    height: 1.3em;
    min-width: 1.3em;
    min-height: 1.3em;
}

.form-check-input-md {
    width: 1.2em;
    height: 1.2em;
    min-width: 1.2em;
    min-height: 1.2em;
}

.form-check-input-sm {
    width: 1em;
    height: 1em;
    min-width: 1em;
    min-height: 1em;
}

.form-check-input-xl {
    width: 1.8em;
    height: 1.8em;
    min-width: 1.8em;
    min-height: 1.8em;
}