.select2+.select2-container {
    width: 100% !important
}

.select2-container {
    margin: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box
}

.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 {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

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

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

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

.select2-close-mask {
    display: block;
    padding: 0;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 99;
    width: auto;
    opacity: 0;
    border: 0;
    height: auto
}

.select2-container--default {
    padding: 1px
}

.select2-container--default.select2-container--focus,.select2-container--default.select2-container--open {
    padding: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 2.25rem
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    font-weight: 500;
    float: right
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 2.25rem;
    position: absolute;
    right: 1px;
    top: 1px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    left: 50%;
    height: 0;
    width: 0;
    top: 50%;
    margin-top: -0.125rem;
    margin-left: -0.25rem;
    border-style: solid;
    border-width: .3125rem .25rem 0 .25rem
}

.select2-container--default,.select2-container--default * {
    outline: 0 !important
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default[dir=rtl] .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #888 rgba(0,0,0,0);
    border-width: 0 .25rem .3125rem .25rem
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
    box-sizing: border-box;
    display: block;
    list-style: none;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 500;
    float: right;
    margin-right: .625rem
}

.select2-container--default .select2-selection--multiple .select2-search--inline {
    line-height: 1.5rem
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    border-radius: .25rem;
    padding: 0 .5rem;
    cursor: default;
    line-height: 1.5rem;
    float: left;
    font-size: .8125rem
}

html:not([dir=rtl]) .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-right: 1rem
}

[dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-left: 1rem
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    font-weight: 500;
    color: inherit;
    display: inline-block;
    cursor: pointer;
    opacity: .5
}

html:not([dir=rtl]) .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    right: .3rem
}

[dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: .3rem
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: .8;
    color: inherit
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    cursor: not-allowed
}

.select2-container--default[dir=rtl] .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection__placeholder,.select2-container--default[dir=rtl] .select2-search--inline {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection__choice__remove {
    margin-left: 0;
    float: left;
    margin-right: .25rem
}

.select2-container--default[dir=rtl] .select2-selection__clear {
    margin-left: .625rem;
    float: left
}

.select2-container--default .select2-search__field::-moz-placeholder {
    opacity: 1
}

.select2-container--default .select2-search--inline .select2-search__field {
    box-shadow: none;
    background: rgba(0,0,0,0);
    border: none;
    outline: 0;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 12.5rem;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

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

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

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    font-weight: 500
}

.form-floating:has('.select2') label {
    width: auto !important;
    height: auto !important;
    padding: 0 2px !important;
    transform: scale(0.8) translateY(-0.7rem) translateX(-2px);
    opacity: 1
}

html:not([dir=rtl]) .form-floating:has('.select2') label {
    margin-left: .7813rem
}

[dir=rtl] .form-floating:has('.select2') label {
    margin-right: .7813rem
}

.form-floating:has('.select2') label:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    top: .625rem;
    z-index: -1
}

[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 2.25rem !important
}

.light-style .select2-selection--multiple .select2-selection__clear {
    margin-top: .375rem
}

.light-style .select2-selection--multiple .select2-selection__rendered {
    padding: 0 .375rem .375rem .375rem
}

.light-style .select2-selection--multiple .select2-selection__choice {
    margin-right: .375rem;
    margin-top: .375rem
}

.light-style .select2-selection--multiple .select2-selection__placeholder {
    margin-top: .375rem
}

.light-style .select2-search__field {
    color: #544f5a
}

.light-style .select2-dropdown {
    background: #fff;
    box-shadow: 0 .375rem 1rem 0 rgba(58,53,65,.12);
    background-clip: padding-box;
    border-color: rgba(58,53,65,.05);
    z-index: 1000
}

.light-style .select2-container--default .select2-selection {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #fff;
    border: 1px solid #d4d3d5;
    border-radius: .3125rem
}

.light-style .select2-container--default .select2-selection:hover {
    border-color: #b4b2b7
}

.light-style .select2-container--default .select2-selection__placeholder {
    color: #b4b2b7
}

.light-style .select2-container--default .select2-selection--single {
    height: 2.47rem
}

.light-style .select2-container--default .select2-selection--single .select2-selection__clear {
    color: #b4b2b7
}

.light-style .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.47rem;
    position: absolute
}

.light-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #b4b2b7 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)
}

.light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(2.253125rem + 4px);
    color: #544f5a;
    padding-left: .875rem
}

.light-style .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: .875rem
}

.light-style .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #efeff0;
    border-color: #d4d3d5 !important
}

.light-style .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #b4b2b7 rgba(0,0,0,0)
}

.light-style .select2-container--default .select2-selection--multiple {
    min-height: 2.47rem;
    padding: calc(.4375rem - 4px) calc(.875rem - 2px - .375rem) calc(.4375rem - 1px - .375rem) calc(.875rem - 2px - .375rem)
}

.light-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #89868d;
    background-color: rgba(58,53,65,.12)
}

.light-style .select2-container--default.select2-container--disabled .select2-selection--multiple {
    border-color: #d4d3d5 !important;
    background-color: #efeff0
}

.light-style .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d4d3d5
}

.light-style .select2-container--default .select2-search__field::-webkit-input-placeholder {
    color: #b4b2b7
}

.light-style .select2-container--default .select2-search__field::-moz-placeholder {
    color: #b4b2b7
}

.light-style .select2-container--default .select2-search__field:-ms-input-placeholder {
    color: #b4b2b7
}

.light-style .select2-container--default .select2-results__option {
    padding-left: .875rem;
    padding-right: .875rem
}

.light-style .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(58,53,65,.06)
}

.light-style .select2-container--default .select2-results__option .select2-results__option {
    width: calc(100% + 1.75rem);
    margin-left: -0.875rem;
    padding-left: .875rem
}

.light-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 1.75rem;
    margin-left: -0.875rem
}

.light-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 2.625rem;
    margin-left: -1.75rem
}

.light-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 3.5rem;
    margin-left: -2.625rem
}

.light-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 4.375rem;
    margin-left: -3.5rem
}

.light-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: .875rem;
    margin-left: -4.375rem
}

.light-style .select2-container--default .select2-results__group {
    padding: .5rem .4375rem
}

.light-style .select2-container--default .select2-results__option .select2-results__group {
    margin-left: -0.875rem
}

.light-style .form-floating .select2-container--default .select2-selection--single {
    height: calc(2.940725rem + 2px)
}

.light-style .form-floating .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.940725rem + 2px)
}

.light-style .form-floating .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(2.940725rem + 2px)
}

.light-style .form-floating .select2-container--default .select2-selection--multiple {
    min-height: calc(2.940725rem + 2px);
    padding: .4375rem .875rem
}

.light-style .form-floating .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0
}

.light-style .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: .375rem;
    margin-right: 0
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option {
    padding-right: .875rem;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-right: -0.875rem
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    padding-right: 1.75rem;
    margin-right: -0.875rem
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-right: 2.625rem;
    margin-right: -1.75rem
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-right: 3.5rem;
    margin-right: -2.625rem
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-right: 4.375rem;
    margin-right: -3.5rem
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-right: .875rem;
    margin-right: -4.375rem
}

.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__group {
    margin-right: -0.875rem;
    margin-left: 0
}

.light-style .is-valid .select2-container--default .select2-selection,.light-style .is-valid.select2-container--default .select2-selection {
    border-width: 2px;
    border-color: #56ca00 !important
}

.light-style .is-invalid .select2-container--default .select2-selection,.light-style .is-invalid.select2-container--default .select2-selection {
    border-width: 2px;
    border-color: #ff4c51 !important
}

.light-style .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #8a8d93 !important;
    color: #fff !important
}

.light-style .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #56ca00 !important;
    color: #fff !important
}

.light-style .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #16b1ff !important;
    color: #fff !important
}

.light-style .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #ffb400 !important;
    color: #fff !important
}

.light-style .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #ff4c51 !important;
    color: #fff !important
}

.light-style .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #dfdfe3 !important;
    color: #3a3541 !important
}

.light-style .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #4b4b4b !important;
    color: #fff !important
}

.light-style .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(58,53,65,.06) !important;
    color: #fff !important
}

.dark-style .select2-selection--multiple .select2-selection__choice {
    margin-top: .375rem;
    margin-right: .375rem
}

.dark-style .select2-selection--multiple .select2-selection__clear {
    margin-top: .375rem
}

.dark-style .select2-selection--multiple .select2-selection__placeholder {
    margin-top: .375rem
}

.dark-style .select2-selection--multiple .select2-selection__rendered {
    padding: 0 .375rem .375rem .375rem
}

.dark-style .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: .375rem;
    margin-right: 0
}

.dark-style .select2-container--default .select2-selection {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #312d4b;
    border: 1px solid #595572;
    border-radius: .3125rem
}

.dark-style .select2-container--default .select2-selection:hover {
    border-color: #76728e
}

.dark-style .select2-container--default .select2-selection__placeholder {
    color: #76728e
}

.dark-style .select2-container--default .select2-selection--single {
    height: 2.47rem
}

.dark-style .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.47rem;
    position: absolute
}

.dark-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #76728e rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)
}

.dark-style .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(2.253125rem + 4px);
    color: #cfcbe5;
    padding-left: .875rem
}

.dark-style .select2-container--default .select2-selection--single .select2-selection__clear {
    color: #76728e
}

.dark-style .select2-container--default .select2-selection--multiple {
    min-height: 2.47rem;
    padding: calc(.4375rem - 4px) calc(.875rem - 2px - .375rem) calc(.4375rem - 1px - .375rem) calc(.875rem - 2px - .375rem)
}

.dark-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #9e9ab5;
    background-color: #28243d
}

.dark-style .select2-container--default.select2-container--disabled .select2-selection--multiple {
    border-color: #595572 !important;
    background-color: #403c59
}

.dark-style .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: .875rem
}

.dark-style .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #76728e rgba(0,0,0,0)
}

.dark-style .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #403c59;
    border-color: #595572 !important
}

.dark-style .select2-container--default .select2-search__field::-webkit-input-placeholder {
    color: #76728e
}

.dark-style .select2-container--default .select2-search__field::-moz-placeholder {
    color: #76728e
}

.dark-style .select2-container--default .select2-search__field:-ms-input-placeholder {
    color: #76728e
}

.dark-style .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #595572;
    background: #312d4b
}

.dark-style .select2-container--default .select2-results__option {
    padding-left: .875rem;
    padding-right: .875rem
}

.dark-style .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(231,227,252,.06)
}

.dark-style .select2-container--default .select2-results__option .select2-results__option {
    padding-left: .875rem;
    margin-left: -0.875rem;
    width: calc(100% + 1.75rem)
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 1.75rem;
    margin-left: -0.875rem
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 2.625rem;
    margin-left: -1.75rem
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 3.5rem;
    margin-left: -2.625rem
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 4.375rem;
    margin-left: -3.5rem
}

.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: .875rem;
    margin-left: -4.375rem
}

.dark-style .select2-container--default .select2-results__option .select2-results__group {
    margin-left: -0.875rem
}

.dark-style .select2-container--default .select2-results__group {
    padding: .5rem .4375rem
}

.dark-style .form-floating .select2-container--default .select2-selection--single {
    height: calc(2.940725rem + 2px)
}

.dark-style .form-floating .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.940725rem + 2px)
}

.dark-style .form-floating .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(2.940725rem + 2px)
}

.dark-style .form-floating .select2-container--default .select2-selection--multiple {
    min-height: calc(2.940725rem + 2px);
    padding: .4375rem .875rem
}

.dark-style .select2-dropdown {
    z-index: 1000;
    background: #312d4b;
    border-color: rgba(255,255,255,.05);
    background-clip: padding-box;
    box-shadow: 0 .125rem .625rem 0 rgba(19,17,32,.4)
}

.dark-style .select2-search__field {
    color: #cfcbe5
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 0 !important;
    padding-right: .875rem;
    margin-left: 0 !important;
    margin-right: -0.875rem
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    padding-right: 1.75rem;
    margin-right: -0.875rem
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-right: 2.625rem;
    margin-right: -1.75rem
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-right: 3.5rem;
    margin-right: -2.625rem
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-right: 4.375rem;
    margin-right: -3.5rem
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-right: .875rem;
    margin-right: -4.375rem
}

.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__group {
    margin-left: 0;
    margin-right: -0.875rem
}

.dark-style .is-valid .select2-container--default .select2-selection,.dark-style .is-valid.select2-container--default .select2-selection {
    border-width: 2px;
    border-color: #56ca00 !important
}

.dark-style .is-invalid .select2-container--default .select2-selection,.dark-style .is-invalid.select2-container--default .select2-selection {
    border-width: 2px;
    border-color: #ff4c51 !important
}

.dark-style .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #8a8d93 !important;
    color: #fff !important
}

.dark-style .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #56ca00 !important;
    color: #fff !important
}

.dark-style .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #16b1ff !important;
    color: #fff !important
}

.dark-style .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #ffb400 !important;
    color: #fff !important
}

.dark-style .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #ff4c51 !important;
    color: #fff !important
}

.dark-style .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #46445b !important;
    color: #fff !important
}

.dark-style .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #d7d5ec !important;
    color: #3a3541 !important
}

.dark-style .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(231,227,252,.06) !important;
    color: #3a3541 !important
}
