body { 
  background: #fbfbfb;
  font-family: 'Ubuntu', sans-serif;
}
#panel-file-upload {
  width: 400px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #dcd9d9;
}

#panel-info {
  text-align: center;
  padding: 10px;
  font-size: 30px;
  background-color: rgba(67,183,74, .9);
  color: #fff;
}

#panel-upload {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  padding-top: 20px;
  padding-bottom: 20px;
  
}

#panel-action {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  padding-top: 10px;
  display: none;
}

#panel-msg {
  padding: 10px;
  text-align: center;
}

#btCopyReport{
  width: 150px;
  padding: 5px;
  background: #55be5c;
  border: 1px solid #dcd9d9;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

#panel-report {
  position: absolute;
  left: -1000px; 
  top: -1000px;
  opacity: 0;
}

.error-msg {
  background: #f15454;
  color: #fff;
}

.dialog-outer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background: #00000073;
  display: none
}

.dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #fbfbfb;
  width: 400px;
  height: 100px;
  bottom: 0;
  border: 1px solid #dcd9d9;
}

.dialog-text {
  text-align: center;
  margin: 35px;
}