/****************/
/*** SELECT 2 ***/
/****************/
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: unset;
    background-color: transparent;
    width: 100% !important;
    line-height: 1 !important;
    border-radius: 0;
    border-color: #707070 !important;
    font-size: 2rem;
    font-weight: 400;
    padding: max(12.5px, 1.510vw) 10px;
    box-shadow: none;
    color: #000;
    -webkit-text-fill-color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
    width: 11px;
    height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: unset;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 6.7' style='enable-background:new 0 0 10.8 6.7' xml:space='preserve'%3E%3Cpath style='fill:none;stroke:%23333;stroke-width:1.0006;stroke-linejoin:bevel;stroke-miterlimit:10' d='m10.4.4-5 5.9-5-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    border: unset;
    width: 11px;
    height: 11px;
    transform: rotate(-90deg) translatex(5px) scale(0.9);
    opacity: 0.5;
}
.select2-container--default .select2-selection__rendered {
    line-height: 18px !important;
    color: black !important;
    padding-right: 10px;
}
.select2-container--default .select2-results__option {
    margin: 0 25px;
    padding: 10px 0;
}
.select2-container--default .select2-results__option:hover, .select2-container--default .select2-results__option--selected {
    background-color: black !important;
    color: white !important;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 0;
    padding: 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: black !important;
    color: white !important;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 0;
    padding: 10px;
}
.select2-container--default.select2-container--open .select2-selection--single {
    border-radius: 0;
    background-color: white !important;
    border: 1px solid black;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.8 6.7' style='enable-background:new 0 0 10.8 6.7' xml:space='preserve'%3E%3Cpath style='fill:none;stroke:%23333;stroke-width:1.0006;stroke-linejoin:bevel;stroke-miterlimit:10' d='m.4 6.2 5-5.9 5 6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    border: unset;
    width: 11px;
    height: 11px;
    transform: rotate(-180deg) translatey(7px) scale(0.9);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: black !important;
}
.select2-container--default.select2-container--open .select2-dropdown--below {
    border-color: black;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 0 10px 0;
}
.select2-container--default.select2-container--open .select2-dropdown--above {
    border-color: black;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 0 10px 0;
}
.js-select2-custom.select2-container {
    width: 150px !important;
}
.js-select2-custom.select2-container--default .select2-selection--single {
    padding: 0;
    border: unset;
}
.js-select2-custom-dropdown {
    width: 200px;
    border: none;
    box-shadow: 10px 10px 15px -10px #000;
    margin-left: -20px;
}
.js-select2-custom-dropdown .select2-results__option {
    margin: 10px 0;
    padding: 0;
    margin-left: 28px !important;
}
.js-select2-custom-dropdown .select2-results__option:hover, .js-select2-custom-dropdown .select2-results__option--selected {
    background-color: transparent !important;
    text-decoration: underline;
    color: black !important;
    margin-left: unset;
    margin-right: unset;
    border-radius: unset;
    padding: unset;
}
.js-select2-custom-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent !important;
    text-decoration: underline;
    color: black !important;
    margin-left: unset;
    margin-right: unset;
    border-radius: unset;
    padding: unset;
}
.select2-results__options {
    margin-right: 9px;
    margin-top: 0;
    margin-bottom: 0;
    overflow-y: scroll;
}
.select2-results__options::-webkit-scrollbar {
    width: 6px;
}
.select2-results__options::-webkit-scrollbar-track {
    border-radius: 4px;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 4px;
}

/********************/
/*** SELECT 2 END ***/
/********************/