@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Layout/Header.razor.rz.scp.css */
/* Header.razor.css — SCOPED, NON-LAYOUT version */

/* Use the same height as the shell */
:root[b-ebwr0aztyx] {
    --hdrh: 70px;
}

/* Header container (your header has class="custom-header") */
.custom-header[b-ebwr0aztyx] {
    height: var(--hdrh);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: sticky;
    top: 0;
    z-index: 120; /* above content & sidebar */
    border-bottom: 1px solid #d6d5d5;
}

/* Left/right slots */
.header-left[b-ebwr0aztyx] {
    flex-grow: 1;
}

.header-right[b-ebwr0aztyx] {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Icons in header */
.custom-header .notification-icon[b-ebwr0aztyx],
.custom-header .help-icon[b-ebwr0aztyx] {
    margin: 0 5px;
    color: #465462;
    background: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

    .custom-header .notification-icon:hover[b-ebwr0aztyx],
    .custom-header .help-icon:hover[b-ebwr0aztyx] {
        background: #e1eaf3;
    }

/* Bell badge */
.notification-icon > .badge[b-ebwr0aztyx] {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #dc3545;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 1;
}

/* DO NOT absolutely position generic .badge anywhere else */
.badge[b-ebwr0aztyx] {
    position: static;
}

/* Profile mini card */
.profile-picture[b-ebwr0aztyx] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-ebwr0aztyx] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-ebwr0aztyx] {
    margin: 0 10px;
    position: relative;
}

.profile-details[b-ebwr0aztyx] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-ebwr0aztyx] {
    font-weight: 700;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-ebwr0aztyx] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-ebwr0aztyx] {
    color: #465462;
}

/* Hover dropdown for profile */
.profile-dropdown[b-ebwr0aztyx] {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 200px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    z-index: 3000;
}

.profile-dropdown-item[b-ebwr0aztyx] {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}

    .profile-dropdown-item:last-child[b-ebwr0aztyx] {
        border-bottom: 0;
    }

    .profile-dropdown-item a[b-ebwr0aztyx] {
        color: #333;
        text-decoration: none;
        display: block;
    }

        .profile-dropdown-item a:hover[b-ebwr0aztyx] {
            background: #f1f1f1;
        }

/* Notifications menu (dropdown) */
.notif-menu[b-ebwr0aztyx] {
    min-width: 360px;
    max-width: 420px;
    max-height: 55vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    z-index: 1055;
    background: #fff;
    scrollbar-gutter: stable;
}

    .notif-menu .list-group-item[b-ebwr0aztyx] {
        border: 0;
        border-bottom: 1px solid var(--bs-border-color);
    }

.notif-item[b-ebwr0aztyx] {
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: .5rem;
    white-space: normal;
}

    .notif-item:hover[b-ebwr0aztyx], .notif-item:focus-visible[b-ebwr0aztyx] {
        background: var(--bs-light);
    }

.notif-meta[b-ebwr0aztyx] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .5rem;
}

.badge.status-chip[b-ebwr0aztyx] {
    border-radius: 10rem;
    font-weight: 600;
    padding: .25rem .5rem;
}

.badge.rq-chip[b-ebwr0aztyx] {
    border-radius: 10rem;
    background: var(--bs-light);
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
    font-weight: 500;
    padding: .25rem .5rem;
}

.notif-title[b-ebwr0aztyx] {
    font-size: .90rem;
    font-weight: 600;
    line-height: 1.1;
}

.notif-message[b-ebwr0aztyx] {
    font-size: .84rem;
    line-height: 1.25;
}

.notif-time[b-ebwr0aztyx] {
    font-size: .75rem;
    color: var(--bs-secondary-color);
}

.notif-unread[b-ebwr0aztyx] {
    background: var(--bs-primary-bg-subtle);
}

.notif-avatar[b-ebwr0aztyx] {
    width: 36px;
    height: 36px;
    font-weight: 700;
    background: var(--bs-gray-300);
    color: var(--bs-gray-700);
    user-select: none;
}

.notif-indicator[b-ebwr0aztyx] {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 11px;
    line-height: 1;
    border: 2px solid #fff;
}

.notif-dot-blue[b-ebwr0aztyx] {
    background: var(--bs-primary);
}

.notif-check-green[b-ebwr0aztyx] {
    background: var(--bs-success);
    color: #fff;
}

.text-truncate-2[b-ebwr0aztyx] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Prevent the header CSS from changing page background globally */
body[b-ebwr0aztyx] {
    background-color: #e1eaf3;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* =========================
   MainLayout consolidated CSS (FINAL)
   ========================= */

/* ---- Variables / shell ---- */
:root[b-c4y6pd6b97] {
    --hdrh: 70px; /* header height */
    --sbw: 260px; /* sidebar width */
    --sbw-collapsed: 74px; /* collapsed width */
    /* Sidebar theme */
    --sb-bg: #0b1b3a;
    --sb-bg-hover: #13254b;
    --sb-active: #0f6cff;
    --sb-text: #dbe4ff;
    --sb-muted: #9fb2d8;
    --sb-sep: rgba(255,255,255,.08);
}

html[b-c4y6pd6b97], body[b-c4y6pd6b97] {
    height: 100%;
    margin: 0;
}

/* ---- Header (top bar from <Header />) ---- */
.top-row[b-c4y6pd6b97] {
    height: var(--hdrh);
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: sticky; /* sticks while scrolling content */
    top: 0;
    z-index: 1000; /* above sidebar/cards */
}

    .top-row[b-c4y6pd6b97]  a,
    .top-row[b-c4y6pd6b97]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-c4y6pd6b97]  a:hover,
        .top-row[b-c4y6pd6b97]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-c4y6pd6b97]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-c4y6pd6b97] {
        justify-content: space-between;
    }

        .top-row[b-c4y6pd6b97]  a, .top-row[b-c4y6pd6b97]  .btn-link {
            margin-left: 0;
        }
}

/* ---- App shell: sidebar + content ---- */
.app-shell[b-c4y6pd6b97] {
    display: flex;
    min-height: calc(100vh - var(--hdrh)); /* below the header */
    width: 100%;
}

/* Sidebar reserves width in layout */
.sidebar[b-c4y6pd6b97] {
    flex: 0 0 var(--sbw);
    width: var(--sbw);
    height: calc(100vh - var(--hdrh));
    position: sticky;
    top: var(--hdrh); /* sits just under sticky header */
    z-index: 100;
    /* theme */
    background: var(--sb-bg);
    color: var(--sb-text);
}

    .sidebar.collapsed[b-c4y6pd6b97] {
        flex-basis: var(--sbw-collapsed);
        width: var(--sbw-collapsed);
    }

/* Scroll only inside the sidebar when needed */
.sidebar-inner[b-c4y6pd6b97] {
    padding: 12px;
    overflow-y: auto;
    max-height: calc(100vh - var(--hdrh));
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.3) transparent;
}

    .sidebar-inner[b-c4y6pd6b97]::-webkit-scrollbar {
        width: 8px;
    }

    .sidebar-inner[b-c4y6pd6b97]::-webkit-scrollbar-track {
        background: transparent;
    }

    .sidebar-inner[b-c4y6pd6b97]::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,.25);
        border-radius: 8px;
    }

/* ---- Brand / logo ---- */
.brand[b-c4y6pd6b97] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 6px 14px;
    border-bottom: 1px solid var(--sb-sep);
    margin-bottom: 8px;
}

.brand-left[b-c4y6pd6b97] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.brand-logo[b-c4y6pd6b97] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    overflow: hidden;
    background: #0e2248;
    display: grid;
    place-items: center;
}

    .brand-logo img[b-c4y6pd6b97] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .brand-logo.default[b-c4y6pd6b97] {
        background: transparent;
    }

.brand-entity[b-c4y6pd6b97] {
    font-weight: 600;
    color: #fff;
}

.collapse-btn[b-c4y6pd6b97] {
    border: 0;
    background: transparent;
    color: var(--sb-muted);
    padding: 6px 8px;
    border-radius: 10px;
}

    .collapse-btn:hover[b-c4y6pd6b97] {
        background: var(--sb-bg-hover);
        color: #fff;
    }

/* Hide text in collapsed mode */
.sidebar.collapsed .brand-entity[b-c4y6pd6b97],
.sidebar.collapsed .section-label[b-c4y6pd6b97],
.sidebar.collapsed .menu-text[b-c4y6pd6b97],
.sidebar.collapsed .menu-badge[b-c4y6pd6b97] {
    display: none;
}

.sidebar.collapsed .brand[b-c4y6pd6b97] {
    padding-bottom: 8px;
}

/* ---- Sidebar nav ---- */
.nav[b-c4y6pd6b97] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .nav > ul[b-c4y6pd6b97] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

/* neutralize Bootstrap inside sidebar */
.list-group-item[b-c4y6pd6b97] {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 0 4px 0 !important;
}

.menu-link[b-c4y6pd6b97] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 10px;
    border-radius: 12px;
    color: var(--sb-text);
    text-decoration: none;
    transition: background .15s, color .15s;
    outline: none;
}

    .menu-link:hover[b-c4y6pd6b97] {
        background: var(--sb-bg-hover);
        color: #fff;
    }

    .list-group-item.active .menu-link[b-c4y6pd6b97],
    .menu-link.active[b-c4y6pd6b97],
    .menu-link[aria-current="page"][b-c4y6pd6b97] {
        background: linear-gradient(90deg, rgba(15,108,255,.25), transparent 80%);
        outline: 1px solid rgba(15,108,255,.45);
        color: #fff;
    }

.menu-icon-wrap[b-c4y6pd6b97] {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.08);
    flex: 0 0 28px;
}

    .menu-icon-wrap i[b-c4y6pd6b97] {
        font-size: 14px;
        color: #cfe0ff;
        line-height: 1;
    }

.list-group-item.active .menu-icon-wrap[b-c4y6pd6b97],
.menu-link.active .menu-icon-wrap[b-c4y6pd6b97],
.menu-link[aria-current="page"] .menu-icon-wrap[b-c4y6pd6b97] {
    background: rgba(15,108,255,.25);
}

.menu-text[b-c4y6pd6b97] {
    font-weight: 600;
}

.menu-link .menu-badge[b-c4y6pd6b97] {
    margin-left: auto;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: .72rem;
    line-height: 1.1;
    background: rgba(255,255,255,.12);
    color: #fff;
}

/* ---- Content column ---- */
.content-shell[b-c4y6pd6b97] {
    flex: 1 1 auto;
    min-width: 0;
    background: #eef2f7;
    padding: 0;
    overflow: auto;
}

    /* kill the �big top gap� when a page starts with a heading or card */
    .content-shell > *:first-child[b-c4y6pd6b97] {
        margin-top: 0 !important;
    }

/* ---- Ticket modal / form (kept) ---- */
.ticket-form[b-c4y6pd6b97] {
    margin-top: 20px;
}

.form-group[b-c4y6pd6b97] {
    margin-bottom: 15px;
}

.form-control[b-c4y6pd6b97] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.form-actions[b-c4y6pd6b97] {
    text-align: right;
}

.btn[b-c4y6pd6b97] {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-primary[b-c4y6pd6b97] {
    background-color: #007bff;
    color: #fff;
}

    .btn-primary:hover[b-c4y6pd6b97] {
        background-color: #0056b3;
    }

/* ---- Blazor error UI (kept) ---- */
#blazor-error-ui[b-c4y6pd6b97] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

    #blazor-error-ui .dismiss[b-c4y6pd6b97] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
    .menu-link[b-c4y6pd6b97] {
        transition: none;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ================= OPRA Sidebar (clean) ================= */

/* Theme tokens */
.sidebar[b-n9frz04d9a] {
    --sb-bg: #0b1b3a; /* deep navy */
    --sb-bg-hover: #13254b;
    --sb-active: #0f6cff; /* accent */
    --sb-text: #ffffff; /* base text now pure white */
    --sb-muted: #9fb2d8;
    --sb-sep: rgba(255,255,255,.08);
    --row-h: 44px;
    --pad-x: 14px;
    --gap: 12px;
    --icon-box: 32px;
    --icon-size: 16px;
    --divider: rgba(207,224,255,.14);
    --active-bg: rgba(15,108,255,.22); /* new solid-ish pill */
    --active-outline: rgba(15,108,255,.55);
    min-width: 260px;
    min-height: 100vh;
    background: var(--sb-bg);
    color: var(--sb-text);
    position: sticky;
    top: 0;
    z-index: 100;
}

/* Scrollable area */
.sidebar-inner[b-n9frz04d9a] {
    padding: 12px;
    overflow-y: auto;
    max-height: 100vh;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.3) transparent;
}

    .sidebar-inner[b-n9frz04d9a]::-webkit-scrollbar {
        width: 8px;
    }

    .sidebar-inner[b-n9frz04d9a]::-webkit-scrollbar-track {
        background: transparent;
    }

    .sidebar-inner[b-n9frz04d9a]::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,.25);
        border-radius: 8px;
    }

/* ===== Brand ===== */
.brand[b-n9frz04d9a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 10px;
    border-bottom: 1px solid var(--sb-sep);
    margin-bottom: 8px;
}

.brand-left[b-n9frz04d9a] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.brand-logo[b-n9frz04d9a] {
    width: 190px;
    height: auto;
    display: block;
    overflow: visible;
    background: transparent;
    border-radius: 0;
}

    .brand-logo img[b-n9frz04d9a] {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.brand-entity[b-n9frz04d9a] {
    font-weight: 600;
    color: #fff;
    min-width: 0;
}

.collapse-btn[b-n9frz04d9a] {
    border: 0;
    background: transparent;
    color: var(--sb-muted);
    padding: 6px 8px;
    border-radius: 10px;
}

    .collapse-btn:hover[b-n9frz04d9a] {
        background: var(--sb-bg-hover);
        color: #fff;
    }

/* ===== Sections ===== */
.section-label[b-n9frz04d9a] {
    color: var(--sb-muted);
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 14px 8px 6px;
}

/* ===== List / items ===== */
.nav[b-n9frz04d9a] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .nav > ul[b-n9frz04d9a] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

/* Bootstrap list-group safe overrides */
.list-group-item[b-n9frz04d9a] {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 0 14px 0 !important;
}

/* One flex row: icon + text (no wrapping) */
.menu-link[b-n9frz04d9a],
.menu-link:link[b-n9frz04d9a],
.menu-link:visited[b-n9frz04d9a] {
    display: flex;
    align-items: center;
    gap: var(--gap);
    height: var(--row-h);
    padding: 0 var(--pad-x);
    border-radius: 12px;
    color: var(--sb-text) !important; /* force white */
    text-decoration: none;
    transition: background .15s,color .15s;
    outline: none;
}

    .menu-link:hover[b-n9frz04d9a] {
        background: var(--sb-bg-hover);
        color: #fff !important;
    }

    /* Active (clear rounded pill) */
    .list-group-item.active .menu-link[b-n9frz04d9a],
    .menu-link.active[b-n9frz04d9a],
    .menu-link[aria-current="page"][b-n9frz04d9a] {
        background: var(--active-bg);
        outline: 1px solid var(--active-outline);
        color: #fff !important;
    }
        /* brighten the icon tile when active */
        .list-group-item.active .menu-icon-wrap[b-n9frz04d9a],
        .menu-link.active .menu-icon-wrap[b-n9frz04d9a],
        .menu-link[aria-current="page"] .menu-icon-wrap[b-n9frz04d9a] {
            background: #2196f3;
        }

            .list-group-item.active .menu-icon-wrap i[b-n9frz04d9a],
            .menu-link.active .menu-icon-wrap i[b-n9frz04d9a],
            .menu-link[aria-current="page"] .menu-icon-wrap i[b-n9frz04d9a] {
                color: #ffffff;
            }

        .list-group-item.active span[b-n9frz04d9a],
        .menu-link.active span[b-n9frz04d9a],
        .menu-link[aria-current="page"] span[b-n9frz04d9a] {
            color: #2196f3;
        }


/* Icon tile */
.menu-icon-wrap[b-n9frz04d9a] {
    width: var(--icon-box);
    height: var(--icon-box);
    flex: 0 0 var(--icon-box);
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255,255,255,.10);
}

    .menu-icon-wrap i[b-n9frz04d9a] {
        font-size: var(--icon-size);
        line-height: 1;
        color: #cfe0ff;
    }

/* Label */
.menu-text[b-n9frz04d9a] {
    flex: 1 1 auto;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
}
/* Divider under each item (except last) */
    #_ulSideMenu > li[b-n9frz04d9a] {
        border-bottom: 1px solid var(--divider);
        padding-bottom: 6px;
        margin-bottom: 4px;
    }

        #_ulSideMenu > li:last-child[b-n9frz04d9a] {
            border-bottom: 0;
            padding-bottom: 0;
        }
    /* Divider under each item (except last) */
    #_ulSideMenu > li[b-n9frz04d9a] {
        border-bottom: 1px solid var(--divider);
        padding-bottom: 6px;
        margin-bottom: 4px;
    }

        #_ulSideMenu > li:last-child[b-n9frz04d9a] {
            border-bottom: 0;
            padding-bottom: 0;
        }

/* Optional right aligned badge */
.menu-link .menu-badge[b-n9frz04d9a] {
    margin-left: auto;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: .72rem;
    line-height: 1.1;
    background: rgba(255,255,255,.12);
    color: #fff;
}

/* ===== Collapsed mode ===== */
.sidebar.collapsed[b-n9frz04d9a] {
    min-width: 74px;
}

    .sidebar.collapsed .brand-entity[b-n9frz04d9a],
    .sidebar.collapsed .menu-text[b-n9frz04d9a],
    .sidebar.collapsed .section-label[b-n9frz04d9a] {
        display: none;
    }

    .sidebar.collapsed .brand[b-n9frz04d9a] {
        padding-bottom: 8px;
    }

    .sidebar.collapsed .menu-link[b-n9frz04d9a] {
        justify-content: center;
        padding: 0 8px;
        gap: 0;
    }

    .sidebar.collapsed #_ulSideMenu > li[b-n9frz04d9a] {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 6px;
    }

/* ===== Accessibility ===== */
.menu-link:focus-visible[b-n9frz04d9a] {
    box-shadow: 0 0 0 3px rgba(15,108,255,.55);
}

/* Reduced motion */
@media (prefers-reduced-motion:reduce) {
    .menu-link[b-n9frz04d9a] {
        transition: none;
    }
}
/* /Components/Layout/TicketModal.razor.rz.scp.css */
.modal-overlay[b-13a26gh02f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-13a26gh02f] {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 90%; /* Adjust width as needed */
    max-width: 1000px; /* Prevent the modal from becoming too large */
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.close-button[b-13a26gh02f] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
/* /Components/Pages/Account/AgencySettings.razor.rz.scp.css */
.content[b-ka6drdv9b9] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-ka6drdv9b9] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-ka6drdv9b9] {
        width: 25px;
    }

.custom-header[b-ka6drdv9b9] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-ka6drdv9b9] {
    width: 100%;
}

.container[b-ka6drdv9b9] {
    width: 100%;
}

.sidebar .list-group-item[b-ka6drdv9b9] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-ka6drdv9b9] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-ka6drdv9b9] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-ka6drdv9b9] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-ka6drdv9b9] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-ka6drdv9b9] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-ka6drdv9b9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-ka6drdv9b9] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-ka6drdv9b9] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-ka6drdv9b9] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-ka6drdv9b9] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-ka6drdv9b9] {
    position: relative;
}

.end-icon[b-ka6drdv9b9] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-ka6drdv9b9] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-ka6drdv9b9] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-ka6drdv9b9],
.custom-header .help-icon[b-ka6drdv9b9] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-ka6drdv9b9],
    .custom-header .help-icon:hover[b-ka6drdv9b9] {
        background-color: #e1eaf3;
    }

.header-left[b-ka6drdv9b9] {
    flex-grow: 1;
}

.header-right[b-ka6drdv9b9] {
    display: flex;
    gap: 10px;
}

.badge[b-ka6drdv9b9] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-ka6drdv9b9] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-ka6drdv9b9] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-ka6drdv9b9] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-ka6drdv9b9] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-ka6drdv9b9] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-ka6drdv9b9] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-ka6drdv9b9] {
    color: #465462;
}
/* BODY CSS  */
.discard-btn[b-ka6drdv9b9] {
    background-color: #ffffff; /* Blue color for the "Discard" button */
    color: #007dfc; /* White color for text */
    border-color: #007dfc; /* Blue color for the button border */
    i

{
    color: #007dfc;
}
}

.discard-btn:hover[b-ka6drdv9b9] {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue on hover for the button border */
}

.add-member-icon[b-ka6drdv9b9] {
    color: white;
}

/* Add this CSS to make the ISD code dropdown less wide */
#isdCode[b-ka6drdv9b9] {
    max-width: 80px; /* Adjust the width as needed */
}

/* File Uploader  */
.file-uploader[b-ka6drdv9b9] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-ka6drdv9b9] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-ka6drdv9b9] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-ka6drdv9b9] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-ka6drdv9b9] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-ka6drdv9b9] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-ka6drdv9b9] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-ka6drdv9b9] {
        margin-top: 10px;
    }

.custom-file-input[b-ka6drdv9b9] {
    color: transparent;
    cursor: pointer;
}

    .custom-file-input[b-ka6drdv9b9]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input:hover[b-ka6drdv9b9]::before {
        background: #0056b3; /* Darker blue on hover */
    }

    .custom-file-input[b-ka6drdv9b9]::before {
        content: "\f07c"; /* Font Awesome icon code for the upload icon */
        font-family: "Font Awesome 5 Free"; /* Font family for Font Awesome */
        display: inline-block;
        background: #007bff;
        color: #fff;
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        cursor: pointer;
        /* Center align the button */
        margin: 0 auto;
        text-align: center;
    }
/* /Components/Pages/Account/ForgotPassword.razor.rz.scp.css */
/*Login Design Start*/
.login-container[b-76fjeagsd7] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100vh;
    background: #fff;
    /* padding: 20px; */
}

.image-container[b-76fjeagsd7] {
    position: relative;
    flex: 1;
    max-width: 50%;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('css/images/login_banner.png') center center no-repeat;
    background-size: cover;
}

    .image-container[b-76fjeagsd7]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0,0.4);
        border-radius: inherit;
    }

.image-overlay[b-76fjeagsd7] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.text-overlay[b-76fjeagsd7] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    box-sizing: border-box;
    color: white;
    z-index: 1;
}

.form-container[b-76fjeagsd7] {
    flex: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-control[b-76fjeagsd7] {
    width: 300px !important;
}

form[b-76fjeagsd7] {
    max-width: 300px;
    margin: 0 auto;
}

h2[b-76fjeagsd7] {
    text-align: center;
}

.form-group[b-76fjeagsd7] {
    margin-bottom: 20px;
}

label[b-76fjeagsd7] {
    display: block;
    margin-bottom: 5px;
}

input[type="text"][b-76fjeagsd7],
input[type="password"][b-76fjeagsd7] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

button[b-76fjeagsd7] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

    button:hover[b-76fjeagsd7] {
        background-color: #0056b3;
    }

.form-logo[b-76fjeagsd7] {
    display: block;
    margin: 0 auto 20px;
    max-width: 150px;
}

.welcome-back[b-76fjeagsd7] {
    text-align: center;
    margin-top: 20px;
}

.welcome[b-76fjeagsd7] {
    font-weight: bold;
    color: #002347;
    font-size: 28px;
}

.account-text[b-76fjeagsd7] {
    color: slategray;
}

.password-input[b-76fjeagsd7] {
    position: relative;
}

    .password-input input[b-76fjeagsd7] {
        padding-right: 2.5rem;
    }

    .password-input mat-icon[b-76fjeagsd7] {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

.login-options[b-76fjeagsd7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remember-me[b-76fjeagsd7] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
}

.remember-checkbox[b-76fjeagsd7] {
    display: none;
}

.checkbox-container[b-76fjeagsd7] {
    position: relative;
    width: 16px;
    height: 16px;
    background-color: orange;
    border-radius: 3px;
    margin-right: 5px;
}

.checkbox-tick[b-76fjeagsd7] {
    position: absolute;
    top: 2px;
    left: 3px;
    width: 5px;
    height: 10px;
    border: solid var(--light-yellow);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

.remember-checkbox:checked + .checkbox-container .checkbox-tick[b-76fjeagsd7] {
    display: block;
}

.forgot-password[b-76fjeagsd7] {
    font-size: 12px;
    color: orange;
    cursor: pointer;
}

.sso-login[b-76fjeagsd7] {
    background-color: var(--black) !important;
    border: 1px solid var(--slate-gray);
}

.terms-text[b-76fjeagsd7] {
    font-size: 12px;
    color: #000;
    width: fit-content;
    margin: 0 auto;
}
/*Login Design End*/

.forgot-password-container[b-76fjeagsd7] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /* background-color: #f8f9fa; */
}

.reset-box[b-76fjeagsd7] {
    background-color: #EBF7FF; /* Light blue */
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.reset-title[b-76fjeagsd7] {
    margin-bottom: 10px;
    color: #002347;
}

.reset-description[b-76fjeagsd7] {
    margin-bottom: 30px;
    font-size: 14px;
    color: #555;
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
/*Login Design Start*/
.login-container[b-750s51jzk0] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100vh;
    background: #fff;
    /* padding: 20px; */
}

.image-container[b-750s51jzk0] {
    position: relative;
    flex: 1;
    max-width: 50%;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('css/images/login_banner.png') center center no-repeat;
    background-size: cover;
}

    .image-container[b-750s51jzk0]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0,0.4);
        border-radius: inherit;
    }

.image-overlay[b-750s51jzk0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.text-overlay[b-750s51jzk0] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    box-sizing: border-box;
    color: white;
    z-index: 1;
}

.form-container[b-750s51jzk0] {
    flex: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-control[b-750s51jzk0] {
    width: 300px !important;
}

form[b-750s51jzk0] {
    max-width: 300px;
    margin: 0 auto;
}

h2[b-750s51jzk0] {
    text-align: center;
}

.form-group[b-750s51jzk0] {
    margin-bottom: 20px;
}

label[b-750s51jzk0] {
    display: block;
    margin-bottom: 5px;
}

input[type="text"][b-750s51jzk0],
input[type="password"][b-750s51jzk0] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

button[b-750s51jzk0] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

    button:hover[b-750s51jzk0] {
        background-color: #0056b3;
    }

.form-logo[b-750s51jzk0] {
    display: block;
    margin: 0 auto 20px;
    max-width: 150px;
}

.welcome-back[b-750s51jzk0] {
    text-align: center;
    margin-top: 20px;
}

.welcome[b-750s51jzk0] {
    font-weight: bold;
    color: #002347;
    font-size: 28px;
}

.account-text[b-750s51jzk0] {
    color: slategray;
}

.password-input[b-750s51jzk0] {
    position: relative;
}

    .password-input input[b-750s51jzk0] {
        padding-right: 2.5rem;
    }

    .password-input mat-icon[b-750s51jzk0] {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

.login-options[b-750s51jzk0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remember-me[b-750s51jzk0] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
}

.remember-checkbox[b-750s51jzk0] {
    display: none;
}

.checkbox-container[b-750s51jzk0] {
    position: relative;
    width: 16px;
    height: 16px;
    background-color: orange;
    border-radius: 3px;
    margin-right: 5px;
}

.checkbox-tick[b-750s51jzk0] {
    position: absolute;
    top: 2px;
    left: 3px;
    width: 5px;
    height: 10px;
    border: solid var(--light-yellow);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

.remember-checkbox:checked + .checkbox-container .checkbox-tick[b-750s51jzk0] {
    display: block;
}

.forgot-password[b-750s51jzk0] {
    font-size: 12px;
    color: orange;
    cursor: pointer;
}

.sso-login[b-750s51jzk0] {
    background-color: var(--black) !important;
    border: 1px solid var(--slate-gray);
}

.terms-text[b-750s51jzk0] {
    font-size: 12px;
    color: #000;
    width: fit-content;
    margin: 0 auto;
}
/*Login Design End*/
/* /Components/Pages/Account/Profile.razor.rz.scp.css */
.content[b-9nwjfuv3qw] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-9nwjfuv3qw] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-9nwjfuv3qw] {
        width: 25px;
    }

.custom-header[b-9nwjfuv3qw] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}


.container.collapsed[b-9nwjfuv3qw] {
    width: 100%;
}

.container[b-9nwjfuv3qw] {
    width: 100%;
}

.sidebar .list-group-item[b-9nwjfuv3qw] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-9nwjfuv3qw] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-9nwjfuv3qw] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-9nwjfuv3qw] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-9nwjfuv3qw] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-9nwjfuv3qw] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-9nwjfuv3qw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-9nwjfuv3qw] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-9nwjfuv3qw] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-9nwjfuv3qw] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-9nwjfuv3qw] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-9nwjfuv3qw] {
    position: relative;
}

.end-icon[b-9nwjfuv3qw] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-9nwjfuv3qw] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-9nwjfuv3qw] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-9nwjfuv3qw],
.custom-header .help-icon[b-9nwjfuv3qw] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-9nwjfuv3qw],
    .custom-header .help-icon:hover[b-9nwjfuv3qw] {
        background-color: #e1eaf3;
    }

.header-left[b-9nwjfuv3qw] {
    flex-grow: 1;
}

.header-right[b-9nwjfuv3qw] {
    display: flex;
    gap: 10px;
}

.badge[b-9nwjfuv3qw] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-9nwjfuv3qw] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-9nwjfuv3qw] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-9nwjfuv3qw] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-9nwjfuv3qw] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-9nwjfuv3qw] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-9nwjfuv3qw] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-9nwjfuv3qw] {
    color: #465462;
}
/* BODY CSS  */
.discard-btn[b-9nwjfuv3qw] {
    background-color: #ffffff; /* Blue color for the "Discard" button */
    color: #007dfc; /* White color for text */
    border-color: #007dfc; /* Blue color for the button border */
    i

{
    color: #007dfc;
}

}

.discard-btn:hover[b-9nwjfuv3qw] {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue on hover for the button border */
}

.add-member-icon[b-9nwjfuv3qw] {
    color: white;
}

/* Add this CSS to make the ISD code dropdown less wide */
#isdCode[b-9nwjfuv3qw] {
    max-width: 80px; /* Adjust the width as needed */
}

/* File Uploader  */
.file-uploader[b-9nwjfuv3qw] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-9nwjfuv3qw] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-9nwjfuv3qw] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-9nwjfuv3qw] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-9nwjfuv3qw] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-9nwjfuv3qw] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-9nwjfuv3qw] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-9nwjfuv3qw] {
        margin-top: 10px;
    }

.custom-file-input[b-9nwjfuv3qw] {
    color: transparent;
    cursor: pointer;
}

    .custom-file-input[b-9nwjfuv3qw]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input:hover[b-9nwjfuv3qw]::before {
        background: #0056b3; /* Darker blue on hover */
    }

    .custom-file-input[b-9nwjfuv3qw]::before {
        content: "\f07c"; /* Font Awesome icon code for the upload icon */
        font-family: "Font Awesome 5 Free"; /* Font family for Font Awesome */
        display: inline-block;
        background: #007bff;
        color: #fff;
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        cursor: pointer;
        /* Center align the button */
        margin: 0 auto;
        text-align: center;
    }

/* tidy cards for consistent sections */
.hc-card[b-9nwjfuv3qw] {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: .75rem;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.03);
}

.hc-card-title[b-9nwjfuv3qw] {
    font-weight: 600;
    margin-bottom: .25rem;
}

.default-image img[b-9nwjfuv3qw] {
    object-fit: cover;
}

/* Upload Zone */
.upload-zone[b-9nwjfuv3qw] {
    border: 2px dashed #cdd3d8;
    border-radius: 12px;
    background: #f8f9fa;
    transition: border-color .15s, background-color .15s, box-shadow .15s;
    cursor: pointer;
}



    .upload-zone:hover[b-9nwjfuv3qw] {
        border-color: #b5bec6;
        background-color: #f3f5f7;
    }

    .upload-zone.is-dragover[b-9nwjfuv3qw] {
        border-color: #0d6efd;
        background: #eef4ff;
        box-shadow: 0 0 0 3px rgba(13,110,253,.1);
    }

.choose-file-link[b-9nwjfuv3qw] {
    display: inline-block;
    color: #0d6efd;
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
}

    .choose-file-link:hover[b-9nwjfuv3qw] {
        color: #0a58ca;
        text-decoration: none;
    }
/* /Components/Pages/AdminManager/AddAdmin.razor.rz.scp.css */
.customhover:hover[b-6p3f1mv7ss] {
    background-color: #F0F0F0;
    cursor: pointer;
}

.progress[b-6p3f1mv7ss] {
    width: 100%;
    height: 1.5rem;
    background-color: #f5f5f5;
}

.progress-bar[b-6p3f1mv7ss] {
    height: 100%;
    background-color: #007bff;
    transition: width 0.4s ease;
}

.list-group-item[b-6p3f1mv7ss] {
    display: flex; /* Flex for alignment */
    justify-content: space-between; /* Space between items */
    align-items: center; /* Center items vertically */
    white-space: nowrap; /* Prevent wrapping */
    overflow: hidden; /* Hide overflowed text */
    text-overflow: ellipsis; /* Add ellipsis for overflowed text */
}

.file-name[b-6p3f1mv7ss] {
    display: inline-block; /* Allows width constraints */
    max-width: 250px; /* Adjust max-width as necessary */
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis for overflowing text */
    margin-right: 10px; /* Space between filename and buttons */
}

.file-buttons[b-6p3f1mv7ss] {
    display: flex; /* Use flex to align buttons */
    gap: 5px; /* Space between buttons */
}

.progress[b-6p3f1mv7ss] {
    height: 20px; /* Fixed height for progress bars */
}

/* Define font sizes and other styling options */
.text-large[b-6p3f1mv7ss] {
    font-size: 16px;
}

.text-medium[b-6p3f1mv7ss] {
    font-size: 14px;
}

.text-small[b-6p3f1mv7ss] {
    font-size: 12px;
    color: #666;
}

.text-bold[b-6p3f1mv7ss] {
    font-weight: bold;
}

.text-muted[b-6p3f1mv7ss] {
    color: #888;
}

.text-body[b-6p3f1mv7ss] {
    line-height: 1.6;
}

/* General button styling */
.btn-sm[b-6p3f1mv7ss] {
    font-size: 12px;
    padding: 5px 10px;
}

/* Consistent styling for note containers */
.note-container[b-6p3f1mv7ss] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #dce6f1;
    margin-bottom: 10px;
}

/* Consistent styling for email containers */
.email-container[b-6p3f1mv7ss] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
}

.modal-with-shadow[b-6p3f1mv7ss] {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

    .modal-with-shadow[b-6p3f1mv7ss]::before {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: -20px;
        right: -20px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
        z-index: -1;
        border-radius: 10px;
    }

.content[b-6p3f1mv7ss] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.container.collapsed[b-6p3f1mv7ss] {
    width: 100%;
}

.container[b-6p3f1mv7ss] {
    width: 100%;
}

.badge[b-6p3f1mv7ss] {
    position: relative;
    top: 0px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 10%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-6p3f1mv7ss] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-6p3f1mv7ss] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-6p3f1mv7ss] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-6p3f1mv7ss] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-6p3f1mv7ss] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-6p3f1mv7ss] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-6p3f1mv7ss] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-6p3f1mv7ss] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-6p3f1mv7ss] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-6p3f1mv7ss] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-6p3f1mv7ss] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-6p3f1mv7ss] {
    font-size: 10px;
}

.text-orange[b-6p3f1mv7ss] {
    color: orange;
}

.text-green[b-6p3f1mv7ss] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-6p3f1mv7ss] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-6p3f1mv7ss] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-6p3f1mv7ss] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-6p3f1mv7ss] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-6p3f1mv7ss] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-6p3f1mv7ss]
}

.card-title[b-6p3f1mv7ss] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-6p3f1mv7ss] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-6p3f1mv7ss] {
            flex-shrink: 0;
        }

.menu-column[b-6p3f1mv7ss] {
    cursor: pointer;
}

.profile-picture[b-6p3f1mv7ss] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-6p3f1mv7ss] {
    vertical-align: middle;
}

.count-cards[b-6p3f1mv7ss] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-6p3f1mv7ss] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-6p3f1mv7ss],
.open[b-6p3f1mv7ss],
.on-hold[b-6p3f1mv7ss],
.closed[b-6p3f1mv7ss] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-6p3f1mv7ss] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-6p3f1mv7ss] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-6p3f1mv7ss] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-6p3f1mv7ss] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-6p3f1mv7ss] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}

.alert[b-6p3f1mv7ss] {
    padding: 5px;
}

.fs-6[b-6p3f1mv7ss] {
    font-size: 12px !important;
}

.message-container[b-6p3f1mv7ss] {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
}

.reply[b-6p3f1mv7ss] {
    margin-left: 20px;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}

.message-text[b-6p3f1mv7ss] {
    font-size: 14px;
    margin: 0;
}

.timestamp[b-6p3f1mv7ss] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.timestamp-info[b-6p3f1mv7ss] {
    margin-left: 10px;
    color: #666; /* Adjust the color to your preference */
    font-size: 12px; /* Adjust the font size as needed */
}

.profile-picture[b-6p3f1mv7ss] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.action-buttons[b-6p3f1mv7ss] {
    display: flex;
}

.reply-button[b-6p3f1mv7ss],
.forward-button[b-6p3f1mv7ss] {
    background-color: transparent;
    border: none;
    color: orange; /* Set button text color to orange */
    margin-right: 10px; /* Adjust spacing between buttons */
}

    .reply-button:hover[b-6p3f1mv7ss],
    .forward-button:hover[b-6p3f1mv7ss] {
        cursor: pointer;
        color: #ff9900; /* Change button text color on hover */
    }

/* MODAL*/

.modal-content[b-6p3f1mv7ss] {
    border-radius: 15px;
}

.modal-header[b-6p3f1mv7ss] {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-6p3f1mv7ss] {
    font-weight: bold;
}

.modal-footer[b-6p3f1mv7ss] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-6p3f1mv7ss] {
    color: #007bff;
    font-weight: bold;
}

.threeDotsForNestedButton[b-6p3f1mv7ss] {
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.email-outerbody[b-6p3f1mv7ss] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.seeButton[b-6p3f1mv7ss] {
    background-color: orange;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.note-div[b-6p3f1mv7ss] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #dce6f1;
}

.email-thread-div[b-6p3f1mv7ss] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.action-btn-note[b-6p3f1mv7ss] {
    background-color: #afb7ce;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.profile-image[b-6p3f1mv7ss] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.email-msg-div[b-6p3f1mv7ss] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* File Uploader  */
.file-uploader[b-6p3f1mv7ss] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-6p3f1mv7ss] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-6p3f1mv7ss] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-6p3f1mv7ss] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-6p3f1mv7ss] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-6p3f1mv7ss] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-6p3f1mv7ss] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-6p3f1mv7ss] {
        margin-top: 10px;
    }
/* /Components/Pages/AdminManager/AdminManager.razor.rz.scp.css */
.content[b-okjbe25nq1] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-okjbe25nq1] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-okjbe25nq1] {
        width: 25px;
    }

.custom-header[b-okjbe25nq1] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-okjbe25nq1] {
    width: 100%;
}

.container[b-okjbe25nq1] {
    width: 100%;
}

.sidebar .list-group-item[b-okjbe25nq1] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-okjbe25nq1] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-okjbe25nq1] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-okjbe25nq1] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-okjbe25nq1] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-okjbe25nq1] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-okjbe25nq1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-okjbe25nq1] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-okjbe25nq1] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-okjbe25nq1] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-okjbe25nq1] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-okjbe25nq1] {
    position: relative;
}

.end-icon[b-okjbe25nq1] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-okjbe25nq1] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-okjbe25nq1] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-okjbe25nq1],
.custom-header .help-icon[b-okjbe25nq1] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-okjbe25nq1],
    .custom-header .help-icon:hover[b-okjbe25nq1] {
        background-color: #e1eaf3;
    }

.header-left[b-okjbe25nq1] {
    flex-grow: 1;
}

.header-right[b-okjbe25nq1] {
    display: flex;
    gap: 10px;
}

.badge[b-okjbe25nq1] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-okjbe25nq1] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-okjbe25nq1] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-okjbe25nq1] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-okjbe25nq1] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-okjbe25nq1] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-okjbe25nq1] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-okjbe25nq1] {
    color: #465462;
}
/* BODY CSS  */

table[b-okjbe25nq1] {
    font-size: 10px;
}

.tab-hd[b-okjbe25nq1] {
    background-color: #465462;
    color: #fff;
}

.table td[b-okjbe25nq1] {
    vertical-align: middle;
}

.alert[b-okjbe25nq1] {
    display: inline-block;
    padding: 5px;
    height: auto;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
}

.modal-content[b-okjbe25nq1] {
    border-radius: 15px;
}

.modal-header[b-okjbe25nq1] {
    background-color: #007bff;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-okjbe25nq1] {
    font-weight: bold;
}

.modal-footer[b-okjbe25nq1] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-okjbe25nq1] {
    color: #007bff;
    font-weight: bold;
}

.table td[b-okjbe25nq1],
.table th[b-okjbe25nq1] {
    vertical-align: middle;
}

.btn-group .btn[b-okjbe25nq1] {
    margin-right: 5px;
}

.rz-splitbutton-menubutton rz-button rz-button-icon-only rz-button-md rz-variant-filled rz-primary rz-shade-default[b-okjbe25nq1] {
    background-color: red !important;
    background-color: orange !important;
}

.rz-splitbutton-menu rz-popup[b-okjbe25nq1] {
    line-height: 5px !important;
}
/* /Components/Pages/AdminManager/EditAdmin.razor.rz.scp.css */
.customhover:hover[b-hrnem3d3en] {
    background-color: #F0F0F0;
    cursor: pointer;
}

.progress[b-hrnem3d3en] {
    width: 100%;
    height: 1.5rem;
    background-color: #f5f5f5;
}

.progress-bar[b-hrnem3d3en] {
    height: 100%;
    background-color: #007bff;
    transition: width 0.4s ease;
}

.list-group-item[b-hrnem3d3en] {
    display: flex; /* Flex for alignment */
    justify-content: space-between; /* Space between items */
    align-items: center; /* Center items vertically */
    white-space: nowrap; /* Prevent wrapping */
    overflow: hidden; /* Hide overflowed text */
    text-overflow: ellipsis; /* Add ellipsis for overflowed text */
}

.file-name[b-hrnem3d3en] {
    display: inline-block; /* Allows width constraints */
    max-width: 250px; /* Adjust max-width as necessary */
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis for overflowing text */
    margin-right: 10px; /* Space between filename and buttons */
}

.file-buttons[b-hrnem3d3en] {
    display: flex; /* Use flex to align buttons */
    gap: 5px; /* Space between buttons */
}

.progress[b-hrnem3d3en] {
    height: 20px; /* Fixed height for progress bars */
}

/* Define font sizes and other styling options */
.text-large[b-hrnem3d3en] {
    font-size: 16px;
}

.text-medium[b-hrnem3d3en] {
    font-size: 14px;
}

.text-small[b-hrnem3d3en] {
    font-size: 12px;
    color: #666;
}

.text-bold[b-hrnem3d3en] {
    font-weight: bold;
}

.text-muted[b-hrnem3d3en] {
    color: #888;
}

.text-body[b-hrnem3d3en] {
    line-height: 1.6;
}

/* General button styling */
.btn-sm[b-hrnem3d3en] {
    font-size: 12px;
    padding: 5px 10px;
}

/* Consistent styling for note containers */
.note-container[b-hrnem3d3en] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #dce6f1;
    margin-bottom: 10px;
}

/* Consistent styling for email containers */
.email-container[b-hrnem3d3en] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
}

.modal-with-shadow[b-hrnem3d3en] {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

    .modal-with-shadow[b-hrnem3d3en]::before {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: -20px;
        right: -20px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
        z-index: -1;
        border-radius: 10px;
    }

.content[b-hrnem3d3en] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.container.collapsed[b-hrnem3d3en] {
    width: 100%;
}

.container[b-hrnem3d3en] {
    width: 100%;
}

.badge[b-hrnem3d3en] {
    position: relative;
    top: 0px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 10%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-hrnem3d3en] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-hrnem3d3en] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-hrnem3d3en] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-hrnem3d3en] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-hrnem3d3en] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-hrnem3d3en] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-hrnem3d3en] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-hrnem3d3en] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-hrnem3d3en] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-hrnem3d3en] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-hrnem3d3en] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-hrnem3d3en] {
    font-size: 10px;
}

.text-orange[b-hrnem3d3en] {
    color: orange;
}

.text-green[b-hrnem3d3en] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-hrnem3d3en] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-hrnem3d3en] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-hrnem3d3en] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-hrnem3d3en] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-hrnem3d3en] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-hrnem3d3en]
}

.card-title[b-hrnem3d3en] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-hrnem3d3en] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-hrnem3d3en] {
            flex-shrink: 0;
        }

.menu-column[b-hrnem3d3en] {
    cursor: pointer;
}

.profile-picture[b-hrnem3d3en] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-hrnem3d3en] {
    vertical-align: middle;
}

.count-cards[b-hrnem3d3en] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-hrnem3d3en] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-hrnem3d3en],
.open[b-hrnem3d3en],
.on-hold[b-hrnem3d3en],
.closed[b-hrnem3d3en] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-hrnem3d3en] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-hrnem3d3en] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-hrnem3d3en] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-hrnem3d3en] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-hrnem3d3en] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}

.alert[b-hrnem3d3en] {
    padding: 5px;
}

.fs-6[b-hrnem3d3en] {
    font-size: 12px !important;
}

.message-container[b-hrnem3d3en] {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
}

.reply[b-hrnem3d3en] {
    margin-left: 20px;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}

.message-text[b-hrnem3d3en] {
    font-size: 14px;
    margin: 0;
}

.timestamp[b-hrnem3d3en] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.timestamp-info[b-hrnem3d3en] {
    margin-left: 10px;
    color: #666; /* Adjust the color to your preference */
    font-size: 12px; /* Adjust the font size as needed */
}

.profile-picture[b-hrnem3d3en] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.action-buttons[b-hrnem3d3en] {
    display: flex;
}

.reply-button[b-hrnem3d3en],
.forward-button[b-hrnem3d3en] {
    background-color: transparent;
    border: none;
    color: orange; /* Set button text color to orange */
    margin-right: 10px; /* Adjust spacing between buttons */
}

    .reply-button:hover[b-hrnem3d3en],
    .forward-button:hover[b-hrnem3d3en] {
        cursor: pointer;
        color: #ff9900; /* Change button text color on hover */
    }

/* MODAL*/

.modal-content[b-hrnem3d3en] {
    border-radius: 15px;
}

.modal-header[b-hrnem3d3en] {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-hrnem3d3en] {
    font-weight: bold;
}

.modal-footer[b-hrnem3d3en] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-hrnem3d3en] {
    color: #007bff;
    font-weight: bold;
}

.threeDotsForNestedButton[b-hrnem3d3en] {
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.email-outerbody[b-hrnem3d3en] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.seeButton[b-hrnem3d3en] {
    background-color: orange;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.note-div[b-hrnem3d3en] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #dce6f1;
}

.email-thread-div[b-hrnem3d3en] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.action-btn-note[b-hrnem3d3en] {
    background-color: #afb7ce;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.profile-image[b-hrnem3d3en] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.email-msg-div[b-hrnem3d3en] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* File Uploader  */
.file-uploader[b-hrnem3d3en] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-hrnem3d3en] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-hrnem3d3en] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-hrnem3d3en] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-hrnem3d3en] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-hrnem3d3en] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-hrnem3d3en] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-hrnem3d3en] {
        margin-top: 10px;
    }
/* /Components/Pages/AllEntities/AddDepartment.razor.rz.scp.css */
.content[b-vwngaef8ao] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-vwngaef8ao] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-vwngaef8ao] {
        width: 25px;
    }

.custom-header[b-vwngaef8ao] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}


.container.collapsed[b-vwngaef8ao] {
    width: 100%;
}

.container[b-vwngaef8ao] {
    width: 100%;
}

.sidebar .list-group-item[b-vwngaef8ao] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-vwngaef8ao] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-vwngaef8ao] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-vwngaef8ao] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-vwngaef8ao] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-vwngaef8ao] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-vwngaef8ao] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-vwngaef8ao] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-vwngaef8ao] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-vwngaef8ao] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-vwngaef8ao] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-vwngaef8ao] {
    position: relative;
}

.end-icon[b-vwngaef8ao] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-vwngaef8ao] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-vwngaef8ao] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-vwngaef8ao],
.custom-header .help-icon[b-vwngaef8ao] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-vwngaef8ao],
    .custom-header .help-icon:hover[b-vwngaef8ao] {
        background-color: #e1eaf3;
    }

.header-left[b-vwngaef8ao] {
    flex-grow: 1;
}

.header-right[b-vwngaef8ao] {
    display: flex;
    gap: 10px;
}

.badge[b-vwngaef8ao] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-vwngaef8ao] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-vwngaef8ao] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-vwngaef8ao] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-vwngaef8ao] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-vwngaef8ao] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-vwngaef8ao] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-vwngaef8ao] {
    color: #465462;
}

.btn-custom[b-vwngaef8ao] {
    background-color: #007dfc;
    border-color: #007dfc;
    color: white;
    height: 38px;
    width: 200px;
}

    .btn-custom:hover[b-vwngaef8ao] {
        background-color: #005bb5;
        border-color: #005bb5;
    }

.btn-discard[b-vwngaef8ao] {
    background-color: white;
    border-color: #007dfc;
    color: #007dfc;
}

    .btn-discard:hover[b-vwngaef8ao] {
        background-color: #f0f0f0;
    }
/* /Components/Pages/AllEntities/AddMember.razor.rz.scp.css */
.content[b-o0jz784hwl] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-o0jz784hwl] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-o0jz784hwl] {
        width: 25px;
    }

.custom-header[b-o0jz784hwl] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-o0jz784hwl] {
    width: 100%;
}

.container[b-o0jz784hwl] {
    width: 100%;
}

.sidebar .list-group-item[b-o0jz784hwl] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-o0jz784hwl] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-o0jz784hwl] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-o0jz784hwl] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-o0jz784hwl] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-o0jz784hwl] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-o0jz784hwl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-o0jz784hwl] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-o0jz784hwl] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-o0jz784hwl] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-o0jz784hwl] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-o0jz784hwl] {
    position: relative;
}

.end-icon[b-o0jz784hwl] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-o0jz784hwl] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-o0jz784hwl] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-o0jz784hwl],
.custom-header .help-icon[b-o0jz784hwl] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-o0jz784hwl],
    .custom-header .help-icon:hover[b-o0jz784hwl] {
        background-color: #e1eaf3;
    }

.header-left[b-o0jz784hwl] {
    flex-grow: 1;
}

.header-right[b-o0jz784hwl] {
    display: flex;
    gap: 10px;
}

.badge[b-o0jz784hwl] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-o0jz784hwl] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-o0jz784hwl] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-o0jz784hwl] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-o0jz784hwl] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-o0jz784hwl] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-o0jz784hwl] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-o0jz784hwl] {
    color: #465462;
}
/* BODY CSS  */
.discard-btn[b-o0jz784hwl] {
    background-color: #ffffff; /* Blue color for the "Discard" button */
    color: #007dfc; /* White color for text */
    border-color: #007dfc; /* Blue color for the button border */
    i

{
    color: #007dfc;
}
}

.discard-btn:hover[b-o0jz784hwl] {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue on hover for the button border */
}

.add-member-icon[b-o0jz784hwl] {
    color: white;
}

/* Add this CSS to make the ISD code dropdown less wide */
#isdCode[b-o0jz784hwl] {
    max-width: 80px; /* Adjust the width as needed */
}

/* File Uploader  */
.file-uploader[b-o0jz784hwl] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-o0jz784hwl] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-o0jz784hwl] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-o0jz784hwl] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-o0jz784hwl] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-o0jz784hwl] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-o0jz784hwl] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-o0jz784hwl] {
        margin-top: 10px;
    }

.custom-file-input[b-o0jz784hwl] {
    color: transparent;
    cursor: pointer;
}

    .custom-file-input[b-o0jz784hwl]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input:hover[b-o0jz784hwl]::before {
        background: #0056b3; /* Darker blue on hover */
    }

    .custom-file-input[b-o0jz784hwl]::before {
        content: "\f07c"; /* Font Awesome icon code for the upload icon */
        font-family: "Font Awesome 5 Free"; /* Font family for Font Awesome */
        display: inline-block;
        background: #007bff;
        color: #fff;
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        cursor: pointer;
        /* Center align the button */
        margin: 0 auto;
        text-align: center;
    }
/* /Components/Pages/AllEntities/AllEntities.razor.rz.scp.css */
.content[b-7zs3noyvnk] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-7zs3noyvnk] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-7zs3noyvnk] {
        width: 25px;
    }

.scr-fixed[b-7zs3noyvnk] {
    height: 600px;
    overflow: auto;
}

.custom-header[b-7zs3noyvnk] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-7zs3noyvnk] {
    width: 100%;
}

.container[b-7zs3noyvnk] {
    width: 100%;
}

.sidebar .list-group-item[b-7zs3noyvnk] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-7zs3noyvnk] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-7zs3noyvnk] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-7zs3noyvnk] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-7zs3noyvnk] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-7zs3noyvnk] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-7zs3noyvnk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-7zs3noyvnk] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-7zs3noyvnk] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-7zs3noyvnk] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-7zs3noyvnk] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-7zs3noyvnk] {
    position: relative;
}

.end-icon[b-7zs3noyvnk] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-7zs3noyvnk] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-7zs3noyvnk] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-7zs3noyvnk],
.custom-header .help-icon[b-7zs3noyvnk] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-7zs3noyvnk],
    .custom-header .help-icon:hover[b-7zs3noyvnk] {
        background-color: #e1eaf3;
    }

.header-left[b-7zs3noyvnk] {
    flex-grow: 1;
}

.header-right[b-7zs3noyvnk] {
    display: flex;
    gap: 10px;
}

.badge[b-7zs3noyvnk] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-7zs3noyvnk] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-7zs3noyvnk] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-7zs3noyvnk] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-7zs3noyvnk] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-7zs3noyvnk] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-7zs3noyvnk] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-7zs3noyvnk] {
    color: #465462;
}
/* BODY CSS  */
.oval-chip[b-7zs3noyvnk] {
    padding: 3px 8px;
    border-radius: 20px;
    display: inline-block;
    background-color: #aaa;
    color: rgb(63, 140, 203);
    font-weight: bolder;
}

.card-footer[b-7zs3noyvnk] {
    background-color: white;
}

.oval-chip[b-7zs3noyvnk] {
    padding: 0 5px;
    border-radius: 15px;
    background-color: #f0f0f0;
    display: inline-block;
}

.see-details-link[b-7zs3noyvnk] {
    font-size: 12px;
    color: rgb(63, 140, 203);
    text-decoration: none;
    font-weight: bold;
    border-right: 2px solid rgb(63, 140, 203);
    padding-right: 5px;
    margin-right: 5px;
}

    .see-details-link:hover[b-7zs3noyvnk] {
        text-decoration: underline;
        cursor: pointer;
    }
/* /Components/Pages/AllEntities/ConfirmationModal.razor.rz.scp.css */
.modal-overlay[b-2u64rukmwd] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}
/* /Components/Pages/AllEntities/DepartmentList.razor.rz.scp.css */
.content[b-8709uqj690] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-8709uqj690] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-8709uqj690] {
        width: 25px;
    }

.custom-header[b-8709uqj690] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-8709uqj690] {
    width: 100%;
}

.container[b-8709uqj690] {
    width: 100%;
}

.sidebar .list-group-item[b-8709uqj690] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-8709uqj690] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-8709uqj690] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-8709uqj690] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-8709uqj690] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-8709uqj690] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-8709uqj690] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-8709uqj690] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-8709uqj690] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-8709uqj690] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-8709uqj690] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-8709uqj690] {
    position: relative;
}

.end-icon[b-8709uqj690] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-8709uqj690] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-8709uqj690] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-8709uqj690],
.custom-header .help-icon[b-8709uqj690] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-8709uqj690],
    .custom-header .help-icon:hover[b-8709uqj690] {
        background-color: #e1eaf3;
    }

.header-left[b-8709uqj690] {
    flex-grow: 1;
}

.header-right[b-8709uqj690] {
    display: flex;
    gap: 10px;
}

.badge[b-8709uqj690] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-8709uqj690] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-8709uqj690] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-8709uqj690] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-8709uqj690] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-8709uqj690] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-8709uqj690] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-8709uqj690] {
    color: #465462;
}
/* BODY CSS  */

table[b-8709uqj690] {
    font-size: 10px;
}

.tab-hd[b-8709uqj690] {
    background-color: #465462;
    color: #fff;
}

.table td[b-8709uqj690] {
    vertical-align: middle;
}

.alert[b-8709uqj690] {
    display: inline-block;
    padding: 5px;
    height: auto;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
}

.modal-content[b-8709uqj690] {
    border-radius: 15px;
}

.modal-header[b-8709uqj690] {
    background-color: #007bff;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-8709uqj690] {
    font-weight: bold;
}

.modal-footer[b-8709uqj690] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-8709uqj690] {
    color: #007bff;
    font-weight: bold;
}

.table td[b-8709uqj690],
.table th[b-8709uqj690] {
    vertical-align: middle;
}

.btn-group .btn[b-8709uqj690] {
    margin-right: 5px;
}

.rz-splitbutton-menubutton rz-button rz-button-icon-only rz-button-md rz-variant-filled rz-primary rz-shade-default[b-8709uqj690] {
    background-color: red !important;
    background-color: orange !important;
}

.rz-splitbutton-menu rz-popup[b-8709uqj690] {
    line-height: 5px !important;
}
/* /Components/Pages/AllEntities/EditEntity.razor.rz.scp.css */
.content[b-6h006ccoi5] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.custom-header[b-6h006ccoi5] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-6h006ccoi5] {
    width: 100%;
}

.container[b-6h006ccoi5] {
    width: 100%;
}

.sidebar .list-group-item[b-6h006ccoi5] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-6h006ccoi5] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-6h006ccoi5] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-6h006ccoi5] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-6h006ccoi5] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-6h006ccoi5] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-6h006ccoi5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-6h006ccoi5] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-6h006ccoi5] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-6h006ccoi5] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-6h006ccoi5] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-6h006ccoi5] {
    position: relative;
}

.end-icon[b-6h006ccoi5] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-6h006ccoi5] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-6h006ccoi5] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-6h006ccoi5],
.custom-header .help-icon[b-6h006ccoi5] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-6h006ccoi5],
    .custom-header .help-icon:hover[b-6h006ccoi5] {
        background-color: #e1eaf3;
    }

.header-left[b-6h006ccoi5] {
    flex-grow: 1;
}

.header-right[b-6h006ccoi5] {
    display: flex;
    gap: 10px;
}

.badge[b-6h006ccoi5] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-6h006ccoi5] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-6h006ccoi5] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-6h006ccoi5] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-6h006ccoi5] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-6h006ccoi5] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-6h006ccoi5] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-6h006ccoi5] {
    color: #465462;
}
/* BODY CSS  */
.discard-btn[b-6h006ccoi5] {
    background-color: #ffffff; /* Blue color for the "Discard" button */
    color: #007dfc; /* White color for text */
    border-color: #007dfc; /* Blue color for the button border */
    i

{
    color: #007dfc;
}
}

.discard-btn:hover[b-6h006ccoi5] {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue on hover for the button border */
}

.add-member-icon[b-6h006ccoi5] {
    color: white;
}

/* Add this CSS to make the ISD code dropdown less wide */
#isdCode[b-6h006ccoi5] {
    max-width: 80px; /* Adjust the width as needed */
}

/* File Uploader  */
.file-uploader[b-6h006ccoi5] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-6h006ccoi5] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-6h006ccoi5] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-6h006ccoi5] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-6h006ccoi5] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-6h006ccoi5] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-6h006ccoi5] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-6h006ccoi5] {
        margin-top: 10px;
    }

.custom-file-input[b-6h006ccoi5] {
    color: transparent;
    cursor: pointer;
}

    .custom-file-input[b-6h006ccoi5]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input:hover[b-6h006ccoi5]::before {
        background: #0056b3; /* Darker blue on hover */
    }

    .custom-file-input[b-6h006ccoi5]::before {
        content: "\f07c"; /* Font Awesome icon code for the upload icon */
        font-family: "Font Awesome 5 Free"; /* Font family for Font Awesome */
        display: inline-block;
        background: #007bff;
        color: #fff;
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        cursor: pointer;
        /* Center align the button */
        margin: 0 auto;
        text-align: center;
    }
/* /Components/Pages/AllEntities/EditMember.razor.rz.scp.css */
.content[b-bjt884c3pt] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-bjt884c3pt] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-bjt884c3pt] {
        width: 25px;
    }

.custom-header[b-bjt884c3pt] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-bjt884c3pt] {
    width: 100%;
}

.container[b-bjt884c3pt] {
    width: 100%;
}

.sidebar .list-group-item[b-bjt884c3pt] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-bjt884c3pt] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-bjt884c3pt] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-bjt884c3pt] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-bjt884c3pt] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-bjt884c3pt] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-bjt884c3pt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-bjt884c3pt] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-bjt884c3pt] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-bjt884c3pt] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-bjt884c3pt] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-bjt884c3pt] {
    position: relative;
}

.end-icon[b-bjt884c3pt] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-bjt884c3pt] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-bjt884c3pt] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-bjt884c3pt],
.custom-header .help-icon[b-bjt884c3pt] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-bjt884c3pt],
    .custom-header .help-icon:hover[b-bjt884c3pt] {
        background-color: #e1eaf3;
    }

.header-left[b-bjt884c3pt] {
    flex-grow: 1;
}

.header-right[b-bjt884c3pt] {
    display: flex;
    gap: 10px;
}

.badge[b-bjt884c3pt] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-bjt884c3pt] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-bjt884c3pt] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-bjt884c3pt] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-bjt884c3pt] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-bjt884c3pt] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-bjt884c3pt] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-bjt884c3pt] {
    color: #465462;
}
/* BODY CSS  */
.discard-btn[b-bjt884c3pt] {
    background-color: #ffffff; /* Blue color for the "Discard" button */
    color: #007dfc; /* White color for text */
    border-color: #007dfc; /* Blue color for the button border */
    i

{
    color: #007dfc;
}
}

.discard-btn:hover[b-bjt884c3pt] {
    background-color: #0056b3; /* Darker blue on hover */
    border-color: #0056b3; /* Darker blue on hover for the button border */
}

.add-member-icon[b-bjt884c3pt] {
    color: white;
}

/* Add this CSS to make the ISD code dropdown less wide */
#isdCode[b-bjt884c3pt] {
    max-width: 80px; /* Adjust the width as needed */
}

/* File Uploader  */
.file-uploader[b-bjt884c3pt] {
    border: 2px dashed #ced4da;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .file-uploader.drag-over[b-bjt884c3pt] {
        background-color: #f1f1f1;
    }

    .file-uploader .form-label[b-bjt884c3pt] {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .file-uploader .form-text[b-bjt884c3pt] {
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .custom-file-label[b-bjt884c3pt] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-uploader .default-image[b-bjt884c3pt] {
        margin-bottom: 10px;
    }

    .file-uploader .file-name[b-bjt884c3pt] {
        margin-top: 5px;
        font-size: 14px;
        color: #6c757d;
    }

    .file-uploader .input-group[b-bjt884c3pt] {
        margin-top: 10px;
    }

.custom-file-input[b-bjt884c3pt] {
    color: transparent;
    cursor: pointer;
}

    .custom-file-input[b-bjt884c3pt]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input:hover[b-bjt884c3pt]::before {
        background: #0056b3; /* Darker blue on hover */
    }

    .custom-file-input[b-bjt884c3pt]::before {
        content: "\f07c"; /* Font Awesome icon code for the upload icon */
        font-family: "Font Awesome 5 Free"; /* Font family for Font Awesome */
        display: inline-block;
        background: #007bff;
        color: #fff;
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        cursor: pointer;
        /* Center align the button */
        margin: 0 auto;
        text-align: center;
    }
/* /Components/Pages/AllEntities/MemberListing.razor.rz.scp.css */
.content[b-sloo2wwwhn] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-sloo2wwwhn] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-sloo2wwwhn] {
        width: 25px;
    }

.custom-header[b-sloo2wwwhn] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-sloo2wwwhn] {
    width: 100%;
}

.container[b-sloo2wwwhn] {
    width: 100%;
}

.sidebar .list-group-item[b-sloo2wwwhn] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-sloo2wwwhn] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-sloo2wwwhn] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-sloo2wwwhn] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-sloo2wwwhn] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-sloo2wwwhn] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-sloo2wwwhn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-sloo2wwwhn] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-sloo2wwwhn] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-sloo2wwwhn] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-sloo2wwwhn] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-sloo2wwwhn] {
    position: relative;
}

.end-icon[b-sloo2wwwhn] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-sloo2wwwhn] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-sloo2wwwhn] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-sloo2wwwhn],
.custom-header .help-icon[b-sloo2wwwhn] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-sloo2wwwhn],
    .custom-header .help-icon:hover[b-sloo2wwwhn] {
        background-color: #e1eaf3;
    }

.header-left[b-sloo2wwwhn] {
    flex-grow: 1;
}

.header-right[b-sloo2wwwhn] {
    display: flex;
    gap: 10px;
}

.badge[b-sloo2wwwhn] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-sloo2wwwhn] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-sloo2wwwhn] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-sloo2wwwhn] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-sloo2wwwhn] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-sloo2wwwhn] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-sloo2wwwhn] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-sloo2wwwhn] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-sloo2wwwhn] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-sloo2wwwhn] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-sloo2wwwhn] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-sloo2wwwhn] {
    height: 90px;
    border-left: 1px solid orange;
}

table[b-sloo2wwwhn] {
    font-size: 10px;
}

.text-orange[b-sloo2wwwhn] {
    color: orange;
}

.text-green[b-sloo2wwwhn] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-sloo2wwwhn] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-sloo2wwwhn] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-sloo2wwwhn] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-sloo2wwwhn] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-sloo2wwwhn] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-sloo2wwwhn]
}

.card-title[b-sloo2wwwhn] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-sloo2wwwhn] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-sloo2wwwhn] {
            flex-shrink: 0;
        }

.menu-column[b-sloo2wwwhn] {
    cursor: pointer;
}

.profile-picture[b-sloo2wwwhn] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-sloo2wwwhn] {
    vertical-align: middle;
}
/* /Components/Pages/AllEntities/Modal.razor.rz.scp.css */
/* When a modal is open, prevent background scrolling */
body.modal-open[b-i2gbcd3yzt] {
    overflow: hidden !important;
}

/* Make backdrop visible if not using Bootstrap's JS */
.modal-backdrop.custom[b-i2gbcd3yzt] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(2px);
    z-index: 1050;
}

/* Ensure your modal sits above the backdrop */
div.modal.app-modal[b-i2gbcd3yzt] {
    z-index: 1060;
}

/* Optional: nicer modal card + sticky header inside */
.app-modal .modal-content[b-i2gbcd3yzt] {
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(2,8,20,.24), 0 2px 8px rgba(2,8,20,.10);
}

.app-modal .modal-header[b-i2gbcd3yzt] {
    position: sticky;
    top: 0;
    z-index: 1;
}
/* /Components/Pages/Dashboard/Dashboard.razor.rz.scp.css */
.content[b-hpzq69qgpg] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.dashboad-header[b-hpzq69qgpg] {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #002347;
}

.dashboad-header-subheader[b-hpzq69qgpg] {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #465462;
}

.dash-btn-style[b-hpzq69qgpg] {
    background-color: #fff;
    color: #007dfc;
    border-color: #007dfc;
}

.sidebar[b-hpzq69qgpg] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-hpzq69qgpg] {
        width: 25px;
    }

.custom-header[b-hpzq69qgpg] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-hpzq69qgpg] {
    width: 100%;
}

.container[b-hpzq69qgpg] {
    width: 100%;
}

.sidebar .list-group-item[b-hpzq69qgpg] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-hpzq69qgpg] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-hpzq69qgpg] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-hpzq69qgpg] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-hpzq69qgpg] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-hpzq69qgpg] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-hpzq69qgpg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-hpzq69qgpg] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-hpzq69qgpg] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px; /* Set border-radius to 5px */
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-hpzq69qgpg] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-hpzq69qgpg] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-hpzq69qgpg] {
    position: relative;
}

.end-icon[b-hpzq69qgpg] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-hpzq69qgpg] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-hpzq69qgpg] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-hpzq69qgpg],
.custom-header .help-icon[b-hpzq69qgpg] {
    margin-left: 5px; /* Adjust spacing between icons */
    margin-right: 5px; /* New: Reduce margin to achieve the desired spacing */
    color: #465462;
    background-color: #e1eaf3; /* Background color for icons */
    border-radius: 5px; /* Make icons square with border-radius 5px */
    padding: 10px; /* Increase padding to make icons larger */
    cursor: pointer;
    width: 30px; /* Set width */
    height: 30px; /* Set height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* Add position relative for badge positioning */
}

    .custom-header .notification-icon:hover[b-hpzq69qgpg],
    .custom-header .help-icon:hover[b-hpzq69qgpg] {
        background-color: #e1eaf3; /* Darken background on hover */
    }

.header-left[b-hpzq69qgpg] {
    flex-grow: 1;
}

.header-right[b-hpzq69qgpg] {
    display: flex;
    gap: 10px;
}

.badge[b-hpzq69qgpg] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-hpzq69qgpg] {
    width: 30px;
    height: 30px;
    border: 2px solid orange; /* Add orange border */
    border-radius: 5px; /* Add border-radius */
    object-fit: cover;
}

.profile-info[b-hpzq69qgpg] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-hpzq69qgpg] {
    margin-left: 10px;
    margin-right: 10px; /* Adjust the spacing between picture and details */
}

.profile-details[b-hpzq69qgpg] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-hpzq69qgpg] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap; /* Prevent wrapping */
}

.profile-role[b-hpzq69qgpg] {
    font-size: 12px; /* Adjust the font size as needed */
    color: #465462;
    white-space: nowrap; /* Prevent wrapping */
}

i[b-hpzq69qgpg] {
    color: #465462;
}

/* BODY CSS */
.card-topic[b-hpzq69qgpg] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: min(4vw, 10px); /* Responsive font size */
    line-height: 1.5; /* Adjusted for better readability */
    color: #002347;
}

.count-icons[b-hpzq69qgpg] {
    color: white;
    background-color: #e1eaf3; /* Background color for icons */
    border-radius: 5px; /* Make icons square with border-radius 5px */
    padding: 2px 5px 2px 5px;
}

.card-count[b-hpzq69qgpg] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc; /* Primary color */
}

.count-card[b-hpzq69qgpg] {
    height: 90px;
    border-left: 1px solid orange;
}

table[b-hpzq69qgpg] {
    font-size: 10px;
}

.text-orange[b-hpzq69qgpg] {
    color: orange;
}

.text-green[b-hpzq69qgpg] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-hpzq69qgpg] {
    background-color: #465462;
    color: #fff;
}
/* /Components/Pages/EntityFiles/EntityList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-umlo0z95ei] {
    color: #465462;
}

.content[b-umlo0z95ei] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-umlo0z95ei] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-umlo0z95ei] {
        width: 25px;
    }

.custom-header[b-umlo0z95ei] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-umlo0z95ei] {
    width: 100%;
}

.container[b-umlo0z95ei] {
    width: 100%;
}

.sidebar .list-group-item[b-umlo0z95ei] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-umlo0z95ei] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-umlo0z95ei] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-umlo0z95ei] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-umlo0z95ei] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-umlo0z95ei] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-umlo0z95ei] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-umlo0z95ei] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-umlo0z95ei] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-umlo0z95ei] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-umlo0z95ei] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-umlo0z95ei] {
    position: relative;
}

.end-icon[b-umlo0z95ei] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-umlo0z95ei] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-umlo0z95ei] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-umlo0z95ei],
.custom-header .help-icon[b-umlo0z95ei] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-umlo0z95ei],
    .custom-header .help-icon:hover[b-umlo0z95ei] {
        background-color: #e1eaf3;
    }

.header-left[b-umlo0z95ei] {
    flex-grow: 1;
}

.header-right[b-umlo0z95ei] {
    display: flex;
    gap: 10px;
}

.badge[b-umlo0z95ei] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-umlo0z95ei] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-umlo0z95ei] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-umlo0z95ei] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-umlo0z95ei] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-umlo0z95ei] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-umlo0z95ei] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-umlo0z95ei] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-umlo0z95ei] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-umlo0z95ei] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-umlo0z95ei] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-umlo0z95ei] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-umlo0z95ei] {
    font-size: 10px;
}

.text-orange[b-umlo0z95ei] {
    color: orange;
}

.text-green[b-umlo0z95ei] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-umlo0z95ei] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-umlo0z95ei] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-umlo0z95ei] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-umlo0z95ei] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-umlo0z95ei] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-umlo0z95ei]
}

.card-title[b-umlo0z95ei] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-umlo0z95ei] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-umlo0z95ei] {
            flex-shrink: 0;
        }

.menu-column[b-umlo0z95ei] {
    cursor: pointer;
}

.profile-picture[b-umlo0z95ei] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-umlo0z95ei] {
    vertical-align: middle;
}

.count-cards[b-umlo0z95ei] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-umlo0z95ei] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-umlo0z95ei],
.open[b-umlo0z95ei],
.on-hold[b-umlo0z95ei],
.closed[b-umlo0z95ei] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-umlo0z95ei] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-umlo0z95ei] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-umlo0z95ei] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-umlo0z95ei] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-umlo0z95ei] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* /Components/Pages/EntityFiles/FilesDetail.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-5stuj81xy5] {
    color: #465462;
}

.content[b-5stuj81xy5] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-5stuj81xy5] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-5stuj81xy5] {
        width: 25px;
    }

.custom-header[b-5stuj81xy5] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-5stuj81xy5] {
    width: 100%;
}

.container[b-5stuj81xy5] {
    width: 100%;
}

.sidebar .list-group-item[b-5stuj81xy5] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-5stuj81xy5] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-5stuj81xy5] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-5stuj81xy5] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-5stuj81xy5] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-5stuj81xy5] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-5stuj81xy5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-5stuj81xy5] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-5stuj81xy5] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-5stuj81xy5] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-5stuj81xy5] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-5stuj81xy5] {
    position: relative;
}

.end-icon[b-5stuj81xy5] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-5stuj81xy5] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-5stuj81xy5] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-5stuj81xy5],
.custom-header .help-icon[b-5stuj81xy5] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-5stuj81xy5],
    .custom-header .help-icon:hover[b-5stuj81xy5] {
        background-color: #e1eaf3;
    }

.header-left[b-5stuj81xy5] {
    flex-grow: 1;
}

.header-right[b-5stuj81xy5] {
    display: flex;
    gap: 10px;
}

.badge[b-5stuj81xy5] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-5stuj81xy5] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-5stuj81xy5] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-5stuj81xy5] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-5stuj81xy5] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-5stuj81xy5] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-5stuj81xy5] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-5stuj81xy5] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-5stuj81xy5] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-5stuj81xy5] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-5stuj81xy5] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-5stuj81xy5] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-5stuj81xy5] {
    font-size: 10px;
}

.text-orange[b-5stuj81xy5] {
    color: orange;
}

.text-green[b-5stuj81xy5] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-5stuj81xy5] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-5stuj81xy5] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-5stuj81xy5] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-5stuj81xy5] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-5stuj81xy5] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-5stuj81xy5]
}

.card-title[b-5stuj81xy5] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-5stuj81xy5] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-5stuj81xy5] {
            flex-shrink: 0;
        }

.menu-column[b-5stuj81xy5] {
    cursor: pointer;
}

.profile-picture[b-5stuj81xy5] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-5stuj81xy5] {
    vertical-align: middle;
}

.count-cards[b-5stuj81xy5] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-5stuj81xy5] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-5stuj81xy5],
.open[b-5stuj81xy5],
.on-hold[b-5stuj81xy5],
.closed[b-5stuj81xy5] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-5stuj81xy5] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-5stuj81xy5] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-5stuj81xy5] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-5stuj81xy5] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-5stuj81xy5] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* /Components/Pages/Forms/EditContent.razor.rz.scp.css */
/* Full height container */
.full-height[b-9rvl7y6dib] {
    display: flex;
    flex-direction: column;
}

/* Card takes full height */
.card[b-9rvl7y6dib] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

/* Editor expands to fill available space */
.editor-container[b-9rvl7y6dib] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 300px; /* Ensures the editor is not too small */
}

/* Ensure the editor fills its container */
.editor-container > *[b-9rvl7y6dib] {
    flex-grow: 1;
    height: 90vh;
}
/* /Components/Pages/Forms/EntityForm.razor.rz.scp.css */
/* Ensure all form fields are displayed in columns on larger screens */
.form-row .form-group[b-wzp81pdarv] {
    margin-bottom: 1rem;
}

/* Default layout (desktop and larger screens) */
@media (min-width: 769px) {
    .form-row .col-4[b-wzp81pdarv], .form-row .col-8[b-wzp81pdarv] {
        display: inline-block;
        vertical-align: top;
    }
}

/* Mobile layout: Stack all form fields in a single column */
@media (max-width: 768px) {
    .form-row .col-4[b-wzp81pdarv], .form-row .col-8[b-wzp81pdarv] {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
/* /Components/Pages/Forms/FormList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-gp0isvvyll] {
    color: #465462;
}

.content[b-gp0isvvyll] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-gp0isvvyll] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-gp0isvvyll] {
        width: 25px;
    }

.custom-header[b-gp0isvvyll] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-gp0isvvyll] {
    width: 100%;
}

.container[b-gp0isvvyll] {
    width: 100%;
}

.sidebar .list-group-item[b-gp0isvvyll] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-gp0isvvyll] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-gp0isvvyll] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-gp0isvvyll] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-gp0isvvyll] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-gp0isvvyll] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-gp0isvvyll] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-gp0isvvyll] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-gp0isvvyll] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-gp0isvvyll] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-gp0isvvyll] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-gp0isvvyll] {
    position: relative;
}

.end-icon[b-gp0isvvyll] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-gp0isvvyll] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-gp0isvvyll] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-gp0isvvyll],
.custom-header .help-icon[b-gp0isvvyll] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-gp0isvvyll],
    .custom-header .help-icon:hover[b-gp0isvvyll] {
        background-color: #e1eaf3;
    }

.header-left[b-gp0isvvyll] {
    flex-grow: 1;
}

.header-right[b-gp0isvvyll] {
    display: flex;
    gap: 10px;
}

.badge[b-gp0isvvyll] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-gp0isvvyll] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-gp0isvvyll] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-gp0isvvyll] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-gp0isvvyll] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-gp0isvvyll] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-gp0isvvyll] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-gp0isvvyll] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-gp0isvvyll] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-gp0isvvyll] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-gp0isvvyll] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-gp0isvvyll] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-gp0isvvyll] {
    font-size: 10px;
}

.text-orange[b-gp0isvvyll] {
    color: orange;
}

.text-green[b-gp0isvvyll] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-gp0isvvyll] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-gp0isvvyll] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-gp0isvvyll] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-gp0isvvyll] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-gp0isvvyll] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-gp0isvvyll]
}

.card-title[b-gp0isvvyll] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-gp0isvvyll] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-gp0isvvyll] {
            flex-shrink: 0;
        }

.menu-column[b-gp0isvvyll] {
    cursor: pointer;
}

.profile-picture[b-gp0isvvyll] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-gp0isvvyll] {
    vertical-align: middle;
}

.count-cards[b-gp0isvvyll] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-gp0isvvyll] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-gp0isvvyll],
.open[b-gp0isvvyll],
.on-hold[b-gp0isvvyll],
.closed[b-gp0isvvyll] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-gp0isvvyll] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-gp0isvvyll] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-gp0isvvyll] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-gp0isvvyll] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-gp0isvvyll] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}




/* Compact, outline-like look that matches your current styling */
.actions .btn-action.rz-button[b-gp0isvvyll] {
    background: transparent;
    border: 1px solid #007dfc;
    color: #007dfc;
    padding: .35rem .5rem;
    border-radius: 5px;
    line-height: 1.1;
    font-size: .9rem;
}

/* Let the buttons wrap instead of overflowing */
.actions[b-gp0isvvyll] {
    flex-wrap: wrap;
}

/* On small screens, show icons only (labels hidden) */
@media (max-width: 576px) {
    .actions .btn-label[b-gp0isvvyll] {
        display: none;
    }
}

/* Optional: nudge the grid to avoid forcing a giant width on phones */
@media (max-width: 576px) {
    .rz-data-grid[b-gp0isvvyll] {
        min-width: 520px;
    }
    /* enables horizontal scroll inside .table-responsive if needed */
}
.entity-link[b-gp0isvvyll], .form-link[b-gp0isvvyll] {
    color: #111;
    text-decoration: none;
}

    .entity-link:hover[b-gp0isvvyll], .form-link:hover[b-gp0isvvyll] {
        text-decoration: underline;
    }

.actions-wrap .rz-button[b-gp0isvvyll] {
    line-height: 1;
}



.copy-menu[b-gp0isvvyll] {
    display: inline-block;
}

.copy-menu .rz-navigation-menu[b-gp0isvvyll] {
    background: transparent;
    border: 0;
}

.copy-menu .rz-menu[b-gp0isvvyll] {
    background: transparent;
    border: 0;
}

.copy-menu .rz-menu-item > .rz-link[b-gp0isvvyll] {
    padding: .35rem .6rem;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    font-size: .875rem;
    line-height: 1.1;
}

.copy-menu .rz-menu-item > .rz-link:hover[b-gp0isvvyll] {
    background: #f6f6f6;
}
/* /Components/Pages/Notification/AddNotification.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-ejb9wdjmz0] {
    color: #465462;
}

.content[b-ejb9wdjmz0] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-ejb9wdjmz0] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-ejb9wdjmz0] {
        width: 25px;
    }

.custom-header[b-ejb9wdjmz0] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-ejb9wdjmz0] {
    width: 100%;
}

.container[b-ejb9wdjmz0] {
    width: 100%;
}

.sidebar .list-group-item[b-ejb9wdjmz0] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-ejb9wdjmz0] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-ejb9wdjmz0] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-ejb9wdjmz0] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-ejb9wdjmz0] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-ejb9wdjmz0] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-ejb9wdjmz0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-ejb9wdjmz0] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-ejb9wdjmz0] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-ejb9wdjmz0] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-ejb9wdjmz0] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-ejb9wdjmz0] {
    position: relative;
}

.end-icon[b-ejb9wdjmz0] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-ejb9wdjmz0] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-ejb9wdjmz0] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-ejb9wdjmz0],
.custom-header .help-icon[b-ejb9wdjmz0] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-ejb9wdjmz0],
    .custom-header .help-icon:hover[b-ejb9wdjmz0] {
        background-color: #e1eaf3;
    }

.header-left[b-ejb9wdjmz0] {
    flex-grow: 1;
}

.header-right[b-ejb9wdjmz0] {
    display: flex;
    gap: 10px;
}

.badge[b-ejb9wdjmz0] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-ejb9wdjmz0] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-ejb9wdjmz0] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-ejb9wdjmz0] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-ejb9wdjmz0] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-ejb9wdjmz0] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-ejb9wdjmz0] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-ejb9wdjmz0] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-ejb9wdjmz0] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-ejb9wdjmz0] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-ejb9wdjmz0] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-ejb9wdjmz0] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-ejb9wdjmz0] {
    font-size: 10px;
}

.text-orange[b-ejb9wdjmz0] {
    color: orange;
}

.text-green[b-ejb9wdjmz0] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-ejb9wdjmz0] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-ejb9wdjmz0] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-ejb9wdjmz0] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-ejb9wdjmz0] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-ejb9wdjmz0] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-ejb9wdjmz0]
}

.card-title[b-ejb9wdjmz0] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-ejb9wdjmz0] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-ejb9wdjmz0] {
            flex-shrink: 0;
        }

.menu-column[b-ejb9wdjmz0] {
    cursor: pointer;
}

.profile-picture[b-ejb9wdjmz0] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-ejb9wdjmz0] {
    vertical-align: middle;
}

.count-cards[b-ejb9wdjmz0] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-ejb9wdjmz0] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-ejb9wdjmz0],
.open[b-ejb9wdjmz0],
.on-hold[b-ejb9wdjmz0],
.closed[b-ejb9wdjmz0] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-ejb9wdjmz0] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-ejb9wdjmz0] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-ejb9wdjmz0] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-ejb9wdjmz0] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-ejb9wdjmz0] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* /Components/Pages/Notification/EntityNotificationSummary.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-pwpc0q00j6] {
    color: #465462;
}

.content[b-pwpc0q00j6] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-pwpc0q00j6] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-pwpc0q00j6] {
        width: 25px;
    }

.custom-header[b-pwpc0q00j6] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-pwpc0q00j6] {
    width: 100%;
}

.container[b-pwpc0q00j6] {
    width: 100%;
}

.sidebar .list-group-item[b-pwpc0q00j6] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-pwpc0q00j6] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-pwpc0q00j6] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-pwpc0q00j6] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-pwpc0q00j6] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-pwpc0q00j6] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-pwpc0q00j6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-pwpc0q00j6] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-pwpc0q00j6] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-pwpc0q00j6] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-pwpc0q00j6] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-pwpc0q00j6] {
    position: relative;
}

.end-icon[b-pwpc0q00j6] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-pwpc0q00j6] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-pwpc0q00j6] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-pwpc0q00j6],
.custom-header .help-icon[b-pwpc0q00j6] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-pwpc0q00j6],
    .custom-header .help-icon:hover[b-pwpc0q00j6] {
        background-color: #e1eaf3;
    }

.header-left[b-pwpc0q00j6] {
    flex-grow: 1;
}

.header-right[b-pwpc0q00j6] {
    display: flex;
    gap: 10px;
}

.badge[b-pwpc0q00j6] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-pwpc0q00j6] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-pwpc0q00j6] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-pwpc0q00j6] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-pwpc0q00j6] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-pwpc0q00j6] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-pwpc0q00j6] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-pwpc0q00j6] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-pwpc0q00j6] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-pwpc0q00j6] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-pwpc0q00j6] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-pwpc0q00j6] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-pwpc0q00j6] {
    font-size: 10px;
}

.text-orange[b-pwpc0q00j6] {
    color: orange;
}

.text-green[b-pwpc0q00j6] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-pwpc0q00j6] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-pwpc0q00j6] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-pwpc0q00j6] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-pwpc0q00j6] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-pwpc0q00j6] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-pwpc0q00j6]
}

.card-title[b-pwpc0q00j6] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-pwpc0q00j6] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-pwpc0q00j6] {
            flex-shrink: 0;
        }

.menu-column[b-pwpc0q00j6] {
    cursor: pointer;
}

.profile-picture[b-pwpc0q00j6] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-pwpc0q00j6] {
    vertical-align: middle;
}

.count-cards[b-pwpc0q00j6] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-pwpc0q00j6] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-pwpc0q00j6],
.open[b-pwpc0q00j6],
.on-hold[b-pwpc0q00j6],
.closed[b-pwpc0q00j6] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-pwpc0q00j6] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-pwpc0q00j6] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-pwpc0q00j6] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-pwpc0q00j6] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-pwpc0q00j6] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* /Components/Pages/Notification/NotificationList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-rm6viqj214] {
    color: #465462;
}

.content[b-rm6viqj214] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-rm6viqj214] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-rm6viqj214] {
        width: 25px;
    }

.custom-header[b-rm6viqj214] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-rm6viqj214] {
    width: 100%;
}

.container[b-rm6viqj214] {
    width: 100%;
}

.sidebar .list-group-item[b-rm6viqj214] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-rm6viqj214] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-rm6viqj214] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-rm6viqj214] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-rm6viqj214] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-rm6viqj214] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-rm6viqj214] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-rm6viqj214] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-rm6viqj214] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-rm6viqj214] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-rm6viqj214] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-rm6viqj214] {
    position: relative;
}

.end-icon[b-rm6viqj214] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-rm6viqj214] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-rm6viqj214] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-rm6viqj214],
.custom-header .help-icon[b-rm6viqj214] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-rm6viqj214],
    .custom-header .help-icon:hover[b-rm6viqj214] {
        background-color: #e1eaf3;
    }

.header-left[b-rm6viqj214] {
    flex-grow: 1;
}

.header-right[b-rm6viqj214] {
    display: flex;
    gap: 10px;
}

.badge[b-rm6viqj214] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-rm6viqj214] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-rm6viqj214] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-rm6viqj214] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-rm6viqj214] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-rm6viqj214] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-rm6viqj214] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-rm6viqj214] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-rm6viqj214] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-rm6viqj214] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-rm6viqj214] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-rm6viqj214] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-rm6viqj214] {
    font-size: 10px;
}

.text-orange[b-rm6viqj214] {
    color: orange;
}

.text-green[b-rm6viqj214] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-rm6viqj214] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-rm6viqj214] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-rm6viqj214] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-rm6viqj214] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-rm6viqj214] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-rm6viqj214]
}

.card-title[b-rm6viqj214] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-rm6viqj214] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-rm6viqj214] {
            flex-shrink: 0;
        }

.menu-column[b-rm6viqj214] {
    cursor: pointer;
}

.profile-picture[b-rm6viqj214] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-rm6viqj214] {
    vertical-align: middle;
}

.count-cards[b-rm6viqj214] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-rm6viqj214] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-rm6viqj214],
.open[b-rm6viqj214],
.on-hold[b-rm6viqj214],
.closed[b-rm6viqj214] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-rm6viqj214] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-rm6viqj214] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-rm6viqj214] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-rm6viqj214] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-rm6viqj214] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* /Components/Pages/PdfControl/OpenCanvaPdf.razor.rz.scp.css */
 /*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/
.grdlbl[b-fmrbfp1uc7] {
    color: #465462;
}

.content[b-fmrbfp1uc7] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-fmrbfp1uc7] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-fmrbfp1uc7] {
        width: 25px;
    }

.custom-header[b-fmrbfp1uc7] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-fmrbfp1uc7] {
    width: 100%;
}

.container[b-fmrbfp1uc7] {
    width: 100%;
}

.sidebar .list-group-item[b-fmrbfp1uc7] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-fmrbfp1uc7] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-fmrbfp1uc7] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-fmrbfp1uc7] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-fmrbfp1uc7] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-fmrbfp1uc7] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-fmrbfp1uc7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-fmrbfp1uc7] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-fmrbfp1uc7] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-fmrbfp1uc7] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-fmrbfp1uc7] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-fmrbfp1uc7] {
    position: relative;
}

.end-icon[b-fmrbfp1uc7] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-fmrbfp1uc7] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-fmrbfp1uc7] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-fmrbfp1uc7],
.custom-header .help-icon[b-fmrbfp1uc7] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-fmrbfp1uc7],
    .custom-header .help-icon:hover[b-fmrbfp1uc7] {
        background-color: #e1eaf3;
    }

.header-left[b-fmrbfp1uc7] {
    flex-grow: 1;
}

.header-right[b-fmrbfp1uc7] {
    display: flex;
    gap: 10px;
}

.badge[b-fmrbfp1uc7] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-fmrbfp1uc7] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-fmrbfp1uc7] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-fmrbfp1uc7] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-fmrbfp1uc7] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-fmrbfp1uc7] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-fmrbfp1uc7] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-fmrbfp1uc7] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-fmrbfp1uc7] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-fmrbfp1uc7] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-fmrbfp1uc7] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-fmrbfp1uc7] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-fmrbfp1uc7] {
    font-size: 10px;
}

.text-orange[b-fmrbfp1uc7] {
    color: orange;
}

.text-green[b-fmrbfp1uc7] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-fmrbfp1uc7] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-fmrbfp1uc7] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-fmrbfp1uc7] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-fmrbfp1uc7] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-fmrbfp1uc7] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-fmrbfp1uc7]
}

.card-title[b-fmrbfp1uc7] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-fmrbfp1uc7] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-fmrbfp1uc7] {
            flex-shrink: 0;
        }

.menu-column[b-fmrbfp1uc7] {
    cursor: pointer;
}

.profile-picture[b-fmrbfp1uc7] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-fmrbfp1uc7] {
    vertical-align: middle;
}

.count-cards[b-fmrbfp1uc7] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-fmrbfp1uc7] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-fmrbfp1uc7],
.open[b-fmrbfp1uc7],
.on-hold[b-fmrbfp1uc7],
.closed[b-fmrbfp1uc7] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-fmrbfp1uc7] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-fmrbfp1uc7] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-fmrbfp1uc7] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-fmrbfp1uc7] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-fmrbfp1uc7] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* /Components/Pages/PrivacyPolicy/Privacy.razor.rz.scp.css */
.content[b-n2a60zrvlp] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-n2a60zrvlp] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-n2a60zrvlp] {
        width: 25px;
    }

.custom-header[b-n2a60zrvlp] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-n2a60zrvlp] {
    width: 100%;
}

.container[b-n2a60zrvlp] {
    width: 100%;
}

.sidebar .list-group-item[b-n2a60zrvlp] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-n2a60zrvlp] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-n2a60zrvlp] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-n2a60zrvlp] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-n2a60zrvlp] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-n2a60zrvlp] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-n2a60zrvlp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-n2a60zrvlp] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-n2a60zrvlp] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-n2a60zrvlp] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-n2a60zrvlp] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-n2a60zrvlp] {
    position: relative;
}

.end-icon[b-n2a60zrvlp] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-n2a60zrvlp] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-n2a60zrvlp] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-n2a60zrvlp],
.custom-header .help-icon[b-n2a60zrvlp] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-n2a60zrvlp],
    .custom-header .help-icon:hover[b-n2a60zrvlp] {
        background-color: #e1eaf3;
    }

.header-left[b-n2a60zrvlp] {
    flex-grow: 1;
}

.header-right[b-n2a60zrvlp] {
    display: flex;
    gap: 10px;
}

.badge[b-n2a60zrvlp] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-n2a60zrvlp] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-n2a60zrvlp] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-n2a60zrvlp] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-n2a60zrvlp] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-n2a60zrvlp] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-n2a60zrvlp] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-n2a60zrvlp] {
    color: #465462;
}
/* BODY CSS  */

table[b-n2a60zrvlp] {
    font-size: 10px;
}

.tab-hd[b-n2a60zrvlp] {
    background-color: #465462;
    color: #fff;
}

.table td[b-n2a60zrvlp] {
    vertical-align: middle;
}

.alert[b-n2a60zrvlp] {
    display: inline-block;
    padding: 5px;
    height: auto;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
}

.modal-content[b-n2a60zrvlp] {
    border-radius: 15px;
}

.modal-header[b-n2a60zrvlp] {
    background-color: #007bff;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-n2a60zrvlp] {
    font-weight: bold;
}

.modal-footer[b-n2a60zrvlp] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-n2a60zrvlp] {
    color: #007bff;
    font-weight: bold;
}

.table td[b-n2a60zrvlp],
.table th[b-n2a60zrvlp] {
    vertical-align: middle;
}

.btn-group .btn[b-n2a60zrvlp] {
    margin-right: 5px;
}

.rz-splitbutton-menubutton rz-button rz-button-icon-only rz-button-md rz-variant-filled rz-primary rz-shade-default[b-n2a60zrvlp] {
    background-color: red !important;
    background-color: orange !important;
}

[b-n2a60zrvlp](.rz-column-title-content) {
    font-weight: bold !important;
}

.rz-splitbutton-menu rz-popup[b-n2a60zrvlp] {
    line-height: 5px !important;
}
/* /Components/Pages/RequestForm/EmailTemplate.razor.rz.scp.css */
.customhover:hover[b-3p7utcrzdj] {
    background-color: #F0F0F0;
    cursor: pointer;
}

.progress[b-3p7utcrzdj] {
    width: 100%;
    height: 1.5rem;
    background-color: #f5f5f5;
}

.progress-bar[b-3p7utcrzdj] {
    height: 100%;
    background-color: #007bff;
    transition: width 0.4s ease;
}

.list-group-item[b-3p7utcrzdj] {
    display: flex; /* Flex for alignment */
    justify-content: space-between; /* Space between items */
    align-items: center; /* Center items vertically */
    white-space: nowrap; /* Prevent wrapping */
    overflow: hidden; /* Hide overflowed text */
    text-overflow: ellipsis; /* Add ellipsis for overflowed text */
}

.file-name[b-3p7utcrzdj] {
    margin-right: 10px; /* Space between filename and buttons */
    font-size:0.8em;
}

.file-buttons[b-3p7utcrzdj] {
    display: flex; /* Use flex to align buttons */
    gap: 5px; /* Space between buttons */
}

.progress[b-3p7utcrzdj] {
    height: 20px; /* Fixed height for progress bars */
}

/* Define font sizes and other styling options */
.text-large[b-3p7utcrzdj] {
    font-size: 16px;
}

.text-medium[b-3p7utcrzdj] {
    font-size: 14px;
}

.text-small[b-3p7utcrzdj] {
    font-size: 12px;
    color: #666;
}

.text-bold[b-3p7utcrzdj] {
    font-weight: bold;
}

.text-muted[b-3p7utcrzdj] {
    color: #888;
}

.text-body[b-3p7utcrzdj] {
    line-height: 1.6;
}

/* General button styling */
.btn-sm[b-3p7utcrzdj] {
    font-size: 12px;
    padding: 5px 10px;
}

/* Consistent styling for note containers */
.note-container[b-3p7utcrzdj] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #dce6f1;
    margin-bottom: 10px;
}

/* Consistent styling for email containers */
.email-container[b-3p7utcrzdj] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
}

.modal-with-shadow[b-3p7utcrzdj] {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

    .modal-with-shadow[b-3p7utcrzdj]::before {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: -20px;
        right: -20px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
        z-index: -1;
        border-radius: 10px;
    }

.content[b-3p7utcrzdj] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.container.collapsed[b-3p7utcrzdj] {
    width: 100%;
}

.container[b-3p7utcrzdj] {
    width: 100%;
}

.badge[b-3p7utcrzdj] {
    position: relative;
    top: 0px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 10%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-3p7utcrzdj] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-3p7utcrzdj] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-3p7utcrzdj] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-3p7utcrzdj] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-3p7utcrzdj] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-3p7utcrzdj] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-3p7utcrzdj] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-3p7utcrzdj] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-3p7utcrzdj] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-3p7utcrzdj] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-3p7utcrzdj] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-3p7utcrzdj] {
    font-size: 10px;
}

.text-orange[b-3p7utcrzdj] {
    color: orange;
}

.text-green[b-3p7utcrzdj] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-3p7utcrzdj] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-3p7utcrzdj] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-3p7utcrzdj] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-3p7utcrzdj] {
        background-color: #007dfc;
        color: white;
    }

        .btn-custom:hover i[b-3p7utcrzdj] {
            color: white !important; /* Ensures icons stay white */
        }

        .btn-custom:hover .icon-custom[b-3p7utcrzdj] {
            color: white;
        }

.add-member-btn[b-3p7utcrzdj] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-3p7utcrzdj]
}

.card-title[b-3p7utcrzdj] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-3p7utcrzdj] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-3p7utcrzdj] {
            flex-shrink: 0;
        }

.menu-column[b-3p7utcrzdj] {
    cursor: pointer;
}

.profile-picture[b-3p7utcrzdj] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-3p7utcrzdj] {
    vertical-align: middle;
}

.count-cards[b-3p7utcrzdj] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-3p7utcrzdj] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-3p7utcrzdj],
.open[b-3p7utcrzdj],
.on-hold[b-3p7utcrzdj],
.closed[b-3p7utcrzdj] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-3p7utcrzdj] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-3p7utcrzdj] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-3p7utcrzdj] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-3p7utcrzdj] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-3p7utcrzdj] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}

.alert[b-3p7utcrzdj] {
    padding: 5px;
}

.fs-6[b-3p7utcrzdj] {
    font-size: 12px !important;
}

.message-container[b-3p7utcrzdj] {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
}

.reply[b-3p7utcrzdj] {
    margin-left: 20px;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}

.message-text[b-3p7utcrzdj] {
    font-size: 14px;
    margin: 0;
}

.timestamp[b-3p7utcrzdj] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.timestamp-info[b-3p7utcrzdj] {
    margin-left: 10px;
    color: #666; /* Adjust the color to your preference */
    font-size: 12px; /* Adjust the font size as needed */
}

.profile-picture[b-3p7utcrzdj] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.action-buttons[b-3p7utcrzdj] {
    display: flex;
}

.reply-button[b-3p7utcrzdj],
.forward-button[b-3p7utcrzdj] {
    background-color: transparent;
    border: none;
    color: orange; /* Set button text color to orange */
    margin-right: 10px; /* Adjust spacing between buttons */
}

    .reply-button:hover[b-3p7utcrzdj],
    .forward-button:hover[b-3p7utcrzdj] {
        cursor: pointer;
        color: #ff9900; /* Change button text color on hover */
    }

/* MODAL*/

.modal-content[b-3p7utcrzdj] {
    border-radius: 15px;
}

.modal-header[b-3p7utcrzdj] {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-3p7utcrzdj] {
    font-weight: bold;
}

.modal-footer[b-3p7utcrzdj] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-3p7utcrzdj] {
    color: #007bff;
    font-weight: bold;
}

.threeDotsForNestedButton[b-3p7utcrzdj] {
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.email-outerbody[b-3p7utcrzdj] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.seeButton[b-3p7utcrzdj] {
    background-color: #1b6ec2;
    color: white;
}

.note-div[b-3p7utcrzdj] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #dce6f1;
}

.email-thread-div[b-3p7utcrzdj] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.action-btn-note[b-3p7utcrzdj] {
    background-color: #afb7ce;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.profile-image[b-3p7utcrzdj] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.email-msg-div[b-3p7utcrzdj] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}


/* Make dropdown menus align with the select and not float to the right */
.member-assign-modal .dropdown[b-3p7utcrzdj] {
    position: relative;
}

.member-assign-modal .dropdown-menu[b-3p7utcrzdj] {
    left: 0 !important;
    right: auto !important;
    min-width: 98%; /* menu same width as the button */
}
/* /Components/Pages/RequestForm/RequestFormListing.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-75s0lh8zdi] {
    color: #465462;
}

.content[b-75s0lh8zdi] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}


.end-icon[b-75s0lh8zdi] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-75s0lh8zdi] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-75s0lh8zdi] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/* BODY CSS  */
.card-topic[b-75s0lh8zdi] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-75s0lh8zdi] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-75s0lh8zdi] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-75s0lh8zdi] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-75s0lh8zdi] {
    font-size: 10px;
}

.text-orange[b-75s0lh8zdi] {
    color: orange;
}

.text-green[b-75s0lh8zdi] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-75s0lh8zdi] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-75s0lh8zdi] {
    padding: 0;
}

.btn-group i[b-75s0lh8zdi] {
    color: #007dfc;
}

.btn-custom[b-75s0lh8zdi] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-75s0lh8zdi] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-75s0lh8zdi] {
    margin-left: 10px;
    padding: 6px 12px;
}

.add-member-btn i[b-75s0lh8zdi] {
    color: white;
}

.card-title[b-75s0lh8zdi] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-75s0lh8zdi] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-75s0lh8zdi] {
            flex-shrink: 0;
        }

.menu-column[b-75s0lh8zdi] {
    cursor: pointer;
}

.profile-picture[b-75s0lh8zdi] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-75s0lh8zdi] {
    vertical-align: middle;
}

.count-cards[b-75s0lh8zdi] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-75s0lh8zdi] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-75s0lh8zdi],
.open[b-75s0lh8zdi],
.on-hold[b-75s0lh8zdi],
.closed[b-75s0lh8zdi] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-75s0lh8zdi] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-75s0lh8zdi] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-75s0lh8zdi] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-75s0lh8zdi] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-75s0lh8zdi] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}


/* Layout */
.page-header .filters-bar[b-75s0lh8zdi] {
    border-top: 1px solid #e9ecef;
}

    .page-header .filters-bar .form-control[b-75s0lh8zdi] {
        height: 34px;
    }

/* Visual hint that a filter is active on a button */
.btn-has-filter[b-75s0lh8zdi] {
    position: relative;
}

.btn-has-filter[b-75s0lh8zdi]::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    background: #0d6efd;
    border-radius: 50%;
}

/* Chips */
.filter-chip[b-75s0lh8zdi] {
    padding: .35rem .5rem;
}

.filter-chip .btn-close[b-75s0lh8zdi] {
    transform: scale(.8);
    margin-left: .25rem;
}

.custom-header .notification-icon .badge[b-75s0lh8zdi] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

/* chips in the filters bar */
.badge.filter-chip[b-75s0lh8zdi] {
    position: static !important; /* cancel the old absolute */
    background: #f8f9fa;
    color: #212529;
    border: 1px solid #dee2e6;
    padding: .35rem .5rem;
}

.badge.filter-chip .btn-close[b-75s0lh8zdi] {
    transform: scale(.85);
    margin-left: .25rem;
}

.btn-has-filter[b-75s0lh8zdi] {
    position: relative;
}

/* date filter */
.date-filter-group .form-control[b-75s0lh8zdi],
.date-filter-group .form-select[b-75s0lh8zdi] {
    height: 34px;
}

.date-filter-group .input-group-text[b-75s0lh8zdi] {
    height: 34px;
}

/* Toolbar layout & spacing */
.filters-toolbar .btn[b-75s0lh8zdi],
.filters-toolbar .form-control[b-75s0lh8zdi],
.filters-toolbar .form-select[b-75s0lh8zdi],
.filters-toolbar .input-group-text[b-75s0lh8zdi] { height: 34px; }

.filter-segment .btn[b-75s0lh8zdi] { min-width: 72px; }

/* subtle vertical separator */
.toolbar-sep[b-75s0lh8zdi] {
  width: 1px; height: 28px; background: #e9ecef; display: inline-block; margin: 0 .25rem;
}

.active-filters[b-75s0lh8zdi] {
    border-top: 1px solid #e9ecef;
    padding-top:10px;
}
/* Dropdown width for states */
.filter-menu[b-75s0lh8zdi] {
    width: 240px;
}

/* Chips */
.badge.filter-chip[b-75s0lh8zdi] {
    position: static !important;
    background: #e9ecff!important;
    color: #212529;
    padding: .35rem .5rem;
}
.badge.filter-chip .btn-close[b-75s0lh8zdi] { transform: scale(.85); margin-left: .25rem; }

/* Date dropdown sizing */
.date-filter-menu[b-75s0lh8zdi] {
    width: 420px;
}

.date-filter-menu .form-label[b-75s0lh8zdi] {
    font-size: .75rem;
    color: #6c757d;
}

/* Keep toolbar controls aligned */
.filters-toolbar .btn[b-75s0lh8zdi],
.filters-toolbar .form-control[b-75s0lh8zdi],
.filters-toolbar .form-select[b-75s0lh8zdi],
.filters-toolbar .input-group-text[b-75s0lh8zdi] {
    height: 34px;
}

/* Active indicator dot (already in your CSS) */
.btn-has-filter[b-75s0lh8zdi] {
    position: relative;
}

.btn-has-filter[b-75s0lh8zdi]::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    background: #0d6efd;
    border-radius: 50%;
}

/* /Components/Pages/Scheduler/EditAppointment.razor.rz.scp.css */
.rz-calendar .rz-calendar-day.rz-state-active[b-p6vzn0tdyz] {
    background-color: #4CAF50; /* Change this to your preferred background color */
    color: white; /* Change this to your preferred text color */
}
/* /Components/Pages/Templates/AddTemplate.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-jjoy2qyrke] {
    color: #465462;
}

.content[b-jjoy2qyrke] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-jjoy2qyrke] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-jjoy2qyrke] {
        width: 25px;
    }

.custom-header[b-jjoy2qyrke] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-jjoy2qyrke] {
    width: 100%;
}

.container[b-jjoy2qyrke] {
    width: 100%;
}

.sidebar .list-group-item[b-jjoy2qyrke] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-jjoy2qyrke] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-jjoy2qyrke] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-jjoy2qyrke] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-jjoy2qyrke] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-jjoy2qyrke] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-jjoy2qyrke] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-jjoy2qyrke] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-jjoy2qyrke] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-jjoy2qyrke] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-jjoy2qyrke] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-jjoy2qyrke] {
    position: relative;
}

.end-icon[b-jjoy2qyrke] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-jjoy2qyrke] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-jjoy2qyrke] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-jjoy2qyrke],
.custom-header .help-icon[b-jjoy2qyrke] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-jjoy2qyrke],
    .custom-header .help-icon:hover[b-jjoy2qyrke] {
        background-color: #e1eaf3;
    }

.header-left[b-jjoy2qyrke] {
    flex-grow: 1;
}

.header-right[b-jjoy2qyrke] {
    display: flex;
    gap: 10px;
}

.badge[b-jjoy2qyrke] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-jjoy2qyrke] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-jjoy2qyrke] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-jjoy2qyrke] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-jjoy2qyrke] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-jjoy2qyrke] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-jjoy2qyrke] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-jjoy2qyrke] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-jjoy2qyrke] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-jjoy2qyrke] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-jjoy2qyrke] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-jjoy2qyrke] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-jjoy2qyrke] {
    font-size: 10px;
}

.text-orange[b-jjoy2qyrke] {
    color: orange;
}

.text-green[b-jjoy2qyrke] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-jjoy2qyrke] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-jjoy2qyrke] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-jjoy2qyrke] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-jjoy2qyrke] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-jjoy2qyrke] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-jjoy2qyrke]
}

.card-title[b-jjoy2qyrke] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-jjoy2qyrke] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-jjoy2qyrke] {
            flex-shrink: 0;
        }

.menu-column[b-jjoy2qyrke] {
    cursor: pointer;
}

.profile-picture[b-jjoy2qyrke] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-jjoy2qyrke] {
    vertical-align: middle;
}

.count-cards[b-jjoy2qyrke] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-jjoy2qyrke] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-jjoy2qyrke],
.open[b-jjoy2qyrke],
.on-hold[b-jjoy2qyrke],
.closed[b-jjoy2qyrke] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-jjoy2qyrke] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-jjoy2qyrke] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-jjoy2qyrke] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-jjoy2qyrke] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-jjoy2qyrke] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* /Components/Pages/Templates/EditEmaiTemplate.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-w2cemgs03i] {
    color: #465462;
}

.content[b-w2cemgs03i] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-w2cemgs03i] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-w2cemgs03i] {
        width: 25px;
    }

.custom-header[b-w2cemgs03i] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-w2cemgs03i] {
    width: 100%;
}

.container[b-w2cemgs03i] {
    width: 100%;
}

.sidebar .list-group-item[b-w2cemgs03i] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-w2cemgs03i] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-w2cemgs03i] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-w2cemgs03i] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-w2cemgs03i] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-w2cemgs03i] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-w2cemgs03i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-w2cemgs03i] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-w2cemgs03i] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-w2cemgs03i] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-w2cemgs03i] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-w2cemgs03i] {
    position: relative;
}

.end-icon[b-w2cemgs03i] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-w2cemgs03i] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-w2cemgs03i] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-w2cemgs03i],
.custom-header .help-icon[b-w2cemgs03i] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-w2cemgs03i],
    .custom-header .help-icon:hover[b-w2cemgs03i] {
        background-color: #e1eaf3;
    }

.header-left[b-w2cemgs03i] {
    flex-grow: 1;
}

.header-right[b-w2cemgs03i] {
    display: flex;
    gap: 10px;
}

.badge[b-w2cemgs03i] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-w2cemgs03i] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-w2cemgs03i] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-w2cemgs03i] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-w2cemgs03i] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-w2cemgs03i] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-w2cemgs03i] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-w2cemgs03i] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-w2cemgs03i] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-w2cemgs03i] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-w2cemgs03i] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-w2cemgs03i] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-w2cemgs03i] {
    font-size: 10px;
}

.text-orange[b-w2cemgs03i] {
    color: orange;
}

.text-green[b-w2cemgs03i] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-w2cemgs03i] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-w2cemgs03i] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-w2cemgs03i] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-w2cemgs03i] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-w2cemgs03i] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-w2cemgs03i]
}

.card-title[b-w2cemgs03i] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-w2cemgs03i] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-w2cemgs03i] {
            flex-shrink: 0;
        }

.menu-column[b-w2cemgs03i] {
    cursor: pointer;
}

.profile-picture[b-w2cemgs03i] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-w2cemgs03i] {
    vertical-align: middle;
}

.count-cards[b-w2cemgs03i] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-w2cemgs03i] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-w2cemgs03i],
.open[b-w2cemgs03i],
.on-hold[b-w2cemgs03i],
.closed[b-w2cemgs03i] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-w2cemgs03i] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-w2cemgs03i] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-w2cemgs03i] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-w2cemgs03i] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-w2cemgs03i] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* /Components/Pages/Templates/EmailTemplateList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-0wnqnlar04] {
    color: #465462;
}

.content[b-0wnqnlar04] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-0wnqnlar04] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-0wnqnlar04] {
        width: 25px;
    }

.custom-header[b-0wnqnlar04] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-0wnqnlar04] {
    width: 100%;
}

.container[b-0wnqnlar04] {
    width: 100%;
}

.sidebar .list-group-item[b-0wnqnlar04] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-0wnqnlar04] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-0wnqnlar04] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-0wnqnlar04] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-0wnqnlar04] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-0wnqnlar04] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-0wnqnlar04] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-0wnqnlar04] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-0wnqnlar04] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-0wnqnlar04] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-0wnqnlar04] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-0wnqnlar04] {
    position: relative;
}

.end-icon[b-0wnqnlar04] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-0wnqnlar04] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-0wnqnlar04] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-0wnqnlar04],
.custom-header .help-icon[b-0wnqnlar04] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-0wnqnlar04],
    .custom-header .help-icon:hover[b-0wnqnlar04] {
        background-color: #e1eaf3;
    }

.header-left[b-0wnqnlar04] {
    flex-grow: 1;
}

.header-right[b-0wnqnlar04] {
    display: flex;
    gap: 10px;
}

.badge[b-0wnqnlar04] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-0wnqnlar04] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-0wnqnlar04] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-0wnqnlar04] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-0wnqnlar04] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-0wnqnlar04] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-0wnqnlar04] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-0wnqnlar04] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-0wnqnlar04] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-0wnqnlar04] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-0wnqnlar04] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-0wnqnlar04] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-0wnqnlar04] {
    font-size: 10px;
}

.text-orange[b-0wnqnlar04] {
    color: orange;
}

.text-green[b-0wnqnlar04] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-0wnqnlar04] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-0wnqnlar04] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-0wnqnlar04] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-0wnqnlar04] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-0wnqnlar04] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-0wnqnlar04]
}

.card-title[b-0wnqnlar04] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-0wnqnlar04] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-0wnqnlar04] {
            flex-shrink: 0;
        }

.menu-column[b-0wnqnlar04] {
    cursor: pointer;
}

.profile-picture[b-0wnqnlar04] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-0wnqnlar04] {
    vertical-align: middle;
}

.count-cards[b-0wnqnlar04] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-0wnqnlar04] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-0wnqnlar04],
.open[b-0wnqnlar04],
.on-hold[b-0wnqnlar04],
.closed[b-0wnqnlar04] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-0wnqnlar04] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-0wnqnlar04] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-0wnqnlar04] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-0wnqnlar04] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-0wnqnlar04] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* /Components/Pages/Templates/TemplateList.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-x0lq0p21p5] {
    color: #465462;
}

.content[b-x0lq0p21p5] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-x0lq0p21p5] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-x0lq0p21p5] {
        width: 25px;
    }

.custom-header[b-x0lq0p21p5] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-x0lq0p21p5] {
    width: 100%;
}

.container[b-x0lq0p21p5] {
    width: 100%;
}

.sidebar .list-group-item[b-x0lq0p21p5] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-x0lq0p21p5] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-x0lq0p21p5] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-x0lq0p21p5] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-x0lq0p21p5] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-x0lq0p21p5] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-x0lq0p21p5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-x0lq0p21p5] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-x0lq0p21p5] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-x0lq0p21p5] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-x0lq0p21p5] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-x0lq0p21p5] {
    position: relative;
}

.end-icon[b-x0lq0p21p5] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-x0lq0p21p5] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-x0lq0p21p5] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-x0lq0p21p5],
.custom-header .help-icon[b-x0lq0p21p5] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-x0lq0p21p5],
    .custom-header .help-icon:hover[b-x0lq0p21p5] {
        background-color: #e1eaf3;
    }

.header-left[b-x0lq0p21p5] {
    flex-grow: 1;
}

.header-right[b-x0lq0p21p5] {
    display: flex;
    gap: 10px;
}

.badge[b-x0lq0p21p5] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-x0lq0p21p5] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-x0lq0p21p5] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-x0lq0p21p5] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-x0lq0p21p5] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-x0lq0p21p5] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-x0lq0p21p5] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-x0lq0p21p5] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-x0lq0p21p5] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-x0lq0p21p5] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-x0lq0p21p5] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-x0lq0p21p5] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-x0lq0p21p5] {
    font-size: 10px;
}

.text-orange[b-x0lq0p21p5] {
    color: orange;
}

.text-green[b-x0lq0p21p5] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-x0lq0p21p5] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-x0lq0p21p5] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-x0lq0p21p5] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-x0lq0p21p5] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-x0lq0p21p5] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-x0lq0p21p5]
}

.card-title[b-x0lq0p21p5] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-x0lq0p21p5] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-x0lq0p21p5] {
            flex-shrink: 0;
        }

.menu-column[b-x0lq0p21p5] {
    cursor: pointer;
}

.profile-picture[b-x0lq0p21p5] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-x0lq0p21p5] {
    vertical-align: middle;
}

.count-cards[b-x0lq0p21p5] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-x0lq0p21p5] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-x0lq0p21p5],
.open[b-x0lq0p21p5],
.on-hold[b-x0lq0p21p5],
.closed[b-x0lq0p21p5] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-x0lq0p21p5] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-x0lq0p21p5] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-x0lq0p21p5] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-x0lq0p21p5] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-x0lq0p21p5] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* /Components/Pages/Terms&Conditions/Terms.razor.rz.scp.css */
.content[b-8nnlztzpmx] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-8nnlztzpmx] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-8nnlztzpmx] {
        width: 25px;
    }

.custom-header[b-8nnlztzpmx] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-8nnlztzpmx] {
    width: 100%;
}

.container[b-8nnlztzpmx] {
    width: 100%;
}

.sidebar .list-group-item[b-8nnlztzpmx] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-8nnlztzpmx] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-8nnlztzpmx] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-8nnlztzpmx] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-8nnlztzpmx] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-8nnlztzpmx] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-8nnlztzpmx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-8nnlztzpmx] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-8nnlztzpmx] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-8nnlztzpmx] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-8nnlztzpmx] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-8nnlztzpmx] {
    position: relative;
}

.end-icon[b-8nnlztzpmx] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-8nnlztzpmx] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-8nnlztzpmx] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-8nnlztzpmx],
.custom-header .help-icon[b-8nnlztzpmx] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-8nnlztzpmx],
    .custom-header .help-icon:hover[b-8nnlztzpmx] {
        background-color: #e1eaf3;
    }

.header-left[b-8nnlztzpmx] {
    flex-grow: 1;
}

.header-right[b-8nnlztzpmx] {
    display: flex;
    gap: 10px;
}

.badge[b-8nnlztzpmx] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-8nnlztzpmx] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-8nnlztzpmx] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-8nnlztzpmx] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-8nnlztzpmx] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-8nnlztzpmx] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-8nnlztzpmx] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-8nnlztzpmx] {
    color: #465462;
}
/* BODY CSS  */

table[b-8nnlztzpmx] {
    font-size: 10px;
}

.tab-hd[b-8nnlztzpmx] {
    background-color: #465462;
    color: #fff;
}

.table td[b-8nnlztzpmx] {
    vertical-align: middle;
}

.alert[b-8nnlztzpmx] {
    display: inline-block;
    padding: 5px;
    height: auto;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
}

.modal-content[b-8nnlztzpmx] {
    border-radius: 15px;
}

.modal-header[b-8nnlztzpmx] {
    background-color: #007bff;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-8nnlztzpmx] {
    font-weight: bold;
}

.modal-footer[b-8nnlztzpmx] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-8nnlztzpmx] {
    color: #007bff;
    font-weight: bold;
}

.table td[b-8nnlztzpmx],
.table th[b-8nnlztzpmx] {
    vertical-align: middle;
}

.btn-group .btn[b-8nnlztzpmx] {
    margin-right: 5px;
}

.rz-splitbutton-menubutton rz-button rz-button-icon-only rz-button-md rz-variant-filled rz-primary rz-shade-default[b-8nnlztzpmx] {
    background-color: red !important;
    background-color: orange !important;
}

[b-8nnlztzpmx](.rz-column-title-content) {
    font-weight: bold !important;
}

.rz-splitbutton-menu rz-popup[b-8nnlztzpmx] {
    line-height: 5px !important;
}
/* /Components/Pages/Testing/SimpleTest.razor.rz.scp.css */
/*.text-bg-secondary {
    border: 0.5px !important;
    border-radius: 4px !important;
}*/

.grdlbl[b-un7c063mwp] {
    color: #465462;
}

.content[b-un7c063mwp] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

#pdf-canvas[b-un7c063mwp] {
    border: 1px solid black;
    direction: ltr;
}

.highlighted[b-un7c063mwp] {
    background-color: black;
    color: white;
}

.sidebar[b-un7c063mwp] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-un7c063mwp] {
        width: 25px;
    }

.custom-header[b-un7c063mwp] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-un7c063mwp] {
    width: 100%;
}

.container[b-un7c063mwp] {
    width: 100%;
}

.sidebar .list-group-item[b-un7c063mwp] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-un7c063mwp] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-un7c063mwp] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-un7c063mwp] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-un7c063mwp] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-un7c063mwp] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-un7c063mwp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-un7c063mwp] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-un7c063mwp] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-un7c063mwp] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-un7c063mwp] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-un7c063mwp] {
    position: relative;
}

.end-icon[b-un7c063mwp] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-un7c063mwp] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-un7c063mwp] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-un7c063mwp],
.custom-header .help-icon[b-un7c063mwp] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-un7c063mwp],
    .custom-header .help-icon:hover[b-un7c063mwp] {
        background-color: #e1eaf3;
    }

.header-left[b-un7c063mwp] {
    flex-grow: 1;
}

.header-right[b-un7c063mwp] {
    display: flex;
    gap: 10px;
}

.badge[b-un7c063mwp] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-un7c063mwp] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-un7c063mwp] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-un7c063mwp] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-un7c063mwp] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-un7c063mwp] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-un7c063mwp] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-un7c063mwp] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-un7c063mwp] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-un7c063mwp] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-un7c063mwp] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-un7c063mwp] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-un7c063mwp] {
    font-size: 10px;
}

.text-orange[b-un7c063mwp] {
    color: orange;
}

.text-green[b-un7c063mwp] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-un7c063mwp] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-un7c063mwp] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-un7c063mwp] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-un7c063mwp] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-un7c063mwp] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-un7c063mwp]
}

.card-title[b-un7c063mwp] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-un7c063mwp] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-un7c063mwp] {
            flex-shrink: 0;
        }

.menu-column[b-un7c063mwp] {
    cursor: pointer;
}

.profile-picture[b-un7c063mwp] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-un7c063mwp] {
    vertical-align: middle;
}

.count-cards[b-un7c063mwp] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-un7c063mwp] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-un7c063mwp],
.open[b-un7c063mwp],
.on-hold[b-un7c063mwp],
.closed[b-un7c063mwp] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-un7c063mwp] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-un7c063mwp] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-un7c063mwp] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-un7c063mwp] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-un7c063mwp] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}
/* /Components/Pages/Tickets/OpenTickets.razor.rz.scp.css */
.customhover:hover[b-oftgojupj0] {
    background-color: #F0F0F0;
    cursor: pointer;
}

.progress[b-oftgojupj0] {
    width: 100%;
    height: 1.5rem;
    background-color: #f5f5f5;
}

.progress-bar[b-oftgojupj0] {
    height: 100%;
    background-color: #007bff;
    transition: width 0.4s ease;
}

.list-group-item[b-oftgojupj0] {
    display: flex; /* Flex for alignment */
    justify-content: space-between; /* Space between items */
    align-items: center; /* Center items vertically */
    white-space: nowrap; /* Prevent wrapping */
    overflow: hidden; /* Hide overflowed text */
    text-overflow: ellipsis; /* Add ellipsis for overflowed text */
}

.file-name[b-oftgojupj0] {
    display: inline-block; /* Allows width constraints */
    max-width: 250px; /* Adjust max-width as necessary */
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis for overflowing text */
    margin-right: 10px; /* Space between filename and buttons */
}

.file-buttons[b-oftgojupj0] {
    display: flex; /* Use flex to align buttons */
    gap: 5px; /* Space between buttons */
}

.progress[b-oftgojupj0] {
    height: 20px; /* Fixed height for progress bars */
}

/* Define font sizes and other styling options */
.text-large[b-oftgojupj0] {
    font-size: 16px;
}

.text-medium[b-oftgojupj0] {
    font-size: 14px;
}

.text-small[b-oftgojupj0] {
    font-size: 12px;
    color: #666;
}

.text-bold[b-oftgojupj0] {
    font-weight: bold;
}

.text-muted[b-oftgojupj0] {
    color: #888;
}

.text-body[b-oftgojupj0] {
    line-height: 1.6;
}

/* General button styling */
.btn-sm[b-oftgojupj0] {
    font-size: 12px;
    padding: 5px 10px;
}

/* Consistent styling for note containers */
.note-container[b-oftgojupj0] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #dce6f1;
    margin-bottom: 10px;
}

/* Consistent styling for email containers */
.email-container[b-oftgojupj0] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 10px;
}

.modal-with-shadow[b-oftgojupj0] {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

    .modal-with-shadow[b-oftgojupj0]::before {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: -20px;
        right: -20px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent), linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
        z-index: -1;
        border-radius: 10px;
    }


.container[b-oftgojupj0] {
    width: 100%;
}

.badge[b-oftgojupj0] {
    position: relative;
    top: 0px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 10%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-oftgojupj0] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-oftgojupj0] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-oftgojupj0] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-oftgojupj0] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-oftgojupj0] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-oftgojupj0] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-oftgojupj0] {
    color: #465462;
}
/* BODY CSS  */
.card-topic[b-oftgojupj0] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #002347;
}

.count-icons[b-oftgojupj0] {
    color: white;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
}

.card-count[b-oftgojupj0] {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #007dfc;
}

.count-card[b-oftgojupj0] {
    height: 55px;
    max-width: 200px;
    border-left: 1px solid orange;
}

table[b-oftgojupj0] {
    font-size: 10px;
}

.text-orange[b-oftgojupj0] {
    color: orange;
}

.text-green[b-oftgojupj0] {
    color: rgb(0, 255, 85);
}

.tab-hd[b-oftgojupj0] {
    background-color: #465462;
    color: #fff;
}

.btn-group[b-oftgojupj0] {
    padding: 0;
    i

{
    color: #007dfc;
}
}

.btn-custom[b-oftgojupj0] {
    color: #007dfc;
    background-color: transparent;
    border: 1px solid #007dfc;
    padding: 6px 12px;
}

    .btn-custom:hover[b-oftgojupj0] {
        background-color: #007dfc;
        color: white;
    }

.add-member-btn[b-oftgojupj0] {
    i

{
    color: white;
}

margin-left: 10px;
padding: 6px 12px;[b-oftgojupj0]
}

.card-title[b-oftgojupj0] {
    flex-wrap: wrap;
}

    .card-title .d-flex[b-oftgojupj0] {
        flex-wrap: nowrap;
    }

        .card-title .d-flex > *[b-oftgojupj0] {
            flex-shrink: 0;
        }

.menu-column[b-oftgojupj0] {
    cursor: pointer;
}

.profile-picture[b-oftgojupj0] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 50%;
    object-fit: cover;
}

.table td[b-oftgojupj0] {
    vertical-align: middle;
}

.count-cards[b-oftgojupj0] {
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-left: 2px solid orange;
}

    .count-cards .card-body[b-oftgojupj0] {
        font-size: 10px;
        padding: 0 10px 0 10px !important;
    }

.total[b-oftgojupj0],
.open[b-oftgojupj0],
.on-hold[b-oftgojupj0],
.closed[b-oftgojupj0] {
    border-radius: 2px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total[b-oftgojupj0] {
    background-color: #81a2c4;
    color: #002347;
}

.open[b-oftgojupj0] {
    background-color: #df8f8f;
    color: #7d0000;
}

.on-hold[b-oftgojupj0] {
    background-color: #e8c56e;
    color: #7d4d00;
}

.closed[b-oftgojupj0] {
    background-color: #98e389;
    color: #004d00;
}

.compact-text[b-oftgojupj0] {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
}

.alert[b-oftgojupj0] {
    padding: 5px;
}

.fs-6[b-oftgojupj0] {
    font-size: 12px !important;
}

.message-container[b-oftgojupj0] {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
}

.reply[b-oftgojupj0] {
    margin-left: 20px;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}

.message-text[b-oftgojupj0] {
    font-size: 14px;
    margin: 0;
}

.timestamp[b-oftgojupj0] {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.timestamp-info[b-oftgojupj0] {
    margin-left: 10px;
    color: #666; /* Adjust the color to your preference */
    font-size: 12px; /* Adjust the font size as needed */
}

.profile-picture[b-oftgojupj0] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.action-buttons[b-oftgojupj0] {
    display: flex;
}

.reply-button[b-oftgojupj0],
.forward-button[b-oftgojupj0] {
    background-color: transparent;
    border: none;
    color: orange; /* Set button text color to orange */
    margin-right: 10px; /* Adjust spacing between buttons */
}

    .reply-button:hover[b-oftgojupj0],
    .forward-button:hover[b-oftgojupj0] {
        cursor: pointer;
        color: #ff9900; /* Change button text color on hover */
    }

/* MODAL*/

.modal-content[b-oftgojupj0] {
    border-radius: 15px;
}

.modal-header[b-oftgojupj0] {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-oftgojupj0] {
    font-weight: bold;
}

.modal-footer[b-oftgojupj0] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-oftgojupj0] {
    color: #007bff;
    font-weight: bold;
}

.threeDotsForNestedButton[b-oftgojupj0] {
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.email-outerbody[b-oftgojupj0] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.seeButton[b-oftgojupj0] {
    background-color: orange;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.note-div[b-oftgojupj0] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #dce6f1;
}

.email-thread-div[b-oftgojupj0] {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.action-btn-note[b-oftgojupj0] {
    background-color: #afb7ce;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.profile-image[b-oftgojupj0] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.email-msg-div[b-oftgojupj0] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
/* /Components/Pages/Tickets/Tickets.razor.rz.scp.css */
.content[b-i1lmeifbnq] {
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar[b-i1lmeifbnq] {
    width: 200px;
    background-color: #f8f9fa;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
    transition: width 0.3s ease;
}

    .sidebar.collapsed[b-i1lmeifbnq] {
        width: 25px;
    }

.custom-header[b-i1lmeifbnq] {
    height: 70px;
    background-color: white;
    margin-left: 200px;
    transition: margin-left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.container.collapsed[b-i1lmeifbnq] {
    width: 100%;
}

.container[b-i1lmeifbnq] {
    width: 100%;
}

.sidebar .list-group-item[b-i1lmeifbnq] {
    background-color: transparent;
    border: none;
    color: #465462;
    transition: width 0.3s ease;
    position: relative;
    padding-right: 30px;
}

.sidebar.collapsed .list-group-item[b-i1lmeifbnq] {
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.sidebar .list-group-item.active[b-i1lmeifbnq] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
}

.logo[b-i1lmeifbnq] {
    width: 80%;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.settings-menu[b-i1lmeifbnq] {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

body[b-i1lmeifbnq] {
    background-color: #e1eaf3;
}

.sidebar .logo-container[b-i1lmeifbnq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .sidebar .logo-container .logo[b-i1lmeifbnq] {
        width: 80%;
        padding: 20px;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .sidebar .logo-container .icon[b-i1lmeifbnq] {
        font-size: 0.8em;
        border: 2px solid #ddd;
        background-color: white;
        border-radius: 5px;
        padding: 5px;
        margin-right: -22px;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: margin-right 0.3s ease;
    }

.sidebar.collapsed .logo-container .icon[b-i1lmeifbnq] {
    margin-left: -40px;
    margin-right: 0;
}

.sidebar .list-group-item:hover[b-i1lmeifbnq] {
    background-color: #002347;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar .list-group-item[b-i1lmeifbnq] {
    position: relative;
}

.end-icon[b-i1lmeifbnq] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.has-search .form-control[b-i1lmeifbnq] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-i1lmeifbnq] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.custom-header .notification-icon[b-i1lmeifbnq],
.custom-header .help-icon[b-i1lmeifbnq] {
    margin-left: 5px;
    margin-right: 5px;
    color: #465462;
    background-color: #e1eaf3;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-header .notification-icon:hover[b-i1lmeifbnq],
    .custom-header .help-icon:hover[b-i1lmeifbnq] {
        background-color: #e1eaf3;
    }

.header-left[b-i1lmeifbnq] {
    flex-grow: 1;
}

.header-right[b-i1lmeifbnq] {
    display: flex;
    gap: 10px;
}

.badge[b-i1lmeifbnq] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: orange;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.profile-picture[b-i1lmeifbnq] {
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 5px;
    object-fit: cover;
}

.profile-info[b-i1lmeifbnq] {
    display: flex;
    align-items: center;
}

.profile-picture-container[b-i1lmeifbnq] {
    margin-left: 10px;
    margin-right: 10px;
}

.profile-details[b-i1lmeifbnq] {
    display: flex;
    flex-direction: column;
}

.profile-name[b-i1lmeifbnq] {
    font-weight: bold;
    font-size: 14px;
    color: #002347;
    white-space: nowrap;
}

.profile-role[b-i1lmeifbnq] {
    font-size: 12px;
    color: #465462;
    white-space: nowrap;
}

i[b-i1lmeifbnq] {
    color: #465462;
}
/* BODY CSS  */

table[b-i1lmeifbnq] {
    font-size: 10px;
}

.tab-hd[b-i1lmeifbnq] {
    background-color: #465462;
    color: #fff;
}

.table td[b-i1lmeifbnq] {
    vertical-align: middle;
}

.alert[b-i1lmeifbnq] {
    display: inline-block;
    padding: 5px;
    height: auto;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
}

.modal-content[b-i1lmeifbnq] {
    border-radius: 15px;
}

.modal-header[b-i1lmeifbnq] {
    background-color: #007bff;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.modal-title[b-i1lmeifbnq] {
    font-weight: bold;
}

.modal-footer[b-i1lmeifbnq] {
    border-radius: 0 0 15px 15px;
}

.subheading[b-i1lmeifbnq] {
    color: #007bff;
    font-weight: bold;
}

.table td[b-i1lmeifbnq],
.table th[b-i1lmeifbnq] {
    vertical-align: middle;
}

.btn-group .btn[b-i1lmeifbnq] {
    margin-right: 5px;
}

.rz-splitbutton-menubutton rz-button rz-button-icon-only rz-button-md rz-variant-filled rz-primary rz-shade-default[b-i1lmeifbnq] {
    background-color: red !important;
    background-color: orange !important;
}

[b-i1lmeifbnq](.rz-column-title-content) {
    font-weight: bold !important;
}

.rz-splitbutton-menu rz-popup[b-i1lmeifbnq] {
    line-height: 5px !important;
}
