 /* CHECKBOX TOGGLE SWITCH */
/* @apply rules for documentation, these do not work as inline style */
body{
  font-family: 'Poppins', sans-serif;
}


.toggle-checkbox:checked {
  right: 0;
  border-color: #68D391;
}
.toggle-checkbox:checked + .toggle-label {
  background-color: #68D391;
}

.toggle-checkbox:focus{
  outline:0;
}

.bg-red{
  background-color: red;
}

.bg-lemmon{
  background-color: #D1FE25;
  color: #000;
  
}

.bg-button{
  background-color: #00acf2 !important;
}

.bg-lemmon:hover{
  background-color: rgb(151, 182, 27);
}

.title{
  font-weight: 900;
  font-size: 25px;
}

.banner{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.tabs-custom a.active{
  background-color: transparent !important;
  color: #1996E6 !important;
  border-radius: 0;
  border-bottom: 2px solid #1996E6;
  
}

.tabs-custom a{
  font-weight: bold;
  border-radius: 0;
  color: #000;
}