* {
    box-sizing: border-box;
}

th {
    text-align: left;
}

th > p {
    font-style: italic;
    font-weight: normal;
}

.vi-ui.toggle.checkbox label {
    font-size: 14px;
}

.select2-search__field {
    width: 100% !important;
}

input.vi-ui.button {
    height: auto;
}

.form-table thead th {
    text-align: center;
}

.s2w-import-container-form .s2w-mapping-table {
    max-width: 600px;
    margin: 0 auto;
}

.s2w-hidden {
    display: none !important;
}