.wrap form .segment .vi-ui.dropdown.selection {
    min-height: 37px !important;
}

* {
    box-sizing: border-box;
}

.wot-place-holder {
    background: white;
    border: 1px dashed rgba(1, 1, 1, .3);
    height: 50px !important;
    line-height: 50px;
    visibility: visible;
}

.iris-picker {
    position: absolute !important;
}

.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 !important;
}

.woo-orders-tracking-export-hidden {
    display: none !important;
}

.woo-orders-tracking-export-show {
    display: block !important;
}

.woo-orders-tracking-export-filter-order-billing-container,
.woo-orders-tracking-export-filter-order-shipping-container {
    float: left;
    margin-right: 10px;
}

.woo-orders-tracking-export-filter-order-billing-addition,
.woo-orders-tracking-export-filter-order-shipping-addition {
    max-height: 36px;
    min-height: 30px;
}

.woo-orders-tracking-export-filter-order-shipping .select2-container--default .select2-selection--single,
.woo-orders-tracking-export-filter-order-billing .select2-container--default .select2-selection--single {
    max-height: 100%;
    height: 100%;
}

.woo-orders-tracking-export-filter-order-shipping .select2-container--default,
.woo-orders-tracking-export-filter-order-billing .select2-container--default {
    min-width: 250px !important;
    min-height: 40px;
}

#vi_wot_export div.error {
    padding-top: 8px;
    padding-bottom: 8px;
}

#vi_wot_export .woo-orders-tracking-export-filter-order-date-row {
    display: flex;
    justify-content: space-between;
}

.woo-orders-tracking-export-preview {
    overflow: auto;
}

.woo-orders-tracking-export-preview table {
    width: 100%;
}

.ui-sortable-placeholder {
    max-width: 200px !important;
}

.woo-orders-tracking-export-order-buttons-container {
    position: sticky;
    bottom: 20px;
}