.x-select-popup-container {
    display: flex;
    flex-direction: column;
}

.x-select-popup-container .select2-container {
    width: auto !important;
}

.x-select-popup-container label {
    color: #3d4a5c;
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 4px;
}

.x-select-popup-container .select2.select2-container {
    width: 100% !important;
}

.x-select-popup-container
    .select2.select2-container--default
    .select2-selection--single {
    color: #373a40;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 4px;
    outline: none;
    border: solid 1px #afbaca;
    border-radius: 6px;
    height: 44px;
}

.x-select-popup-container
    .select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #ebebeb;
}

.x-select-popup-container
    .select2.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 44px;
    padding: 0 42px 0 11px;
}

.x-select-popup-container
    .select2.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    background: url("/assets/frontend/img/icon/arrow_down.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 22px;
    height: 22px;
}

.x-select-popup-container .select2-container--open .select2-selection__arrow {
    transform: translateY(-50%) rotate(180deg) !important;
}

.x-select-popup-container .select2-selection__arrow b {
    display: none;
}

.x-select-popup-container.select2-container--open .select2-dropdown--below {
    border: none;
    border-radius: 8px;
    box-shadow: 0px 33px 24px -17px #0000001f;
    box-shadow: 0px 0px 16px 4px #0000000a;
    padding: 16px;
}

.x-select-popup-container .select2-results__option {
    padding: 12px;
    border-radius: 8px;
}

.x-select-popup-container.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #333333;
    opacity: 0.5;
}
