
:root{
    --color-orange: #EA5C27;
    --color-orange-soft: #ff7f00;
    --color-orange2: rgba(255, 166, 0, 0.8);
    --color-select-bg: var(--hf-main-color-04);
}
.select2.select2-container{
    width: 100% !important;
    font-size: 0.875em;
    height: calc(2rem) !important;
    z-index: 1;
}
.select2.select2-container .select2-selection{
    border: 0.0625em solid #ccc;
    height: calc(2rem) !important;
    outline: none !important;
    transition: all .15s ease-in-out;
}
.select2.select2-container .select2-selection .select2-selection__rendered{
    color: #252525;
    line-height: 2em;
    padding-top: 0.125rem;
    padding-left: 0.5rem;
}
.select2.select2-container .select2-selection .select2-selection__arrow{
    -webkit-border-radius: 0 0.1875em 0.1875em 0;
    -moz-border-radius: 0 0.1875em 0.1875em 0;
    border-radius: 0 0.1875em 0.1875em 0;
    height: calc(2rem) !important;
    width: 2.0625em;
    padding-right: 0.375rem;
}
.select2.select2-container .select2-container--open .select2-selection .select2-selection--single{
    background: #f8f8f8;
}
.select2.select2-container .select2-container--open .select2-selection .select2-selection--single .select2-selection__arrow{
    -webkit-border-radius: 0 0.1875em 0 0;
    -moz-border-radius: 0 0.1875em 0 0;
    border-radius: 0 0.1875em 0 0;
}
.select2.select2-container.select2-container--open.select2-selection.select2-selection--multiple{
    border: 0.0625em solid #b3b3b3;
}
.select2.select2-container .select2-selection--multiple{
    height: auto;
    min-height: 2.125em;
}
.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field{
    margin-top: 0;
    height: 2em;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: block;
    padding: 0 0.25em;
    line-height: 1.8125em;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice{
    background-color: #f8f8f8;
    border: 0.0625em solid #ccc;
    -webkit-border-radius: 0.1875em;
    -moz-border-radius: 0.1875em;
    border-radius: 0.1875em;
    margin: 0.25em 0.25em 0 0;
    padding: 0 0.375em 0 1.375em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 0.875em;
    position: relative;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{
    position: absolute;
    top: 0;
    left: 0;
    height: 1.375em;
    width: 1.375em;
    margin: 0;
    text-align: center;
    color: var(--color-orange);
    font-weight: bold;
    font-size: 0.875em;
}
.select2-container .select2-dropdown{
    background: transparent;
    border: none;
    margin-top: -0.3125em;
    z-index: 0;
}
.select2-container--default .select2-results>.select2-results__options{
    max-height: 40vh;
}
.select2-container .select2-dropdown.select2-search{
    padding: 0;
}
.select2-container .select2-dropdown .select2-search input{
    outline: none !important;
    border: 0.0625em solid #b3b3b3 !important;
    border-bottom: none !important;
    padding: 0.25em 0.375em !important;
}
.select2-container .select2-dropdown .select2-results{
    padding: 0;
}
.select2-container .select2-dropdown .select2-results ul{
    background: #fff;
    border: 0.0625em solid #b3b3b3;
    border-bottom-left-radius: 0.3125em;
    border-bottom-right-radius: 0.3125em;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected]{
    background-color: var(--color-select-bg);
}
.select2-search__field{
    margin-bottom: 0 !important;
    margin-top: 0.25em;
    caret-color: var(--color-orange);
}
.select2-search--dropdown{
    padding: 0 !important;
}
.select2-results__option{
    font-size: 0.875em;
}
