html {
  overflow-x: hidden;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
/* -webkit-text-size-adjust fix Chrome 12 px limit */
body,
button,
input,
select,
textarea,
label {
  font-size: 14px;
  -webkit-text-size-adjust: none;
}
button,
input,
select,
label {
  vertical-align: middle;
  list-style-type: none;
  border: none;
}
label {
  padding-left: 0.4em;
}
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
ul {
  list-style: none;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 12px;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
small {
  font-size: 12px;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
img {
  border: 0 none;
}
a img,
span img {
  vertical-align: bottom;
}
em {
  font-style: normal;
  font-weight: 700;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  font-weight: 300;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
li {
  outline: none;
}
div {
  box-sizing: border-box;
}
section {
  box-sizing: border-box;
}
:root {
  --vh: 1vh;
}
root {
  --hover_color: #8b6825;
}
body {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaaaaa;
}
::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #aaaaaa;
}
[v-clock] {
  display: none;
}
.TRS_Editor a {
  color: revert;
  cursor: pointer;
  text-decoration: none;
  word-break: break-all;
}
.TRS_Editor a:hover,
.TRS_Editor a:active {
  text-decoration: underline;
}
.el-select-dropdown.el-popper.is-multiple {
  max-width: 359.1px !important;
}
