/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-cdlk5yc11l] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-cdlk5yc11l],
.main-layout[b-cdlk5yc11l] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content[b-cdlk5yc11l] {
    flex: 1;
}

.sidebar[b-cdlk5yc11l] {
    background-image: linear-gradient(180deg, rgb(62, 123, 189) 0%, #3a0647 80%);
}

.top-row[b-cdlk5yc11l] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-cdlk5yc11l]  a,
.top-row[b-cdlk5yc11l]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-cdlk5yc11l]  a:hover,
.top-row[b-cdlk5yc11l]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-cdlk5yc11l]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-footer[b-cdlk5yc11l] {
    margin-top: 1.5rem;
    padding: 0.5rem;
    text-align: center;
    border-top: 1px solid #ddd;
    background: #f8f9fa;
}

@media (max-width: 640.98px) {
    .top-row[b-cdlk5yc11l] {
        justify-content: space-between;
    }

        .top-row[b-cdlk5yc11l]  a,
        .top-row[b-cdlk5yc11l]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-cdlk5yc11l] {
        flex-direction: row;
    }

    .sidebar[b-cdlk5yc11l] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cdlk5yc11l] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-cdlk5yc11l]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-cdlk5yc11l],
    article[b-cdlk5yc11l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-cdlk5yc11l] {
    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-cdlk5yc11l] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hwxkvijqga] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-hwxkvijqga] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-hwxkvijqga] {
    min-height: 3.5rem;
    background-color: rgba(83, 151, 226);
}

.navbar-brand[b-hwxkvijqga] {
    font-size: 1.1rem;
}

.navbar-logo[b-hwxkvijqga]{
    height: 6rem;
}

.bi[b-hwxkvijqga] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hwxkvijqga] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hwxkvijqga] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hwxkvijqga] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-hwxkvijqga] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-hwxkvijqga] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-hwxkvijqga] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-hwxkvijqga] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-hwxkvijqga] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-hwxkvijqga] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hwxkvijqga] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hwxkvijqga] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hwxkvijqga]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        /*line-height: 3rem;*/
        width: 100%;
    }

.nav-item[b-hwxkvijqga]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hwxkvijqga]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-hwxkvijqga] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-hwxkvijqga] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hwxkvijqga] {
        display: none;
    }

    .nav-scrollable[b-hwxkvijqga] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);*/
        overflow-y: auto;
    }
}
/* /Pages/Admin/Admin.razor.rz.scp.css */
.grid[b-ii8rflmq3f] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

table[b-ii8rflmq3f] {
    border-collapse: collapse;
    margin-bottom: initial;
    width: 100%;
    border: none;
}

th[b-ii8rflmq3f], td[b-ii8rflmq3f] {
    padding: 8px 12px;
    border: 1px solid #ccc;
}

th[b-ii8rflmq3f] {
    background-color: #0078d4; /* or a neutral color */
    color: white;
    text-align: left;
}

tr:nth-child(even)[b-ii8rflmq3f] {
    background-color: #f9f9f9;
}
.admin-logs-table-wrapper[b-ii8rflmq3f] {
    overflow-x: auto;
    overflow-y: auto;
}

.admin-logs-table[b-ii8rflmq3f] {
    width: 100%;
    min-width: 600px;
    table-layout: fixed;
}

.admin-logs-table thead th[b-ii8rflmq3f] {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #0d6efd;
}

.admin-logs-table td[b-ii8rflmq3f] {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.admin-logs-table th:nth-child(1)[b-ii8rflmq3f],
.admin-logs-table td:nth-child(1)[b-ii8rflmq3f] {
    width: 60px;
}

.admin-logs-table th:nth-child(2)[b-ii8rflmq3f],
.admin-logs-table td:nth-child(2)[b-ii8rflmq3f] {
    width: 180px;
}

.admin-logs-table th:nth-child(3)[b-ii8rflmq3f],
.admin-logs-table td:nth-child(3)[b-ii8rflmq3f] {
    width: 200px;
}

.admin-logs-table th:nth-child(4)[b-ii8rflmq3f],
.admin-logs-table td:nth-child(4)[b-ii8rflmq3f] {
    width: 110px;
}

.admin-logs-table th:nth-child(5)[b-ii8rflmq3f],
.admin-logs-table td:nth-child(5)[b-ii8rflmq3f] {
    width: 330px;
}

.admin-logs-table th:nth-child(6)[b-ii8rflmq3f],
.admin-logs-table td:nth-child(6)[b-ii8rflmq3f] {
    width: auto;
}

@media (max-width: 768px) {
    .admin-logs-table th:nth-child(1)[b-ii8rflmq3f],
    .admin-logs-table td:nth-child(1)[b-ii8rflmq3f] {
        width: 50px;
    }

    .admin-logs-table th:nth-child(2)[b-ii8rflmq3f],
    .admin-logs-table td:nth-child(2)[b-ii8rflmq3f] {
        width: 130px;
    }

    .admin-logs-table th:nth-child(3)[b-ii8rflmq3f],
    .admin-logs-table td:nth-child(3)[b-ii8rflmq3f] {
        width: 100px;
    }

    .admin-logs-table th:nth-child(4)[b-ii8rflmq3f],
    .admin-logs-table td:nth-child(4)[b-ii8rflmq3f] {
        width: 90px;
    }

    .admin-logs-table th:nth-child(5)[b-ii8rflmq3f],
    .admin-logs-table td:nth-child(5)[b-ii8rflmq3f] {
        width: 330px;
    }
    .admin-logs-table th:nth-child(6)[b-ii8rflmq3f],
    .admin-logs-table td:nth-child(6)[b-ii8rflmq3f] {
        width: 500px;
    }
}
/* /Pages/Admin/OtherItems.razor.rz.scp.css */
.grid[b-ar42sxsdm9] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

table[b-ar42sxsdm9] {
    border-collapse: collapse;
    margin-bottom: initial;
    width: 100%;
    border: none;
}

th[b-ar42sxsdm9], td[b-ar42sxsdm9] {
    padding: 8px 12px;
    border: 1px solid #ccc;
}

th[b-ar42sxsdm9] {
    background-color: #0078d4; /* or a neutral color */
    color: white;
    text-align: left;
}

tr:nth-child(even)[b-ar42sxsdm9] {
    background-color: #f9f9f9;
}

.admin-logs-table-wrapper[b-ar42sxsdm9] {
    overflow-x: auto;
    overflow-y: auto;
}

.admin-logs-table[b-ar42sxsdm9] {
    width: 100%;
    min-width: 600px;
    table-layout: fixed;
}

.admin-logs-table thead th[b-ar42sxsdm9] {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #0d6efd;
}

.admin-logs-table td[b-ar42sxsdm9] {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.admin-logs-table th:nth-child(1)[b-ar42sxsdm9],
.admin-logs-table td:nth-child(1)[b-ar42sxsdm9] {
    width: 60px;
}

.admin-logs-table th:nth-child(2)[b-ar42sxsdm9],
.admin-logs-table td:nth-child(2)[b-ar42sxsdm9] {
    width: 180px;
}

.admin-logs-table th:nth-child(3)[b-ar42sxsdm9],
.admin-logs-table td:nth-child(3)[b-ar42sxsdm9] {
    width: 120px;
}

.admin-logs-table th:nth-child(4)[b-ar42sxsdm9],
.admin-logs-table td:nth-child(4)[b-ar42sxsdm9] {
    width: 110px;
}

.admin-logs-table th:nth-child(5)[b-ar42sxsdm9],
.admin-logs-table td:nth-child(5)[b-ar42sxsdm9] {
    width: auto;
}

@media (max-width: 1000px) {
    .admin-logs-table th:nth-child(1)[b-ar42sxsdm9],
    .admin-logs-table td:nth-child(1)[b-ar42sxsdm9] {
        width: 50px;
    }

    .admin-logs-table th:nth-child(2)[b-ar42sxsdm9],
    .admin-logs-table td:nth-child(2)[b-ar42sxsdm9] {
        width: 130px;
    }

    .admin-logs-table th:nth-child(3)[b-ar42sxsdm9],
    .admin-logs-table td:nth-child(3)[b-ar42sxsdm9] {
        width: 100px;
    }

    .admin-logs-table th:nth-child(4)[b-ar42sxsdm9],
    .admin-logs-table td:nth-child(4)[b-ar42sxsdm9] {
        width: 90px;
    }
}
/* /Pages/Admin/QuestionManagement.razor.rz.scp.css */
.grid[b-hi85jfc1n6] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

table[b-hi85jfc1n6] {
    border-collapse: collapse;
    margin-bottom: initial;
    width: 100%;
    border: none;
}

th[b-hi85jfc1n6], td[b-hi85jfc1n6] {
    padding: 8px 12px;
    border: 1px solid #ccc;
}

th[b-hi85jfc1n6] {
    background-color: #0078d4; /* or a neutral color */
    color: white;
    text-align: left;
}

tr:nth-child(even)[b-hi85jfc1n6] {
    background-color: #f9f9f9;
}

.admin-logs-table-wrapper[b-hi85jfc1n6] {
    overflow-x: auto;
    overflow-y: auto;
}

.admin-logs-table[b-hi85jfc1n6] {
    width: 100%;
    min-width: 600px;
    table-layout: fixed;
}

    .admin-logs-table thead th[b-hi85jfc1n6] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #0d6efd;
    }

    .admin-logs-table td[b-hi85jfc1n6] {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

        .admin-logs-table th:nth-child(1)[b-hi85jfc1n6],
        .admin-logs-table td:nth-child(1)[b-hi85jfc1n6] {
            width: 60px;
        }

        .admin-logs-table th:nth-child(2)[b-hi85jfc1n6],
        .admin-logs-table td:nth-child(2)[b-hi85jfc1n6] {
            width: 180px;
        }

        .admin-logs-table th:nth-child(3)[b-hi85jfc1n6],
        .admin-logs-table td:nth-child(3)[b-hi85jfc1n6] {
            width: 120px;
        }

        .admin-logs-table th:nth-child(4)[b-hi85jfc1n6],
        .admin-logs-table td:nth-child(4)[b-hi85jfc1n6] {
            width: 110px;
        }

        .admin-logs-table th:nth-child(5)[b-hi85jfc1n6],
        .admin-logs-table td:nth-child(5)[b-hi85jfc1n6] {
            width: auto;
        }

@media (max-width: 768px) {
    .admin-logs-table th:nth-child(1)[b-hi85jfc1n6],
    .admin-logs-table td:nth-child(1)[b-hi85jfc1n6] {
        width: 50px;
    }

    .admin-logs-table th:nth-child(2)[b-hi85jfc1n6],
    .admin-logs-table td:nth-child(2)[b-hi85jfc1n6] {
        width: 130px;
    }

    .admin-logs-table th:nth-child(3)[b-hi85jfc1n6],
    .admin-logs-table td:nth-child(3)[b-hi85jfc1n6] {
        width: 100px;
    }

    .admin-logs-table th:nth-child(4)[b-hi85jfc1n6],
    .admin-logs-table td:nth-child(4)[b-hi85jfc1n6] {
        width: 90px;
    }
}

.faq-form-row[b-hi85jfc1n6] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.faq-form-row-stacked[b-hi85jfc1n6] {
    flex-direction: column;
    align-items: stretch;
}

.faq-input[b-hi85jfc1n6] {
    padding: 10px 12px;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.faq-input-id[b-hi85jfc1n6] {
    width: 100%;
    max-width: 320px;
}

.faq-input-question[b-hi85jfc1n6] {
    width: 100%;
    max-width: 700px;
}

.faq-textarea[b-hi85jfc1n6] {
    width: 100%;
    max-width: 700px;
    min-height: 110px;
    padding: 10px 12px;
    font-size: 1rem;
    line-height: 1.4;
    border: 1px solid #ced4da;
    border-radius: 4px;
    resize: vertical;
    font-family: inherit;
}

.faq-add-btn[b-hi85jfc1n6] {
    align-self: flex-start;
}

.faq-answer-cell[b-hi85jfc1n6] {
    white-space: pre-wrap;
}

/* faq-table sizing: table-layout: fixed makes the percentage column widths
   below actually authoritative, rather than advisory (default table-layout:
   auto lets content size override them). Row-level Blazor inputs get an
   auto-generated suffix appended directly to their class attribute (e.g.
   "faq-textarea_b1_...") with no separating space, so an exact ".faq-textarea"
   selector won't match them — the [class*="..."] substring selectors below
   are needed specifically for anything inside .faq-table. */
.faq-table[b-hi85jfc1n6] {
    table-layout: fixed;
}

    .faq-table th:nth-child(1)[b-hi85jfc1n6],
    .faq-table td:nth-child(1)[b-hi85jfc1n6] {
        width: 90px;
    }

    .faq-table th:nth-child(2)[b-hi85jfc1n6],
    .faq-table td:nth-child(2)[b-hi85jfc1n6] {
        width: 30%;
    }

    .faq-table th:nth-child(3)[b-hi85jfc1n6],
    .faq-table td:nth-child(3)[b-hi85jfc1n6] {
        width: 45%;
    }

    .faq-table th:nth-child(4)[b-hi85jfc1n6],
    .faq-table td:nth-child(4)[b-hi85jfc1n6] {
        width: 140px;
    }

    .faq-table td [class*="faq-input-question"][b-hi85jfc1n6] {
        width: 100%;
        max-width: none;
        font-size: 1.05rem;
        padding: 12px 14px;
    }

    .faq-table td [class*="faq-textarea"][b-hi85jfc1n6] {
        width: 100%;
        max-width: none;
        min-height: 160px;
        font-size: 1.05rem;
        padding: 12px 14px;
    }
/* /Pages/Admin/UserManagement.razor.rz.scp.css */
.grid[b-097hx1gd7w] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

table[b-097hx1gd7w] {
    border-collapse: collapse;
    margin-bottom: initial;
    width: 100%;
    border: none;
}

th[b-097hx1gd7w], td[b-097hx1gd7w] {
    padding: 8px 12px;
    border: 1px solid #ccc;
}

th[b-097hx1gd7w] {
    background-color: #0078d4; /* or a neutral color */
    color: white;
    text-align: left;
}

tr:nth-child(even)[b-097hx1gd7w] {
    background-color: #f9f9f9;
}

.admin-logs-table-wrapper[b-097hx1gd7w] {
    overflow-x: auto;
    overflow-y: auto;
}

.admin-logs-table[b-097hx1gd7w] {
    width: 100%;
    min-width: 600px;
    table-layout: fixed;
}

    .admin-logs-table thead th[b-097hx1gd7w] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #0d6efd;
    }

    .admin-logs-table td[b-097hx1gd7w] {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

        .admin-logs-table th:nth-child(1)[b-097hx1gd7w],
        .admin-logs-table td:nth-child(1)[b-097hx1gd7w] {
            width: 60px;
        }

        .admin-logs-table th:nth-child(2)[b-097hx1gd7w],
        .admin-logs-table td:nth-child(2)[b-097hx1gd7w] {
            width: 180px;
        }

        .admin-logs-table th:nth-child(3)[b-097hx1gd7w],
        .admin-logs-table td:nth-child(3)[b-097hx1gd7w] {
            width: 120px;
        }

        .admin-logs-table th:nth-child(4)[b-097hx1gd7w],
        .admin-logs-table td:nth-child(4)[b-097hx1gd7w] {
            width: 110px;
        }

        .admin-logs-table th:nth-child(5)[b-097hx1gd7w],
        .admin-logs-table td:nth-child(5)[b-097hx1gd7w] {
            width: auto;
        }

@media (max-width: 768px) {
    .admin-logs-table th:nth-child(1)[b-097hx1gd7w],
    .admin-logs-table td:nth-child(1)[b-097hx1gd7w] {
        width: 50px;
    }

    .admin-logs-table th:nth-child(2)[b-097hx1gd7w],
    .admin-logs-table td:nth-child(2)[b-097hx1gd7w] {
        width: 130px;
    }

    .admin-logs-table th:nth-child(3)[b-097hx1gd7w],
    .admin-logs-table td:nth-child(3)[b-097hx1gd7w] {
        width: 100px;
    }

    .admin-logs-table th:nth-child(4)[b-097hx1gd7w],
    .admin-logs-table td:nth-child(4)[b-097hx1gd7w] {
        width: 90px;
    }
}
/* /Pages/BulkAdd.razor.rz.scp.css */
.lightbox-backdrop[b-zintcm7lyz] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content[b-zintcm7lyz] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* /Pages/FeatureList.razor.rz.scp.css */
/* CSS for FeatureList component */

.grid[b-3ykhvxdaaq] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

.feature-photo[b-3ykhvxdaaq] {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    border: 2px solid #ccc;
}

.col1[b-3ykhvxdaaq],
.col2[b-3ykhvxdaaq] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/*Desktop*/
@media (min-width: 992px) {
    .grid[b-3ykhvxdaaq] {
        grid-template-columns: 6fr 6fr;
        grid-template-areas:
            "col1 col2";
        align-items: start;
    }

    .col1[b-3ykhvxdaaq] {
        grid-area: col1;
    }

    .col2[b-3ykhvxdaaq] {
        grid-area: col2;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.dashboard-grid[b-3f2razk2zp] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

.quick-stats[b-3f2razk2zp] {
    order: 1;
}

.recently-visited[b-3f2razk2zp] {
    order: 2;
}

.last-viewed[b-3f2razk2zp] {
    order: 3;
}

.link-style[b-3f2razk2zp] {
    color: #0066cc;
    text-decoration: underline;
    cursor: pointer;
    margin: 0; /* p tags have default margin that looks odd inline in a table */
}

.link-style:hover[b-3f2razk2zp] {
    color: #0052a3;
}

@media (min-width: 992px) {
    .dashboard-grid[b-3f2razk2zp] {
        grid-template-columns: 5fr 7fr;
        align-items: start;
    }

    .quick-stats[b-3f2razk2zp] {
        grid-column: 1;
        grid-row: 1;
    }

    .last-viewed[b-3f2razk2zp] {
        grid-column: 1;
        grid-row: 2;
    }

    .recently-visited[b-3f2razk2zp] {
        grid-column: 2;
        grid-row: 1 / span 2;
    }
}
/* /Pages/MyStatistics/MyStatistics.razor.rz.scp.css */
.table tr:nth-child(even)[b-e7whd044ur] {
    background-color: #f9f9f9;
}

.card-title-row[b-e7whd044ur] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title-row h3[b-e7whd044ur] {
    margin: 0;
}

.complete-text[b-e7whd044ur] {
    font-weight: 500;
}

#statsTable td[b-e7whd044ur]{
    padding: 10px;
}

#statsTable p[b-e7whd044ur]{
    margin-bottom: 0;
}
/* /Pages/Popups/RichTextEditor.razor.rz.scp.css */
.rte-wrapper[b-mmxk5msmdn] {
    display: block;
    width: 100%;
    max-width: 700px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    overflow: hidden;
}

.rte-toolbar[b-mmxk5msmdn] {
    display: flex;
    gap: 4px;
    padding: 6px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ced4da;
}

.rte-editor[b-mmxk5msmdn] {
    display: block;
    min-height: 110px;
    padding: 10px 12px;
    font-size: 1rem;
    line-height: 1.4;
    outline: none;
    background-color: #fff;
}

    .rte-editor:empty[b-mmxk5msmdn]::before {
        content: attr(data-placeholder);
        color: #6c757d;
    }

/* Applied via the IsTall parameter when used inside a table cell (e.g. the
   inline edit row), so the taller/wider variant lives with the component
   instead of relying on a parent page's stylesheet to reach across the
   component boundary. */
.rte-wrapper-tall[b-mmxk5msmdn] {
    max-width: none;
}

    .rte-wrapper-tall .rte-editor[b-mmxk5msmdn] {
        min-height: 160px;
    }
/* /Pages/Popups/VerificationPopup.razor.rz.scp.css */
.modal-backdrop-custom[b-cpk825vplg] {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.modal-box[b-cpk825vplg] {
    background: white;
    padding: 24px;
    border-radius: 12px;
    min-width: 320px;
    max-width: 90vw;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.buttons[b-cpk825vplg] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}
/* /Pages/StationSearch.razor.rz.scp.css */
.link-style[b-prqtpovek3] {
    color: #0066cc;
    text-decoration: underline;
    cursor: pointer;
    margin: 0; /* p tags have default margin that looks odd inline in a table */
}

.link-style:hover[b-prqtpovek3] {
    color: #0052a3;
}
/* /Pages/View/View.razor.rz.scp.css */
table[b-a1z1gxorv1] {
    border-collapse: collapse;
    margin-bottom: initial;
    width: 100%;
    border: none;
}

th[b-a1z1gxorv1], td[b-a1z1gxorv1] {
    padding: 8px 12px;
    border: 1px solid #ccc;
}

th[b-a1z1gxorv1] {
    background-color: #0078d4; /* or a neutral color */
    color: white;
    text-align: left;
}

tr:nth-child(even)[b-a1z1gxorv1] {
    background-color: #f9f9f9;
}

.photo-thumb[b-a1z1gxorv1] {
    height: 100px;
    width: auto;
    object-fit: cover;
    cursor: pointer;
}

.photo-grid[b-a1z1gxorv1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.photo-card[b-a1z1gxorv1] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.photo-thumb[b-a1z1gxorv1] {
    max-height: 100px;
    width: auto;
    object-fit: cover;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

stationphoto-thumb[b-a1z1gxorv1] {
    max-height: 300px;
    width: auto;
    object-fit: cover;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.photo-meta[b-a1z1gxorv1] {
    width: 100%;
    border-collapse: collapse;
}

    .photo-meta td[b-a1z1gxorv1] {
        padding: 4px 6px;
        vertical-align: top;
    }

.station-page-grid[b-a1z1gxorv1] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

/* These columns always need their own internal spacing, on mobile
   (where they just stack in document order) and on desktop (where
   they become grid areas). Without this, the cards nested inside
   them touch on mobile since they only get gap via the grid parent
   when they're direct grid children, which they never are. */
.station-page-col1[b-a1z1gxorv1],
.station-page-col2[b-a1z1gxorv1] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/*Desktop*/
@media (min-width: 992px) {
    .station-page-grid[b-a1z1gxorv1] {
        grid-template-columns: 5fr 7fr;
        grid-template-areas:
            "col1 col2"
            "poi  poi";
        align-items: start;
    }

    .station-page-col1[b-a1z1gxorv1] {
        grid-area: col1;
    }

    .station-page-col2[b-a1z1gxorv1] {
        grid-area: col2;
    }

    .grid-poi-photos[b-a1z1gxorv1] {
        grid-area: poi;
    }

    input[type="date"][b-a1z1gxorv1],
    input[type="time"][b-a1z1gxorv1] {
        cursor: pointer;
    }

        input[type="date"][b-a1z1gxorv1]::-webkit-calendar-picker-indicator,
        input[type="time"][b-a1z1gxorv1]::-webkit-calendar-picker-indicator {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }

    input[type="date"][b-a1z1gxorv1],
    input[type="time"][b-a1z1gxorv1] {
        position: relative;
    }
}

.line-status-row[b-a1z1gxorv1] {
    padding: 4px 0;
    background-color: transparent;
}

    .line-status-row .text-muted[b-a1z1gxorv1] {
        color: #6c757d;
    }
