@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

html {
    font-family: 'Poppins', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    background-color: #f3f4f6;
}

#nprogress .bar {
    background: transparent;
    display: none;

}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 100;
    top: 15px;
    left: 50%;
}

#nprogress .spinner-icon::after {
    z-index: -1;
    position: absolute;
    left: -5px;
    top: -5px;
    content: '';
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: rgba(224, 224, 224, 0.400);
    padding: 10px;
}
