<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* _content/Tugela-Coporate/Components/Account/Pages/Login.razor.rz.scp.css */
body[b-okgrppviz1] {

}

.login-container[b-okgrppviz1] {
    display: grid !important;
    align-content: center !important;
    min-height: 100vh;
    background: #fff;
}

.login-body[b-okgrppviz1]{
    width: 40%;
    height: fit-content;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    /*box-shadow: 0 20px 20px -20px rgba(0,0,0,0.4);*/
}
/* _content/Tugela-Coporate/Components/Content/Contact.razor.rz.scp.css */
input[b-vbf6fxgomq]{
    background: rgba(0,0,0,0.1);
    font-size: 1rem;
    color: var(--grey);
    cursor: pointer;
    transition: color 0.3s;
    min-width: 100%;
    border: none;
    padding: 0.5rem;
    border-radius: 5px;
    margin: 10px 0;
}
textarea[b-vbf6fxgomq]{
    background: rgba(0,0,0,0.1);
    font-size: 1rem;
    color: var(--grey);
    cursor: pointer;
    transition: color 0.3s;
    min-width: 100%;
    border: 1px solid transparent;
    padding: 0.5rem;
    border-radius: 5px;
    margin: 10px 0;
    height: 150px;
}
h6[b-vbf6fxgomq]{
    color: var(--orange);
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.send[b-vbf6fxgomq]{
    background: var(--orange);
    color: white;
    line-height: 2.5;
    border: none;
    padding: 0 50px;
    border-radius: 100vw;
    float: right;
}
/* _content/Tugela-Coporate/Components/Content/ContentEditor.razor.rz.scp.css */
.text-edit-shadow[b-vlvw611uug] {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    display: grid;
    align-content: center;
}

.text-edit-body[b-vlvw611uug] {
    background: #fff;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    max-height: 90vh;
    overflow: hidden;
    overflow-y: auto;
}

/* _content/Tugela-Coporate/Components/Content/ProductItem.razor.rz.scp.css */
.card[b-lxrzm2ndk4] {
    box-shadow: 0 0 3px rgba(0,0,0,0.2) !important;
    border-radius: 10px;
    overflow: hidden;
    min-height: 400px;
    background-size: cover;
    background-position: center;
}

.product-item[b-lxrzm2ndk4] {
    flex: 1;
    flex: 1 1 33%; /* Default to 33% width */
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
@media (max-width: 992px) { /* Adjust the breakpoint as needed */
    .product-item[b-lxrzm2ndk4] {
        flex: 1 1 calc(50% - 20px); /* 50% width for medium screens */
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 576px) { /* Adjust the breakpoint as needed */
    .product-item[b-lxrzm2ndk4] {
        flex: 1 1 100%; /* 100% width for small screens */
        max-width: 100%;
    }
}
.card-header[b-lxrzm2ndk4] {
    border: none;
    background-color: transparent !important;
    background: linear-gradient(to top, transparent 10%, var(--dark-grey)) !important;
    color: #fff;
    height: 320px;
}

.card-body[b-lxrzm2ndk4] {
    background: linear-gradient(to top, var(--orange) 85%, transparent) !important;
    color: #fff;
    align-content: end;
    font-weight: 400;
    height: 150px
}

.card-footer[b-lxrzm2ndk4] {
    background: var(--orange) !important;
    color: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    border: none;
}

.btn[b-lxrzm2ndk4] {
    background: #fff;
    color: var(--orange);
    float: right;
}

    .btn:hover[b-lxrzm2ndk4] {
        color: var(--orange);
        background: rgba(255,255,255,0.6);
        float: right;
    }

.aux[b-lxrzm2ndk4] {
    background: var(--orange);
    color: #fff;
    border: 1px solid #fff;
    margin-right: 10px;
}

    .aux:hover[b-lxrzm2ndk4] {
        color: var(--orange);
        background: #fff;
        border: 1px solid #fff;
        margin-right: 10px;
    }

.card-text[b-lxrzm2ndk4] {
    height: 98px; /* Set the maximum height */
    overflow: hidden; /* Hide overflow */
    display: -webkit-box; /* Use Webkit box model */
    -webkit-box-orient: vertical; /* Vertical box */
    -webkit-line-clamp: 5; /* Number of lines to show before clipping */
    text-overflow: ellipsis; /* Add ellipsis for overflowed text */
    line-height: 1.2; /* Adjust line height */
    width: 100%; /* Set a width to see the effect */
    font-weight: 300 !important;
    font-size: 1rem;
}
/* _content/Tugela-Coporate/Components/Content/Products.razor.rz.scp.css */
.row[b-xz9o39ihzp] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* _content/Tugela-Coporate/Components/HomePage/Carousel/CarouselMain.razor.rz.scp.css */
.carousel-container[b-rhy2rpv0mq] {
    position: relative;
    width: 100%; /* Adjust based on your design */
    height: 500px; /* Define a height for the container */
    margin: auto;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}

.carousel-previous[b-rhy2rpv0mq] {
    position: absolute;
    left: 0;
    font-family: 'phosphor';
    height: 50px;
    width: 50px;
    top: calc(50% - 25px);
    font-size: 35px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0.6;
    z-index: 99;
    mix-blend-mode: screen;
}
.carousel-next[b-rhy2rpv0mq] {
    position: absolute;
    right: 0;
    font-family: 'phosphor';
    height: 50px;
    width: 50px;
    top: calc(50% - 25px);
    font-size: 35px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    opacity: 0.6;
    z-index: 99;
    mix-blend-mode: screen;
}

.carousel-previous:hover[b-rhy2rpv0mq], .carousel-next:hover[b-rhy2rpv0mq]{
    transform: scale(1.1);
    background: var(--orange);
    /*color: #fff;*/
    opacity: 1;
    
}

.carousel-slide[b-rhy2rpv0mq] {
    content: '.';
    width: 100%; /* Each slide takes the full width of the container */
    height: 100%; /* Each slide takes the full width of the container */
    display: grid; /* Hide all slides initially */
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    visibility: hidden; /* Slide is not visible initially */
    transition: opacity 0.8s, visibility 0.8s;
    position: absolute;
    opacity: 0;
    align-content: center;
    padding-left: 100px;
    color: #fff;
}
    .carousel-slide h3[b-rhy2rpv0mq] {
        font-size: clamp(1em, 2vw + 1em, 3em);
        font-weight: bold;
        text-shadow: 0 0 3px rgba(0,0,0,0.4);
        margin: 0;
        z-index: 4;
        max-width: 80%;
    }
    .carousel-slide p[b-rhy2rpv0mq] {
        font-size: 1rem;
        font-weight: bold;
        text-shadow: 0 0 3px rgba(0,0,0,0.4);
        margin: 0;
        z-index: 4;
        color: rgba(255,255,255,1);
        font-weight: 300;
        max-width: 80%;
        max-height: 150px; /* Set the maximum height */
        overflow: hidden; /* Hide overflow */
        display: -webkit-box; /* Use Webkit box model */
        -webkit-box-orient: vertical; /* Vertical box */
        -webkit-line-clamp: 4; /* Number of lines to show before clipping */
        text-overflow: ellipsis; /* Add ellipsis for overflowed text */
        line-height: 1.5; /* Adjust line height */
        width: 100%; /* Set a width to see the effect */
    }

    .carousel-slide.active[b-rhy2rpv0mq] {
        opacity: 1; /* Only the active slide is fully visible */
        visibility: visible; /* Re-enable interaction with the active slide */
    }

    .carousel-slide[b-rhy2rpv0mq]:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0.8));
    }

    /*.carousel-slide img {
        width: 100%;*/ /* Ensure the image takes the full width of the container */
        /*height: 100%;*/ /* Ensure the image takes the full height of the container */
        /*object-fit: cover;*/ /* Resize the image to cover the container while keeping the aspect ratio */
        /*display: block;*/ /* Removes bottom space/gap */
    /*}*/
/* _content/Tugela-Coporate/Components/HomePage/Copyright.razor.rz.scp.css */
.copyright-container[b-r7pt5hcjku] {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    color: #6c757d;
}

/* _content/Tugela-Coporate/Components/HomePage/DetailBanner.razor.rz.scp.css */
.header-banner[b-9uufix33nz]{
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    height: 50px;
    line-height: 50px;
}
.right-aligned-input[b-9uufix33nz] {
    margin-left: auto; /* Pushes the input to the right */
    margin-right: 20px; /* Optional: Adds some right margin */
    line-height: 35px;
    height: 35px;
    border: none;
    margin-top: 7px;
    position: relative;
    
}
    .right-aligned-input .icon[b-9uufix33nz]{
        font-size: 25px;
        position: absolute;
        right: 3px !important;
        top: 0px;
        color: var(--orange);
    }
    .right-aligned-input input[b-9uufix33nz] {
        border: none;
        border: 1px solid var(--grey);
        padding: 0 10px;
        border-radius: 5px;
    }
p[b-9uufix33nz] {
    color: var(--grey);
    margin: 0;
}

a[b-9uufix33nz] {
    color: var(--orange);
    text-decoration: none;
    margin: 0;
}
hr[b-9uufix33nz]{
    margin: 0;
}

.search-results[b-9uufix33nz] {
    background: #fff;
    min-height: 10px;
    width: 100%;
    z-index: 9999;
    position: absolute;
    top: 35px;
    left: 0;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.4);
}
.search-result[b-9uufix33nz]{
    display: flex;
    height: 50px;
    margin: 10px;
    justify-content: center;
    align-content: center;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.clear[b-9uufix33nz] {
    color: var(--grey);
    position: absolute;
    right: 5px;
    top: 8px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid var(--grey);
    padding: 0 5px;
    border-radius: 3px;
    line-height: 1;
    cursor: pointer;
}
    .clear:hover[b-9uufix33nz] {
        color: #fff;
        background: var(--orange);
        border: none;
        border: 1px solid var(--orange);
    }
.results-heading[b-9uufix33nz] {
    color: var(--orange);
    margin: 0;
    margin-left: 10px;
    font-weight: 600;
}
.no-results[b-9uufix33nz]{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.search-result:hover[b-9uufix33nz] {
    background: var(--orange);
    color: #fff;
}
        .search-result:hover .search-result-text[b-9uufix33nz]{
            background: var(--orange);
            color: #fff;
        }
    .search-result-image[b-9uufix33nz] {
        min-width: 50px;
        height: 50px;
        overflow: hidden;
        /*background-position: center;*/
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 3px;
    }

.search-result-text[b-9uufix33nz] {
    font-size: 12px;
    line-height: 1;
    margin-left: 10px;
    height: 100%;
    justify-content: center;
    color: var(--grey);
    align-content: center;
    font-weight: 400;
}
/* _content/Tugela-Coporate/Components/HomePage/Footer.razor.rz.scp.css */
.footer-body[b-6sq4bugngl] {
    background: #191919;
    color: rgba(255,255,255,0.6);
    padding: 20px;
}
    .footer-body a[b-6sq4bugngl] {
        text-decoration: none;
        color: rgba(255,255,255,0.6);
    }
    .footer-body a:hover[b-6sq4bugngl] {
        text-decoration: none;
        color: var(--orange);

    }
    .footer-body ul[b-6sq4bugngl] {
        list-style: none;
        padding: 0;
    }

    .footer-body ul li[b-6sq4bugngl]:before {
        list-style: none;
        content: '&gt; ';
        font-family: 'phosphor';
    }
.footer-line[b-6sq4bugngl] {
    background: #fff;
    height: 2px;
    width: 80px;
    margin: 20px 0;
}
/* _content/Tugela-Coporate/Components/HomePage/Header.razor.rz.scp.css */
.navbar[b-qntiyhad3f]{
    background: #fff !important;
    z-index: 1000;
}
.nav-item[b-qntiyhad3f]{
}
.nav[b-qntiyhad3f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}
.nav img[b-qntiyhad3f]{
    max-width: 350px;
}
.nav-link-container[b-qntiyhad3f]{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.nav-item[b-qntiyhad3f] {
    color: var(--grey);
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    margin: 0;
}

.nav-link.active[b-qntiyhad3f]{
    color: var(--orange);
    background: var(--faded-orange);
    border-radius: 5px;
}

/* _content/Tugela-Coporate/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-c1rf55hpra] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c1rf55hpra] {
    flex: 1;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px;
}

.sidebar[b-c1rf55hpra] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-c1rf55hpra] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c1rf55hpra]  a, .top-row[b-c1rf55hpra]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-c1rf55hpra]  a:hover, .top-row[b-c1rf55hpra]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-c1rf55hpra]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-c1rf55hpra] {
        justify-content: space-between;
    }

    .top-row[b-c1rf55hpra]  a, .top-row[b-c1rf55hpra]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c1rf55hpra] {
        flex-direction: row;
    }

    .sidebar[b-c1rf55hpra] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c1rf55hpra] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-c1rf55hpra]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-c1rf55hpra], article[b-c1rf55hpra] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-c1rf55hpra] {
    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-c1rf55hpra] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Tugela-Coporate/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-38lxretdjb] {
    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-38lxretdjb] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

.navbar-brand[b-38lxretdjb] {
    font-size: 1.1rem;
}

.bi[b-38lxretdjb] {
    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-38lxretdjb] {
    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-38lxretdjb] {
    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-38lxretdjb] {
    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");
}

.bi-lock-nav-menu[b-38lxretdjb] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-38lxretdjb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-38lxretdjb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-38lxretdjb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-38lxretdjb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-38lxretdjb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-38lxretdjb] {
        padding-top: 1rem;
    }

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

    .nav-item[b-38lxretdjb]  .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-38lxretdjb]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

.nav-scrollable[b-38lxretdjb] {
    display: none;
}

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

@media (min-width: 641px) {
    .navbar-toggler[b-38lxretdjb] {
        display: none;
    }

    .nav-scrollable[b-38lxretdjb] {
        /* 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/Tugela-Coporate/Components/Layout/PublicLayout.razor.rz.scp.css */
.page[b-ml2okwy4df] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ml2okwy4df] {
    flex: 1;
}

.sidebar[b-ml2okwy4df] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ml2okwy4df] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ml2okwy4df]  a, .top-row[b-ml2okwy4df]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ml2okwy4df]  a:hover, .top-row[b-ml2okwy4df]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ml2okwy4df]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ml2okwy4df] {
        justify-content: space-between;
    }

    .top-row[b-ml2okwy4df]  a, .top-row[b-ml2okwy4df]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ml2okwy4df] {
        flex-direction: row;
    }

    .sidebar[b-ml2okwy4df] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ml2okwy4df] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ml2okwy4df]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ml2okwy4df], article[b-ml2okwy4df] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ml2okwy4df] {
    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-ml2okwy4df] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Tugela-Coporate/Components/Pages/CarouselAdmin.razor.rz.scp.css */
.card[b-y6328fu28s] {
    border: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 15px 15px -15px rgba(0,0,0,0.4);
    margin-top: 20px;
    height: 350px;
}
.card-title[b-y6328fu28s] {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.card-text[b-y6328fu28s] {
    max-height: 100px; /* Set the maximum height */
    overflow: hidden; /* Hide overflow */
    display: -webkit-box; /* Use Webkit box model */
    -webkit-box-orient: vertical; /* Vertical box */
    -webkit-line-clamp: 2; /* Number of lines to show before clipping */
    text-overflow: ellipsis; /* Add ellipsis for overflowed text */
    line-height: 1.5; /* Adjust line height */
    width: 100%; /* Set a width to see the effect */
}
.card-img-top[b-y6328fu28s] {
    max-height: 150px !important;
    object-fit: cover;
    object-position: center;
}

.item-toolbar[b-y6328fu28s]{
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 15px 15px -15px rgba(0,0,0,0.4);
    max-width: 500px;
    margin: 0 auto;
    h4{
          font-size: 12px;
      }
}
input[type=text][b-y6328fu28s], input[type=number][b-y6328fu28s] {
    max-width: 150px !important;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 5px;
    margin: 10px 0;
    min-width: 100%;
}
textarea[b-y6328fu28s] {
    max-width: 150px !important;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 5px;
    margin: 10px 0;
    min-width: 100%;
    height: 250px
}
.add-edit-shadow[b-y6328fu28s]{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    z-index: 999;
    display: grid;
    align-content: center;
}
.file-to-upload img[b-y6328fu28s] {
    max-width: 100%;
    max-height: 150px;
    object-fit: cover;
    margin: 0 auto;
}
.file-to-uploaded[b-y6328fu28s]{
    margin: 0 auto;
    display: block;
    position: relative;
}
    .file-to-uploaded[b-y6328fu28s]::after {
        content: 'Change Image';
        /*        position: absolute;
        top: 0;
        right: 0;*/
        background: var(--orange);
        color: #fff;
        line-height: 1.;
        padding: 0 5px;
        border-radius: 100vw;
        cursor: pointer;
        z-index: 9999;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
        margin: 10px auto;
        display: block;
        max-width: fit-content;
    }
    .file-to-uploaded img[b-y6328fu28s] {
        max-width: 100%;
        max-height: 150px;
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }
/* _content/Tugela-Coporate/Components/Pages/PageAdmin.razor.rz.scp.css */


.card[b-e9wf9ueefz] {
    border: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 15px 15px -15px rgba(0,0,0,0.4);
    margin-top: 0px !important;
}
.card-header:hover[b-e9wf9ueefz], .card-header:hover .icon[b-e9wf9ueefz] {
    cursor: pointer;
    background: var(--faded-orange) !important;
}
    .card-header:hover button[b-e9wf9ueefz] {
        cursor: pointer;
        background: var(--orange) !important;
        color: #fff !important;
    }
.card-title[b-e9wf9ueefz] {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.card-img-top[b-e9wf9ueefz] {
    max-height: 150px !important;
    object-fit: cover;
    object-position: center;
}

.item-toolbar[b-e9wf9ueefz] {
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 15px 15px -15px rgba(0,0,0,0.4);
    max-width: 500px;
    margin: 0 auto;
    h4

{
    font-size: 12px;
}

}

input[type=text][b-e9wf9ueefz], select[b-e9wf9ueefz] {
    max-width: 150px !important;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 5px;
    margin: 10px 0;
    min-width: 100%;
}


textarea[b-e9wf9ueefz] {
    max-width: 150px !important;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 5px;
    margin: 10px 0;
    min-width: 100%;
    height: 250px
}

.add-edit-shadow[b-e9wf9ueefz] {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    z-index: 999;
    display: grid;
    align-content: center;
}

.file-to-upload img[b-e9wf9ueefz] {
    max-width: 100%;
    max-height: 150px;
    object-fit: cover;
    margin: 0 auto;
}

.file-to-uploaded[b-e9wf9ueefz] {
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

    .file-to-uploaded[b-e9wf9ueefz]::after {
        content: 'Change Image';
        /*        position: absolute;
        top: 0;
        right: 0;*/
        background: var(--orange);
        color: #fff;
        line-height: 1.;
        padding: 0 5px;
        border-radius: 100vw;
        cursor: pointer;
        z-index: 9999;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
        margin: 10px auto;
        display: block;
        max-width: fit-content;
    }

    .file-to-uploaded img[b-e9wf9ueefz] {
        max-width: 100%;
        max-height: 150px;
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }

.file-to-upload[b-e9wf9ueefz] {
    height: 150px;
    border: 1px dashed rgba(0,0,0,0.4);
    border-radius: 5px;
    display: grid;
    align-content: center;
    margin-bottom: 20px;
}
/* _content/Tugela-Coporate/Components/Pages/PageEdit.razor.rz.scp.css */
.add-edit-shadow[b-jx9ow6ucpd] {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    z-index: 999;
    display: grid;
    align-content: center;
}
/* _content/Tugela-Coporate/Components/Pages/ProductAdmin.razor.rz.scp.css */


.card[b-h3xqnabjlz] {
    border: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 15px 15px -15px rgba(0,0,0,0.4);
    margin-top: 20px !important;
    height: 400px;
}

.card-title[b-h3xqnabjlz]{
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.card-img-top[b-h3xqnabjlz] {
    max-height: 150px !important;
    object-fit: cover;
    object-position: center;
}

.item-toolbar[b-h3xqnabjlz] {
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 15px 15px -15px rgba(0,0,0,0.4);
    max-width: 500px;
    margin: 0 auto;
    h4

{
    font-size: 12px;
}

}

input[type=text][b-h3xqnabjlz], select[b-h3xqnabjlz] {
    max-width: 150px !important;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 5px;
    margin: 10px 0;
    min-width: 100%;
}


textarea[b-h3xqnabjlz]{
    max-width: 150px !important;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 5px;
    margin: 10px 0;
    min-width: 100%;
    height: 250px
}

.add-edit-shadow[b-h3xqnabjlz] {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    z-index: 999;
    display: grid;
    align-content: center;
}

.file-to-upload img[b-h3xqnabjlz] {
    max-width: 100%;
    max-height: 150px;
    object-fit: cover;
    margin: 0 auto;
}

.file-to-uploaded[b-h3xqnabjlz] {
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

    .file-to-uploaded[b-h3xqnabjlz]::after {
        content: 'Change Image';
/*        position: absolute;
        top: 0;
        right: 0;*/
        background: var(--orange);
        color: #fff;
        line-height: 1.;
        padding: 0 5px;
        border-radius: 100vw;
        cursor: pointer;
        z-index: 9999;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
        margin: 10px auto;
        display: block;
        max-width: fit-content;
    }

    .file-to-uploaded img[b-h3xqnabjlz] {
        max-width: 100%;
        max-height: 150px;
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }
.file-to-upload[b-h3xqnabjlz] {
    height: 150px;
    border: 1px dashed rgba(0,0,0,0.4);
    border-radius: 5px;
    display: grid;
    align-content: center;
    margin-bottom: 20px;
}
</pre></body></html>