/*
    This file is only to be used on the quantum marketing sight aka Prequal One Modal, do not use this in the code what so ever
 */

 .MuiFilledInput-input {
    border-radius: unset !important;
    border-style: unset !important;
    border-width: unset !important;
    box-shadow: unset !important;
    height: 48px !important;
    margin: unset !important;
    padding-bottom: unset !important;
    padding-right: unset !important;
    padding-left: 12px !important;
    padding-top: 10px !important;
    box-sizing: unset !important;
    color: #000000 !important;
    background-color: #ffffff !important;
}

.MuiInputBase-root.MuiFilledInput-root {
    border-radius: 0;
    height: 58px;
}

.MuiNativeSelect-select.MuiNativeSelect-outlined {
    background-color: #ffffff !important;
}


.MuiInputBase-input.MuiOutlinedInput-input.MuiInputBase-inputAdornedEnd.css-1uvydh2 {
    height: 48px !important;
    border-style: unset !important;
    box-shadow: unset !important;
    padding-bottom: unset !important;
    padding-right: unset !important;
    padding-left: 12px !important;
    background-color: #ffffff !important;
}

/* Default state with 2px solid border */
.MuiOutlinedInput-notchedOutline.css-igs3ac {
    border: 2px solid #000 !important; /* Replace #000 with your default border color */
}

/* Error state with red border */
.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline.css-igs3ac {
    border: 2px solid #c64804 !important; /* Replace #c64804 with the error red color from your palette */
}
