.form-control {
    background-color: #fff;
    border-radius: unset;
}

.style_three .form_box textarea {
    height: 170px;
}

.bootstrap-select > .dropdown-toggle {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: unset;
}

.bootstrap-select > .dropdown-toggle:hover {
    border-color: #4fc1f0;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: unset;
}

.dropzone {
    height: 230px;
    border: 2px dashed var(--primary-color);
}

.dropzone .dz-message {
    text-align: center;
    margin: 1em 0;
}
