/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-jv39htfafr] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

main[b-jv39htfafr] {
    flex: 1;
    background: #F3F2F1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.content[b-jv39htfafr] {
    flex: 1;
    overflow-y: auto;
    padding-top: 1.1rem;
}

.top-row[b-jv39htfafr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row-content[b-jv39htfafr] {
    background: white !important;
    border-left: 1px solid #EDEBE9;
    border-bottom: 1px solid #EDEBE9;
    height: 4.3rem !important;
    justify-content: center !important;
}

@media (min-width: 641px) {
    .top-row-content[b-jv39htfafr] {
        justify-content: flex-start !important;
    }
}

.top-row-content h3[b-jv39htfafr] {
    color: var(--Gray-Black, #272727);
    font-family: var(--Font-Family-Heading, "DM Serif Display");
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.56px;
}

.top-row[b-jv39htfafr]  a, .top-row[b-jv39htfafr]  .btn-link {
    white-space: nowrap;
  /*  margin-left: 1.5rem;*/
    text-decoration: none;
}

    .top-row[b-jv39htfafr]  a:hover, .top-row[b-jv39htfafr]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jv39htfafr]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jv39htfafr] {
        justify-content: space-between;
    }

        .top-row[b-jv39htfafr]  a, .top-row[b-jv39htfafr]  .btn-link {
            margin-left: 0;
        }
}


@media (min-width: 641px) {
    .page[b-jv39htfafr] {
        flex-direction: row;
        height: 100vh;
    }

    .sidebar[b-jv39htfafr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jv39htfafr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-jv39htfafr]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-jv39htfafr], article[b-jv39htfafr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-86edge8tsb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navtoggeler[b-86edge8tsb] {
    display: flex;
    justify-content: space-between;
}

.top-row[b-86edge8tsb] {
    background: var(--Background-color-content-bg-color, #FFF);
    backdrop-filter: blur(2px);
    border-bottom: 1px solid #EDEBE9;
}

.navbar-brand img[b-86edge8tsb] {
    width: 34px;
    height: 42px;
    aspect-ratio: 17 / 21;
    margin-left:65px
}

.navbar-brand[b-86edge8tsb] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.beta-badge[b-86edge8tsb] {
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1;
    color: var(--Foregroung-color-primary, #517933);
    background: var(--Foregroung-color-theme-lighter, #E4F0DB);
    border: 1px solid rgba(81, 121, 51, 0.25);
    border-radius: 999px;
    letter-spacing: 0.3px;
}
.nav-scrollable[b-86edge8tsb] {
    background: var(--Background-color-content-bg-color, #FFF);
    border-bottom: 1px solid #EDEBE9;
    position: relative;
}

.navContainer[b-86edge8tsb] {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.logoutSection[b-86edge8tsb] {
    background: none !important;
    width: 82%;
    margin: 0px 20px;
}

.bi[b-86edge8tsb] {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.logoutBtn[b-86edge8tsb] {
    display: flex;
    gap: 10px;
    color: var(--Shared-coral20, #D7734E);
    font-family: var(--Font-Family-Body, Inter);
    font-size: var(--Body-Copy-Base, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    border: none;
    background: none;
    padding: 10px 0px;
    border-top: 1px solid var(--Border-color-border-light, #EDEBE9);
}


.nav-item[b-86edge8tsb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    min-width: max-content;
}

    .nav-item:first-of-type[b-86edge8tsb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-86edge8tsb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-86edge8tsb]  a {
        color: #323130;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        gap: 15px;
    }

        .nav-item[b-86edge8tsb]  a.active {
            border-radius: 10px;
            background: var(--Foregroung-color-theme-lighter, #E4F0DB);
        }


@media (min-width: 641px) {
    .navbar-toggler[b-86edge8tsb] {
        display: none;

    }

    .collapse[b-86edge8tsb] {
        display: block !important;
    }

    .nav-scrollable[b-86edge8tsb] {
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
    }
}
@media(max-width: 767px){

}

/* /Pages/components/AddButton.razor.rz.scp.css */
.addBtn[b-8sdcgsuo6p] {
    border-radius: var(--Radius-XL, 12px);
    background: var(--Primary-button-primary-bg-color, #517933);
    color: white;
    border: none;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}


@media (max-width: 768px) {
    .addBtn[b-8sdcgsuo6p] {
        width: 100%;
        justify-content: center;
        font-size: 1rem;
        padding: 0.75rem;
    }
}

@media (max-width: 480px) {
    .addBtn[b-8sdcgsuo6p] {
        font-size: 0.95rem;
        padding: 0.6rem;
    }
}
/* /Pages/components/Announcements.razor.rz.scp.css */
.addBtn[b-nmxk2cqzsq] {
    border-radius: var(--Radius-XL, 12px);
    background: var(--Primary-button-primary-bg-color, #517933);
    color: white;
    border: none;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}


@media (max-width: 768px) {
    .addBtn[b-nmxk2cqzsq] {
        width: 100%;
        justify-content: center;
        font-size: 1rem;
        padding: 0.75rem;
    }
}

@media (max-width: 480px) {
    .addBtn[b-nmxk2cqzsq] {
        font-size: 0.95rem;
        padding: 0.6rem;
    }
}
/* /Pages/components/CustomDropdown.razor.rz.scp.css */
.cd-wrapper[b-lk49va5qs1] {
    position: relative;
    display: inline-block;
}


.custom-dropdown[b-lk49va5qs1] {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.25rem;
    width: 300px; 
    background: white;
    border: 1px solid #ccc;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 16px;
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
    display: none;
}


.custom-dropdown.open[b-lk49va5qs1] {
  display: block;
}
.dropdown-searchWrapper[b-lk49va5qs1]{
    position: relative;
}
    .dropdown-searchWrapper img[b-lk49va5qs1] {
        position: absolute;
        top: 14px;
        left: 10px;
    }
.dropdown-search[b-lk49va5qs1] {
    width: 100%;
    margin-bottom: 0.5rem;
    background: #F3F2F1;
    padding: 10px 10px 10px 32px;
    border-radius: 8px;
    border: none;
}

.group[b-lk49va5qs1] {
  margin-bottom: 0.5rem;
}

.group-header[b-lk49va5qs1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 12px;
    cursor: pointer;
    /*border-bottom: 1px solid #EDEBE9;*/
    margin-bottom: 8px;
}
.mainGroupWrapper[b-lk49va5qs1]{
    display: flex;
    align-items:center;
    gap: 15px;
}

.items-wrapper[b-lk49va5qs1] {
    max-height: 165px;
    overflow-y: auto;
    margin-bottom: 8px;
    scrollbar-width: thin;
}

.group-content[b-lk49va5qs1] {
  padding-left: 1rem;
  margin-top: 0.25rem;
}

.add-all[b-lk49va5qs1] {
    display: flex;
    align-items: center;
    padding: 0.25rem 0;
    background: #E4F0DB;
    border-radius: 8px;
    padding: 6px 8px;
    color: var(--Text-color-content-text-color, #201F1E);
    font-family: var(--Font-Family-Body, Inter);
    font-size: var(--Body-Copy-SM, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.add-all input[b-lk49va5qs1] {
  margin-right: 0.5rem;
}

.item-checkbox[b-lk49va5qs1] {
    display: flex;
    align-items: center;
    padding: 0.25rem 0;
    display: flex;
    align-items: center;
    padding: 0.25rem 0px;
    overflow: hidden;
    color: var(--Text-color-placeholder-text-color, #605E5C);
    text-overflow: ellipsis;
    font-family: var(--Font-Family-Body, Inter);
    font-size: var(--Body-Copy-SM, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 6px 8px;
}

.item-checkbox input[b-lk49va5qs1] {
  margin-right: 0.5rem;
}
.dropdownCheckbox[b-lk49va5qs1] {
    width: 16px;
    height: 16px;
    accent-color: #517933;
}
.group-item-text[b-lk49va5qs1] {
    display: inline-block;
    max-width: 192px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add-button[b-lk49va5qs1] {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    background-color: #4f772d;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

.add-button:hover[b-lk49va5qs1] {
  background-color: #3f621d;
}



/* ------------------ SfChip CSS ----------------------- */
.e-chip-list.e-chip.e-success[b-lk49va5qs1], .e-chip-list .e-chip.e-success[b-lk49va5qs1] {
    background: #517933 !important;
    border-color: #517933 !important;
}
.e-chip-list.e-chip .e-chip-text[b-lk49va5qs1], .e-chip-list .e-chip .e-chip-text[b-lk49va5qs1] {
    margin-top: 1px !important;
}
/* /Pages/components/DataTable.razor.rz.scp.css */
/* /Pages/components/dropzone/DropZone.razor.rz.scp.css */
/* Scoped styles for DropZone */
.dropzone[b-v0217svnf2] {
  border: 2px dashed #d6d6d6;
  border-radius: 16px;
  padding: 24px 40px;
  background: #fff;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropzone:hover[b-v0217svnf2] { border-color: #bfbfbf; }
.dropzone.dragover[b-v0217svnf2] {
  border-color: #8bc48a;
  background: #f7fff7;
  box-shadow: 0 0 0 4px #eaf7ea inset;
}
.dz-content[b-v0217svnf2] { display: flex; gap: 14px; align-items: center; }
.dz-icon[b-v0217svnf2] {
  display: grid; place-items: center;
}

.dz-title[b-v0217svnf2] { font-weight: 600; color: #2a2a2a; }
.dz-sub[b-v0217svnf2] { font-size: 12px; color: #6b6b6b; }

.queue[b-v0217svnf2] { margin-top: 14px; display: grid; gap: 8px; }
.qi[b-v0217svnf2] {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 12px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
}
.qi-name[b-v0217svnf2] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.qi-meta[b-v0217svnf2] { font-size: 12px; color: #777; }
.qi-badge[b-v0217svnf2] {
  font-size: 12px; padding: 4px 8px; border-radius: 999px;
  border: 1px solid #ddd; background: #fafafa;
}
.qi-badge.ok[b-v0217svnf2] { border-color: #b5e3b5; background: #f3fff3; color: #2b6d2b; }
.qi-badge.error[b-v0217svnf2] { border-color: #ffb3b3; background: #fff6f6; color: #a33; }
.qi-badge.busy[b-v0217svnf2] { border-color: #cbd5e1; background: #f8fafc; color: #334155; }

.qi-btn[b-v0217svnf2], .qa-btn[b-v0217svnf2] {
  padding: 6px 10px; border-radius: 8px; border: 1px solid #d6d6d6; background: #f9f9f9;
}
.qi-btn:hover[b-v0217svnf2], .qa-btn:hover[b-v0217svnf2] { background: #f1f1f1; }
.qi-btn:disabled[b-v0217svnf2], .qa-btn:disabled[b-v0217svnf2] { opacity: .5; cursor: not-allowed; }
.qa-btn.ghost[b-v0217svnf2] { background: transparent; }
.queue-actions[b-v0217svnf2] { display: flex; gap: 8px; margin-top: 6px; }

.dropzone[b-v0217svnf2] { position: relative; }
.dz-input[b-v0217svnf2] {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* /Pages/components/EmployeeForm.razor.rz.scp.css */
/* /Pages/components/SearchBar.razor.rz.scp.css */
.search-wrapper[b-64d55kaz87] {
    position: relative;
    flex: 1;
    max-width: 350px;
    min-width: 220px;
    border: 1px solid black;
    border-radius: 6px;
}

.search-input[b-64d55kaz87] {
    width: 100%;
    padding: 0.57rem 2.5rem 0.57rem 1rem;
    border: none;
    border-radius: 0.375rem;
    background: #fff;
    font-size: 0.9rem;
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}

.search-icon[b-64d55kaz87] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 16px;
    height: 16px;
    fill: #9ca3af;
}


@media (max-width: 768px) {
    .search-wrapper[b-64d55kaz87] {
        width: 100%;
        max-width: 100%;
    }

    .search-input[b-64d55kaz87] {
        font-size: 1rem;
        padding: 0.6rem 2.5rem 0.6rem 1rem;
    }
}

@media (max-width: 480px) {
    .search-input[b-64d55kaz87]::placeholder {
        font-size: 0.85rem;
    }
}
/* /Pages/SuperAdminDashboard/SuperAdminDashboard.razor.rz.scp.css */
/* Super Admin Dashboard Styles */

/* Header Container */
.header-container[b-ohe5gv7861] {
    width: 100%;
    padding: 24px 32px;
    border-bottom: 1px solid #EDEBE9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.left-section[b-ohe5gv7861] {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    white-space: nowrap;
}

.profile-image[b-ohe5gv7861] {
    width: 96px;
    height: 96px;
    border-radius: 16px;
    background-image: url('https://placehold.co/96x96');
    background-size: cover;
    background-position: center;
    position: relative;
    flex-shrink: 0;
}

.profile-image:hover .upload-overlays[b-ohe5gv7861] {
    opacity: 1;
}

.upload-overlays[b-ohe5gv7861] {
    position: absolute;
    inset: 0;
    background: rgba(174, 210, 147, 0.7);
    backdrop-filter: blur(1px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s;
}

.upload-badge[b-ohe5gv7861] {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 3px;
    padding: 3px 5px 3px 6px;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 6px;
    color: #223215;
    font-weight: 500;
}

.icon-camera[b-ohe5gv7861] {
    width: 8px;
    height: 8px;
    background: #ccc;
}

.user-info[b-ohe5gv7861] {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.greeting[b-ohe5gv7861] {
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.48px;
    color: #272727;
}

.role-section[b-ohe5gv7861] {
    display: flex;
    align-items: center;
    gap: 7px;
}

.role-icon[b-ohe5gv7861] {
    width: 22px;
    height: 22px;
    background: #ccc;
}

.role-text[b-ohe5gv7861] {
    font-size: 14px;
    line-height: 22px;
    color: #605E5C;
}

.role-text strong[b-ohe5gv7861] {
    font-weight: 500;
}

.right-section[b-ohe5gv7861] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

/* Toggle Buttons */
.toggle-buttons[b-ohe5gv7861] {
    display: flex;
    background: white;
    border-radius: 8px;
    padding: 4px;
    border: 1px solid #ddd;
}

.toggle-btn[b-ohe5gv7861] {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 4px;
    cursor: pointer;
}

.toggle-btn.inactive[b-ohe5gv7861] {
    color: #517933;
}

.toggle-btn.active[b-ohe5gv7861] {
    background: #517933;
    color: white;
    border-radius: 6px;
}

/* Period Selector */
.period-selector[b-ohe5gv7861] {
    display: flex;
    gap: 8px;
    background: white;
    border-radius: 8px;
    padding: 4px;
    width: fit-content;
    border: 1px solid #ddd;
}

.period-btn[b-ohe5gv7861] {
    padding: 6px 6px;
    border: none;
    border-radius: 6px;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #605E5C;
    cursor: pointer;
    transition: all 0.2s ease;
}

.custom-period-wrapper[b-ohe5gv7861] {
    display: inline-flex;
    position: relative;
}

.custom-date-picker-popover[b-ohe5gv7861] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 280px;
    background: white;
    border: 1px solid #e4e2de;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    z-index: 20;
}

.custom-date-range-picker[b-ohe5gv7861] {
    width: 100%;
}

.custom-date-picker-actions[b-ohe5gv7861] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 8px;
}

.period-btn:hover[b-ohe5gv7861] {
    background: rgba(0, 0, 0, 0.05);
}

.period-btn.active[b-ohe5gv7861] {
    background: #517933;
    color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Company Dropdown */
.company-select-wrapper[b-ohe5gv7861] {
    position: relative;
    min-width: 160px;
}

.company-select-trigger[b-ohe5gv7861] {
    width: 100%;
    padding: 12px 12px;
    background: white;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #A19F9D;
    cursor: pointer;
    border: 1px solid #ddd;
    white-space: nowrap;
    user-select: none;
}

.company-select-arrow[b-ohe5gv7861] {
    width: 14px;
    height: 14px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path fill="none" stroke="%23323130" stroke-width="1.5" d="M3.5 5.25L7 8.75L10.5 5.25"/></svg>') no-repeat center;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.company-select-arrow.open[b-ohe5gv7861] {
    transform: rotate(180deg);
}

.company-select-menu[b-ohe5gv7861] {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}

.company-select-menu.open[b-ohe5gv7861] {
    display: block;
}

.company-select-item[b-ohe5gv7861] {
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #201F1E;
    cursor: pointer;
}

.company-select-item:hover[b-ohe5gv7861] {
    background: #f5f5f5;
}

/* Dashboard Grid */
.dashboard-grid[b-ohe5gv7861] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin: 0 auto;
}

/* Cards */
.card[b-ohe5gv7861] {
    background: white;
    border-radius: 16px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
}

.card-header[b-ohe5gv7861] {
    padding: 20px 20px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border: none;
}

.card-title[b-ohe5gv7861] {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #201F1E;
}

.card-menu-icon svg[b-ohe5gv7861] {
    stroke: #BEBBB8;
}

.card-body[b-ohe5gv7861] {
    flex: 1;
    padding: 0 20px;
}

.card-metrics[b-ohe5gv7861] {
    display: flex;
    gap: 32px;
}

.metric[b-ohe5gv7861] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.metric-value[b-ohe5gv7861] {
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    color: #323130;
}

.metric-value.green[b-ohe5gv7861] {
    color: #517933;
}

.metric-value.yellow[b-ohe5gv7861] {
    color: #E3B94F;
}

.metric-value.orange[b-ohe5gv7861] {
    color: #D7734E;
}

.metric-value .large[b-ohe5gv7861] {
    font-size: 32px;
    font-weight: 700;
}

.metric-value .small[b-ohe5gv7861] {
    font-size: 20px;
    font-weight: 400;
    color: #8A8886;
}

.metric-label[b-ohe5gv7861] {
    font-size: 14px;
    color: #605E5C;
    line-height: 22px;
}

.card-footer[b-ohe5gv7861] {
    background: #FAF9F8;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: none;
}

.note-icon svg[b-ohe5gv7861] {
    stroke: #517933;
    flex-shrink: 0;
}

.note-text[b-ohe5gv7861] {
    font-size: 14px;
    font-weight: 500;
    color: #517933;
    line-height: 22px;
}

/* Announcements Panel */
.announcements-panel[b-ohe5gv7861] {
    max-width: 100%;
    margin-top: 24px;
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.panel-header[b-ohe5gv7861] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.panel-title[b-ohe5gv7861] {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    flex: 1;
    min-width: 200px;
}

.header-controls[b-ohe5gv7861] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.dropdown-wrapper[b-ohe5gv7861] {
    position: relative;
}

.filter-dropdown[b-ohe5gv7861] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    background: #F3F2F1;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    color: #605E5C;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}

.filter-dropdown:hover[b-ohe5gv7861] {
    background: #E5E4E2;
}

.dropdown-icon[b-ohe5gv7861] {
    transition: transform 0.2s ease;
}

.dropdown-wrapper.open .dropdown-icon[b-ohe5gv7861] {
    transform: rotate(180deg);
}

.dropdown-menu[b-ohe5gv7861] {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 140px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 10;
    margin-top: 4px;
    overflow: hidden;
}

.dropdown-wrapper.open .dropdown-menu[b-ohe5gv7861] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item[b-ohe5gv7861] {
    display: block;
    width: 100%;
    padding: 8px 12px;
    text-align: left;
    background: none;
    border: none;
    font-size: 12px;
    color: #323130;
    cursor: pointer;
    transition: background 0.2s;
}

.dropdown-item:hover[b-ohe5gv7861] {
    background: #F3F2F1;
}

.dropdown-item.active[b-ohe5gv7861] {
    font-weight: 600;
    color: #201F1E;
    background: #E5E4E2;
}

.more-button[b-ohe5gv7861] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    flex-shrink: 0;
}

/* Author Info */
.author-info[b-ohe5gv7861] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.avatar[b-ohe5gv7861] {
    width: 40px;
    height: 40px;
    background: #517933;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    flex-shrink: 0;
}

.author-details[b-ohe5gv7861] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.author-main-line[b-ohe5gv7861] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.author-name[b-ohe5gv7861] {
    font-size: 14px;
    color: #201F1E;
    font-weight: 400;
}

.author-role[b-ohe5gv7861] {
    font-size: 14px;
    color: #605E5C;
}

.separator[b-ohe5gv7861] {
    color: #D9D9D9;
    font-size: 14px;
}

.company-tag[b-ohe5gv7861] {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #336D79;
    font-size: 14px;
}

.company-tag svg[b-ohe5gv7861] {
    stroke: #336D79;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.company-name[b-ohe5gv7861] {
    color: #336D79;
}

.divider[b-ohe5gv7861] {
    border: none;
    border-top: 1px solid #EDEBE9;
}

/* Announcement List */
.announcements-list[b-ohe5gv7861] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.announcement[b-ohe5gv7861] {
    padding: 8px 0;
    background: white;
}

.announcement-header[b-ohe5gv7861] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.post-time[b-ohe5gv7861] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #A19F9D;
    font-size: 14px;
}

.post-time svg[b-ohe5gv7861] {
    stroke: #BEBBB8;
    width: 20px;
    height: 20px;
}

.announcement-content[b-ohe5gv7861] {
    padding: 16px 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.announcement-title[b-ohe5gv7861] {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.announcement-title.warning[b-ohe5gv7861] {
    color: #D7734E;
}

.emoji[b-ohe5gv7861] {
    font-size: 20px;
}

.announcement-content p[b-ohe5gv7861] {
    font-size: 14px;
    color: #605E5C;
    line-height: 22px;
}

.details[b-ohe5gv7861] {
    white-space: pre-line;
}

.announcement-image[b-ohe5gv7861] {
    width: 50%;
    max-width: 200px;
    height: auto;
    border-radius: 12px;
    align-self: starts;
}

/* Responsive Design */
@media (min-width: 1025px) {
    .header-container[b-ohe5gv7861] {
        flex-wrap: nowrap;
    }
    .right-section[b-ohe5gv7861] {
        flex-wrap: nowrap;
    }
    .dashboard-grid[b-ohe5gv7861] {
        grid-template-columns: repeat(3, 1fr);
        max-width: 100%;
    }
}

@media (min-width: 786px) and (max-width: 1024px) {
    .header-container[b-ohe5gv7861] {
        flex-wrap: nowrap;
        padding: 24px 24px;
        gap: 20px;
    }
    .right-section[b-ohe5gv7861] {
        flex-wrap: nowrap;
        gap: 16px;
    }
    .company-select-wrapper[b-ohe5gv7861] {
        min-width: 160px;
    }
}

@media (max-width: 785px) {
    .header-container[b-ohe5gv7861] {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 16px;
        gap: 20px;
    }
    .left-section[b-ohe5gv7861] {
        gap: 16px;
    }
    .right-section[b-ohe5gv7861] {
        width: 100%;
        flex-direction: row;
        align-items: stretch;
        gap: 12px;
        height: 40px;
    }
    .view-as-group[b-ohe5gv7861],
    .period-selector[b-ohe5gv7861],
    .company-select-wrapper[b-ohe5gv7861] {
        width: 50%;
    }
    .period-selector[b-ohe5gv7861] {
        justify-content: start;
        width: 50%;
        gap: 15px;
    }
    .profile-image[b-ohe5gv7861] {
        width: 72px;
        height: 72px;
    }
    .greeting[b-ohe5gv7861] {
        font-size: 18px;
    }
    .period-btn[b-ohe5gv7861] {
        padding: 6px 12px;
        font-size: 10px;
        line-height: 10px;
        border-radius: 4px;
        cursor: pointer;
    }
    .dashboard-grid[b-ohe5gv7861] {
        grid-template-rows: 1fr;
        padding: 0 10px;
        gap: 12px;
    }
    .announcements-panel[b-ohe5gv7861] {
        margin: 20px 10px 10px 10px;
    }
    .announcement-image[b-ohe5gv7861] {
        max-width: 100%;
    }
}


    @media (max-width: 480px) {
        .greeting[b-ohe5gv7861] {
            font-size: 15px;
        }

        .role-text[b-ohe5gv7861] {
            font-size: 9px;
        }

        .toggle-btn[b-ohe5gv7861],
        .period-btn[b-ohe5gv7861] {
            padding: 2px 2px;
            font-size: 9px;
        }

        .right-section[b-ohe5gv7861] {
            width: 100%;
            display: flex;
            flex-direction: row;
            height: auto;
        }

        .company-select-wrapper[b-ohe5gv7861] {
            font-size: 9px;
            padding: 2px 2px;
        }

        .dashboard-grid[b-ohe5gv7861] {
            grid-template-columns: 1fr;
            padding: 0 10px;
        }

        .card-metrics[b-ohe5gv7861] {
            flex-direction: row;
            gap: 16px;
        }

        .card-footer[b-ohe5gv7861] {
            align-items: flex-start;
            text-align: left;
            gap: 12px;
        }

        .announcement-header[b-ohe5gv7861] {
            padding: 0 8px;
        }

        .announcement-content[b-ohe5gv7861] {
            padding: 16px 8px;
        }

        .panel-header[b-ohe5gv7861] {
            flex-direction: row;
            align-items: flex-start;
            gap: 1px;
            justify-content: space-between;
            flex-wrap:nowrap;
        }

       
    }

    @media (max-width: 375px) {
        .panel-title h2[b-ohe5gv7861] {
            font-size: 16px !important;
        }

        .panel-header[b-ohe5gv7861] {
            font-size: 15px;
        }

        .filter-dropdown[b-ohe5gv7861] {
            font-size: 12px !important;
            padding: 2px 4px !important;
        }

        .dropdown-icon[b-ohe5gv7861] {
            width: 10px !important;
            height: 10px !important;
        }

        .header-controls[b-ohe5gv7861] {
            gap: 2px !important;
        }
          
        .more-button svg[b-ohe5gv7861] {
            height: 20px !important;
        }

       
    }

    @media (max-width: 320px) {
        .panel-header[b-ohe5gv7861] {
            gap: 0.5px !important;
        }

        .panel-title h2[b-ohe5gv7861] {
            font-size: 13px !important;
            width: fit-content;
            
        }
        .panel-title[b-ohe5gv7861]{
            min-width:20px!important;
        }
        .filter-dropdown[b-ohe5gv7861] {
            padding: 2px 3px !important;
            font-size: 10px !important;
        }

        .header-controls[b-ohe5gv7861] {
            gap: 2px !important;
           
        }

        .dropdown-icon[b-ohe5gv7861] {
            width: 5px !important;
            height: 5px !important;
        }

        .more-button svg[b-ohe5gv7861] {
            width: 15px !important;
            height: 15px !important;
        }

     
    }
@media (min-width: 1024px) and (max-width: 1024px) {
    .nav-scrollable[b-86edge8tsb][b-ohe5gv7861] {
        height: 500px !important; /* your desired height */
        overflow-y: scroll !important; /* if you want to change it */
    }
}


