@import 'GreenPacBlazorIdentity.Client.32ghhnli2a.bundle.scp.css';
@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/GreenPacBlazorIdentity/Components/Account/Pages/EditUserAccount.razor.rz.scp.css */
.btn-saving[b-qks5hcdxjs] {
    background-color: #B69E67;
    color: black;
    border: 1px solid #B69E67;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    cursor: pointer;
    width:200px;
}

.btn-delete[b-qks5hcdxjs] {
    background-color: #FF0000;
    color: white;
    border: 1px solid #FF0000;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    cursor: pointer;
    width: 200px;
}
.button-container[b-qks5hcdxjs] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.button-container button[b-qks5hcdxjs] {
    flex: 1;
    margin: 0 5px;
}

.buttons[b-qks5hcdxjs]{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.merge-card[b-qks5hcdxjs] {
    background-color: #444;
    border-radius: 8px;
    font-weight: 600;
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:60%;
    position:center;
}
.input-color[b-qks5hcdxjs] {
    width: 100%;
    padding: 0.5em;
    font-size: 1em;
    background-color: #444;
    color: #ccc;
    border: none;
    border-bottom: 2px solid #555;
    outline: none;
}
.center[b-qks5hcdxjs] {
    margin: auto;
    border: 3px solid #444;
    border-radius: 10px;
    background-color: #444;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 2em;
    max-width: 800px;
    width: 100%;
}

.btn-tab[b-qks5hcdxjs] {
    background: none;
    border: none;
    color: lightgrey;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: relative;
    outline: none;
}


    .btn-tab:hover[b-qks5hcdxjs] {
        background-color: #444;
        color: white;
    }

    .btn-tab[b-qks5hcdxjs]::after {
        content: "";
        display: block;
        height: 2px;
        background-color: transparent;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; /* Line width extending to center of card */
        transition: background-color 0.3s;
    }

    .btn-tab.active[b-qks5hcdxjs] {
        color: #B69E67; /* Goldish color for active tab */
    }

        .btn-tab.active[b-qks5hcdxjs]::after {
            background-color: #B69E67; /* Goldish line under active tab */
        }


.newTable[b-qks5hcdxjs] {
    background-color: #3c3c3c;
    color: lightgrey;
    margin-top: 40px;
    border-collapse: separate;
    border-spacing: 0;
    width:100%;
}
.center-icon[b-qks5hcdxjs] {
    margin: auto;
    border: none;
    background-color: #444;
    text-align: center;
    font-size: 25px;
}
.dot[b-qks5hcdxjs] {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #006747;
    color: #B69E67;
}

.circleContainer[b-qks5hcdxjs] {
    display: flex;
    justify-content: space-evenly;
}

.dot[b-qks5hcdxjs], p[b-qks5hcdxjs] {
}


table[b-qks5hcdxjs] {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}


th[b-qks5hcdxjs], td[b-qks5hcdxjs] {
    padding: 2px;

}

th[b-qks5hcdxjs] {
    background-color: #444;
    font-weight: 800;
    color: #c8c3c3;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

tbody tr:nth-child(even)[b-qks5hcdxjs] {
    background-color: #444;
}

tbody tr:hover[b-qks5hcdxjs] {
    background-color: #444;
}
/* _content/GreenPacBlazorIdentity/Components/Account/Pages/Login.razor.rz.scp.css */
body[b-cvxdocfq1c] {
    height: 100%;
    overflow-y: auto;
}

/* =========================
   LOGIN PAGE WRAPPER
========================= */
.login-page[b-cvxdocfq1c] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
}

.login-form-wrapper[b-cvxdocfq1c] {
    width: 100%;
    max-width: 650px;
    background-color: #303030;
    border-radius: 12px;
    padding: 0rem 3rem 2.5rem 3rem; /* reduced top padding from 2.5rem to 1rem */
    box-sizing: border-box;
}

/* =========================
   LOGO
========================= */
.img-logo[b-cvxdocfq1c] {
    height: 160px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 1rem auto; /* reduced bottom margin from 2rem to 1rem */
}

/* =========================
   INPUTS
========================= */
.form-control[b-cvxdocfq1c] {
    background-color: #444 !important;
    color: #ffffff !important;
    border: none !important;
    border-bottom: 3px solid #555 !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0.6em 0.5em !important;
    font-size: 1rem !important;
}

    .form-control:focus[b-cvxdocfq1c] {
        background-color: #444 !important;
        color: #ffffff !important;
        border-bottom: 3px solid #B69E67 !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .form-control[b-cvxdocfq1c]::placeholder {
        color: #aaaaaa !important;
        opacity: 1 !important;
    }

.input-color[b-cvxdocfq1c] {
    width: 100%;
    background-color: #444 !important;
    color: #ffffff !important;
    border: none !important;
    border-bottom: 3px solid #555 !important;
    outline: none !important;
}

    .input-color[b-cvxdocfq1c]::placeholder,
    .form-control.input-color[b-cvxdocfq1c]::placeholder {
        color: #aaaaaa !important;
        opacity: 1 !important;
    }

    /* ===== Autofill fix ===== */
    .input-color:-webkit-autofill[b-cvxdocfq1c],
    .input-color:-webkit-autofill:hover[b-cvxdocfq1c],
    .input-color:-webkit-autofill:focus[b-cvxdocfq1c],
    .input-color:-webkit-autofill:active[b-cvxdocfq1c],
    .form-control:-webkit-autofill[b-cvxdocfq1c],
    .form-control:-webkit-autofill:hover[b-cvxdocfq1c],
    .form-control:-webkit-autofill:focus[b-cvxdocfq1c],
    .form-control:-webkit-autofill:active[b-cvxdocfq1c],
    input:-webkit-autofill[b-cvxdocfq1c],
    input:-webkit-autofill:hover[b-cvxdocfq1c],
    input:-webkit-autofill:focus[b-cvxdocfq1c],
    input:-webkit-autofill:active[b-cvxdocfq1c] {
        -webkit-box-shadow: 0 0 0px 1000px #444 inset !important;
        box-shadow: 0 0 0px 1000px #444 inset !important;
        -webkit-text-fill-color: #ffffff !important;
        caret-color: #ffffff !important;
        border: none !important;
        border-bottom: 3px solid #555 !important;
        outline: none !important;
        transition: background-color 5000s ease-in-out 0s !important;
    }

/* =========================
   BUTTONS
========================= */
.btn-gold[b-cvxdocfq1c] {
    background-color: #B69E67;
    color: black;
    border: none;
    width: 140px;
    height: 50px;
    border-radius: 4px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    cursor: pointer;
}

    .btn-gold:hover[b-cvxdocfq1c] {
        background-color: #c9b07a;
    }

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
    .login-form-wrapper[b-cvxdocfq1c] {
        max-width: 100%;
        padding: 1rem 1rem 1.5rem 1rem; /* reduced top padding on mobile too */
        background-color: #303030;
        border-radius: 12px;
    }

    .img-logo[b-cvxdocfq1c] {
        height: 120px !important;
        width: auto !important;
        max-width: 90% !important;
        margin: 0.5rem auto 1rem auto; /* tightened top margin on mobile */
    }

    .col-md-13[b-cvxdocfq1c] {
        width: 100%;
        padding: 0;
    }

    .btn-gold[b-cvxdocfq1c] {
        width: 100%;
        margin-top: 0.5rem;
    }

    @media (max-height: 500px) {
        .img-logo[b-cvxdocfq1c] {
            height: 60px !important;
            margin: 0.5rem auto !important;
        }

        .login-page[b-cvxdocfq1c] {
            justify-content: flex-start;
            padding-top: 0.5rem;
        }
    }
}
/* _content/GreenPacBlazorIdentity/Components/Account/Pages/Register.razor.rz.scp.css */
.btn-saving[b-qkdbfi63h7] {
    background-color: #B69E67;
    color: black;
    border: 1px solid #B69E67;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    cursor: pointer;
    width: 200px;
}

    .btn-saving:hover[b-qkdbfi63h7] {
        background-color: #e0a800;
        border: 1px solid #e0a800;
    }

.button-container[b-qkdbfi63h7] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .button-container button[b-qkdbfi63h7] {
        flex: 1;
        margin: 0 5px;
    }

.buttons[b-qkdbfi63h7] {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.merge-card[b-qkdbfi63h7] {
    background-color: #444;
    border-radius: 8px;
    font-weight: 600;
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
    position: center;
}

.input-color[b-qkdbfi63h7] {
    width: 100%;
    padding: 0.5em;
    font-size: 1em;
    background-color: #444;
    color: #ccc;
    border: none;
    border-bottom: 2px solid #555;
    outline: none;
}

.center[b-qkdbfi63h7] {
    margin: auto;
    border: 3px solid #444;
    border-radius: 10px;
    background-color: #444;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 2em;
    max-width: 800px;
    width: 100%;
}

.btn-tab[b-qkdbfi63h7] {
    background: none;
    border: none;
    color: lightgrey;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: relative;
    outline: none;
}


    .btn-tab:hover[b-qkdbfi63h7] {
        background-color: #444;
        color: white;
    }

    .btn-tab[b-qkdbfi63h7]::after {
        content: "";
        display: block;
        height: 2px;
        background-color: transparent;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; /* Line width extending to center of card */
        transition: background-color 0.3s;
    }

    .btn-tab.active[b-qkdbfi63h7] {
        color: #B69E67; /* Goldish color for active tab */
    }

        .btn-tab.active[b-qkdbfi63h7]::after {
            background-color: #B69E67; /* Goldish line under active tab */
        }

.table th[b-qkdbfi63h7], .table td[b-qkdbfi63h7] {
    border: none;
    vertical-align: middle;
}

.table-hover tbody tr:hover[b-qkdbfi63h7] {
    background-color: #3c3c3c;
}

.table[b-qkdbfi63h7] {
    background-color: #3c3c3c;
    color: lightgrey;
    margin-top: 40px;
    border-collapse: separate;
    border-spacing: 0;
}

    .table th[b-qkdbfi63h7] {
        border-bottom: 1px solid #222;
    }

    .table tbody tr:first-child[b-qkdbfi63h7] {
        border-top: 1px solid lightgrey;
    }

.rowtr[b-qkdbfi63h7] {
    background-color: #3c3c3c;
}
.center-icon[b-qkdbfi63h7] {
    margin: auto;
    border: none;
    background-color: #444;
    text-align: center;
    font-size: 25px;
}

.dot[b-qkdbfi63h7] {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #006747;
    color: #B69E67;
}

.circleContainer[b-qkdbfi63h7] {
    display: flex;
    justify-content: space-evenly;
}

.dot[b-qkdbfi63h7], p[b-qkdbfi63h7] {
}
/* _content/GreenPacBlazorIdentity/Components/Account/Pages/ResetPassword.razor.rz.scp.css */
.center[b-qgffcpsthi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}
/* Centered card container - matches EditUser layout */
.form-card[b-qgffcpsthi] {
    background-color: #3a3a3a;
    border-radius: 8px;
    padding: 30px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.btn-saving[b-qgffcpsthi] {
    background-color: #B69E67; /* Goldish color */
    color: black;
    border: none; 
    border-radius: 4px;
    text-align: center;
}

/* _content/GreenPacBlazorIdentity/Components/Account/Pages/VerifyOtp.razor.rz.scp.css */
body[b-sdt1lvs5m3] {
}

/* =========================
   LOGO
========================= */

.img-logo[b-sdt1lvs5m3] {
    height: 120px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .img-logo[b-sdt1lvs5m3] {
        height: 120px !important;
        width: auto !important;
        max-width: 90% !important;
        margin: 1.5rem auto 1rem auto;
    }

    .col-md-13[b-sdt1lvs5m3] {
        width: 100%;
        padding: 0 1rem;
    }

    .btn-gold[b-sdt1lvs5m3] {
        width: 100%;
        margin-top: 0.5rem;
    }
}
/* _content/GreenPacBlazorIdentity/Components/Layout/MainLayout.razor.rz.scp.css */
html[b-f3uljpww1g], body[b-f3uljpww1g] {
    height: 100%;
    margin: 0;
}

.page[b-f3uljpww1g] {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    background-color: #303030;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

main[b-f3uljpww1g] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-f3uljpww1g] {
    background-color: #006747;
    width: 320px;
    min-width: 320px;
    max-width: 320px;
    min-height: 100vh;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    transition: left 0.3s ease;
}

/* ===== NAVBAR TOGGLER ===== */

.navbar-toggler[b-f3uljpww1g] {
    display: none;
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1100;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center / 1.5rem rgba(0, 103, 71, 0.9);
}

    .navbar-toggler:checked[b-f3uljpww1g] {
        background-color: #B69E67;
    }

/* ===== MOBILE ===== */

@media (max-width: 768px) {

    .navbar-toggler[b-f3uljpww1g] {
        display: block;
    }

    .sidebar[b-f3uljpww1g] {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 1050;
        height: 100vh;
        width: 320px;
        min-width: 320px;
        max-width: 320px;
        box-shadow: 4px 0 15px rgba(0, 0, 0, 0.4);
        overflow-x: hidden;
    }

    .navbar-toggler:checked ~ .sidebar[b-f3uljpww1g] {
        left: 0;
    }

    main[b-f3uljpww1g] {
        width: 100%;
        padding-top: 4rem;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
}

/* ===== TOP ROW ===== */

.top-row[b-f3uljpww1g] {
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-f3uljpww1g]  a, .top-row[b-f3uljpww1g]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-f3uljpww1g]  a:hover, .top-row[b-f3uljpww1g]  .btn-link:hover {
            text-decoration: underline;
        }

/* ===== ERROR UI ===== */

#blazor-error-ui[b-f3uljpww1g] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-f3uljpww1g] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/GreenPacBlazorIdentity/Components/Layout/NavMenu.razor.rz.scp.css */
/* ===== BRAND SECTION ===== */

.brand-wrapper[b-4pea29b2fk] {
    padding: 1.5rem 1rem 1rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.brand-container[b-4pea29b2fk] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    text-align: center;
}

.logo-circle[b-4pea29b2fk] {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .logo-circle img[b-4pea29b2fk] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.brand-logo[b-4pea29b2fk] {
    height: 75%;
    width: auto;
}

.greenpac-brand[b-4pea29b2fk] {
    font-size: clamp(18px, 3vw, 32px);
    font-weight: 600;
    color: white;
    margin: 0;
    letter-spacing: 1px;
}

/* ===== NAV SCROLL AREA ===== */

.nav-scrollable[b-4pea29b2fk] {
    flex: 1;
    overflow-y: auto;
    padding-top: 0.5rem;
}

/* ===== NAV ITEMS ===== */

.nav-item[b-4pea29b2fk] {
    font-size: 0.875rem;
}

    .nav-item:first-of-type[b-4pea29b2fk] {
        padding-top: 0.75rem;
    }

    .nav-item:last-of-type[b-4pea29b2fk] {
        padding-bottom: 1rem;
    }

    /* ===== NAV LINKS ===== */

    .nav-item[b-4pea29b2fk]  .nav-link {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.65rem 0.75rem;
        width: 100%;
        border-radius: 6px;
        background: none;
        border: none;
        color: #e0e0e0;
        text-decoration: none;
        line-height: 1.3;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: background 0.2s ease, color 0.2s ease;
    }

        .nav-item[b-4pea29b2fk]  .nav-link:hover {
            background-color: rgba(255,255,255,0.12);
            color: white;
        }

    .nav-item[b-4pea29b2fk]  a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

/* ===== SUBMENU - allow wrapping for long category/year names ===== */

.nav-submenu .nav-item[b-4pea29b2fk]  .nav-link {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-break: break-word;
    align-items: flex-start;
}

/* ===== ICON COLOR ===== */

.class-color[b-4pea29b2fk] {
    color: #B69E67;
}

.toggle-icon[b-4pea29b2fk] {
    transition: transform 0.3s ease;
}

    .toggle-icon.expanded[b-4pea29b2fk] {
        transform: rotate(90deg);
    }

/* ===== SUBMENU ===== */

.nav-submenu[b-4pea29b2fk] {
    padding-left: 1.5rem;
    border-left: 3px solid rgba(255,255,255,0.3);
    margin-left: 0.75rem;
}

    .nav-submenu .nav-link[b-4pea29b2fk] {
        font-size: 0.85rem;
    }

/* ===== LOGOUT BUTTON ===== */

button.nav-link[b-4pea29b2fk] {
    background: none;
    border: none;
    text-align: left;
    width: 100%;
    color: #e0e0e0;
}

    button.nav-link:hover[b-4pea29b2fk] {
        background-color: rgba(255,255,255,0.12);
    }

/* ===== NAV TOGGLE (Categories / Year) ===== */

.nav-toggle[b-4pea29b2fk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.75rem;
    cursor: pointer;
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

    .nav-toggle > div[b-4pea29b2fk] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav-toggle .toggle-icon[b-4pea29b2fk] {
        margin-left: auto;
        flex-shrink: 0;
        transition: transform 0.3s ease;
    }

    .nav-toggle:hover[b-4pea29b2fk] {
        background-color: rgba(255,255,255,0.12);
    }
