.option-green {
  color: green;
}

.option-red {
  color: red;
}

.noUi-horizontal {
  height: 20px;
}

.noUi-horizontal .noUi-handle {
  width: 40px;
  height: 40px;
  top: -10px;
  right: -21px;
}

.noUi-horizontal .noUi-tooltip {
  background-color: white;
  border: 1px solid #cacaca;
  margin-bottom: 6px;
  font-size: 18px;
}

.noUi-handle {
  border: 2px solid #4b4b4b;
}

.noUi-connect {
  background: #4b4b4b;
}

.form-check-centered {
  display: inline-block !important;
}

.form-check-lg {
  width: 65px !important;
  height: 35px !important;
  transform: rotate(270deg);
}


/* .timeline .timeline-item{
  border-left: 1px dotted #cacaca !important;
  border-bottom: 1px dotted #cacaca  !important;
  margin-bottom: 30px;
}

.timeline .timeline-item:last-of-type{
  border-bottom:0px !important;
  border-left:0px !important;
} */

.list-group {
  border: 1px dotted black;
  padding: 6px;
}

/* NFC */

#digital-clock span {
  display: inline-block;
  width: 135px;
  background: #000;
  height: 102px;
  color: #fff;
  border-radius: 10px;
  margin-left: 10px;
  font-size: 73px;
  text-align: center;
  font-family: Rajdhani, sans-serif;
  font-weight: bold;
}

.sweet_loader {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: ro;
  transform-origin: 50% 50%;
  transform: rotate(0) translate(0, 0);
}

@keyframes ro {
  100% {
    transform: rotate(-360deg) translate(0, 0);
  }
}