/* _content/BRA.Wallboard.Blazor/Components/Layout/AlertModal.razor.rz.scp.css */
.alert-overlay[b-h9g9khcxsc] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn-b-h9g9khcxsc 0.2s ease-in;
}

@keyframes fadeIn-b-h9g9khcxsc {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.alert-modal[b-h9g9khcxsc] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    min-width: 400px;
    max-width: 600px;
    animation: slideIn-b-h9g9khcxsc 0.3s ease-out;
}

@keyframes slideIn-b-h9g9khcxsc {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.alert-modal-header[b-h9g9khcxsc] {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    gap: 12px;
}

.alert-modal-icon[b-h9g9khcxsc] {
    font-size: 24px;
    font-weight: bold;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.alert-success .alert-modal-icon[b-h9g9khcxsc] {
    background: #d4edda;
    color: #155724;
}

.alert-error .alert-modal-icon[b-h9g9khcxsc] {
    background: #f8d7da;
    color: #721c24;
}

.alert-warning .alert-modal-icon[b-h9g9khcxsc] {
    background: #fff3cd;
    color: #856404;
}

.alert-info .alert-modal-icon[b-h9g9khcxsc] {
    background: #d1ecf1;
    color: #0c5460;
}

.alert-modal-title[b-h9g9khcxsc] {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
}

.alert-success .alert-modal-title[b-h9g9khcxsc] {
    color: #155724;
}

.alert-error .alert-modal-title[b-h9g9khcxsc] {
    color: #721c24;
}

.alert-warning .alert-modal-title[b-h9g9khcxsc] {
    color: #856404;
}

.alert-info .alert-modal-title[b-h9g9khcxsc] {
    color: #0c5460;
}

.alert-modal-close[b-h9g9khcxsc] {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s;
}

.alert-modal-close:hover[b-h9g9khcxsc] {
    background: #f0f0f0;
    color: #333;
}

.alert-modal-body[b-h9g9khcxsc] {
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.alert-modal-footer[b-h9g9khcxsc] {
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
/* _content/BRA.Wallboard.Blazor/Components/Layout/DashboardControls.razor.rz.scp.css */
.menu-controls[b-3ga54uufas] {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 10px 6px 10px;
    flex: 0 0 auto;
}

[b-3ga54uufas] .refresh-interval-dropdown {
    width: 150px;
}
/* _content/BRA.Wallboard.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pkwxsw0j4x] {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.top-header[b-pkwxsw0j4x] {
  flex-shrink: 0;
}

.main-content[b-pkwxsw0j4x] {
  flex: 1;
  overflow: auto;
}

#blazor-error-ui[b-pkwxsw0j4x] {
  color-scheme: light only;
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

  #blazor-error-ui .dismiss[b-pkwxsw0j4x] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
  }
/* _content/BRA.Wallboard.Blazor/Components/Pages/AccessDenied.razor.rz.scp.css */
.access-denied-container[b-icsj6eo56x] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    padding: 20px;
}

.access-denied-card[b-icsj6eo56x] {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    text-align: center;
}

.error-code[b-icsj6eo56x] {
    font-size: 80px;
    font-weight: 700;
    color: #dc3545;
    line-height: 1;
    margin-bottom: 20px;
}

.access-denied-card h2[b-icsj6eo56x] {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
}

.error-message[b-icsj6eo56x] {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.help-text[b-icsj6eo56x] {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

.button-group[b-icsj6eo56x] {
    display: flex;
    justify-content: center;
    gap: 10px;
}
/* _content/BRA.Wallboard.Blazor/Components/Pages/AdminDashboardList.razor.rz.scp.css */
.wallboard-header[b-l8931y4etr] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

.wallboard-header h4[b-l8931y4etr] {
    margin-bottom: 0;
}

.action-buttons-container[b-l8931y4etr] {
    display: flex;
    gap: 8px;
}

.bottom-actions[b-l8931y4etr] {
    display: flex;
    gap: 12px;
}
/* _content/BRA.Wallboard.Blazor/Components/Pages/DashboardsKiosk.razor.rz.scp.css */
/* Grid View Kiosk Container */
.grid-view-kiosk[b-8fq8rs6wzf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #f5f5f5;
}

.grid-view-kiosk .grid-container[b-8fq8rs6wzf] {
    padding: 10px;
    height: 100vh;
    display: grid;
    gap: 10px;
}

/* Grid Layouts */
.grid-1[b-8fq8rs6wzf] {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.grid-2[b-8fq8rs6wzf] {
    grid-template-columns: 1fr 1fr;
}

.grid-4[b-8fq8rs6wzf] {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

/* Grid Cell Kiosk */
.grid-cell-kiosk[b-8fq8rs6wzf] {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background: white;
    height: 100%;
}

[b-8fq8rs6wzf] .grid-dashboard {
    width: 100%;
    height: 100%;
}

.youtube-iframe[b-8fq8rs6wzf] {
    width: 100%;
    height: 100%;
    border: none;
}

.content-image[b-8fq8rs6wzf] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.text-content[b-8fq8rs6wzf] {
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    overflow: auto;
    width: 100%;
    height: 100%;
}

/* Markdown Content Styles */
.markdown-content h1[b-8fq8rs6wzf] {
    font-size: 2em;
    margin: 0.67em 0;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.3em;
}

.markdown-content h2[b-8fq8rs6wzf] {
    font-size: 1.5em;
    margin: 0.75em 0;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.3em;
}

.markdown-content h3[b-8fq8rs6wzf] {
    font-size: 1.25em;
    margin: 1em 0;
    font-weight: bold;
}

.markdown-content h4[b-8fq8rs6wzf],
.markdown-content h5[b-8fq8rs6wzf],
.markdown-content h6[b-8fq8rs6wzf] {
    margin: 1em 0;
    font-weight: bold;
}

.markdown-content p[b-8fq8rs6wzf] {
    margin: 1em 0;
}

.markdown-content ul[b-8fq8rs6wzf],
.markdown-content ol[b-8fq8rs6wzf] {
    margin: 1em 0;
    padding-left: 2em;
}

.markdown-content li[b-8fq8rs6wzf] {
    margin: 0.25em 0;
}

.markdown-content code[b-8fq8rs6wzf] {
    background: #f4f4f4;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
}

.markdown-content pre[b-8fq8rs6wzf] {
    background: #f4f4f4;
    padding: 12px;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1em 0;
}

.markdown-content pre code[b-8fq8rs6wzf] {
    background: none;
    padding: 0;
}

.markdown-content blockquote[b-8fq8rs6wzf] {
    border-left: 4px solid #ddd;
    padding-left: 1em;
    margin: 1em 0;
    color: #666;
    font-style: italic;
}

.markdown-content a[b-8fq8rs6wzf] {
    color: #0066cc;
    text-decoration: none;
}

.markdown-content a:hover[b-8fq8rs6wzf] {
    text-decoration: underline;
}

.markdown-content table[b-8fq8rs6wzf] {
    border-collapse: collapse;
    margin: 1em 0;
    width: 100%;
}

.markdown-content table th[b-8fq8rs6wzf],
.markdown-content table td[b-8fq8rs6wzf] {
    border: 1px solid #ddd;
    padding: 8px 12px;
    text-align: left;
}

.markdown-content table th[b-8fq8rs6wzf] {
    background-color: #f4f4f4;
    font-weight: bold;
}

.markdown-content hr[b-8fq8rs6wzf] {
    border: none;
    border-top: 2px solid #ddd;
    margin: 2em 0;
}

.markdown-content img[b-8fq8rs6wzf] {
    max-width: 100%;
    height: auto;
}

.empty-cell[b-8fq8rs6wzf] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}
/* _content/BRA.Wallboard.Blazor/Components/Pages/DashboardView.razor.rz.scp.css */
.dashboard[b-ef8kx0mavf] {
    height: 100%;
}

.dashboard-kiosk[b-ef8kx0mavf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.dashboard-kiosk .dashboard[b-ef8kx0mavf] {
    width: 100%;
    height: 100%;
}
/* _content/BRA.Wallboard.Blazor/Components/Pages/Home.razor.rz.scp.css */
.loading-container[b-2ij50ix5r1] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.spinner-large[b-2ij50ix5r1] {
    width: 3rem;
    height: 3rem;
}
/* _content/BRA.Wallboard.Blazor/Components/Pages/Login.razor.rz.scp.css */
.login-container[b-gu2zjn9tpt] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    padding: 20px;
}

.login-card[b-gu2zjn9tpt] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
    max-width: 420px;
    border: 1px solid #e0e0e0;
}

.login-header[b-gu2zjn9tpt] {
    text-align: center;
    margin-bottom: 32px;
}

.login-header h1[b-gu2zjn9tpt] {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0 0 8px 0;
}

.login-header p[b-gu2zjn9tpt] {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.form-group[b-gu2zjn9tpt] {
    margin-bottom: 20px;
}

.form-group label[b-gu2zjn9tpt] {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

[b-gu2zjn9tpt] .form-control,
.form-control[b-gu2zjn9tpt] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-family: inherit;
}

[b-gu2zjn9tpt] .form-control:focus,
.form-control:focus[b-gu2zjn9tpt] {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

[b-gu2zjn9tpt] .form-control::placeholder,
.form-control[b-gu2zjn9tpt]::placeholder {
    color: #999;
}

.form-group-checkbox[b-gu2zjn9tpt] {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.form-group-checkbox label[b-gu2zjn9tpt] {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin: 0;
}

.form-group-checkbox input[type="checkbox"][b-gu2zjn9tpt] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
}

.form-group-checkbox span[b-gu2zjn9tpt] {
    font-size: 14px;
    color: #555;
}

.btn-login[b-gu2zjn9tpt] {
    width: 100%;
    padding: 14px;
    background: #0066cc;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-login:hover:not(:disabled)[b-gu2zjn9tpt] {
    background: #0052a3;
}

.btn-login:active:not(:disabled)[b-gu2zjn9tpt] {
    background: #004080;
}

.btn-login:disabled[b-gu2zjn9tpt] {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner[b-gu2zjn9tpt] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-gu2zjn9tpt 0.8s linear infinite;
}

@keyframes spin-b-gu2zjn9tpt {
    to {
        transform: rotate(360deg);
    }
}

.error-message[b-gu2zjn9tpt] {
    background: #fee;
    border: 1px solid #fcc;
    color: #c33;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

[b-gu2zjn9tpt] .validation-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

@media (max-width: 480px) {
    .login-card[b-gu2zjn9tpt] {
        padding: 30px 20px;
    }

    .login-header h1[b-gu2zjn9tpt] {
        font-size: 24px;
    }
}
/* _content/BRA.Wallboard.Blazor/Components/Pages/Logout.razor.rz.scp.css */
.logout-container[b-t049p71l8a] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
}

.logout-card[b-t049p71l8a] {
    background: white;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
}

.logout-card h3[b-t049p71l8a] {
    margin: 0 0 10px 0;
    color: #333;
}

.logout-card p[b-t049p71l8a] {
    margin: 0;
    color: #666;
}
/* _content/BRA.Wallboard.Blazor/Components/Pages/PlaylistEditor.razor.rz.scp.css */
.playlist-editor-container[b-f5y5aplcs5] {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.playlist-controls h3[b-f5y5aplcs5] {
    margin-bottom: 15px;
}

.playlist-toolbar[b-f5y5aplcs5] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: flex-end;
}

.form-field[b-f5y5aplcs5] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-field label[b-f5y5aplcs5] {
    font-weight: 600;
    font-size: 14px;
    color: #495057;
}

.playlist-selector[b-f5y5aplcs5] {
    min-width: 200px;
}

.playlist-name-input[b-f5y5aplcs5] {
    min-width: 250px;
}

.playlist-description-input[b-f5y5aplcs5] {
    min-width: 300px;
    flex-grow: 1;
}

.playlist-items-container[b-f5y5aplcs5] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.playlist-items-header[b-f5y5aplcs5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.playlist-items-header h4[b-f5y5aplcs5] {
    margin: 0;
}

.empty-playlist[b-f5y5aplcs5] {
    text-align: center;
    padding: 40px;
    color: #6c757d;
}

.playlist-items-list[b-f5y5aplcs5] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.playlist-item[b-f5y5aplcs5] {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    cursor: move;
    transition: all 0.2s ease;
}

.playlist-item.dragging[b-f5y5aplcs5] {
    opacity: 0.5;
    transform: scale(0.98);
}

.playlist-item.drag-over[b-f5y5aplcs5] {
    border: 2px dashed #007bff;
    background: #f0f8ff;
}

.playlist-item-order[b-f5y5aplcs5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.order-number[b-f5y5aplcs5] {
    font-weight: bold;
    font-size: 18px;
    color: #495057;
    min-width: 30px;
    text-align: center;
}

.order-buttons[b-f5y5aplcs5] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.playlist-item-content[b-f5y5aplcs5] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
}

.wallboard-selector[b-f5y5aplcs5] {
    min-width: 300px;
    flex-grow: 1;
}

.duration-input[b-f5y5aplcs5] {
    width: 100px;
}

.duration-label[b-f5y5aplcs5] {
    color: #6c757d;
    font-size: 14px;
}

.drag-handle[b-f5y5aplcs5] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    color: #6c757d;
    font-size: 20px;
    user-select: none;
    padding: 5px;
}

.drag-handle:active[b-f5y5aplcs5] {
    cursor: grabbing;
}

.drag-handle span[b-f5y5aplcs5] {
    letter-spacing: -2px;
}

.playlist-item-actions[b-f5y5aplcs5] {
    display: flex;
    gap: 5px;
}

.remove-button[b-f5y5aplcs5] {
    min-width: 38px !important;
    min-height: 38px !important;
    font-size: 20px;
    padding: 4px !important;
}
/* _content/BRA.Wallboard.Blazor/Components/Pages/PlaylistList.razor.rz.scp.css */
.playlist-list-container[b-1875w8p5ru] {
    padding: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-1875w8p5ru] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.page-header h2[b-1875w8p5ru] {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}

.empty-state[b-1875w8p5ru] {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.empty-icon[b-1875w8p5ru] {
    margin-bottom: 20px;
}

.empty-state h3[b-1875w8p5ru] {
    margin-bottom: 10px;
    font-size: 24px;
    color: #495057;
}

.empty-state p[b-1875w8p5ru] {
    margin-bottom: 20px;
    font-size: 16px;
}

.playlists-grid[b-1875w8p5ru] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}

.playlist-card[b-1875w8p5ru] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: box-shadow 0.2s;
}

.playlist-card:hover[b-1875w8p5ru] {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.playlist-card-header[b-1875w8p5ru] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.playlist-card-header h3[b-1875w8p5ru] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
}

.badge-active[b-1875w8p5ru] {
    background: #28a745;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.playlist-description[b-1875w8p5ru] {
    color: #6c757d;
    margin-bottom: 15px;
    font-size: 14px;
}

.playlist-stats[b-1875w8p5ru] {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
}

.stat[b-1875w8p5ru] {
    display: flex;
    flex-direction: column;
}

.stat-label[b-1875w8p5ru] {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 4px;
}

.stat-value[b-1875w8p5ru] {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
}

.playlist-items-preview[b-1875w8p5ru] {
    margin-bottom: 15px;
}

.playlist-items-preview strong[b-1875w8p5ru] {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #495057;
}

.playlist-items-preview ul[b-1875w8p5ru] {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #6c757d;
}

.playlist-items-preview li[b-1875w8p5ru] {
    margin-bottom: 4px;
}

.playlist-items-preview .more-items[b-1875w8p5ru] {
    font-style: italic;
    color: #adb5bd;
}

.playlist-actions[b-1875w8p5ru] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
/* _content/BRA.Wallboard.Blazor/Components/Pages/PlaylistPlayer.razor.rz.scp.css */
.loading-container[b-453fi82p8o],
.error-container[b-453fi82p8o] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 20px;
    color: #6c757d;
}

.playlist-player-container[b-453fi82p8o] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 9999;
    background: #f5f5f5;
}

.progress-bar-container[b-453fi82p8o] {
    background: #2c3e50;
    color: white;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.progress-info[b-453fi82p8o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.playlist-name[b-453fi82p8o] {
    font-weight: bold;
    font-size: 16px;
}

.current-wallboard[b-453fi82p8o] {
    font-size: 14px;
}

.time-remaining[b-453fi82p8o] {
    font-size: 14px;
    color: #ecf0f1;
}

.progress-bar[b-453fi82p8o] {
    width: 100%;
    height: 6px;
    background: rgba(255,255,255,0.2);
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill[b-453fi82p8o] {
    height: 100%;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    transition: width 1s linear;
    border-radius: 3px;
}

.grid-view-kiosk[b-453fi82p8o] {
    flex: 1;
    overflow: hidden;
    background: #f5f5f5;
    height: calc(100vh - 80px);
}

.grid-view-kiosk .grid-container[b-453fi82p8o] {
    padding: 10px;
    height: 100%;
    display: grid;
    gap: 10px;
}

.grid-1[b-453fi82p8o] {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.grid-2[b-453fi82p8o] {
    grid-template-columns: 1fr 1fr;
}

.grid-4[b-453fi82p8o] {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.grid-cell-kiosk[b-453fi82p8o] {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background: white;
    height: 100%;
}

[b-453fi82p8o] .grid-dashboard {
    width: 100%;
    height: 100%;
}

.youtube-iframe[b-453fi82p8o] {
    width: 100%;
    height: 100%;
    border: none;
}

.content-image[b-453fi82p8o] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.text-content[b-453fi82p8o] {
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.markdown-content h1[b-453fi82p8o] {
    font-size: 2em;
    margin: 0.67em 0;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.3em;
}

.markdown-content h2[b-453fi82p8o] {
    font-size: 1.5em;
    margin: 0.75em 0;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.3em;
}

.markdown-content h3[b-453fi82p8o] {
    font-size: 1.25em;
    margin: 1em 0;
    font-weight: bold;
}

.markdown-content ul[b-453fi82p8o],
.markdown-content ol[b-453fi82p8o] {
    margin: 1em 0;
    padding-left: 2em;
}

.markdown-content li[b-453fi82p8o] {
    margin: 0.25em 0;
}

.markdown-content code[b-453fi82p8o] {
    background: #f4f4f4;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
}

.markdown-content pre[b-453fi82p8o] {
    background: #f4f4f4;
    padding: 12px;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1em 0;
}

.markdown-content blockquote[b-453fi82p8o] {
    border-left: 4px solid #ddd;
    padding-left: 1em;
    margin: 1em 0;
    color: #666;
    font-style: italic;
}

.markdown-content a[b-453fi82p8o] {
    color: #0066cc;
    text-decoration: none;
}

.markdown-content a:hover[b-453fi82p8o] {
    text-decoration: underline;
}

.markdown-content table[b-453fi82p8o] {
    border-collapse: collapse;
    margin: 1em 0;
    width: 100%;
}

.markdown-content table th[b-453fi82p8o],
.markdown-content table td[b-453fi82p8o] {
    border: 1px solid #ddd;
    padding: 8px 12px;
    text-align: left;
}

.markdown-content table th[b-453fi82p8o] {
    background-color: #f4f4f4;
    font-weight: bold;
}

.empty-cell[b-453fi82p8o] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}
/* _content/BRA.Wallboard.Blazor/Components/Pages/Settings.razor.rz.scp.css */
.settings-container[b-zmt5dmd06p] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.settings-header[b-zmt5dmd06p] {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

.settings-header h2[b-zmt5dmd06p] {
    margin: 0;
    color: #333;
}

.settings-section[b-zmt5dmd06p] {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-top: 15px;
}

.settings-section h4[b-zmt5dmd06p] {
    margin-bottom: 15px;
    color: #0066cc;
    font-size: 1.3rem;
}

.settings-section h5[b-zmt5dmd06p] {
    margin-bottom: 10px;
    color: #555;
    font-size: 1.1rem;
}

.settings-group[b-zmt5dmd06p] {
    margin-bottom: 15px;
}

.settings-group label[b-zmt5dmd06p] {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #555;
    font-size: 0.9rem;
}

[b-zmt5dmd06p] .settings-input {
    width: 400px;
}

[b-zmt5dmd06p] .settings-input-large {
    width: 100%;
    max-width: 800px;
}

[b-zmt5dmd06p] .settings-grid {
    margin-top: 15px;
    background: white;
    border-radius: 4px;
}

.alert[b-zmt5dmd06p] {
    padding: 12px 20px;
    margin-top: 15px;
    border-radius: 4px;
}

.alert-success[b-zmt5dmd06p] {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert-danger[b-zmt5dmd06p] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.alert-info[b-zmt5dmd06p] {
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    color: #0c5460;
}

.settings-info p[b-zmt5dmd06p] {
    margin: 10px 0;
    font-size: 14px;
}

.status-grid[b-zmt5dmd06p] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    padding: 15px;
    background: white;
    border-radius: 4px;
}

.status-item[b-zmt5dmd06p] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-left: 3px solid #0066cc;
    background: #f8f9fa;
}

.status-label[b-zmt5dmd06p] {
    font-weight: 600;
    color: #555;
}

.status-value[b-zmt5dmd06p] {
    color: #333;
}

.text-success[b-zmt5dmd06p] {
    color: #28a745 !important;
    font-weight: 600;
}

.text-secondary[b-zmt5dmd06p] {
    color: #6c757d !important;
}

.mt-4[b-zmt5dmd06p] {
    margin-top: 1rem;
}

.mt-5[b-zmt5dmd06p] {
    margin-top: 2rem;
}

.text-muted[b-zmt5dmd06p] {
    color: #6c757d;
    font-size: 12px;
    display: block;
    margin-top: 4px;
}

.d-flex[b-zmt5dmd06p] {
    display: flex;
}

.align-items-center[b-zmt5dmd06p] {
    align-items: center;
}

.spinner-border[b-zmt5dmd06p] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-zmt5dmd06p 0.75s linear infinite;
}

.spinner-border-sm[b-zmt5dmd06p] {
    width: 0.875rem;
    height: 0.875rem;
    border-width: 0.15em;
}

.me-2[b-zmt5dmd06p] {
    margin-right: 0.5rem;
}

@keyframes spinner-border-b-zmt5dmd06p {
    to {
        transform: rotate(360deg);
    }
}

.permissions-container[b-zmt5dmd06p] {
    margin-top: 20px;
}

.permission-section[b-zmt5dmd06p] {
    margin-bottom: 30px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.permission-section h5[b-zmt5dmd06p] {
    margin-bottom: 15px;
    color: #0066cc;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.permission-grid[b-zmt5dmd06p] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.permission-header[b-zmt5dmd06p] {
    display: grid;
    grid-template-columns: 1fr 120px 120px;
    padding: 10px 15px;
    background: #f0f0f0;
    font-weight: 600;
    border-radius: 4px;
    color: #333;
}

.permission-row[b-zmt5dmd06p] {
    display: grid;
    grid-template-columns: 1fr 120px 120px;
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
}

.permission-row:hover[b-zmt5dmd06p] {
    background: #f8f9fa;
}

.permission-col-name[b-zmt5dmd06p] {
    font-weight: 500;
}

.permission-col-check[b-zmt5dmd06p] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-form[b-zmt5dmd06p],
.role-form[b-zmt5dmd06p] {
    background: white;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.form-row[b-zmt5dmd06p] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 10px;
}

.form-col[b-zmt5dmd06p] {
    display: flex;
    flex-direction: column;
}

.form-col label[b-zmt5dmd06p] {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #555;
    font-size: 0.9rem;
}

[b-zmt5dmd06p] .user-grid {
    margin-top: 10px;
    background: white;
    border-radius: 4px;
    font-size: 0.9rem;
}

.dialog-overlay[b-zmt5dmd06p] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.dialog-content[b-zmt5dmd06p] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    min-width: 400px;
    max-width: 600px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dialog-content h5[b-zmt5dmd06p] {
    margin-top: 0;
    margin-bottom: 15px;
    color: #0066cc;
    font-size: 1.1rem;
}

.dialog-content .form-group[b-zmt5dmd06p] {
    margin-bottom: 15px;
}

.dialog-content .form-group label[b-zmt5dmd06p] {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #555;
    font-size: 0.9rem;
}

.dialog-actions[b-zmt5dmd06p] {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: flex-end;
}

.roles-list[b-zmt5dmd06p] {
    max-height: 300px;
    overflow-y: auto;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 4px;
}

.role-item[b-zmt5dmd06p] {
    padding: 8px;
    margin-bottom: 4px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    font-size: 0.9rem;
}

.role-item:hover[b-zmt5dmd06p] {
    background: #f0f0f0;
}

.ms-2[b-zmt5dmd06p] {
    margin-left: 0.5rem;
}

.action-buttons[b-zmt5dmd06p] {
    display: flex;
    align-items: center;
}

.action-icon[b-zmt5dmd06p] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.action-icon:hover[b-zmt5dmd06p] {
    opacity: 1;
}

[b-zmt5dmd06p] .create-button {
    width: fit-content;
    min-width: 120px;
}

.role-input-row[b-zmt5dmd06p] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

[b-zmt5dmd06p] .role-name-input {
    flex: 1;
}

[b-zmt5dmd06p] .add-role-button {
    width: fit-content;
    min-width: 80px;
}

.dialog-content-error[b-zmt5dmd06p] {
    max-width: 600px;
}

.error-header[b-zmt5dmd06p] {
    color: #dc3545;
}

.error-details[b-zmt5dmd06p] {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    font-family: monospace;
    white-space: pre-wrap;
}
/* _content/BRA.Wallboard.Blazor/Components/Pages/WallboardEditor.razor.rz.scp.css */
/* Grid View Editor Container */
.grid-view-container[b-dwni913c5z] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.grid-controls[b-dwni913c5z] {
    display: flex;
    gap: 10px;
    padding: 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

[b-dwni913c5z] .grid-view-selector {
    width: 200px;
}

[b-dwni913c5z] .dashboard-view-name-input {
    width: 200px;
}

/* Grid Container */
.grid-container[b-dwni913c5z] {
    display: grid;
    flex: 1;
    gap: 10px;
    padding: 10px;
    overflow: auto;
}

.grid-1[b-dwni913c5z] {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.grid-2[b-dwni913c5z] {
    grid-template-columns: 1fr 1fr;
}

.grid-4[b-dwni913c5z] {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

/* Grid Cell */
.grid-cell[b-dwni913c5z] {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background: white;
}

.grid-cell-controls[b-dwni913c5z] {
    display: flex;
    gap: 10px;
    padding: 10px;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
    align-items: center;
}

[b-dwni913c5z] .content-type-selector {
    width: 150px;
}

[b-dwni913c5z] .dashboard-id-input,
[b-dwni913c5z] .youtube-url-input,
[b-dwni913c5z] .image-url-input {
    flex: 1;
    min-width: 200px;
}

[b-dwni913c5z] .text-content-input {
    flex: 1;
    min-width: 300px;
}

.grid-cell-content[b-dwni913c5z] {
    flex: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-dwni913c5z] .grid-dashboard {
    width: 100%;
    height: 100%;
}

.youtube-iframe[b-dwni913c5z] {
    width: 100%;
    height: 100%;
    border: none;
}

.content-image[b-dwni913c5z] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.text-content[b-dwni913c5z] {
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    overflow: auto;
    width: 100%;
    height: 100%;
}

/* Markdown Content Styles */
.markdown-content h1[b-dwni913c5z] {
    font-size: 2em;
    margin: 0.67em 0;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.3em;
}

.markdown-content h2[b-dwni913c5z] {
    font-size: 1.5em;
    margin: 0.75em 0;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.3em;
}

.markdown-content h3[b-dwni913c5z] {
    font-size: 1.25em;
    margin: 1em 0;
    font-weight: bold;
}

.markdown-content h4[b-dwni913c5z],
.markdown-content h5[b-dwni913c5z],
.markdown-content h6[b-dwni913c5z] {
    margin: 1em 0;
    font-weight: bold;
}

.markdown-content p[b-dwni913c5z] {
    margin: 1em 0;
}

.markdown-content ul[b-dwni913c5z],
.markdown-content ol[b-dwni913c5z] {
    margin: 1em 0;
    padding-left: 2em;
}

.markdown-content li[b-dwni913c5z] {
    margin: 0.25em 0;
}

.markdown-content code[b-dwni913c5z] {
    background: #f4f4f4;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
}

.markdown-content pre[b-dwni913c5z] {
    background: #f4f4f4;
    padding: 12px;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1em 0;
}

.markdown-content pre code[b-dwni913c5z] {
    background: none;
    padding: 0;
}

.markdown-content blockquote[b-dwni913c5z] {
    border-left: 4px solid #ddd;
    padding-left: 1em;
    margin: 1em 0;
    color: #666;
    font-style: italic;
}

.markdown-content a[b-dwni913c5z] {
    color: #0066cc;
    text-decoration: none;
}

.markdown-content a:hover[b-dwni913c5z] {
    text-decoration: underline;
}

.markdown-content table[b-dwni913c5z] {
    border-collapse: collapse;
    margin: 1em 0;
    width: 100%;
}

.markdown-content table th[b-dwni913c5z],
.markdown-content table td[b-dwni913c5z] {
    border: 1px solid #ddd;
    padding: 8px 12px;
    text-align: left;
}

.markdown-content table th[b-dwni913c5z] {
    background-color: #f4f4f4;
    font-weight: bold;
}

.markdown-content hr[b-dwni913c5z] {
    border: none;
    border-top: 2px solid #ddd;
    margin: 2em 0;
}

.markdown-content img[b-dwni913c5z] {
    max-width: 100%;
    height: auto;
}

.empty-cell[b-dwni913c5z] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}
