.my-input-wrapper{width:100%;display:flex;flex-direction:column;gap:.5vw}.my-input-wrapper .my-input-label{font-size:1vw;display:inline-block;font-weight:500}.my-input-wrapper .input-container{position:relative;display:flex;align-items:center;border:.1vw solid #ccc;border-radius:.5vw;padding:.5vw;background-color:#fff;transition:border-color .3s ease}.my-input-wrapper .input-container.error{border-color:#ff4d4f}.my-input-wrapper .input-container .input-icon{width:1.5vw;height:1.5vw;margin-right:1vw;display:flex;align-items:center;justify-content:center}.my-input-wrapper .input-container .input-icon svg{width:100%;height:100%}.my-input-wrapper .input-container .my-input{flex:1;border:none;outline:none;font-size:1vw;background:transparent}.my-input-wrapper .checkbox-wrapper{display:flex;align-items:center;gap:1vw;font-size:1vw}.my-input-wrapper .checkbox-wrapper input[type=checkbox]{width:1.2vw;height:1.2vw}.my-input-wrapper .error-message{color:#ff4d4f;font-size:.9vw;margin-top:.5vw}@media only screen and (max-width:700px){.my-input-wrapper{width:100%;display:flex;flex-direction:column;gap:2vw}.my-input-wrapper .my-input-label{font-size:4vw}.my-input-wrapper .input-container{padding:1vw;border-radius:2vw}.my-input-wrapper .input-container .input-icon{width:4vw;height:4vw;margin-right:2vw}.my-input-wrapper .checkbox-wrapper,.my-input-wrapper .input-container .my-input{font-size:4vw}.my-input-wrapper .checkbox-wrapper input[type=checkbox]{width:4vw;height:4vw}.my-input-wrapper .error-message{font-size:2.5vw}}.custom-select-wrapper{width:100%;position:relative;display:flex;flex-direction:column;gap:.5vw;max-width:40vw}.custom-select-wrapper .select-label{display:flex;align-items:center;gap:1vw;font-size:1vw}.custom-select-wrapper .select-icon{width:1.2vw;height:1.2vw}.custom-select-wrapper .select-display{border:.15vw solid #ccc;border-radius:.5vw;padding:.5vw;background-color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:.2s ease}.custom-select-wrapper .select-display svg{width:1vw;height:1vw}.custom-select-wrapper .select-display.has-error{border-color:#ff4d4f}.custom-select-wrapper .select-display.disabled{background-color:#f2f2f2;color:#999;cursor:not-allowed}.custom-select-wrapper .selected-value{display:flex;align-items:center;gap:1vw;font-size:1vw}.custom-select-wrapper .arrow{font-size:1vw}.custom-select-wrapper .select-options{position:absolute;top:calc(100% + .5vw);left:0;right:0;border:.15vw solid #ccc;background:#fff;border-radius:.5vw;z-index:10;max-height:20vw;overflow-y:auto}.custom-select-wrapper .select-options li{padding:1vw;display:flex;align-items:center;justify-content:start;gap:1vw;cursor:pointer;font-size:1vw}.custom-select-wrapper .select-options li:hover{background:#f5f5f5}.custom-select-wrapper .select-options li.selected{background:#e8e8e8}.custom-select-wrapper .select-options svg{width:1.2vw;height:1.2vw}.custom-select-wrapper .error-message{color:#ff4d4f;font-size:.9vw;margin-top:.5vw}@media only screen and (max-width:700px){.custom-select-wrapper{max-width:100vw;display:flex;flex-direction:column;gap:2vw}.custom-select-wrapper .select-label{font-size:4vw;gap:2vw}.custom-select-wrapper .select-icon{width:4vw;height:4vw}.custom-select-wrapper .select-options{border-radius:3vw}.custom-select-wrapper li{padding:3vw!important}.custom-select-wrapper .select-display{padding:3vw;border-radius:2vw}.custom-select-wrapper .select-display svg{width:4vw;height:4vw}.custom-select-wrapper .selected-value{font-size:4vw;gap:2vw}.custom-select-wrapper .arrow{font-size:2.5vw}.custom-select-wrapper .select-options{max-height:50vw}.custom-select-wrapper .select-options li{font-size:4vw;padding:2vw;gap:2vw}.custom-select-wrapper .select-options .option-icon,.custom-select-wrapper .select-options li svg{width:4vw;height:4vw}.custom-select-wrapper .error-message{font-size:4vw}}.date-input-wrapper{display:flex;flex-direction:column;width:100%;align-items:flex-start}.date-input-label{font-size:1vw;color:#000;border-radius:.5vw;margin-bottom:.8vw}@media only screen and (max-width:700px){.date-input-label{font-size:3vw;padding:1.5vw 3vw;margin-bottom:2vw}}.date-input-field{width:100%;font-size:.9vw;border:1px solid #ccc;border-radius:.6vw;padding:1vw;outline:none}@media only screen and (max-width:700px){.date-input-field{width:100%!important;height:10vw;font-size:3.5vw;border-radius:2vw;padding:0 3vw}}.custom-switch-wrapper{width:4vw;height:2vw;background-color:#ccc;border:none;border-radius:1vw;padding:0;position:relative;display:flex;align-items:center;transition:background-color .25s ease;cursor:pointer}.custom-switch-wrapper .switch-thumb{width:1.6vw;height:1.6vw;border-radius:50%;background-color:#fff;position:absolute;top:.2vw;left:.2vw;transition:left .25s ease;box-shadow:0 .1vw .3vw rgba(0,0,0,.2)}.custom-switch-wrapper.checked{background-color:#f9aa33}.custom-switch-wrapper.checked .switch-thumb{left:2.2vw}.custom-switch-wrapper.disabled{opacity:.5;cursor:not-allowed}@media only screen and (max-width:700px){.custom-switch-wrapper{width:8vw;height:4vw;border-radius:2vw}.custom-switch-wrapper .switch-thumb{width:3.2vw;height:3.2vw;top:.4vw;left:.4vw}.custom-switch-wrapper.checked .switch-thumb{left:4.4vw}}.radio-field-wrapper .radio-button-group{display:flex;gap:1vw}.radio-field-wrapper .radio-button-group .radio-button{display:flex;align-items:center;justify-content:space-between;padding:.8vw 1.6vw;border-radius:.8vw;border:.1vw solid #e5e7eb;background-color:#fff;width:-moz-fit-content;width:fit-content;min-width:8vw;transition:all .2s ease-in-out;cursor:pointer;gap:1vw}.radio-field-wrapper .radio-button-group .radio-button.selected{border-color:#f59e0b}.radio-field-wrapper .radio-button-group .radio-button .radio-icon-label{display:flex;align-items:center;gap:.6vw;font-weight:500;color:#000;font-size:.95vw}.radio-field-wrapper .radio-button-group .radio-button .radio-icon-label svg{width:1.2vw;height:1.2vw}.radio-field-wrapper .radio-button-group .radio-button .radio-indicator{margin-left:1vw;width:1.6vw;height:1.6vw;border-radius:50%;border:.1vw solid #e5e7eb;display:flex;align-items:center;justify-content:center}.radio-field-wrapper .radio-button-group .radio-button .radio-indicator.selected{border-color:#f59e0b}.radio-field-wrapper .radio-button-group .radio-button .radio-indicator.selected .inner-circle{width:.8vw;height:.8vw;background-color:#f59e0b;border-radius:50%}@media only screen and (max-width:700px){.radio-field-wrapper .radio-button-group .radio-button{padding:3vw;border-radius:5vw}.radio-field-wrapper .radio-button-group .radio-button .radio-icon-label{font-size:3.5vw}.radio-field-wrapper .radio-button-group .radio-button .radio-icon-label svg,.radio-field-wrapper .radio-button-group .radio-button .radio-indicator{width:5vw;height:5vw}.radio-field-wrapper .radio-button-group .radio-button .radio-indicator .inner-circle{width:2.5vw!important;height:2.5vw!important}.radio-field-wrapper .radio-button,.radio-field-wrapper .radio-button-group{gap:5vw!important}}