.status-dot { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 0.75rem; height: 0.75rem; border-radius: 999px; flex: 0 0 auto; } .status-dot::after { content: ''; position: absolute; inset: -0.28rem; border-radius: inherit; opacity: 0; transform: scale(0.7); } .status-dot--online { background: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.2); } .status-dot--online::after { background: rgba(40, 167, 69, 0.32); animation: status-dot-pulse 1.8s ease-out infinite; } .status-dot--offline { background: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.2); } .status-dot--unknown { background: #adb5bd; box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.18); } .status-dot--unknown::after { background: rgba(173, 181, 189, 0.26); animation: status-dot-pulse 1.8s ease-out infinite; } @keyframes status-dot-pulse { 0% { opacity: 0.55; transform: scale(0.7); } 70% { opacity: 0; transform: scale(1.75); } 100% { opacity: 0; transform: scale(1.75); } } .user-menu-avatar { display: inline-flex; align-items: center; justify-content: center; width: 1.75rem; height: 1.75rem; border-radius: 999px; background: linear-gradient(135deg, #0d6efd, #6610f2); color: #fff; font-size: 0.875rem; font-weight: 700; flex: 0 0 auto; } .user-menu-avatar--lg { width: 3rem; height: 3rem; font-size: 1rem; } .user-menu-name { line-height: 1; } .user-menu-dropdown .user-header { padding: 1rem; text-align: center; } .user-menu-dropdown .user-body { padding: 0.75rem 1rem; } .user-menu-dropdown .user-body a { color: inherit; text-decoration: none; } .user-menu-dropdown .user-header p { margin: 0.75rem 0 0; line-height: 1.2; } .user-menu-dropdown .user-header small { display: block; margin-top: 0.25rem; opacity: 0.85; } .user-menu-dropdown .user-footer { display: flex; gap: 0.5rem; padding: 0.75rem 1rem 1rem; } .user-menu-dropdown .user-footer .btn { flex: 1 1 0; } .app-header .navbar-nav { --bs-navbar-nav-link-padding-x: 10px; } .app-sidebar { display: flex; flex-direction: column; min-height: 100vh; } .sidebar-wrapper { display: flex; flex: 1 1 auto; flex-direction: column; min-height: 0; overflow-y: auto; } .min-h-0 { min-height: 0; } .sidebar-brand .brand-text.fw-light { margin: 0; } .sidebar-version { font-size: 0.8rem; letter-spacing: 0.04em; } .sidebar-version__inner { opacity: 0.8; } .card { box-shadow: none; } .card-header { position: relative; } .card-header .card-tools { position: absolute; right: 20px; top: 12px; } .admin-form-card { box-shadow: none; } .admin-form-card .card-header { background: var(--bs-tertiary-bg); } .dashboard-hero { overflow: hidden; background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(32, 201, 151, 0.08)); } .dashboard-hero-body { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; } .dashboard-hero-kicker { display: inline-flex; align-items: center; padding: 0.3rem 0.65rem; border-radius: 999px; background: var(--bs-body-bg); color: var(--bs-primary); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; } .dashboard-hero-title { margin: 0.75rem 0 0; font-size: clamp(1.4rem, 1.1rem + 1vw, 2.2rem); line-height: 1.08; } .dashboard-hero-copy { margin: 0.75rem 0 0; color: var(--bs-secondary-color); } .dashboard-hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.75rem; min-width: min(100%, 22rem); } .dashboard-hero-stat { display: grid; gap: 0.15rem; min-width: 0; padding: 0.85rem 1rem; border-radius: 1rem; background: var(--bs-body-bg); } .dashboard-hero-stat-value { font-size: 1.5rem; font-weight: 700; line-height: 1; } .dashboard-hero-stat-label { color: var(--bs-secondary-color); font-size: 0.8rem; line-height: 1.2; } .dashboard-actions-card .card-header, .dashboard-table-card .card-header { padding-top: 1rem; padding-bottom: 1rem; } .dashboard-card-heading { display: grid; gap: 0.2rem; } .dashboard-card-heading .card-title { float: none; margin: 0; } .dashboard-card-subtitle { margin: 0; color: var(--bs-secondary-color); font-size: 0.875rem; } .dashboard-action-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; } .dashboard-action-form { display: grid; gap: 0.5rem; margin: 0; } .dashboard-action-button { justify-content: center; } .dashboard-action-help { color: var(--bs-secondary-color); font-size: 0.875rem; } .page-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; padding: 0 0 0.5rem; } .page-header h2 { margin: 0; font-size: clamp(1.45rem, 1.2rem + 0.6vw, 2rem); line-height: 1.1; } .page-header p { margin: 0.35rem 0 0; color: var(--bs-secondary-color); } .page-header > div { min-width: 0; } .card.card-outline > .card-header { align-items: center; min-height: 3.25rem; } .card-body.table-responsive { border-bottom-left-radius: calc(var(--bs-border-radius) - 1px); border-bottom-right-radius: calc(var(--bs-border-radius) - 1px); } .card-body.table-responsive > table.table > thead th { position: sticky; top: 0; z-index: 1; background: var(--bs-body-bg); box-shadow: inset 0 -1px 0 var(--bs-border-color); } .card-body.table-responsive > table.table > tbody > tr:last-child > * { border-bottom-width: 0; } .chip { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.25rem 0.625rem; border-radius: 999px; background: var(--bs-secondary-bg); color: var(--bs-secondary-color); font-size: 0.875rem; line-height: 1.2; white-space: nowrap; } .empty { color: var(--bs-secondary-color); font-style: italic; } .subtle { color: var(--bs-secondary-color); } .connected-updated-secondary { font-style: italic; } .connection-count, td[data-label="Name"], td[data-label="Title"], td[data-label="Client"], td[data-label="Current Screen"], td[data-label="Current Slide"], td[data-label="IP"], td[data-label="Viewport"], td[data-label="Connected/Updated"], td[data-label="Template"], td[data-label="Slides"] { overflow-wrap: anywhere; } .slide-editor-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem); gap: 1rem; align-items: start; position: relative; } .slide-form-stack { display: grid; gap: 1rem; min-width: 0; } .slide-editor-shell .slide-preview-card { width: 100%; max-width: 24rem; justify-self: end; } .slide-editor-shell .slide-preview-card .card-body { padding: 0.875rem; } .slide-editor-shell .slide-preview-scroll { max-height: calc(100vh - 8rem); overflow: auto; } .slide-preview-header h3 { margin: 0; } .slide-preview-header .muted { margin-top: 0.25rem; } .slide-form-stack .ck.ck-editor, .template-field-card .ck.ck-editor { --ck-custom-background: var(--bs-body-bg); --ck-custom-foreground: var(--bs-body-color); --ck-custom-border: var(--bs-border-color); --ck-color-base-foreground: var(--bs-tertiary-bg); --ck-color-base-background: var(--bs-body-bg); --ck-color-base-border: var(--bs-border-color); --ck-color-base-text: var(--bs-body-color); --ck-color-base-action: var(--bs-primary); --ck-color-base-focus: var(--bs-primary); --ck-color-base-active: var(--bs-primary); --ck-color-base-active-focus: var(--bs-primary); --ck-color-base-error: var(--bs-danger); --ck-color-focus-border: rgba(var(--bs-primary-rgb), 1); --ck-color-focus-outer-shadow: rgba(var(--bs-primary-rgb), 0.18); --ck-color-focus-disabled-shadow: rgba(var(--bs-secondary-rgb), 0.14); --ck-color-focus-error-shadow: rgba(var(--bs-danger-rgb), 0.18); --ck-color-shadow-drop: rgba(0, 0, 0, 0.16); --ck-color-shadow-drop-active: rgba(0, 0, 0, 0.22); --ck-color-shadow-inner: rgba(0, 0, 0, 0.08); --ck-color-button-default-background: transparent; --ck-color-button-default-hover-background: var(--bs-secondary-bg); --ck-color-button-default-active-background: var(--bs-secondary-bg); --ck-color-button-default-disabled-background: transparent; --ck-color-button-on-background: rgba(var(--bs-primary-rgb), 0.12); --ck-color-button-on-hover-background: rgba(var(--bs-primary-rgb), 0.16); --ck-color-button-on-active-background: rgba(var(--bs-primary-rgb), 0.16); --ck-color-button-on-disabled-background: var(--bs-secondary-bg); --ck-color-button-on-color: var(--bs-primary); --ck-color-button-action-background: var(--bs-primary); --ck-color-button-action-hover-background: var(--bs-primary); --ck-color-button-action-active-background: var(--bs-primary); --ck-color-button-action-disabled-background: var(--bs-primary); --ck-color-button-action-text: var(--bs-body-bg); --ck-color-switch-button-off-background: var(--bs-secondary-color); --ck-color-switch-button-off-hover-background: var(--bs-secondary-color); --ck-color-switch-button-on-background: var(--bs-primary); --ck-color-switch-button-on-hover-background: var(--bs-primary); --ck-color-switch-button-inner-background: var(--bs-body-bg); --ck-color-switch-button-inner-shadow: rgba(0, 0, 0, 0.08); --ck-color-dropdown-panel-background: var(--bs-body-bg); --ck-color-dropdown-panel-border: var(--bs-border-color); --ck-color-dialog-background: var(--bs-body-bg); --ck-color-dialog-form-header-border: var(--bs-border-color); --ck-color-list-button-on-background: rgba(var(--bs-primary-rgb), 0.12); --ck-color-list-button-on-text: var(--bs-primary); --ck-color-input-background: var(--bs-body-bg); --ck-color-input-border: var(--bs-border-color); --ck-color-input-text: var(--bs-body-color); --ck-color-input-disabled-background: var(--bs-secondary-bg); --ck-color-input-disabled-border: var(--bs-border-color); --ck-color-input-disabled-text: var(--bs-secondary-color); --ck-color-toolbar-background: var(--bs-tertiary-bg); --ck-color-toolbar-border: var(--bs-border-color); --ck-color-toolbar-box-shadow: none; --ck-color-image-caption-background: var(--bs-secondary-bg); --ck-color-image-caption-text: var(--bs-secondary-color); --ck-color-resizer: var(--bs-primary); --ck-color-resizer-tooltip-background: var(--bs-dark); --ck-color-resizer-tooltip-text: var(--bs-light); border-radius: var(--bs-border-radius); overflow: hidden; background: var(--bs-body-bg); border: 1px solid var(--bs-border-color); } .slide-form-stack .ck.ck-editor__top .ck-sticky-panel__content, .template-field-card .ck.ck-editor__top .ck-sticky-panel__content { border-bottom: 1px solid var(--bs-border-color); } .slide-form-stack .ck.ck-toolbar, .template-field-card .ck.ck-toolbar { background: var(--bs-tertiary-bg); border: 0; border-radius: 0; } .slide-form-stack .ck.ck-toolbar .ck-toolbar__items, .template-field-card .ck.ck-toolbar .ck-toolbar__items { gap: 0.15rem; } .slide-form-stack .ck.ck-toolbar .ck-button, .slide-form-stack .ck.ck-toolbar .ck-dropdown__button, .slide-form-stack .ck.ck-toolbar .ck-splitbutton__action, .template-field-card .ck.ck-toolbar .ck-button, .template-field-card .ck.ck-toolbar .ck-dropdown__button, .template-field-card .ck.ck-toolbar .ck-splitbutton__action { border-radius: 0.5rem; color: var(--bs-body-color); } .slide-form-stack .ck.ck-toolbar .ck-button:hover, .slide-form-stack .ck.ck-toolbar .ck-dropdown__button:hover, .slide-form-stack .ck.ck-toolbar .ck-splitbutton__action:hover, .template-field-card .ck.ck-toolbar .ck-button:hover, .template-field-card .ck.ck-toolbar .ck-dropdown__button:hover, .template-field-card .ck.ck-toolbar .ck-splitbutton__action:hover { background: var(--bs-secondary-bg); } .slide-form-stack .ck.ck-toolbar .ck-button.ck-on, .slide-form-stack .ck.ck-toolbar .ck-dropdown__button.ck-on, .slide-form-stack .ck.ck-toolbar .ck-splitbutton__action.ck-on, .template-field-card .ck.ck-toolbar .ck-button.ck-on, .template-field-card .ck.ck-toolbar .ck-dropdown__button.ck-on, .template-field-card .ck.ck-toolbar .ck-splitbutton__action.ck-on { background: rgba(var(--bs-primary-rgb), 0.12); color: var(--bs-primary); } .slide-form-stack .ck.ck-toolbar .ck-button.ck-disabled, .slide-form-stack .ck.ck-toolbar .ck-dropdown__button.ck-disabled, .slide-form-stack .ck.ck-toolbar .ck-splitbutton__action.ck-disabled, .template-field-card .ck.ck-toolbar .ck-button.ck-disabled, .template-field-card .ck.ck-toolbar .ck-dropdown__button.ck-disabled, .template-field-card .ck.ck-toolbar .ck-splitbutton__action.ck-disabled { color: var(--bs-secondary-color); } .slide-form-stack .ck.ck-toolbar .ck-font-size-input, .template-field-card .ck.ck-toolbar .ck-font-size-input { flex: 0 0 5% !important; width: 5% !important; max-width: 5% !important; min-width: 0 !important; } .slide-form-stack .ck.ck-dropdown__panel, .slide-form-stack .ck.ck-list__panel, .slide-form-stack .ck.ck-balloon-panel, .template-field-card .ck.ck-dropdown__panel, .template-field-card .ck.ck-list__panel, .template-field-card .ck.ck-balloon-panel { border-color: var(--bs-border-color); box-shadow: var(--bs-box-shadow); } .slide-form-stack .ck.ck-list__item .ck-button, .template-field-card .ck.ck-list__item .ck-button { color: var(--bs-body-color); } .slide-form-stack .ck.ck-list__item .ck-button:hover, .template-field-card .ck.ck-list__item .ck-button:hover { background: var(--bs-secondary-bg); } .slide-form-stack .ck.ck-dropdown__panel, .slide-form-stack .ck.ck-list__panel, .slide-form-stack .ck.ck-balloon-panel, .slide-form-stack .ck.ck-toolbar .ck-dropdown__panel, .template-field-card .ck.ck-dropdown__panel, .template-field-card .ck.ck-list__panel, .template-field-card .ck.ck-balloon-panel, .template-field-card .ck.ck-toolbar .ck-dropdown__panel { background: var(--bs-body-bg); } .slide-form-stack .ck.ck-input-text, .slide-form-stack .ck.ck-list__item-text, .slide-form-stack .ck.ck-list__item-label, .slide-form-stack .ck.ck-dropdown__panel .ck-button__label, .template-field-card .ck.ck-input-text, .template-field-card .ck.ck-list__item-text, .template-field-card .ck.ck-list__item-label, .template-field-card .ck.ck-dropdown__panel .ck-button__label { color: var(--bs-body-color); } .slide-form-stack .ck.ck-input-text, .template-field-card .ck.ck-input-text { background: var(--bs-body-bg); border-color: var(--bs-border-color); } .slide-form-stack .ck.ck-input-text:focus, .template-field-card .ck.ck-input-text:focus { border-color: var(--bs-primary); box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.18); } .slide-form-stack .ck.ck-editor__main > .ck-editor__editable, .slide-form-stack .ck.ck-editor__editable_inline, .template-field-card .ck.ck-editor__main > .ck-editor__editable, .template-field-card .ck.ck-editor__editable_inline { background: var(--bs-body-bg); color: var(--bs-body-color); border: 0; } .slide-form-stack .ck.ck-editor__main > .ck-editor__editable.ck-focused, .slide-form-stack .ck.ck-editor__editable_inline.ck-focused, .template-field-card .ck.ck-editor__main > .ck-editor__editable.ck-focused, .template-field-card .ck.ck-editor__editable_inline.ck-focused { box-shadow: inset 0 0 0 1px var(--bs-primary), 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.18); } .slide-form-stack .ck-editor__editable_inline, .template-field-card .ck-editor__editable_inline { min-height: 10rem; } .slide-form-stack .ck-content, .template-field-card .ck-content { font-family: inherit; line-height: 1.55; } .slide-form-stack .ck-content h1, .slide-form-stack .ck-content h2, .slide-form-stack .ck-content h3, .slide-form-stack .ck-content h4, .slide-form-stack .ck-content h5, .slide-form-stack .ck-content h6, .template-field-card .ck-content h1, .template-field-card .ck-content h2, .template-field-card .ck-content h3, .template-field-card .ck-content h4, .template-field-card .ck-content h5, .template-field-card .ck-content h6 { color: var(--bs-body-color); } .slide-form-stack .ck-content p, .template-field-card .ck-content p { margin-bottom: 0.75rem; } html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-dropdown__panel, html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-list__panel, html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-list, html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-balloon-panel { background: var(--bs-body-bg) !important; background-color: var(--bs-body-bg) !important; border-color: var(--bs-border-color) !important; color: var(--bs-body-color) !important; } html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-list__item .ck-button, html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-list .ck-button, html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-list__item .ck-button__label, html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-list .ck-button__label, html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-dropdown__panel .ck-button__label, html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-dropdown__panel .ck-list__item-text, html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-dropdown__panel .ck-list__item-label, html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-color-grid, html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-color-grid__tile { color: var(--bs-body-color) !important; } html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-list .ck-button { background: transparent !important; } html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-list .ck-list-item-button { background: transparent !important; background-color: transparent !important; } html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-list .ck-list-item-button:hover { background: var(--bs-secondary-bg) !important; background-color: var(--bs-secondary-bg) !important; } html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-list .ck-button:hover { background: var(--bs-secondary-bg) !important; } html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-color-grid__tile { border-color: var(--bs-border-color) !important; } .slide-preview-dimensions-chip { display: inline-flex; align-items: center; margin-left: auto; flex-shrink: 0; padding: 0.2rem 0.5rem; border-radius: 999px; background: var(--bs-secondary-bg); color: var(--bs-secondary-color); font-size: 0.75rem; line-height: 1.2; } .slide-preview-stage { position: relative; width: 100%; overflow: hidden; border-radius: 0; background: #111; } .slide-preview-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; transform-origin: top left; will-change: transform; } .slide-preview-background, .slide-preview-overlay, .slide-preview-empty { position: absolute; inset: 0; } .slide-preview-region { position: absolute; overflow: hidden; box-sizing: border-box; } .slide-preview-image { width: 100%; height: 100%; object-fit: contain; display: block; } .slide-preview-background { width: 100%; height: 100%; object-fit: contain; } .slide-preview-empty { display: flex; align-items: center; justify-content: center; padding: 1rem; color: rgba(255, 255, 255, 0.75); text-align: center; background: linear-gradient(135deg, rgba(13, 110, 253, 0.15), rgba(255, 255, 255, 0.04)); } .slide-preview-overlay { z-index: 2; } .slide-preview-background { z-index: 1; } .slide-preview-empty { z-index: 0; } .template-designer-layout { display: grid; grid-template-columns: minmax(0, 1fr) 20rem; gap: 1rem; align-items: start; } .template-designer-main, .template-designer-sidebar { min-width: 0; } .designer-stage { position: relative; width: 100%; min-height: 18rem; overflow: hidden; border: 1px solid var(--bs-border-color); border-radius: 0; background: var(--bs-body-bg); } .designer-stage > img, .designer-stage > .empty-bg, .designer-stage > .designer-overlay { position: absolute; inset: 0; } .designer-stage > img { width: 100%; height: 100%; object-fit: contain; } .designer-stage > .empty-bg { display: flex; align-items: center; justify-content: center; color: var(--bs-secondary-color); background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(108, 117, 125, 0.05)); } .designer-overlay { z-index: 2; cursor: crosshair; } .designer-rect { position: absolute; border: 2px solid rgba(13, 110, 253, 0.95); background: rgba(13, 110, 253, 0.12); box-sizing: border-box; border-radius: 0.35rem; min-width: 12px; min-height: 12px; } .designer-rect.selected { border-color: rgba(25, 135, 84, 1); background: rgba(25, 135, 84, 0.14); } .designer-rect-label { position: absolute; left: 0; top: -1.55rem; max-width: 100%; padding: 0.15rem 0.45rem; border-radius: 999px; background: rgba(33, 37, 41, 0.88); color: #fff; font-size: 0.75rem; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .designer-rect.selected .designer-rect-label { background: rgba(25, 135, 84, 0.95); } .resize-handle { position: absolute; width: 0.8rem; height: 0.8rem; border-radius: 999px; border: 2px solid #fff; background: rgba(13, 110, 253, 1); box-shadow: 0 0 0 1px rgba(13, 110, 253, 0.35); } .resize-handle.nw { left: -0.4rem; top: -0.4rem; cursor: nwse-resize; } .resize-handle.ne { right: -0.4rem; top: -0.4rem; cursor: nesw-resize; } .resize-handle.sw { left: -0.4rem; bottom: -0.4rem; cursor: nesw-resize; } .resize-handle.se { right: -0.4rem; bottom: -0.4rem; cursor: nwse-resize; } .designer-draft { border-style: dashed; background: rgba(13, 110, 253, 0.08); } .template-designer-sidebar { position: sticky; top: 1rem; display: grid; gap: 1rem; } .template-designer-sidebar .card-body.d-grid { padding: 1rem; } .template-designer-sidebar .btn-group { width: 100%; } .template-actions-group { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 0; width: 100%; } .template-actions-group > * { width: 100%; } .template-actions-group > .btn-warning, .template-actions-group > .btn-danger, .playlist-actions-group > .btn-warning, .playlist-actions-group > .btn-danger, .screen-actions-group > .btn-warning, .screen-actions-group > .btn-danger { flex: 1 1 0; } .template-actions-group > .btn-warning, .template-actions-group > .btn-danger, .playlist-actions-group > .btn-warning, .playlist-actions-group > .btn-danger, .screen-actions-group > .btn-warning, .screen-actions-group > .btn-danger { text-align: center; } .save-action-group > .dropdown-toggle-split { flex: 0 0 2.35rem; width: 2.35rem; min-width: 2.35rem; padding-left: 0.5rem; padding-right: 0.5rem; } .save-action-group > .dropdown-toggle-split::after { margin-left: 0; } .slide-actions-group .save-action-group > .dropdown-toggle-split { flex-basis: 3rem; width: 3rem; min-width: 3rem; } .template-designer-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); } .template-designer-actions .btn { width: 100%; } .region-info-card .card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; } .region-info-card .card-title { margin-bottom: 0.15rem; } .region-info-card .card-subtitle { margin-bottom: 0; } .region-selector-block .form-label { font-weight: 600; } .region-list { display: grid; gap: 0.75rem; } .region-item { overflow: hidden; } .region-item label { display: grid; gap: 0.35rem; font-size: 0.875rem; font-weight: 600; color: var(--bs-body-color); } .region-item input, .region-item select { width: 100%; } .region-field-grid { display: grid; width: 100%; gap: 0.75rem; } .region-field-grid--identity { grid-template-columns: minmax(0, 1fr); } .region-field-grid--position { grid-template-columns: repeat(3, minmax(0, 1fr)); } .region-field-grid--size { grid-template-columns: repeat(2, minmax(0, 1fr)); } .region-field-grid > label { display: grid; gap: 0.35rem; min-width: 0; } .region-field-grid > label > .form-control, .region-field-grid > label > .form-select { min-width: 0; } .template-field-head { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; min-height: 3.25rem; } .template-field-actions { display: inline-flex; align-items: center; gap: 0.5rem; margin-left: auto; } .template-field-head strong { font-size: 0.95rem; } .template-field-head .chip { display: inline-flex; align-items: center; margin-left: auto; flex-shrink: 0; padding: 0.2rem 0.5rem; border-radius: 999px; background: var(--bs-secondary-bg); color: var(--bs-secondary-color); font-size: 0.75rem; line-height: 1.2; } .template-field-card { overflow: hidden; } .template-field-card .card-header, .region-item .card-header { background: var(--bs-tertiary-bg); border-bottom: 1px solid var(--bs-border-color-translucent); } .template-field-card .card-body, .region-item .card-body { background: var(--bs-body-bg); } .template-field-card label, .region-item label { margin-bottom: 0; } .template-field-card .form-control, .template-field-card .form-select, .template-field-card textarea, .template-field-card input[type='file'], .region-item .form-control, .region-item .form-select, .region-item input[type='number'], .region-item input[type='text'] { width: 100%; } .template-field-card .ckeditor-holder { min-width: 0; } .template-field-card.is-expanded .ck-editor__editable_inline { min-height: 32rem; } .template-field-card.is-expanded .card-body { min-height: 36rem; } .template-field-card .slide-image-file, .region-item .slide-image-file { margin: 0; } .region-item .remove-region { justify-self: end; } .region-item .form-control:focus, .region-item .form-select:focus, .region-item input[type='number']:focus, .region-item input[type='text']:focus { border-color: var(--bs-primary); box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15); } @media (max-width: 575.98px) { .region-info-card .card-header { align-items: stretch; flex-direction: column; } .region-field-grid--identity, .region-field-grid--position, .region-field-grid--size { grid-template-columns: 1fr; } } @media (max-width: 1199.98px) { .template-designer-layout { grid-template-columns: minmax(0, 1fr); } .template-designer-sidebar, .slide-editor-shell, .slide-editor-shell .slide-preview-card { position: static; } .slide-editor-shell { grid-template-columns: minmax(0, 1fr); } .slide-editor-shell .slide-preview-card { max-width: none; justify-self: stretch; } .template-designer-actions { grid-template-columns: 1fr; } } .frame-popup-card-body { margin: 0; padding: 0; } .frame-popup-card-body .slide-schedule-card { width: min(100%, 40rem); margin: 0 auto; } .toast-container { z-index: 1085; } .is-hidden { display: none !important; } .playlist-add-slide-form { display: flex; } .playlist-add-slide-form.is-hidden, .playlist-add-slide-empty.is-hidden, .schedule-panel.is-hidden { display: none !important; } .schedule-day-grid .schedule-day-button { flex: 1 1 0; } .slide-schedule-dialog { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 0; padding: 0; background: transparent; max-width: none; overflow: hidden; width: min(calc(100vw - 1rem), 42rem); max-height: calc(100vh - 1rem); height: auto; margin: 0; } .slide-schedule-dialog::backdrop { background: rgba(0, 0, 0, 0.35); } .slide-schedule-content { width: 100%; } .actions, .playlist-item-actions, .users-row-actions { display: flex; flex-wrap: nowrap; align-items: center; gap: 0.5rem; white-space: nowrap; } table.table > :not(caption) > thead > tr > th:last-child, table.table > :not(caption) > tbody > tr > td:last-child, td[data-label="Actions"] { width: 1%; white-space: nowrap; } td[data-label="Actions"] { text-align: right; } td[data-label="Actions"] > div { justify-content: flex-end; } .actions .inline-form, .playlist-item-actions .inline-form, .users-row-actions .inline-form { margin: 0; flex: 0 0 auto; } table.table > :not(caption) > * > * { vertical-align: middle; } .playlist-order-cell { width: 1%; white-space: nowrap; padding-bottom: 0 !important; } .playlist-order-cell-inner { display: inline-flex; align-items: center; gap: 0.5rem; } .playlist-drag-handle { display: inline-flex; align-items: center; justify-content: center; width: 1.35rem; height: 1.9rem; line-height: 1; cursor: grab; text-decoration: none; } .playlist-drag-handle-icon { display: inline-flex; align-items: center; justify-content: center; width: 1.1rem; height: 1.9rem; } .playlist-drag-handle-svg { display: block; width: 100%; height: 100%; fill: currentColor; } .playlist-drag-handle:active, .playlist-drag-handle:hover, .playlist-drag-handle:focus { text-decoration: none; } .playlist-drag-handle:active { cursor: grabbing; } table.table thead th.sortable { cursor: pointer; white-space: nowrap; } table.table thead th.sortable .table-sort-indicator { font-size: 0.8em; opacity: 0.55; } table.table thead th.sort-asc .table-sort-indicator, table.table thead th.sort-desc .table-sort-indicator { opacity: 1; } .navbar-nav>.user-menu>.dropdown-menu>li.user-header { min-height: 100px; } @media (max-width: 767.98px) { .dashboard-hero-body { flex-direction: column; align-items: stretch; } .dashboard-hero-stats { grid-template-columns: 1fr; min-width: 0; } .dashboard-action-grid { grid-template-columns: 1fr; } .dashboard-hero-body { flex-direction: column; align-items: stretch; } .dashboard-hero-stats { grid-template-columns: 1fr; min-width: 0; } .page-header { align-items: flex-start; flex-direction: column; } .card-body.table-responsive > table.table > thead th { position: static; } }