/* _content/Yassyaa/Components/CategoryBox.razor.rz.scp.css */
.progress-bar-container[b-usaf0b4bnu] {
    width: 100%;
    height: 10px;
    background-color: #FFE3D7;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.progress-bar-fill[b-usaf0b4bnu] {
    width: 30%;
    height: 100%;
    background-color: var(--yassyaa-text-color);
    position: absolute;
    animation: loading-b-usaf0b4bnu 1.5s infinite ease-in-out;
    border-radius: 4px;
}

@keyframes loading-b-usaf0b4bnu {
    0% {
        left: -30%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 100%;
    }
}
/* _content/Yassyaa/Components/InfiniteProgressBar.razor.rz.scp.css */
.progress-bar-container[b-2mlx5da0k4] {
    width: 100%;
    height: 10px;
    background-color: #FFE3D7;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.progress-bar-fill[b-2mlx5da0k4] {
    width: 30%;
    height: 100%;
    background-color: var(--yassyaa-text-color);
    position: absolute;
    animation: loading-b-2mlx5da0k4 1.5s infinite ease-in-out;
    border-radius: 4px;
}

@keyframes loading-b-2mlx5da0k4 {
    0% {
        left: -30%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 100%;
    }
}
/* _content/Yassyaa/Components/ProductCard.razor.rz.scp.css */
.progress-bar-container[b-7d8ipt7bjd] {
    width: 100%;
    height: 10px;
    background-color: #FFE3D7;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.progress-bar-fill[b-7d8ipt7bjd] {
    width: 30%;
    height: 100%;
    background-color: var(--yassyaa-text-color);
    position: absolute;
    animation: loading-b-7d8ipt7bjd 1.5s infinite ease-in-out;
    border-radius: 4px;
}

@keyframes loading-b-7d8ipt7bjd {
    0% {
        left: -30%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 100%;
    }
}
/* _content/Yassyaa/Shared/MainLayout.razor.rz.scp.css */
main[b-u0cyzyamlz] {
    flex: 1;
}

.sidebar[b-u0cyzyamlz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u0cyzyamlz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u0cyzyamlz]  a, .top-row .btn-link[b-u0cyzyamlz] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-u0cyzyamlz] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-u0cyzyamlz] {
        display: none;
    }

    .top-row.auth[b-u0cyzyamlz] {
        justify-content: space-between;
    }

    .top-row a[b-u0cyzyamlz], .top-row .btn-link[b-u0cyzyamlz] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u0cyzyamlz] {
        flex-direction: row;
    }

    .sidebar[b-u0cyzyamlz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u0cyzyamlz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-u0cyzyamlz], article[b-u0cyzyamlz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
