/** ninja forms **/
.nf-form-content input:focus, .nf-form-content select:focus, .nf-form-content textarea:focus {
    background: #222 !important;
}

.nf-form-content .submit-container input {
    float: right;
    background-color: #9b1d16 !important;
    color: #fff !important;
}

.nf-form-content .submit-container input:hover {
    background-color: #6e1510 !important;
}

.grecaptcha-badge {
    bottom: 80px !important;
}

.jBox-container, .jBox-pointer:after {
    background: #7b0600 !important;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #333; 
}

::-webkit-scrollbar-thumb {
    background-color: #7b0600;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a70800; 
}
