@import '_content/VL.Mysentinel.Shared/VL.Mysentinel.Shared.f6mr8z0yww.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-7ru3jib7xt] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}

body[b-7ru3jib7xt], .page[b-7ru3jib7xt], *[b-7ru3jib7xt] {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

body[b-7ru3jib7xt], .page[b-7ru3jib7xt] {
    min-height: 100vh;
    background-color: rgba(231, 240, 235, 0.55);
    /* Remove any previous radial-gradient background */
}

    .page[b-7ru3jib7xt]::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        z-index: 0;
        pointer-events: none;
        background: url('/_content/VL.Mysentinel.Shared/images/bg_web.jpg') center center no-repeat;
        background-size: contain;
        opacity: 1;
    }

.sidebar[b-7ru3jib7xt] {
    z-index: 2;
}

.main-content[b-7ru3jib7xt] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    z-index: 1;
    /* Add margin if sidebar is fixed */
    margin-left: 80px;
}

.vl-top-header[b-7ru3jib7xt] {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
    box-shadow: none;
    border-bottom: none;
    padding: 0 32px 0 0;
    position: sticky;
    top: 0;
    z-index: 10;
}

.vl-header-actions[b-7ru3jib7xt] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.vl-header-btn[b-7ru3jib7xt] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid #e6e6e6;
    color: #4ca1af;
    border-radius: 24px;
    padding: 6px 18px 6px 12px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04);
    cursor: pointer;
    transition: box-shadow 0.2s, border 0.2s;
}

    .vl-header-btn:hover[b-7ru3jib7xt] {
        border: 1.5px solid #4ca1af;
        box-shadow: 0 4px 16px 0 rgba(76,161,175,0.08);
    }

    .vl-header-btn svg[b-7ru3jib7xt] {
        display: inline-block;
    }

.vl-header-menu[b-7ru3jib7xt] {
    background: none;
    border: none;
    padding: 6px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
}

    .vl-header-menu:hover[b-7ru3jib7xt] {
        background: #e6f7ef;
    }

/* Hide mobile header by default, show only on mobile */
.vl-mobile-header[b-7ru3jib7xt] {
    display: none;
}

@media (max-width: 640px) {
    .vl-mobile-header[b-7ru3jib7xt] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100vw;
        height: 64px;
        background: linear-gradient(135deg, #6fd6a6 0%, #4ca1af 100%);
        border-radius: 0 0 18px 18px;
        padding: 0 12px 0 8px;
        position: fixed; /* <-- fixed instead of sticky */
        top: 0;
        left: 0;
        z-index: 1000; /* <-- high z-index to stay on top */
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04);
    }
    /* Add top padding to main content so it's not hidden under the header */
    .main-content[b-7ru3jib7xt] {
        padding-top: 64px;
    }

    .vl-mobile-header-close[b-7ru3jib7xt] {
        background: none;
        border: none;
        padding: 0;
        margin-right: 8px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .vl-mobile-header-logo[b-7ru3jib7xt] {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .vl-mobile-header-logo img[b-7ru3jib7xt] {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #fff;
            padding: 2px;
        }

    .vl-mobile-header-title[b-7ru3jib7xt] {
        color: #fff;
        font-size: 1.35rem;
        font-weight: 600;
        letter-spacing: 0.02em;
        font-family: 'Segoe UI', Arial, sans-serif;
    }

    .vl-mobile-header-avatar[b-7ru3jib7xt] {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid #fff;
        margin-left: 8px;
    }
    /* Hide desktop header on mobile */
    .vl-top-header[b-7ru3jib7xt] {
        display: none !important;
    }
}

@media (max-width: 640px) {
    .vl-top-header[b-7ru3jib7xt] {
        height: 56px;
        padding: 0 8px 0 0;
    }

    .vl-header-btn[b-7ru3jib7xt] {
        font-size: 13px;
        padding: 4px 10px 4px 8px;
    }
}

@media (min-width: 641px) {
    .vl-sidebar[b-7ru3jib7xt] {
        position: fixed;
        /* ...other styles... */
    }

    .main-content[b-7ru3jib7xt] {
        margin-left: 80px;
    }
}

@media (max-width: 640px) {
    .vl-sidebar[b-7ru3jib7xt] {
        position: static;
        width: 64px;
        margin: 0;
        border-radius: 0 16px 16px 0;
    }

    .main-content[b-7ru3jib7xt] {
        margin-left: 0;
    }
}

.vl-content-center[b-7ru3jib7xt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    width: 100%;
    padding-top: 48px;
    //-webkit-backdrop-filter: blur(20px);
    //backdrop-filter: blur(20px);
    //background-color: rgba(231, 240, 235, 0.55);
}

.vl-content-article[b-7ru3jib7xt] {
    width: 100%;
    //max-width: 810px;
    background: transparent;
    box-shadow: none;
    border-radius: 18px;
    padding: 0 0px;
    margin: 0 auto;
    font-size: 1.08rem;
    color: #222;
}

.vl-userbar[b-7ru3jib7xt] {
    position: fixed;
    top: 24px; /* Adjust as needed for your layout */
    right: 35px; /* Adjust as needed for your layout */
    z-index: 11000; /* Ensure it's above other fixed elements */
    display: flex;
    align-items: center;
    gap: 18px;
}

.vl-user-profile-bg[b-7ru3jib7xt] {
    background: url('/_content/VL.Mysentinel.Shared/images/user_profile_bg_web.svg') no-repeat center center;
    background-size: cover;
    border-radius: 26px;
    padding: 8px 24px 8px 2px;
    display: flex;
    align-items: center;
    min-width: 139px;
    min-height: 36px;
    height: 36px;
}

.vl-user-profile[b-7ru3jib7xt] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.vl-user-avatar[b-7ru3jib7xt] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px #0001;
}

.vl-user-name[b-7ru3jib7xt] {
    color: #005c56;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    margin-right: 8px;
}

.vl-user-settings-container[b-7ru3jib7xt] {
    position: relative;
    display: flex;
    align-items: center;
}

.vl-user-settings-btn[b-7ru3jib7xt] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 50%;
    transition: background 0.2s;
    width: 40px;
    height: 40px;
}

    .vl-user-settings-btn:hover[b-7ru3jib7xt] {
        //background: #e6f4ef;
    }

.vl-user-settings-icon[b-7ru3jib7xt] {
    width: 35px;
    height: 35px;
    display: block;
}

.vl-user-settings-menu[b-7ru3jib7xt] {
    position: absolute;
    top: 40px;
    right: -8px;
    min-width: 200px;
    background: #00664f;
    border-radius: 10px;
    box-shadow: 0 6px 24px 0 rgba(0,0,0,0.12);
    padding: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    animation: fadeIn-b-7ru3jib7xt 0.2s;
    border-radius: 10px;
}

@keyframes fadeIn-b-7ru3jib7xt {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

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

.vl-user-settings-arrow[b-7ru3jib7xt] {
    position: absolute;
    top: 0px;
    right: 9px;
    width: 30px;
    height: 12px;
    overflow: visible;
    transform: rotate(119deg);
}

    .vl-user-settings-arrow[b-7ru3jib7xt]::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 18px;
        height: 18px;
        background: #00664f;
        border-radius: 4px;
        box-shadow: 0 2px 8px #0001;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    }

.vl-user-settings-menu-item[b-7ru3jib7xt] {
    background: none;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 14px 24px 14px 40px;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    transition: background 0.15s;
    position: relative;
    border-radius: 10px;
}

    .vl-user-settings-menu-item:nth-child(2)[b-7ru3jib7xt] {
        padding: 13px 24px 10px 40px;
    }
    .vl-user-settings-menu-item:nth-child(3)[b-7ru3jib7xt] {
        padding: 10px 24px 11px 40px;
    }

        .vl-user-settings-menu-item:nth-child(3):hover[b-7ru3jib7xt] {
            border-radius: 0px;
        }

    .vl-user-settings-menu-item:last-child[b-7ru3jib7xt] {
        border-top: 1px solid #ffffff33;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .vl-user-settings-menu-item:last-child:hover[b-7ru3jib7xt] {
            border-radius: 10px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

    .vl-user-settings-menu-item:hover[b-7ru3jib7xt] {
        background: #008c6e;
        border-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.vl-user-settings-menu-icon[b-7ru3jib7xt] {
    position: absolute;
    left: 14px;
    width: 16px;
    height: 16px;
}

#blazor-error-ui[b-7ru3jib7xt] {
    display: none;
}

/* Hamburger icon */
.vl-hamburger[b-7ru3jib7xt] {
    display: none;
    position: absolute;
    top: 24px;
    left: 16px;
    z-index: 201;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.sidebar-overlay[b-7ru3jib7xt] {
    display: none;
}

.sidebar-container[b-7ru3jib7xt] {
    transition: transform 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.3s;
    z-index: 1000;
}

@media (max-width: 700px) {
    .vl-hamburger[b-7ru3jib7xt] {
        display: block;
    }

    .sidebar-overlay[b-7ru3jib7xt] {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.08);
        z-index: 200;
        transition: opacity 0.3s;
    }

        .sidebar-overlay.open[b-7ru3jib7xt] {
            display: block;
            opacity: 1;
        }

    .sidebar-container[b-7ru3jib7xt] {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 13vw;
        max-width: 340px;
        background: #f6fbf8;
        z-index: 210;
        box-shadow: 0 4px 32px 0 rgba(76,161,175,0.10);
        border-radius: 18px;
        margin: 8px 0 8px 8px;
        transform: translateX(-110%);
        display: flex;
        flex-direction: column;
        transition: transform 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.3s;
    }

        .sidebar-container.open[b-7ru3jib7xt] {
            transform: translateX(0);
        }

    .vl-sidebar-close[b-7ru3jib7xt] {
        background: none;
        border: none;
        position: absolute;
        top: 18px;
        left: 18px;
        z-index: 220;
        cursor: pointer;
        padding: 0;
        margin: 0;
    }

    .sidebar[b-7ru3jib7xt] {
        margin: 0;
    }

    .main-content[b-7ru3jib7xt] {
        margin-left: 0 !important;
        width: 100vw;
        min-width: 0;
    }
}

@media (min-width: 701px) {
    .vl-hamburger[b-7ru3jib7xt], .vl-sidebar-close[b-7ru3jib7xt], .sidebar-overlay[b-7ru3jib7xt] {
        display: none !important;
    }

    .sidebar-container[b-7ru3jib7xt] {
        position: static;
        transform: none !important;
        width: auto;
        height: auto;
        box-shadow: none;
        background: none;
        border-radius: 0;
        margin: 0;
    }

    .main-content[b-7ru3jib7xt] {
        margin-left: 80px;
    }
}

@media (max-width: 640px) {
    .main-content[b-7ru3jib7xt] {
        background: url('/_content/VL.Mysentinel.Shared/images/mobile-header-bg.svg') no-repeat center center;
        background-size: cover;
        height: 64px; /* or your mobile header height */
        /* keep other mobile header styles as needed */
    }
}

.vl-newquery-indicator[b-7ru3jib7xt] {
    cursor:pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px 0 #e6eae6;
    padding: 6px 18px 6px 12px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    z-index: 100;
    box-shadow: 0 1.5px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #22c55e, #f7b500) border-box;
}

.vl-newquery-pencil[b-7ru3jib7xt] {
    width: 14px;
    height: 14px;
    display: block;
}

.vl-newquery-text[b-7ru3jib7xt] {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #005c56;
}

.mysentinel-footer-fixed[b-7ru3jib7xt] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: linear-gradient(to right, transparent 0, transparent 92px, #F2F7F4 37px, #F2F7F4 100%);
    margin: 0;
    padding-bottom: 8px;
    width: 100vw;
    text-align: center;
    color: #676767;
    font-size: 12px;
    letter-spacing: 0.01em;
}
.mysentinel-footer[b-7ru3jib7xt] {
    flex-shrink: 0;
    //width: 100%;
    text-align: center;
    color: #676767;
    font-size: 12px;
    padding: 3px 0 3px 0;
    //padding: 35px 0 10px 0;
    //background: transparent;
    letter-spacing: 0.01em;
    margin: 48px 0 0 0;
}
/* Home page specific override */
body.home-page .mysentinel-footer[b-7ru3jib7xt] {
    padding: 35px 0 3px 0;
}
/* /Layout/WebNavMenu.razor.rz.scp.css */
.navbar-toggler[b-9nt537np5h] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-9nt537np5h] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-9nt537np5h] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9nt537np5h] {
    font-size: 1.1rem;
}

.bi[b-9nt537np5h] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-9nt537np5h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-9nt537np5h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-9nt537np5h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-9nt537np5h] {
    font-size: 0.9rem;
    padding-bottom: 30px;
}

    .nav-item:first-of-type[b-9nt537np5h] {
        padding-top: 20px;
    }

    .nav-item:last-of-type[b-9nt537np5h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9nt537np5h]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        width: 100%;
        flex-flow: column;
    }

    .nav-item[b-9nt537np5h]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-9nt537np5h]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-9nt537np5h] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9nt537np5h] {
    display: block;
}

.vl-sidebar[b-9nt537np5h] {
    position: fixed;
    top: 12px;
    left: 10px;
    width: 72px; /* or your sidebar width */
    background: #f8fdfb;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    height: 96vh;
    box-shadow: 0 0 6px 0 rgba(184, 184, 184, 0.5);
    border-radius: 8px;
}

@media (max-width: 640px) {
    .vl-sidebar[b-9nt537np5h] {
        width: 64px;
        min-height: 100vh;
        margin: 0;
        border-radius: 0 16px 16px 0;
    }
}

.vl-sidebar-logo[b-9nt537np5h] {
    width: 100%;
    //height: 72px; /* Match the logo height in the screenshot */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0; /* Space above logo */
    margin-bottom: 16px; /* Space below logo before first menu item */
}

.vl-sidebar-logo-img[b-9nt537np5h] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    /* No border-radius, no box-shadow, no background */
    margin: 0;
    padding: 0;
}

.vl-nav[b-9nt537np5h] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px; /* Equal gap between menu items */
}

.nav-item[b-9nt537np5h] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-link[b-9nt537np5h] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0;
    text-decoration: none;
}

    .nav-link.active[b-9nt537np5h], .nav-link:focus[b-9nt537np5h], .nav-link:hover[b-9nt537np5h] {
        background: #e6f7ef;
    }

.vl-nav-icon[b-9nt537np5h] {
    width: 48px;
    height: 48px;
    background-color: rgba(80, 80, 80, 0.04);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.04);
}

.vl-nav-icon-img[b-9nt537np5h] {
    width: 42px;
    height: 42px;
    display: block;
}

/* Default (inactive) Query label style */
.vl-nav-label[b-9nt537np5h] {
    color: rgb(80 80 80 / 64%);
    font-weight: 500;
    font-size: 11px;
    transition: color 0.2s, font-weight 0.2s;
    letter-spacing: 0.01em;
}

/* Active Query label style */
.nav-link.active .vl-nav-label[b-9nt537np5h] {
    color: #005c56; /* or your brand green */
    font-weight: 600;
}

/* Hide both by default */
.query-icon-active[b-9nt537np5h],
.query-icon-inactive[b-9nt537np5h] {
    display: none;
}

/* Show inactive icon by default */
.nav-link .query-icon-inactive[b-9nt537np5h] {
    display: block;
}

/* When active, show active icon and hide inactive */
.nav-link.active .query-icon-active[b-9nt537np5h] {
    display: block;
}

.nav-link.active .query-icon-inactive[b-9nt537np5h] {
    display: none;
}

.vl-nav-icon-tooltip[b-9nt537np5h] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vl-nav-tooltip[b-9nt537np5h] {
    display: none;
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
    background: #005c56;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 18px;
    border-radius: 8px;
    white-space: nowrap;
    z-index: 100;
    box-shadow: 0 2px 8px #0001;
    pointer-events: none;
}

    .vl-nav-tooltip[b-9nt537np5h]::after {
        content: "";
        position: absolute;
        left: -8px;
        top: 50%;
        transform: translateY(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: transparent #005c56 transparent transparent;
    }

.vl-nav-icon-tooltip:hover .vl-nav-tooltip[b-9nt537np5h],
.vl-nav-icon-tooltip:focus-within .vl-nav-tooltip[b-9nt537np5h] {
    display: block;
}
/* /Pages/Dashboard.razor.rz.scp.css */
h2[b-1hzjzibiqv] {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.dashboard-layout[b-1hzjzibiqv] {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.dashboard-content[b-1hzjzibiqv] {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 20px 30px 20px; /* Optional: add a little horizontal padding */
}

.dashboard-empty[b-1hzjzibiqv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    //min-height: 480px;
    width: 100%;
    //background: radial-gradient(ellipse 60% 60% at 50% 40%, #eaf6e6 0%, #f7faf7 100%);
    //border: 1.5px solid #f2f7f3;
    //border-radius: 18px;
    margin: 0 auto;
    padding: 110px 10px 10px 10px;
    box-sizing: border-box;
    grid-column: 1 / -1;
}

.dashboard-empty-icon[b-1hzjzibiqv] {
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
    //opacity: 0.85;
}

.dashboard-empty-title[b-1hzjzibiqv] {
    font-size: 16px;
    font-weight: 500;
    color: #1b1b1b;
    //margin-bottom: 6px;
    text-align: center;
}

.dashboard-empty-desc[b-1hzjzibiqv] {
    font-size: 16px;
    color: #1b1b1b;
    text-align: center;
    //max-width: 480px;
}
/* /Pages/Home.razor.rz.scp.css */
.user-initials-avatar[b-z7hc79baso] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    color: #395513;
    background: #D7ECBE;
    border-radius: 50%;
    padding: 2px;
    margin-left: 8px;
    box-sizing: border-box;
    border: 1px solid #D7ECBE;
    letter-spacing: 0.5px;
}
.mysentinel-home-container[b-z7hc79baso] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* //min-height: 100vh; */
    width: 100%;
    position: relative;
    z-index: 1;
}

.mysentinel-page-root[b-z7hc79baso] {
    display: flex;
    flex-direction: column;
}

.mysentinel-center-content[b-z7hc79baso] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 80vh;
    /* No overflow/scroll here */
}

.mysentinel-welcome-card[b-z7hc79baso] {
    margin-top: 60px;
    margin-bottom: 24px;
    //background: rgba(255,255,255,0.7);
    border: 2px solid #f2f7f3;
    border-radius: 20px;
    padding: 1.7rem 4rem 1.7rem 4rem;
    max-width: 810px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 60px 0 #e6f5e6;
    border: solid 2px #fff;
}

.mysentinel-welcome-title[b-z7hc79baso] {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 2px;
}

.mysentinel-gradient-text[b-z7hc79baso] {
    background: linear-gradient(98deg, #8fcee3 -21%, #00c2cd 0%, #53c37d 26%, #73a713 61%, #41934e 89%, #1f905a 101%, #005c56 141%), linear-gradient(82deg, #c08d00 0%, #5e9200 46%, #008980, #008980), linear-gradient(to bottom, #d8d8d8, #d8d8d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.mysentinel-welcome-subtitle[b-z7hc79baso] {
    color: #676767;
    font-size: 24px;
    font-weight: 400;
}

.mysentinel-input-bar[b-z7hc79baso] {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 #e6eae6;
    padding: 0.5em 1.2em;
    margin-bottom: 2rem;
    max-width: 810px;
    width: 100%;
    min-height: 70px;
    position: relative;
    gap: 0.5em;
    border: 2px solid #f2f7f3;
}

.mysentinel-input[b-z7hc79baso] {
    flex: 1 1 auto;
    border: none;
    outline: none;
    font-size: 1.2rem;
    color: #444;
    background: transparent;
    padding: 0.5em 0.5em;
}

.mysentinel-input-icon[b-z7hc79baso] {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    transition: background 0.2s;
    margin: 0 0.2em;
    cursor: pointer;
}
.mysentinel-input-icon.left[b-z7hc79baso] {
    margin-right: 0.5em;
}
.mysentinel-input-icon.right[b-z7hc79baso] {
    margin-left: 0.2em;
}
.mysentinel-input-icon:hover[b-z7hc79baso] {
    background: #f2f7f3;
}

.mysentinel-input-bar-vertical[b-z7hc79baso] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 #e6eae6;
    margin-bottom: 2rem;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: 2px solid #f2f7f3;
    padding: 0.5em 1.2em 1.2em 1.2em;
    position: relative;
    gap: 5px;
}

.mysentinel-input-vertical[b-z7hc79baso] {
    border: none;
    outline: none;
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 600;
    background: transparent;
    padding: 7px 0.5em 0.5em 0.5em;
    height: 40px;
    resize: none;
    width: 100%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    scrollbar-width: thin;
    scrollbar-color: #aaa transparent;
}

.mysentinel-input-vertical[b-z7hc79baso]::placeholder {
    font-weight: 400 !important;
    color: #b0b0b0; /* Optional: adjust color for better UX */
    opacity: 1;     /* Ensures color is not faded */
}

.mysentinel-input-actions-row[b-z7hc79baso] {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 0.5em;
}

.mysentinel-input-icon-vertical[b-z7hc79baso] {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    transition: background 0.2s;
    cursor: pointer;
    margin: 0;
}
.mysentinel-input-icon-vertical:hover[b-z7hc79baso] {
    background: #f2f7f3;
}
.mysentinel-input-icon-vertical img[b-z7hc79baso] {
    width: 40px;
    height: 40px;
}

.mysentinel-input-bar-hastext[b-z7hc79baso] {
    position: relative;
    z-index: 1;
    //box-shadow: 0 0 0 2px #ffe066, 0 4px 16px 0 #e6eae6;
    border-radius: 20px;
    transition: border 0.2s, box-shadow 0.2s;
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #22c55e, #f7b500) border-box;
}

.mysentinel-input-actions-right[b-z7hc79baso] {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
}

.mysentinel-suggestions[b-z7hc79baso] {
    display: flex;
    flex-direction: row;
    gap: 1em;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    margin-top: 12px;
    margin-bottom: 2em;
}

.mysentinel-suggestion-btn[b-z7hc79baso] {
    display: flex;
    align-items: center;
    gap: 0.5em;
    background-color: rgba(255, 255, 255, 0.35);
    border: 1px solid #e0eae0;
    border-radius: 6px;
    padding: 0.9em 1.2em;
    font-size: 12px;
    color: #1b1b1b;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}
.mysentinel-suggestion-btn:hover[b-z7hc79baso] {
    background: #e6f5e6;
}

.mysentinel-footer[b-z7hc79baso] {
    flex-shrink: 0;
    width: 100%;
    text-align: center;
    color: #888;
    font-size: 0.98rem;
    padding: 24px 0 16px 0;
    background: transparent;
    letter-spacing: 0.01em;
    margin: 48px 0 0 0;
}

.mysentinel-thinking[b-z7hc79baso] {
    margin-top: 80px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6fd6a6;
    font-size: 1.1rem;
    font-weight: 500;
}

.mysentinel-answer[b-z7hc79baso] {
    margin-top: 60px;
    max-width: 810px;
    width: 100%;
    background: rgba(255,255,255,0.18);
    border-radius: 16px;
    padding: 24px 32px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1.08rem;
    color: #222;
    box-shadow: 0 2px 24px 0 rgba(76,161,175,0.06);
    border: 1.5px solid #e6e6e6;
}

.mysentinel-answer-logo[b-z7hc79baso] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 2px;
}

.mysentinel-answer-actions[b-z7hc79baso] {
    display: flex;
    gap: 18px;
    margin: 12px 0 0 44px;
}

.mysentinel-answer-actions button[b-z7hc79baso] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px;
    color: #bbb;
    transition: color 0.2s;
}

.mysentinel-answer-actions button:hover[b-z7hc79baso] {
    color: #4ca1af;
}

.mysentinel-chat-prompt-row[b-z7hc79baso] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 8px;
    gap: 12px;
}
.mysentinel-chat-prompt-text[b-z7hc79baso] {
    font-size: 16px;
    color: #222;
    max-width: 600px;
    text-align: right;
}
.mysentinel-chat-avatar[b-z7hc79baso] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}
.mysentinel-chat-response-row[b-z7hc79baso] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    max-width: 800px;
}
.mysentinel-chat-response-text[b-z7hc79baso] {
    font-size: 16px;
    color: #222;
    max-width: 810px;
    word-break: break-word;
}
.mysentinel-chat-actions[b-z7hc79baso] {
    display: flex;
    gap: 18px;
    margin-top: 8px;
    color: #bbb;
    font-size: 18px;
}
.mysentinel-thinking-text[b-z7hc79baso] {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 24px;
}

@media (max-width: 900px) {
    .mysentinel-welcome-card[b-z7hc79baso],
    .mysentinel-answer[b-z7hc79baso] {
        max-width: 98vw;
        padding: 24px 8vw;
    }
    .mysentinel-input-bar[b-z7hc79baso] {
        max-width: 98vw;
    }
}

.chat-message[b-z7hc79baso] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.chat-messages[b-z7hc79baso] {
    width: 100%;
    max-width: 810px;
    margin: 40px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    /* No overflow or max-height here */
}

.chat-message-row[b-z7hc79baso] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.chat-message-row-user[b-z7hc79baso] {
    align-items: flex-end;
}

.chat-message-user[b-z7hc79baso] {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.chat-message-user-text[b-z7hc79baso] {
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    max-width: 60vw;
    word-break: break-word;
}

.chat-message-user-avatar[b-z7hc79baso] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px #0001;
}

.chat-message-row-ai[b-z7hc79baso] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
}

.chat-message-ai[b-z7hc79baso] {
    display: flex;
    align-items: flex-start;
    flex-flow: row;
    gap: 10px;
    margin-bottom: 8px;
    width: 100%;
}

.chat-message-ai-logo[b-z7hc79baso] {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    object-fit: contain;
    margin-top: 2px;
}

.chat-message-ai-text[b-z7hc79baso] {
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    max-width: 100%;
    width: 100%;
    word-break: break-word;
}

.chat-message-ai-actions[b-z7hc79baso] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 34px; /* aligns with start of response text */
    margin-top: 2px;
}

.chat-message-ai-action-btn[b-z7hc79baso] {
    background: none;
    border: none;
    padding: 0;
    margin: 0 6px 0 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: background 0.2s;
}
.chat-message-ai-action-btn:hover[b-z7hc79baso] {
    background: #f2f7f3;
}

.mysentinel-input-bar-fixed[b-z7hc79baso] {
    position: fixed;
    left: 0;
    right: -85px;
    bottom: 56px; /* Height of the fixed footer */
    z-index: 10001;
    //background: #fff;
    margin: 0 auto;
    max-width: 810px;
    width: 100%;
    //border-radius: 20px 20px 0 0;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06);
}

.mysentinel-footer-fixed[b-z7hc79baso] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: linear-gradient(to right, transparent 0, transparent 92px, #F2F7F4 37px, #F2F7F4 100%);
    margin: 0;
    padding-bottom: 8px;
    width: 100vw;
    text-align: center;
    color: #888;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
}

/* Add enough bottom padding to the scrollable area */
.with-fixed-bottom .chat-messages[b-z7hc79baso] {
    padding-bottom: 200px; /* input bar + footer height + some margin */
}

.chat-message-ai-placeholder[b-z7hc79baso] {
    min-height: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: transparent;
    padding-top: 32px;
}

.sentinel-thinking-indicator[b-z7hc79baso] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 8px;
}

.sentinel-thinking-loader[b-z7hc79baso] {
    //animation: sentinel-spin 1s linear infinite;
}

@keyframes sentinel-spin-b-z7hc79baso {
    100% { transform: rotate(360deg); }
}

.sentinel-thinking-gradient[b-z7hc79baso] {
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(45deg, #00b9ad 0%, #77b800 50%, #f7b500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: 0.01em;
}
.sentinel-spinner[b-z7hc79baso] {
    transform-origin: 50% 50%;
    animation: sentinel-spin-b-z7hc79baso 1s linear infinite;
}

/* Dropdown menu styling */

.ai-more-menu[b-z7hc79baso] {
    position: absolute;
    top: 15px; /* Adjust as needed to align below the button */
    right: -13px;
    background: #005c56;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 8px;
    z-index: 10002;
    min-width: 150px;
    padding: 0;
}

.ai-more-menu-item[b-z7hc79baso] {
    display: flex;
    align-items: center;
    gap: 3px;
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.ai-more-menu-icon[b-z7hc79baso] {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    flex-shrink: 0;
}

    .ai-more-menu-item:hover[b-z7hc79baso] {
        background: #008c6e;
    }

.ai-more-menu-item:first-of-type[b-z7hc79baso] {
    padding: 8px 10px 7px 10px;
}
        .ai-more-menu-item:first-of-type:hover[b-z7hc79baso] {
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

.ai-more-menu-item:last-child[b-z7hc79baso] {
    padding: 6px 10px 9px 10px;
}
        .ai-more-menu-item:last-child:hover[b-z7hc79baso] {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
        }



/* Arrow styling */
.ai-more-menu-arrow[b-z7hc79baso] {
    position: absolute;
    top: -10px;
    right: 16px; /* Adjust to align with the button */
    width: 18px;
    height: 10px;
    overflow: hidden;
}

    .ai-more-menu-arrow[b-z7hc79baso]::after {
        content: "";
        display: block;
        margin: auto;
        width: 18px;
        height: 18px;
        background: #005c56;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        transform: rotate(45deg);
        position: absolute;
        top: 6px;
        left: 0;
        box-shadow: -2px -2px 6px rgba(0,0,0,0.04);
    }

.ai-more-menu-overlay[b-z7hc79baso] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999; /* Should be less than .ai-more-menu z-index if needed */
    background: transparent;
}

.popup-overlay[b-z7hc79baso],
.bottomsheet-overlay[b-z7hc79baso] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(180, 185, 185, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
}

.popup-dialog[b-z7hc79baso],
.bottomsheet-dialog[b-z7hc79baso] {
    z-index: 1001;
    /* your existing dialog styles */
}

.popup-header[b-z7hc79baso] {
    display: flex;
    align-items: center;
    padding: 10px 24px 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(90deg, #d6ede3 0%, #e6ede3 100%);
    color: #1b1b1b;
}
.popup-close[b-z7hc79baso] {
    background: none;
    border: none;
    font-size: 18px;
    margin-left: auto;
    cursor: pointer;
    color: #444;
}
.popup-body[b-z7hc79baso] {
    padding: 10px 20px 0 20px;
}
.popup-footer[b-z7hc79baso] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 6px 24px 20px 24px;
    background: none;
}
.popup-cancel[b-z7hc79baso] {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 6px;
    padding: 0px 23px 2px 23px;
    font-size: 14px;
    cursor: pointer;
    color: #676767;
    height: 32px;
    display: flex;
    align-items: center;
}
.popup-submit[b-z7hc79baso] {
    background: #005c56;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0px 28px 1px 28px;
    font-size: 14px;
    cursor: pointer;
}
    .popup-submit:disabled[b-z7hc79baso],
    .popup-cancel:disabled[b-z7hc79baso] {
        cursor: not-allowed !important;
        background-color: rgba(0, 92, 86, 0.4);
    }
.suggestion-dialog .popup-textarea[b-z7hc79baso] {
    width: 100%;
    min-height: 150px;
    border: solid 1px #c2c2c2;
    border-radius: 8px;
    padding: 5px 12px 5px 12px;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 8px;
    resize: vertical;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    border-top: 0;
    color: #1b1b1b;
}
.report-dialog .popup-textarea[b-z7hc79baso] {
    width: 100%;
    min-height: 70px;
    border: solid 1px #c2c2c2;
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    resize: vertical;
}
.popup-section-title[b-z7hc79baso] {
    font-weight: 600;
    color: #005c56;
    margin-bottom: 6px;
    font-size: 14px;
    background: #eef4ed;
    padding: 6px 16px 6px 16px;
    display: flex;
    align-items: center;
}
    .popup-section-title.comments[b-z7hc79baso] {
        margin-top: 16px;
        padding-left: 2px;
        background: none;
        margin-bottom: 0px;
    }

    .popup-section-title img[b-z7hc79baso] {
        width: 13px;
        height: 13px;
        margin-right: 6px;
        vertical-align: middle;
    }
    .popup-grid[b-z7hc79baso] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
.popup-section[b-z7hc79baso] {
    display: flex;
    flex-flow: column;
    font-size: 12px;
    background: #ffffff;
}
.popup-section label[b-z7hc79baso] {
    padding: 4px 5px 5px 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}
    .popup-section label:last-child[b-z7hc79baso] {
        padding-bottom: 10px;
    }
.popup-charcount[b-z7hc79baso] {
    text-align: right;
    font-size: 12px;
    color: #888;
    margin-top: -8px;
    margin-bottom: 8px;
}
.suggestion-dialog[b-z7hc79baso] {
    min-width: 420px;
    max-width: 520px;
    background: #fff;
    border-radius: 10px;
}
.report-dialog[b-z7hc79baso] {
    min-width: 500px;
    max-width: 560px;
    background: #f3f3f3;
    border-radius: 10px;
}
/* Style all checkboxes in the popup dialogs */
.popup-dialog input[type="checkbox"][b-z7hc79baso] {
    accent-color: #77b800;
    cursor:pointer;
}
.comments[b-z7hc79baso] {
    margin-top: 16px;
    background: none;
    margin-bottom: 0;
    padding: 0;
}
.suggestion-banner[b-z7hc79baso] {
    border: 1.5px solid #9abcba;
    border-radius: 8px 8px 0 0;
    background: #f7fcfa;
    color: #1b1b1b;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 12px 2px 12px;
    margin-bottom: 0;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
}

.popup-textarea:focus[b-z7hc79baso] {
    outline: none !important;
    box-shadow: none !important;
    //border: 1px solid #b0d0c0;
}

.mysentinel-input-bar-vertical.mysentinel-input-bar-fixed.popup-open[b-z7hc79baso] {
    z-index: 0 !important;
}

.custom-checkbox[b-z7hc79baso] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"][b-z7hc79baso] {
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #bbb;
    border-radius: 2px;
    background: #fff;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    cursor: pointer;
    position: relative;
}

.custom-checkbox input[type="checkbox"]:checked[b-z7hc79baso] {
    border-color: #77b800;
    background: #77b800;
}

.custom-checkbox input[type="checkbox"]:checked[b-z7hc79baso]::after {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox input[type="checkbox"]:focus[b-z7hc79baso] {
    border-color: #77b800;
}

    .custom-checkbox span:last-child[b-z7hc79baso] {
        font-size: 12px;
        color: #1b1b1b;
    }

.dashboard-tooltip-container[b-z7hc79baso] {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.dashboard-tooltip[b-z7hc79baso] {
    position: relative;
    top: 15px; /* Adjust to position below the icon */
    left: 15px;
    width: 96%;
    max-width: 810px; /* Match chat-messages max-width */
    min-width: 320px;
    min-height: 160px; /* Adjust for minimum height */
    background: none;
    border-radius: 10px;
    border-top: 2px solid #ffe066;
    //box-shadow: 0 4px 32px rgba(0,0,0,0.10);
    z-index: 9999;
    padding: 0 0 5px 0;
    display: flex;
    flex-direction: column;
}

.dashboard-tooltip-arrow[b-z7hc79baso] {
    position: absolute;
    top: -18px;
    left: 90px;
    width: 32px;
    height: 18px;
    overflow: hidden;
}
.dashboard-tooltip-arrow[b-z7hc79baso]::after {
    content: "";
    display: block;
    width: 32px;
    height: 18px;
    background: #fff;
    border-left: 2px solid #ffe066;
    border-top: 2px solid #ffe066;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: 0;
}
.dashboard-tooltip-header[b-z7hc79baso] {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #22c55e;
    padding: 12px 32px 12px 19px;
    border-bottom: 1px solid #e0e0e0;
    background-color: rgba(255, 255, 255, 0.27);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 2px solid #ffe066;
    border-right: 2px solid #ffe066;
}
.dashboard-tooltip-title[b-z7hc79baso] {
    font-size: 16px;
    font-weight: 600;
    color: #53c37d;
    //background: linear-gradient(93deg, #8fcee3 -21%, #00c2cd 0%, #53c37d 26%, #73a713 61%, #41934e 90%, #1f905a 101%, #005c56 142%), linear-gradient(to left, #00b9b400 81%, #f3d0b3 -17%);
}
.dashboard-tooltip-content[b-z7hc79baso] {
    padding: 12px 32px 12px 19px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 2px solid #ffe066;
    border-right: 2px solid #ffe066;
    border-bottom: 2px solid #77b80091;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.dashboard-tooltip-widget-title[b-z7hc79baso] {
    font-size: 14px;
    font-weight: 700;
    color: #005c56;
    margin-bottom: 10px;
}
.dashboard-tooltip-widget-desc[b-z7hc79baso] {
    font-size: 12px;
    color: #444;
    margin-bottom: 15px;
}
.dashboard-tooltip-actions[b-z7hc79baso] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 18px 0px 0 32px;
}
.dashboard-tooltip-cancel[b-z7hc79baso] {
    background: #fff;
    border: 1.5px solid #bbb;
    border-radius: 6px;
    padding: 6px 28px;
    font-size: 12px;
    cursor: pointer;
    color: #676767;
    font-weight: 600;
    max-height: 32px;
}
.dashboard-tooltip-add[b-z7hc79baso] {
    background: #fff;
    border: 1px solid #005c56;
    border-radius: 6px;
    padding: 6px 28px;
    font-size: 12px;
    cursor: pointer;
    color: #005c56;
    transition: background 0.2s, border-color 0.2s;
    font-weight: 600;
    max-height: 32px
}
.dashboard-tooltip-add:hover[b-z7hc79baso] {
    background: #f7f9f8;
    border-color: #1f7849;
}

.dashboard-tooltip-primary[b-z7hc79baso] {
    background: #22c55e;
    color: #fff;
    border-radius: 6px;
    padding: 8px 28px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    transition: background 0.2s, transform 0.2s;
}
.dashboard-tooltip-primary:hover[b-z7hc79baso] {
    background: #1f7849;
    transform: translateY(-1px);
}

.dashboard-tooltip-secondary[b-z7hc79baso] {
    background: #005c56;
    color: #fff;
    border-radius: 6px;
    padding: 8px 28px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    transition: background 0.2s, transform 0.2s;
}
.dashboard-tooltip-secondary:hover[b-z7hc79baso] {
    background: #004d4b;
    transform: translateY(-1px);
}

/* Responsive adjustments for the tooltip */
@media (max-width: 800px) {
    .dashboard-tooltip[b-z7hc79baso] {
        top: 28px;
        left: -20px;
        right: 20px;
        padding: 0 0 20px 0;
    }
    .dashboard-tooltip-arrow[b-z7hc79baso] {
        top: -14px;
        left: calc(50% - 16px);
    }
}

.dashboard-tooltip-widget-select[b-z7hc79baso] {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.dashboard-tooltip-radio-label[b-z7hc79baso] {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    border: 1px solid #fff; /* Default border */
    border-radius: 4px;
    padding: 7px 12px 7px 12px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    min-width: 130px;
    position: relative;
    user-select: none;
}

.dashboard-tooltip-radio-label input[type="radio"][b-z7hc79baso] {
    display: none;
}

    .dashboard-tooltip-radio-label .dashboard-tooltip-radio-icon[b-z7hc79baso] {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin-right: 4px;
        background-repeat: no-repeat;
    }

/* Example chart icons (replace with your own or use SVGs) */
.dashboard-tooltip-radio-icon.bar[b-z7hc79baso] {
    background-image: url('/_content/VL.Mysentinel.Shared/images/bar_chart_icon.svg');
}
.dashboard-tooltip-radio-icon.line[b-z7hc79baso] {
    background-image: url('/_content/VL.Mysentinel.Shared/images/line_chart_icon.svg');
}
.dashboard-tooltip-radio-icon.pie[b-z7hc79baso] {
    background-image: url('/_content/VL.Mysentinel.Shared/images/pie_chart_icon.svg');
}
.dashboard-tooltip-radio-icon.donut[b-z7hc79baso] {
    background-image: url('/_content/VL.Mysentinel.Shared/images/donut_chart_icon.svg');
}
.dashboard-tooltip-radio-icon.gauge[b-z7hc79baso] {
    background-image: url('/_content/VL.Mysentinel.Shared/images/gauge_chart_icon.svg');
}
.dashboard-tooltip-radio-icon.heatmap[b-z7hc79baso] {
    background-image: url('/_content/VL.Mysentinel.Shared/images/heatmap_chart_icon.svg');
}

.dashboard-tooltip-tick[b-z7hc79baso] {
    display: none;
    position: absolute;
    right: 8px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: #005c56;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.dashboard-tooltip-tick[b-z7hc79baso]::after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 4px;
    top: 4px;
}

/* Selected state */
.dashboard-tooltip-radio-label input[type="radio"]:checked + .dashboard-tooltip-radio-icon + span[b-z7hc79baso],
.dashboard-tooltip-radio-label input[type="radio"]:checked + .dashboard-tooltip-radio-icon + span + .dashboard-tooltip-tick[b-z7hc79baso] {
    font-weight: 600;
}

.dashboard-tooltip-radio-label input[type="radio"]:checked ~ .dashboard-tooltip-tick[b-z7hc79baso] {
    display: flex;
    margin-top: 3px;
}

.dashboard-tooltip-radio-label input[type="radio"]:checked ~ .dashboard-tooltip-radio-icon[b-z7hc79baso],
.dashboard-tooltip-radio-label input[type="radio"]:checked ~ span[b-z7hc79baso] {
    //color: #005c56;
}

.dashboard-tooltip-radio-label input[type="radio"]:checked ~ .dashboard-tooltip-radio-icon[b-z7hc79baso] {
    /* No border here, border is on label */
}

/* The correct way: style the label when its radio is checked */
.dashboard-tooltip-radio-label input[type="radio"]:checked ~ .dashboard-tooltip-radio-icon[b-z7hc79baso] {
    /* No border here */
}

.dashboard-tooltip-radio-label input[type="radio"]:checked ~ span[b-z7hc79baso] {
    /* No border here */
}

/* The key selector: */
.dashboard-tooltip-radio-label input[type="radio"]:checked ~ .dashboard-tooltip-tick[b-z7hc79baso] {
    /* No border here */
}

/* The actual border on the label: */
.dashboard-tooltip-radio-label input[type="radio"]:checked ~ .dashboard-tooltip-radio-icon[b-z7hc79baso] {
    /* No border here */
}

/* Use :has() for modern browsers (best, but not supported in all browsers): */
.dashboard-tooltip-radio-label:has(input[type="radio"]:checked)[b-z7hc79baso] {
    transition: border 0.2s, box-shadow 0.2s;
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #22c55e, #f7b500) border-box;
}

/* If :has() is not supported, use JavaScript to toggle a class on the label when selected. */

/* Tooltip container */
.ai-action-tooltip-container[b-z7hc79baso] {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.ai-action-tooltip[b-z7hc79baso] {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    background-color: #005c56;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 6px 14px;
    position: absolute;
    z-index: 10;
    bottom: 130%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    transition: opacity 0.18s;
    pointer-events: none;
}

/* Tooltip arrow */
.ai-action-tooltip[b-z7hc79baso]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: #00695c transparent transparent transparent;
}

/* Show the tooltip on hover */
.ai-action-tooltip-container:hover .ai-action-tooltip[b-z7hc79baso] {
    visibility: visible;
    opacity: 1;
}
