@charset "utf-8";

.page-wrapper {
background: #1E2022;
color: #505050;

}

#left-panel {
  width: 300px;
  display: inline-block;
  margin-right: -5px;
}

#center-panel {
  width: calc(100vw - 340px);
  min-height: 1200px;
  display: inline-block;
  background: #1E2022;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  vertical-align: top;
  padding: 0px;
}

.icon-text {
  font-size: 1em;
  line-height: 1.6em;
  color: #B3B3B3;
  margin: 10px;
  
}

#small-box {
  display: inline-block;
  border: 1px dashed #B3B3B3;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

#drop-area {
  border: 2px dashed #505050;
  border-radius: 20px;
  width: 280px;
  height: 280px;
  font-family: sans-serif;
  margin: 10px auto;
  padding: 10px;
  color: #B3B3B3;
}

#file-input {
  display: none;
}

.label-button {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.label-button:hover {
  background: #ddd;
  color: #333;
}

#center-content {
  margin: 10px;
  border: 1px solid #545454;
  border-radius: 4px;
  position: relative;
  padding-top: 40px;
  text-align: center;
}

#head-title {
  border: 1px solid #565656;
  border-radius: 4px;
  background: #565656;
  color: #e7e7e7;
  display: inline;
  font-weight: bold;
  padding: 2px;
  position: absolute;
  left: 0;
  top: 0;
}

.icon1-box {
  width: 300px;
  height: 200px;
  margin: 10px;
  
  display: inline-block;
}

.icon2-box {
  width: 300px;
  height: 250px;
  margin: 10px;
  
  display: inline-block;
}

.preview-box {
  display: inline-block;
  margin: 20px 20px 0 20px;
  color: #ddd;
}

canvas.preview {
  width: 80px;
  height: 80px;
  border: 1px dashed #565656;
  border-radius: 8px;
}

.description {
  border-top: 1px solid #565656;
  color: #ddd;
}

td.download-name {
  text-align: right;
}

td.download-button {
  padding: 5px 0 5px 10px;
}

canvas#canvas-original {
  border: 2px dashed #505050;
  border-radius: 20px;
  width: 280px;
  height: 280px;
  font-family: sans-serif;
  margin: 10px;

  color: #B3B3B3;
}