
/* Generated from database configuration */

/* Base styles */
body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #0a0a0a;
    color: #ffffff;
}

/* Dialog styles */
.dialog-header {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1a1a1a;
    border-bottom: 1px solid #3a3a3a;
}

.dialog-content label {
    font-size: 14px;
    font-weight: 500;
    color: #e5e7eb;
}

.dialog-content input,
.dialog-content select,
.dialog-content textarea {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    background-color: #2a2a2a;
    color: #ffffff;
    border: 1px solid #3a3a3a;
}

.dialog-footer button {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

/* Small text */
.small-text, small {
    font-size: 12px;
    color: #666666;
}

/* Context menu styles */
.context-menu {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.context-menu-item {
    color: #e5e7eb;
    font-size: 14px;
}

.context-menu-item:hover {
    background: #3a3a3a;
}

/* Flow panel */
.flow-panel {
    background-color: #1a1a1a;
    border-right: 1px solid #3a3a3a;
}

.flow-item {
    border: 1px solid #2a2a2a;
    background: #0a0a0a;
}

.flow-item:hover {
    background: #1a1a1a;
}

.flow-item.active {
    background: #1a2332;
    border-color: #2563eb;
}

/* Primary button */
.btn-primary {
    background-color: #2563eb;
    color: white;
}

.btn-primary:hover {
    background-color: #2563eb;
    opacity: 0.9;
}

/* Lookup table styles */
.lookup-column {
    color: #e5e7eb;
    border: 1px solid #3a3a3a;
}

.lookup-table {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
}

.lookup-table-header {
    background: #1a1a1a;
}

.lookup-cell input {
    background: #1a1a1a;
    border: 1px solid #3a3a3a;
    color: #ffffff;
}
