
/*# sourceMappingURL=custom.min.css.map */
.btn-orange {
    color: #fff;
    background-color: #F26924;
    border-color: #F26924;
}
.btn-orange:hover {
    color: #fff;
    background-color: #fd5805;
    border-color: #ff5500;
}
.text-orange {
    color: #F26924;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fb722c;
    border-color: #f77330;
}
.btn-soft-secondary:active, .btn-soft-secondary:focus, .btn-soft-secondary:hover {
    color: #fff;
    background-color: #F26924;
}
.select2-container .select2-selection--multiple .select2-selection__choice{
    background-color: #fb722c;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove{
    border-color: #F26924;
}
.form-check-input:checked{
    background-color: #fb722c;
    border-color: #fb722c;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover{
    background-color: #fb722c;
}
.w-30 {
    width:30%;
}
.custom_checkbox_css {
    width: 27px;
    height: 27px;
}
.loader_circle_1 {
    animation: rotateClockwise 2s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
}
@keyframes rotateClockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.loader_inner_block {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    position: fixed;
}

.loader_block {
    position: relative;
    height: 100%;
}