﻿.downloading {
    margin-bottom: 0;
    color: white;
}

.progress-controller {
    width: 200px;
    height: 0.25rem;
}

.loading-container {
    position: fixed;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.padding-0-box {
    padding-top: 0;
}

.margin-box-0 {
    margin-bottom: 0;
}

.width-box-0 {
    width: 0;
}