div.switch{display:flex;vertical-align:baseline;align-items:center}div.switch input{height:0;width:0;visibility:hidden}div.switch input:checked+label{background:#26b99a}div.switch input:checked+label:after{left:calc(100% - 2px);transform:translateX(-100%)}div.switch :nth-child(2){cursor:pointer;width:52px;height:28px;background:gray;border-radius:100px;position:relative;margin-bottom:0px;box-shadow:inset 0px 0px 8px -1px #166d5b}div.switch :nth-child(2):after{content:"";position:absolute;top:2px;left:2px;width:24px;height:24px;background:#fff;border-radius:90px;transition:.3s;box-shadow:0px 0px 8px -1px #166d5b}div.switch :nth-child(2):active:after{width:32px}div.switch :nth-child(3){margin-bottom:0px;margin-left:6px}div.switch.disabled :nth-child(2){background-color:#555 !important;box-shadow:none}div.switch.disabled :nth-child(2):after{background:#777}div.switch.switch-sm input:checked+label+.check{display:block}div.switch.switch-sm input:checked+label+.check+.uncheck{display:none}div.switch.switch-sm .check,div.switch.switch-sm .uncheck{color:#fff;display:none;z-index:900;margin:0 18px 0 -38px}div.switch.switch-sm .uncheck{display:block;line-height:22px;margin:0px 0px 0px -22px}div.switch.switch-sm :nth-child(2){width:46px;height:22px}div.switch.switch-sm :nth-child(2):after{width:18px;height:18px}div.switch.switch-sm.alt input:checked+label:after{background:#22a186;left:calc(100% + 1px);box-shadow:inset 0px 0px 4px 1px #1a8a72}div.switch.switch-sm.alt :nth-child(2){width:32px;height:12px}div.switch.switch-sm.alt :nth-child(2):after{width:18px;height:18px;top:-3px;left:-1px;background:gray;box-shadow:inset 0px 0px 4px 1px #636363}/*# sourceMappingURL=checkbox.css.map */
