.select2-container {
    display: block;
    font-size: 1rem;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid var(--fg-secondary);
    border-radius: 0;
    padding: 6px 12px;
    height: 34px
}

.select2-container .select2-selection--multiple {
    border: 1px solid var(--fg-secondary);
    border-radius: 0;
    padding: 6px 12px;
    min-height: 42px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary);
    border: 1px solid var(--fg-primary);
    border-radius: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--fg-primary);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: rgb(207, 26, 26);
    border-color: rgb(207, 26, 26);
    color: var(--fg-primary);
}

.select2-container .select2-search--inline .select2-search__field {
    height: 28px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: var(--bg);
    border: 1px solid var(--fg-secondary);
    border-radius: 4px
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -3px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--fg-primary);
    line-height: 28px
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid var(--fg-secondary);
    border-radius: 0 !important;
    padding: 8px 12px;
    height: 42px !important
}

select.subscribe_field + .select2-container .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 0.25rem !important;
    min-height: 3rem !important;
    height: auto !important;
    padding: 1rem 0.75rem !important;
    color: #fff !important;
    font-size: 1.125rem !important;
}

select.subscribe_field + .select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    line-height: normal !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

select.subscribe_field + .select2-container .select2-selection--single .select2-selection__placeholder {
    color: hsla(0, 0%, 100%, 0.5) !important;
}

select.subscribe_field + .select2-container--default.select2-container--focus .select2-selection--single,
select.subscribe_field + .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #fff !important;
}

select.subscribe_field + .select2-container .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 1px;
    width: 20px
}

.select2-results__options {
    background-color: #000 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid hsla(0, 0%, 100%, 0.25) !important;
}

.select2-search--dropdown {
    background-color: #000 !important;
    padding: 0.5rem !important;
}

.select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
    color: #999 !important;
}

.select2-search--dropdown .select2-search__field::-moz-placeholder {
    color: #999 !important;
}

.select2-search--dropdown .select2-search__field::placeholder {
    color: #999 !important;
}


.select2-container--default .select2-results__option--selected {
    background-color: var(--fg-secondary);
}

.select2-container--focus {
    outline: 0.125rem solid var(--primary-outline);
    outline-offset: 0.125rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-outline);
}

.select2-container--open + .select2-container--open.select2-dropdown {
    background-color: #000 !important;
}

.select2-dropdown {
    background-color: #000 !important;
    border: 1px solid hsla(0, 0%, 100%, 0.25) !important;
}

.select2-results__option {
    color: #fff !important;
    background-color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #333 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #222 !important;
    color: #fff !important;
}

input.subscribe_field:-webkit-autofill,
input.subscribe_field:-webkit-autofill:hover,
input.subscribe_field:-webkit-autofill:focus,
input.subscribe_field:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

input.subscribe_field {
    background-color: transparent !important;
}