<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.select2CustomOption {
    display: flex;
    justify-content: space-between;
}

.select2CustomOptionTextRight {
    font-style: italic;
    margin-left: 1em;
}
.select2-container--default .select2-selection--single {
    padding: 2px 2px;
    border: 1px solid #ccc;
    height: 34px;
    vertical-align: middle;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
</pre></body></html>