.form-error {
    background-color: #ffe8f1 !important;
    border: 1px solid #ff9795 !important;
}

.btn-submit span {
    position: relative;
    top: 7px;
}

.table-checkbox {
    width: 25px;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*=====================*/
/*=    SELECT ARROW   =*/
/*=====================*/

.wrapper-dropdown-five:after{
    right: auto;
    left: 15px;
}

/*=====================*/
/*=      PARTICLES    =*/
/*=====================*/

.particles-js-canvas-el{
    position: absolute;
    top: 0;
}

#particles-js,
.particles-js-canvas-el{
    width: 100%;
    height: calc(100vh - 140px) !important;
}

#main-header{
    z-index: 1000;
    padding: 0 !important;
}

/*=====================*/
/*=      SELECT2      =*/
/*=====================*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #960000;
    color: #FFF;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFF;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fffc00;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    position: relative;
    top: 2px;
    margin: 0 5px 0;
    float: left;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

.label-block {
    display: block;
    padding: 10px;
}

.profile-info div span{
    font-size: 0.8rem;
}

.switchery > small {
    top: -1px !important;
}

.display-none {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.select2-container {
    width: 100% !important;
}
