.sv-code-boxes,
.ac-code-boxes {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin: 8px 0 4px;
}

.sv-code-digit,
.ac-code-digit {
	width: 42px;
	height: 50px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	font-family: monospace;
	border: 1px solid #ced4da;
	border-radius: 4px;
	background: #fff;
	outline: none;
}

.sv-code-digit:focus,
.ac-code-digit:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2);
}

.sv-code-digit.is-invalid,
.ac-code-digit.is-invalid {
	border-color: #dc3545;
}

.sv-resend,
.ac-resend {
	color: #dc3545;
	font-weight: 500;
	text-decoration-skip-ink: none;
}

.sv-value-input {
	max-width: 292px;
	margin-left: auto;
	margin-right: auto;
}

.sv-resend-cooldown {
	white-space: nowrap;
}

.sv-resend-seconds {
	color: #a90034;
	font-weight: 600;
	white-space: nowrap;
}

@media ( max-width: 575.98px ) {
	.sv-resend-cooldown {
		white-space: normal;
	}
}
