::placeholder {
    -webkit-text-stroke: 0;
}

strong {
    font-weight: 400;
    color: rgba(100, 0, 0, 1);
    -webkit-text-stroke: .7px;
}

.MuiTypography-root,
.MuiButtonBase-root,
.MuiInputBase-root .MuiInputBase-input,
.MuiTableCell-root,
.MuiTableCell-root .MuiTypography-root,
.MuiSwitch-root+.MuiTypography-root {
    font-size: var(--default-font-size);
    font-weight: 400;
}

.MuiTypography-h1 {
    font-size: 24pt !important;
    font-weight: 400;
}

.MuiTypography-h2 {
    font-size: 20pt !important;
    font-weight: 400;
    -webkit-text-stroke: .5px;
}

.MuiTypography-h3 {
    font-size: 13pt !important;
    font-weight: 400;
    color: rgba(112, 102, 224, 1);
    -webkit-text-stroke: .5px;
}

.MuiTypography-h4 {
    font-size: var(--default-font-size) !important;
    font-weight: 400;
    -webkit-text-stroke: .2px;
}

.MuiTypography-h1:after {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    left: 0;
    top: 80px;
}

.MuiTypography-root.MuiTypography-caption.error {
    display: flex;
    margin-top: 4px;
    color: var(--error-color);
    font-size: var(--sub-font-size) !important;
    font-style: italic;
}

.MuiTypography-root.MuiTypography-caption.error:before {
    font-family: var(--icon-font-family);
    font-size: 13pt;
    content: '\e5ce';
    margin-top: -2px;
}

.MuiFormHelperText-root.Mui-error {
    font-style: italic;
}

.MuiButtonBase-root.MuiButton-root {
    text-transform: initial;
}

.MuiButtonBase-root.MuiButton-outlined {
    min-height: 34px;
}

.MuiInputAdornment-root {
    max-height: initial;
}

.MuiInputAdornment-root .MuiIconButton-root {
    margin-right: 0;
}

.MuiSvgIcon-root {
    font-size: 18px !important;
}

.MuiTable-root .MuiTableHead-root .MuiTableRow-root {
    background: rgba(240, 240, 240, .5);
    height: initial;
}

.MuiTable-root .MuiTableHead-root .MuiTableRow-root .MuiTableCell-root {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.MuiTable-root .MuiTableCell-root {
    padding: 8px;
    vertical-align: top;
}

.MuiTable-root .MuiTableCell-root>.MuiTypography-root {
    padding: 8px 0;
}

.MuiTable-root .MuiTableCell-root>small {
    display: inline-block;
    text-align: center;
    width: 100%;
    opacity: .4;
}

.MuiTable-root .MuiInputBase-root.MuiInput-root {
    min-height: 34px;
}

.MuiTable-root .MuiInputBase-root.MuiInput-root .MuiInputBase-input {
    min-height: 26px;
}

.MuiStepLabel-root .MuiStepLabel-label .MuiTypography-root {
    font-size: 15pt;
}

.MuiStepLabel-root .MuiStepLabel-iconContainer .MuiStepIcon-root {
    font-size: 30pt !important;
}

.MuiSwitch-root {
    align-items: center;
    width: 54px;
    height: 32px;
}

.MuiSwitch-root .MuiSwitch-thumb {
    box-shadow: 0 0 2.5px 0 rgb(0, 0, 0, .25);
    background: rgba(245, 245, 245, 1);
    width: 12px;
    height: 16px;
    border-radius: 2px;
}

.MuiSwitch-root .MuiSwitch-track {
    background: rgba(0, 0, 0, .15);
    height: 4px;
    border-radius: 0;
}

.MuiSwitch-root .Mui-checked .MuiSwitch-thumb {
    background: rgba(112, 102, 224, 1);
}

.MuiSwitch-root .Mui-checked+.MuiSwitch-track {
    background: rgba(219, 217, 247, 1);
}

.MuiPaper-root.MuiPickersPopper-paper {
    border-radius: 0;
}

.MuiPickersLayout-root .MuiMultiSectionDigitalClock-root .MuiMenuItem-root {
    font-size: var(--default-font-size);
}

.MuiPickersLayout-root .MuiMultiSectionDigitalClock-root .MuiMenuItem-root.Mui-selected {
    color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
}

.MuiPickersLayout-root .MuiDialogActions-root {
    justify-content: center;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 13pt !important;
    font-weight: 400;
    -webkit-text-stroke: .5px;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
    font-size: var(--default-font-size);
}

.edit-step {
    min-height: 34px !important;
    background: none;
    border: 1px solid rgba(255, 196, 50, 0.5);
    border-radius: 0;
    box-shadow: none !important;
}

.edit-step:hover {
    background: none;
}

.thank-you {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.thank-you .success-icon {
    font-size: 100px !important;
}

.thank-you .back-btn {
    min-height: 50px;
}

.step-action {
    position: relative;
    display: flex;
    justify-content: center;
}

.step-action:before {
    content: '';
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 1);
    position: absolute;
    top: 60px;
    left: 0;
}

.step-action .form-button {
    max-width: 350px;
    width: 100%;
    position: relative;
    z-index: 15;
}