.wrap > h2 {
    margin: 15px 0 !important;
}

.wrap form .segment .vi-ui.dropdown.selection {
    min-height: 36px !important;
}

* {
    box-sizing: border-box;
}

.select2-container {
    z-index: 9999;
}

.search-category + .select2-container {
    z-index: 1;
}

.select2-container--default .select2-selection--single {
    height: 34px;
    border: 1px solid rgba(34, 36, 38, .15);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-search__field {
    width: 100% !important;
    border: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {

}

.select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(34, 36, 38, .15);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

input[type="number"] {
    height: auto;
}
.wrap_cron_update_orders_options.s2w-hidden{
    opacity: 0.5;
    cursor: not-allowed;
    position: relative;
}
.wrap_cron_update_orders_options.s2w-hidden:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:99999999;
}