/* Import Google font - Poppins */
@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #464545;
}
::selection{
  color: #fff;
  background: #6990F2;
}
.wrapper{
  width: 430px;
  background: rgb(43, 43, 43);
  border-radius: 5px;
  padding: 30px;
  box-shadow: 7px 7px 12px rgba(0,0,0,0.05);
}
.wrapper header{
  color: #6990F2;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}
.wrapper form{
  height: 167px;
  display: flex;
  cursor: pointer;
  margin: 30px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  border: 2px dashed #6990F2;
}
form :where(i, p){
  color: #6990F2;
}
form i{
  font-size: 50px;
}
form p{
  margin-top: 15px;
  font-size: 16px;
}
section .row{
  margin-bottom: 10px;
  background: rgb(65, 68, 73);
  list-style: none;
  padding: 5px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .row i{
  color: #6990F2;
  font-size: 30px;
}
section .details span{
  font-size: 14px;
}
section .details button{
  font-size: 14px;
  color: #fff;
  background-color: #9bcee2;
  letter-spacing: 2px;
  font-size: 20px;
  text-align: center;
  border: 2px solid #7ca3b3;
  border-radius: 4px;
  box-sizing: border-box;
  margin-left: 1.5em;
  width: 75%;
}
section .details button:hover{
  background-color: #ade6fd;
}
section .details button:active{
  background-color: #7498a7;
}
.progress-area .row .content{
  width: 100%;
  margin-left: 15px;
}
.progress-area .content .progress-bar{
  height: 6px;
  width: 100%;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 30px;
}
.content .progress-bar .progress{
  height: 100%;
  width: 0%;
  background: #9bcee2;
  border-radius: inherit;
}
.uploaded-area{
  max-height: 232px;
  overflow-y: scroll;
}
.uploaded-area.onprogress{
  max-height: 150px;
}
.uploaded-area::-webkit-scrollbar{
  width: 0px;
}
.uploaded-area .row .content{
  display: flex;
  align-items: center;
}
.uploaded-area .row .details{
  display: flex;
  width: 16em;
  margin-left: 20px;
  flex-direction: column;
}
.uploaded-area .row .details .size{
  color: #97a2ad;
  font-size: 11px;
}

.uploaded-area .row .details .name{
  color: #daeafa;
  font-size: 15px;
}

.uploaded-area i.fa-check{
  font-size: 16px;
}

.progress-area .row .details .percent{
  color: #97a2ad;
  font-size: 15px;
}

.progress-area .row .details .name{
  color: #daeafa;
  font-size: 15px;
}
.progress-area .row .details{
  display: flex;
  width: 16em;
  flex-direction: column;
}
.progress-area .details{
  margin-bottom: 7px;
  /*display: flex;
  align-items: center;
  justify-content: space-between;*/
}


.progress-area .row .details .size{
  color: #97a2ad;
  font-size: 11px;
}