@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* _content/PrimeGlobalConnect.Blazor/Components/Carousel/Carousel.razor.rz.scp.css */
.carousel[b-6wsgjuflpu] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.prev[b-6wsgjuflpu] {
    margin-right: 15px;
}

.next[b-6wsgjuflpu] {
    margin-left: 10px;
}

.carousel-button[b-6wsgjuflpu] {
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--mud-palette-primary);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    z-index: 1;
    height: 36px;
    width: 36px;
    border-radius: 6px;
}

    .carousel-button.disabled[b-6wsgjuflpu] {
        background-color: gray;
        cursor: not-allowed;
    }

/*.carousel-arrow-right, .carousel-arrow-left {
    font-size: 24px;
}
*/
.carousel-track-container[b-6wsgjuflpu] {
    overflow: hidden;
    width: 100%;
    flex: 1;
}

.carousel-track[b-6wsgjuflpu] {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.carousel-slide[b-6wsgjuflpu] {
    list-style: none;
    flex: 0 0 25%;
    margin-right: 0;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: start;
}

.carousel-image[b-6wsgjuflpu] {
    border-radius: 10px;
    margin-bottom: 10px;
    object-fit: cover;
}

.carousel-video[b-6wsgjuflpu] {
    border-radius: 10px;
    margin-bottom: 10px;
}

.carousel-content[b-6wsgjuflpu] {
}

.content-link[b-6wsgjuflpu] {
    text-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
    color: var(--mud-palette-primary);
}

.item-description[b-6wsgjuflpu] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 180px;
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
}

.media-title[b-6wsgjuflpu] {
    text-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
    color: var(--mud-palette-primary);
}

@media (max-width: 768px) {

    .carousel-button[b-6wsgjuflpu] {
        top: 50%;
        transform: translateY(-50%);
        background-color: var(--mud-palette-primary);
        color: #fff;
        border: none;
        padding: 10px;
        cursor: pointer;
        font-size: 16px;
        z-index: 1;
        height: 20px;
        width: 20px;
        border-radius: 6px;
    }

        .carousel-button.disabled[b-6wsgjuflpu] {
            background-color: gray;
            cursor: not-allowed;
        }

    /* .carousel-arrow-right, .carousel-arrow-left {
        font-size: 24px;
    }*/

    .prev[b-6wsgjuflpu] {
        margin-right: 10px;
    }

    .next[b-6wsgjuflpu] {
        margin-left: 5px;
    }

    .carousel-arrow-left[b-6wsgjuflpu] {
        margin-right: 1px;
        margin-bottom: 2px;
    }

    .carousel-arrow-right[b-6wsgjuflpu] {
        margin-left: 1px;
        margin-bottom: 2px;
    }
}

.carousel-image.clickable[b-6wsgjuflpu] {
    cursor: pointer;
}

.carousel-slide-products[b-6wsgjuflpu] {
    text-align: center;
    border: solid 1px var(--mud-palette-background-gray);
    padding: 6px;
    margin: 0 2px;
}

    .carousel-slide-products a[b-6wsgjuflpu] {
        display: block;
        width: 100%;
    }
/* _content/PrimeGlobalConnect.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-iq4o3q4wt3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-iq4o3q4wt3] {
    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-iq4o3q4wt3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
