#uploadform {
  display: none;
}

.file-drag-label {
  color: rgb(102, 102, 102);
  font-family: Roboto-Bold;
  font-size: 16px;
  font-weight: bold;
}
.file-icon {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  border: 2px dashed rgb(185, 185, 185);
  height: 28px;
  width: 28px;
  position: absolute;
  z-index: 2;
  top: 52px;
  left: 40px;
  user-select: none;
}
.file-drag-box .file-text {
  user-select: none;
  padding-left: 15px;
}
.file-drag-box .title {
  color: rgb(102, 102, 102);
  font-size: 16px;
  font-weight: bold;
  user-select: none;
}
.file-drag-box .sub-title {
  color: rgb(153, 153, 153);
  font-weight: 500;
  font-size: 12px;
}
.upload-file {
  transition: .3s;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 36px;
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
  line-height: 36px;
  text-align: center;
}
.upload-file:hover {
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#file-input {
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.flow1, .flow2, .flow3, .flow4, .flow5 {
  border-radius: 10px;
  height: 66px;
  max-width: 580px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.flow1, .flow2 {
  background: #f3f3f3;
}
.flow2, .flow3 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.flow3 {
  background: rgb(243, 255, 236);
}
.flow4, .flow5 {
  justify-content: space-between;
  background: #FFF;
  border: 1px solid #D9D9D9;
}
.flow5 .file-label {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  padding: 0 15px;
  text-align: left;
}
.progress-cont {
  width: 100%;
  margin: 0 20px;
  padding-top: 20px;
}
.progress-bar {
  background-color: #42bf00 !important;
  height: 5px;
  border-radius: 2.5px;
}
.progress {
  height: 5px !important;
  border-radius: 2.5px;
}
.close-btn {
  flex-shrink: 0;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background: #666 url(?url=https%3A%2F%2Fupload.y8.com%2Fimg%2Fclose_icon.svg) center center no-repeat;;
  border-radius: 50%;
  transition: .3s;
}
.close-btn:hover {
  background: #333 url(?url=https%3A%2F%2Fupload.y8.com%2Fimg%2Fclose_icon.svg) center center no-repeat;;
}
.upload-status {
  font-weight: 500;
  font-size: 10px;
  color: #999999;
  margin-top: 5px;
}
label {
  user-select: none; 
}
.radio-inline {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.06),0 2px 10px 0 rgba(0,0,0,0.09);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #f3f3f3;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  height: 56px;
  letter-spacing: .2px;
  line-height: 18px;
  padding: 19px 23px 14px 90px;
  position: relative;
  text-align: center;
  width: auto;
  display: inline-block;
  cursor: pointer;
}
input[type="radio"]:checked + .radio-inline span {
  background-color: #ee5050;
  padding: 3px;
}

input[type="radio"]:checked + .inlineRadio1::before {
  background-color: #fff;
  background: url(?url=https%3A%2F%2Fupload.y8.com%2Fimg%2Ficon-html5.svg) left no-repeat;
}
.inlineRadio1::before {
  background: url(?url=https%3A%2F%2Fupload.y8.com%2Fimg%2Ficon-html5-inactive.svg) left no-repeat;
}
input[type="radio"]:checked + .inlineRadio2::before {
  background-color: #fff;
  background: url(?url=https%3A%2F%2Fupload.y8.com%2Fimg%2Ficon-unity.svg) left no-repeat;
}
.inlineRadio2::before {
  background: url(?url=https%3A%2F%2Fupload.y8.com%2Fimg%2Ficon-unity-inactive.svg) left no-repeat;
}
.radio-inline span {
  background-color: #ee5050;
  padding: 3px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-clip: content-box;
  background-color: #fff;
  border: 2px solid #ddd;
  bottom: 13px;
  content: '';
  height: 22px;
  left: 15px;
  position: absolute;
  top: 16px;
  width: 22px;
}
.radio-inline::before {
  content: '';
  display: block;
  height: 36px;
  left: 45px;
  position: absolute;
  top: 9px;
  width: 36px;
}
input[type="radio"] {
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
}