/* _content/N2tech.co.uk/Components/Layout/MainLayout.razor.rz.scp.css */
.sticky-header[b-nistmncsls] {
    /*position: fixed;*/ /*position: sticky;*/
    /*top: 0;*/ /*Stick to the top of the page */
    z-index: 1000; /* Ensure the header stays on top of other content */
    background-color: white; /* Ensure background color so it doesn't overlap */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional shadow for emphasis */
    width: 100%;
}

.page[b-nistmncsls] {
    /*display: flex;
    flex-direction: column;*/
    width: 100%;
    height: 100%;
    /*margin-top: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;*/ /* Ensure the page takes up the full viewport height */
}

.mainpanel[b-nistmncsls] {
    position: fixed;
    top: 70px;
    overflow-y: auto; /* Ensure the content is scrollable */
    height: calc(100% - 110px);
    width: 100%;
}

    .mainpanel.dashboard-page[b-nistmncsls] {
        overflow-y: hidden !important;
    }

[b-nistmncsls] .mainpanel.dashboard-page {
    overflow-y: hidden !important;
}

[b-nistmncsls] .mainpanel .k-animation-container {
    transform: translateY(-70px);
}

main[b-nistmncsls] {
    flex: 1; /* Ensures the main content grows to fill the space above the footer */
}

footer[b-nistmncsls] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    border-top: 1px solid #d6d5d5;
    text-align: center;
    z-index: 100; /* Ensure footer stays above other content */
}

.footer-container[b-nistmncsls] {
    margin-left: 15%; /* Apply 15% margin to the left */
    margin-right: 15%; /* Apply 15% margin to the right */
    width: 70%; /* The footer content takes up 70% width, centered */
    padding: 0.5rem 0;
    text-align: center;
}

#blazor-error-ui[b-nistmncsls] {
    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-nistmncsls] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.left-menu[b-nistmncsls] {
    width: 300px;
}

/*::deep .k-animation-container.telerik-blazor.k-animation-container-shown {
    position: fixed;
    top: 50px !important; 
    z-index: 1000; 
}
*/

@media screen and (max-width: 800px) {
    .mainpanel[b-nistmncsls] {
        top: 200px !important;
        height: calc(100% - 200px);
    }
    [b-nistmncsls] .mainpanel h1, [b-nistmncsls] .mainpanel h2 {
        font-size: 28px !important;
    }
}
/* _content/N2tech.co.uk/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-znhlq93kjl] {
    margin-left: 15%; /* 15% margin on the left */
    margin-right: 15%; /* 15% margin on the right */
    width: 70%; /* The menu bar takes up the remaining 70% width */
    background-color: white; /* Ensure the background remains white */
    overflow: hidden;
}

.navbar-toggler[b-znhlq93kjl] {
    appearance: none;
    cursor: pointer;
    color: white;
    border: none;
    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, 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;
}

.top-row[b-znhlq93kjl] {
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-znhlq93kjl] {
    font-size: 1.1rem;
    padding-top: 10px;
}

.container-fluid[b-znhlq93kjl] {
    display: flex;
}

.bi[b-znhlq93kjl] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

/* Additional styling for nav-item if needed */
.nav-item[b-znhlq93kjl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item[b-znhlq93kjl]  .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-znhlq93kjl]  a.active {
        background-color: rgba(255, 255, 255, 0.37);
        color: white;
    }

    .nav-item[b-znhlq93kjl]  .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-znhlq93kjl] {
        display: none; /* Hide toggler on wide screens */
    }
}

/* Main Menu */
/* Container for the main menu (left) */
.menu-container[b-znhlq93kjl] {
    display: flex;
    align-items: center;
}

/* Menu close to the logo */
.main-menu[b-znhlq93kjl] {
    margin-left: 0; /* Remove any extra spacing */
}

/* User info (or Register/Login) on the right */
.right-menu[b-znhlq93kjl] {
    display: flex;
    align-items: center;
    margin-left: auto; /* Push it to the right */
}


/* User info and Logout */
/* User info and Logout */
.user-info[b-znhlq93kjl] {
    display: flex;
    align-items: center;
    cursor: pointer; /* Make the icon and username clickable */
    margin-left: 40px; /* Space 40px to the right of the logo */
}

    .user-info i[b-znhlq93kjl] {
        margin-left: 5px;
        margin-right: 15px;
        font-size: 1.2rem; /* Adjust size if needed */
    }

.user-name[b-znhlq93kjl] {
    margin-left: 10px;
    font-weight: bold;
}

.logout-form[b-znhlq93kjl] {
    display: inline-block;
    margin-left: auto; /* Align logout form to the right */
}

/* Main Menu */
/* Target the list items (li) inside the custom Telerik menu */
[b-znhlq93kjl] .main-menu .k-menu-item {
    margin-right: 20px; /* Add space between each menu item */
}

    /* Target the link elements (span.k-menu-link) inside each menu item */
    [b-znhlq93kjl] .main-menu .k-menu-item .k-menu-link {
        padding: 10px 20px; /* Adjust padding for better spacing inside each menu item */
    }

        /* Optional: Add hover effects for better interaction */
        [b-znhlq93kjl] .main-menu .k-menu-item .k-menu-link:hover {
            background-color: #f0f0f0; /* Add background color on hover */
            border-radius: 5px; /* Optional: add rounded corners on hover */
        }

        /* Optional: Add space between text and icons */
        [b-znhlq93kjl] .main-menu .k-menu-item .k-menu-link .k-menu-link-text {
            margin-right: 5px; /* Space between text and icons */
        }

/* Hide desktop menu on small screens */
@media (max-width: 768px) {
    [b-znhlq93kjl] .desktop-menu {
        display: none;
    }

    [b-znhlq93kjl] .menu-button {
        display: block;
    }

    .navbar[b-znhlq93kjl] {
        margin-left: 20px !important;
    }
}

/* Show desktop menu on larger screens */
@media (min-width: 769px) {
    [b-znhlq93kjl] .menu-button {
        display: none;
    }

    .mobile-drawer[b-znhlq93kjl] {
        display: none !important;
    }

   /* .k-drawer-container {
        display: none !important;
    }

    .k-drawer-content {
        display: none !important;
    }

    ::deep .mobile-drawer .k-drawer {
        display: none !important;
    }*/

    :: deep .desktop-menu[b-znhlq93kjl] {
        /*display: ;*/
    }
}

/* Style for mobile drawer */
[b-znhlq93kjl] .mobile-drawer .k-drawer {
    width: 250px;
    background-color: white;
}
/* _content/N2tech.co.uk/Components/Pages/Contact.razor.rz.scp.css */
html[b-pj55v8czvj], body[b-pj55v8czvj] {
    height: 100%; /* Ensure the body and html are allowed to take up full height */
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal overflow */
}

.home-background[b-pj55v8czvj] {
    background-image: url('images/siftit_bg.jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    min-height: 70vh; /* Use min-height instead of height to allow for content overflow */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: visible; /* Allow content to flow beyond the section */
}

/* Style for the semi-transparent centered div */
.centered-content[b-pj55v8czvj] {
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    padding: 40px; /* Padding inside the box */
    border-radius: 15px; /* Rounded corners */
    text-align: center; /* Center the text inside */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
    max-width: 70vw; /* Maximum width for the content box */
    width: 30%; /* Ensure the div doesn't overflow */
    min-width: 300px;
    margin: 20px auto; /* Center it horizontally and vertically with margin */
    min-height: 60vh; /* Minimum height of the content box */
}

.ContactImg[b-pj55v8czvj] {
    float: left;
    padding-left: 5px;
}

.ContactDetails[b-pj55v8czvj] {
    width: 100%;
}

[b-pj55v8czvj] .btn {
    width: 100%;
}

[b-pj55v8czvj] .btn:hover {
    color: gray !important;
    background-color: #e51a5f81 !important;
}

.SendMessageTitle[b-pj55v8czvj] {
    position: relative;
    width: 100%;
}

    .SendMessageTitle img[b-pj55v8czvj] {
        position: absolute;
        left: 0vw;
    }

.ContactDetails[b-pj55v8czvj] {
    position: relative;
    width: 100%;
}

    .ContactDetails img[b-pj55v8czvj] {
        position: absolute;
        left: 0vw;
    }

    h4[b-pj55v8czvj] {
        font-size: 20px !important;
        margin-top: 0px !important;
    }

[b-pj55v8czvj] .k-input {
    background-color: white !important;
}

[b-pj55v8czvj] .k-button {
    max-width: 400px !important;
}
/* _content/N2tech.co.uk/Components/Pages/Development.razor.rz.scp.css */
html[b-as5li8cvkb], body[b-as5li8cvkb] {
    height: 100%; /* Ensure the body and html are allowed to take up full height */
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal overflow */
}

.home-background[b-as5li8cvkb] {
    background-image: url('images/siftit_bg2.jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    min-height: 70vh; /* Use min-height instead of height to allow for content overflow */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: visible; /* Allow content to flow beyond the section */
}

/* Style for the semi-transparent centered div */
.centered-content[b-as5li8cvkb] {
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    padding: 40px; /* Padding inside the box */
    border-radius: 15px; /* Rounded corners */
    text-align: center; /* Center the text inside */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
    max-width: 70vw; /* Maximum width for the content box */
    width: 100%; /* Ensure the div doesn't overflow */
    margin: 20px auto; /* Center it horizontally and vertically with margin */
    min-height: 60vh; /* Minimum height of the content box */
}

.siftit-home-text-one[b-as5li8cvkb] {
    position: absolute;
    top: 350px;
    left: 100px;
    width: 25vw;
    height: 300px;
    font-size: 1.5rem; /* Adjust the font size as needed */
    font-family: Arial, sans-serif; /* Customize the font */
    color: #fff; /* White text */
    padding: 10px; /* Optional: Padding inside the box */
    box-sizing: border-box; /* Ensures padding is inside the 300x300 box */
    overflow: hidden; /* Ensures any overflowing text is hidden */
}

.siftit-home-text-two[b-as5li8cvkb] {
    position: absolute;
    top: 200px;
    left: 70vw;
    width: 25vw;
    height: 300px;
    font-size: 1.5rem; /* Adjust the font size as needed */
    font-family: Arial, sans-serif; /* Customize the font */
    color: #fff; /* White text */
    padding: 10px; /* Optional: Padding inside the box */
    box-sizing: border-box; /* Ensures padding is inside the 300x300 box */
    overflow: hidden; /* Ensures any overflowing text is hidden */
}

.image-container[b-as5li8cvkb] {
    display: flex;
    justify-content: center; /* Centers the boxes horizontally */
    gap: 50px; /* Adds 50px of space between the boxes */
    margin-top: 50px; /* Space between the text and the image boxes */
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    padding-bottom: 20px; /* Adds some space at the bottom of the container */
}

.image-box[b-as5li8cvkb] {
    width: 300px;
    text-align: center; /* Centers the title */
    cursor: pointer; /* Changes the cursor to a pointer (hand) */
    transition: filter 0.3s ease; /* Smooth transition for the hover effect */
}

    .image-box img[b-as5li8cvkb] {
        width: 100%;
        height: 300px;
        object-fit: contain; /* Ensures the image fits nicely within the box */
        background-color: #fff; /* Optional: Only add background to the image if needed */
        cursor: pointer; /* Ensures the image itself also shows the pointer */
        transition: filter 0.3s ease; /* Smooth transition for the hover effect */
        border-radius: 15px; /* Adds rounded corners */
    }

    .image-box:hover img[b-as5li8cvkb] {
        filter: brightness(1.4); /* Slightly increase the brightness on hover */
    }

.image-title[b-as5li8cvkb] {
    margin-bottom: 10px; /* Space between title and image */
    font-size: 1.2rem; /* Adjust font size for the title */
    color: #000; /* Title text color */
}

.image-description[b-as5li8cvkb] {
    margin-top: 10px; /* Space between image and description */
    font-size: 1rem; /* Adjust font size for description */
    color: #333; /* Description text color */
    padding: 0 10px; /* Adds some padding to the sides */
    text-align: left; /* Align the bullet points to the left */
    list-style-type: disc; /* Add bullet points */
    padding-left: 20px; /* Ensure bullets are indented */
}

    .image-description li[b-as5li8cvkb] {
        margin-bottom: 8px; /* Adds space between each bullet point */
    }

.header-nexus[b-as5li8cvkb] {
    text-align: center;
}

.header-nexus-text[b-as5li8cvkb] {
    text-align: center; /* Centers the text horizontally */
    margin: 0 auto; /* Ensures the container is centered */
    width: 70vw; /* Adjust width as necessary */
    font-size: 1.2em; /* Adjust font size as needed */
    line-height: 1.5em; /* Adjust line height for readability */
}

/* Style for the semi-transparent centered div */
.centered-content-nexus[b-as5li8cvkb] {
    position: relative; /* Ensure the overlay is only within this container */
    padding: 20px;
    text-align: center;
    font-weight: 600;
    max-width: 70vw;
    width: 100%;
    margin: 5px auto;
    background-image: url('images/nexus.jpg'); /* Add the background image */
    background-size: cover; /* Cover the entire area */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Avoid repeating the image */
    border-radius: 15px; /* Adds rounded corners */
    overflow: hidden; /* Ensures the content and pseudo-element stay within the rounded corners */
}

    .centered-content-nexus[b-as5li8cvkb]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.7); /* White overlay with 80% opacity */
        z-index: 1;
        pointer-events: none; /* Ensure it doesn't block interaction */
    }

    .centered-content-nexus h1[b-as5li8cvkb],
    .centered-content-nexus .siftit-bullet-list-nexus[b-as5li8cvkb] {
        position: relative;
        z-index: 2; /* Ensure the text is above the overlay */
    }


.header-lab[b-as5li8cvkb] {
    text-align: center;
}

.header-lab-text[b-as5li8cvkb] {
    text-align: center; /* Centers the text horizontally */
    margin: 0 auto; /* Ensures the container is centered */
    width: 70vw; /* Adjust width as necessary */
    font-size: 1.2em; /* Adjust font size as needed */
    line-height: 1.5em; /* Adjust line height for readability */
}

.header-tooltip[b-as5li8cvkb] {
    color: #007BFF; /* Ensures the text is visible with a blue color */
    cursor: default; /* Pointer on hover */
    text-decoration: none; /* No underline */
}

    .header-tooltip:hover[b-as5li8cvkb] {
        color: #0056b3; /* Darker blue on hover for emphasis */
    }





/* Style the unordered list */
.siftit-bullet-list-nexus[b-as5li8cvkb] {
    list-style: none; /* Remove default bullet points */
    padding-left: 0; /* Remove default left padding */
}

    /* Style each list item */
    .siftit-bullet-list-nexus li[b-as5li8cvkb] {
        position: relative; /* Position relative to place the icon */
        padding-left: 30px; /* Space for the icon */
        margin-bottom: 1rem; /* Space between list items */
        font-size: 18px;
        text-align: left; /* Ensure the text is left-aligned */
    }

        /* Add a custom bullet using Font Awesome */
        .siftit-bullet-list-nexus li[b-as5li8cvkb]::before {
            content: "\53"; /* Font Awesome check icon (or any icon you prefer) */
            font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome is the font family */
            font-weight: 900; /* Ensure the icon uses the solid version */
            position: absolute;
            left: 0;
            color: #B85978; /* Customize the color */
            font-size: 1.2rem;
        }


/* Style for the semi-transparent centered div */
.centered-content-lab[b-as5li8cvkb] {
    position: relative; /* Ensure the overlay is only within this container */
    padding: 20px;
    text-align: center;
    font-weight: 600;
    max-width: 70vw;
    width: 100%;
    margin: 5px auto;
    background-image: url('images/lab.jpg'); /* Add the background image */
    background-size: cover; /* Cover the entire area */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Avoid repeating the image */
    border-radius: 15px; /* Adds rounded corners */
    overflow: hidden; /* Ensures the content and pseudo-element stay within the rounded corners */
}

    .centered-content-lab[b-as5li8cvkb]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.7); /* White overlay with 80% opacity */
        z-index: 1;
        pointer-events: none; /* Ensure it doesn't block interaction */
    }

    .centered-content-lab h1[b-as5li8cvkb],
    .centered-content-lab .siftit-bullet-list-lab[b-as5li8cvkb] {
        position: relative;
        z-index: 2; /* Ensure the text is above the overlay */
    }


/* Style the unordered list */
.siftit-bullet-list-lab[b-as5li8cvkb] {
    list-style: none; /* Remove default bullet points */
    padding-left: 0; /* Remove default left padding */
}

    /* Style each list item */
    .siftit-bullet-list-lab li[b-as5li8cvkb] {
        position: relative; /* Position relative to place the icon */
        padding-left: 30px; /* Space for the icon */
        margin-bottom: 1rem; /* Space between list items */
        font-size: 18px;
        text-align: left; /* Ensure the text is left-aligned */
    }

        /* Add a custom bullet using Font Awesome */
        .siftit-bullet-list-lab li[b-as5li8cvkb]::before {
            content: "\f0c3"; /* Font Awesome check icon (or any icon you prefer) */
            font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome is the font family */
            font-weight: 900; /* Ensure the icon uses the solid version */
            position: absolute;
            left: 0;
            color: #B85978; /* Customize the color */
            font-size: 1.2rem;
        }

.header-wtkm[b-as5li8cvkb] {
    text-align: center;
}

.social-media-links[b-as5li8cvkb] {
    text-align: center;
    margin-top: 50px;
}

.social-link[b-as5li8cvkb] {
    display: inline-block;
    margin: 0 15px;
    font-size: 2rem;
    color: #821A33; /* Change color as needed */
    transition: color 0.3s ease;
}

    .social-link:hover[b-as5li8cvkb] {
        color: #B85978; /* Highlight color on hover */
    }



/* Sitemap Container Styling */
.sitemap-container[b-as5li8cvkb] {
    background-color: #f0f0f0; /* Light grey color */
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.sitemap-content[b-as5li8cvkb] {
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.sitemap-list[b-as5li8cvkb] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 50px; /* Spacing between columns */
}

    /* Single links (e.g., Home, Pricing, API) */
    .sitemap-list li[b-as5li8cvkb] {
        display: inline-block;
    }

        .sitemap-list li a[b-as5li8cvkb] {
            text-decoration: none;
            color: #333; /* Dark text color */
            font-weight: bold;
            font-size: 16px;
        }

            .sitemap-list li a:hover[b-as5li8cvkb] {
                color: deeppink; /* Change color on hover */
            }

/* Titles for vertical sections (e.g., Products, Account) */
.sitemap-title[b-as5li8cvkb] {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    color: #000;
}

/* Vertical sublist for Products and Account */
.sitemap-sub-list[b-as5li8cvkb] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .sitemap-sub-list li[b-as5li8cvkb] {
        margin-bottom: 5px;
    }

        .sitemap-sub-list li a[b-as5li8cvkb] {
            text-decoration: none;
            color: #333; /* Dark text color */
        }

            .sitemap-sub-list li a:hover[b-as5li8cvkb] {
                color: deeppink; /* Hover effect */
            }






.cards-container[b-as5li8cvkb] {
    display: flex;
    justify-content: center;
    gap: 20px; /* Space between the pricing plan cards */
    flex-wrap: wrap; /* Ensures cards wrap if the screen is too small */
}

ul[b-as5li8cvkb] {
    padding-left: 20px;
}

.left-align-list[b-as5li8cvkb] {
    list-style-position: inside;
    padding-left: 0;
    text-align: left;
    margin-left: 0;
}

    .left-align-list li[b-as5li8cvkb] {
        margin-bottom: 8px; /* Optional: Adds spacing between list items */
    }

.green-tick[b-as5li8cvkb] {
    color: green;
}

.red-cross[b-as5li8cvkb] {
    color: red;
}
/* _content/N2tech.co.uk/Components/Pages/Home.razor.rz.scp.css */
html[b-rv8inogb77], body[b-rv8inogb77] {
    height: 100%; /* Ensure the body and html are allowed to take up full height */
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal overflow */
}

.home-background[b-rv8inogb77] {
    background-image: url('images/siftit_bg2.jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    min-height: 70vh; /* Use min-height instead of height to allow for content overflow */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: visible; /* Allow content to flow beyond the section */
}

/* Style for the semi-transparent centered div */
.centered-content[b-rv8inogb77] {
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    padding: 40px; /* Padding inside the box */
    border-radius: 15px; /* Rounded corners */
    text-align: center; /* Center the text inside */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
    max-width: 70vw; /* Maximum width for the content box */
    width: 100%; /* Ensure the div doesn't overflow */
    margin: 20px auto; /* Center it horizontally and vertically with margin */
    min-height: 60vh; /* Minimum height of the content box */
}

.siftit-home-text-one[b-rv8inogb77] {
    position: absolute;
    top: 350px;
    left: 100px;
    width: 25vw;
    height: 300px;
    font-size: 1.5rem; /* Adjust the font size as needed */
    font-family: Arial, sans-serif; /* Customize the font */
    color: #fff; /* White text */
    padding: 10px; /* Optional: Padding inside the box */
    box-sizing: border-box; /* Ensures padding is inside the 300x300 box */
    overflow: hidden; /* Ensures any overflowing text is hidden */
}

.siftit-home-text-two[b-rv8inogb77] {
    position: absolute;
    top: 200px;
    left: 70vw;
    width: 25vw;
    height: 300px;
    font-size: 1.5rem; /* Adjust the font size as needed */
    font-family: Arial, sans-serif; /* Customize the font */
    color: #fff; /* White text */
    padding: 10px; /* Optional: Padding inside the box */
    box-sizing: border-box; /* Ensures padding is inside the 300x300 box */
    overflow: hidden; /* Ensures any overflowing text is hidden */
}

.image-container[b-rv8inogb77] {
    display: flex;
    justify-content: center; /* Centers the boxes horizontally */
    gap: 50px; /* Adds 50px of space between the boxes */
    margin-top: 50px; /* Space between the text and the image boxes */
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    padding-bottom: 20px; /* Adds some space at the bottom of the container */
}

.image-box[b-rv8inogb77] {
    width: 300px;
    text-align: center; /* Centers the title */
    cursor: pointer; /* Changes the cursor to a pointer (hand) */
    transition: filter 0.3s ease; /* Smooth transition for the hover effect */
}

    .image-box img[b-rv8inogb77] {
        width: 100%;
        height: 300px;
        object-fit: contain; /* Ensures the image fits nicely within the box */
        background-color: #fff; /* Optional: Only add background to the image if needed */
        cursor: pointer; /* Ensures the image itself also shows the pointer */
        transition: filter 0.3s ease; /* Smooth transition for the hover effect */
        border-radius: 15px; /* Adds rounded corners */
    }

    .image-box:hover img[b-rv8inogb77] {
        filter: brightness(1.4); /* Slightly increase the brightness on hover */
    }

.image-title[b-rv8inogb77] {
    margin-bottom: 10px; /* Space between title and image */
    font-size: 1.2rem; /* Adjust font size for the title */
    color: #000; /* Title text color */
}

.image-description[b-rv8inogb77] {
    margin-top: 10px; /* Space between image and description */
    font-size: 1rem; /* Adjust font size for description */
    color: #333; /* Description text color */
    padding: 0 10px; /* Adds some padding to the sides */
    text-align: left; /* Align the bullet points to the left */
    list-style-type: disc; /* Add bullet points */
    padding-left: 20px; /* Ensure bullets are indented */
}

    .image-description li[b-rv8inogb77] {
        margin-bottom: 8px; /* Adds space between each bullet point */
    }

.header-nexus[b-rv8inogb77] {
    text-align: center;
}

.header-nexus-text[b-rv8inogb77] {
    text-align: center; /* Centers the text horizontally */
    margin: 0 auto; /* Ensures the container is centered */
    width: 70vw; /* Adjust width as necessary */
    font-size: 1.2em; /* Adjust font size as needed */
    line-height: 1.5em; /* Adjust line height for readability */
}

/* Style for the semi-transparent centered div */
.centered-content-nexus[b-rv8inogb77] {
    position: relative; /* Ensure the overlay is only within this container */
    padding: 20px;
    text-align: center;
    font-weight: 600;
    max-width: 70vw;
    width: 100%;
    margin: 5px auto;
    background-image: url('images/nexus.jpg'); /* Add the background image */
    background-size: cover; /* Cover the entire area */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Avoid repeating the image */
    border-radius: 15px; /* Adds rounded corners */
    overflow: hidden; /* Ensures the content and pseudo-element stay within the rounded corners */
}

    .centered-content-nexus[b-rv8inogb77]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.7); /* White overlay with 80% opacity */
        z-index: 1;
        pointer-events: none; /* Ensure it doesn't block interaction */
    }

    .centered-content-nexus h1[b-rv8inogb77],
    .centered-content-nexus .siftit-bullet-list-nexus[b-rv8inogb77] {
        position: relative;
        z-index: 2; /* Ensure the text is above the overlay */
    }


.header-lab[b-rv8inogb77] {
    text-align: center;
}

.header-lab-text[b-rv8inogb77] {
    text-align: center; /* Centers the text horizontally */
    margin: 0 auto; /* Ensures the container is centered */
    width: 70vw; /* Adjust width as necessary */
    font-size: 1.2em; /* Adjust font size as needed */
    line-height: 1.5em; /* Adjust line height for readability */
}

.header-tooltip[b-rv8inogb77] {
    color: #007BFF; /* Ensures the text is visible with a blue color */
    cursor: default; /* Pointer on hover */
    text-decoration: none; /* No underline */
}

    .header-tooltip:hover[b-rv8inogb77] {
        color: #0056b3; /* Darker blue on hover for emphasis */
    }





/* Style the unordered list */
.siftit-bullet-list-nexus[b-rv8inogb77] {
    list-style: none; /* Remove default bullet points */
    padding-left: 0; /* Remove default left padding */
}

    /* Style each list item */
    .siftit-bullet-list-nexus li[b-rv8inogb77] {
        position: relative; /* Position relative to place the icon */
        padding-left: 30px; /* Space for the icon */
        margin-bottom: 1rem; /* Space between list items */
        font-size: 18px;
        text-align: left; /* Ensure the text is left-aligned */
    }

        /* Add a custom bullet using Font Awesome */
        .siftit-bullet-list-nexus li[b-rv8inogb77]::before {
            content: "\53"; /* Font Awesome check icon (or any icon you prefer) */
            font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome is the font family */
            font-weight: 900; /* Ensure the icon uses the solid version */
            position: absolute;
            left: 0;
            color: #B85978; /* Customize the color */
            font-size: 1.2rem;
        }


/* Style for the semi-transparent centered div */
.centered-content-lab[b-rv8inogb77] {
    position: relative; /* Ensure the overlay is only within this container */
    padding: 20px;
    text-align: center;
    font-weight: 600;
    max-width: 70vw;
    width: 100%;
    margin: 5px auto;
    background-image: url('images/lab.jpg'); /* Add the background image */
    background-size: cover; /* Cover the entire area */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Avoid repeating the image */
    border-radius: 15px; /* Adds rounded corners */
    overflow: hidden; /* Ensures the content and pseudo-element stay within the rounded corners */
}

    .centered-content-lab[b-rv8inogb77]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.7); /* White overlay with 80% opacity */
        z-index: 1;
        pointer-events: none; /* Ensure it doesn't block interaction */
    }

    .centered-content-lab h1[b-rv8inogb77],
    .centered-content-lab .siftit-bullet-list-lab[b-rv8inogb77] {
        position: relative;
        z-index: 2; /* Ensure the text is above the overlay */
    }


/* Style the unordered list */
.siftit-bullet-list-lab[b-rv8inogb77] {
    list-style: none; /* Remove default bullet points */
    padding-left: 0; /* Remove default left padding */
}

    /* Style each list item */
    .siftit-bullet-list-lab li[b-rv8inogb77] {
        position: relative; /* Position relative to place the icon */
        padding-left: 30px; /* Space for the icon */
        margin-bottom: 1rem; /* Space between list items */
        font-size: 18px;
        text-align: left; /* Ensure the text is left-aligned */
    }

        /* Add a custom bullet using Font Awesome */
        .siftit-bullet-list-lab li[b-rv8inogb77]::before {
            content: "\f0c3"; /* Font Awesome check icon (or any icon you prefer) */
            font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome is the font family */
            font-weight: 900; /* Ensure the icon uses the solid version */
            position: absolute;
            left: 0;
            color: #B85978; /* Customize the color */
            font-size: 1.2rem;
        }

.header-wtkm[b-rv8inogb77] {
    text-align: center;
}

.social-media-links[b-rv8inogb77] {
    text-align: center;
    margin-top: 50px;
}

.social-link[b-rv8inogb77] {
    display: inline-block;
    margin: 0 15px;
    font-size: 2rem;
    color: #821A33; /* Change color as needed */
    transition: color 0.3s ease;
}

    .social-link:hover[b-rv8inogb77] {
        color: #B85978; /* Highlight color on hover */
    }



/* Sitemap Container Styling */
.sitemap-container[b-rv8inogb77] {
    background-color: #f0f0f0; /* Light grey color */
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.sitemap-content[b-rv8inogb77] {
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.sitemap-list[b-rv8inogb77] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 50px; /* Spacing between columns */
}

    /* Single links (e.g., Home, Pricing, API) */
    .sitemap-list li[b-rv8inogb77] {
        display: inline-block;
    }

        .sitemap-list li a[b-rv8inogb77] {
            text-decoration: none;
            color: #333; /* Dark text color */
            font-weight: bold;
            font-size: 16px;
        }

            .sitemap-list li a:hover[b-rv8inogb77] {
                color: deeppink; /* Change color on hover */
            }

/* Titles for vertical sections (e.g., Products, Account) */
.sitemap-title[b-rv8inogb77] {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    color: #000;
}

/* Vertical sublist for Products and Account */
.sitemap-sub-list[b-rv8inogb77] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .sitemap-sub-list li[b-rv8inogb77] {
        margin-bottom: 5px;
    }

        .sitemap-sub-list li a[b-rv8inogb77] {
            text-decoration: none;
            color: #333; /* Dark text color */
        }

            .sitemap-sub-list li a:hover[b-rv8inogb77] {
                color: deeppink; /* Hover effect */
            }






.cards-container[b-rv8inogb77] {
    display: flex;
    justify-content: center;
    gap: 20px; /* Space between the pricing plan cards */
    flex-wrap: wrap; /* Ensures cards wrap if the screen is too small */
}

ul[b-rv8inogb77] {
    padding-left: 20px;
}

.left-align-list[b-rv8inogb77] {
    list-style-position: inside;
    padding-left: 0;
    text-align: left;
    margin-left: 0;
}

    .left-align-list li[b-rv8inogb77] {
        margin-bottom: 8px; /* Optional: Adds spacing between list items */
    }

.green-tick[b-rv8inogb77] {
    color: green;
}

.red-cross[b-rv8inogb77] {
    color: red;
}
/* _content/N2tech.co.uk/Components/Pages/Legal.razor.rz.scp.css */
html[b-vyzmw3yxa1], body[b-vyzmw3yxa1] {
    height: 100%; /* Ensure the body and html are allowed to take up full height */
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal overflow */
}

.home-background[b-vyzmw3yxa1] {
    background-image: url('images/siftit_bg2.jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    min-height: 70vh; /* Use min-height instead of height to allow for content overflow */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: visible; /* Allow content to flow beyond the section */
}

/* Style for the semi-transparent centered div */
.centered-content[b-vyzmw3yxa1] {
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    padding: 40px; /* Padding inside the box */
    border-radius: 15px; /* Rounded corners */
    text-align: center; /* Center the text inside */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
    max-width: 70vw; /* Maximum width for the content box */
    width: 100%; /* Ensure the div doesn't overflow */
    margin: 20px auto; /* Center it horizontally and vertically with margin */
    min-height: 60vh; /* Minimum height of the content box */
}

.siftit-home-text-one[b-vyzmw3yxa1] {
    position: absolute;
    top: 350px;
    left: 100px;
    width: 25vw;
    height: 300px;
    font-size: 1.5rem; /* Adjust the font size as needed */
    font-family: Arial, sans-serif; /* Customize the font */
    color: #fff; /* White text */
    padding: 10px; /* Optional: Padding inside the box */
    box-sizing: border-box; /* Ensures padding is inside the 300x300 box */
    overflow: hidden; /* Ensures any overflowing text is hidden */
}

.siftit-home-text-two[b-vyzmw3yxa1] {
    position: absolute;
    top: 200px;
    left: 70vw;
    width: 25vw;
    height: 300px;
    font-size: 1.5rem; /* Adjust the font size as needed */
    font-family: Arial, sans-serif; /* Customize the font */
    color: #fff; /* White text */
    padding: 10px; /* Optional: Padding inside the box */
    box-sizing: border-box; /* Ensures padding is inside the 300x300 box */
    overflow: hidden; /* Ensures any overflowing text is hidden */
}

.image-container[b-vyzmw3yxa1] {
    display: flex;
    justify-content: center; /* Centers the boxes horizontally */
    gap: 50px; /* Adds 50px of space between the boxes */
    margin-top: 50px; /* Space between the text and the image boxes */
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    padding-bottom: 20px; /* Adds some space at the bottom of the container */
}

.image-box[b-vyzmw3yxa1] {
    width: 300px;
    text-align: center; /* Centers the title */
    cursor: pointer; /* Changes the cursor to a pointer (hand) */
    transition: filter 0.3s ease; /* Smooth transition for the hover effect */
}

    .image-box img[b-vyzmw3yxa1] {
        width: 100%;
        height: 300px;
        object-fit: contain; /* Ensures the image fits nicely within the box */
        background-color: #fff; /* Optional: Only add background to the image if needed */
        cursor: pointer; /* Ensures the image itself also shows the pointer */
        transition: filter 0.3s ease; /* Smooth transition for the hover effect */
        border-radius: 15px; /* Adds rounded corners */
    }

    .image-box:hover img[b-vyzmw3yxa1] {
        filter: brightness(1.4); /* Slightly increase the brightness on hover */
    }

.image-title[b-vyzmw3yxa1] {
    margin-bottom: 10px; /* Space between title and image */
    font-size: 1.2rem; /* Adjust font size for the title */
    color: #000; /* Title text color */
}

.image-description[b-vyzmw3yxa1] {
    margin-top: 10px; /* Space between image and description */
    font-size: 1rem; /* Adjust font size for description */
    color: #333; /* Description text color */
    padding: 0 10px; /* Adds some padding to the sides */
    text-align: left; /* Align the bullet points to the left */
    list-style-type: disc; /* Add bullet points */
    padding-left: 20px; /* Ensure bullets are indented */
}

    .image-description li[b-vyzmw3yxa1] {
        margin-bottom: 8px; /* Adds space between each bullet point */
    }

.header-nexus[b-vyzmw3yxa1] {
    text-align: center;
}

.header-nexus-text[b-vyzmw3yxa1] {
    text-align: center; /* Centers the text horizontally */
    margin: 0 auto; /* Ensures the container is centered */
    width: 70vw; /* Adjust width as necessary */
    font-size: 1.2em; /* Adjust font size as needed */
    line-height: 1.5em; /* Adjust line height for readability */
}

/* Style for the semi-transparent centered div */
.centered-content-nexus[b-vyzmw3yxa1] {
    position: relative; /* Ensure the overlay is only within this container */
    padding: 20px;
    text-align: center;
    font-weight: 600;
    max-width: 70vw;
    width: 100%;
    margin: 5px auto;
    background-image: url('images/nexus.jpg'); /* Add the background image */
    background-size: cover; /* Cover the entire area */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Avoid repeating the image */
    border-radius: 15px; /* Adds rounded corners */
    overflow: hidden; /* Ensures the content and pseudo-element stay within the rounded corners */
}

    .centered-content-nexus[b-vyzmw3yxa1]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.7); /* White overlay with 80% opacity */
        z-index: 1;
        pointer-events: none; /* Ensure it doesn't block interaction */
    }

    .centered-content-nexus h1[b-vyzmw3yxa1],
    .centered-content-nexus .siftit-bullet-list-nexus[b-vyzmw3yxa1] {
        position: relative;
        z-index: 2; /* Ensure the text is above the overlay */
    }


.header-lab[b-vyzmw3yxa1] {
    text-align: center;
}

.header-lab-text[b-vyzmw3yxa1] {
    text-align: center; /* Centers the text horizontally */
    margin: 0 auto; /* Ensures the container is centered */
    width: 70vw; /* Adjust width as necessary */
    font-size: 1.2em; /* Adjust font size as needed */
    line-height: 1.5em; /* Adjust line height for readability */
}

.header-tooltip[b-vyzmw3yxa1] {
    color: #007BFF; /* Ensures the text is visible with a blue color */
    cursor: default; /* Pointer on hover */
    text-decoration: none; /* No underline */
}

    .header-tooltip:hover[b-vyzmw3yxa1] {
        color: #0056b3; /* Darker blue on hover for emphasis */
    }





/* Style the unordered list */
.siftit-bullet-list-nexus[b-vyzmw3yxa1] {
    list-style: none; /* Remove default bullet points */
    padding-left: 0; /* Remove default left padding */
}

    /* Style each list item */
    .siftit-bullet-list-nexus li[b-vyzmw3yxa1] {
        position: relative; /* Position relative to place the icon */
        padding-left: 30px; /* Space for the icon */
        margin-bottom: 1rem; /* Space between list items */
        font-size: 18px;
        text-align: left; /* Ensure the text is left-aligned */
    }

        /* Add a custom bullet using Font Awesome */
        .siftit-bullet-list-nexus li[b-vyzmw3yxa1]::before {
            content: "\53"; /* Font Awesome check icon (or any icon you prefer) */
            font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome is the font family */
            font-weight: 900; /* Ensure the icon uses the solid version */
            position: absolute;
            left: 0;
            color: #B85978; /* Customize the color */
            font-size: 1.2rem;
        }


/* Style for the semi-transparent centered div */
.centered-content-lab[b-vyzmw3yxa1] {
    position: relative; /* Ensure the overlay is only within this container */
    padding: 20px;
    text-align: center;
    font-weight: 600;
    max-width: 70vw;
    width: 100%;
    margin: 5px auto;
    background-image: url('images/lab.jpg'); /* Add the background image */
    background-size: cover; /* Cover the entire area */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Avoid repeating the image */
    border-radius: 15px; /* Adds rounded corners */
    overflow: hidden; /* Ensures the content and pseudo-element stay within the rounded corners */
}

    .centered-content-lab[b-vyzmw3yxa1]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.7); /* White overlay with 80% opacity */
        z-index: 1;
        pointer-events: none; /* Ensure it doesn't block interaction */
    }

    .centered-content-lab h1[b-vyzmw3yxa1],
    .centered-content-lab .siftit-bullet-list-lab[b-vyzmw3yxa1] {
        position: relative;
        z-index: 2; /* Ensure the text is above the overlay */
    }


/* Style the unordered list */
.siftit-bullet-list-lab[b-vyzmw3yxa1] {
    list-style: none; /* Remove default bullet points */
    padding-left: 0; /* Remove default left padding */
}

    /* Style each list item */
    .siftit-bullet-list-lab li[b-vyzmw3yxa1] {
        position: relative; /* Position relative to place the icon */
        padding-left: 30px; /* Space for the icon */
        margin-bottom: 1rem; /* Space between list items */
        font-size: 18px;
        text-align: left; /* Ensure the text is left-aligned */
    }

        /* Add a custom bullet using Font Awesome */
        .siftit-bullet-list-lab li[b-vyzmw3yxa1]::before {
            content: "\f0c3"; /* Font Awesome check icon (or any icon you prefer) */
            font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome is the font family */
            font-weight: 900; /* Ensure the icon uses the solid version */
            position: absolute;
            left: 0;
            color: #B85978; /* Customize the color */
            font-size: 1.2rem;
        }

.header-wtkm[b-vyzmw3yxa1] {
    text-align: center;
}

.social-media-links[b-vyzmw3yxa1] {
    text-align: center;
    margin-top: 50px;
}

.social-link[b-vyzmw3yxa1] {
    display: inline-block;
    margin: 0 15px;
    font-size: 2rem;
    color: #821A33; /* Change color as needed */
    transition: color 0.3s ease;
}

    .social-link:hover[b-vyzmw3yxa1] {
        color: #B85978; /* Highlight color on hover */
    }



/* Sitemap Container Styling */
.sitemap-container[b-vyzmw3yxa1] {
    background-color: #f0f0f0; /* Light grey color */
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.sitemap-content[b-vyzmw3yxa1] {
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.sitemap-list[b-vyzmw3yxa1] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 50px; /* Spacing between columns */
}

    /* Single links (e.g., Home, Pricing, API) */
    .sitemap-list li[b-vyzmw3yxa1] {
        display: inline-block;
    }

        .sitemap-list li a[b-vyzmw3yxa1] {
            text-decoration: none;
            color: #333; /* Dark text color */
            font-weight: bold;
            font-size: 16px;
        }

            .sitemap-list li a:hover[b-vyzmw3yxa1] {
                color: deeppink; /* Change color on hover */
            }

/* Titles for vertical sections (e.g., Products, Account) */
.sitemap-title[b-vyzmw3yxa1] {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    color: #000;
}

/* Vertical sublist for Products and Account */
.sitemap-sub-list[b-vyzmw3yxa1] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .sitemap-sub-list li[b-vyzmw3yxa1] {
        margin-bottom: 5px;
    }

        .sitemap-sub-list li a[b-vyzmw3yxa1] {
            text-decoration: none;
            color: #333; /* Dark text color */
        }

            .sitemap-sub-list li a:hover[b-vyzmw3yxa1] {
                color: deeppink; /* Hover effect */
            }






.cards-container[b-vyzmw3yxa1] {
    display: flex;
    justify-content: center;
    gap: 20px; /* Space between the pricing plan cards */
    flex-wrap: wrap; /* Ensures cards wrap if the screen is too small */
}

ul[b-vyzmw3yxa1] {
    padding-left: 20px;
}

.left-align-list[b-vyzmw3yxa1] {
    list-style-position: inside;
    padding-left: 0;
    text-align: left;
    margin-left: 0;
}

    .left-align-list li[b-vyzmw3yxa1] {
        margin-bottom: 8px; /* Optional: Adds spacing between list items */
    }

.green-tick[b-vyzmw3yxa1] {
    color: green;
}

.red-cross[b-vyzmw3yxa1] {
    color: red;
}
