<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2015 rus-conf.net. All Rights Reserved
  
  License:
  Copyrighted Rus-conf.net
  
  Author:
  TralngTheme - http://wwww.rus-conf.net
---------------------------------------------------------------- */
.upload fieldset {
  margin-bottom: 10px;
}
.bar {
  width: 100%;
  background: #eee;
  padding: 3px;
  margin-bottom: 10px;
  box-shadow: inset 0 1px 3px #999;
  border-radius: 3px;
  box-sizing: border-box;
}
.bar-fill {
  height: 14px;
  display: block;
  background: #a61d2d;
  width: 0;
  border-radius: 3px;
  transition: width 0.8s ease;
}
.bar-fill-text {
  color: #fff;
  padding: 3px;
}
.uploads a, .uploads span {
  display: block;
}</pre></body></html>