/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.wrapperFUPDATE{
  max-height: 278.5px;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 7px 7px 12px rgba(0,0,0,0.05);
}
.wrapperFUPDATE .header_{
  color: #6990F2;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}
.wrapperFUPDATE .form--div{
  height: 75px;
  display: flex;
  cursor: pointer;
  margin: 30px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  border: 2px dashed #6990F2;
}

.form--div :where(i, p){
  color: #6990F2;
}
.form--div i{
  margin-top: 10px;
  font-size: 35px;
}
.form--div p{
  margin-top: 20px;
  font-size: 16px;
}
.section_ .row-up{
  margin-top: 30px;
  height: 75px;
  margin-bottom: 30px;
  background: #E9F0FF;
  list-style: none;
  padding: 12px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_ .row-up i{
  color: #6990F2;
  font-size: 30px;
}
.section_ .details span{
  font-size: 14px;
}
.progress-area .row-up .content{
  width: 100%;
  margin-left: 14px;
}
.progress-area .details{
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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: #6990F2;
  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-up .content{
  display: flex;
  align-items: center;
}
.uploaded-area .row-up .details{
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}
.uploaded-area .row-up .details .size{
  color: #404040;
  font-size: 10px;
}
.uploaded-area i.fa-check{
  font-size: 20px;
  position: relative;
  bottom: 0px;
  right: -50px;
}
.btn-t, .btn-t2 {
  height: 55px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #0999D1;
  width: 100%;
  border: 0;
  border-radius: 4px;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

/* .btn-t:hover, button:active, button:focus {
  background: #0EAAF1;
  background: #0079D1;
  transition: background 1s;
}  */

.icon-x{
  position: relative;
  bottom: 27px;
  right: 366px;
  font-size: 20px;
  color: #6990F2;
  transition: all 1s;
}
.icon-x:hover{
  cursor: pointer;
  color: #0020E1;
  transform: scale(1.1) rotate(90deg) translate(1.5px , -1.5px);
  transition: color 1s;
  transition: transform .5s;
}

.in-2.op{
  display: none;
}
.wsize{
  min-width: 131px;
  text-align:center;
}

