.sidebar-dark-primary {
	overflow: hidden;
}
.sidebar-dark-primary:hover {
    background-color: rgba(52,58,64,.95);
}
.uniqueClassName {
    text-align: center;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.toggle-button {
  display: none;
}

.toggle-button+label {
  display: block;
  width: 6rem;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
  background: rgba(222, 43, 43, 0.5);
  border-radius: 3rem;
  /*box-shadow: 0 0 0 2px rgba(238, 238, 238, 0.5);*/
  transition: all 0.3s;
}

.toggle-button+label:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #DE2B2B;
  position: relative;
  left: 0;
  transition: all 0.3s;
}

.toggle-button:checked+label {
  background: rgba(6, 148, 6, 0.5);
}

.toggle-button:checked+label:before {
  left: 4rem;
  background: #069406;
}
