.error
{
    color:red;
}
.hidden {
    display: none !important;
}
.list-nav-arrow .active {
    color: #FD9636;
}
.select2-container {
    width: 100%;
    border-radius: .25rem;
    height: 50px !important;
}
    .select2-container .select2-selection--single {
        height: 50px !important;
        padding-top: 10px;
        padding-left: 10px;
        border: 1px solid #DDE4F0;
    }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 10px !important;
}
.select2-container--open .select2-dropdown {
    top: 0 !important;
}

.dropdown-sort .select2-container .select2-selection--single
{
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #3c8dbc;
    color: #fff;
    border: none;
}
.select2-container--default .select2-selection--multiple {
    min-height:50px;
}

.border-1-right::before {
    content: none !important;
}
.list-nav-arrow a:active .number {
    background-color: #FD9636;
    color: #fff;
    transition-duration: 0.2s;
}
.span-red
{
    color:red;
}