:root {
    --rz-info: #1190d6 !important;
    --rz-badge-text-transform: capitalize !important;
}

.rz-dialog-wrapper {
    z-index: 1002 !important;
}

body {
    background: #f4f5f9 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.rz-html-editor:focus-within {
    outline: inherit !important;
}

.rz-alert.rz-flex-column .rz-alert-message {
    flex-direction: column !important;
}

.rz-form-field .rz-html-editor {
    border: none !important;
}

.rz-form-field.rz-h-100 .rz-form-field-content {
    height: 100% !important;
}

.rz-floating-label:not(.rz-state-focused) .rz-state-empty + .rz-form-field-label {
    font-style: italic;
    color: grey;
}

.rz-dialog-titlebar {
    background-color: var(--rz-base-100, black) !important;
    padding: 12px 20px !important;
}