@import url("./font.css");

html {
  font-size: 62.5%;
}

body {
  font-size: 1.2em;
}

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

@viewport {
  zoom: 1; /* เหมือน initial-scale ใน viewport meta tag */
}
.padTop10{
  padding-top: 10px;
}
.rdw-editor-wrapper{
  background-color: #fff;
  min-height: 300px;
}
.textError{
  color:red;
}
.tab-switch-language {
  line-height: 65px;
}

.tsl-li:hover {
  cursor: pointer;
}
.tsl-li-active {
  opacity: 1 !important;
}
.tsl-li {
  opacity: 0.5;
  padding: 0px 5px;
}
