input[type=text][disabled]{opacity:1}.custom-checkbox-slider-layout{position:relative;display:inline-block;width:256px;height:48px}.custom-checkbox-slider-layout input{display:none}.custom-checkbox-slider{cursor:pointer;top:0;right:0;background-color:#2d3748}.custom-checkbox-slider,.custom-checkbox-slider:before{position:absolute;left:0;bottom:0;transition:all .2s ease 0s;font-weight:500;border-radius:48px}.custom-checkbox-slider:before{content:"";height:48px;width:138px;background-color:#718096}input:checked+.custom-checkbox-slider{background-color:#2d3748}input:focus+.custom-checkbox-slider{box-shadow:0 0 1px #718096}input:checked+.custom-checkbox-slider:before{transform:translateX(118px)}.monthly,.yearly{color:#fff;position:absolute;transform:translate(-50%,-50%);top:50%;font-size:14px}.monthly{left:27%;font-weight:700}.yearly{left:73%}input:checked+.custom-checkbox-slider .yearly{display:block;font-weight:700}input:checked+.custom-checkbox-slider .monthly{font-weight:500}