/* OpComm Deployment Portal Styles */

html, body {
    font-family: 'Roboto', sans-serif;
}

/* Log viewer styling */
.log-viewer {
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 12px;
    background-color: #1e1e1e;
    color: #d4d4d4;
    padding: 12px;
    border-radius: 4px;
    max-height: 400px;
    overflow-y: auto;
}

.log-viewer .timestamp {
    color: #6a9955;
    margin-right: 8px;
}

.log-viewer .error {
    color: #f14c4c;
}

.log-viewer .warning {
    color: #cca700;
}

.log-viewer .success {
    color: #23d18b;
}

/* Status chips */
.status-success {
    background-color: #4caf50 !important;
}

.status-running {
    background-color: #ff9800 !important;
}

.status-failed {
    background-color: #f44336 !important;
}

.status-pending {
    background-color: #9e9e9e !important;
}
