/* _content/BarizDekor.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ci6pgwuoly] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ci6pgwuoly] {
    flex: 1;
}

.sidebar[b-ci6pgwuoly] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ci6pgwuoly] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ci6pgwuoly]  a, .top-row[b-ci6pgwuoly]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ci6pgwuoly]  a:hover, .top-row[b-ci6pgwuoly]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ci6pgwuoly]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ci6pgwuoly] {
        justify-content: space-between;
    }

    .top-row[b-ci6pgwuoly]  a, .top-row[b-ci6pgwuoly]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ci6pgwuoly] {
        flex-direction: row;
    }

    .sidebar[b-ci6pgwuoly] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ci6pgwuoly] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ci6pgwuoly]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ci6pgwuoly], article[b-ci6pgwuoly] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ci6pgwuoly] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-ci6pgwuoly] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BarizDekor.WebApp/Components/Layout/NavMenu.razor.rz.scp.css */
/* Mobile menu toggle animation */
.mobile-menu[b-hulqdlxum3] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

    .mobile-menu.open[b-hulqdlxum3] {
        max-height: fit-content;
    }
/* _content/BarizDekor.WebApp/Components/SiteComponents/CommentSliderComponent.razor.rz.scp.css */
@keyframes noteAttach-b-pqkkqcnlk5 {
    0% {
        opacity: 0;
        transform: translateY(-50px) rotate(-5deg) scale(0.8);
    }

    70% {
        opacity: 1;
        transform: translateY(10px) rotate(2deg) scale(1.05);
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(0deg) scale(1);
    }
}

.card-animate[b-pqkkqcnlk5] {
    animation: noteAttach-b-pqkkqcnlk5 0.8s ease-out forwards;
}
/* _content/BarizDekor.WebApp/Components/SiteComponents/FAQComponent.razor.rz.scp.css */
.toggle-icon[b-th4fu0r1ka] {
    transition: transform 0.2s ease-in-out;
}

.rotate-45[b-th4fu0r1ka] {
    transform: rotate(90deg);
}
/* _content/BarizDekor.WebApp/Components/SiteComponents/LightBoxComponent.razor.rz.scp.css */
.lightbox[b-bf41gbu1qz] {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox-content[b-bf41gbu1qz] {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.lightbox-close[b-bf41gbu1qz] {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}
/* _content/BarizDekor.WebApp/Components/SiteComponents/ProjectGalleryComponent.razor.rz.scp.css */
.modal-slide-in[b-zzs23c3prv] {
    animation: slideIn-b-zzs23c3prv 0.3s ease-out;
}

.modal-slide-out[b-zzs23c3prv] {
    animation: slideOut-b-zzs23c3prv 0.3s ease-out forwards;
}

.image-slide-left[b-zzs23c3prv] {
    animation: slideLeft-b-zzs23c3prv 0.3s ease-out;
}

.image-slide-right[b-zzs23c3prv] {
    animation: slideRight-b-zzs23c3prv 0.3s ease-out;
}

@keyframes slideIn-b-zzs23c3prv {
    from {
        transform: translateY(-20%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideOut-b-zzs23c3prv {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-20%);
        opacity: 0;
    }
}

@keyframes slideLeft-b-zzs23c3prv {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideRight-b-zzs23c3prv {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}


.gallery-img[b-zzs23c3prv] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .gallery-img:hover[b-zzs23c3prv] {
        transform: scale(1.05);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    }


.caption[b-zzs23c3prv] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px;
    text-align: center;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .caption[b-zzs23c3prv] {
    opacity: 1;
}
/* _content/BarizDekor.WebApp/Components/SiteComponents/SlideShowComponent.razor.rz.scp.css */
.slideshow-container[b-gm7wp5xuuh] {
    perspective: 1000px;
    transform-style: preserve-3d;
    overflow: hidden;
    position: relative;
    transform: translateZ(0) rotateX(5deg) rotateY(-5deg);
    transition: transform 0.5s ease;
}
@media (min-width: 48rem) {
    .slideshow-container[b-gm7wp5xuuh] {
        box-shadow: 0 15px 25px rgba(128, 128, 128, 0.4), inset 0 0 10px rgba(128, 128, 128, 0.2), 5px 5px 15px rgba(128, 128, 128, 0.3), -5px -5px 15px rgba(128, 128, 128, 0.3);
    }
}
    .slideshow-container:hover[b-gm7wp5xuuh] {
        transform: translateZ(20px) rotateX(3deg) rotateY(-3deg);
    }

.slide[b-gm7wp5xuuh] {
    opacity: 0;
    position: absolute;
    inset: 0;
    transform: translateZ(-500px) scale(0.8);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform-style: preserve-3d;
    box-shadow: 0 0 30px rgba(147, 112, 219, 0.3);
}

    .slide.active[b-gm7wp5xuuh] {
        opacity: 1;
        transform: translateZ(0) scale(1) rotateY(0deg);
        animation: magicalEntrance-b-gm7wp5xuuh 1.2s ease-in-out;
    }

@keyframes magicalEntrance-b-gm7wp5xuuh {
    0% {
        transform: translateZ(-500px) scale(0.8) rotateY(20deg);
        opacity: 0;
        filter: blur(5px);
    }

    50% {
        transform: translateZ(-200px) scale(1.1) rotateY(-10deg);
        opacity: 0.7;
    }

    100% {
        transform: translateZ(0) scale(1) rotateY(0deg);
        opacity: 1;
        filter: blur(0);
    }
}

.slide-overlay[b-gm7wp5xuuh] {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
}



.slide-text-anim[b-gm7wp5xuuh] {
    opacity: 0;
    transform: translateY(80px) translateZ(-100px);
    transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

    .slide-text-anim.active[b-gm7wp5xuuh] {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
        animation: textFloat-b-gm7wp5xuuh 3s infinite ease-in-out;
    }

@keyframes textFloat-b-gm7wp5xuuh {
    0%, 100% {
        transform: translateY(0) translateZ(50px);
    }

    50% {
        transform: translateY(-20px) translateZ(70px);
    }
}

.arrow-left[b-gm7wp5xuuh],
.arrow-right[b-gm7wp5xuuh] {
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
}

    .arrow-left:hover[b-gm7wp5xuuh],
    .arrow-right:hover[b-gm7wp5xuuh] {
        transform: scale(1.2) translateZ(20px);
        filter: drop-shadow(0 0 15px rgba(147, 112, 219, 0.7));
        animation: arrowPulse-b-gm7wp5xuuh 1s infinite;
    }

@keyframes arrowPulse-b-gm7wp5xuuh {
    0%, 100% {
        transform: scale(1.2) translateZ(20px);
    }

    50% {
        transform: scale(1.3) translateZ(30px);
    }
}

.bullet[b-gm7wp5xuuh] {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: all 0.4s ease;
    transform: translateZ(0);
    box-shadow: 0 0 8px rgba(147, 112, 219, 0.4), inset 0 0 4px rgba(255, 255, 255, 0.6);
}

    .bullet:hover[b-gm7wp5xuuh] {
        transform: scale(1.5) translateZ(20px);
        background: rgba(147, 112, 219, 0.8);
        box-shadow: 0 0 15px rgba(147, 112, 219, 0.6), 2px 2px 8px rgba(0, 0, 0, 0.3);
    }
