button.blue { background-color: #2196F3; color: white !important; }
button.yellow { background-color: #FFEB3B; color: black !important; }
button.orange { background-color: #FF9800; color: white !important; }
button.green { background-color: #4CAF50; color: white !important; }

.field.clienti-checkbox-group {
    block-size: auto;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.field.clienti-checkbox-group .field-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.field.clienti-checkbox-group .checkbox-options {
    max-height: 20rem;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.field.clienti-checkbox-group .clienti-checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
}

.field.clienti-checkbox-group .clienti-checkbox-list label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.search-form .field input,
.search-form .field select {
    border: none;
    box-shadow: none;
    background-image: none;
}

nav.top {
    min-height: 48px;
    height: 48px;
}

.chip.processing { background-color: #FF9800; color: white; }
.chip.queued { background-color: #2196F3; color: white; }
.chip.success { background-color: #4CAF50; color: white; }
.chip.failed { background-color: #F44336; color: white; }
.chip.idle { background-color: #9E9E9E; color: white; }
nav.top {
    min-height: 48px;
    height: 48px;
}
