@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.tw2xma3vzh.bundle.scp.css';

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

main[b-wnz4210edh] {
    flex: 1;
}


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

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

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

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

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

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

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

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

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

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

    .top-row[b-wnz4210edh], article[b-wnz4210edh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */

.top-nav[b-j76z6x0b0j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.5rem;
    background-color: white;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    height:8%;
}

.bottom-nav[b-j76z6x0b0j] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 10px 0;
    z-index: 9999999999;
}

body[b-j76z6x0b0j] {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
}

.navbar-brand[b-j76z6x0b0j] {
    font-size: 1.1rem;
    color: forestgreen;
    display: flex;
    align-items: center;
}

    .navbar-brand img[b-j76z6x0b0j] {
        height: 120px;
        width: 160px;
    }


.nav-icons[b-j76z6x0b0j] {
    display: flex;
    gap: 1.5rem;
}

.nav-item[b-j76z6x0b0j] {
    color: forestgreen;
    text-decoration: none;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}

.bottom-nav .nav-item[b-j76z6x0b0j] {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
}

.bottom-nav .bi[b-j76z6x0b0j] {
    font-size: 1.5rem;
    margin-bottom: 3px;
}

.nav-item span[b-j76z6x0b0j] {
    font-size: 24px;
    color: forestgreen;
}

.nav-item.active span[b-j76z6x0b0j] {
    color: forestgreen;
    transition: none;
}

.nav-icons[b-j76z6x0b0j] {
    display: flex;
    justify-content: space-evenly;
    gap: 50px;
}
.nav-icons:hover[b-j76z6x0b0j]{
    cursor:pointer;
}

.dropdown[b-j76z6x0b0j] {
    position: relative;
    display: flex;
    align-items: center;
}

.dropdown-toggle[b-j76z6x0b0j] {
    background: none;
    border: none;
    display: flex;
    align-items: center;
}

.dropdown-menu[b-j76z6x0b0j] {
    position: absolute;
    top: 50px;
    right: 0;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 300px;
    display: flex;
    flex-direction: column;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .dropdown-menu.show[b-j76z6x0b0j] {
        opacity: 1;
        transform: translateY(0);
    }

.dropdown-header[b-j76z6x0b0j] {
    color: forestgreen;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}

.notification-item[b-j76z6x0b0j], .message-item[b-j76z6x0b0j] {
    color: forestgreen;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.notification-icon[b-j76z6x0b0j], .message-icon[b-j76z6x0b0j] {
    color: forestgreen;
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 3px;
}

.notification-content p[b-j76z6x0b0j], .message-content p[b-j76z6x0b0j] {
    color: #555;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.dropdown-divider[b-j76z6x0b0j] {
    border-bottom: 1px solid #ddd;
    margin: 5px 0;
}

.icon-read[b-j76z6x0b0j], .icon-unread[b-j76z6x0b0j] {
    color: forestgreen;
}

.notification-list[b-j76z6x0b0j] {
    max-height: 300px;
    overflow-y: auto;
}

.message-content p[b-j76z6x0b0j],
.notification-content p[b-j76z6x0b0j] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.message-content.expanded p[b-j76z6x0b0j],
.notification-content.expanded p[b-j76z6x0b0j] {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.loading-overlay[b-j76z6x0b0j] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner[b-j76z6x0b0j] {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #549538;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin-b-j76z6x0b0j 1s linear infinite;
}

@keyframes spin-b-j76z6x0b0j {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Pages/Agreement_Pages/Privacy_Policy.razor.rz.scp.css */
.logo[b-5p3hl5qc19] {
    width: 150px;
    margin-right: 10px;
    margin-left: 0px;
}

.header[b-5p3hl5qc19] {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.titles .main-title[b-5p3hl5qc19] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #559638;
    line-height: 1.2;
    word-break: break-word;
}

.titles .sub-title[b-5p3hl5qc19] {
    font-size: 1rem;
    color: #559638;
}

.divider[b-5p3hl5qc19] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

    .divider .line[b-5p3hl5qc19] {
        height: 2px;
        background-color: #559638;
        flex-grow: 1;
        min-width: 10px;
    }

    .divider .dot[b-5p3hl5qc19] {
        width: 6px;
        height: 6px;
        background-color: #559638;
        border-radius: 50%;
        margin: 0;
    }

@media (max-width: 768px) {
    .logo[b-5p3hl5qc19] {
        width: 120px;
    }

    .titles .main-title[b-5p3hl5qc19] {
        font-size: 2rem;
    }

    .titles .sub-title[b-5p3hl5qc19] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .logo[b-5p3hl5qc19] {
        width: 100px;
    }

    .titles .main-title[b-5p3hl5qc19] {
        font-size: 1.6rem;
    }

    .titles .sub-title[b-5p3hl5qc19] {
        font-size: 0.85rem;
    }
}
/* /Pages/Agreement_Pages/T&C.razor.rz.scp.css */
.logo[b-4cna4pbunf] {
    width: 150px;
    margin-right: 10px;
    margin-left: 0px;
}

.header[b-4cna4pbunf] {
    margin-top:40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.titles .main-title[b-4cna4pbunf] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #559638;
    line-height: 1.2;
    word-break: break-word;
}

.titles .sub-title[b-4cna4pbunf] {
    font-size: 1rem;
    color: #559638;
}

.divider[b-4cna4pbunf] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

    .divider .line[b-4cna4pbunf] {
        height: 2px;
        background-color: #559638;
        flex-grow: 1;
        min-width: 10px;
    }

    .divider .dot[b-4cna4pbunf] {
        width: 6px;
        height: 6px;
        background-color: #559638;
        border-radius: 50%;
        margin: 0;
    }

@media (max-width: 768px) {
    .logo[b-4cna4pbunf] {
        width: 120px;
    }

    .titles .main-title[b-4cna4pbunf] {
        font-size: 2rem;
    }

    .titles .sub-title[b-4cna4pbunf] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .logo[b-4cna4pbunf] {
        width: 100px;
    }

    .titles .main-title[b-4cna4pbunf] {
        font-size: 1.6rem;
    }

    .titles .sub-title[b-4cna4pbunf] {
        font-size: 0.85rem;
    }
}
/* /Pages/Calendar/Calendar.razor.rz.scp.css */
.calendar-page[b-ucopyyuo6j] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2.5%;
    min-height: 100vh;
    background: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2F5233;
}

.calendar-shell[b-ucopyyuo6j] {
    width: 100%;
    border: none;
    padding: 1.25rem;
    border-radius: 6px;
    box-sizing: border-box;
}

.calendar-header[b-ucopyyuo6j] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 1rem;
}

.month-title[b-ucopyyuo6j] {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #111;
}

.nav-btn[b-ucopyyuo6j] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 36px;
    color: #2F5233;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .nav-btn:active[b-ucopyyuo6j] {
        transform: translateY(-50%) scale(0.98);
    }

    .nav-btn.prev[b-ucopyyuo6j] {
        left: 0;
    }

    .nav-btn.next[b-ucopyyuo6j] {
        right: 0;
    }

.weekdays[b-ucopyyuo6j] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1rem;
    margin-bottom: 0.75rem;
    text-align: center;
}

.weekday[b-ucopyyuo6j] {
    font-size: 0.95rem;
    color: #333;
    letter-spacing: 1px;
}

.days-grid[b-ucopyyuo6j] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1.25rem;
}

.day-cell[b-ucopyyuo6j] {
    background: white;
    border: 1.5px solid #2F5233;
    min-height: 110px;
    max-height: 110px;
    overflow: hidden;
    padding: 0.6rem;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

    .day-cell:hover[b-ucopyyuo6j] {
        transform: translateY(-3px);
        box-shadow: 0 -3px 6px rgba(85, 150, 56, 0.4), 0 6px 12px rgba(85, 150, 56, 0.8);
    }

    .day-cell.muted[b-ucopyyuo6j] {
        opacity: 0.45;
    }

.date-number[b-ucopyyuo6j] {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 0.9rem;
    color: #111;
    font-weight: 600;
}

.events[b-ucopyyuo6j] {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    align-items: flex-start;
}
.pill-mobile[b-ucopyyuo6j] {
    display:none;

}
    .event-pill[b-ucopyyuo6j] {
    display:block;
    background: transparent;
    border-left: 4px solid #559638;
    padding: 6px 8px;
    font-size: 0.85rem;
    color: #2F5233;
    width: calc(100% - 2px);
    word-break: break-word;
}

.popup-overlay[b-ucopyyuo6j] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-container[b-ucopyyuo6j] {
    background: #fff;
    width: 480px;
    max-width: 95%;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

.popup-header[b-ucopyyuo6j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2F5233;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.5rem;
    position: relative;
}

.close-btn[b-ucopyyuo6j] {
    background: none;
    border: none;
    font-size: 1.3rem;
    cursor: pointer;
    color: #666;
}

    .close-btn:hover[b-ucopyyuo6j] {
        color: #000;
    }

.add-btn[b-ucopyyuo6j] {
    position: absolute;
    right: 40px;
    top: 4px;
    background: #559638;
    border: none;
    font-size: 1.2rem;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
}

    .add-btn:hover[b-ucopyyuo6j] {
        background: #3d6b44;
    }

.event-card[b-ucopyyuo6j] {
    border: 1px solid #d9e2d5;
    padding: 0.8rem;
    border-radius: 8px;
    background: #f9faf9;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

    .event-card:hover[b-ucopyyuo6j] {
        background: #f1f5f1;
        box-shadow: 0 2px 6px rgba(85, 150, 56, 0.2);
    }

.event-title[b-ucopyyuo6j] {
    font-weight: 600;
    color: #2F5233;
}

.event-time[b-ucopyyuo6j] {
    font-size: 0.9rem;
    color: #555;
}

.event-date[b-ucopyyuo6j] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2F5233;
}

.event-time[b-ucopyyuo6j] {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #333;
}

.detail-row[b-ucopyyuo6j] {
    display: flex;
    justify-content: space-between;
    margin: 0.4rem 0;
    font-size: 0.95rem;
}

.detail-label[b-ucopyyuo6j] {
    font-weight: 600;
    color: #2F5233;
}

.popup-body label[b-ucopyyuo6j] {
    font-weight: 600;
    font-size: 0.9rem;
    color: #2F5233;
    margin-top: 0.5rem;
}

.popup-body input[b-ucopyyuo6j] {
    padding: 0.55rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 0.9rem;
    width: 100%;
    margin-bottom: 0.8rem;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

    .popup-body input:focus[b-ucopyyuo6j] {
        border-color: #559638;
        box-shadow: 0 0 0 2px rgba(85, 150, 56, 0.2);
        outline: none;
    }

.popup-footer[b-ucopyyuo6j] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    gap: 0.6rem;
}

.btn[b-ucopyyuo6j] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s ease, opacity 0.2s ease;
}

    .btn.primary[b-ucopyyuo6j] {
        background: #2F5233;
        color: #fff;
    }

        .btn.primary:hover[b-ucopyyuo6j] {
            background: #3d6b44;
        }

    .btn.danger[b-ucopyyuo6j] {
        background: #e15241;
        color: #fff;
    }

        .btn.danger:hover[b-ucopyyuo6j] {
            background: #c94434;
        }

    .btn.cancel[b-ucopyyuo6j] {
        background: #ccc;
        color: #333;
    }

        .btn.cancel:hover[b-ucopyyuo6j] {
            background: #bbb;
        }
/* Make textarea match input fields */
.input-field[b-ucopyyuo6j] {
    padding: 0.55rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 0.9rem;
    width: 100%;
    margin-bottom: 0.8rem;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

    .input-field:focus[b-ucopyyuo6j] {
        border-color: #559638;
        box-shadow: 0 0 0 2px rgba(85, 150, 56, 0.2);
        outline: none;
    }

/* Wrapper for datetime + close button */
.datetime-wrapper[b-ucopyyuo6j] {
    position: relative;
    display: flex;
    align-items: center;
}

    .datetime-wrapper input[b-ucopyyuo6j] {
        flex: 1;
    }

/* Close icon button for datetime inputs */
.close-input[b-ucopyyuo6j] {
    background: none;
    border: none;
    font-size: 1.1rem;
    color: #666;
    cursor: pointer;
    margin-left: 0.5rem;
    transition: color 0.2s ease;
}

    .close-input:hover[b-ucopyyuo6j] {
        color: #000;
    }

.row[b-ucopyyuo6j] {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

.row .col[b-ucopyyuo6j] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.row .col input[b-ucopyyuo6j],
.row .col textarea[b-ucopyyuo6j] {
    width: 100%;
    box-sizing: border-box;
}

.edit-popup[b-ucopyyuo6j] {
    background: #fff;
    width: 600px;
    max-width: 90%;
    max-height: 80vh;
    border-radius: 14px;
    padding: 2rem;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #a8a8a8 #f1f1f1;
    overflow: hidden;
    overflow-y: auto;
    clip-path: inset(0 round 14px);
}

    .edit-popup[b-ucopyyuo6j]::-webkit-scrollbar {
        width: 10px;
    }

    .edit-popup[b-ucopyyuo6j]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 14px;
    }

    .edit-popup[b-ucopyyuo6j]::-webkit-scrollbar-thumb {
        background-color: #a8a8a8;
        border-radius: 14px;
        border: 2px solid #f1f1f1;
    }

        .edit-popup[b-ucopyyuo6j]::-webkit-scrollbar-thumb:hover {
            background-color: #7a7a7a;
        }


    .edit-popup .close-btn[b-ucopyyuo6j] {
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: #888;
        transition: color 0.2s ease;
    }

        .edit-popup .close-btn:hover[b-ucopyyuo6j] {
            color: #2F5233;
        }

    .edit-popup .popup-body label[b-ucopyyuo6j] {
        font-weight: 600;
        font-size: 0.95rem;
        color: #2F5233;
        margin-bottom: 0.25rem;
    }

    .edit-popup .popup-body input[b-ucopyyuo6j],
    .edit-popup .popup-body textarea[b-ucopyyuo6j] {
        padding: 0.65rem 0.75rem;
        border: 1px solid #d0d0d0;
        border-radius: 8px;
        font-size: 0.95rem;
        width: 100%;
        margin-bottom: 1rem;
        transition: border 0.2s ease, box-shadow 0.2s ease;
    }

        .edit-popup .popup-body input:focus[b-ucopyyuo6j],
        .edit-popup .popup-body textarea:focus[b-ucopyyuo6j] {
            border-color: #559638;
            box-shadow: 0 0 0 3px rgba(85, 150, 56, 0.15);
            outline: none;
        }

    .edit-popup textarea.input-field[b-ucopyyuo6j] {
        resize: vertical;
        min-height: 80px;
    }

    .edit-popup .row[b-ucopyyuo6j] {
        display: flex;
        gap: 1rem;
        margin-bottom: 1rem;
        flex-wrap: wrap;
    }

        .edit-popup .row .col[b-ucopyyuo6j] {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

    .edit-popup .popup-footer[b-ucopyyuo6j] {
        display: flex;
        justify-content: flex-end;
        margin-top: 1.5rem;
        gap: 0.75rem;
    }

    .edit-popup .btn[b-ucopyyuo6j] {
        padding: 0.6rem 1.25rem;
        border: none;
        border-radius: 8px;
        font-size: 0.95rem;
        cursor: pointer;
        font-weight: 500;
        transition: background 0.2s ease, transform 0.1s ease;
    }

        .edit-popup .btn:active[b-ucopyyuo6j] {
            transform: scale(0.97);
        }

        .edit-popup .btn.primary[b-ucopyyuo6j] {
            background: #2F5233;
            color: #fff;
        }

            .edit-popup .btn.primary:hover[b-ucopyyuo6j] {
                background: #3d6b44;
            }

        .edit-popup .btn.cancel[b-ucopyyuo6j] {
            background: #e0e0e0;
            color: #333;
        }

            .edit-popup .btn.cancel:hover[b-ucopyyuo6j] {
                background: #c9c9c9;
            }

        .edit-popup .btn.danger[b-ucopyyuo6j] {
            background: #e15241;
            color: #fff;
        }

            .edit-popup .btn.danger:hover[b-ucopyyuo6j] {
                background: #c94434;
            }

@media (max-width: 1024px) {
    .edit-popup[b-ucopyyuo6j] {
        width: 500px;
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .edit-popup[b-ucopyyuo6j] {
        width: 95%;
        padding: 1rem;
    }

        .edit-popup .popup-header[b-ucopyyuo6j] {
            font-size: 1.2rem;
        }

        .edit-popup .popup-body input[b-ucopyyuo6j],
        .edit-popup .popup-body textarea[b-ucopyyuo6j] {
            font-size: 0.9rem;
        }

        .edit-popup .btn[b-ucopyyuo6j] {
            font-size: 0.85rem;
            padding: 0.5rem 1rem;
        }
}

@media (max-width: 768px) {
    .calendar-page[b-ucopyyuo6j] {
        margin-top:15%;
        padding: 0.5rem;
    }

    .calendar-shell[b-ucopyyuo6j] {
        padding: 0.5rem;
    }

    .month-title[b-ucopyyuo6j] {
        font-size: 1.4rem;
        font-weight: 600;
    }

    .nav-btn[b-ucopyyuo6j] {
        font-size: 1.5rem;
        width: 32px;
        height: 32px;
    }

    .weekdays[b-ucopyyuo6j] {
        gap: 0.25rem;
        margin-bottom: 0.5rem;
    }

    .weekday[b-ucopyyuo6j] {
        font-size: 0.8rem;
        font-weight: 600;
    }

    .days-grid[b-ucopyyuo6j] {
        gap: 0.25rem;
    }

    .day-cell[b-ucopyyuo6j] {
        border: none;
        background: #fff;
        border-radius: 10px;
        min-height: 56px;
        max-height: 56px;
        padding: 0.25rem;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }

        .day-cell.muted[b-ucopyyuo6j] {
            opacity: 0.25;
        }

    .date-number[b-ucopyyuo6j] {
        font-size: 0.85rem;
        font-weight: 500;
        margin-bottom: 0.25rem;
    }

    .events[b-ucopyyuo6j] {
        margin-top: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
        
    }
    .event-pill[b-ucopyyuo6j]{
        display:none
    }
    .pill-mobile[b-ucopyyuo6j] {
        margin-top: 26px;
        display: block;
        background: #559638;
        color: #fff;
        padding: 4px 8px;
        border-radius: 999px;
        font-size: 0.72rem;
        line-height: 1;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }
}
/* /Pages/Dashboards/AdminDashboard.razor.rz.scp.css */
.logo[b-59l8ubusk9] {
    width: 150px;
    margin-right: 10px;
    margin-left: 0px;
}

.header[b-59l8ubusk9] {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.titles .main-title[b-59l8ubusk9] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #559638;
    line-height: 1.2;
    word-break: break-word;
}

.titles .sub-title[b-59l8ubusk9] {
    font-size: 1rem;
    color: #559638;
}

.divider[b-59l8ubusk9] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

    .divider .line[b-59l8ubusk9] {
        height: 2px;
        background-color: #559638;
        flex-grow: 1;
        min-width: 10px;
    }

    .divider .dot[b-59l8ubusk9] {
        width: 6px;
        height: 6px;
        background-color: #559638;
        border-radius: 50%;
        margin: 0;
    }

@media (max-width: 768px) {
    .logo[b-59l8ubusk9] {
        width: 120px;
    }

    .titles .main-title[b-59l8ubusk9] {
        font-size: 2rem;
    }

    .titles .sub-title[b-59l8ubusk9] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .logo[b-59l8ubusk9] {
        width: 100px;
    }

    .titles .main-title[b-59l8ubusk9] {
        font-size: 1.6rem;
    }

    .titles .sub-title[b-59l8ubusk9] {
        font-size: 0.85rem;
    }
}
/* /Pages/Dashboards/AgentDashboard.razor.rz.scp.css */
.logo[b-kj2c6zxxob] {
    width: 150px;
    margin-right: 10px;
    margin-left: 0px;
}

.header[b-kj2c6zxxob] {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.titles .main-title[b-kj2c6zxxob] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #559638;
    line-height: 1.2;
    word-break: break-word;
}

.titles .sub-title[b-kj2c6zxxob] {
    font-size: 1rem;
    color: #559638;
}

.divider[b-kj2c6zxxob] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

    .divider .line[b-kj2c6zxxob] {
        height: 2px;
        background-color: #559638;
        flex-grow: 1;
        min-width: 10px;
    }

    .divider .dot[b-kj2c6zxxob] {
        width: 6px;
        height: 6px;
        background-color: #559638;
        border-radius: 50%;
        margin: 0;
    }

@media (max-width: 768px) {
    .logo[b-kj2c6zxxob] {
        width: 120px;
    }

    .titles .main-title[b-kj2c6zxxob] {
        font-size: 2rem;
    }

    .titles .sub-title[b-kj2c6zxxob] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .logo[b-kj2c6zxxob] {
        width: 100px;
    }

    .titles .main-title[b-kj2c6zxxob] {
        font-size: 1.6rem;
    }

    .titles .sub-title[b-kj2c6zxxob] {
        font-size: 0.85rem;
    }
}
/* /Pages/Dashboards/DefaultDash.razor.rz.scp.css */
.splash-page[b-49wnlse7ud] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    background-color: #ffff;
    padding: 1.5rem 1rem;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.header-image[b-49wnlse7ud] {
    width: 100%;
    height: 180px;
    background: url('/images/Crops.jpg') center/cover no-repeat;
    position: relative;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

.logo-bottom-right[b-49wnlse7ud] {
    position: absolute;
    z-index: 10;
    bottom: -40px;
    left: 20px;
    width: 180px;
    height: auto;
}

.icon-grid-container[b-49wnlse7ud] {
    display: grid;
    gap: 1rem;
    width: 100%;
    max-width: 600px;
    margin: 2.5rem 0;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.icon-grid-item[b-49wnlse7ud] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: white;
    border-radius: 12px;
    padding: 0.91rem;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.icon-img[b-49wnlse7ud] {
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    object-fit: contain;
    margin-bottom: 0.5rem;
    color: #559638;
}

.item-label[b-49wnlse7ud] {
    font-weight: bold;
    font-size: 1rem;
    color: #2F5233;
}

.icon-grid-item:hover[b-49wnlse7ud] {
    transform: translateY(-3px);
    box-shadow: 0 -3px 6px rgba(85, 150, 56, 0.4), 
    0 6px 12px rgba(85, 150, 56, 0.8); 
}



.icon-img[b-49wnlse7ud] {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: contain;
    margin-bottom: 0.5rem;
    color: #559638;
}

.item-label[b-49wnlse7ud] {
    font-weight: 600;
    font-size: 1.05rem;
    color: #2F5233;
}
.footer .divider[b-49wnlse7ud] {
    margin: 0 auto 10px auto;
}
.footer[b-49wnlse7ud] {
    width: 100%;
    margin-top: auto;
    background: #fff; 
    margin-bottom: 20px;
}

.footer-logos[b-49wnlse7ud] {
    display: flex;
    justify-content: space-evenly; 
    align-items: center;
    width: 100%;
    margin: 0 auto;
   
}

    .footer-logos img[b-49wnlse7ud] {
        max-height: 40px;
        width: auto;
        object-fit: contain;
        cursor: pointer;
    }

.divider[b-49wnlse7ud] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

    .divider .line[b-49wnlse7ud] {
        width: 100%;
        height: 2px;
        background-color: #549537;
    }

    .divider .dot[b-49wnlse7ud] {
        width: 6px;
        height: 6px;
        background-color: #549537;
        border-radius: 50%;
    }

.notification .badge[b-49wnlse7ud] {
    position: absolute;
    top: 6px;
    right: 10px;
    background: red;
    color: white;
    font-size: 0.75rem;
    border-radius: 50%;
    padding: 4px 6px;
    font-weight: bold;
}

.loading-overlay[b-49wnlse7ud] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-content[b-49wnlse7ud] {
    text-align: center;
    min-width: 280px;
}

.spinner[b-49wnlse7ud] {
    width: 48px;
    height: 48px;
    border: 5px solid #ccc;
    border-top-color: #559638;
    border-radius: 50%;
    animation: spin-b-49wnlse7ud 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-49wnlse7ud {
    to {
        transform: rotate(360deg);
    }
}

.loading-message[b-49wnlse7ud] {
    font-size: 1rem;
    color: #559638;
    font-weight: 500;
    margin-top: 1rem;
}

.progress-bar[b-49wnlse7ud] {
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 1rem;
}

.progress[b-49wnlse7ud] {
    height: 100%;
    background-color: #559638;
    transition: width 0.6s ease-in-out;
}

.primary-button[disabled][b-49wnlse7ud] {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 480px) {
    .logo-bottom-right[b-49wnlse7ud] {
        width: 40%;
        bottom: -12%;
        left: 10px;
    }

    .icon-img[b-49wnlse7ud] {
        width: 2.5rem;
        height: 2.5rem;
    }

    .item-label[b-49wnlse7ud] {
        font-size: 0.95rem;
    }

    .footer-logos img[b-49wnlse7ud] {
        max-height: 30px;
    }
}

@media (min-width: 1024px) {
    .header-image[b-49wnlse7ud] {
        height: 35vh;
    }

    .icon-grid-container[b-49wnlse7ud] {
        max-width: 900px;
        gap: 2rem;
    }

    .icon-grid-item[b-49wnlse7ud] {
        padding: 1.25rem;
    }

    .footer-logos img[b-49wnlse7ud] {
        max-height: 50px;
    }
}

.icon-stack[b-49wnlse7ud] {
    position: relative;
}

.base-icon[b-49wnlse7ud] {
    font-size: 3rem;
    color: #559638;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay-icon[b-49wnlse7ud] {
    font-size: 1.4rem;
    color: #559638;
    position: absolute;
    bottom: -0.4rem;
    right: 0.8rem;
}
/* /Pages/Dashboards/FarmerDashboard.razor.rz.scp.css */
.logo[b-sny53b1wbd] {
    width: 150px;
    margin-right: 10px;
    margin-left: 0px;
}

.header[b-sny53b1wbd] {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.titles .main-title[b-sny53b1wbd] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #559638;
    line-height: 1.2;
    word-break: break-word;
}

.titles .sub-title[b-sny53b1wbd] {
    font-size: 1rem;
    color: #559638;
}

.divider[b-sny53b1wbd] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

    .divider .line[b-sny53b1wbd] {
        height: 2px;
        background-color: #559638;
        flex-grow: 1;
        min-width: 10px;
    }

    .divider .dot[b-sny53b1wbd] {
        width: 6px;
        height: 6px;
        background-color: #559638;
        border-radius: 50%;
        margin: 0;
    }

@media (max-width: 768px) {
    .logo[b-sny53b1wbd] {
        width: 120px;
    }

    .titles .main-title[b-sny53b1wbd] {
        font-size: 2rem;
    }

    .titles .sub-title[b-sny53b1wbd] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .logo[b-sny53b1wbd] {
        width: 100px;
    }

    .titles .main-title[b-sny53b1wbd] {
        font-size: 1.6rem;
    }

    .titles .sub-title[b-sny53b1wbd] {
        font-size: 0.85rem;
    }
}
/* /Pages/Dashboards/Super-AdminDashboard.razor.rz.scp.css */
.logo[b-ug0c37bp6l] {
    width: 150px;
    margin-right: 10px;
    margin-left: 0px;
}

.header[b-ug0c37bp6l] {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.titles .main-title[b-ug0c37bp6l] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #559638;
    line-height: 1.2;
    word-break: break-word;
}

.titles .sub-title[b-ug0c37bp6l] {
    font-size: 1rem;
    color: #559638;
}

.divider[b-ug0c37bp6l] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

    .divider .line[b-ug0c37bp6l] {
        height: 2px;
        background-color: #559638;
        flex-grow: 1;
        min-width: 10px;
    }

    .divider .dot[b-ug0c37bp6l] {
        width: 6px;
        height: 6px;
        background-color: #559638;
        border-radius: 50%;
        margin: 0;
    }

@media (max-width: 768px) {
    .logo[b-ug0c37bp6l] {
        width: 120px;
    }

    .titles .main-title[b-ug0c37bp6l] {
        font-size: 2rem;
    }

    .titles .sub-title[b-ug0c37bp6l] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .logo[b-ug0c37bp6l] {
        width: 100px;
    }

    .titles .main-title[b-ug0c37bp6l] {
        font-size: 1.6rem;
    }

    .titles .sub-title[b-ug0c37bp6l] {
        font-size: 0.85rem;
    }
}
/* /Pages/Dashboards/SupplierDashboard.razor.rz.scp.css */
.logo[b-aa75u2002c] {
    width: 150px;
    margin-right: 10px;
    margin-left: 0px;
}

.header[b-aa75u2002c] {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.titles .main-title[b-aa75u2002c] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #559638;
    line-height: 1.2;
    word-break: break-word;
}

.titles .sub-title[b-aa75u2002c] {
    font-size: 1rem;
    color: #559638;
}

.divider[b-aa75u2002c] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

    .divider .line[b-aa75u2002c] {
        height: 2px;
        background-color: #559638;
        flex-grow: 1;
        min-width: 10px;
    }

    .divider .dot[b-aa75u2002c] {
        width: 6px;
        height: 6px;
        background-color: #559638;
        border-radius: 50%;
        margin: 0;
    }

@media (max-width: 768px) {
    .logo[b-aa75u2002c] {
        width: 120px;
    }

    .titles .main-title[b-aa75u2002c] {
        font-size: 2rem;
    }

    .titles .sub-title[b-aa75u2002c] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .logo[b-aa75u2002c] {
        width: 100px;
    }

    .titles .main-title[b-aa75u2002c] {
        font-size: 1.6rem;
    }

    .titles .sub-title[b-aa75u2002c] {
        font-size: 0.85rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
html[b-vahc7z5uoa], body[b-vahc7z5uoa] {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.splash-page[b-vahc7z5uoa] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
    background-color: #fff;
}

.header[b-vahc7z5uoa] {
    width: 90%;
    text-align: center;
    flex-shrink: 0;
    margin-bottom: 20px;
    
}

    .header img[b-vahc7z5uoa] {
        max-height: 30vh;
        width: auto;
        max-width: 100%;
        height: auto;
    }

.field-image[b-vahc7z5uoa] {
    width: 100%;
    max-width: 90vw;
    text-align: center;
    flex-shrink: 0;
}

    .field-image img[b-vahc7z5uoa] {
        width: 50%;
        max-height: 60vh;
        object-fit: fill;
        border-radius: 10px;
    }

@media (max-width: 768px) {
    .field-image img[b-vahc7z5uoa] {
        width: 70%; 
        max-height: 50vh; 
    }
}

@media (max-width: 480px) {
    .field-image img[b-vahc7z5uoa] {
        width: 90%; 
        max-height: 40vh;
    }

    .header img[b-vahc7z5uoa] {
        max-height: 20vh; /
    }
}
/* /Pages/Login_/ForgotPassword.razor.rz.scp.css */
body[b-5cgrhuyjhn], html[b-5cgrhuyjhn] {
    margin: 0;
    padding: 0;
    background-color: #f4f6f8;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.splash-page[b-5cgrhuyjhn] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
    padding: 40px 20px;
    background-color: white;
    color: #004232;
    text-align: center;
}

.header[b-5cgrhuyjhn] {
    width: 100%;
    padding: 10px;
    text-align: center;
}

    .header img[b-5cgrhuyjhn] {
        width: 220px;
        height: auto;
        max-width: 90%;
    }

/* Card-like hero container */
.hero[b-5cgrhuyjhn] {
    background-color: #fff;
    color: #004232;
    padding: 40px 30px;
    border-radius: 20px;
    max-width: 480px;
    width: 100%;
    margin-top: 20px;
}

    .hero h2[b-5cgrhuyjhn] {
        font-size: 1.75rem;
        font-weight: bold;
        margin-bottom: 25px;
    }

/* Form layout */
.form-container[b-5cgrhuyjhn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 16px;
}

.form-group[b-5cgrhuyjhn] {
    width: 100%;
    max-width: 340px;
    text-align: left;
}

    .form-group label[b-5cgrhuyjhn] {
        display: block;
        margin-bottom: 6px;
        font-weight: 600;
        font-size: 0.95rem;
    }

.input-field[b-5cgrhuyjhn] {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #004232;
    border-radius: 8px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

    .input-field:focus[b-5cgrhuyjhn] {
        border-color: #004232;
        outline: none;
    }

/* Checkbox + links row */
.options-row[b-5cgrhuyjhn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 340px;
    font-size: 0.95rem;
    color: #004232;
    flex-wrap: wrap;
    gap: 8px;
}

    .options-row label[b-5cgrhuyjhn] {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .options-row input[type="checkbox"][b-5cgrhuyjhn] {
        accent-color: #549537;
        width: 16px;
        height: 16px;
    }

    .options-row a[b-5cgrhuyjhn] {
        color: #004232;
        text-decoration: none;
    }

        .options-row a:hover[b-5cgrhuyjhn] {
            text-decoration: underline;
        }

/* Buttons */
.primary-button[b-5cgrhuyjhn] {
    background-color: #539638;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 100%;
    max-width: 340px;
}

    .primary-button:hover[b-5cgrhuyjhn] {
        background-color: #3B6E47;
        transform: scale(1.02);
    }

    .primary-button.secondary[b-5cgrhuyjhn] {
        background-color: white;
        color: #539638;
        border: 2px solid #539638;
        margin-top: 12px;
    }

        .primary-button.secondary:hover[b-5cgrhuyjhn] {
            background-color: #f0f7f2;
        }

/* Error message */
.text-danger[b-5cgrhuyjhn] {
    color: #d9534f;
    margin-top: 8px;
    font-size: 0.9rem;
}

/* Divider with leaf and dots */
.divider[b-5cgrhuyjhn] {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .divider .line[b-5cgrhuyjhn] {
        width: 30%;
        height: 2px;
        background-color: #549537;
        display: inline-block;
        vertical-align: middle;
    }

    .divider .dot[b-5cgrhuyjhn] {
        width: 6px;
        height: 6px;
        background-color: #549537;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
    }

    .divider img[b-5cgrhuyjhn] {
        width: 20%;
        max-width: 180px;
        height: auto;
        margin: 0 10px;
    }

.footer[b-5cgrhuyjhn] {
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 0.9rem;
    padding: 20px 0;
}

/* Loading Spinner */
.loading-overlay[b-5cgrhuyjhn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    color: #549538;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner[b-5cgrhuyjhn] {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #549538;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin-b-5cgrhuyjhn 1s linear infinite;
}

@keyframes spin-b-5cgrhuyjhn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Pages/Login_/Login.razor.rz.scp.css */
body[b-gvp9xyzoqu], html[b-gvp9xyzoqu] {
    margin: 0;
    padding: 0;
    background-color: #f4f6f8;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.splash-page[b-gvp9xyzoqu] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
    padding: 40px 20px;
    background-color: white;
    color: #004232;
    text-align: center;
}

.header[b-gvp9xyzoqu] {
    width: 100%;
    padding: 10px;
    text-align: center;
}

    .header img[b-gvp9xyzoqu] {
        width: 220px;
        height: auto;
        max-width: 90%;
    }

/* Card-like hero container */
.hero[b-gvp9xyzoqu] {
    background-color: #fff;
    color: #004232;
    padding: 40px 30px;
    border-radius: 20px;
    max-width: 480px;
    width: 100%;
    margin-top: 20px;
}

    .hero h2[b-gvp9xyzoqu] {
        font-size: 1.75rem;
        font-weight: bold;
        margin-bottom: 25px;
    }

/* Form layout */
.form-container[b-gvp9xyzoqu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 16px;
}

.form-group[b-gvp9xyzoqu] {
    width: 100%;
    max-width: 340px;
    text-align: left;
}

    .form-group label[b-gvp9xyzoqu] {
        display: block;
        margin-bottom: 6px;
        font-weight: 600;
        font-size: 0.95rem;
    }

.input-field[b-gvp9xyzoqu] {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #004232;
    border-radius: 8px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

    .input-field:focus[b-gvp9xyzoqu] {
        border-color: #004232;
        outline: none;
    }

/* Checkbox + links row */
.options-row[b-gvp9xyzoqu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 340px;
    font-size: 0.95rem;
    color: #004232;
    flex-wrap: wrap;
    gap: 8px;
}

    .options-row label[b-gvp9xyzoqu] {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .options-row input[type="checkbox"][b-gvp9xyzoqu] {
        accent-color: #549537;
        width: 16px;
        height: 16px;
    }

    .options-row a[b-gvp9xyzoqu] {
        color: #004232;
        text-decoration: none;
    }

        .options-row a:hover[b-gvp9xyzoqu] {
            text-decoration: underline;
        }

/* Buttons */
.primary-button[b-gvp9xyzoqu] {
    background-color: #539638;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 100%;
    max-width: 340px;
}

    .primary-button:hover[b-gvp9xyzoqu] {
        background-color: #3B6E47;
        transform: scale(1.02);
    }

    .primary-button.secondary[b-gvp9xyzoqu] {
        background-color: white;
        color: #539638;
        border: 2px solid #539638;
        margin-top: 12px;
    }

        .primary-button.secondary:hover[b-gvp9xyzoqu] {
            background-color: #f0f7f2;
        }

/* Error message */
.text-danger[b-gvp9xyzoqu] {
    color: #d9534f;
    margin-top: 8px;
    font-size: 0.9rem;
}

/* Divider with leaf and dots */
.divider[b-gvp9xyzoqu] {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .divider .line[b-gvp9xyzoqu] {
        width: 30%;
        height: 2px;
        background-color: #549537;
        display: inline-block;
        vertical-align: middle;
    }

    .divider .dot[b-gvp9xyzoqu] {
        width: 6px;
        height: 6px;
        background-color: #549537;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
    }

    .divider img[b-gvp9xyzoqu] {
        width: 20%;
        max-width: 180px;
        height: auto;
        margin: 0 10px;
    }

.footer[b-gvp9xyzoqu] {
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 0.9rem;
    padding: 20px 0;
}

/* Loading Spinner */
.loading-overlay[b-gvp9xyzoqu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    color: #549538;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner[b-gvp9xyzoqu] {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #549538;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin-b-gvp9xyzoqu 1s linear infinite;
}

@keyframes spin-b-gvp9xyzoqu {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Pages/Login_/ResetPassword.razor.rz.scp.css */
.splash-page[b-0so2oxnppw] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 80vh;
    background-color: white;
    color: #004232;
    text-align: center;
    padding: 3% 0;
    margin: 0;
}

.hero[b-0so2oxnppw] {
    background-color: #fff;
    color: #549638;
    padding: 40px 35px 40px 45px;
    border-radius: 24px;
    max-width: 460px; 
    width: 95%;
    text-align: left;
}

    .hero h2[b-0so2oxnppw] {
        font-size: 1.6rem; 
        font-weight: bold;
        margin-bottom: 18px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .hero p[b-0so2oxnppw] {
        font-size: 1rem; 
        font-weight: bold;
        margin-bottom: 30px;
        color: #2F5233;
    }


.form-container[b-0so2oxnppw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.form-group[b-0so2oxnppw] {
    margin-bottom: 20px;
    width: 100%;
    max-width: 300px;
    text-align: left;
}

    .form-group label[b-0so2oxnppw] {
        display: block;
        margin-bottom: 6px;
        font-weight: 600;
        font-size: 0.95rem;
    }

.input-field[b-0so2oxnppw] {
    width: 100%;
    padding: 14px 40px 14px 16px; 
    font-size: 1.05rem; 
    border: 2px solid #004232;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
}

    .input-field:focus[b-0so2oxnppw] {
        border-color: #004232;
        box-shadow: none;
    }

.password-wrapper[b-0so2oxnppw] {
    position: relative;
    width: 100%;
}

.toggle-password[b-0so2oxnppw] {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #004232;
    font-size: 1.2rem;
    pointer-events: auto;
}

.primary-button[b-0so2oxnppw] {
    background-color: #539638;
    color: white;
    border: none;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 100%;
    max-width: 300px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.1rem; 
    padding: 14px 22px;
}

    .primary-button:hover[b-0so2oxnppw] {
        background-color: #3B6E47;
        transform: scale(1.03);
    }

.reset-btn[b-0so2oxnppw] {
    margin-top: 10px;
}

.footer[b-0so2oxnppw] {
    width: 100%;
    text-align: center;
    color: #004232;
    font-size: 1rem;
    padding: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.divider[b-0so2oxnppw] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

    .divider .line[b-0so2oxnppw] {
        flex-grow: 1;
        height: 2px;
        background-color: #559638;
    }

    .divider .dot[b-0so2oxnppw] {
        width: 6px;
        height: 6px;
        background-color: #559638;
        border-radius: 50%;
        margin: 0;
    }

.logo[b-0so2oxnppw] {
    width: 30px;
    margin-right: 10px;
    margin-left: 15px;
}

.header1[b-0so2oxnppw] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.titles .main-title[b-0so2oxnppw] {
    font-weight: bold;
    color: #559638;
    font-size: 2rem;
}

.titles .sub-title[b-0so2oxnppw] {
    font-size: 0.9rem;
    color: #559638;
}

@media (max-width: 768px) {
    .logo[b-0so2oxnppw] {
        width: 24px;
        margin-left: 10px;
    }

    .titles .main-title[b-0so2oxnppw] {
        font-size: 1.6rem;
    }

    .titles .sub-title[b-0so2oxnppw] {
        font-size: 0.85rem;
    }

    .hero[b-0so2oxnppw] {
        padding: 25px 20px;
    }

    .primary-button[b-0so2oxnppw] {
        font-size: 0.95rem;
        padding: 10px 16px;
    }

    .hero h2[b-0so2oxnppw] {
        font-size: 1.1rem;
    }

    .hero p[b-0so2oxnppw] {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .logo[b-0so2oxnppw] {
        width: 20px;
    }

    .titles .main-title[b-0so2oxnppw] {
        font-size: 1.3rem;
    }

    .titles .sub-title[b-0so2oxnppw] {
        font-size: 0.8rem;
    }

    .hero[b-0so2oxnppw] {
        padding: 20px 15px;
    }

        .hero h2[b-0so2oxnppw] {
            font-size: 1rem;
        }

        .hero p[b-0so2oxnppw] {
            font-size: 0.8rem;
        }

    .primary-button[b-0so2oxnppw] {
        font-size: 0.9rem;
    }
}
/* /Pages/Login_/ValidateOTP.razor.rz.scp.css */
body[b-p4lzv0qyef], html[b-p4lzv0qyef] {
    margin: 0;
    padding: 0;
    background-color: #f4f6f8;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.splash-page[b-p4lzv0qyef] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
    padding: 40px 20px;
    background-color: white;
    color: #004232;
    text-align: center;
}

.header[b-p4lzv0qyef] {
    width: 100%;
    padding: 10px;
    text-align: center;
}

    .header img[b-p4lzv0qyef] {
        width: 220px;
        height: auto;
        max-width: 90%;
    }

/* Card-like hero container */
.hero[b-p4lzv0qyef] {
    background-color: #fff;
    color: #004232;
    padding: 40px 30px;
    border-radius: 20px;
    max-width: 480px;
    width: 100%;
    margin-top: 20px;
}

    .hero h2[b-p4lzv0qyef] {
        font-size: 1.75rem;
        font-weight: bold;
        margin-bottom: 25px;
    }

/* Form layout */
.form-container[b-p4lzv0qyef] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 16px;
}

.form-group[b-p4lzv0qyef] {
    width: 100%;
    max-width: 340px;
    text-align: left;
}

    .form-group label[b-p4lzv0qyef] {
        display: block;
        margin-bottom: 6px;
        font-weight: 600;
        font-size: 0.95rem;
    }

.input-field[b-p4lzv0qyef] {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #004232;
    border-radius: 8px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

    .input-field:focus[b-p4lzv0qyef] {
        border-color: #004232;
        outline: none;
    }

/* Checkbox + links row */
.options-row[b-p4lzv0qyef] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 340px;
    font-size: 0.95rem;
    color: #004232;
    flex-wrap: wrap;
    gap: 8px;
}

    .options-row label[b-p4lzv0qyef] {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .options-row input[type="checkbox"][b-p4lzv0qyef] {
        accent-color: #549537;
        width: 16px;
        height: 16px;
    }

    .options-row a[b-p4lzv0qyef] {
        color: #004232;
        text-decoration: none;
    }

        .options-row a:hover[b-p4lzv0qyef] {
            text-decoration: underline;
        }

/* Buttons */
.primary-button[b-p4lzv0qyef] {
    background-color: #539638;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 100%;
    max-width: 340px;
}

    .primary-button:hover[b-p4lzv0qyef] {
        background-color: #3B6E47;
        transform: scale(1.02);
    }

    .primary-button.secondary[b-p4lzv0qyef] {
        background-color: white;
        color: #539638;
        border: 2px solid #539638;
        margin-top: 12px;
    }

        .primary-button.secondary:hover[b-p4lzv0qyef] {
            background-color: #f0f7f2;
        }

/* Error message */
.text-danger[b-p4lzv0qyef] {
    color: #d9534f;
    margin-top: 8px;
    font-size: 0.9rem;
}

/* Divider with leaf and dots */
.divider[b-p4lzv0qyef] {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .divider .line[b-p4lzv0qyef] {
        width: 30%;
        height: 2px;
        background-color: #549537;
        display: inline-block;
        vertical-align: middle;
    }

    .divider .dot[b-p4lzv0qyef] {
        width: 6px;
        height: 6px;
        background-color: #549537;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
    }

    .divider img[b-p4lzv0qyef] {
        width: 20%;
        max-width: 180px;
        height: auto;
        margin: 0 10px;
    }

.footer[b-p4lzv0qyef] {
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 0.9rem;
    padding: 20px 0;
}

/* Loading Spinner */
.loading-overlay[b-p4lzv0qyef] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    color: #549538;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner[b-p4lzv0qyef] {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #549538;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin-b-p4lzv0qyef 1s linear infinite;
}

@keyframes spin-b-p4lzv0qyef {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Pages/Products/PriceList.razor.rz.scp.css */
.pricelist-wrapper[b-kefg3cdr7u] {
    background-color: white;
    min-height: 100vh;
    padding: 5%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.pricelist-page[b-kefg3cdr7u] {
    width: 100%;
    max-width: 700px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #2F5233;
    background-color: #fff;
    box-sizing: border-box;
}

.header[b-kefg3cdr7u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.header-left[b-kefg3cdr7u] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo[b-kefg3cdr7u] {
    width: 40px;
    margin-left: 5px;
}

.main-title[b-kefg3cdr7u] {
    font-weight: bold;
    font-size: 1.2rem;
    color: #4A9A2F;
}

.download-icon[b-kefg3cdr7u] {
    font-size: 1.5rem;
    color: #2F5233;
    cursor: pointer;
}

.divider[b-kefg3cdr7u] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0;
}

    .divider .line[b-kefg3cdr7u] {
        width: 90%;
        height: 1px;
        background-color: #d4e8d4;
    }

    .divider .dot[b-kefg3cdr7u] {
        width: 6px;
        height: 6px;
        background-color: #d4e8d4;
        border-radius: 50%;
    }
.divider1[b-kefg3cdr7u] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0;
}

    .divider1 .line[b-kefg3cdr7u] {
        width: 90%;
        height: 1px;
        background-color: #549537;
    }

    .divider1 .dot[b-kefg3cdr7u] {
        width: 6px;
        height: 6px;
        background-color: #549537;
        border-radius: 50%;
    }

.product-card[b-kefg3cdr7u] {
    padding: 0.5rem 0;
    display: flex;
    flex-direction: column;
}

.product-title[b-kefg3cdr7u] {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.3rem;
    color: #2F5233;
}

.product-subrow[b-kefg3cdr7u] {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #2F5233;
    flex-wrap: wrap;
}

.product-type[b-kefg3cdr7u] {
    flex: 1;
}

.product-costs[b-kefg3cdr7u] {
    text-align: right;
    flex: 1;
}

.product-margin[b-kefg3cdr7u] {
    margin-top: 0.3rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: #2F5233;
}
/* /Pages/Products/ProductInfo.razor.rz.scp.css */
.splash-page[b-8b37ec1eyp] {
    width:100%;
    display: flex;
    min-height: 100vh;
    background-color: white;
    box-sizing: border-box;
}
.header[b-8b37ec1eyp] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 5%;
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}
.hero.product-info[b-8b37ec1eyp] {
    background-color: #fff;
    color: #2F5233; 
    width: 100%;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
}

.product-header-row[b-8b37ec1eyp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .product-header-row h3[b-8b37ec1eyp] {
        margin: 0;
        font-size: 1.4rem;
    }

.left-header[b-8b37ec1eyp] {
    width:100%;
    border-radius:8px;
    padding:5px 10px 30px;
    border: 2px solid #559638;
}
.left-header  h3[b-8b37ec1eyp]{
    font-size:18px;
    font-weight:bold;
}

.info-icon[b-8b37ec1eyp] {
    font-size: 1.5rem;
    cursor: pointer;
}

.fav-icon[b-8b37ec1eyp] {
    margin-left: 10px;
    font-size: 1.3rem;
    color: #ccc;
    cursor: pointer;
    vertical-align: middle;
}

.fav-icon-section[b-8b37ec1eyp] {
    margin-left: 10px;
    font-size: 1.1rem;
    color: #ccc;
    cursor: pointer;
    vertical-align: middle;
}

.fav-active[b-8b37ec1eyp] {
    color: #f4d742; 
}

section[b-8b37ec1eyp] {
    margin-bottom: 20px;
}

    section h4[b-8b37ec1eyp] {
        margin: 0 0 10px;
        font-size: 1.2rem;
        color: #559638;
    }

hr[b-8b37ec1eyp] {
    border: none;
    height: 0;
    margin: 10px 0;
    background: none;
    color: transparent;
}


/*.pricing-section input[type="range"] {
    width: 100%;
    margin-top: 10px;
    color: #559638;
}*/
.pricing-header[b-8b37ec1eyp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.green-slider[b-8b37ec1eyp] {
    -webkit-appearance: none;
    appearance: none;
    width: 150px;
    height: 6px;
    border-radius: 5px;
    background: #ccc;
    outline: none;
}

.green-slider[b-8b37ec1eyp]::-webkit-slider-runnable-track {
    height: 6px;
    background: #ccc;
    border-radius: 5px;
}

.green-slider[b-8b37ec1eyp]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #559638;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    margin-top: -5px;
    z-index: 2;
}

.margin-label[b-8b37ec1eyp] {
    margin: 8px 0;
    font-size: 0.95rem;
    color: #2F5233;
}

.cost-display[b-8b37ec1eyp] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 10px;
    font-size: 0.95rem;
    color: #2F5233;
}

.stock-section[b-8b37ec1eyp] {
    cursor: pointer;
    background-color: white;
    border-radius: 8px;
    margin-bottom: 12px;
}

    .stock-section h4[b-8b37ec1eyp] {
        margin-bottom: 8px;
        font-size: 1.2rem;
        color: #559638; 
    }

    .stock-section .depot-row[b-8b37ec1eyp] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 8px;
    }

        .stock-section .depot-row .depot-name[b-8b37ec1eyp] {
            font-weight: 600;
            color: #2F5233; 
        }

        .stock-section .depot-row .depot-details[b-8b37ec1eyp] {
            text-align: right; 
        }

        .stock-section .depot-row .depot-qty[b-8b37ec1eyp] {
            font-weight: normal;
            color: #2F5233;
        }

        .stock-section .depot-row small[b-8b37ec1eyp] {
            display: block;
            margin-top: 2px;
            color: #666;
            font-size: 0.85rem;
        }

    .stock-section hr[b-8b37ec1eyp] {
        margin-top: 12px;
        margin-bottom: 0;
        border: none;
        border-top: 1px solid #ccc;
    }


.packs-section h4[b-8b37ec1eyp] {
    margin-bottom: 8px;
    font-size: 1.2rem;
    color: #559638;
}

.packs-container[b-8b37ec1eyp] {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.packs-section .pack-item[b-8b37ec1eyp] {
    flex: 1;
    background-color: white;
    border: 2px solid #559638;
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

    .packs-section .pack-item p[b-8b37ec1eyp] {
        margin: 4px 0;
        font-size: 0.95rem;
        color: #2F5233;
    }

        .packs-section .pack-item p strong[b-8b37ec1eyp] {
            color: #2F5233;
        }

        .packs-section .pack-item p small[b-8b37ec1eyp] {
            color: #666;
        }


.labels-section i[b-8b37ec1eyp] {
    margin-right: 15px;
    margin-left: 15px;
}

.my-notes-section .section-header[b-8b37ec1eyp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my-notes-section .add-note-icon[b-8b37ec1eyp] {
    font-size: 1.2rem;
    color: #2F5233;
    cursor: pointer;
}

.note-item[b-8b37ec1eyp] {
    background-color: #F0F0F0;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
}

    .note-item p[b-8b37ec1eyp] {
        margin: 3px 0;
    }

.product-notes-section .note-item[b-8b37ec1eyp] {
    background-color: #F0F0F0;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.divider[b-8b37ec1eyp] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .divider .line[b-8b37ec1eyp] {
        width: 90%;
        height: 2px;
        background-color: #559638;
        display: inline-block;
        vertical-align: middle;
    }

    .divider .dot[b-8b37ec1eyp] {
        width: 6px;
        height: 6px;
        background-color: #559638;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
    }
.divider1[b-8b37ec1eyp] {
    margin-bottom:10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .divider1 .line[b-8b37ec1eyp] {
        width: 100%;
        height: 2px;
        background-color: #559638;
        display: inline-block;
        vertical-align: middle;
    }

    .divider1 .dot[b-8b37ec1eyp] {
        width: 6px;
        height: 6px;
        background-color: #559638;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
    }
.header[b-8b37ec1eyp] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.logo[b-8b37ec1eyp] {
    width: 50px;
    margin-right: 10px;
    margin-left: 25px;
}
.titles[b-8b37ec1eyp] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.sub-title-row[b-8b37ec1eyp] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.right-header[b-8b37ec1eyp] {
    margin-left: auto;
    margin-right: 15px; 
}

.info-icon[b-8b37ec1eyp] {
    font-size: 1.3rem;
    color: #559638;
}
.titles .main-title[b-8b37ec1eyp] {
    color: #559638;
}

.titles .sub-title[b-8b37ec1eyp] {
    font-size: 0.9rem;
    font-weight:bold;
    font-family: 'Zinback Bold', sans-serif;
    color: #559638;
}
.sub-title-row[b-8b37ec1eyp] {
    display: flex;
    align-items: center;
    gap: 8px; 
}

.sub-title[b-8b37ec1eyp] {
    font-size: 1.2rem;
}

.fav-icon[b-8b37ec1eyp] {
    cursor: pointer;
    color: none; 
}

.fav-active[b-8b37ec1eyp] {
    color: #559638; 
}
.sub-title-row .fav-icon[b-8b37ec1eyp] {
    font-size: 1.1rem;
    margin-top: -4px; 
}

/* /Pages/Products/ProductLabels.razor.rz.scp.css */

.header[b-sgqbtvfs12] {
    background-color: #2F5233; 
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.logo[b-sgqbtvfs12] {
    max-height: 60px;
}

.splash-page[b-sgqbtvfs12] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #4D774E; 
    color: white;
    min-height: 100vh;
    padding: 5%;
}

.search-container[b-sgqbtvfs12] {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin-bottom: 20px;
}

.search-box[b-sgqbtvfs12] {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 6px;
    overflow: hidden;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

    .search-box input[b-sgqbtvfs12] {
        flex: 1;
        border: none;
        padding: 10px;
        font-size: 1rem;
        outline: none;
    }

    .search-box button[b-sgqbtvfs12] {
        background: #2F5233;
        border: none;
        padding: 10px;
        color: white;
        cursor: pointer;
    }

.category-container[b-sgqbtvfs12] {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.category-item[b-sgqbtvfs12] {
    background-color: #2F5233; 
    color: white;
    padding: 12px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .category-item:hover[b-sgqbtvfs12] {
        background-color: #3B6E47; 
    }

    .category-item i[b-sgqbtvfs12] {
        font-size: 1.5rem;
    }

.product-list[b-sgqbtvfs12] {
    width: 100%;
    max-width: 500px;
}

.product-item[b-sgqbtvfs12] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    color: #2F5233;
}

.product-info[b-sgqbtvfs12] {
    display: flex;
    flex-direction: column;
}

.product-name[b-sgqbtvfs12] {
    font-size: 1.2rem;
    font-weight: bold;
}

.product-text[b-sgqbtvfs12] {
    font-size: 0.9rem;
    color: #666;
}

.product-options[b-sgqbtvfs12] {
    font-size: 1.5rem;
    cursor: pointer;
}

.back-button[b-sgqbtvfs12] {
    background-color: #2F5233; 
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px; 
}

    .back-button:hover[b-sgqbtvfs12] {
        background-color: #3B6E47; 
    }
/* /Pages/Products/Product_Search.razor.rz.scp.css */
body[b-velu7ynpxw] {
    font-family: 'Segoe UI', Tahoma, sans-serif;
    color: #2F5233;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}

.header[b-velu7ynpxw] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top:5%;
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

.logo[b-velu7ynpxw] {
    width: 50px;
    height: auto;
}

.main-title[b-velu7ynpxw] {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2F5233;
}

.sub-title[b-velu7ynpxw] {
    font-size: 0.95rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

.divider[b-velu7ynpxw] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0;
}

    .divider .line[b-velu7ynpxw] {
        flex: 1;
        height: 2px;
        background-color: #559638;
    }

    .divider .dot[b-velu7ynpxw] {
        width: 8px;
        height: 8px;
        background-color: #559638;
        border-radius: 50%;
        
    }

.category-icons[b-velu7ynpxw] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1.5rem 1rem;
    background: white;
    margin-bottom: 1rem;
}

.category-item[b-velu7ynpxw] {
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
    color: #2F5233;
}

    .category-item img[b-velu7ynpxw] {
        width: 45px;
        height: 45px;
        margin-bottom: 0.5rem;
    }

    .category-item:hover[b-velu7ynpxw] {
        transform: scale(1.08);
        color: #3b734d;
    }

    .category-item.active[b-velu7ynpxw] {
        font-weight: bold;
        border-bottom: 3px solid #2F5233;
    }

.dropdowns[b-velu7ynpxw] {
    position: relative;
    padding: 0 5%;
    margin-top: 0.5rem;
    z-index: 9999999999999;
}

.dropdown-list[b-velu7ynpxw] {
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    list-style: none;
    padding: 0.5rem 0;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    animation: fadeIn-b-velu7ynpxw 0.2s ease;
    
}

    .dropdown-list li[b-velu7ynpxw] {
        padding: 0.75rem 1rem;
        cursor: pointer;
        transition: background 0.2s ease;
    }

        .dropdown-list li:hover[b-velu7ynpxw] {
            background-color: #f1f1f1;
        }

.search-box-container[b-velu7ynpxw] {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.search-box[b-velu7ynpxw] {
    width: 100%;
    max-width: 600px;
    display: flex;
    border: 2px solid #2F5233;
    border-radius: 8px;
    overflow: hidden;
    background: white;
}

    .search-box input[b-velu7ynpxw] {
        flex: 1;
        padding: 0.75rem;
        border: none;
        outline: none;
        font-size: 1rem;
    }

    .search-box button[b-velu7ynpxw] {
        background-color: #2F5233;
        color: white;
        border: none;
        padding: 0 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s ease;
    }

        .search-box button:hover[b-velu7ynpxw] {
            background-color: #3b734d;
        }

.category-container[b-velu7ynpxw] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem 1.5rem;
}

    .category-container .category-item[b-velu7ynpxw] {
        background-color: white;
        border: 1px solid #e2e2e2;
        border-radius: 8px;
        padding: 0.75rem;
        font-size: 1.3rem;
        color: #2F5233;
        cursor: pointer;
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        transition: all 0.2s ease;
    }

        .category-container .category-item:hover[b-velu7ynpxw] {
            box-shadow: 0 -3px 6px rgba(85, 150, 56, 0.4), 0 6px 12px rgba(85, 150, 56, 0.8);
            transform: translateY(-2px);
        }

        .category-container .category-item.active[b-velu7ynpxw] {
            box-shadow: 0 -3px 6px rgba(85, 150, 56, 0.4), 0 6px 12px rgba(85, 150, 56, 0.8);
            transform: translateY(-2px);
        }

.product-list[b-velu7ynpxw] {
    display: grid;
    gap: 1rem;
    padding: 0 5% 2rem;
}

.product-item[b-velu7ynpxw] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
    cursor: pointer;
}

    .product-item:hover[b-velu7ynpxw] {
        box-shadow: 0 -3px 6px rgba(85, 150, 56, 0.4), 0 6px 12px rgba(85, 150, 56, 0.8);
        transform: translateY(-2px);
    }

.product-info[b-velu7ynpxw] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.product-name[b-velu7ynpxw] {
    font-weight: bold;
    color: #2F5233;
    font-size: 1.05rem;
}

.product-text[b-velu7ynpxw] {
    font-size: 0.9rem;
    color: #666;
}

.product-options[b-velu7ynpxw] {
    font-size: 1.5rem;
    color: #999;
    padding-left: 1rem;
}

.product-list .pagination-controls[b-velu7ynpxw] {
    grid-column: 1 / -1; 
    justify-self: center; 
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0 2rem;
}

.arrow[b-velu7ynpxw] {
    cursor: pointer;
}

.arrow-active[b-velu7ynpxw] {
    color: var(--primary-green, #4CAF50);
    font-weight: bold;
}

.loading-overlay[b-velu7ynpxw] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner[b-velu7ynpxw] {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #549538;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin-b-velu7ynpxw 1s linear infinite;
}

@keyframes spin-b-velu7ynpxw {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn-b-velu7ynpxw {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
    .product-list[b-velu7ynpxw] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .product-list[b-velu7ynpxw] {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* /Pages/Products/StockOnHand.razor.rz.scp.css */
.splash-page[b-lbdr9zmsuo] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    min-height: 100vh;
    background-color: white;
    padding: 5%;
    box-sizing: border-box;
}
.header[b-lbdr9zmsuo] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.logo[b-lbdr9zmsuo] {
    width: 50px;
    margin-right: 10px;
}

.titles .main-title[b-lbdr9zmsuo] {
    font-weight: bold;
    color: #559638;
}
.titles .sub-title[b-lbdr9zmsuo] {
    font-size: 0.9rem;
    color: #559638;
}

.hero.stock-on-hand[b-lbdr9zmsuo] {
    background-color: #fff;
    color: #2F5233;
    width: 100%;
    max-width: 600px;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
}

    .hero.stock-on-hand h2[b-lbdr9zmsuo] {
        margin-top: 0;
        font-size: 1.6rem;
    }

    .hero.stock-on-hand h3[b-lbdr9zmsuo] {
        margin: 0.5rem 0;
        font-size: 1.2rem;
    }

    .hero.stock-on-hand p[b-lbdr9zmsuo] {
        margin: 0.3rem 0;
        color: #555;
    }

    .hero.stock-on-hand hr[b-lbdr9zmsuo] {
        margin: 1rem 0;
        border: none;
        border-top: 1px solid #ccc;
    }

.stock-list[b-lbdr9zmsuo] {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
}

    .stock-list li[b-lbdr9zmsuo] {
        margin: 0.5rem 0;
        color: #333;
    }
.stock-row[b-lbdr9zmsuo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    font-weight: 500;
    font-size: 1rem;
    color: #2F5233;
}

.depot-name[b-lbdr9zmsuo] {
    flex: 1;
}

.pack-info[b-lbdr9zmsuo] {
    flex: 1;
    text-align: center;
}

.volume-info[b-lbdr9zmsuo] {
    flex: 1;
    text-align: right;
}

.divider[b-lbdr9zmsuo] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .divider .line[b-lbdr9zmsuo] {
        width: 90%;
        height: 2px;
        background-color: #559638;
        display: inline-block;
        vertical-align: middle;
    }

    .divider .dot[b-lbdr9zmsuo] {
        width: 6px;
        height: 6px;
        background-color: #559638;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
    }
/* /Pages/Register/Register.razor.rz.scp.css */
body[b-66pu4f20jo], html[b-66pu4f20jo] {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f6f8;
    font-size: 18px; /* base size bumped up */
}

/* Main wrapper */
.splash-page[b-66pu4f20jo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    background-color: white;
    padding: 70px 30px;
    box-sizing: border-box;
}

/* Header section with icon + text */
.header-section[b-66pu4f20jo] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 500px;
    gap: 14px;
    color: #549538;
    margin-bottom: 15px;
}

.user-icon[b-66pu4f20jo] {
    font-size: 1.8rem;
}

/* Heading */
.header-section h2[b-66pu4f20jo] {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
}

/* Divider with dots */
.divider.full-width-divider[b-66pu4f20jo] {
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 35px;
}

.divider .line[b-66pu4f20jo] {
    height: 2px;
    background-color: #549538;
    flex-grow: 1;
}

.divider .dot[b-66pu4f20jo] {
    width: 8px;
    height: 8px;
    background-color: #549538;
    border-radius: 50%;
    margin: 0;
}


/* Form container */
.hero[b-66pu4f20jo] {
    background-color: #fff;
    color: #2F5233;
    padding: 40px 30px;
    border-radius: 18px;
    max-width: 500px;
    width: 100%;
}

.form-container[b-66pu4f20jo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.form-group[b-66pu4f20jo] {
    margin-bottom: 24px;
    width: 100%;
}

/* Input fields */
.input-field[b-66pu4f20jo] {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #014033;
    border-radius: 8px;
    font-size: 1.1rem;
    color: #014033;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

    .input-field:focus[b-66pu4f20jo] {
        border-color: #004232;
        outline: none;
    }

/* Dropdown styling */
select.input-field[b-66pu4f20jo] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6"><polygon points="0,0 12,0 6,6" style="fill:#014033;" /></svg>');
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px 6px;
    padding-right: 38px;
}

/* Primary button */
.primary-button[b-66pu4f20jo] {
    width: 100%;
    background-color: #549537;
    color: white;
    border: none;
    padding: 14px;
    font-size: 1.15rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .primary-button:hover[b-66pu4f20jo] {
        background-color: #3B6E47;
        transform: scale(1.02);
    }

/* Sign-up specific spacing */
.sign-up-btn[b-66pu4f20jo] {
    margin-top: 14px;
    margin-bottom: 18px;
}

/* Terms & conditions */
.terms-text[b-66pu4f20jo] {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    max-width: 400px;
    text-align: center;
}

    .terms-text a[b-66pu4f20jo] {
        color: #549538;
        text-decoration: none;
    }

        .terms-text a:hover[b-66pu4f20jo] {
            text-decoration: underline;
        }

/* Password toggle wrapper */
.password-toggle-group[b-66pu4f20jo] {
    position: relative;
}

.toggle-password[b-66pu4f20jo] {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #539638;
    font-size: 1.1rem;
}
/* /Pages/Suplpiers/FileUploads.razor.rz.scp.css */
.page-container[b-enisoq8hlu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Center vertically */
    padding: 20px;
    background-color: #f8f9fa;
    min-height: 100vh; /* Full viewport height */
    box-sizing: border-box;
}

.header[b-enisoq8hlu] {
    text-align: center;
    margin-bottom: 30px;
}

    .header .logo[b-enisoq8hlu] {
        width: 120px;
        height: auto;
        margin-bottom: 10px;
    }

    .header .main-title[b-enisoq8hlu] {
        font-size: 1.8rem;
        font-weight: bold;
        color: #2F5233;
    }

.upload-hero[b-enisoq8hlu] {
    background: white;
    padding: 30px 25px;
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.form-container h4[b-enisoq8hlu] {
    margin-top: 15px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2F5233;
    text-align: left;
}

.input-file[b-enisoq8hlu] {
    width: 100%;
    margin-bottom: 15px;
    padding: 8px;
    border-radius: 8px;
    border: 2px solid #2F5233;
    font-size: 0.95rem;
}

.folder-select[b-enisoq8hlu] {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #2F5233;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.primary-button[b-enisoq8hlu] {
    width: 100%;
    background-color: #539638;
    color: white;
    border: none;
    padding: 12px 0;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .primary-button:hover[b-enisoq8hlu] {
        background-color: #3B6E47;
        transform: scale(1.02);
    }

.text[b-enisoq8hlu] {
    color: black;
    margin-top: 8px;
}

.file-list[b-enisoq8hlu] {
    margin-top: 15px;
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background: #f9f9f9;
    transition: max-height 0.3s ease;
}

.file-item[b-enisoq8hlu] {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    font-size: 0.95rem;
    color: #2F5233;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .file-item:last-child[b-enisoq8hlu] {
        border-bottom: none;
    }

/* Spinner overlay */
.loading-overlay[b-enisoq8hlu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner[b-enisoq8hlu] {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #549538;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin-b-enisoq8hlu 1s linear infinite;
}

@keyframes spin-b-enisoq8hlu {
    to {
        transform: rotate(360deg);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .upload-hero[b-enisoq8hlu] {
        padding: 25px 20px;
        max-width: 90%;
    }

    .header .main-title[b-enisoq8hlu] {
        font-size: 1.5rem;
    }

    .file-item[b-enisoq8hlu] {
        font-size: 0.9rem;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .upload-hero[b-enisoq8hlu] {
        padding: 20px 15px;
        border-radius: 15px;
    }

    .primary-button[b-enisoq8hlu] {
        font-size: 0.95rem;
        padding: 10px 0;
    }

    .header .main-title[b-enisoq8hlu] {
        font-size: 1.3rem;
    }
}
/* /Pages/Suplpiers/Suppliers.razor.rz.scp.css */
body[b-db3iizfvij] {
}
