.form-switch-group{display:flex;align-items:center;width:100%;margin-top:15px;gap:10px}.form-switch-group .form-switch{display:inline-block;width:50px;height:30px;position:relative}.form-switch-group .form-switch input{display:none}@media(max-width:1800px){.form-switch-group .form-switch{width:45px;height:25px}}@media(max-width:1600px){.form-switch-group .form-switch{width:40px;height:20px}}.form-switch-group .form-switch .form-check-input:checked+.slider:before{transform:translateX(20px);background-color:#fff}.form-switch-group .form-switch .form-check-input:checked+.slider{background:#7f62df}.form-switch-group .form-switch .slider{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:30px;background:#3a414d;cursor:pointer;border:6px solid transparent;overflow:hidden;transition:.2s}@media(max-width:1800px){.form-switch-group .form-switch .slider{border-width:5px}}@media(max-width:1600px){.form-switch-group .form-switch .slider{border-width:3px}}.form-switch-group .form-switch .slider:before{position:absolute;content:"";width:100%;height:100%;background-color:#72767d;border-radius:30px;transform:translateX(-20px);transition:.2s}.form-switch-group .form-switch-title{color:hsla(0,0%,100%,.7);margin:0}