.switch-toggle-container{align-items:center;display:flex}.switch-toggle-container .switch{align-items:center;background-color:#9c9c9c;border-radius:12px;cursor:pointer;display:flex;height:24px;margin-right:8px;padding:2px;position:relative;width:40px}.switch-toggle-container .switch .switch-toggle-circle{transition:transform .1s ease-in-out 0s;background-color:#fff;border-radius:50%;height:20px;position:absolute;transform:translate(0);width:20px}.switch-toggle-container .switch.on{background-color:#ff7845}.switch-toggle-container .switch.on .switch-toggle-circle{transform:translate(16px)}.switch-toggle-container .switch.disabled{cursor:not-allowed;opacity:.5}.switch-toggle-container .label{color:#222;font-size:1em}.switch-toggle-container .label .infoLabel{font-size:.714em}.switch-toggle-container .subLabel{color:#666;font-family:sspRegular;font-size:.785em;line-height:14px}