.custom-switch-panel input[type=checkbox]{height:0;width:0;visibility:hidden;position:absolute}.custom-switch-panel label{cursor:pointer;text-indent:-9999px;width:40px;height:20px;background:#d9534f;display:block;position:relative;-ms-border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px;border-radius:100px;margin-bottom:0!important}.custom-switch-panel label:after{content:'';position:absolute;top:4px;left:4px;width:12px;height:12px;background:#fff;border-radius:90px;transition:.3s}.custom-switch-panel input:checked+label{background:#5cb85c}.custom-switch-panel input:checked+label:after{left:calc(100% - 3px);transform:translateX(-100%)}.custom-switch-panel label:active:after{width:40px}.box-container{height:200px}.box-item{width:100%;z-index:1000}