.ui-switch{display:flex;justify-content:space-between;align-items:center;height:28px;background:var(--grey-light-color-60);border-radius:14px;width:48px;cursor:pointer;position:relative;transition:all .2s ease-in}.ui-switch_active{background:var(--primary-color)}.ui-switch_active .ui-switch__circle{left:100%;margin-left:-24px}.ui-switch_size_md{height:20px;width:36px}.ui-switch_size_md .ui-switch__circle{height:16px;left:2px;width:16px;border-radius:8px;top:2px}.ui-switch_size_md.ui-switch_active .ui-switch__circle{left:100%;margin-left:-18px}.ui-switch__circle{background:#fff;width:20px;height:20px;border-radius:10px;position:absolute;left:4px;top:4px;transition:all .2s ease-in;box-shadow:0 1px 4px rgba(34,49,85,.15)}.ui-switch__input{display:none}.ui-switch__field-false{flex:1;display:flex;justify-content:flex-end;padding-right:4px;box-sizing:border-box}.ui-switch__field-true{flex:1;display:flex;justify-content:flex-start;padding-left:4px;box-sizing:border-box}@media(max-width:540px){.rules-text{font-size:12px}}