@class-prefix-switch: ~'zbx-switch';

.@{class-prefix-switch} {
  --height: 24px;
  --width: 42px;
  .adm-switch-checkbox {
    background: none;
    border: 1px solid #191919;
  }
  .adm-switch-handle {
    position: relative;
    top: -1px;
    left: -1px;
    width: var(--height);
    height: var(--height);
    border: 1px solid #191919;
  }
}
