.switch_cnt {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.switch-button {
  background: #cbceef;
  border-radius: 30px;
  overflow: hidden;
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.3);
  position: relative;
  padding-right: 100px;
  position: relative;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 7;
}

.switch-button-label {
  display: flex;
  justify-content: space-between;
  color: white;
  transition: all 150ms linear;
}

.switch-button-label::before {
  transition: all 300ms linear;
}

.switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(100px);
  background: #2d1380;
}

.switch-button-checkbox:checked + .switch-button-label {
  color: rgba(0, 0, 0, 0.3);
}

.switch-button-checkbox:checked
  + .switch-button-label
  + #switch-button-label-span-2 {
  color: white;
  font-weight: 800;
}

.switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(100px);
  background: #2d1380;
}

#switch-button-label-span-2 {
  position: absolute;
  left: 54px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 150ms linear;
}

.switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 14px 0;
  display: block;
  user-select: none;
  pointer-events: none;
}

.switch-button-checkbox + .switch-button-label:before {
  content: "";
  background: #2d1380;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  transform: translateX(0);
  transition: transform 300ms;
}

.switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
}

.organigramma_fininvest {
  position: relative;
}

.organigramma_fininvest .prima {
  position: absolute;
  top: 12px;
}
