/* /Pages/AddRoles.razor.rz.scp.css */
.add-role-container[b-gy9pp0qt8g] {
    max-width: 500px;
    margin: auto;
    padding: 2rem;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h3[b-gy9pp0qt8g] {
    text-align: center;
    color: #183C5F;
}

.form-group[b-gy9pp0qt8g] {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

label[b-gy9pp0qt8g] {
    margin-bottom: 0.3rem;
    font-weight: 600;
    color: #183C5F;
}

input[type="text"][b-gy9pp0qt8g] {
    padding: 0.5rem;
    border: 1px solid #A9A9A9;
    border-radius: 6px;
    font-size: 1rem;
    outline-color: #183C5F;
}

.submit-btn[b-gy9pp0qt8g] {
    width: 100%;
    padding: 0.6rem;
    background-color: #183C5F;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .submit-btn:hover[b-gy9pp0qt8g] {
        background-color: #145080;
    }

.alert[b-gy9pp0qt8g] {
    margin-bottom: 1rem;
    padding: 0.75rem;
    border-radius: 6px;
    font-weight: 500;
}

    .alert.success[b-gy9pp0qt8g] {
        background-color: #d4edda;
        color: #155724;
    }

    .alert.error[b-gy9pp0qt8g] {
        background-color: #f8d7da;
        color: #721c24;
    }

/* Responsive */
@media (max-width: 600px) {
    .add-role-container[b-gy9pp0qt8g] {
        padding: 1rem;
    }
}
/* /Pages/AssignRoles.razor.rz.scp.css */
.assign-role-container[b-0tj2wb753q] {
    padding: 2rem;
    max-width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h3[b-0tj2wb753q] {
    color: #183C5F;
    margin-bottom: 1.5rem;
}

.alert-message[b-0tj2wb753q] {
    background-color: #e7f5e1;
    color: #1b512d;
    padding: 0.75rem 1rem;
    border-left: 5px solid #183C5F;
    margin-bottom: 1rem;
    border-radius: 6px;
    font-weight: 500;
}

.table[b-0tj2wb753q] {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}

th[b-0tj2wb753q] {
    background-color: #183C5F;
    color: white;
    padding: 0.75rem;
    text-align: left;
}

td[b-0tj2wb753q] {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.form-check[b-0tj2wb753q] {
    margin-right: 1rem;
}

.btn-update[b-0tj2wb753q] {
    background-color: #183C5F;
    color: white;
    padding: 0.4rem 0.8rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background-color 0.3s;
}

    .btn-update:hover[b-0tj2wb753q] {
        background-color: #145080;
    }

@media (max-width: 768px) {
    .form-check[b-0tj2wb753q] {
        display: block;
        margin-bottom: 0.5rem;
    }
}
/* /Pages/AssignUserRole.razor.rz.scp.css */
.assign-role-form[b-8p9c6sirbp] {
    max-width: 500px;
    margin: 2rem auto;
    padding: 2rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    .assign-role-form h3[b-8p9c6sirbp] {
        color: #183C5F;
        margin-bottom: 1.5rem;
        text-align: center;
    }

.form-group[b-8p9c6sirbp] {
    margin-bottom: 1.25rem;
}

    .form-group label[b-8p9c6sirbp] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #183C5F;
    }

.form-control[b-8p9c6sirbp] {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}

.form-actions[b-8p9c6sirbp] {
    text-align: center;
}

.btn-primary[b-8p9c6sirbp] {
    background-color: #183C5F;
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .btn-primary:hover[b-8p9c6sirbp] {
        background-color: #145080;
    }

.alert-success[b-8p9c6sirbp],
.alert-error[b-8p9c6sirbp] {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
}

.alert-success[b-8p9c6sirbp] {
    background-color: #e7f5e1;
    color: #1b512d;
    border-left: 5px solid #183C5F;
}

.alert-error[b-8p9c6sirbp] {
    background-color: #fcebea;
    color: #b71c1c;
    border-left: 5px solid #d9534f;
}
/* /Pages/ConfirmRegister.razor.rz.scp.css */
.logo[b-f11yzlnh9y] {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #183C5F;
    text-align: center;
}
/* /Pages/FlexGridUltimate.razor.rz.scp.css */
/* ---------- Table Styles ---------- */
.table-custom[b-kyllbpfqt2] {
    width: 100%;
    border-collapse: collapse;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
}

    /* Table header */
    .table-custom thead[b-kyllbpfqt2] {
        background-color: #183C5F; /* Brand color */
        color: white;
    }

        .table-custom thead th[b-kyllbpfqt2] {
            padding: 0.75rem;
            text-align: left;
            border: 1px solid #B0C4D1; /* subtle border */
        }

    /* Table body rows */
    .table-custom tbody tr:nth-child(odd)[b-kyllbpfqt2] {
        background-color: #F5F7FA; /* light gray */
    }

    .table-custom tbody tr:nth-child(even)[b-kyllbpfqt2] {
        background-color: #FFFFFF; /* white */
    }

    .table-custom tbody tr:hover[b-kyllbpfqt2] {
        background-color: #DCE3ED; /* hover light blue-gray */
        cursor: pointer;
    }

    /* Table cells */
    .table-custom tbody td[b-kyllbpfqt2] {
        padding: 0.5rem 0.75rem;
        border: 1px solid #B0C4D1;
    }

/* ---------- Badges ---------- */
.badge-approved[b-kyllbpfqt2] {
    background-color: #28A745;
    color: white;
}

.badge-pending[b-kyllbpfqt2] {
    background-color: #FFC107;
    color: #212529;
}

.badge-rejected[b-kyllbpfqt2] {
    background-color: #DC3545;
    color: white;
}

.badge-unknown[b-kyllbpfqt2] {
    background-color: #6C757D;
    color: white;
}

/* ---------- Pagination ---------- */
.pagination .page-item.active .page-link[b-kyllbpfqt2] {
    background-color: #183C5F;
    border-color: #183C5F;
    color: white;
}

.pagination .page-link:hover[b-kyllbpfqt2] {
    background-color: #2B4A6F; /* slightly lighter than brand */
    color: white;
}
/* /Pages/ForgotPassword.razor.rz.scp.css */
.login-container[b-byn5k1cqls] {
    max-width: 400px;
    margin: 3rem auto;
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-family: Tahoma, sans-serif;
}

.logo[b-byn5k1cqls] {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #183C5F;
}

.form-group[b-byn5k1cqls] {
    text-align: left;
    margin-bottom: 1.25rem;
}

.form-control[b-byn5k1cqls] {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

.btn-primary[b-byn5k1cqls] {
    width: 100%;
    background-color: #183C5F;
    border: none;
    padding: 0.6rem;
    font-size: 1rem;
    border-radius: 5px;
    color: white;
    transition: background-color 0.3s ease;
}

    .btn-primary:hover[b-byn5k1cqls] {
        background-color: #145080;
    }

.login-spinner[b-byn5k1cqls] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-message[b-byn5k1cqls] {
    font-weight: 600;
}

.text-success[b-byn5k1cqls] {
    color: #28a745;
}

.text-danger[b-byn5k1cqls] {
    color: #dc3545;
}
/* /Pages/GMAssignRoles.razor.rz.scp.css */
.table-custom[b-iqo4zrqc5e] {
    width: 100%;
    border-collapse: collapse;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
}

    /* Table header */
    .table-custom thead[b-iqo4zrqc5e] {
        background-color: #183C5F; /* Brand color */
        color: white;
    }

        .table-custom thead th[b-iqo4zrqc5e] {
            padding: 0.75rem;
            text-align: left;
            border: 1px solid #B0C4D1; /* subtle border */
        }

    /* Table body rows */
    .table-custom tbody tr:nth-child(odd)[b-iqo4zrqc5e] {
        background-color: #F5F7FA; /* light gray */
    }

    .table-custom tbody tr:nth-child(even)[b-iqo4zrqc5e] {
        background-color: #FFFFFF; /* white */
    }

    .table-custom tbody tr:hover[b-iqo4zrqc5e] {
        background-color: #DCE3ED; /* hover light blue-gray */
        cursor: pointer;
    }

    /* Table cells */
    .table-custom tbody td[b-iqo4zrqc5e] {
        padding: 0.5rem 0.75rem;
        border: 1px solid #B0C4D1;
    }
/* /Pages/Index.razor.rz.scp.css */
body[b-r43gih3yhp] {
    font-family: Tahoma, sans-serif;
}
.launch-btn[b-r43gih3yhp] {
    background-color: #183C5F;
    border: none;
    color: white;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

    .launch-btn:hover[b-r43gih3yhp] {
        background-color: #145084;
        color: #fff;
    }

.card[b-r43gih3yhp] {
    background-color: #e9ecef;
    transition: all 0.3s ease-in-out;
}

    .card:hover[b-r43gih3yhp] {
        background-color: #b2d6f7;
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0,0,0,0.15); /* stronger shadow */
    }

.card-title[b-r43gih3yhp] {
    font-size: 1.1rem;
}

.card-text[b-r43gih3yhp] {
    font-size: 0.95rem;
}

/* Brand button */
.brand-btn[b-r43gih3yhp] {
    background-color: #183C5F;
    border-color: #183C5F;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    width: auto;
}

    .brand-btn:hover[b-r43gih3yhp] {
        background-color: #145084; /* darker */
        border-color: #145084;
        color: #fff;
    }

    .brand-btn:active[b-r43gih3yhp] {
        background-color: #0d1e2f; /* even darker */
        border-color: #0d1e2f;
    }

/* Assign form card */
.assign-card[b-r43gih3yhp] {
    background-color: #f8f9fa; /* light gray */
    transition: all 0.3s ease-in-out;
}

    .assign-card:hover[b-r43gih3yhp] {
        background-color: #e9ecef; /* slightly darker gray */
        transform: translateY(-3px); /* subtle lift on hover */
        box-shadow: 0 6px 15px rgba(0,0,0,0.15); /* stronger shadow */
    }

/* /Pages/Login.razor.rz.scp.css */
body[b-ta3ewivwi2] {
    font-family: Tahoma, sans-serif;
}

.login-wrapper[b-ta3ewivwi2] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f9f9f9;
}

.login-card[b-ta3ewivwi2] {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    padding: 30px;
    max-width: 400px;
    width: 100%;
}

.login-header[b-ta3ewivwi2] {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #183C5F;
    margin-bottom: 25px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.form-group[b-ta3ewivwi2] {
    margin-bottom: 15px;
}

    .form-group label[b-ta3ewivwi2] {
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
    }

.form-control[b-ta3ewivwi2] {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 1rem;
}

.form-check[b-ta3ewivwi2] {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .form-check input[b-ta3ewivwi2] {
        margin-right: 6px;
    }

.form-check-label[b-ta3ewivwi2] {
    font-size: 0.95rem;
}

.btn-primary[b-ta3ewivwi2] {
    background-color: #183C5F;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .btn-primary:hover[b-ta3ewivwi2] {
        background-color: #122d48;
    }

.btn-link[b-ta3ewivwi2] {
    background: none;
    border: none;
    color: #183C5F;
    font-size: 0.95rem;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
}

.login-links[b-ta3ewivwi2] {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.login-spinner[b-ta3ewivwi2] {
    text-align: center;
    margin-top: 20px;
}

.login-error[b-ta3ewivwi2] {
    margin-top: 20px;
    color: #dc3545;
    font-weight: 600;
    text-align: center;
}

/* /Pages/ParkedTools.razor.rz.scp.css */
.fixed-chat-button[b-dy7ie6dm46] {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 1000;
}
.btn-brand[b-dy7ie6dm46] {
    background-color: #183C5F;
    color: white;
    border: none;
}

    .btn-brand:hover[b-dy7ie6dm46] {
        background-color: #145080;
    }
.toolbox[b-dy7ie6dm46] {
    position: absolute;
    bottom: 60px;
    right: 0;
    background-color: #F5F7FA; /* Soft slate grey */
    box-shadow: 0 4px 8px rgba(24, 60, 95, 0.2); /* Brand-tinted shadow */
    border: 1px solid #D1D5DB; /* Subtle grey border */
    border-radius: 8px;
    padding: 12px;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center;
    backdrop-filter: blur(4px); /* Optional: adds a frosted-glass effect */
}
.toolboxpre[b-dy7ie6dm46] {
    position: absolute;
    bottom: 60px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .toolbox ul[b-dy7ie6dm46] {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .toolbox ul li[b-dy7ie6dm46] {
            margin: 0;
        }
/* /Pages/Register.razor.rz.scp.css */
<style >
.auth-wrapper[b-bthv1y1iax] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    background-color: #f5f8fc;
    padding: 20px;
}

.auth-card[b-bthv1y1iax] {
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.auth-logo[b-bthv1y1iax] {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #183C5F;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}

.auth-title[b-bthv1y1iax] {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 25px;
    color: #444;
}

.form-group[b-bthv1y1iax] {
    margin-bottom: 18px;
}

    .form-group label[b-bthv1y1iax] {
        display: block;
        margin-bottom: 6px;
        color: #333;
        font-weight: 500;
    }

.form-control[b-bthv1y1iax] {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    transition: border 0.3s ease;
}

    .form-control:focus[b-bthv1y1iax] {
        border-color: #183C5F;
        outline: none;
    }

.btn-submit[b-bthv1y1iax] {
    background-color: #183C5F;
    color: white;
    padding: 10px 20px;
    width: 100%;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

    .btn-submit:hover:not(:disabled)[b-bthv1y1iax] {
        background-color: #142f4a;
    }

    .btn-submit:disabled[b-bthv1y1iax] {
        opacity: 0.7;
        cursor: not-allowed;
    }

.auth-error[b-bthv1y1iax] {
    margin-top: 15px;
    color: #dc3545;
    text-align: center;
    font-weight: 500;
}

.auth-confirm[b-bthv1y1iax] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 20px;
}

    .auth-confirm h3[b-bthv1y1iax] {
        color: #183C5F;
        margin-bottom: 10px;
        text-align: center;
    }

    .auth-confirm p[b-bthv1y1iax] {
        text-align: center;
    }

@media (max-width: 480px) {
    .auth-card[b-bthv1y1iax] {
        padding: 20px;
    }
}

</style[b-bthv1y1iax] >
/* /Pages/ResetPassword.razor.rz.scp.css */

.login-container[b-5dyxf0ub0s] {
    max-width: 400px;
    margin: 3rem auto;
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-family: Tahoma, sans-serif;
}

.logo[b-5dyxf0ub0s] {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #183C5F;
}

.form-group[b-5dyxf0ub0s] {
    text-align: left;
    margin-bottom: 1.25rem;
}

.form-control[b-5dyxf0ub0s] {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

.btn-primary[b-5dyxf0ub0s] {
    width: 100%;
    background-color: #183C5F;
    border: none;
    padding: 0.6rem;
    font-size: 1rem;
    border-radius: 5px;
    color: white;
    transition: background-color 0.3s ease;
}

    .btn-primary:hover[b-5dyxf0ub0s] {
        background-color: #145080;
    }

.login-spinner[b-5dyxf0ub0s] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-message[b-5dyxf0ub0s] {
    font-weight: 600;
}

.text-success[b-5dyxf0ub0s] {
    color: #28a745;
}

.text-danger[b-5dyxf0ub0s] {
    color: #dc3545;
}
/* /Pages/TestApp.razor.rz.scp.css */
.launch-btn[b-ceoduqyakt] {
    background-color: #183C5F;
    border: none;
    color: white;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

    .launch-btn:hover[b-ceoduqyakt] {
        background-color: #145084;
        color: #fff;
    }

.card[b-ceoduqyakt] {
    background-color: #e9ecef;
}

.card-title[b-ceoduqyakt] {
    font-size: 1.1rem;
}

.card-text[b-ceoduqyakt] {
    font-size: 0.95rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-0tqvcucdc2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0tqvcucdc2] {
    flex: 1;
}

.sidebar[b-0tqvcucdc2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0tqvcucdc2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0tqvcucdc2]  a, .top-row[b-0tqvcucdc2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0tqvcucdc2]  a:hover, .top-row[b-0tqvcucdc2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0tqvcucdc2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-0tqvcucdc2] {
        display: none;
    }

    .top-row.auth[b-0tqvcucdc2] {
        justify-content: space-between;
    }

    .top-row[b-0tqvcucdc2]  a, .top-row[b-0tqvcucdc2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0tqvcucdc2] {
        flex-direction: row;
    }

    .sidebar[b-0tqvcucdc2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0tqvcucdc2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0tqvcucdc2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0tqvcucdc2], article[b-0tqvcucdc2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y1whx62ldd] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-y1whx62ldd] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-y1whx62ldd] {
    font-size: 1.1rem;
}

.oi[b-y1whx62ldd] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-y1whx62ldd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-y1whx62ldd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-y1whx62ldd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-y1whx62ldd]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-y1whx62ldd]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-y1whx62ldd]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-y1whx62ldd] {
        display: none;
    }

    .collapse[b-y1whx62ldd] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
