/* NProgress Özel Stiller */
#nprogress .bar {
    background: #005dcf !important;
    height: 3px !important;
}

#nprogress .peg {
    box-shadow: 0 0 10px #005dcf, 0 0 5px #005dcf !important;
}

/* Spinner stil */
#nprogress .spinner-icon {
    border-top-color: #005dcf !important;
    border-left-color: #005dcf !important;
}

/* Bar geçişleri */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
}

/* Smooth geçiş efekti */
#nprogress .bar {
    transition: all 0.3s ease-out;
}

/* %100'e ulaştığında yumuşak kaybolma */
#nprogress.nprogress-busy .bar {
    transition: all 0.5s ease-out;
}