#container-fluid {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0;
    padding: 0;    
}

.bg-light, .card-header, .accordion-button {
    background-color: #E9ECEF !important;
}

.accordion-button.collapsed {
    background-color: #FFFFFF !important;
}

#states path:hover {
    fill: white;
    stroke: #000000;
}

.spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: .25rem;
    opacity: 0;
}

.form-error-required {
    display: none;
    background-color: #cfeec8;
    max-height: 39px;
}

.form-error-invalid {
    display: none;
    background-color: #f1d4d4;
    max-height: 39px;
}

.form-select {
    height: 38.5px !important;
}

.bg-primary {
    color: #248ccc !important;
}









