.dashed-box-shadow {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%23DCE0E5FF' stroke-width='4' stroke-dasharray='3%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 12px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 12px !important;
    padding: .5em;
    border-color: #DCE0E5 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 8px !important;
    padding: .5em;
    border-color: #DCE0E5 !important;
    margin-bottom: 1rem;
}

.select2-container--default .select2-results__option--selected {
    background-color: rgba(14, 13, 25, 0.1) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(14, 13, 25, 0.04) !important;
    color: #000 !important;
}

.select2-results__option--selectable {
    padding: 8px 16px !important;
    border-radius: 8px !important;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 0.5rem !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}
.select2-container {
    z-index:999999999999;
}

