#log > div {
  color: #21252900;
  border-top: ;
  padding: 9px;
  display: flex;
}
#log > div:first-child {
  border: 0;
}
.status {
  min-width: 250px; 
  color: #21252900;
}
#log {
  border: 1px solid #dadada;
  padding: 10px;
  min-height: 200px;
}
.image-container img {
  border: 1px solid #dadada;
}

.image-container > h6 {
color: #21252900;	
}


progress {
  display: none;
  width: 100%;
  transition: opacity 0.5s linear;
}
progress[value="1"] {
  opacity: 0.5;
}
select {
  padding: 12px 5px;

}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  
}

.inputfile + label {
  max-width: 80%;
  font-size: 1.02rem;
  /* 20px */
  font-weight: 700;
  text-overflow: auto;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 0.95rem;
  border-radius: 4px;

  /* 10px 20px */
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
border: 0.2px solid #000;
 	 border-radius: 7px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #000000d1;
background: rgb(255,255,255);
background: linear-gradient(357deg, rgba(255,255,255,1) 0%, rgb(255 246 249 / 36%) 100%, rgba(255,255,255,1) 100%);
	margin-bottom:35px;
	margin-top:25px;
	    border: 2px solid #d39494;
	 border-radius: 4px;

}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background-color: #d3394c08;
}

#arrow-right ,
#arrow-down {
  font-size: 3em;
}

#arrow-right {
  position: absolute;
  top: 60px;

}
#arrow-down{
  width: 50px;
  margin: 10px auto;
}

#arrow-right.fa-arrow-right ,
#arrow-down.fa-arrow-down 
 {
  color: #21252900;
    
}

#arrow-right.fa-spin ,
#arrow-down.fa-spin  {
  color: #d3394c;
  
}

.fa-check{
  color:green;
}

#log pre {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
 }

 #startLink{
   text-decoration: underline;
   margin-top: 100px;
 }
  #startPre{
    position: absolute;
    top:25px;
  padding-right: 25px;
padding-left: 10px;
  }

 @media screen and (min-width: 992px) {
  #startPre{
    position: absolute;
    top:25px;
 padding-right: 35px;
padding-left: 10px;
  }
}