* {
    font-family: 'Barlow', sans-serif;
}

.form-label {
    font-weight: bold;
    margin-bottom: 0.1rem;
    color: #21433C;
}

.form-field-row {
    margin-bottom: 1em;
    justify-content: center;
}

.form-submit-btn-div {
    text-align: center;
}

.form-submit-btn {
    width: 30%;
    max-width: 10em;
}

.form-locate-btn {
    width: 50%;
    max-width: 15em;
}

.form-field-div {
    width: 80%;
    max-width: 35em;
}

.res-logo {
    width: 70%;
    max-width: 400px;
    min-width: 150px;
}

.res-logo-row {
    margin: 1em;
    justify-content: center;
}

.hide {
    display: none;
}

.form-check-input:checked {
    background-color: #21433c;
    border-color: #21433c;
}

.form-check-input {
    background-color: white;
    border-color: white;
}

body {
    background-color: #60A99A;
}

.input-field {
    color: white !important;
    background-color: #21433C !important;
    border-color: #60A99A !important;
}

.form-check-input[type=radio] {
    border-radius: 50%;
    border-color: #21433C;
    background-color: #60A99A;
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: none;
    background-color: #21433C;
}

.form-select {
    background-image: url('/assets/dropdown_arrow.svg');
}

.submit-btn {
    border-color: #21433C;
    background-color: #21433C;
}

.submit-btn-disabled {
    border-color: #21433C;
    color: white;
    background-color: none;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #21433C;
    --bs-btn-border-color: #21433C;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #21433C;
    --bs-btn-hover-border-color: #21433C;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #21433C;
    --bs-btn-active-border-color: #21433C;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #21433C;
    --bs-btn-disabled-bg: none;
    --bs-btn-disabled-border-color: #21433C;
}

#confirmation-toast {
    background-color: #21433C;
    color: white;
}

.toast-header {
    background-color: #21433C;
    color: white;
}

.dropdown-custom .Select-control {
    background-color: #21433C !important;
    border-color: #60A99A !important;
    color: white !important;
}

.dropdown-custom .Select-menu-outer {
    background-color: #21433C !important;
    color: white;
    border: 1px solid #60A99A;
}

.dropdown-custom .Select-option {
    background-color: #21433C;
    color: white;
}

.dropdown-custom .Select-option.is-focused {
    background-color: #60A99A !important;
    color: #21433C !important;
}

.dropdown-custom .Select-value-label {
    color: white !important;
}

.dropdown-custom .Select-input>input {
    color: white !important;
}

.dropdown-custom .Select-placeholder {
    color: #cfd8dc;
}