.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(var(--bs-primary-rgb), 1);
    color: #fff;
}

.select2-container .select2-selection--single {
    height: 43px !important;
    border-color: #e5e5e5;
}

.select2-container .select2-selection--multiple {
    min-height: 43px !important;
}

.modal-body .select2-container {
    z-index: 1024;
    width: 100% !important;
}

.modal-backdrop~.select2-container {
    width: 100% !important;
    z-index: 10000 !important;
}

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

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

.select2-container,
.modal-body .select2-container {
    z-index: 1024;
    width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px;
    margin-left: 10px;
}


[data-pc-preset=preset-6] .select2-container--default .select2-results__option--selected,
[data-pc-preset=preset-6] .modal-backdrop~.select2-container .select2-results__option--highlighted.select2-results__option--selectable,
[data-pc-preset=preset-6] .select2-container .select2-results__option--highlighted.select2-results__option--selectable,
[data-pc-preset=preset-6] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
[data-pc-preset=preset-6] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
[data-pc-preset=preset-6] .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #2ca58d;
    background-color: #2ca58d;
    color: #eef2f6;
    border: 1px solid #2ca58d;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 20px;
    padding-right: 5px;
}
.cutom_colorr.active::after,
.cutom_colorr.custom::after {
    content: "✓";
    color: #fff;
    font-size: 30px;
    background: none !important;
    font-weight: 900;
    background-color: transparent !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 0;
}

.amenity-img {
    width: 60px;
    height: 60px;
}

.activity-img {
    width: 274px;
    height: 166px;
}

.loc-img {
    /* width: 295px; */
    height: 198px;
}

.package-front-img {
    width: 329px;
    height: 245px;
}

.location-img {
    width: 356px;
    height: 230px;
}

.btn-thm2 {
    background-color: #5BBB7B;
    border: 2px solid #5BBB7B;
    color: #ffffff;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    gap: 6px;
}

.btn-thm3 {
    background-color: #bd510e;
    border: 2px solid #bd510e;
    color: #ffffff;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    gap: 6px;
}

.ban-img {
    width: 700px;
    height: 526px;
}
