/** Tweak Filament */

[data-filepond-hide-file-info] .filepond--file-info {
    display: none !important;
}

@media (min-width: 1024px) {
    [data-floorplan-button] {
        padding-top: 32px;
    }
}

[data-repeater-colored-label] {
    .fi-fo-repeater-item-header:has(.colored-header) {
        background-color: #e4e4e4;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
}

[data-compact-modal] {
    .gap-y-2 {
        row-gap: 2px !important;
    }
}

.canvas-container {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}

.fi-modal-footer.sticky {
    z-index: 10;
}

.custom-repeater-header {
    background-color: #e4e4e4;
    border-radius: 15px;
}

.dark .custom-repeater-header {
    background-color: #4f4f4f;
}

.helpdesk-button {
    bottom: initial;
    top: 80px;
}

@media (min-width: 1024px) {
    .helpdesk-button {
        bottom: 40px;
        top: initial;
    }

    [data-floorplan-button] {
        padding-top: 32px;
    }
}

.choices__list.choices__list--dropdown.is-active {
    z-index: 50;
}
