
#it-blue-scroll-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    z-index: 999999;
    background: linear-gradient(90deg, #00bfff, #0044ff, #00e1ff);
    box-shadow: 0 0 15px #00bfff, 0 0 25px #0044ff;
    transition: width 0.15s ease-out;
}

#it-blue-scroll-loader::after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 20px;
    height: 12px;
    background: #00e1ff;
    filter: blur(6px);
    border-radius: 50%;
}
