.op-dashboard-settings {
    form.ops-form {
        .select2-selection {
            display: block;
            width: 100%;
            height: auto;
            padding: 10px 24px 10px 15px;
            font-size: 16px;
            border: 1px solid #f1f1f1;
            border-radius: 5px;
        }

        .select2-selection--multiple {
            padding: 8px 15px;
        }

        .select2-container--focus .select2-selection,
        .select2-container--open .select2-selection {
            border-color: inherit;
        }

        .select2-container--open.select2-container--below .select2-selection {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .select2-container--open.select2-container--above .select2-selection {
            border-top-right-radius: 0;
            border-top-left-radius: 0;
        }

        .select2-selection__rendered {
            margin: 0;
            padding: 0;
            line-height: 20px;
        }

        .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            font-size: 12px;

            &:empty {
                display: none;
            }
        }

        .select2-selection__choice {
            margin: 0;
            padding: 1px 4px 1px 16px;
            font-weight: bold;

            &:not(:first-child) {
                margin-left: 8px;
            }
        }

        .select2-selection__choice__remove {
            left: 5px;
            height: 20px;
            padding: 0;
            border: none;

            &:hover {
                background: transparent;
            }
        }

        .select2-selection__arrow {
            width: 24px;
            height: 100%;
        }

        .select2-search__field {
            height: 24px;
            line-height: 24px;
            margin: 0 0 0 8px;
            font-size: 16px;
            font-family: inherit;

            &::placeholder {
                opacity: 0.4;
            }
        }

        .select2-selection--multiple .select2-selection__rendered:empty + .select2-search .select2-search__field {
            margin: 0;
        }
    }
}

.select2 {
    &:focus-visible, & *:focus-visible {
        outline: none;
    }
}

.select2-container {
    font-size: 14px;
    font-family: inherit;
}

.select2-dropdown {
    overflow: hidden;
}

.select2-search__field {
    border-color: #aaa !important;
    box-shadow: none !important;
}
