:root {
  font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0px;
}
.point{
  cursor: pointer;
}
.text-input {
  color:#000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  border: 2px solid #fff;
  padding: 5px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  display: block;
  background-color: #fff;
}
.submit-input {
  color:#000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  border: 1px solid;
  padding: 5px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  display: block;
}
.gen-input {
  cursor: pointer;
  z-index: 100;
  position: absolute;
  top:20px;
  right:20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align:center;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  border-radius: 5px;
  outline: none;
  width: 60px;
  display: block;
}
.refresh-input {
  cursor: pointer;
  z-index: 100;
  position: fixed;
  bottom:20px;
  right:20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align:center;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  border-radius: 5px;
  outline: none;
  width: 100px;
  display: block;
}
textarea {
  color: #000;
  background-color: #fff;
}
a {
  font-weight: 500;
  color: #000;
  text-decoration: inherit;
}
select {
  appearance: auto;
  -webkit-appearance: none;
  color:#000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  border: 2px solid #fff;
  padding: 5px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  display: block;
  background-color: #fff;
}
.noselect {
  cursor: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.bold {
  font-weight: bold;
}
.flat-row{
  margin-bottom: 0px !important;
}
h1 {
  font-size: 3.2em;
  line-height: 1.1;
}
.input-tag {
  margin:0 0 2px 5px;
  font-size:10pt;
  font-weight:bold;
}
.vcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 74%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
