
.background-primary{
  background-color: #26316c !important;
}
.text-primary {
 color: #26316c !important;
}
.border-primary {
  border-color: #26316c !important;
}
.background-hover-primary:hover{
  background-color: #26316c !important;
}
.text-hover-primary:hover{
  color: #26316c !important;
}
.border-hover-primary:hover{
  border-color: #26316c !important;
}


.background-secondary{
  background-color: #23a9e1 !important;
}
.text-secondary {
 color: #23a9e1 !important;
}
.border-secondary {
  border-color: #23a9e1 !important;
}

.background-hover-secondary:hover{
  background-color: #23a9e1 !important;
}
.text-hover-secondary:hover{
  color: #23a9e1 !important;
}
.border-hover-secondary:hover{
  border-color: #23a9e1 !important;
}

input:checked~.switch-paddle{
  background-color: #26316c !important;
}

