.feedback {
    font-size: 12px;
    color: #f21e15;
    font-weight: 100;
}

.login-left-bar {
    background-size: cover;
}

.success {
    color: #ee0812;
}

.pagination {
    display: block !important;
}

#datepicker {
    color: #000000;
    padding: 0px 10px;
    outline: 0;
    border-radius: 0;
    background: transparent;
    font-size: 14px;
    height: 50px;
    min-width: 204px;
    border: 1px solid #000000;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #ee0812 !important;
}

.daterangepicker td.in-range {
    background-color: #eac3ff !important;
}

.drp-buttons .btn-primary {
    color: #fff;
    background-color: #ee0812;
    border-color: #ee0812;
}

textarea.form-cntrl {
    color: black;
}

span.feedback.success {
    padding-bottom: 15px;
}

.goback, .goback:hover {
    color: #ffffff;
    background: #9a999a;
    display: inline-block;
    margin-bottom: 20px;
    padding: 4px 15px;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
    border-radius: 37px;
}

.email-update {
    text-align: right;
    vertical-align: middle;
    padding: 5px 10px;
}

.email-update-field img:hover {
    cursor: pointer;
}

body .send-diva {
    bottom: 100px !important;
    left: 45px !important;
}

a.submit-btn.reset {
    text-align: center !important;
    background: #a29898 !important;
    color: white !important;
}

.modal .modal-header {
    background: #ee0812;
    color: #fff;
    border-radius: 0;
}

.modal .modal-header button {
    color: #ffffff;
}

.modal .modal-content {
    border: none;
    border-radius: 0;
}

.modal button.btn.btn-secondary {
    color: #ffffff;
    background: #9a999a;
    display: inline-block;
    padding: 4px 15px;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
    border-radius: 37px;
    border: 0;
}

.modal-header h5 {
    font-size: 18px;
}

.modal button.btn.btn-primary {
    color: #ffffff;
    background: #ee0812;
    display: inline-block;
    padding: 4px 15px;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
    border-radius: 37px;
    border: 0;
}

input.email-update.error-field {
    border: 1px solid red;
}

input:focus, button:focus, select:focus {
    outline: 0 !important;;
}

span.select2-dropdown.select2-dropdown--below {
    border-radius: 0;
    border: 1px solid #d2d2d2;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #ee0812 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d6d6d6 !important;
}

span.select2-selection.select2-selection--single:focus {
    outline: 0 !important;
}

@media (min-width: 576px) {
    .modal .modal-dialog {
        max-width: 600px !important;
    }
}
