.text-red {
	color: red;
}

.text-orange {
	color: darkorange;
	font-weight: bold;
}

.centered-request-otp {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.otp-input {
	width: 200px;
	margin-right: 0.5rem;
}

.modal .btn-close {
    font-size: 0.8rem; /* Adjust icon size */
    padding: 0.25rem;  /* Reduce padding around the button */
}