.accordion [data-bs-toggle='collapse'] {
    font-size: 1rem !important;
    line-height: 1 !important;
}

#report-iframe {
    width:100%;
    height: 76vh;
}

.flex-sb {
    display: flex;
    justify-content: space-between;
}

.w-fc {
    width: fit-content;
}

.tab-content{
    padding: 20px;

}

.is-invalid ~ .select2 .select2-selection{
    border: 1px solid #ea5455!important;
  }

input[type=number] {
    -moz-appearance: textfield;
}

.col-xs-5row,
.col-sm-5row,
.col-md-5row,
.col-lg-5row {
    position: relative!important;
    min-height: 1px!important;
    padding-right: 10px!important;
    padding-left: 10px!important;
}

.col-xs-5row {
    width: 20%!important;
    float: left!important;
}
@media (min-width: 768px) {
.col-sm-5row {
        width: 20%!important;
        float: left!important;
    }
}
@media (min-width: 992px) {
    .col-md-5row {
        width: 20%!important;
        float: left!important;
    }
}
@media (min-width: 1200px) {
    .col-lg-5row {
        width: 20%!important;
        float: left!important;
    }
}