@import '_content/AgileClientCore/AgileClientCore.hygdcxoi02.bundle.scp.css';

/* /Pages/AboutPublic.razor.rz.scp.css */
.about-public[b-gl0qfmy8yv] {
    min-height: 100vh;
    background:
        radial-gradient(68rem 40rem at -10% -10%, rgba(15, 126, 138, 0.18), transparent 60%),
        radial-gradient(64rem 38rem at 110% 0%, rgba(255, 138, 61, 0.16), transparent 58%),
        #f4f7fb;
    padding: 3rem 0;
}

.about-wrap[b-gl0qfmy8yv] {
    width: min(980px, 92vw);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(18, 35, 55, 0.12);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 16px 36px rgba(17, 43, 68, 0.1);
}

.back-link[b-gl0qfmy8yv] {
    color: #0c5f69;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
}

h1[b-gl0qfmy8yv] {
    margin: 0.8rem 0 0.5rem;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    color: #122337;
}

.lead[b-gl0qfmy8yv] {
    margin: 0;
    color: #4d5d70;
    line-height: 1.65;
    max-width: 66ch;
}

.about-grid[b-gl0qfmy8yv] {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.about-grid article[b-gl0qfmy8yv] {
    background: #fff;
    border: 1px solid #d7e0ec;
    border-radius: 0.8rem;
    padding: 1rem;
}

.about-grid article:nth-child(3)[b-gl0qfmy8yv] {
    grid-column: 1 / -1;
}

h2[b-gl0qfmy8yv] {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    color: #122337;
}

p[b-gl0qfmy8yv],
li[b-gl0qfmy8yv] {
    margin: 0;
    color: #4d5d70;
    line-height: 1.6;
}

ul[b-gl0qfmy8yv] {
    margin: 0;
    padding-left: 1.1rem;
}

.about-actions[b-gl0qfmy8yv] {
    margin-top: 1.3rem;
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.action[b-gl0qfmy8yv] {
    display: inline-block;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    padding: 0.62rem 1.05rem;
}

.action.primary[b-gl0qfmy8yv] {
    background: #0f7e8a;
    color: #fff;
}

.action.secondary[b-gl0qfmy8yv] {
    border: 1px solid #d7e0ec;
    color: #122337;
    background: #fff;
}

@media (max-width: 760px) {
    .about-grid[b-gl0qfmy8yv] {
        grid-template-columns: 1fr;
    }

    .about-grid article:nth-child(3)[b-gl0qfmy8yv] {
        grid-column: auto;
    }
}

/* /Pages/Administrator/AdmProjectsPage.razor.rz.scp.css */
.accordion-button-d[b-xy6f02ne5e] {
    background-color: #E6F0FF;
}

    /*    .accordion-button:focus {
        box-shadow: none;
    }*/

    .accordion-button-d:not(.collapsed)[b-xy6f02ne5e] {
        background-color: #C6DFFF;
    }

.accordion-button-dl2[b-xy6f02ne5e] {
    background-color: #86DE74;
}

    /*    .accordion-button:focus {
        box-shadow: none;
    }*/

    .accordion-button-dl2:not(.collapsed)[b-xy6f02ne5e] {
        background-color: #86F074;
    }

.btn-link-header[b-xy6f02ne5e] {
    font-size: 20px;
}

.dropdown-prj-size[b-xy6f02ne5e] {
    min-width: 30vw;
}

.text-overflow[b-xy6f02ne5e] {
    white-space: pre-wrap;
    overflow-y: auto;
    text-overflow: ellipsis;
}
/*BUTTTON*/
.container[b-xy6f02ne5e] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1em;
}

.image-container img[b-xy6f02ne5e] {
    opacity: 1;
    border-radius: 10px;
    transition: opacity 0.3s ease; /* Add transition effect */
}

.container:hover img[b-xy6f02ne5e] {
    opacity: 0.4;
}

.image-container[b-xy6f02ne5e] {
    position: relative;
}

.edit-button-container[b-xy6f02ne5e] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.edit-button[b-xy6f02ne5e] {
    padding: 10px 20px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.container:hover .edit-button[b-xy6f02ne5e] {
    opacity: 1;
}

table[b-xy6f02ne5e] {
    margin-top: 5px;
    width: 100%;
    border-collapse: collapse; /* Ensures that borders are shared between cells */
    border-radius: 12px; /* Adds rounded corners to the entire table */
    overflow: hidden; /* Ensures rounded corners are applied to table content */
}

th[b-xy6f02ne5e], td[b-xy6f02ne5e] {
    border: 1px solid black; /* Adds borders to each cell */
    padding: 8px;
    text-align: left;
}

tr[b-xy6f02ne5e] {
    border-bottom: 1px solid black; /* Adds a line between rows */
}

    tr:nth-child(even)[b-xy6f02ne5e] {
        background-color: #f9f9f9; /* Shades every 2nd row */
    }

    tr:hover[b-xy6f02ne5e] {
        background-color: #f2f2f2; /* Changes background color on hover */
    }

th:first-child[b-xy6f02ne5e] {
    border-top-left-radius: 12px; /* Rounds top-left corner */
}

th:last-child[b-xy6f02ne5e] {
    border-top-right-radius: 12px; /* Rounds top-right corner */
}

tr:last-child td:first-child[b-xy6f02ne5e] {
    border-bottom-left-radius: 12px; /* Rounds bottom-left corner */
}

tr:last-child td:last-child[b-xy6f02ne5e] {
    border-bottom-right-radius: 12px; /* Rounds bottom-right corner */
}
/* /Pages/LandingPage.razor.rz.scp.css */
:host[b-c68l71epx7] {
    --bg: #f4f7fb;
    --surface: #ffffff;
    --text: #122337;
    --text-soft: #4d5d70;
    --line: #d7e0ec;
    --brand: #0f7e8a;
    --brand-strong: #0c5f69;
    --accent: #ff8a3d;
    --shadow: 0 20px 45px rgba(17, 43, 68, 0.12);
    color: var(--text);
    font-family: "Segoe UI", "Avenir Next", "Trebuchet MS", Tahoma, Geneva, Verdana, sans-serif;
}

.landing-shell[b-c68l71epx7] {
    min-height: 100vh;
    background:
        radial-gradient(70rem 42rem at -10% -10%, rgba(15, 126, 138, 0.2), transparent 60%),
        radial-gradient(68rem 42rem at 110% 10%, rgba(255, 138, 61, 0.18), transparent 58%),
        var(--bg);
    position: relative;
    overflow: hidden;
}

.bg-orb[b-c68l71epx7] {
    position: absolute;
    border-radius: 999px;
    filter: blur(4px);
    pointer-events: none;
}

.bg-orb-left[b-c68l71epx7] {
    width: 28rem;
    height: 28rem;
    left: -12rem;
    top: 4rem;
    background: rgba(15, 126, 138, 0.18);
}

.bg-orb-right[b-c68l71epx7] {
    width: 22rem;
    height: 22rem;
    right: -8rem;
    top: 10rem;
    background: rgba(255, 138, 61, 0.22);
}

.content-wrap[b-c68l71epx7] {
    width: min(1160px, 92vw);
    margin: 0 auto;
}

.topbar[b-c68l71epx7] {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(10px);
    background: rgba(244, 247, 251, 0.8);
    border-bottom: 1px solid rgba(18, 35, 55, 0.08);
}

.topbar-content[b-c68l71epx7] {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand[b-c68l71epx7] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: var(--text);
    font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
}

.brand-icon[b-c68l71epx7] {
    width: 2.2rem;
    height: 2.2rem;
    fill: var(--brand);
}

.topnav[b-c68l71epx7] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.nav-link[b-c68l71epx7],
.nav-cta[b-c68l71epx7],
.btn[b-c68l71epx7] {
    text-decoration: none;
    border-radius: 999px;
    padding: 0.62rem 1.1rem;
    font-weight: 700;
    font-size: 0.92rem;
    transition: 220ms ease;
}

.nav-link[b-c68l71epx7] {
    color: var(--text);
}

.nav-link:hover[b-c68l71epx7] {
    background: rgba(15, 126, 138, 0.1);
}

.topbar .nav-cta[b-c68l71epx7] {
    background-color: #0f7e8a;
    color: #ffffff;
    border: 1px solid #0c5f69;
    box-shadow: 0 6px 16px rgba(15, 126, 138, 0.28);
}

.topbar .nav-cta:hover[b-c68l71epx7],
.topbar .nav-cta:focus-visible[b-c68l71epx7] {
    background-color: #0c5f69;
    color: #ffffff;
    transform: translateY(-1px);
}

.hero[b-c68l71epx7] {
    padding: 5.4rem 0 2.2rem;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    align-items: stretch;
}

.eyebrow[b-c68l71epx7] {
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--brand-strong);
    font-weight: 800;
    font-size: 0.75rem;
    margin-bottom: 0.8rem;
}

.hero h1[b-c68l71epx7] {
    font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
    font-size: clamp(2rem, 3.6vw, 3.5rem);
    line-height: 1.08;
    margin: 0;
    max-width: 18ch;
}

.lead[b-c68l71epx7] {
    margin-top: 1rem;
    color: var(--text-soft);
    line-height: 1.65;
    font-size: 1.05rem;
    max-width: 58ch;
}

.hero-actions[b-c68l71epx7] {
    margin-top: 1.7rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn-primary[b-c68l71epx7] {
    background: var(--brand);
    color: #fff;
}

.btn-primary:hover[b-c68l71epx7] {
    background: var(--brand-strong);
    transform: translateY(-2px);
}

.btn-secondary[b-c68l71epx7] {
    color: var(--text);
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.75);
}

.btn-secondary:hover[b-c68l71epx7] {
    border-color: rgba(255, 138, 61, 0.6);
    color: #7b3f18;
}

.hero-stats[b-c68l71epx7] {
    border: 1px solid rgba(18, 35, 55, 0.08);
    border-radius: 1.2rem;
    background: linear-gradient(160deg, #ffffff, #f7fbff);
    box-shadow: var(--shadow);
    padding: 1.25rem;
    display: grid;
    gap: 0.85rem;
    animation: float-in-b-c68l71epx7 520ms ease-out;
}

.hero-stats article[b-c68l71epx7] {
    border-radius: 0.9rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(18, 35, 55, 0.08);
}

.stat-value[b-c68l71epx7] {
    font-size: 1.65rem;
    margin: 0;
    font-weight: 800;
    color: var(--brand-strong);
}

.stat-label[b-c68l71epx7] {
    margin: 0.3rem 0 0;
    color: var(--text-soft);
    font-size: 0.9rem;
}

.section[b-c68l71epx7] {
    padding: 2.2rem 0;
}

.section-head h2[b-c68l71epx7] {
    font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
    font-size: clamp(1.4rem, 2.3vw, 2rem);
    margin: 0;
}

.feature-grid[b-c68l71epx7] {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.feature-card[b-c68l71epx7] {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 1rem;
    padding: 1.15rem;
    box-shadow: 0 8px 20px rgba(22, 45, 69, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover[b-c68l71epx7] {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(22, 45, 69, 0.1);
}

.feature-card h3[b-c68l71epx7] {
    margin: 0.75rem 0 0.4rem;
    font-size: 1.1rem;
}

.feature-card p[b-c68l71epx7] {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.55;
}

.feature-icon[b-c68l71epx7] {
    color: var(--brand);
    font-size: 1.6rem;
}

.showcase-card[b-c68l71epx7] {
    margin-top: 1.1rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(18, 35, 55, 0.12);
    background: #ffffff;
    padding: 0.9rem;
    box-shadow: var(--shadow);
}

.showcase-carousel[b-c68l71epx7] {
    height: min(72vh, 760px);
    border-radius: 0.95rem;
    overflow: hidden;
}

.slide[b-c68l71epx7] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #eaf1fb, #f8fbff);
}

.slide[b-c68l71epx7]  img {
    object-fit: contain;
    height: 100%;
    max-height: 720px;
    width: auto;
    max-width: 100%;
}

.footer[b-c68l71epx7] {
    margin-top: 1.8rem;
    border-top: 1px solid rgba(18, 35, 55, 0.12);
    background: rgba(255, 255, 255, 0.72);
}

.footer-content[b-c68l71epx7] {
    height: 4.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-soft);
    font-size: 0.9rem;
}

.footer-content a[b-c68l71epx7] {
    color: var(--brand-strong);
    text-decoration: none;
    font-weight: 700;
}

@keyframes float-in-b-c68l71epx7 {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 960px) {
    .hero[b-c68l71epx7] {
        grid-template-columns: 1fr;
        padding-top: 3.2rem;
    }

    .feature-grid[b-c68l71epx7] {
        grid-template-columns: 1fr;
    }

    .showcase-carousel[b-c68l71epx7],
    .slide[b-c68l71epx7] {
        height: min(52vh, 460px);
    }

    .slide[b-c68l71epx7]  img {
        max-height: 440px;
    }
}

@media (max-width: 640px) {
    .topbar-content[b-c68l71epx7] {
        height: auto;
        padding: 0.8rem 0;
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .topnav[b-c68l71epx7] {
        width: 100%;
        justify-content: space-between;
    }

    .hero h1[b-c68l71epx7] {
        max-width: none;
    }

    .footer-content[b-c68l71epx7] {
        height: auto;
        padding: 0.85rem 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }
}
/* /Pages/Profile.razor.rz.scp.css */
.container[b-l27p8ucf08] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height:250px;
    width:250px;

}

.circle[b-l27p8ucf08] {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 8px 5px 6px rgba(0, 0, 0, 0.2);
}

.edit-container[b-l27p8ucf08] {
    position: absolute;
    margin-left: 100px;
    transform: translate(50%, -50%);
}
/* /Pages/ProjectTeamsPage.razor.rz.scp.css */
.circle-container[b-ig8hblgokt] {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.circle[b-ig8hblgokt] {
    margin-top: 10px;
    position: relative;
    width: 120px; /* Adjust the size of the circle */
    height: 120px; /* Adjust the size of the circle */
    border-radius: 50%;
    background-color: gray; /* Replace with your desired background color */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border-color 0.3s; /* Add transition effect for smooth hover */
}

    .circle:hover[b-ig8hblgokt] {
        border: 4px solid var(--mud-palette-primary);
        opacity: 0.8;
    }

.small-circle[b-ig8hblgokt] {
    position: absolute;
    top: 70%; /* Adjust the position of the smaller circle */
    left: 0%; /* Adjust the position of the smaller circle */
    width: 40px; /* Adjust the size of the smaller circle */
    height: 40px; /* Adjust the size of the smaller circle */
    border-radius: 50%;
    background-color: var(--mud-palette-primary); /* Replace with your desired background color */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .small-circle i[b-ig8hblgokt] {
        font-size: 20px; /* Adjust the size of the smaller icon */
        color: white; /* Replace with your desired icon color */
    }
/* /Pages/SystemShop.razor.rz.scp.css */
.list-group[b-kh7s3ksq9v] {
    max-height: 85vh;
    min-width: 300px;
    margin-bottom: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.card[b-kh7s3ksq9v] {
    transition: transform 0.3s ease;
}
    .card:hover[b-kh7s3ksq9v] {
        transform: scale(1.05);
        background-color: #E8E8EC;
    }
.input-group-text[b-kh7s3ksq9v] {
    height: 100%;
}
.custom-search[b-kh7s3ksq9v] {
    width: 300px; /* Adjust the width value as needed */
}

.tab-fade-enter-active[b-kh7s3ksq9v] {
    transition: opacity 0.3s;
}

.tab-fade-leave-active[b-kh7s3ksq9v] {
    transition: opacity 0.3s;
}

.tab-fade-enter[b-kh7s3ksq9v], .tab-fade-leave-to[b-kh7s3ksq9v] {
    opacity: 0;
}

@keyframes fadeIn-b-kh7s3ksq9v {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in[b-kh7s3ksq9v] {
    animation: fadeIn-b-kh7s3ksq9v 2s;

}
.card-image-size[b-kh7s3ksq9v]{
    max-width: 100px;
}
/* /Pages/UserProjectsPage.razor.rz.scp.css */
.text-overflow[b-e0ztai2lzb] {
    height: 100px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*    .text-overflow:hover {
        color: transparent;
        text-shadow: 0 0 5px rgba(0,0,0,0.5);
        cursor:default;
        
    }*/
.card-size[b-e0ztai2lzb]{
    min-width: 100px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.card-size:hover[b-e0ztai2lzb]{
    transform: scale(1.03);
    transition: ease 0.3s;
}
.image-size[b-e0ztai2lzb] {
    max-height: 225px;
    min-height: 230px;
}
.card-size[b-e0ztai2lzb] {
    background: var(--mud-palette-background);
}
.dropdown-custom[b-e0ztai2lzb] {
    z-index: 1;
}
.image-cursor[b-e0ztai2lzb]{
    cursor:pointer;
}
/* /Shared/Comments/CommentSection.razor.rz.scp.css */
.comment-user[b-dw50zs52ce] {
    margin: 5px;
}

.comment-content[b-dw50zs52ce] {
    margin: 10px;
}

.comment-time[b-dw50zs52ce] {
    margin-left: 3px;
    color: darkgray;
}

.comment-post-container[b-dw50zs52ce] {
    margin: 10px;
    display: flex;
    align-items: center;
}

.comment-avatar-container[b-dw50zs52ce] {
    display: flex;
    align-items: center;
    margin: 5px;
}

.comment-container[b-dw50zs52ce] {
    overflow: auto;
    padding: 10px;
    /*         display: flex; */
    /*         flex-direction: column-reverse; */
}
/* /Shared/LevelClasification.razor.rz.scp.css */
.tag[b-58rhcxl1ff] {
    display: inline-flex;
    /*background-color: #e0e0e0;*/
    padding: 5px 5px;
    border-radius: 4px;
    margin-left: 5px;
    margin-top: 5px;
    cursor: default;
    max-width: 250px;
    min-width: 50px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag-border-primary[b-58rhcxl1ff] {
    border: 1.5px solid #0B5DD4;
}

    .tag-border-primary:hover[b-58rhcxl1ff] {
        background: #0B5DD4;
        color: white;
    }

.tag-border-secondary[b-58rhcxl1ff] {
    border: 1.5px solid #157146;
}

    .tag-border-secondary:hover[b-58rhcxl1ff] {
        background: #157146;
        color: white;
    }

.close-btn[b-58rhcxl1ff] {
    background: none;
    border: none;
    font-size: 14px;
    color: #888;
    cursor: pointer;
    padding-right: 0;
    margin-left: 0px;
    margin-right: 3px;
}

    .close-btn:hover[b-58rhcxl1ff] {
        color: #f00;
    }

.inline-btn[b-58rhcxl1ff] {
    margin-top: 5px;
    margin-left: 5px;
}
/* /Shared/LoadingStatus.razor.rz.scp.css */
.loading-container[b-5tjmptmtqt] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-spinner[b-5tjmptmtqt] {
    border: 4px solid #f3f3f3; /* Light gray */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin-b-5tjmptmtqt 1s linear infinite;
}

@keyframes spin-b-5tjmptmtqt {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text[b-5tjmptmtqt] {
    margin-left: 10px;
    font-size: 18px;
    color: #333;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.sticky-progress[b-tq2c8q4fa5] {
    position: sticky;
    top: 64px; /* Adjust this value if you have a margin or padding */
    z-index: 2; /* Ensure it appears above other content */
    background-color: white; /* Match your app's background color */
}

.page[b-tq2c8q4fa5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tq2c8q4fa5] {
    flex: 1;
}

.sidebar[b-tq2c8q4fa5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tq2c8q4fa5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tq2c8q4fa5]  a, .top-row[b-tq2c8q4fa5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-tq2c8q4fa5]  a:hover, .top-row[b-tq2c8q4fa5]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-tq2c8q4fa5]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 600px) {
    .sticky-progress[b-tq2c8q4fa5] {
        top: 48px; /* Adjust this value if you have a margin or padding */
    }
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-tq2c8q4fa5] {
        display: none;
    }

    .top-row.auth[b-tq2c8q4fa5] {
        justify-content: space-between;
    }

    .top-row[b-tq2c8q4fa5]  a, .top-row[b-tq2c8q4fa5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tq2c8q4fa5] {
        flex-direction: row;
    }

    .sidebar[b-tq2c8q4fa5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tq2c8q4fa5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-tq2c8q4fa5]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-tq2c8q4fa5], article[b-tq2c8q4fa5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
