@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

body{
	/* background: #fff; */
  height: 100vh;
	background: linear-gradient(162deg, rgba(243, 146, 0, 0.06) 0%, rgba(0, 188, 113, 0.14) 99%);
	font-family: "Rajdhani", sans-serif;
}


.before-login-bg{
height: 100%;
		/* background: #fff; */
	/* background: linear-gradient(162deg, rgba(243, 146, 0, 0.06) 0%, rgba(0, 188, 113, 0.14) 99%); */
}
.header-beforelogin{
	width: 100%;
	padding: 15px 0px;
  position: absolute;
}

.before-login-header-container{
	width: 90%;
	margin:0px auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
  justify-content:flex-end;
}

.app-logo{
	width: 300px;
}
.app-logo img{width: 100%;}

.header-beforelogin ul{text-align: left; padding-top:20px;}
.header-beforelogin ul li{list-style-type: none; display: inline-block; padding-left: 50px;}
.header-beforelogin ul li a{color:#8D8D8D; font-size: 22px; font-weight: 600; text-decoration: none; transition: 0.3s all;}
.header-beforelogin ul li a:hover{color: #000;}
.header-beforelogin ul li a span{padding-right: 10px;}

.before-login-container{
	width: 85%;
	margin:0px auto;
	/* display: flex;
	align-items: center; */
}

.before-login-content{
	padding: 50px 0px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items:start;
}

.before-login-content-left{width: 45%; padding-top: 100px;}
.before-login-content-right{width: 45%; padding-top: 100px;}

.intro-slider{
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.intro-image{
	width: 200px;
	height: 200px;
	margin: 20px auto 10px auto;
	object-fit: contain;
	overflow: hidden;
}
.intro-image img{width: 100%; height: 100%;}

.intro-slider h2{
	font-size: 2vw;
	font-weight: 600;
	color: #3A3A3C;
}
.intro-slider p{
	font-size: 24px;
	color: #666;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
}


.before-login-footer{
	width: 100%;
	background: #F0F0F0;
	padding: 8px;
	text-align: center;
  position: fixed;
	bottom: 0;
}
.before-login-footer p{
	font-size: 16px;
	color: #666;
	padding: 0px;
	margin: 0px;
	font-weight: 600;
}

.creat-account{
	padding-top: 120px;
	text-align: center;
}
.creat-account p{font-size: 24px; color: #313131; font-weight: 600;}
.creat-account p a{text-decoration: none; color: #EA4F0C; font-weight: 700; padding-left: 10px;}

.before-login-content-left h1{
	font-size: 3vw;
	font-weight: 700;
	color:#843F2C;
}
.before-login-content-left h6{
	color: #666666;
	font-size: 1.5vw;
	font-weight: 600;
	padding-bottom: 25px;
}

/*Authinication Css*/
/* From Uiverse.io by zanina-yassine */ 
.form_container {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 50px 40px 20px 40px;
  background-color: #ffffff;
  box-shadow: 0px 106px 42px rgba(0, 0, 0, 0.01),
    0px 59px 36px rgba(0, 0, 0, 0.05), 0px 26px 26px rgba(0, 0, 0, 0.09),
    0px 7px 15px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 11px;
  font-family: "Inter", sans-serif;
}


.input_container {
  width: 100%;
  height: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.icon {
  width: 20px;
  position: absolute;
  z-index: 99;
  left: 12px;
  top: 17px;
  opacity: 0.5;
  left: 25px;
}

.input_label {
  font-size: 0.75rem;
  color: #8B8E98;
  font-weight: 600;
}

.input_field {
  width: auto;
  height: 60px;
  padding: 0 20px 0 60px;
  border-radius: 7px;
  outline: none;
  border: 1px solid #e5e5e5;
  filter: drop-shadow(0px 1px 0px #efefef)
    drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
  transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
  margin-bottom: 25px;
  font-size: 20px;
  position: relative;
}

.input_field:focus {
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 2px #fab294;
  background-color: rgba(255, 255, 255, 0.33);
}

.sign-in_btn {
  width: 100%;
  height: 40px;
  border: 0;
  background: #115DFC;
  border-radius: 7px;
  outline: none;
  color: #ffffff;
  cursor: pointer;
}

.sign-in_ggl {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 7px;
  outline: none;
  color: #242424;
  border: 1px solid #e5e5e5;
  filter: drop-shadow(0px 1px 0px #efefef)
    drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
  cursor: pointer;
}

.sign-in_apl {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #212121;
  border-radius: 7px;
  outline: none;
  color: #ffffff;
  border: 1px solid #e5e5e5;
  filter: drop-shadow(0px 1px 0px #efefef)
    drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
  cursor: pointer;
}

.separator {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #8B8E98;
  margin: 20px 0px;
}

.separator .line {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  background-color: #7F7F7F;
}

.note {
  font-size: 18px;
  color: #8B8E98;
  text-decoration: underline;
}
.separator span{font-size: 24px; font-weight: 600;}
.login-auth-email{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.login-auth-email a{
	color: #CF4444;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}
.login-auth-email button{
	border: none;
	color:#fff;
	background: #ECC21B;
	background: linear-gradient(103deg, rgba(236, 194, 27, 1) 0%, rgba(234, 79, 12, 1) 99%);
	padding: 15px 50px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	border-radius: 8px;
}
.log-with-email-btn{
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 8px, transparent 8px) 0% 0%/10px 10px no-repeat,
            radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 8px, transparent 8px) 100% 0%/10px 10px no-repeat,
            radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 8px, transparent 8px) 0% 100%/10px 10px no-repeat,
            radial-gradient(circle at 0 0, #ffffff 0, #ffffff 8px, transparent 8px) 100% 100%/10px 10px no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 20px) no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 20px) calc(100% - 4px) no-repeat,
            linear-gradient(90deg, #ecba1a 0%, #EA510C 100%);
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  width: 50%;
  margin:0px auto;
}
.log-with-email-btn a{
 color: #EA4F0C;
 text-decoration: none;
}


.input_field2 {
  width: auto;
  height: 60px;
  padding: 0 0 0 120px;
  border-radius: 7px;
  outline: none;
  border: 1px solid #e5e5e5;
  filter: drop-shadow(0px 1px 0px #efefef)
    drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
  transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
  margin-bottom: 25px;
  font-size: 20px;
  position: relative;
}

.input_field2:focus {
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 2px #fab294;
  background-color: rgba(255, 255, 255, 0.33);
}
.country{
  position: absolute;
  z-index: 1;
  width: 130px;
  top: 15px;
  left: 10px;
}
.otp-input-fields input{
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 7px;
  outline: none;
  border: 1px solid #e5e5e5;
  filter: drop-shadow(0px 1px 0px #efefef)
    drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
  transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
  margin-bottom: 25px;
  font-size: 20px;
  position: relative;
  text-align: center;
  margin-right: 15px;
  margin-top:8px;
}


.otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-input-fields input[type=number] {
  -moz-appearance: textfield;
}
.otp-input-fields input:focus {
  border-width: 2px;
  border-color: #CF4444;
  font-size: 20px;
}
/* #otpField{visibility: hidden;} */

.padding-bottom-200{
  padding-bottom: 300px;
}


.creat-account-box{
  width: 100%;
  padding:100px 0px;
}

.create-account-top{
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.create-account-top h1{
	font-size: 3vw;
	font-weight: 700;
	color:#843F2C;
  padding-top: 20px;
}
.create-account-top h6{
	color: #666666;
	font-size: 1.5vw;
	font-weight: 600;
	padding-bottom: 25px;
}

.radio-buttons-container {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 20px 0px;
}

.radio-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.radio-button__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-button__label {
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}

.radio-button__custom {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #555;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}

.radio-button__input:checked + .radio-button__label .radio-button__custom {
  transform: translateY(-50%) scale(0.9);
  border: 5px solid #EA4F0C;
  color: #EA4F0C;
}

.radio-button__input:checked + .radio-button__label {
  color:#EA4F0C;
}

.radio-button__label:hover .radio-button__custom {
  transform: translateY(-50%) scale(1.1);
  border-color: #EA4F0C;
  box-shadow: 0 0 10px #EA4F0C;
}

/* From Uiverse.io by PriyanshuGupta28 */ 
.checkbox-wrapper input[type="checkbox"] {
  display: none;
}

.checkbox-wrapper .terms-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: fit-content;
}

.checkbox-wrapper .terms-label .label-text {
  margin-left: 10px;
  font-size: 18px;
}

.checkbox-wrapper .checkbox-svg {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.checkbox-wrapper .checkbox-box {
  fill: #ccc;
  stroke: #EA4F0C;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper .checkbox-tick {
  stroke: #EA4F0C;
  stroke-dasharray: 172;
  stroke-dashoffset: 172;
  transition: stroke-dashoffset 0.6s ease-in;
}

.checkbox-wrapper input[type="checkbox"]:checked + .terms-label .checkbox-box,
  .checkbox-wrapper input[type="checkbox"]:checked + .terms-label .checkbox-tick {
  stroke-dashoffset: 0;
}

.creat-account-box button{
	border: none;
	color:#fff;
	background: #ECC21B;
	background: linear-gradient(103deg, rgba(236, 194, 27, 1) 0%, rgba(234, 79, 12, 1) 99%);
	padding: 15px 50px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	border-radius: 8px;
  float:right;
  margin-top: 25px;
}

.creat-account-box p{
  text-align: center;
  padding: 50px 0px;
  font-size: 20px;
  font-weight: 500;
}
.creat-account-box p a{
  text-decoration: none;
  color:#EA4F0C;
}

.verify-otp-box{
  text-align: center;
  display: flex;
  flex-direction: column;
}
.verify-otp-box p{
  font-size: 24px;
  color: #333;
  font-weight: 500;
}

.verify-otp-box h4{
  font-size: 28px;
  color: #EA4F0C;
  font-weight: 600;
}

.verify-otp-box h4 span{
  padding-left: 20px;
}

.verify-otp-box button{
	border: none;
	color:#fff;
	background: #ECC21B;
	background: linear-gradient(103deg, rgba(236, 194, 27, 1) 0%, rgba(234, 79, 12, 1) 99%);
	padding: 15px 50px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	border-radius: 8px;
  margin-bottom: 20px;
}

.verify-otp-box a{
  color: #EA4F0C !important;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline !important;
  cursor: pointer;
}