body,
html {
  margin: 10;
  padding: 0;
}

.container {
  height: 100%;
  display: flex;
}

.view {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

#view1 {
  background-color: white;
}

h1 {
  text-align: center;
}

#view2 {
  background-color: white;
}

.wrapper {
  display: flex;
  justify-content: center;
}

.wrapper>div {
  line-height: 50px;
  height: 50px;
  margin: 5px;
  text-align: center;
}

.select2-container {
  text-align: center;
}


#myCanvas {
    width: 100%;
}

#myCanvasInput {
    width: 100%;
}


#otehonMoji {
  text-align: center;
}

#inputMoji {
  text-align: center; 
}

/* Center the Select2 search input */
.select2-container--default .select2-search__field {
  text-align: center;
}

.button {
  height: 30px;
  line-height: 26px;
  margin: 7px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: #48b451;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border: 2px solid transparent;
  touch-action: manipulation;
  transition: all 125ms;
  /* float:right; */
  border-radius: 5px;
  transition-delay: 0.1s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.button:hover {
  background-color: #063e17;
}

.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.section {
  padding: 20px;
  border: 1px solid #ccc;
  margin: 10px;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.section:nth-child(odd) {
  background-color: white;
}

.section:nth-child(even) {
  background-color: white;
}


.column {
  padding: 10px;
  border: 1px solid white;
  justify-content: center;
}

/* Adjust background colors for columns */
.column:nth-child(odd) {
  background-color: white;
}

.column:nth-child(even) {
  background-color: white;
}

.column_title {
  flex: 1;
  border: 1px solid white;
  justify-content: center;
}

/* Adjust background colors for columns */
.column_title:nth-child(odd) {
  background-color: white;
}

.column_title:nth-child(even) {
  background-color: white;
}

.copyrights {
  margin-bottom: 40px;
}

.result {
  margin-left: 50px;
}

#txtResult {
	font-family: none;
	font-size: 1em;
	border: none;
	resize:none;
	width: 100%;
	height: 100px;
}