.test-section-forms-wrapper form input.is-invalid,
.test-section-forms-wrapper form textarea.is-invalid,
.test-section-forms-wrapper form select.is-invalid,
.test-section-forms-wrapper form button.is-invalid {
    border: 1px solid #f1aeb5;
    background-color: #f8d7da;
}

.test-section-forms-wrapper form .drag-and-drop {
    min-height: 10rem;
}

.test-section-forms-wrapper form .drag-and-drop:has(input.is-invalid) {
    border: 1px solid #f1aeb5;
    background-color: #f8d7da;
}

.test-section-forms-wrapper form .conditions-check-wrapper input {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.5rem;
}

.error-file-info {
    color: red;
    margin-top: 10px;
}

.test-section-forms-wrapper form .btn-wrapper .form-post-btn:disabled {
    background-color: #d8dddc;
    color: white;
}

.test-section-forms-wrapper form .conditions-check-wrapper label a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

.badge:not(*[class^="text-bg-"]) {
    color: #23395b;
}

.news-content ul {
    list-style: circle;
    margin-left: 2.5rem;
}

/* bootstrap-select style fixes */
button.form-select, button.form-select:hover {
    padding: 0.5rem;
    color: #23395b;
    margin-bottom: 1rem;
    border-radius: 7px;
    border: 1px solid #bfd6d3;
    width: 100%;
}
.filter-option-inner-inner {
    margin-right: 30px;
}
button.dropdown-toggle::after {
    display: none !important;
}
ul.secondary-nav > li:first-child > a { color: #c43b3b !important; }
