.cut-box-banner {
    clip-path: polygon(44px 0, 100% 0, 100% calc(100% - 33px), calc(100% - 44px) 100%, 0 100%, 0 33px);
}

.cut-box-tr-form {
    clip-path: polygon(calc(100% - 44px) 0, 100% 33px, 100% 100%, 0 100%, 0 0%);
}

/* Dropdown */
.input-select span.select2-selection.select2-selection--single,
.input-select span.select2-selection.select2-selection--multiple {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: 0 !important;
    margin-bottom: 20px;

}

.input-select .select2-container .select2-selection__rendered {
    padding: 0;
    outline: 0 !important;
    color: #00000066;

}

.select2-container--default .select2-results>.select2-results__options {
    max-height: none !important;
    overflow-y: visible !important;
    background-color: #132840;
}

.select2-container .select2-results__option {
    background-color: #132840;
    color: #fff;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

.select2-container .select2-results__option:hover,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5C6F85;
    color: #fff;
    transition: all 0.3s ease-in-out;
}


.select2-selection__arrow {
    color: #fff;

}

.input-select .select2-container {
    z-index: 9;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.input-select .select2-selection__arrow b {
    all: unset;
    border: 0 !important;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("/staging/wp-content/uploads/2025/09/expand_circle_down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease-in-out;
}

.select2-container--default .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}

.input-select .select2-selection__arrow b {
    position: absolute;
    right: 0;
    top: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0 !important;
}