/* /Pages/Configurations/EmailList.razor.rz.scp.css */
.email-list-container[b-3fmx05hrlc] {
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
}

.email-input-section[b-3fmx05hrlc] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    align-items: center;
}

    .email-input-section input[b-3fmx05hrlc] {
        flex: 1;
        padding: 0.5rem 0.75rem;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        font-size: 14px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        transition: border-color 0.2s ease;
    }

        .email-input-section input:focus[b-3fmx05hrlc] {
            outline: none;
            border-color: #3b82f6;
        }

    .email-input-section button[b-3fmx05hrlc] {
        background-color: #3b82f6;
        color: white;
        border: none;
        padding: 0.5rem 1rem;
        font-size: 18px;
        font-weight: bold;
        border-radius: 8px;
        cursor: pointer;
        transition: background-color 0.2s ease;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        .email-input-section button:hover[b-3fmx05hrlc] {
            background-color: #2563eb;
        }

.email-rows[b-3fmx05hrlc] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    max-width: 900px;
}
/* /Pages/Configurations/EmailRow.razor.rz.scp.css */
.email-row[b-4j33rkfb35] {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Important */
    height: 48px; /* Or let it grow dynamically */
    padding: 0.75rem 0 0.75rem 1rem;
    border-top: 1px solid #f1f1f1;
    font-size: 14px;
    transition: background-color 0.2s;
}

    .email-row:first-child[b-4j33rkfb35] {
        border-top: none;
    }

    .email-row:hover[b-4j33rkfb35] {
        background-color: #f9fafb;
    }

.email-info[b-4j33rkfb35] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .email-info button[b-4j33rkfb35] {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 16px;
        padding: 0.25rem;
        color: #6b7280;
        transition: color 0.2s ease;
    }

        .email-info button:hover[b-4j33rkfb35] {
            color: #111827;
        }

.email-text[b-4j33rkfb35] {
    font-size: 16px;
    color: #1e3a8a;
}

.email-actions[b-4j33rkfb35] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .email-actions button[b-4j33rkfb35] {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 16px;
        padding: 0.25rem;
        color: grey;
        transition: color 0.2s ease;
    }

        .email-actions button:hover[b-4j33rkfb35] {
            color: #1e3a8a;
        }

/* Status tag */
.status-tag[b-4j33rkfb35] {
    padding: 0 0.75rem;
    font-size: 12px;
    font-weight: 500;
    color: white;
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    font-size: 16px;
}

    /* Status variants */
    .status-tag.validated[b-4j33rkfb35] {
        background-color: #1e3a8a;
    }

    .status-tag.waiting[b-4j33rkfb35] {
        background-color: #60a5fa;
    }

    .status-tag.expired[b-4j33rkfb35] {
        background-color: #e5e7eb;
        color: #374151;
    }
/* /Pages/Configurations/LanguageSelector.razor.rz.scp.css */
.language-selector[b-x4diaeddr6] {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
/* /Pages/HomeComponents/BrokerMainGraphs.razor.rz.scp.css */
.hoverEffect[b-rjpkymg5w6] {
    cursor: pointer;
}

    .hoverEffect:hover[b-rjpkymg5w6] {
        border-radius: 15px;
        background-color: rgba(0,137,149,0.1) !important;
        outline: solid;
        outline-color: #17316A !important;
    }
/* /Pages/HomeComponents/ExternalCmsPages.razor.rz.scp.css */

.custom-button[b-96lah92yvg] {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: white;
    border: none;
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
    font-weight: 600;
    color: var(--V3_SecondaryColor);
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}

    .custom-button:hover[b-96lah92yvg] {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

.button-icon[b-96lah92yvg] {
    width: 20px;
    height: 20px;
    color: var(--V3_SecondaryColor);
}
/* /Pages/Policys/PolicyDetails.razor.rz.scp.css */

/* Pill style tabs */
.pill-tabs[b-mwrst6ts2j] {
    border-bottom: none;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

    .pill-tabs .nav-item[b-mwrst6ts2j] {
        margin-bottom: 0;
    }

    .pill-tabs .nav-link[b-mwrst6ts2j] {
        background-color: #f5f5f5;
        color: var(--V3_PrimaryColor);
        border: none;
        border-radius: 25px;
        padding: 8px 20px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

        .pill-tabs .nav-link.active[b-mwrst6ts2j] {
            background-color: #ffffff;
            color: var(--V3_PrimaryColor);
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .pill-tabs .nav-link:hover[b-mwrst6ts2j] {
            background-color: #e9ecef;
        }


.pill-tabs-btn[b-mwrst6ts2j] {
    border-bottom: none;
    display: flex;
    gap: 10px;
    justify-content: center;
}

    .pill-tabs-btn .nav-item[b-mwrst6ts2j] {
        margin-bottom: 0;
    }

    .pill-tabs-btn .nav-link[b-mwrst6ts2j] {
        background-color: #f5f5f5;
        color: var(--V3_PrimaryColor);
        border: none;
        border-radius: 25px;
        padding: 8px 20px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

        .pill-tabs-btn .nav-link.active[b-mwrst6ts2j] {
            background-color: #ffffff;
            color: var(--V3_PrimaryColor);
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .pill-tabs-btn .nav-link:hover[b-mwrst6ts2j] {
            background-color: #e9ecef;
        }


/* Tab content styling */
.custom-tab-content[b-mwrst6ts2j] {
    border-top: none;
    padding-top: 20px;
}

/* Mobile dropdown */
.tab-dropdown[b-mwrst6ts2j] {
    display: none;
    position: relative;
    margin-bottom: 10px;
}

.tab-dropdown-btn[b-mwrst6ts2j] {
    display: none;
    position: relative;
    margin-bottom: 10px;
}

.dropdown-btn[b-mwrst6ts2j] {
    background: #fff;
    border-radius: 25px;
    padding: 8px 15px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    cursor: pointer;
}

.dropdown-list[b-mwrst6ts2j] {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    background: white;
    border-radius: 10px;
}

    .dropdown-list li[b-mwrst6ts2j] {
        padding: 10px;
        cursor: pointer;
    }

        .dropdown-list li:hover[b-mwrst6ts2j] {
            background-color: #f5f5f5;
        }

/* Responsive behavior */
@media (max-width: 795px) {
    .pill-tabs[b-mwrst6ts2j] {
        display: none;
    }

    .tab-dropdown[b-mwrst6ts2j] {
        display: block;
    }
}
/* /Pages/Reports/Reports.razor.rz.scp.css */
.active[b-2b7ozb1ujv] {
    color: var(--V3_SecondaryColor) !important;
}

.nav-link[b-2b7ozb1ujv] {
    color: var(--V3_PrimaryColor);
}

    .nav-link:hover[b-2b7ozb1ujv] {
        color: var(--V3_SecondaryColor) !important;
    }

.nav-tabs .nav-item.show .nav-link[b-2b7ozb1ujv], .nav-tabs .nav-link.active[b-2b7ozb1ujv] {
    border-color: #dee2e6 #dee2e6 transparent !important;    
}

dropdown:active[b-2b7ozb1ujv] {
    width: 0;
}

dropdown:not(:active)[b-2b7ozb1ujv] {
    width: 0;
}

:active dropdown[b-2b7ozb1ujv] {
    width: 100px;
}

.dropdown[b-2b7ozb1ujv] {
    display: none;
}

.tab-content[b-2b7ozb1ujv] {
    border-left: solid 1px lightgrey;
    border-right: solid 1px lightgrey;
    border-bottom: solid 1px lightgrey;
}

@media only screen and (max-width: 920px) and (max-height: 769.99px) {

    .nav-tabs[b-2b7ozb1ujv] {
        display: none;
    }

    .dropdown[b-2b7ozb1ujv] {
        display: block;
    }
}
/* /Pages/UserManagement/AddUser.razor.rz.scp.css */
/* /Pages/UserManagement/Components/GeneralUser.razor.rz.scp.css */
.general-user-form[b-nkfo0pz1bs] {
    padding: 1rem;
}

    .general-user-form .form-row[b-nkfo0pz1bs] {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }

    .general-user-form .form-group[b-nkfo0pz1bs] {
        display: flex;
        flex-direction: column;
    }

    .general-user-form label[b-nkfo0pz1bs] {
        font-weight: 600;
        color: var(--V3_PrimaryColor);
        margin-bottom: 0.3rem;
    }

    .general-user-form .form-control[b-nkfo0pz1bs],
    .general-user-form .form-select[b-nkfo0pz1bs] {
        background-color: var(--backgroundcolor) !important;
        color: var(--V3_PrimaryColor) !important;
        border: 1px solid var(--V3_ColorGray) !important;
    }

    .general-user-form button[b-nkfo0pz1bs] {
        margin-top: 1rem;
        display: flex;
        align-items: center;
    }

@media (max-width: 768px) {
    .general-user-form .form-row[b-nkfo0pz1bs] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/UserManagement/Components/PermissionsUser.razor.rz.scp.css */
.permissions-list[b-wmm2nzzzt1] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.permission-item[b-wmm2nzzzt1] {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

    .permission-item input[type="checkbox"][b-wmm2nzzzt1] {
        accent-color: var(--V3_PrimaryColor);
        width: 18px;
        height: 18px;
        margin-top: 2px;
    }

.permission-text[b-wmm2nzzzt1] {
    display: flex;
    flex-direction: column;
}

    .permission-text strong[b-wmm2nzzzt1] {
        color: var(--V3_PrimaryColor);
        font-weight: 600;
    }

    .permission-text span[b-wmm2nzzzt1] {
        font-size: 0.9rem;
        color: #555;
    }
/* /Pages/UserManagement/SearchUsers.razor.rz.scp.css */
.scrollable[b-sc05n7czz2] {
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .scrollable[b-sc05n7czz2] {
        overflow: auto;
    }
}
/* /Pages/UserManagement/UserDetails.razor.rz.scp.css */
/* Pill style tabs */
.pill-tabs[b-ve08xnasgh] {
    border-bottom: none;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

    .pill-tabs .nav-item[b-ve08xnasgh] {
        margin-bottom: 0;
    }

    .pill-tabs .nav-link[b-ve08xnasgh] {
        background-color: #f5f5f5;
        color: var(--V3_PrimaryColor);
        border: none;
        border-radius: 25px;
        padding: 8px 20px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

        .pill-tabs .nav-link.active[b-ve08xnasgh] {
            background-color: #ffffff;
            color: var(--V3_PrimaryColor);
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .pill-tabs .nav-link:hover[b-ve08xnasgh] {
            background-color: #e9ecef;
        }

/* Tab content styling */
.custom-tab-content[b-ve08xnasgh] {
    border-top: none;
    padding-top: 20px;
}

/* Mobile dropdown */
.tab-dropdown[b-ve08xnasgh] {
    display: none;
    position: relative;
    margin-bottom: 10px;
}

.dropdown-btn[b-ve08xnasgh] {
    background: #fff;
    border-radius: 25px;
    padding: 8px 15px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    cursor: pointer;
}

.dropdown-list[b-ve08xnasgh] {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    background: white;
    border-radius: 10px;
}

    .dropdown-list li[b-ve08xnasgh] {
        padding: 10px;
        cursor: pointer;
    }

        .dropdown-list li:hover[b-ve08xnasgh] {
            background-color: #f5f5f5;
        }

/* Responsive behavior */
@media (max-width: 795px) {
    .pill-tabs[b-ve08xnasgh] {
        display: none;
    }

    .tab-dropdown[b-ve08xnasgh] {
        display: block;
    }
}
/* /Shared/Alert/AlertDisplay.razor.rz.scp.css */

.fade-out[b-2n7d5djnyc] {
    animation: fadeOut-b-2n7d5djnyc ease 15s;
    -webkit-animation: fadeOut ease 15s;
    -moz-animation: fadeOut ease 15s;
    -o-animation: fadeOut ease 15s;
    animation-fill-mode: forwards;
}


@keyframes fadeOut-b-2n7d5djnyc {
    from {
        z-index: 70;
    }


    to {
        z-index: -1;
    }

    0% {
        opacity: 1;
    }


    100% {
        opacity: 0;
    }
}


@-moz-keyframes fadeOut {
    from {
        z-index: 70;
    }


    to {
        z-index: -1;
    }

    0% {
        opacity: 1;
    }


    100% {
        opacity: 0;
    }
}


@-webkit-keyframes fadeOut {
    from {
        z-index: 70;
    }


    to {
        z-index: -1;
    }

    0% {
        opacity: 1;
    }


    100% {
        opacity: 0;
    }
}


@-o-keyframes fadeOut {
    from {
        z-index: 70;
    }


    to {
        z-index: -1;
    }

    0% {
        opacity: 1;
    }


    100% {
        opacity: 0;
    }
}


@-ms-keyframes fadeOut {
    from {
        z-index: 70;
    }


    to {
        z-index: -1;
    }

    0% {
        opacity: 1;
    }


    100% {
        opacity: 0;
    }
}


.btnPosition[b-2n7d5djnyc] {
    float: left;
}

.alertPosition[b-2n7d5djnyc]{
    position: sticky;
    top: 75%;
    left: 50%;
    z-index: 2000 !important;
    min-width: 420px;
}

.container-alert[b-2n7d5djnyc] {
    max-width: 100%;
    left: 0;
}
/* /Shared/Components/CultureSelector.razor.rz.scp.css */
.cultureUl[b-pziig0ut7y] {
    --bs-dropdown-min-width: 3rem;
}

.iconDropdown[b-pziig0ut7y] {
    color: var(--V3_PrimaryColor);
}

.cultureImg[b-pziig0ut7y] {
    height: 20px;
    width: 20px;
}
/* /Shared/Components/CustomCheckbox.razor.rz.scp.css */
/* CustomCheckbox.razor.css */

/* Hide the default checkbox input visually */
.custom-checkbox-container .custom-checkbox-input[b-drs3ociif3] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    margin: 4px;
}

/* Style the visible box element (the span) */
.custom-checkbox-container .checkbox-box[b-drs3ociif3] {
    display: inline-block;
    width: 24px; /* Adjust size as needed */
    height: 24px; /* Adjust size as needed */
    border: 3px solid #ccc; /* Light grey border */
    border-radius: 4px; /* Rounded corners */
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    background-color: white;
}

/* Create the green checkmark using the :after pseudo-element 
   This selector targets the span only when the hidden input is :checked */
.custom-checkbox-container .custom-checkbox-input:checked + .custom-checkbox-label .checkbox-box[b-drs3ociif3]:after {
    content: '';
    display: block;
    /* Dimensions and color for the checkmark stroke */
    width: 12px;
    height: 20px;
    border-right: 4px solid var(--V3_PrimaryColor); /* Green checkmark stroke */
    border-bottom: 4px solid var(--V3_PrimaryColor); /* Green checkmark stroke */

    position: absolute;
    top: 30%;
    left: 70%;
    /* Rotate and position the checkmark into the 'V' shape and center it */
    transform: translate(-50%, -55%) rotate(45deg);
}

/* Optional: Ensure the container aligns well with text */
.custom-checkbox-container[b-drs3ociif3] {
    display: inline-block;
    vertical-align: middle;
}
/* /Shared/Components/Icon.razor.rz.scp.css */
.c-icon[b-qaut122er6] {
    --icon-size: 16px;
    display: inline-block;
    width: var(--icon-size);
    height: var(--icon-size);
}

    .c-icon[b-qaut122er6]  svg {
        position: static;
        display: inline-block;
        vertical-align: middle;
        width: var(--icon-size);
        height: var(--icon-size);
    }

        .c-icon[b-qaut122er6]  svg * {
            fill: currentcolor;
            stroke: currentcolor;
        }

    .c-icon.size-sm[b-qaut122er6] {
        --icon-size: 14px;
    }

    .c-icon.size-md[b-qaut122er6] {
        --icon-size: 20px;
    }

    .c-icon.size-lg[b-qaut122er6] {
        --icon-size: 24px;
    }

    .c-icon.size-lg2[b-qaut122er6] {
        --icon-size: 36px;
    }

    .c-icon.size-xl[b-qaut122er6] {
        --icon-size: 64px;
    }

    .c-icon.size-full[b-qaut122er6] {
        --icon-size: 100%;
    }


.c-icon-without-fillorstroke[b-qaut122er6] {
    --icon-size: 16px;
    display: inline-block;
    width: var(--icon-size);
    height: var(--icon-size);
}

    .c-icon-without-fillorstroke[b-qaut122er6]  svg {
        position: static;
        display: inline-block;
        vertical-align: middle;
        width: var(--icon-size);
        height: var(--icon-size);
    }

    .c-icon-without-fillorstroke.size-md[b-qaut122er6] {
        --icon-size: 20px;
    }

    .c-icon-without-fillorstroke.size-lg[b-qaut122er6] {
        --icon-size: 24px;
    }

    .c-icon-without-fillorstroke.size-lg2[b-qaut122er6] {
        --icon-size: 36px;
    }

    .c-icon-without-fillorstroke.size-xl[b-qaut122er6] {
        --icon-size: 64px;
    }

    .c-icon-without-fillorstroke.size-full[b-qaut122er6] {
        --icon-size: 100%;
    }

/*# sourceMappingURL=Icon.razor.css.map */
/* /Shared/Components/RoundButton.razor.rz.scp.css */
.circular-button[b-7r2814a6hr] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

    .circular-button:hover[b-7r2814a6hr] {
        transform: translateY(-2px);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15), 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .circular-button:active[b-7r2814a6hr] {
        transform: translateY(1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    }

.icon[b-7r2814a6hr] {
    width: 40px;
    height: 40px;
    color: #1a237e;
}
/* /Shared/Components/TableList.razor.rz.scp.css */
.table-container[b-tez3epzx84] {
  /*  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 2rem;
    background-color: #f4f7f9;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow-x: auto;*/
}

.data-table[b-tez3epzx84] {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

    .data-table th[b-tez3epzx84], .data-table td[b-tez3epzx84] {
        padding: 1rem 1.25rem;
        text-align: left;
    }

    .data-table thead[b-tez3epzx84] {
        background-color: #ffffff;
        color: #4a5568;
        border-bottom: 1px solid #e2e8f0;
    }

    .data-table th[b-tez3epzx84] {
        font-weight: 600;
        font-size: 0.875rem;
        letter-spacing: 0.02em;
        position: relative;
    }

.header-content[b-tez3epzx84] {
    display: flex;
    align-items: flex-start;
    cursor:pointer;
    gap: 0.5rem;
}

.search-container[b-tez3epzx84] {
    position: relative;
    width: 100%;
}

.search-icon[b-tez3epzx84] {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    color: #a0aec0;
}

.header-search-input[b-tez3epzx84] {
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 0.875rem;
    outline: none;
    transition: border-color 0.2s ease;
}

    .header-search-input:focus[b-tez3epzx84] {
        border-color: #4299e1;
    }

.data-table tbody tr[b-tez3epzx84] {
    border-bottom: 1px solid #e2e8f0;
    transition: background-color 0.2s ease;
}

    .data-table tbody tr:hover[b-tez3epzx84] {
        background-color: #f0f4f8;
    }

    .data-table tbody tr:last-child[b-tez3epzx84] {
        border-bottom: none;
    }

.no-data-message[b-tez3epzx84] {
    text-align: center;
    padding: 2rem;
    color: #4a5568;
    font-style: italic;
}

.pagination-container[b-tez3epzx84] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.pagination-button[b-tez3epzx84] {
    padding: 0.75rem 1.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #ffffff;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .pagination-button:hover:not(:disabled)[b-tez3epzx84] {
        background-color: #f0f4f8;
        transform: translateY(-2px);
    }

    .pagination-button:disabled[b-tez3epzx84] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.page-numbers[b-tez3epzx84] {
    font-weight: 500;
    color: #718096;
}
/* /Shared/Components/UserProfile/SelectDropdown.razor.rz.scp.css */
.dropdown[b-wgkjrpk3xv] {
    position: relative;
}

.dropdown-label[b-wgkjrpk3xv] {
    font-weight: bold;
    color: var(--V3_PrimaryColor); /* Navy tone */
    display: block;
    text-align: end;
}

.dropdown-selector[b-wgkjrpk3xv] {
    cursor: pointer;
    color: var(--V3_PrimaryColor);
    display: flex;
    justify-content: end;
    align-items: center;
}

.caret[b-wgkjrpk3xv] {
    margin-left: 10px;
    font-size: 12px;
}

.dropdown-menu-select[b-wgkjrpk3xv] {
    padding: 0;
    margin: 5px 0 0 0;
}


.dropdown-menu-select-option[b-wgkjrpk3xv] {
    padding: 4px;
    color: var(--V3_PrimaryColor);
    cursor: pointer;
    text-align: end;
}

    .dropdown-menu-select-option:hover[b-wgkjrpk3xv] {
        color: #f0f0f0;
    }
/* /Shared/Components/UserProfile/UserProfile.razor.rz.scp.css */
/* The main container for the user info */
.dropdown-user[b-2ksx7vtyx5] {
    color: var(--V3_SecondaryColor);
    z-index: 99 !important;
    position: inherit;
    right: 180px;
    width: 60px; /* Minimized width to hide text */
    margin-left: 130px;
    background-color: white;
    border-radius: 30px;
    padding: 8px 16px 8px 16px;
    overflow: hidden;
    transform: translateY(-10px);
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    /* Add animation transition */
    transition: width 0.4s ease-in-out;
    display: flex;
    align-items: center;
}

    /* Expands the container on hover */
    .dropdown-user:hover[b-2ksx7vtyx5] {
        width: fit-content; /* Set a larger width to reveal content */        
    }

/* The container for the user info text and icons */
.user-info-content[b-2ksx7vtyx5] {
    /* Flexbox to align content and icons */
    display: flex;
    align-items: center;
    width: 100%; /* Take up the full width */
    /* Initially hide the text content and then show it on hover */
    opacity: 0;
}

/* Show the content on hover */
.dropdown-user:hover .user-info-content[b-2ksx7vtyx5] {
    opacity: 1;
}

    .dropdown-user:hover .user-info-content .subagent-open[b-2ksx7vtyx5] {
        opacity: 0;
    }
/* Style to make sure text stays on one line */
.user-info-text[b-2ksx7vtyx5] {
    /* Flexbox for vertical text alignment */
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
    transition: width 0.4s ease-out;
}

.user-icons[b-2ksx7vtyx5] {
    display: flex;
    align-items: center;
    margin-left: auto; /* Push icons to the right */
}

/* Styles for the full dropdown content (visible on click) */
.dropdown-content[b-2ksx7vtyx5] {
    max-height: 0;
    max-width: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: transform 0.4s ease;
}

    .dropdown-content.visible[b-2ksx7vtyx5] {
        max-height: 1000px; /* big enough to fit all content */
        max-width: 100%;
        transform: translateY(0);
    }

/* Original styles for other parts of the component */
.dropdown-subagents[b-2ksx7vtyx5] {
    color: var(--V3_SecondaryColor);
    z-index: 68 !important;
    position: inherit;
    right: 40px;
    min-width: 200px;
    background-color: lightgray;
    border-radius: 30px;
    padding: 8px 16px 8px 8px;
    overflow: hidden;
    transform: translateY(-10px);
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.subagent-selected[b-2ksx7vtyx5] {
    text-align: end;
}

.list-agents[b-2ksx7vtyx5] {
    max-height: 0;
    border-radius: 30px;
    overflow: hidden;
    transform: translateY(-10px);
    transition: max-height 0.4s ease, transform 0.4s ease;
}

    .list-agents.visible[b-2ksx7vtyx5] {
        max-height: 1000px;
        transform: translateY(0);
    }

.subagent[b-2ksx7vtyx5] {
}
/* /Shared/MainLayout.razor.rz.scp.css */

.page[b-mo84rfmz43] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #F9F9F9;
}


main[b-mo84rfmz43] {
    flex: 1;
    width: 100%;
}


.sidebar[b-mo84rfmz43] {
    background-color: white;
    width: 252px;
    z-index: 70 !important;
}

.sidebarMenuHeight[b-mo84rfmz43] {
    height: calc(100% - 240px) !important;
    overflow: auto;
}

.logo[b-mo84rfmz43] {
    width: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: contain;
}

.small-logo[b-mo84rfmz43] {
    display: none;
}

.small-logoPrevoir[b-mo84rfmz43] {
    display: none;
}

.logoLink[b-mo84rfmz43] {
    margin: 0;
}

.logoPrevoir[b-mo84rfmz43] {
    background-image: url('assets/img/logoprevoir.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: contain;
    height: 72px;
    width: 150px;
}

.content[b-mo84rfmz43] {
    position: fixed;
    background-color: #F9F9F9;
    height: 100%;
    width: 100%;
    padding-left: 300px;
    padding-right: 20px;
    overflow: auto;
}

@media (max-width: 769.99px) {
    .logo[b-mo84rfmz43] {
        display: none;
    }

    .logo-light[b-mo84rfmz43] {
        display: none;
    }

    .logoPrevoir[b-mo84rfmz43] {
        display: none;
    }

    .small-logo[b-mo84rfmz43] {
        display: block;
    }

    .small-logoPrevoir[b-mo84rfmz43] {
        background-image: url('assets/img/logoprevoir.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        background-size: contain;
        height: 26.5px;
        width: 55px;
        display:block;
    }


    .small-logo-light[b-mo84rfmz43] {
        display: block;
    }

    .sidebar[b-mo84rfmz43] {
        width: 80px;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    article[b-mo84rfmz43] {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .content[b-mo84rfmz43] {
        position: fixed;
        background-color: #F9F9F9;
        height: 100%;
        width: 100%;
        padding-left: 107px;
    }
}

@media(max-width: 320px) {
}


@media (min-width: 770px) {
    .page[b-mo84rfmz43] {
        flex-direction: row;
    }


    .sidebar[b-mo84rfmz43] {
        width: 282px;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
    }

    article[b-mo84rfmz43] {
        padding-top: 1.5rem !important;
        padding-bottom: 5rem !important;
    }
}
/* /Shared/Menu/NavMenu.razor.rz.scp.css */
.nav-label[b-zalw53wxgh] {
    cursor: pointer;
}

.navMenuPrimary[b-zalw53wxgh]{
    padding: 0.65rem 0 0 0;
}

.nav-link[b-zalw53wxgh] {
    padding: 0.5rem 0.95rem;
    width: 100%;
}

span.icondrop[b-zalw53wxgh] {
    right: 12px;
    cursor: pointer;
    float: right;
}

span.oi[b-zalw53wxgh] {
    padding-right: 0.5rem;
    top: -1px !important;
}

a .nav-link[b-zalw53wxgh] {
    display: flex;
}

.sub-item[b-zalw53wxgh] {
    padding-left: 0.65rem;
}

/* New active states */
.nav-link[b-zalw53wxgh],
.nav-menu-header[b-zalw53wxgh] {
    color: #646469;
    fill: #646469;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

/* Active state text & icon color */
.nav-item.active .nav-link[b-zalw53wxgh],
.nav-item.active .nav-menu-header[b-zalw53wxgh] {
    color: var(--V3_TertiaryColor) !important;
}

.nav-item.active i[b-zalw53wxgh] {
    color: var(--V3_TertiaryColor) !important;
}

.nav-link.nav-menu-header.active[b-zalw53wxgh] {
    color: var(--V3_PrimaryColor) !important;
}

.nav-link:focus[b-zalw53wxgh], .nav-link:hover[b-zalw53wxgh] {
    color: var(--V3_TertiaryColor) !important;
}

a.nav-link.active[b-zalw53wxgh] {
    color: var(--V3_TertiaryColor) !important;
}

.header-bottom[b-zalw53wxgh] {
    bottom: 45px;
    position: absolute;
    width: 100%;
}
/* Mobile: Max width 769px */
@media (max-width: 769.99px) {
    /* Hide text label */
    .nav-label[b-zalw53wxgh] {
        display: none;
    }

    .header-bottom[b-zalw53wxgh] {
        bottom: 95px;
        position: absolute;
    }

    .icondrop[b-zalw53wxgh]{
        display: none;
    }

    .oi[b-zalw53wxgh]{
        margin-left: 14px;
    }

    .sub-item[b-zalw53wxgh] {
        padding-left: 4px;
    }
}

/* Desktop: Min width 770px */
@media (min-width: 770px) {
    /* Show regular icon and hide larger icon */
    .icon[b-zalw53wxgh] {
        display: block; /* Show on desktop */
    }

    /* Show text label */
    .nav-label[b-zalw53wxgh] {
        display: contents;
    }
}
/* /Shared/Modal/Modal.razor.rz.scp.css */
.modal-title[b-4kjd3g2513]{
    font-size:medium;
}

.modal-header[b-4kjd3g2513] {
    background-color: #17316A !important;
    height: 51px !important;
    border-radius: 30px !important;
}

    .modal-header h4[b-4kjd3g2513] {
        color: white !important;
    }

    .modal-header strong[b-4kjd3g2513] {
        color: white !important;
    }

    .modal-header.rounded-0.Warning[b-4kjd3g2513] {
        background-color: lightyellow;
        height: 40px !important;
    }


    .modal-header.rounded-0.Confirm[b-4kjd3g2513] {
        background-color: lightgreen;
        height: 40px !important;
    }

.modal-footer[b-4kjd3g2513] {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

@media(min-width: 770px) {
    .modal-content[b-4kjd3g2513] {
        position: absolute;
        left: 50%;
        top: 30%;
        transform: translate(-40%, 60%);
        margin: auto;
        background-color: var(--backgroundcolor);
        border-radius: 30px;
    }
}

.modal[b-4kjd3g2513] {
    z-index: 1999 !important;
    background-color: #00000035;
}

@media(max-width: 769.99px) {
    .modal-content[b-4kjd3g2513] {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, 65%);
        margin: auto;
        background-color: var(--backgroundcolor);
        border-radius: 30px;
    }
}
/* /Shared/NoNavigationLayout.razor.rz.scp.css */

.page[b-6662004sm3] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #F9F9F9;
}


main[b-6662004sm3] {
    flex: 1;
    width: 100%;
}


.sidebar[b-6662004sm3] {
    background-color: transparent;
    width: 252px;
    z-index: 3;
}


.small-logo[b-6662004sm3] {
    display: none;
}

.logoLink[b-6662004sm3] {
    margin: 0;
}

.content[b-6662004sm3] {
    position: fixed;
    background-color: #F9F9F9;
    height: 100%;
    width: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 769.99px) {
    .logo[b-6662004sm3] {
        display: none;
    }

    .logo-light[b-6662004sm3] {
        display: none;
    }

    .small-logo[b-6662004sm3] {
        display: block;
    }

    .small-logo-light[b-6662004sm3] {
        display: block;
    }

    .sidebar[b-6662004sm3] {
        width: 80px;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    .content[b-6662004sm3] {
        position: fixed;
        background-color: #F9F9F9;
        height: 100%;
        width: 100%;
        padding-top: 107px;
    }
}

@media(max-width: 320px) {
}


@media (min-width: 770px) {
    .page[b-6662004sm3] {
        flex-direction: row;
    }


    .sidebar[b-6662004sm3] {
        width: 252px;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
    }

}
