@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.body-login {
display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    height: 100vh;
}

* {
	font-family: 'Poppins', sans-serif;

	word-wrap: break-word
	}

#myModal .body-welcome {
	width: 100vw;
	height: 100vh;
}

#myModal .main-welcome {
	height: inherit;
	width: inherit;
	display: flex;
	gap: 4rem;
	justify-content: center;
	align-items: center;
}

#myModal .navbar{
	position: fixed;
	width: 100%;
	top: 0;
}
#myModal .empty {
	display: flex;
	flex: 2;
}

#myModal .left-text {
	display: flex;
	flex: 1;
	flex-direction: column;

	flex-shrink: 0;
	justify-content: space-around;
	height: 520px;
}

#myModal .left-text>div>p {
	padding: 0;
	margin: 0;
	color: #000;
	
	font-size: 45px;
	font-style: normal;
	font-weight: 500;
	line-height: 133.5%;

}

#myModal .left-text>div>small {
	color: #000;
	
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 133.5%;
}

#myModal .btn-welcome {
	border: transparent;
	width: 523px;
	height: 92px;
	flex-shrink: 0;
	border-radius: 75px;
	background: #F2F2F2;
	color: #000;
	text-align: center;
	
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#myModal .btn:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

#myModal .btn-welcome:hover,
#myModal .btn-welcome:active {
	background: #D9D9D9;
	/* Change background color on hover and active */
	color: #333;
	/* Change text color on hover and active */
}

#myModal .main {
	display: flex;
width: 90rem;
height: 43.125rem;
	flex-shrink: 0;
	fill: #F8F8F8;
	justify-content: space-around;
	gap: 4rem;
}

#myModal .right {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	flex: 3;

}

#myModal .bg-dark{
	background: linear-gradient(342deg, #CCB4EE 0%, #7952B2 17.79%, #563484 33.02%, #43236A 42.85%, #280C47 58.09%) !important;

}

#myModal .inner-left-rectangle {
	flex-direction: column;
	padding: 3rem;
	border-radius: 49px;
	flex: 1;
	flex-shrink: 0;
	background: linear-gradient(342deg, #CCB4EE 0%, #7952B2 17.79%, #563484 33.02%, #43236A 42.85%, #280C47 58.09%);
	stroke-width: 0.3px;
	stroke: #7D7C7C;
	display: flex;
	align-items: center;
	justify-content: center;
}

#myModal .shake-hand {
	width: 15.875rem;
	height: 13.375rem;
	flex-shrink: 0;
	mix-blend-mode: multiply;
}

#myModal .inner-rectangle-text {
	width: 16.8125rem;
	height: 7.625rem;
	flex-shrink: 0;
	color: #F8F8F8;
	
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.0625rem;

}

#myModal .stars-first,
#myModal .stars-second {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}

#myModal .stars-first>p {
	margin-top: 1rem;
	width: 80%;
	text-align: center;
}

#myModal .stars-second>p {
	margin-top: 1rem;
	width: 50%;
	text-align: center;

}

#myModal .enables {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#myModal .right-div,
#myModal #right-div {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}


#myModal .right-div>div {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

#myModal .right-div>small {
	color: #7D7C7C;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
	flex: 1;
}

#myModal .heading {
	text-align: center;
	color: #7D7C7C;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
}

#myModal .start-btn {
	border-radius: 48px;
	background: #FF6300;
	width: 140px;
	height: 35px;
	flex-shrink: 0;
	align-self: end;
	margin-right: 4rem;
	margin-top: 4rem;
}


#myModal .start-btn:hover,
#myModal .start-btn:active {
	background: #d45201;
}

#myModal .start-btn>p {
	color: #F8F8F8;
	text-align: center;
	
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#myModal #otpForm{
	    display: flex;
    flex-direction: column;
}
#myModal #otpForm>button{
	    align-self: flex-end;
}
footer {
	background: linear-gradient(342deg, #CCB4EE 0%, #7952B2 17.79%, #563484 33.02%, #43236A 42.85%, #280C47 58.09%) !important;

}
#myModal .popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}

#myModal .popup-content {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}

#myModal .close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
}

#myModal .otp-Form,
#myModal #optForm {
	display: flex;
}

#myModal #otpForm {
  flex-direction: row;

}
#myModal .otpInput {
 width: 5ch;
    height: 40px;
    font-size: 13px;
    
  text-align: center;
  border: none;
 border-bottom: 2px #7D7C7C solid;
  margin: 0 5px;
}


#myModal .otpInput:focus {
  border-bottom: 1px solid #FF6300;
  outline: none;
}

#myModal .loginForm>h2 {
	width: 284px;
	height: 46px;
	flex-shrink: 0;
	color: #45485C;
	
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
	/* 227.273% */
}

#myModal #countdown {
	display: none;
}



#myModal .form__group {
	position: relative;
	padding: 15px 0 0;
	margin-top: 10px;

}
#myModal .form__field:hover{
	border-bottom: 2px solid #FF6300;
}
#myModal .form__field:focus-visible{
	outline: 0;
	border-bottom:  2px solid #FF6300;
}
#myModal .form__field {
	
color: #7D7C7C;
 font-size: 12px;
 font-family: Poppins;
 font-weight: 500;
 line-height: 30px;
 word-wrap: break-word;
 border: 0;
  border-bottom: 2px #7D7C7C solid;
	
}

#myModal .field-email {
	display: flex;
}
#myModal .modal-content{
	width: 54.5625rem;
height: 32.4375rem;
flex-shrink: 0;
border-radius: 1.25rem;
background: #FFF;
padding: 30px;
}
#myModal .modal-content>.main {
	padding: 5rem;
}

#myModal .modal-content>.main>.right>.right-div {
	padding: 3rem;
}

#myModal .modal-content>.main>.inner-left-rectangle {
	border-radius: 35px;
}

#myModal .form__label {
	position: absolute;
	top: -10px;
	display: block;
	transition: 0.2s;
	font-size: 1rem;
	color: #FF6300;
	margin: 0;
}

#myModal .continue {
	width: 202px;
	height: 43.68px;
	flex-shrink: 0;
	background: #FF6300;
	border-radius: 63px;
	color: #fff;
	align-self: center;
}

#myModal .editIcon {
	border-radius: 0;
	border-bottom: 2px solid #9b9b9b;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

#myModal .form__field:focus {
	~.form__label {

		display: block;
		transition: 0.2s;
		font-size: 1rem;
		color: #FF6300;
		
	}




	border-image: linear-gradient(to right, #FF6300, #f97d30);
	border-image-slice: 1;
}

#myModal .form__field {

	&:required,
	&:invalid {
		box-shadow: none;
	}
}



#myModal .input {
	width: 40px;
	border: none;
	border-bottom: 3px solid rgba(0, 0, 0, 0.5);
	text-align: center;
	cursor: not-allowed;
	pointer-events: none;
}

#myModal .input:focus {
	border-bottom: 3px solid #FF6300;
	outline: none;
}

#myModal .input:nth-child(1) {
	cursor: pointer;
	pointer-events: all;
}

#myModal .container-fluid {
	fill: #F8F8F8;
	/*filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));*/
}
#myModal .error {
	color: #EF3535;
	display: none;
}

#myModal .error-otp {
	border-bottom: 2px solid #EF3535;
	color: #EF3535;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 50px;
	word-wrap: break-word
}

#myModal .eye {
	color: #7D7C7C;
}

#myModal .password-Div {
	display: flex;
	flex-wrap: nowrap;
}

#myModal .show {
	background: rgba(213.76, 213.76, 213.76, 0.94) !important;
}

#myModal .modal-dialog {
	max-width: 54.5625rem !important;
	width: 54.5625rem !important;
	height: 32.4375rem !important;
	flex-shrink: 0;
	border-radius: 1.25rem !important;
}

#myModal .Rectangle6:hover, #myModal  .start:hover, #myModal  .VisibilityFill0Wght400Grad0Opsz481,
	.vector {
	cursor: pointer !important;
}

#myModal .Continue {
	width: 202px;
	height: 43.68px;
	flex-shrink: 0;
	background: #FF6300;
	border-radius: 63px;
	color: #fff;
	align-self: center;
	position: absolute;
	color: #B5B2BA;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 50px;
	word-wrap: break-word
}


#myModal Continue:hover, .btn:hover {
	color: #fff
}

#myModal .password {
	display: none
}

#myModal #WelcomeToLightpillar1, .setPassword {
	display: none;
}

#myModal .disabledOtpBtn {
	pointer-events: none;
	color: #7D7C7C !important;
}

#myModal .ResendOtp:hover {
	cursor: pointer !important;
}
#myModal .Group44{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

/* .modal-lg{
    max-width: 90vw!important;
}
.modal-content{
    height: 90vh;
} */