.fs-14 {
    font-size: 14px;
}

table {
    width: 50%;
}
table th {
    white-space: nowrap;
    width: 100px;
}

.form-control.is-invalid {
    background-color: #ffc0cb;
}

.large-height-btn {
    height: 100px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.filter-collapse-toggle {
    width: 100%;
    color: black;
    text-align: left;
}

.filter-collapse-toggle[aria-expanded="true"],
.filter-collapse-toggle.is-filter-active {
    background-color: #3399FF !important;
    color: white;
}

.filter-collapse-icon {
    display: inline-block;
    margin-right: 0.25rem;
}

.filter-collapse-toggle[aria-expanded="true"] .filter-collapse-icon {
    transform: rotate(90deg);
}

.filter-collapse-content.collapsing {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
