/* _content/sulaydev/Components/Layout/MainLayout.razor.rz.scp.css */
/* TOP SCROLL BAR */
#scrollTopBar[b-dcrroj5eyl] {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    background: linear-gradient(90deg, #4f46e5, #06b6d4);
    z-index: 99999;
    transition: width 0.1s ease-out;
}

/* Floating Back-to-Top System */
#backToTopWrapper[b-dcrroj5eyl] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    transition: opacity 0.3s ease;
}

#backToTopBtn[b-dcrroj5eyl] {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    padding: 0;
    display: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    transform: scale(1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    /* Glow Pulse Animation */
    #backToTopBtn.show[b-dcrroj5eyl] {
        animation: glowPulse-b-dcrroj5eyl 2.2s infinite ease-in-out;
    }

@keyframes glowPulse-b-dcrroj5eyl {
    0% {
        box-shadow: 0 0 6px rgba(0, 150, 255, 0.2);
    }

    50% {
        box-shadow: 0 0 18px rgba(0, 150, 255, 0.45);
    }

    100% {
        box-shadow: 0 0 6px rgba(0, 150, 255, 0.2);
    }
}

/* Hover Morph */
#backToTopBtn:hover[b-dcrroj5eyl] {
    transform: scale(1.15);
}

/* Progress Ring */
.progress-ring[b-dcrroj5eyl] {
    position: absolute;
}

#scrollProgress[b-dcrroj5eyl] {
    transform: rotate(-90deg);
    /*position: absolute;*/
}

    #scrollProgress circle[b-dcrroj5eyl] {
        stroke: rgba(255,255,255,0.45);
        stroke-dasharray: 145;
        stroke-dashoffset: 145;
        transition: stroke-dashoffset 0.25s linear;
    }

/* Section-Aware Colors */
.backtotop-blue[b-dcrroj5eyl] {
    background-color: #2563eb !important;
}

.backtotop-green[b-dcrroj5eyl] {
    background-color: #059669 !important;
}

.backtotop-purple[b-dcrroj5eyl] {
    background-color: #7c3aed !important;
}

.backtotop-orange[b-dcrroj5eyl] {
    background-color: #ea580c !important;
}



#blazor-error-ui[b-dcrroj5eyl] {
    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-dcrroj5eyl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/sulaydev/Components/Layout/NavMenu.razor.rz.scp.css */

