.progress-bar {
    position: fixed;
    left: 0;
    top: 0;
    height: 3px;
    background: #2a407b;
    transition: 0.5s all ease;
    box-shadow: 0 1px 3px #2a407b;
    z-index: 9;
}

.progress-bar.done {
    display: none;
}

.loader {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader .icon {
    color: #fff;
    font-size: 85px;
}

.DataTarget {
    height: 100%;
    overflow: auto;
}
