.upload-area-outer{
    text-align: center;
    margin-bottom: 5px;
    height: 100px;
    border-style: dashed;
    border-color: cornflowerblue;
}
.upload-area-inner{
    display: inline-block;

    width: 100%;
    height: 100px;

    outline: 0;
    caret-color: rgb(255, 255, 255,0);
    padding: 2%;
}
.upload-area {
  height: 80px;
  width: 100%;
  text-align: center;
  border-style: dashed;
  border-color: cornflowerblue;
  margin-bottom: 5px;

  outline: 0;
  display: block;
  caret-color: #ffffff;
}

.get-area{
  margin-bottom: 5px;
}


.setting-area {
  border-bottom: double 5px cornflowerblue;
  margin-bottom: 3px;
  background-color: rgb(240, 240, 240);
}

.image-result-notprocessd {
  width: 100%;
  height: 380px;
  background-color: #dcdcdc;
  padding: 5px;
}

.result-button {
  width: 100%;
  margin-top: 3px;
}

.dragover {
  background-color: rgba(82, 204, 204, 0.25);
}
