/**
 * QuickBooks Time Kiosk - Onboarding Styles
 */

/* Onboarding specific styles - most styles are in kiosk.css */

.qbtk-onboarding-admin-container {
    max-width: 1200px;
    margin: 20px 0;
}

.qbtk-instructions {
    background: #fff3cd;
    border-left: 4px solid #ffba00;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.qbtk-instructions h3 {
    margin-top: 0;
    color: #856404;
}

.qbtk-instructions ol {
    margin-bottom: 0;
    padding-left: 20px;
}

.qbtk-section {
    background: white;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.qbtk-section h4 {
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #23282d;
}

.qbtk-pin-list {
    margin-top: 20px;
}

.qbtk-pin-list table {
    margin-top: 10px;
    width: 100%;
}

.qbtk-pin-list .pin-display {
    font-family: monospace;
    font-size: 16px;
    background: #f6f7f7;
    padding: 4px 8px;
    border-radius: 3px;
    display: inline-block;
}

.qbtk-quick-mode-display {
    background: #f9f9f9;
    padding: 40px;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
}

.qbtk-status-display {
    font-size: 18px;
    color: #666;
}

.qbtk-status-display .dashicons {
    font-size: 60px;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 20px;
    color: #0073aa;
}

.qbtk-recent-registrations {
    background: white;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 3px;
    margin-top: 20px;
}

.qbtk-recent-registrations h4 {
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.qbtk-recent-registrations ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.qbtk-recent-registrations li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.qbtk-recent-registrations li:last-child {
    border-bottom: none;
}

.qbtk-recent-registrations code {
    background: #f3f5f7;
    padding: 2px 5px;
    border-radius: 3px;
    color: #444;
}