.gd-switch{box-sizing:border-box;padding:0;margin:0;position:relative;display:inline-block;min-width:40px;height:22px;line-height:22px;vertical-align:middle;background-color:#e4e4e4;border:0;border-radius:100px;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none;text-align:center}.gd-switch-checked{background-color:#ead0aa}.gd-switch:focus{outline:none}.gd-switch-disabled{cursor:not-allowed;opacity:.65}.gd-switch-disabled *{box-shadow:none;cursor:not-allowed}.gd-switch-inner{display:block;margin:0 7px 0 25px;color:#fff;font-size:12px;transition:margin .2s}.gd-switch-checked .gd-switch-inner{margin:0 25px 0 7px}.gd-switch-handle{top:50%;left:2px;transform:translateY(-50.5%);width:18px;height:18px}.gd-switch-handle,.gd-switch-handle:before{position:absolute;transition:all .2s ease-in-out}.gd-switch-handle:before{top:0;right:0;bottom:0;left:0;background-color:#b9b9b9;border-radius:50%;box-shadow:0 0 2px .3px #c2c2c2;content:""}.gd-switch-checked .gd-switch-handle{left:calc(100% - 18px - 2px)}.gd-switch-checked .gd-switch-handle:before{background-color:#d39d4e;box-shadow:none}.gd-switch:not(.gd-switch-disabled):active .gd-switch-handle:before{right:-30%;left:0}.gd-switch:not(.gd-switch-disabled):active.gd-switch-checked .gd-switch-handle:before{right:0;left:-30%}.gd-switch-line{background-color:transparent;min-width:34px;height:auto}.gd-switch-line .gd-switch-handle{width:20px;height:20px;left:0}.gd-switch-line .gd-switch-handle:before{background-color:#b9b9b9;box-shadow:none}.gd-switch-line:after{content:"";display:block;width:100%;border-radius:15px;height:14px;background-color:#e4e4e4;transition:background-color .2s}.gd-switch-line.gd-switch-checked .gd-switch-handle{left:calc(100% - 18px)}.gd-switch-line.gd-switch-checked .gd-switch-handle:before{background-color:#d39d4e;box-shadow:none}.gd-switch-line.gd-switch-checked:after{background-color:#ead0aa}