.bobex-table-settings-wrapper {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    border: 1px solid black;
    border-radius: 10px;
    padding: 15px;
    background-color: white;
}

.bobex-table-settings-wrapper .setting-box {
    width: 20%;
}

.bobex-table-settings-wrapper .setting-box input:not([type="checkbox"]) {
    width: 100%;
}

.bobex-table-settings-wrapper .setting-box button {
    height: 100%;
    border-radius: 10px;
}

.bobex-table-settings-wrapper .setting-box label,
.bobex-table-settings-wrapper .setting-box input {
    display: block;
}

.bobex-table-settings-wrapper .setting-box input,
.bobex-table-settings-wrapper .setting-box input[type="checkbox"]::before {
    min-height: 30px;
    height: 30px;
    max-height: 30px;
}

.bobex-table-settings-wrapper .setting-box input[type="checkbox"],
.bobex-table-settings-wrapper .setting-box input[type="checkbox"]::before {
    min-width: 30px;
    width: 30px;
    max-width: 30px;
}

.bobex-table-settings-wrapper .setting-box input[type="checkbox"] {
    margin-top: 0;
}

.bobex-table-settings-wrapper .setting-box input[type="checkbox"]::before {
    margin: 0 -2px;
}