.custom-checkbox-box{width:20px;height:20px;display:inline-block;border:2px solid #d77642;border-radius:4px;transition:background-color .3s ease,border-color .3s ease;position:relative}.custom-checkbox-box:after{content:"";position:absolute;top:3px;left:6px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .3s ease}.custom-checkbox input:checked+.custom-checkbox-box:after{opacity:1}.custom-range-track{width:100%;height:8px;background:linear-gradient(90deg,#d77642 0,#d77642 50%,#e5e5e5 0,#e5e5e5);border-radius:9999px;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range-track::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background-color:#d77642;border-radius:50%;border:none;cursor:pointer}.custom-range-track::-moz-range-thumb{width:20px;height:20px;background-color:#d77642;border-radius:50%;border:none;cursor:pointer}.custom-range-track::-ms-thumb{width:20px;height:20px;background-color:#d77642;border-radius:50%;border:none;cursor:pointer}.range-icon{background-color:#d77642;color:#fff;padding:8px;border-radius:50%;position:absolute;right:0;top:50%;transform:translateY(-50%);cursor:pointer}