.auth_form .error,
.account_form .error {
    padding: 3px 0 6px 0;
    font-size: 12px;
}

.auth_form .success,
.customer_account_page .success,
.modal-content .success,
.page_content .success {
    color: #00D95A;
}

.modal-content .error,
.form .error {
    color: #A52A2A;
}

.type_buttons a {
    background: #102c54;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.type_buttons a:hover, .type_buttons a.activ {
    background-color: #02a9fd !important;
    color: #fff;
}

.customer_info_page .flag_thumb {
    border: solid 1px #CCC;
}

label.form-add-label span {
    color: red;
}

.state.draft {
    color: #5A5CAD;
}

.state.archive {
    color: #A6E22E;
}

.state.trash {
    color: #ee77aa;
}

#newRequestModal {
    color: #000;
}

.request_content_item_row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.request_content_item_row .mb-5 {
    margin-bottom: 0 !important;
}

.request_content_item_row + .request_content_item_row {
    border-top: solid 1px #CCC;
}

#my_announcement_list .single-slider.owl-carousel.owl-loaded.owl-drag {
    margin-left: 0;
    margin-right: 0;
}