[x-cloak] {
  display: none;
}

body {
  font-family: 'Nunito Sans', sans-serif;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

.list-circle {
  list-style-type: circle;
}

.list-roman {
  list-style-type: upper-roman;
}

.list-alpha {
  list-style-type: upper-alpha;
}

a.link {
  color: rgb(0, 142, 224);
  font-size: 1rem;
  font-weight: 500;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #008EE0;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #008EE0;
  cursor: pointer;
}

.shadow-br {
  box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
}

.odd-bg-F9F9FA:nth-of-type(odd) {
  background-color: #F9F9FA;
}