/* _content/mainproj/Components/Controls/Messagebox.razor.rz.scp.css */
.msgbox-overlay[b-z1nhlcif6t] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    animation: fadeIn-b-z1nhlcif6t 0.3s ease;
}

.msgbox-dialog[b-z1nhlcif6t] {
    background: #fff;
    border-radius: 12px;
    width: 400px;
    max-width: 95%;
    animation: slideUp-b-z1nhlcif6t 0.25s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.msgbox-header[b-z1nhlcif6t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    font-weight: 500;
}

.msgbox-title[b-z1nhlcif6t] {
    flex-grow: 1;
}

.msgbox-body[b-z1nhlcif6t] {
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #333;
}

.msgbox-footer[b-z1nhlcif6t] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 0.75rem 1.25rem;
    border-top: 1px solid #dee2e6;
}

/* Animations */
@keyframes fadeIn-b-z1nhlcif6t {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-z1nhlcif6t {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* _content/mainproj/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zz8jesgmtr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zz8jesgmtr] {
    flex: 1;
}

.sidebar[b-zz8jesgmtr] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zz8jesgmtr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zz8jesgmtr]  a, .top-row[b-zz8jesgmtr]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zz8jesgmtr]  a:hover, .top-row[b-zz8jesgmtr]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zz8jesgmtr]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zz8jesgmtr] {
        justify-content: space-between;
    }

    .top-row[b-zz8jesgmtr]  a, .top-row[b-zz8jesgmtr]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zz8jesgmtr] {
        flex-direction: row;
    }

    .sidebar[b-zz8jesgmtr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zz8jesgmtr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zz8jesgmtr]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zz8jesgmtr], article[b-zz8jesgmtr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zz8jesgmtr] {
    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-zz8jesgmtr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/mainproj/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mkpc21qw15] {
    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-mkpc21qw15] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mkpc21qw15] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mkpc21qw15] {
    font-size: 1.1rem;
}

.bi[b-mkpc21qw15] {
    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-mkpc21qw15] {
    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-mkpc21qw15] {
    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-mkpc21qw15] {
    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");
}

.nav-item[b-mkpc21qw15] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mkpc21qw15] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mkpc21qw15] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mkpc21qw15]  .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-mkpc21qw15]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mkpc21qw15]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mkpc21qw15] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mkpc21qw15] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mkpc21qw15] {
        display: none;
    }

    .nav-scrollable[b-mkpc21qw15] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/mainproj/Components/Pages/Forumhome.razor.rz.scp.css */
/*.page {
    margin: 0;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    background: linear-gradient(to bottom right, #3b82f6, #1e40af);
    color: #1e293b;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

.forum-container {
    max-width: 1100px;
    margin: 3rem auto;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    animation: fadeSlideUp 0.6s ease-out;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.forum-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #e0e7ff;
}

    .forum-header h2 {
        font-size: 1.8rem;
        font-weight: 700;
        margin: 0;
        color: #1e3a8a;
    }

.user-name {
    color: #2563eb;
}

.action-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.create-button {
    background-color: #10b981;
    color: white;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.75rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
    transition: transform 0.2s ease;
}

    .create-button:hover {
        transform: scale(1.05);
    }

.filter-select {
    padding: 0.65rem 1rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #cbd5e1;
    background: #f9fafb;
    color: #1e293b;
}

.thread-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.thread-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 1.25rem;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}

    .thread-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    }

.thread-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .thread-top h3 {
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0;
    }

.meta {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0.5rem 0 0.75rem;
}

.view-link {
    font-size: 0.95rem;
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

    .view-link:hover {
        text-decoration: underline;
    }

.badge {
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.solved-badge {
    background: #22c55e;
    color: white;
}

.unsolved-badge {
    background: #facc15;
    color: #1e293b;
}

.empty-message {
    text-align: center;
    font-style: italic;
    font-size: 1.1rem;
    color: #64748b;
    margin-top: 2rem;
}

@media (max-width: 640px) {
    .action-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .forum-header {
        flex-direction: column;
        align-items: flex-start;
    }

        .forum-header h2 {
            margin-bottom: 0.5rem;
        }
}
*/
/* _content/mainproj/Components/Pages/Login.razor.rz.scp.css */

body[b-po135o9i1x] {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
}

.login-container[b-po135o9i1x] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
    padding: 1rem;
}

.login-card[b-po135o9i1x] {
    background-color: white;
    padding: 2.5rem;
    border-radius: 1.25rem;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 400px;
    animation: floatIn 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}

.animated-fade[b-po135o9i1x] {
    animation: fadeIn-b-po135o9i1x 1s ease-in-out forwards;
}

@keyframes fadeIn-b-po135o9i1x {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.title[b-po135o9i1x] {
    text-align: center;
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #1e293b;
}



.submit-button[b-po135o9i1x] {
    width: 100%;
    padding: 0.9rem;
    background: linear-gradient(to right, #3b82f6, #2563eb);
    color: white;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 0.6rem;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

    .submit-button:hover[b-po135o9i1x] {
        background: linear-gradient(to right, #2563eb, #1d4ed8);
        transform: translateY(-2px);
    }

.validation-msg[b-po135o9i1x] {
    color: #ef4444;
    font-size: 0.85rem;
    margin-top: 0.25rem;
    margin-left: 0.25rem;
}

.validation-summary[b-po135o9i1x] {
    color: #ef4444;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    text-align: center;
}

.error-msg[b-po135o9i1x] {
    color: #dc2626;
    text-align: center;
    margin-top: 1rem;
    font-weight: 500;
}

.register-text[b-po135o9i1x] {
    text-align: center;
    color: #64748b;
    margin-top: 1.5rem;
    font-size: 0.95rem;
}

    .register-text a[b-po135o9i1x] {
        color: #3b82f6;
        text-decoration: none;
        font-weight: 500;
    }

        .register-text a:hover[b-po135o9i1x] {
            text-decoration: underline;
        }

/* _content/mainproj/Components/Pages/NewPost.razor.rz.scp.css */
.newpost-wrapper[b-58u0b5gehr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    min-height: 100vh;
    background: #f0f4f8;
}

.title[b-58u0b5gehr] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1c1c1e;
}



.form[b-58u0b5gehr] {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

textarea[b-58u0b5gehr] {
    width: 100%;
    min-height: 140px;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-family: inherit;
    background-color: #fdfdfd;
    transition: border-color 0.3s;
}

    textarea:focus[b-58u0b5gehr] {
        outline: none;
        border-color: #17a2b8;
        background-color: #fff;
    }

.submit-btn[b-58u0b5gehr] {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    color: #fff;
    border: none;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    align-self: flex-end;
}

.custom-select[b-58u0b5gehr] {
    width: 100%;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #fdfdfd;
    font-family: inherit;
    transition: border-color 0.3s, box-shadow 0.3s;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41 0L6 4.58 10.59 0 12 1.41 6 7.41 0 1.41z' fill='%23333'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px 8px;
}

    .custom-select:focus[b-58u0b5gehr] {
        outline: none;
        border-color: #17a2b8;
        box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.25);
        background-color: #fff;
    }

.submit-btn:hover[b-58u0b5gehr] {
    background: linear-gradient(to right, #0072ff, #0052cc);
    transform: translateY(-2px);
}
/* _content/mainproj/Components/Pages/Threadinfo.razor.rz.scp.css */

.page-title[b-oz87hwzm37] {
    text-align: center;
    font-size: 2.8rem;
    margin: 2rem 0;
    font-weight: 700;
    color: #202124;
}

.thread-container[b-oz87hwzm37] {
    display: flex;
    justify-content: center;
    padding: 0 1rem;
}

.thread-card[b-oz87hwzm37] {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info-group[b-oz87hwzm37], .meta-group[b-oz87hwzm37] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.description-group[b-oz87hwzm37] {
    display: flex;
    flex-direction: column;
}

label[b-oz87hwzm37] {
    font-weight: 600;
    color: #444;
    margin-bottom: 6px;
    display: block;
}

.input[b-oz87hwzm37],
.textarea[b-oz87hwzm37],
.select[b-oz87hwzm37] {
    width: 100%;
    font-size: 1rem;
    padding: 0.8rem 1rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fdfdfd;
    transition: border-color 0.3s, box-shadow 0.3s;
}

    .input:focus[b-oz87hwzm37],
    .textarea:focus[b-oz87hwzm37],
    .select:focus[b-oz87hwzm37] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.2);
        outline: none;
    }

.readonly[b-oz87hwzm37] {
    background: #f3f3f3;
}

.select[b-oz87hwzm37] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='gray' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 1rem;
    cursor: pointer;
}


.actions[b-oz87hwzm37] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
}

.action-buttons[b-oz87hwzm37] {
    display: flex;
    gap: 12px;
}

button[b-oz87hwzm37] {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    background: #0d6efd;
    color: white;
    transition: background 0.3s ease, transform 0.2s ease;
}

    button:hover[b-oz87hwzm37] {
        background: #084298;
        transform: translateY(-1px);
    }

    button.delete[b-oz87hwzm37] {
        background: #dc3545;
    }

        button.delete:hover[b-oz87hwzm37] {
            background: #b02a37;
        }

    button[disabled][b-oz87hwzm37] {
        background: #ccc !important;
        cursor: not-allowed;
    }

/* Stylish Toggle Switch */
.switch[b-oz87hwzm37] {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    font-weight: 500;
}

    .switch input[b-oz87hwzm37] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-oz87hwzm37] {
    position: relative;
    width: 50px;
    height: 26px;
    background-color: #ccc;
    border-radius: 34px;
    transition: background-color 0.3s;
    cursor: pointer;
}

    .slider[b-oz87hwzm37]::before {
        content: "";
        position: absolute;
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        border-radius: 50%;
        transition: transform 0.3s;
    }

.switch input:checked + .slider[b-oz87hwzm37] {
    background-color: #0d6efd;
}

    .switch input:checked + .slider[b-oz87hwzm37]::before {
        transform: translateX(24px);
    }

.switch-label[b-oz87hwzm37] {
    font-size: 0.95rem;
    color: #333;
}

.loading[b-oz87hwzm37] {
    text-align: center;
    font-size: 1.2rem;
    color: #777;
    margin-top: 4rem;
}

@media (max-width: 600px) {
    .info-group[b-oz87hwzm37], .meta-group[b-oz87hwzm37] {
        grid-template-columns: 1fr;
    }
}


