.toggle-switch{display:inline-flex;align-items:center;cursor:pointer;gap:8px}.toggle-switch input{display:none}.toggle-switch input:checked+.toggle-switch__slider:before{transform:translateX(32px);background-color:#c0d23c}.toggle-switch__text{font-size:14px;font-weight:700;color:#103c35}.toggle-switch__slider{position:relative;width:70px;height:38px;border-radius:8px;background-color:#fff;transition:background-color .2s}.toggle-switch__slider:before{content:"";position:absolute;width:30px;height:30px;left:4px;top:4px;background-color:#6e6e6e;border-radius:6px;transition:.2s ease-in}.toggle-switch__slider-icons:after,.toggle-switch__slider-icons:before{content:"";position:absolute;top:10px;width:16px;height:16px;background-repeat:no-repeat;background-size:contain}.toggle-switch__slider-icons:before{left:11px;background-image:url(/icon-cross__white.svg)}.toggle-switch__slider-icons:after{right:11px;background-image:url(/icon-check__white.svg)}