/* _content/PaS_Platform.Client.Blazor/Components/Authentication/ForgottenPassword.razor.rz.scp.css */
.forgot-password-container[b-c92952t5a5] {
    max-width: 600px;
    margin: auto;
    padding: 2rem;
    background: #1e1e1e;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

    .forgot-password-container img.logo[b-c92952t5a5] {
        width: 200px; /* Increase the size of the logo */
        margin-bottom: 1rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .forgot-password-container h3[b-c92952t5a5] {
        margin-bottom: 1.5rem;
        color: #e0e0e0;
    }

    .forgot-password-container .e-input-group[b-c92952t5a5] {
        margin-bottom: 1rem;
    }

    .forgot-password-container .e-btn[b-c92952t5a5] {
        margin-top: 1rem;
    }

.forgot-password-link[b-c92952t5a5] {
    color: #ffffff;
}

.forgot-password-skeleton[b-c92952t5a5] {
    margin-top: 1rem;
}
/* _content/PaS_Platform.Client.Blazor/Components/Authentication/Login.razor.rz.scp.css */
.login-container[b-78z0d5l47b] {
    max-width: 600px;
    margin: auto;
    padding: 2rem;
    background: #1e1e1e;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.login-container img.logo[b-78z0d5l47b] {
    width: 200px; /* Increase the size of the logo */
    margin-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.login-container h3[b-78z0d5l47b] {
    margin-bottom: 1.5rem;
    color: #e0e0e0;
}

.login-container .e-input-group[b-78z0d5l47b] {
    margin-bottom: 1rem;
}

.login-container .e-btn[b-78z0d5l47b] {
    margin-top: 1rem;
}

.register-link[b-78z0d5l47b] {
    color: #ffffff;
}

.login-skeleton[b-78z0d5l47b] {
    margin-top: 1rem;
}
.captcha-container[b-78z0d5l47b] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0; /* Optional spacing */
}

/* _content/PaS_Platform.Client.Blazor/Components/Authentication/Register.razor.rz.scp.css */
.register-container[b-ist36bmzlx] {
    max-width: 600px;
    margin: auto;
    padding: 2rem;
    background: #1e1e1e;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.register-container img.logo[b-ist36bmzlx] {
    width: 200px; /* Increase the size of the logo */
    margin-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.register-container h3[b-ist36bmzlx] {
    margin-bottom: 1.5rem;
    color: #e0e0e0;
}

.register-container .e-input-group[b-ist36bmzlx] {
    margin-bottom: 1rem;
}

.register-container .e-btn[b-ist36bmzlx] {
    margin-top: 1rem;
}

.register-link[b-ist36bmzlx]{
    color: #ffffff;
}

.register-skeleton[b-ist36bmzlx] {
    margin-top: 1rem;
}
.captcha-container[b-ist36bmzlx] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0; /* Optional spacing */
}
/* _content/PaS_Platform.Client.Blazor/Components/Authentication/ResetPassword.razor.rz.scp.css */
.reset-password-container[b-z1giwce32o] {
    max-width: 600px;
    margin: auto;
    padding: 2rem;
    background: #1e1e1e;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

    .reset-password-container img.logo[b-z1giwce32o] {
        width: 200px; /* Increase the size of the logo */
        margin-bottom: 1rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .reset-password-container h3[b-z1giwce32o] {
        margin-bottom: 1.5rem;
        color: #e0e0e0;
    }

    .reset-password-container .e-input-group[b-z1giwce32o] {
        margin-bottom: 1rem;
    }

    .reset-password-container .e-btn[b-z1giwce32o] {
        margin-top: 1rem;
    }

.reset-password-link[b-z1giwce32o] {
    color: #ffffff;
}

.reset-password-skeleton[b-z1giwce32o] {
    margin-top: 1rem;
}
/* _content/PaS_Platform.Client.Blazor/Components/Custom/AnimatedText.razor.rz.scp.css */
.animated-text-container[b-pskyio91s3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    font-size: 2em;
    font-weight: bold;
}

.animated-text[b-pskyio91s3] {
    background: linear-gradient(to right, #da4e50, #6a6298, #3b6bb6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

    .animated-text.fade-out[b-pskyio91s3] {
        opacity: 0;
    }
/* _content/PaS_Platform.Client.Blazor/Components/Custom/AnimatedText_01.razor.rz.scp.css */
.animated-text-container[b-ubl6msuqfr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    font-size: 2em;
    font-weight: bold;
}

.animated-text[b-ubl6msuqfr] {
    opacity: 0;
    animation: fadeIn-b-ubl6msuqfr 3s ease-in-out forwards;
}

@keyframes fadeIn-b-ubl6msuqfr {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* _content/PaS_Platform.Client.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ywpuq7he0y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ywpuq7he0y] {
    flex: 1;
    background-color: #212121;
    color: #ffffff;
    overflow-x: hidden; /* Prevent main from expanding horizontally */
}

.sidebar[b-ywpuq7he0y] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #171717;
}

.top-row[b-ywpuq7he0y] {
    background-color: #1b1b1b;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ywpuq7he0y]  a, .top-row[b-ywpuq7he0y]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ywpuq7he0y]  a:hover, .top-row[b-ywpuq7he0y]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ywpuq7he0y]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ywpuq7he0y] {
        justify-content: space-between;
    }

    .top-row[b-ywpuq7he0y]  a, .top-row[b-ywpuq7he0y]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ywpuq7he0y] {
        flex-direction: row;
    }

    .sidebar[b-ywpuq7he0y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ywpuq7he0y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ywpuq7he0y]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ywpuq7he0y], article[b-ywpuq7he0y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ywpuq7he0y] {
    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: 1000;
}

    #blazor-error-ui .dismiss[b-ywpuq7he0y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Hide sidebar when class applied */
.hidden-desktop[b-ywpuq7he0y] {
    display: none;
}

/* Toggle button styling */
.toggle-sidebar-button[b-ywpuq7he0y] {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    margin-right: auto; /* Pushes it to the left */
    padding: 0.5rem;
}

@media (max-width: 640.98px) {
    /* On small screens, always show the sidebar toggle as per existing burger menu */
    .toggle-sidebar-button[b-ywpuq7he0y] {
        display: none;
    }
}
/* _content/PaS_Platform.Client.Blazor/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-je5g5pxr50] {
    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-je5g5pxr50] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-je5g5pxr50] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-je5g5pxr50] {
    font-size: 1.1rem;
}

.bi[b-je5g5pxr50] {
    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-je5g5pxr50] {
    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-je5g5pxr50] {
    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-je5g5pxr50] {
    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-je5g5pxr50] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-je5g5pxr50] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-je5g5pxr50] {
        padding-bottom: 1rem;
    }

    .nav-item[b-je5g5pxr50]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-je5g5pxr50]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-je5g5pxr50]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-je5g5pxr50] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-je5g5pxr50] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-je5g5pxr50] {
        display: none;
    }

    .nav-scrollable[b-je5g5pxr50] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/PaS_Platform.Client.Blazor/Components/Pages/Account.razor.rz.scp.css */
.content-wrapper[b-8pze8fcjyo] {
    margin-top: 47px;
}

.switch-control .heading[b-8pze8fcjyo] {
    text-indent: 15px;
    padding: 15px 0;
}

.switch-control div[b-8pze8fcjyo] {
    display: flex;
    align-items: flex-start;
}

.switch-control[b-8pze8fcjyo] {
    margin: 0 auto;
    width: 275px;
}

    .switch-control label[b-8pze8fcjyo] {
        -webkit-tap-highlight-color: transparent;
        cursor: pointer;
        user-select: none;
        font-weight: 400;
        font-size: 13px;
    }

    .switch-control .e-disabled[b-8pze8fcjyo] {
        pointer-events: none;
    }

/* Container for the whole settings page */
.settings-container[b-8pze8fcjyo] {
    margin: 20px;
    padding: 20px;
    text-align: left;
    max-width: 800px;
}

/* Switch container so that the switch and its label are aligned */
.switch-container[b-8pze8fcjyo] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* Visible label for the switch */
.switch-label[b-8pze8fcjyo] {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

/* Optional: adjust the SfSwitch styling */
.email-switch[b-8pze8fcjyo] {
    margin: 0;
}

/* Input group: adds spacing between the text box and the add button */
.input-group[b-8pze8fcjyo] {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
}

/* SfListBox container: ensure proper spacing and scrolling */
.email-listbox[b-8pze8fcjyo] {
    margin-top: 20px;
    overflow-y: auto;
    height: 300px; /* adjust as needed */
}

/* Updated styling for each email item */
.email-item[b-8pze8fcjyo] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: transparent; /* Remove white background */
    line-height: 0;
}

/* _content/PaS_Platform.Client.Blazor/Components/Pages/AccountCreate.razor.rz.scp.css */
.login-skeleton[b-2rhr9g6e2j] {
    margin-top: 1rem;
}
/* _content/PaS_Platform.Client.Blazor/Components/Pages/Collection.razor.rz.scp.css */
.icon-cross[b-80sunpaqul]::before {
    font-family: "FontAwesome";
    content: "\f0f7"; /* Unicode for a building icon (representing business) */
    color: cornflowerblue;
    font-size: 16px; /* Adjust size as needed */
    display: inline-block;
    vertical-align: middle;
}
/* site.css or equivalent */

.icon-warning[b-80sunpaqul]::before {
    content: "\26A0"; /* Unicode for warning sign */
    color: red;
    font-weight: bold;
    font-size: 16px; /* Adjust size as needed */
}

.icon-tick[b-80sunpaqul]::before {
    font-family: "FontAwesome";
    content: "\f007"; /* Unicode for user icon (representing a person) */
    color: green;
    font-size: 16px; /* Adjust size as needed */
    display: inline-block;
    vertical-align: middle;
}

.progress-bar[b-80sunpaqul] {
    height: 100%;
    text-align: center;
    color: white;
    position: relative;
    line-height: 25px; /* Match the height for vertical centering */
}

.progress-red[b-80sunpaqul] {
    background-color: #ff0000;
}

.progress-orange[b-80sunpaqul] {
    background-color: #ff6a00;
}

.progress-green[b-80sunpaqul] {
    background-color: #4cff00;
}

.progress-text[b-80sunpaqul] {
    position: absolute;
    right: 0; /* Adjust position as needed */
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px; /* Add padding to adjust text position */
}

.treegrid-wrapper[b-80sunpaqul] {
    width: 100%;
    overflow-x: auto; /* Enables horizontal scrolling if content overflows */
    margin: 0 auto; /* Center the container if needed */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    white-space: nowrap; /* Prevent wrapping of content, forcing horizontal scroll */
}

.e-treegrid[b-80sunpaqul] {
    width: auto;
    table-layout: auto; /* Prevent table from exceeding container width */
}

.e-treegrid .e-gridheader[b-80sunpaqul],
.e-treegrid .e-gridcontent[b-80sunpaqul] {
    overflow-x: auto; /* Ensure horizontal scrolling within the grid */
    overflow-y: hidden; /* Prevent vertical scrolling within the grid */
    max-width: 100%; /* Ensure content does not exceed container width */
}

.collection-layout[b-80sunpaqul] {
    display: flex;
    justify-content: space-between;
}

.description[b-80sunpaqul] {
    flex: 2; /* Takes up two-thirds of the container width */
    padding-right: 1rem; /* Spacing between the description and the index table */
}

.index-table[b-80sunpaqul] {
    flex: 1; /* Takes up one-third of the container width */
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 5px;
}

.index-item[b-80sunpaqul] {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.color-box[b-80sunpaqul] {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
    border-radius: 3px;
}

/* Define the colors for each index item */
.color-compliant[b-80sunpaqul] {
    background-color: #4cff00;
}

.color-noncompliant[b-80sunpaqul] {
    background-color: #ff0000;
}

.color-pendingfeedback[b-80sunpaqul] {
    background-color: #8e00e6;
}

.color-falsepositive[b-80sunpaqul] {
    background-color: #ff7700;
}

.custom-chip .e-chip[b-80sunpaqul] {
    font-size: 3rem; /* Makes the text larger */
    font-weight: bold; /* Makes the text bold */
    padding: 10px 15px; /* Adds more padding for a larger chip */
    border-radius: 8px; /* Optional: Rounded edges */
}

    .custom-chip .e-chip:hover[b-80sunpaqul] {
        background-color: #e0e0e0; /* Adds a hover effect */
    }
/* _content/PaS_Platform.Client.Blazor/Components/Pages/Dashboard.razor.rz.scp.css */
/* site.css or equivalent */

.icon-warning[b-7vjmxhf1fw]::before {
    content: "\26A0"; /* Unicode for warning sign */
    color: red;
    font-weight: bold;
    font-size: 16px; /* Adjust size as needed */
}

.icon-tick[b-7vjmxhf1fw]::before {
    content: "\2714"; /* Unicode for check mark */
    color: green;
    font-weight: bold;
    font-size: 16px; /* Adjust size as needed */
}

.progress-bar[b-7vjmxhf1fw] {
    height: 100%;
    text-align: center;
    color: white;
    position: relative;
    line-height: 25px; /* Match the height for vertical centering */
}

.progress-red[b-7vjmxhf1fw] {
    background-color: #ff0000;
}

.progress-orange[b-7vjmxhf1fw] {
    background-color: #ff6a00;
}

.progress-green[b-7vjmxhf1fw] {
    background-color: #4cff00;
}

.progress-text[b-7vjmxhf1fw] {
    position: absolute;
    right: 0; /* Adjust position as needed */
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px; /* Add padding to adjust text position */
}

/* _content/PaS_Platform.Client.Blazor/Components/Pages/Home.razor.rz.scp.css */
.home-container[b-zs52plwpdc] {
    width:800px;
    margin: auto;
    padding: 2rem;
    background: #1e1e1e;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.gdpr-info[b-zs52plwpdc] {
    position: relative;
}

    .gdpr-info img[b-zs52plwpdc] {
        max-height: 72px;
        position: absolute;
        bottom: 0;
        right: 0;
        cursor: pointer;
    }
/* _content/PaS_Platform.Client.Blazor/Components/Pages/Institution.razor.rz.scp.css */
/* site.css or equivalent */

.icon-warning[b-j330ty701o]::before {
    content: "\26A0"; /* Unicode for warning sign */
    color: red;
    font-weight: bold;
    font-size: 16px; /* Adjust size as needed */
}

.icon-tick[b-j330ty701o]::before {
    content: "\2714"; /* Unicode for check mark */
    color: green;
    font-weight: bold;
    font-size: 16px; /* Adjust size as needed */
}

.progress-bar[b-j330ty701o] {
    height: 100%;
    text-align: center;
    color: white;
    position: relative;
    line-height: 25px; /* Match the height for vertical centering */
}

.progress-red[b-j330ty701o] {
    background-color: #ff0000;
}

.progress-orange[b-j330ty701o] {
    background-color: #ff6a00;
}

.progress-green[b-j330ty701o] {
    background-color: #4cff00;
}

.progress-text[b-j330ty701o] {
    position: absolute;
    right: 0; /* Adjust position as needed */
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px; /* Add padding to adjust text position */
}
/* _content/PaS_Platform.Client.Blazor/Components/Pages/UserManager.razor.rz.scp.css */
/* site.css or equivalent */

.icon-warning[b-qtm0kykqrm]::before {
    content: "\26A0"; /* Unicode for warning sign */
    color: red;
    font-weight: bold;
    font-size: 16px; /* Adjust size as needed */
}

.icon-tick[b-qtm0kykqrm]::before {
    content: "\2714"; /* Unicode for check mark */
    color: green;
    font-weight: bold;
    font-size: 16px; /* Adjust size as needed */
}
