.jp-toggle-container{display:flex}.jp-toggle-label-container{display:flex;align-items:center;margin-bottom:8px;cursor:pointer;gap:5px}.jp-toggle-label{display:block;font-size:20px;flex:1}.jp-toggle-label-small{font-size:16px!important}.jp-toggle-switch-small{width:40px;height:22px;position:relative;display:inline-block}.jp-toggle-switch-small .jp-toggle-slider{border-radius:22px}.jp-toggle-switch-small .jp-toggle-slider:before{height:18px;width:18px;left:2px;bottom:2px}.jp-toggle-switch-large{width:60px;height:34px;position:relative;display:inline-block}.jp-toggle-switch-large .jp-toggle-slider{border-radius:34px}.jp-toggle-switch-large .jp-toggle-slider:before{height:26px;width:26px;left:4px;bottom:4px}.jp-toggle-switch-input{opacity:0;width:0;height:0}.jp-toggle-switch-input:checked+.jp-toggle-slider{background-color:var(--primary-color)}.jp-toggle-switch-input:focus+.jp-toggle-slider{box-shadow:0 0 1px var(--primary-color)}.jp-toggle-switch-input:checked+.jp-toggle-slider:before{transform:translate(100%);background-color:var(--background-primary)}.jp-toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;height:inherit;width:inherit}.jp-toggle-slider:before{position:absolute;content:"";background-color:#fff;transition:.4s;border-radius:50%}.jp-toggle-slider-pointer{cursor:pointer}
