.filepond--root {
    margin-bottom: 0.25rem;
}

input[type="email"]:read-only,
input[type="number"]:read-only,
input[type="text"]:read-only,
input[type="url"]:read-only {
    background-color: #E5E7EB;
    border-color: #D1D5DB !important;
    box-shadow: 0 0 0 1px #E5E7EB !important;
    color: #111827;
    cursor: default;
}

.turncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.picker-disabled {
    pointer-events: none;
}

.selection-toggle-confirm {
    display: none;
}

.selection-toggle-input:checked + label .selection-toggle-arrow {
    display: none !important;
}

.selection-toggle-input:checked + label .selection-toggle-confirm {
    display: inline-flex !important;
}