.Loading {
    width: 100%;
    height: 2px;
    z-index: 20;
    position: absolute;
    top: 0;
}

.LoadingBar {
    height: 3px;
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    transition: opacity 100ms;
    border-bottom-color: rgba(0, 0, 0, 0.5);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
