

.OTP_Validation-visible{
		border: 2px black; 
	
	display:flex !important;
	flex-direction:column !important;
	box-shadow: 1px 1px 5px 1px purple;
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 10px;
    height:35% !important;
    width:50% !important;
	
}
.title-row{	
    font-family: sans-serif, auto;
    font-size: 1.5em;
    font-weight: 800;
    padding: 5px 5px 5px 5px;
}
.separator-row {
    height: 8px;
    background-color: #95358C;
    margin-bottom: 12px;
}

.content-row {
    font-family: sans-serif, auto;
    font-size: 1.25em;
    padding: 10px 25px 5px 25px;
    margin-bottom: 30px;
}

.input-row{
	display:flex;
	flex-direction:column;
	gap:4px;
	align-items:center;
}

.input-row label {
	max-width:300px;
	font-weight: 800;
    font-size: 15px;
    margin-bottom: 6px;
    padding-left:20px;
}
.otp_user_wrapper{
	display:flex; 
	flex-direction:column;
	align-items:flex-start; 
	justify-content:center
}
#otp_user { 
	outline: none; 
	background-color: #d4d4d4; 
	max-width: 400px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 12px;
    border-radius: 6px;
}

.button-row{
	display:flex;
    justify-content:center; !important
}

.otpButton {
	margin-bottom: 30px; 
	margin-left:10%;
	height: 70%; 
	width: 15%; 
	border-radius: 0.25rem; 
	background: #95358C; 
	color: #FFFFFF;
	border:none;
	
}

.otpButton:disabled {
	background-color: #ccc;
	color: #666;
	cursor:not-allowed;
	opacity:0.7;
}
