.mdc-text-field__ripple {
	border: 1px solid #c6c6c6;
	border-radius: 5px;
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) {
	background-color: white !important;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
}

.iphone .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
	position: relative;
	top: 3px !important;
}
.mdc-text-field .mdc-text-field__input {
	caret-color: #000;
}

.form-floating label {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(
		--mdc-typography-subtitle1-font-family,
		var(--mdc-typography-font-family, Roboto, sans-serif)
	);
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
	letter-spacing: 0.009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
	text-decoration: inherit;
	-webkit-text-decoration: var(
		--mdc-typography-subtitle1-text-decoration,
		inherit
	);
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
	position: absolute;
	left: 0;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	line-height: 1.15rem;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: text;
	overflow: hidden;
	will-change: transform;
	transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1),
		-webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
		color 150ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
		color 150ms cubic-bezier(0.4, 0, 0.2, 1),
		-webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
	color: #9d9d9d;
}
.form-floating input {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(
		--mdc-typography-subtitle1-font-family,
		var(--mdc-typography-font-family, Roboto, sans-serif)
	);
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
}

.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
	background-color: white !important;
}

.mdc-touch-target-wrapper label {
	color: var(--color-1f1f1f);
	text-align: left;
	font: normal normal normal 16px/25px Poppins;
	margin-left: 10px;
}

.mdc-touch-target-wrapper {
	display: flex;
	align-items: center;
}

#telephone
	.mdc-text-field:not(.mdc-text-field--disabled)
	.mdc-text-field__input {
	color: rgba(0, 0, 0, 0.87);
}

#telephone .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
	margin-left: 35px;
}
.form-check-input:checked[type="radio"] {
	background-image: none;
}
.mdc-text-field--focused .mdc-floating-label {
	color: black !important;
}

.mdc-text-field--focused {
	border-color: #1f1f1f !important;
}

.mdc-text-field {
	width: 48%;
	margin-left: 0px;
}

.input_labels {
	margin-left: 0px;
}

/* input seleect and alll */

.error {
	color: red;
}
.help-block {
	color: red !important;
	display: block;
}
select:focus {
	box-shadow: none !important;
	border-color: inherit !important;
}
select {
	color: var(--color-1f1f1f);
	text-align: left;
	font: normal normal 500 18px/27px Poppins;
}
#email-error {
	color: red;
}
input:focus {
	box-shadow: none !important;
	border-color: var(--text-color) !important;
}
input::placeholder {
	text-align: left;
	font: normal normal 300 0.875rem/19px Poppins;
	color: var(--text-color);
}
#otp_form .error {
	color: red;
	position: absolute;
	bottom: 60px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}
/* for otp */

.form_heading {
	color: var(--color-1f1f1f);
	text-align: left;
	margin-bottom: 30px;
	font: normal normal 500 1.5rem/35px Poppins;
}
.form_heading sup {
	color: red;
}
form .input_labels {
	color: var(--color-1f1f1f);
	text-align: left;
	font: normal normal 500 18px/27px Poppins;
	letter-spacing: 0px;
	margin-bottom: 20px;
}
button:focus {
	box-shadow: none !important;
}
@media screen and (max-width: 576px) {
	form .input_labels {
		font: normal normal 500 12px/27px Poppins;
	}
}
