* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: #fffdfa;
  line-height: 13px;
  font-family: 'Open Sans';
}
hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ib {
  display: inline-block;
}
.hide {
  display: none;
}
[v-cloak] {
  display: none;
}
ul {
  list-style-position: outside;
  padding-left: 20px;
  margin: 0;
}
li {
  margin: 2px;
  padding: 4px;
  line-height: 17px;
  font-size: 14px;
  font-weight: 500;
}
input:not([type='checkbox']) {
  padding: 2px;
  border-radius: 2px;
  border: none;
  background-color: #d8eaee;
  color: #040305;
}
.btn {
  user-select: none;
  cursor: pointer;
  /* display: inline-block; */
  white-space: nowrap;
  color: #fffdfa;
  font-weight: 600;
  background-color: #656869;
  padding: 4px;
  border-radius: 2px;
  text-align: center;
}
.btn:hover {
  background-color: #9aa1a3da !important;
}
