/* GoFlo CRM form fields: keep dropdowns on the existing theme styling. */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300 !important;
}

.sidenav .nav-link-text {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300 !important;
}

input.form-control,
textarea.form-control,
input.form-check-input,
select.form-select {
    border: 1px solid #495057 !important;
}

input.form-control,
textarea.form-control {
    background-color: #ffffff;
    padding: 5px !important;
}

select.form-select {
    padding: 5px !important;
}

input.form-control:focus,
textarea.form-control:focus,
input.form-check-input:focus,
select.form-select:focus {
    border-color: #495057 !important;
    box-shadow: 0 0 0 0.15rem rgba(73, 80, 87, 0.15) !important;
}
