.dashboard-menu a{
  margin-top: 20px;
}
.required{
  color: #fa5838;
}
.g-recaptcha{
  width: 100%;
  padding: 0 20px 0 20px;
}
.errorlist{
  color: #fa5838;
}
.errorlist li{
  list-style: none
}
.divider{
  background-color: gray;
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
}

.top-divider{
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: orange;
  padding-top: 20px;
}
.orange-vemos{
  background-color: #f0941d;
  color: white;
}
.orange-vemos:hover{
  background-color: #e0840d;
  color: white;
}
.label-0{
  background-color: #ffbc34;
}
.label-1{
  background-color: #5ac146;
}
.label-2{
  background-color: #fa5838;
}
.label-3{
  background-color: #7460ee;
}
.btn-rounded-full{
  border-radius: 100%;
  padding: 4px;
}
.hidden{
  display: none;
}
.btn-help{
    border-radius: 100%;
    width: 20px;
    height: 20px;
    padding: 0px;
    position: relative;
    top: -10px;
    left: 5px;
    font-size: 9px;
}
.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #6610f2; /* Blue */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
