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