/* Custom Forms Styling - Purewood */

/* Bootstrap Form Overrides */
.form-control, .btn {
    border-radius: 0 !important;
}

.btn-dark, .btn-primary, .btn-success {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.btn-dark:hover, .btn-primary:hover, .btn-success:hover {
    background-color: #333 !important;
    border-color: #333 !important;
}

/* Modal Styling */
.modal-content {
    border-radius: 0 !important;
}

.modal-content .btn {
    border-radius: 0 !important;
}

/* Nav Tabs */
.nav-tabs .nav-link {
    border-radius: 0 !important;
    color: #000;
    border: 1px solid #000;
    background: #fff;
}

.nav-tabs .nav-link.active {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

.nav-tabs .nav-link:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

/* Form Controls */
.form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

/* Admin Buttons */
.button, .button-primary, .button-small {
    border-radius: 0 !important;
}

.button-primary {
    background: #000 !important;
    border-color: #000 !important;
}

.button-primary:hover {
    background: #333 !important;
    border-color: #333 !important;
}