/* Radzen theme variable overrides */

:root {
    --rz-series-5: #e1ac47 !important;
}

.rz-alert.rz-warning.rz-shade-lighter {
    --rz-alert-color: #dba841;
    --rz-alert-title-color: #dba841;
    --rz-alert-icon-color: #dba841;
}

.rz-alert.rz-info.rz-shade-lighter {
    --rz-alert-color: #26b1b1;
    --rz-alert-title-color: #26b1b1;
    --rz-alert-icon-color: #26b1b1;
}

.new-customer-location-dialog-scope .rz-fieldset-content-wrapper {
    overflow: visible !important;
}

.new-customer-location-dialog-scope .rz-fieldset-content-wrapper > .rz-expander-content {
    overflow: visible !important;
}
