html,
body {
  margin: 0;
  height: 100%;
}

.parent_container {
  position: relative;
  height: 100%
}

.version_container {
  position: absolute;
  top: 0;
  right: 10px;
}

.main_row {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.main_input {
  display: block;
  text-align: center;
  line-height: 10px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  background-color: #3b7cf3;
  width: 300px;
  height: 42px;
  color: white;
  cursor: pointer;
  margin: 10px;
}

.row {
  display: flex;
  flex-direction: row;
  background-color: rgb(240, 240, 240);
}
.row#start {
  justify-content: start;
}
.description {
  text-align: center;
}
.area {
  height: 100vh;
}
.area#web {
  width: 236px;
  background-color: rgb(240, 240, 240);
  overflow: auto;
}
.area#web_app {
  width: 972px;
  display: flex;
}
.center_div {
  display: flex;
  justify-content: center;
}

.inline_block_div {
  display: inline-block;
  margin: 0 16px;
}

.file_div {
  margin: 5px auto;
  display: flex;
  justify-content: center;
}

.color_select {
  height: 24px;
}

.color_select#enter-color {
  width: 140px;
  margin-right: 4px;
}
.color_select#enter-brand-color {
  width: 140px;
  margin-right: 4px;
}

#button_container {
  margin: 16px 10px;
}

.json_button {
  display: inline-block;
  text-align: center;
  line-height: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  background-color: #3b7cf3;
  height: 30px;
  margin: 2px;
  color: white;
  cursor: pointer;
}

.custom-file-upload {
  padding: 6px 10px;
  background-color:#3b7cf3;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}

.custom-remove {
  margin-left: 5px;
  padding: 6px 10px;
  background-color:#3b7cf3;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: none;
}

.control_input {
  display: block;
  text-align: center;
  line-height: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  background-color: #3b7cf3;
  width: 95%;
  margin: auto;
  height: 42px;
  color: white;
  cursor: pointer;
}

#controls1 #input_json_logo {
  width: 190px;
  height: 10vh;
  padding: 10px;
  resize: none;
}
#pre_inputted {
  height: 10vh;
}
.input_json_class {
  width: 190px;
  height: 20vh;
  padding: 10px;
  resize: none;
  margin: 8px auto;
  display: flex;
}
.input_small_class {
  width: 190px;
  height: 50px;
  padding: 10px;
  resize: none;
  margin: 8px auto;
  display: flex;
}
#result_area {
  display: none;
  flex-direction: column;
  align-items: center;
}
#result_area textarea {
  width: 190px;
  height: 20vh;
  padding: 10px;
  margin: 0 auto 10px auto;
  resize: none;
}

#flutter_app {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.app {
  display: flex;
  flex-direction: column;
  justify-content: center;
}