.btn-danger {
    background-color: #ff1e1e;
    border-color: #ff1e1e;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:active:focus {
    background-color: #d40000 !important;
    border-color: #d40000 !important;
    color: white !important;
}

.btn-outline-danger {
    color: #ff1e1e;
    border-color: #ff1e1e;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger:active:focus {
    background-color: #ff1e1e !important;
    border-color: #ff1e1e !important;
    color: white !important;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 600;
    min-height: 52px;
    -webkit-tap-highlight-color: transparent;
}

.btn iconify-icon {
    position: relative;
    top: 1px;
}

.page-container {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.page-container {
    overflow-x: clip;
}

.page-container::before {
    content: '';
    position: absolute;
    inset: -6px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/bg-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(3px);
    z-index: -1;
}

.footer-text {
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    padding: 20px;
    text-transform: uppercase;
    width: 100%;
    margin-top: auto;
}

.profile-dropdown {
    min-width: 220px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 0;
}

.profile-dropdown-header {
    padding: 1rem 1.25rem;
    background-color: rgba(245, 245, 245, 0.9);
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.profile-dropdown-name {
    font-weight: 700;
    font-size: 1rem;
    color: #212529;
}

.profile-dropdown-email {
    font-size: 0.8rem;
    color: #6c757d;
}

.profile-dropdown .dropdown-item {
    padding: 0.6rem 1.25rem;
    font-weight: 500;
}

.profile-dropdown .dropdown-item:hover,
.profile-dropdown .dropdown-item:focus,
.profile-dropdown .dropdown-item:active {
    color: #d40000;
    background-color: rgba(255, 30, 30, 0.08);
}

.profile-dropdown .dropdown-divider {
    margin: 0;
}

.user-avatar-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.user-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #333;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    object-fit: cover;
    border: 2px solid white;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.main-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    gap: 30px;
}

.roster-content {
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px 40px;
}

.top-bar {
    padding: 20px 40px;
    width: 100%;
    gap: 15px;
}

.live-clock {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    letter-spacing: 1.5px;
    font-variant-numeric: tabular-nums;
}


.top-logo {
    max-width: 70px;
}

/* ── Home page actions ── */

.home-actions {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 500px;
}

.home-search-form {
    display: flex;
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.home-search-input {
    flex: 1;
    border: none;
    padding: 12px 18px;
    font-size: 1rem;
    outline: none;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
}

.home-search-btn {
    background-color: #ff1e1e;
    color: white;
    border: none;
    padding: 0 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    transition: background-color 0.2s;
}

.home-search-btn:hover {
    background-color: #d40000;
}

.btn-roster {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

.btn-roster iconify-icon {
    font-size: 1.3rem;
}

.attendance-circle {
    background-color: rgba(245, 245, 245, 0.85);
    backdrop-filter: blur(8px);
    width: 90vw;
    max-width: 520px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    position: relative;
}

@property --ring-color {
    syntax: '<color>';
    inherits: false;
    initial-value: #3498db;
}

.attendance-circle.state-scanning::before,
.attendance-circle.state-detected::before,
.attendance-circle.state-no-face::before,
.attendance-circle.state-error::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: 4;
    pointer-events: none;
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        var(--ring-color) 30%,
        transparent 60%
    );
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 15px), #000 calc(100% - 15px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 15px), #000 calc(100% - 15px));
    animation: spinRing 2s linear infinite;
    transition: --ring-color 0.5s ease;
}

.attendance-circle.state-scanning::before { --ring-color: #3498db; }
.attendance-circle.state-detected::before { --ring-color: #4cd137; }
.attendance-circle.state-no-face::before { --ring-color: #ff1e1e; }
.attendance-circle.state-error::before { --ring-color: #ff1e1e; animation-duration: 1.5s; }

@keyframes spinRing {
    to { transform: rotate(360deg); }
}

#idlePrompt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

.attendance-illustration {
    max-width: 55%;
}

.attendance-text {
    color: #555;
    font-weight: 600;
    font-size: 1.35rem;
    max-width: 85%;
}


.search-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.search-container {
    display: flex;
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.search-input {
    flex-grow: 1;
    border: none;
    padding: 14px 20px;
    font-size: 1.1rem;
    outline: none;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    min-height: 52px;
}

.search-btn {
    background-color: #ff1e1e;
    color: white;
    border: none;
    padding: 0 28px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s;
    min-height: 52px;
    -webkit-tap-highlight-color: transparent;
}

.search-btn:hover {
    background-color: #d40000;
}

.toolbar-buttons {
    display: flex;
    gap: 8px;
}

.segmented-control {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.segment {
    border: none;
    padding: 0 18px;
    min-height: 52px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    color: #333;
    transition: background-color 0.2s, color 0.2s;
    -webkit-tap-highlight-color: transparent;
}

.segment.active {
    background-color: #ff1e1e;
    color: white;
}

.toolbar-dropdown-wrapper {
    position: relative;
}

.toolbar-btn {
    width: 52px;
    min-height: 52px;
    border: none;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    color: #333;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: transparent;
}

.toolbar-btn:hover,
.toolbar-btn.active {
    background-color: #ff1e1e;
    color: white;
}

.toolbar-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 200px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 14px;
    z-index: 100;
}

.toolbar-dropdown.show {
    display: block;
}

.dropdown-section {
    margin-bottom: 12px;
}

.dropdown-section:last-child {
    margin-bottom: 0;
}

.dropdown-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
    margin-bottom: 6px;
}

.dropdown-select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    background: white;
    color: #333;
    outline: none;
    cursor: pointer;
    min-height: 44px;
}

.dropdown-select:focus {
    border-color: #ff1e1e;
}

.dropdown-clear {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: none;
    border-radius: 8px;
    background: #f0f0f0;
    color: #555;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.2s;
    min-height: 44px;
    -webkit-tap-highlight-color: transparent;
}

.dropdown-clear:hover {
    background: #e0e0e0;
}

.active-filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    background: rgba(255, 30, 30, 0.1);
    color: #d40000;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.class-card {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.card-header {
    background-color: #df5a4b;
    color: white;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.card-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-count {
    background: rgba(255, 255, 255, 0.25);
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.course-time {
    font-weight: 400;
    font-size: 0.85rem;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 4px;
}

.card-body {
    background-color: rgba(245, 245, 245, 0.85);
    backdrop-filter: blur(8px);
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.student-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 110px;
    padding: 10px 6px;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.15s;
    -webkit-tap-highlight-color: transparent;
}

.student-item:active {
    background-color: rgba(0, 0, 0, 0.06);
}

/* ── Student modal ── */

.student-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: modalBgFade 0.2s ease;
}

@keyframes modalBgFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

.student-modal-content {
    background: white;
    border-radius: 16px;
    padding: 32px;
    width: 90%;
    max-width: 420px;
    position: relative;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideUp 0.25s ease;
}

@keyframes modalSlideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #999;
    cursor: pointer;
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
}

.modal-close:hover {
    color: #333;
}

.modal-student-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}

.modal-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 4px;
}

.modal-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-student-name {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
}

.modal-student-code {
    font-size: 0.85rem;
    color: #888;
}

.modal-student-details {
    border-top: 1px solid #eee;
    padding-top: 16px;
    margin-bottom: 20px;
}

.modal-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.modal-detail-row + .modal-detail-row {
    border-top: 1px solid #f5f5f5;
}

.modal-detail-label {
    font-size: 0.85rem;
    color: #888;
    font-weight: 500;
}

.modal-detail-value {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
}

.status-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.status-present {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.status-absent {
    background-color: #ffebee;
    color: #c62828;
}

.modal-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.avatar-wrapper {
    position: relative;
    margin-bottom: 12px;
}

.student-avatar {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid transparent;
}

.placeholder-avatar {
    background-color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
}

.badge {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    border: 2px solid white;
}

.badge-cross {
    background-color: #ff4d4d;
    top: -2px;
    left: -2px;
}

.badge-check {
    background-color: #4cd137;
    bottom: -2px;
    right: -2px;
}

.student-name {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #444;
    line-height: 1.2;
}

.student-checkin-time {
    font-size: 0.7rem;
    color: #2e7d32;
    font-weight: 500;
    margin-top: 2px;
}

/* ── Empty / loading state ── */

.empty-state {
    text-align: center;
    margin-top: 80px;
    color: rgba(255, 255, 255, 0.7);
}

.empty-state iconify-icon {
    font-size: 3rem;
}

.empty-state p {
    margin-top: 10px;
    font-size: 1rem;
}

/* Marked student state */
.student-item.marked {
    opacity: 0.6;
}

/* ── Recognition overlays (Index.cshtml) ── */

.recognition-overlay {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    overflow: hidden;
    animation: overlayFadeIn 0.3s ease;
}

@keyframes overlayFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.recognition-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 20px;
}

.result-icon {
    font-size: 3rem;
}

.matched-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #4cd137;
}

/* ── Ambiguous match overlay ── */

.ambiguous-prompt {
    font-weight: 500;
    margin-bottom: 5px;
}

.ambiguous-candidates {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.ambiguous-candidate-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background: #efefef;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: border-color 0.2s, background 0.2s;
    -webkit-tap-highlight-color: transparent;
}

.ambiguous-candidate-btn:active,
.ambiguous-candidate-btn:hover {
    border-color: #ff1e1e;
    background: rgba(255, 30, 30, 0.08);
}

.ambiguous-candidate-btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.ambiguous-candidate-btn .matched-photo {
    width: 60px;
    height: 60px;
    border-color: #ff1e1e;
}

.ambiguous-candidate-btn span {
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    word-break: break-word;
}

/* ── Webcam video ── */

.attendance-circle .webcam-video,
.attendance-circle #motionCanvas {
    position: absolute;
    inset: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    object-fit: cover;
    border-radius: 50%;
    transform: scaleX(-1);
}

.webcam-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* ── Guidance hint ── */

.guidance-hint {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
    z-index: 6;
    margin: 0;
    animation: overlayFadeIn 0.3s ease;
}

/* ── Spin animation ── */

.spin {
    display: inline-block;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ── Toast notifications ── */

.toast-notification {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 28px;
    border-radius: 30px;
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    animation: toastSlideUp 0.3s ease;
}

@keyframes toastSlideUp {
    from { opacity: 0; transform: translateX(-50%) translateY(10px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.toast-success {
    background-color: #4cd137;
}

.toast-error {
    background-color: #ff1e1e;
}

.toast-info {
    background-color: #3498db;
}

/* ── Enrollment page ── */

.enrollment-circle {
    background-color: rgba(245, 245, 245, 0.85);
    backdrop-filter: blur(8px);
    width: 90vw;
    max-width: 520px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.enrollment-circle .webcam-video,
.enrollment-circle .captured-preview {
    position: absolute;
    inset: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    object-fit: cover;
    border-radius: 50%;
}

.enrollment-circle .webcam-video,
.enrollment-circle .captured-preview {
    transform: scaleX(-1);
}

.enroll-tips {
    font-size: 0.85rem;
    text-align: left;
    padding-left: 1.2rem;
    margin-bottom: 0;
    list-style: disc;
}

.enroll-tips li {
    margin-bottom: 2px;
}

.enrollment-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.enrollment-action-card {
    background-color: rgba(245, 245, 245, 0.85);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 24px 32px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

@media (orientation: landscape) {
    .enrollment-layout {
        flex-direction: row;
        justify-content: center;
    }

    .enrollment-action-card {
        align-self: center;
    }
}

.captured-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.similar-face-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: modalBgFade 0.2s ease;
}

.similar-face-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    width: 90%;
    max-width: 360px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideUp 0.25s ease;
}

.similar-face-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.similar-face-message {
    font-size: 0.9rem;
    margin-bottom: 18px;
    color: #555;
}



/* ── Idle overlay ── */

.idle-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.idle-overlay.show {
    opacity: 1;
    pointer-events: auto;
}

.idle-content {
    text-align: center;
    color: white;
    animation: idlePulse 2.5s ease-in-out infinite;
}

.idle-icon {
    font-size: 5rem;
    margin-bottom: 20px;
    opacity: 0.9;
}

.idle-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 10px;
}

.idle-subtitle {
    font-size: 1.1rem;
    opacity: 0.7;
    margin: 0;
}

@keyframes idlePulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.03); opacity: 0.85; }
}

@media (max-width: 768px) {
    .top-bar {
        padding: 15px 20px;
    }

    .live-clock {
        font-size: 1.1rem;
    }

    .main-content {
        gap: 20px;
    }

    .roster-content {
        padding: 20px 15px;
    }

    .search-row {
        flex-wrap: wrap;
    }

    .search-container {
        flex: 1 1 100%;
    }

    .attendance-text {
        font-size: 1.1rem;
    }

    .card-body {
        gap: 10px;
        justify-content: center;
    }

    .student-item {
        width: 95px;
    }

    .student-avatar {
        width: 70px;
        height: 70px;
    }

    .segment {
        padding: 0 14px;
        font-size: 0.85rem;
        min-height: 44px;
    }

    .toolbar-btn {
        width: 44px;
        font-size: 1.15rem;
    }

    .idle-title {
        font-size: 1.8rem;
    }

    .idle-icon {
        font-size: 3.5rem;
    }
}
