/* Copyright 1999-2025. WebPros International GmbH. All rights reserved. */
li#form-tab-buttons-item-tab-antispam-button {
    display: none;
}

li#buttonSpamFilterSettings {
    display: none;
}

div#tabs-permissionsTab-permissions-main-manage_spamfilter-form-row {
    display: none;
}

.form-field-select__select {
    display: block;
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    padding: 3px 6px 4px;
    border: solid #afbac1;
    border-width: 0 0 1px;
    background-color: #ededed;
    color: #020202;
    transition: all linear 0.2s;
}

.form-field-select__select:focus {
    border-color: #0f7faf;
    outline: 0;
    background-color: #ecf5f9;
    color: #020202;
}

.form-field-select__select[disabled] {
    border-color: #e2e2e2;
    background-color: #f4f4f4;
    color: #999;
    opacity: 1;
}

.form-field-select--size-sm {
    width: 50px;
}

.form-field-select--size-md {
    width: 200px;
}

.form-field-select--size-lg {
    width: 350px;
}

.form-field-select--size-xl {
    width: 500px;
}

.form-field-select--size-fill {
    width: 100%;
}
