.fat-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:20px;border-radius:10px;outline:none;margin:0;box-shadow:inset 0 1px 3px #0000001a;touch-action:none}.fat-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000004d;cursor:pointer;margin-top:0}.fat-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000004d;cursor:pointer;border:none}.custom-checkbox-container{display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;gap:10px}.custom-checkbox-wrapper{position:relative;width:16px;height:16px;flex-shrink:0}.custom-checkbox-input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-control{position:absolute;top:0;left:0;height:16px;width:16px;background-color:#fff;border:2px solid #d1d5db;border-radius:4px;transition:all .2s ease-in-out}.custom-checkbox-input:checked~.checkbox-control{background-color:#7a3b00;border-color:#7a3b00}.checkbox-control:after{content:"";position:absolute;display:none}.custom-checkbox-input:checked~.checkbox-control:after{display:block}.checkbox-control:after{left:4px;top:1px;width:4px;height:7px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.custom-checkbox-container:hover .checkbox-control:not(:disabled){border-color:#7a3b00}.custom-radio-container{display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;gap:8px}.custom-radio-wrapper{position:relative;width:16px;height:16px;flex-shrink:0}.custom-radio-input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.radio-control{position:absolute;top:0;left:0;height:16px;width:16px;background-color:#fff;border:1px solid #d1d5db;border-radius:50%;box-sizing:border-box;transition:all .2s ease-in-out}.custom-radio-input:checked~.radio-control{border:5px solid #7a3b00}.custom-radio-container:hover .custom-radio-input:not(:disabled)~.radio-control{border-color:#7a3b00}
