/* _content/blazor.retailersoft.com/Components/Layout/MainLayout.razor.rz.scp.css */
/*

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/


#blazor-error-ui[b-3t5plfn2vh] {
    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-3t5plfn2vh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/blazor.retailersoft.com/Components/Layout/MarginMasterWpfLayout.razor.rz.scp.css */
.wpf-layout[b-va4yykuki5] {
    width: 100vw;
    height: 100vh;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpf-container[b-va4yykuki5] {
    width: 780px;
    height: 600px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* _content/blazor.retailersoft.com/Components/Layout/Menu.razor.rz.scp.css */
.menu-icon[b-h0p177k8ur] {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

.menu-icon-home[b-h0p177k8ur] {
    mask-image: url("../images/icons/home.svg");
    -webkit-mask-image: url("../images/icons/home.svg");
}

.menu-icon-support[b-h0p177k8ur] {
    mask-image: url("../images/icons/support.svg");
    -webkit-mask-image: url("../images/icons/support.svg");
}

.menu-icon-products[b-h0p177k8ur] {
    mask-image: url("../images/icons/products.svg");
    -webkit-mask-image: url("../images/icons/products.svg");
}

/* _content/blazor.retailersoft.com/Components/Public/Components/ImageSliderComponent.razor.rz.scp.css */
.client-logo[b-y3za11vcqg] {
    height: 60px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

    .client-logo:hover[b-y3za11vcqg] {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.1);
    }

.carousel-control-prev[b-y3za11vcqg],
.carousel-control-next[b-y3za11vcqg] {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.2);
    opacity: 0.8;
}

.carousel-control-prev[b-y3za11vcqg] {
    left: -20px;
}

.carousel-control-next[b-y3za11vcqg] {
    right: -20px;
}

    .carousel-control-prev:hover[b-y3za11vcqg],
    .carousel-control-next:hover[b-y3za11vcqg] {
        background-color: rgba(var(--bs-primary-rgb), 0.2);
        opacity: 1;
    }

.carousel-control-prev-icon[b-y3za11vcqg],
.carousel-control-next-icon[b-y3za11vcqg] {
    width: 20px;
    height: 20px;
}

.carousel-item[b-y3za11vcqg] {
    transition: transform 0.5s ease-in-out !important;
}

.carousel-control-prev:focus[b-y3za11vcqg],
.carousel-control-next:focus[b-y3za11vcqg] {
    outline: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .client-logo[b-y3za11vcqg] {
        height: 40px;
    }

    .carousel-control-prev[b-y3za11vcqg] {
        left: -15px;
    }

    .carousel-control-next[b-y3za11vcqg] {
        right: -15px;
    }
}
/* _content/blazor.retailersoft.com/Components/Public/Components/VendorSlider.razor.rz.scp.css */
.client-logo[b-pmybp4cuz3] {
    height: 60px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

    .client-logo:hover[b-pmybp4cuz3] {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.1);
    }

.carousel-control-prev[b-pmybp4cuz3],
.carousel-control-next[b-pmybp4cuz3] {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.2);
    opacity: 0.8;
}

.carousel-control-prev[b-pmybp4cuz3] {
    left: -20px;
}

.carousel-control-next[b-pmybp4cuz3] {
    right: -20px;
}

    .carousel-control-prev:hover[b-pmybp4cuz3],
    .carousel-control-next:hover[b-pmybp4cuz3] {
        background-color: rgba(var(--bs-primary-rgb), 0.2);
        opacity: 1;
    }

.carousel-control-prev-icon[b-pmybp4cuz3],
.carousel-control-next-icon[b-pmybp4cuz3] {
    width: 20px;
    height: 20px;
}

/* Smooth sliding animation */
.carousel-item[b-pmybp4cuz3] {
    transition: transform 0.5s ease-in-out !important;
}

/* Hide outline on focused buttons */
.carousel-control-prev:focus[b-pmybp4cuz3],
.carousel-control-next:focus[b-pmybp4cuz3] {
    outline: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .client-logo[b-pmybp4cuz3] {
        height: 40px;
    }

    .carousel-control-prev[b-pmybp4cuz3] {
        left: -15px;
    }

    .carousel-control-next[b-pmybp4cuz3] {
        right: -15px;
    }
}
