.progress-bar{height:8px;width:100%;background:#ddd;border-radius:5px;overflow:hidden}.progress-bar--in-progress{height:100%;background:#ffde5b}.progress-bar--infinite{height:8px;background-size:5px 5px;background-image:repeating-linear-gradient(-45deg,#ffde5b,#fff 50%,transparent 0,transparent 50%);-webkit-animation:move .5s linear infinite;animation:move .5s linear infinite}@-webkit-keyframes move{0%{background-position:0 0}to{background-position:8px 8px}}@keyframes move{0%{background-position:0 0}to{background-position:8px 8px}}.downloading-items-wrapper{position:absolute;right:10px;bottom:10px;width:325px;background-color:#eee;border-radius:5px;-webkit-box-shadow:-1px 1px 5px rgba(0,0,0,.15),1px -1px 5px rgba(0,0,0,.15);box-shadow:-1px 1px 5px rgba(0,0,0,.15),1px -1px 5px rgba(0,0,0,.15);overflow:hidden;max-height:250px;overflow:auto}@media (max-width:767px){.downloading-items-wrapper{bottom:30px}}.downloading-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:11px 15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.downloading-item>svg.svg-icon--folder2{width:13px;min-width:13px;height:15px;margin-right:10px}.downloading-item>svg.svg-icon--clear-search{width:13px;min-width:13px;height:13px;cursor:pointer}.downloading-item--completed{background:-webkit-gradient(linear,left top,right top,from(#ffd137),to(#ffeb7f));background:linear-gradient(90deg,#ffd137,#ffeb7f)}.downloading-item-info{color:#555;font-size:12px;margin-right:20px;width:100%;overflow:hidden}.downloading-item-info>p:not(:last-child){margin-bottom:6px;white-space:nowrap}.downloading-item-info>p{text-overflow:ellipsis;overflow:hidden}