.wrap form .segment .vi-ui.dropdown.selection.active {
    min-height: 37px !important;
    z-index: 999999;
}

a {
    text-decoration: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.minicolors-input-swatch {
    display: none !important;
}

.minicolors-theme-default.minicolors {
    width: 100% !important;
}

.vi-ui .minicolors-theme-default .minicolors-input {
    height: auto;
}

input[type="number"] {
    height: auto;
}

.vi-ui.segment {
    height: 100%;
}

.vi-ui.menu {
    flex-wrap: wrap;
}

form.vi-ui [data-tooltip]:after {
    /*white-space: unset;*/
    z-index: 99;
}

.vi-wpvs-input-shortcode-field {
    width: auto !important;
    padding: 5px !important;
    text-align: center;
    max-width: 180px;
}

form td .field label {
    font-weight: 400 !important;
}

.select2-container--default .select2-selection--single {
    height: 47px !important;
    border: 1px solid rgba(34, 36, 38, .15) !important;
}

.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) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.vi-wpvs-accordion-wrap {
    margin-top: 10px;
    margin-bottom: 25px;
}

.vi-wpvs-accordion-wrap .woo-wpvs-accordion-info {
    border: none;
    outline: none;
    transition: 0.4s;
    /*display: inline-block;*/
    box-sizing: border-box;
    position: relative;
    text-align: left;
    padding: 0 10px 10px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.vi-wpvs-accordion-wrap .vi-wpvs-accordion-action {
    position: absolute;
    right: 10px;
    z-index: 1;
    box-sizing: border-box;
    top: 20px;
    display: none;
    align-items: center;
}

.rtl .vi-wpvs-accordion-wrap .vi-wpvs-accordion-action {
    right: unset;
    left: 10px;
}

.vi-wpvs-accordion-wrap:hover .vi-wpvs-accordion-action {
    display: block;
}

.wrap .vi-ui.form .field > label {
    font-size: 14px;
    font-weight: 500;
}

.vi-wpvs-field-min-width {
    min-width: 200px !important;
}

.vi-wpvs-field-max-width {
    max-width: 160px !important;
}

.vi-wpvs-field-max-width input {
    max-width: 100px !important;
}

.vi-wpvs-field-max-width .input {
    width: auto !important;
}

.vi-wpvs-field-max-width-number {
    max-width: 50% !important;
}

.vi-wpvs-field-max-width-number input {
    max-width: 150px !important;
}


.vi-wpvs-basic-label {
    font-weight: 400 !important;
}

div[data-tab="global_attrs"] div {
    text-align: center;
}

.vi-wpvs-table {
    text-align: center;
    border: 1px solid rgba(1, 1, 1, 0.2);
}

.vi-wpvs-table thead tr th {
    text-align: center;
}

table.form-table.vi-wpvs-table thead tr:first-child {
    border-bottom: none;
}

table.form-table.vi-wpvs-table thead tr:last-child td:nth-child(2),
table.form-table.vi-wpvs-table thead tr:first-child th:first-child {
    border-right: 1px solid rgba(1, 1, 1, 0.2);
}

table.form-table.vi-wpvs-table thead tr {
    border: 1px solid rgba(1, 1, 1, 0.2);
}

.vi-wpvs-table .vi-wpvs-rule-custom-attrs-container .button .icon {
    margin: 0 !important;
}

.vi-wpvs-table .vi-wpvs-rule-custom-attrs-container .button:hover .icon {
    opacity: 1 !important;
}

.vi-wpvs-save-wrap {
    position: sticky;
    bottom: 20px;
    z-index: 9;
    display: inline-block;
}

.vi-wpvs-import-wrap {
    display: inline-flex;
    width: 100%;
    padding: 10px 20px;
}

.vi-wpvs-import-wrap .vi-wpvs-import-file {
    margin-right: 15px !important;
}

.vi-wpvs-hidden {
    display: none !important;
    visibility: hidden !important;
}