.toggle_container{text-align:center}.toggle-switch{position:relative;width:45px;height:22px;display:inline-block;text-align:left;top:8px}.checkbox{display:none}.label{overflow:hidden;cursor:pointer;border:0 solid #bbb;border-radius:11px}.inner,.label{display:block;height:100%}.inner{width:200%;margin-left:-100%;transition:margin .3s ease-in 0s}.inner:after,.inner:before{float:left;width:50%;height:100%;padding:0;line-height:22px;color:var(--brand-color-text-white);font-weight:(--brand-font-weight-callout);box-sizing:border-box}.inner:before{padding-left:5px;background-color:#20982F}.inner:after,.inner:before{content:"";color:var(--brand-color-text-white)}.inner:after{padding-right:5px;background-color:#bbb;text-align:right}.switch{display:block;width:var(--brand-space-x2);height:var(--brand-space-x2);margin:3px;background:var(--brand-color-text-white);position:absolute;top:0;bottom:0;right:22px;border:0 solid #bbb;border-radius:50%;transition:all .3s ease-in 0s}.checkbox:checked+.label .inner{margin-left:0}.checkbox:checked+.label .switch{right:3px}