.sidebar-text {
  background-color: #26273b;
  border:1px solid #6bfd94;
  color: #6bfd94;
  box-shadow:0 0 4px rgba(0,0,0,0.7);
  transition: .3s box-shadow;
  width: 90%;
  padding: 5px;
  margin: 5px;
}
.sidebar-text:hover {
  box-shadow:0 0 4px rgba(0,0,0,0.5);
}
.card-data{
  text-align: center;
}
.block {
  display: none;
}
.onoffswitch {
    position: relative; width: 43px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 12px; padding: 0; line-height: 12px;
    border: 0px solid #FFFFFF; border-radius: 20px;
    background-color: #9E9E9E;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 20px; margin: -4px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 27px;
    border-radius: 20px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #63EA89;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #63EA89;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
    background-color: #0480BE;
}
