.badge-top-right{
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 50px !important;
    height: auto;
    z-index: 10;
}

.badge-top-right-property {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width:  75px !important;
    height: auto !important;
    object-fit: contain;
    z-index: 10;
}
#zone + .select2 .select2-selection--multiple {
    min-height: 32px;
    max-height: 32px;
    margin-top: 1rem;
    margin-left: 15px;
    border: none;
    overflow-y: auto;
    overflow-x: hidden;
}

#zone + .select2 .select2-selection__rendered {
    padding: 2px 4px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    min-height: 32px;
}
#zone + .select2 .select2-selection--multiple:not(:has(.select2-selection__choice)) {
    overflow-y: hidden !important;
}

#zone + .select2 .select2-selection__rendered:not(:has(.select2-selection__choice)) {
    align-items: center;
}

#zone + .select2 .select2-selection__choice {
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 3px !important;
    padding: 4px 8px !important;
    margin: 0 !important;
    white-space: nowrap;
    font-size: 13px;
    flex-shrink: 0;
    gap: 8px;
}

#zone + .select2 .select2-selection__choice__remove {
    display: inline-block !important;
    position: static !important;
    margin: 0;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    font-size: 14px;
    order: 2;
}

#zone + .select2 .select2-selection__choice__text {
    order: 1;
}

#zone + .select2 .select2-selection__choice__remove:hover {
    color: #e74c3c;
}

#zone + .select2 .select2-search__field {
    display: none !important;
}

#zone + .select2 .select2-selection__clear {
    display: none !important;
}

#zone + .select2 .select2-selection__rendered:not(:has(.select2-selection__choice))::before {
    content: 'Location';
    color: #999;
    pointer-events: none;
}
