/* Ensure the body is properly positioned for the pseudo-element */
body {
	position: relative;
	z-index: 0;
}

/* Apply the background image via the body pseudo-element */
body::before {
	content: '';
	/* background-image: url('../img/SurveyIMG/bgSurvey.png'); */
	/*background-color: #19347d; /*#d8d8d8*/ /*whitesmoke*/
	background-color: #E6F0FA ;
	background: linear-gradient(to bottom, #e6f0fa 0%, #dbe8f5 100%);
	/*border-radius: 0% 0% 100% 100%; /*added today*/
	/* -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
	clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%); */
	/*height: 300px;  /*250px added today*/ /*300px*/
	background-repeat: repeat;
	/*background-size: auto 500px; /* Width auto, height 500px */
	opacity: 0.2.5;
	position: fixed; /* Fixed so it stays in place during scroll */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1; /* Place it behind all other content */
}
 /* Container for the header */
 .payment-header {
  position: relative;      /* Enables absolute positioning for children */
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0;
  height:60px;
  /*background: linear-gradient(
  to right,
  rgba(255, 255, 255, 0) 0%,       Fully transparent on the left 
  rgba(255, 255, 255, 1) 20%,      Solid white center begins 
  rgba(255, 255, 255, 1) 80%,      Solid white center ends 
  rgba(255, 255, 255, 0) 100%      Fully transparent on the right
	
);*/
  top: 145px;	/*70px*/ /*85*/ /*112*/
}
/* Title header (h1) - styled like Eurostile or Microgramma */
.payment-header h1 {
  font-family: 'Eurostile', 'Microgramma', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /* font-family: 'AvantGarde-Md-BT', 'Fallback', 'sans-serif'; */
  /*color: white;   /*0f3b92*/        /* Blue color similar to your logo #003399 */
  /*color: #103a8f;*/ 
  color: white;
  font-size: 38px;          /*48px Adjust size as needed */
  position: absolute;       /* Will be centered in the .survey-header */
  top: 50%;
  left: 50%; /*30.8%*/
  transform: translate(-50%, -50%);
  z-index: 0;               /* H1 will be behind the image */
  margin: 0;
  letter-spacing: 2px; /*newly added*/
  color: -webkit-linear-gradient(rgb(0, 70, 176), rgb(25, 52, 125));
  /*opacity: 0.5;*/             /* Optional: slight transparency for a watermark effect */
  width:100%;
}
/* Logo image styling */
.payment-header img {
  position: relative;
  z-index: 1;               /* Image appears on top of h1 */
  margin: 0 auto;
  display: block;
  max-height: 150px;
}


/* Modern, elegant container for each survey question */
.form-container {
	/* background-color: #e6f0ff; A light, modern sky blue */
	/*border: 1px solid #bdd7f3;  A subtle, complementary border */
	/* background-color: #ffffff; */
	background-color: transparent;
	/* background-color: #f7f6f9; */
	/* background: linear-gradient(#0046B0, #19347D);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: linear-gradient(rgb(0, 70, 176), rgb(25, 52, 125));
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box; */

	/* border: 1px solid #c9d1da; */
	border-radius: 8px; /* 8px Soft rounded corners */
	/*box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2); /* A light shadow for depth */ /*original value = 0 5px 10px*/
	/* box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2); */
	/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
            0 4px 6px rgba(0, 0, 0, 0.16); */
	padding: 20px;
	margin-bottom: 20px;
}

.payment-header {
	text-align: center;
	margin-bottom: 30px;
}

.btn-container {
	text-align: center;
	margin-top: 20px;
}

.has-error.has-feedback{
	/*color:#a94442;
	box-sizing: border-box;*/
    background-color: #ffcccc !important;
}

/* .modal-header{
	background-image: url('../img/SurveyIMG/newLogoSurvey.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
} */

/* .modal-body{
	background-image: url('../img/SurveyIMG/bgSurvey.png');
	background-size: contain;
	background-repeat: repeat;
	background-position: center;
} */

/*------------ design for floating label ------------*/

.floating-label-group {
	position: relative;
	margin-bottom: 1.5rem;
}
  
.floating-label-group input {
	/*padding-top: 1.25rem;*/
	padding-top: 2px;  /* 2rem uncomment for perfect alignment*/
	padding-bottom: .25rem;
}
  
.floating-label-group label {
	position: absolute;
	top: 6px; /*18px*/ /*8px*/
	left: 25px; /*12px*/
	color: #418be7; /*#999*/
	font-size: 15px;
	pointer-events: none;
	transition: 0.2s ease all;
	background: white;
	padding: 0 4px;
	letter-spacing: 1.9px;
	border-radius: 8px;
	background: linear-gradient(to right, transparent 0.2%, white 4%, white 94%, transparent 100%);
}

.floating-label-group input:focus + label,
.floating-label-group input:not(:placeholder-shown) + label {
	/*top: 4px; /*-8px*/
	top: -9px;  /* 8px uncomment for perfect alignment*/
	left: 25px; /*10px*/
	font-size: 12px;
	color: #1976d2; /*0145ae*/ /*253c78*/ /*1976d2*/
}

.floating-label-group input:not(:placeholder-shown):not(:focus) + label {
    /*color: #999;*/
    color: #0145ae;  
}

/* .floating-label-group .su887{
	top: 8px; 
	left: 90px;
	font-size: 12px;
	color: #1976d2; 
} */
/*------------ design for floating label ------------*/


/*------------ justify content center ------------*/
.center-all {
	display: flex;
	flex-direction: column;         /* Stack items vertically */
	align-items: center;            /* Center horizontally */
	justify-content: center;  
	height: 408px; /*height: 450px; /*300px*/
}
/*------------ justify content center ------------*/

/*------------ fields ------------*/
.fieldform{
	width: 100%; /*300px*/
	height: 34px; /*55px*/
	border: 1px solid #0046b0; /*0145ae*/
	/*border: 1px solid #c7c7c9;*/   
	border-radius: 8px;
	padding: 25px 12px 8px;
	letter-spacing:1.8px;
	color: #253c78;
	font-weight: bolder;
}

/*Not focused and input field has value*/
.fieldform:not(:placeholder-shown) { 
	/* border: 1px solid #0145ae; */
}

/*focused and input field has value*/
.fieldform:focus:not(:placeholder-shown) {
	border: 1px solid #1976d2; /*0145ae*/
	/*border: 2px solid #ccc ; /*0145ae*/
}

/*focus on field design*/
input:focus{
	outline: none; /* Removes the default outline */
	border: 1px solid #1976d2; /*0145ae*/ /*1976d2*/
	/*border: 1px solid #ccc;*/
 	box-shadow: 0 0 8px 1px rgba(0, 123, 255, 0.2); /* Glowing effect */
}

/*contact number +63*/
.su887{
	padding: 25px 45px 8px !important;
	color: #253c78;
	font-size: 15px !important;
	font-weight: bolder;
}

.prefix-code {
	position: absolute;
	font-weight: bolder;
	font-size: 15px !important;
	top: 25px;
	left: 25px;
	color: #253c78;
	font-size: 14px;
	z-index: 2;
	pointer-events: none;
  }
  
  .floating-label-group .floating-label.always-float {
	top: 10px !important;
	font-size: 12px !important;
	color: #999 !important;
  }
  /*contact number +63*/
/*------------ fields ------------*/

/*------------ error design ------------*/
.error{
	/* color:rgb(174, 37, 61) !important;  */
	/* color: #D36582 !important; 	 */
	/* color: #f44336 !important; 	 */
	color: #f6685e !important;
}

input.errorglow:focus {
  border: 1px solid red;
  box-shadow: 0 0 8px 1px rgba(255, 0, 0, 0.2);
}

.noerror{
	color: #0145ae;
}

.bordererror{
	/* border:1px solid rgb(174, 37, 61)!important; */
	border:1px solid #D36582 !important;
}

.bordererror:focus {
	/* border:2px solid rgb(174, 37, 61)!important; */
	border:1px solid #D36582 !important;
}

.bordernoerror{
	/* border: 1px solid #c7c7c9;   */
}
/*------------ error design ------------*/

/*------------ button design ------------*/
.suButton{
	font-size: 16px;
	font-weight: bold;
	width: 299px; /*305*/ /*299*/
	height:34px; /*53px;*/ /*48px*/
	background-color:#ff5400 !important; 
	border-color:#ff6c00 !important; 
	letter-spacing:3px; 
	/*border-radius:25px; /*50*/
	/*transition: transform 0.3s ease; /*newly add*/

	background: linear-gradient(#FF6A00, #E04700);
    /* background-color: rgba(0, 0, 0, 0); */
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: linear-gradient(rgb(255, 106, 0), rgb(224, 71, 0));
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
	border-radius:8px;
}


.blockedButton{
	cursor: default;
	font-size: 16px;
	font-weight: bold;
	pointer-events: none; 
	width: 299px; /*305*/ /*299*/
	height:34px; /*53px;*/ /*48px*/
	background-color:#e0e0e0 !important; 
	border-color:#e0e0e0 !important; 
	color:#a6a6a6;
	letter-spacing:3px; 
	/*border-radius:25px; /*50*/
	border-radius:8px;
	/*transition: transform 0.3s ease; /*newly add*/
}

button,
.suButton,
.blockedButton {
  transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
}




/* .returnButton{
	font-size: 16px;
	font-weight: bold;
	width: 299px;  */
	/***305*/ /**/
	/* height:48px;  */
	/***53px;*/ 
	/* background-color:#ff5400 !important; 
	border-color:#ff6c00 !important; 
	letter-spacing:3px; 
	border-radius:25px;  */
	/***50*/
	/*transition: transform 0.3s ease; /*newly add*/

	/* background: linear-gradient(#FF6A00, #E04700); */
    /*** background-color: rgba(0, 0, 0, 0); */
    /* background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: linear-gradient(rgb(255, 106, 0), rgb(224, 71, 0));
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
} */


.returnButton {
    font-size: 16px;
    font-weight: bold;
    width: 299px;  /* keep consistent width */
    height: 48px;  /* keep consistent height */
    background-color: transparent;  /* lighter, less dominant */
    border: 2px solid #ffffff;      /* #ff6c00; use a color from your proceed button border */
    color: #a6a6a6;   /*ff6c00*/             /* match border color for text */
    letter-spacing: 3px;
    /*border-radius: 25px;            /* same rounded corners */
	border-radius: 8px; 
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;

	/* border: 2px solid #cac5c5;
	color: #cac5c5;            */

	background-color: #eaeaea !important;
}

.returnButton:hover {
	/* border: 1px solid #ff6c00;   */
    /*background-color: #ff6c00;      /* fill on hover for clarity */
	/* border: 1px solid #9197AE;
	background-color: #9197AE;
    color: white; */

	/* border: 1px solid #ff6c00; */
	border: 1px solid rgba(255, 166, 0, 0.295);
	/* background-color: white !important; */ 
	background-color: rgba(255, 165, 0, 0.1) !important;
    color: #ff6c00;

}

.returnButton:focus,
.returnButton:active {
	border: none;  
    /*background-color: #ff5400 !important; /* or your gradient */
	/* background-color: #9197AE !important; */
	background-color: white !important;
	color: #ff6c00 !important;
    outline: none;
    box-shadow: none;
}




/* .suButton:hover{
	/transform: scale(1.01);/
	cursor:pointer;
	background-color: #ff5500ec !important; 
} */
/* .gradient-orange {
	background-color: -webkit-linear-gradient(#ff9900, #ff4500); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
} */
/*------------ button design ------------*/

/*------------ helper ------------*/
.helperText{
	font-weight: 400; /*added today*/
	color: rgb(0, 0, 0);
	letter-spacing:0.8px; 
	font-family:  'Gotham Book';
	font-size:  1.5rem;
	/* line-height: 1.3125rem; */
	line-height: 1.8;

	height:80px;
	padding-bottom:15px; 
	text-align:center; 
	/* letter-spacing:1.8px;  */
	/* color:#333; */
	font-family: 'AvantGarde-Md-BT', 'Fallback', 'sans-serif' !important;
}

.custom-label {
	position: absolute;
	top: 8%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	color: #333;
	pointer-events: none;
  }

  .custom-card {
	position: relative;
	top: 30px;  /*25px*/   
  }
/*------------ helper ------------*/

/*------------ loader ------------*/
#loader {
    position: absolute;
    left: 50%;
    top: 10%;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin: -75px 0 0 -75px;
    border: 8px solid #ff5400; /*16px*/ /*#f3f3f3*/
    border-radius: 50%;
    border-top: 8px solid #f3f3f3; /*16px*/ /*#3498db*/
    /* width: 50px;
    height: 50px; */
    -webkit-animation: spin 1s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*------------ loader ------------*/
.progress-bar-custom {
    background: linear-gradient(to right, #ff5400, #ff6c00);
}

.INFO{
	letter-spacing: 1.8px;
	position: absolute;
    bottom: -50px;
	left: -3px;

	letter-spacing:1.1px; 
	/* font-family:  'Gotham Book'; */
	font-size:  1.1rem;
}

















.step-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	font-family: sans-serif;
  }
  
  .step {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
  }
  
  .circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #eaeaea;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	background-color: #eaeaea;
	color: gray;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  }

  .circle.error-circle {
	/* background-color: red !important; */
	background-color: white !important;
	border: 2px solid #DD0426 !important;
  }

  .step.active .circle { 
	background-color: #ff5400;
	color: white;
	border-color: #ff5400;

	/* background-color: #2B59C3;
	color: white;
	border-color: #2B59C3; */
  }
  
  .label {
	margin-top: 5px;
	font-size: 12px;
  }
  
  .line {
	display: flex;
	align-items: center;
	justify-content: center;
	/* gap: 10px; 
	margin: 30px 0; */
	width: 0px;
	height: 1px;
	background-color: rgb(231, 231, 231);
	margin: 0 10px;
	animation: growLine 0.6s ease forwards;
  }

  @keyframes growLine {
	to {
	  width: 5%;
	}
  }
  .accross{
	background-color: rgb(233, 128, 8);
	/* background-color: #2B59C3; */
  }


/* .custom-width{
	width:400px;
} */

  @media screen and (max-width: 1802px) and (min-width: 990px) {
	  .custom-width {
		width: 55%;
	  }
  }

  .anim{
	width:0px;
	animation: growLines 1s ease forwards;
	border-color: #1c2e5d71 !important;
  }

  @keyframes growLines {
	to {
	  width: 90%;
	}
  }

.txt{
   margin-top: 12px;
   font-size:11px;
   color: #5a5a5a;
   text-align:center;
}

.txt:hover {
	color: #ee5700;
	cursor: pointer;
    text-decoration: underline;
}

.txt:active {
	text-decoration: underline;
}


.policy{
   /* padding-left:50px; */
   /* background-color: #fff9c4; */
   padding-left:17px;
   margin-top: 1px; /*12px*/
   font-size:11px;
   color: #5a5a5a;
   text-align:left;
   line-height: 1.1;
   /* display: flex;
   flex-direction: column; */
   margin-bottom:30px;
}


/* @media (max-width: 1053px) {
	.policy{
		padding-left:35px;
	}
} */



@media (hover: none) {
	.returnButton{
		/* border: 1px solid #ff6c00; */
		/* background-color: white !important; */ 
		background-color: rgba(255, 165, 0, 0.1) !important;
		color: #ff6c00;
	}
  }


  /* @media (max-width: 600px) {
	.form-container {  
		height: 100% !important;
	}
  } */


  .radius{
	border-radius: 6px;
	color: #999999;
  }

  select:focus {
	outline: none !important;
	border-color: #cccccc !important; 
	box-shadow: none !important;      
  }


  .dashed-card {
	/* position: absolute;
	top: -6px;
	left: 50%;                 
	transform: translateX(-50%); 
	width: 650px;
	height: 600px;
	border: 2px dashed #aaa;
	border-bottom: 0px;
	border-top: 0px;
	z-index: 1;
	pointer-events: none; */


	/* position: absolute;
	top: 55%;                         
	left: 50%;                        
	transform: translate(-50%, -50%); 
	width: 650px;
	height: 550px;
	border-bottom: 2px dashed #aaa;
	border-top:   1px  solid  #aaa;
	border-left:  1px  solid  #aaa;
	border-right: 1px  solid  #aaa;
	z-index: 1;
	pointer-events: none; */

	background-color: white;
	position: absolute;
	top: 51%; /*60%*/ /*57%*/ /*55%*/
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;            /* responsive width */
	max-width: 650px;      /* limit max size */
	height: 490px;          /*480px 590px allow content height */
	max-height: none;      /* limit height to 80% of viewport */
	/* border-bottom: 2px dashed #aaa; */
	/* border-top:    1px solid #aaa;
	border-left:   1px solid #aaa;
	border-right:  1px solid #aaa;
	border-bottom: 1px solid #aaa; */
	border-radius: 10px 10px 10px 10px;
	z-index: -1;
	pointer-events: none;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	border: 2px solid #000067;
  }

@media (max-width:1199px){
	.dashed-card, .head-card{
	   width:52% !important;
	}
}

@media(max-width:991px){
	.dashed-card, .head-card{
	   height: 510px;
	}

	.inner{
	  /*height: 486px !important;*/
	  height: 458px !important;
  	  top: 28px !important;
	}

	.dashed-card{
	  top: 55% !important;
	}
}

@media (max-width:989px){
	.dashed-card, .head-card{
	   width:70% !important;
	}
}

@media (max-width:767px){
	.dashed-card, .head-card{
	   width:80% !important;
	}
}

@media(max-width:588px){
	.dashed-card{
	   /*height:489px;*/
	   height: 540px;
	}
	.inner{
	   /*height: 516px !important;*/
	   height: 472px !important;
  	   top: 44px !important;

	}
}


@media(max-width:519px){
	.payment-header h1{
	   font-size: 35px !important;
	}
}

@media(max-width:415px){
	.payment-header h1{
	   font-size: 28px !important;
	}
}

@media(max-width:309px){
	.payment-header h1{
	   font-size: 24px !important;
	}
}

.head-card {
	background-color: white;
	position: absolute;
	top: 29%; /*60%*/ /*24%*/
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;            /* responsive width */
	max-width: 650px;      /* limit max size */
	height: 60px;          /*590px allow content height */
	max-height: none;      /* limit height to 80% of viewport */
	border-radius: 10px 10px 0px 0px;
	z-index: -1;
	pointer-events: none;
	box-sizing: border-box;
	padding: 0 12px;    /*20px*/
	background-color: #000067;
	/*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);*/
  }


.inner {
  position: relative;
  border-left: 1.3px dashed gray;
  border-right: 1.3px dashed gray;
  border-bottom: 1.3px dashed gray;
  border-top: 1.3px dashed gray;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  overflow: auto;
  height: 408px; /*466*/
  border-radius: 6px; /*8px*/
  top: 58px;
}

/*.inner-head{
  border-bottom: 1.3px dashed white;
  border-left: 1.3px dashed white;
  border-right: 1.3px dashed white;
  border-top: 1.3px dashed white;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  overflow: auto;
  height: 45px;
  border-radius: 6px;
}*/



/* OTP design */
  .otp-inputs {
 	 display: flex;
 	 justify-content: center;
 	 gap: 16px; /*10px*/
	 /* position:relative;
	 top: 25px; */
  }

  .otp-box {
    width: 40px; /*40px*/
	height: 40px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
  }

  #OtpModalVerifaciton .modal-dialog {
    width: 700px; /*360px*/               
    max-width: 90%;              
    margin: 30px auto !important;
  }

  .modal-body {
    height: 160px;
	font-family: 'Roboto', sans-serif;
  }
  .modal-content{
  	height: 400px;
	left: 0;
  	right: 0;
  	top: 0;
  	bottom: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
  }

  #headerotp{
	height:165px;
	font-family: 'Roboto', sans-serif;
  }

  #OtpModalVerifaciton .modal-footer {
  	border-top: none;
  }

  .centered{
 	position: absolute;
 	bottom: 20px;              /* adjust spacing */
 	left: 50%;
 	transform: translateX(-50%);
	white-space: nowrap;
  }
  
  .centered-error{
 	position: absolute;
 	bottom: 75px;              /* adjust spacing */
 	left: 50%;
 	transform: translateX(-50%);
	white-space: nowrap;
  }

  .modal-backdrop-new {
	/*padding-top:25vh; /*150px 190px*/
	/*padding-bottom: 25vh;*/
	padding-top: 190px;
	/* background: rgba(0, 0, 0, 0.5); */ 
 	background-color: #fff !important;  /* make backdrop white */
 	opacity: 1 !important;                /* remove transparency */
  }

  /*button for verifications*/
  .modal-footer {
    display: flex;
    justify-content: center; /* align to right */
    gap: 10px;               /* space between buttons */
    flex-wrap: nowrap;       /* prevent wrapping on large screens */
  }
  
  .modal-footer button,
  .modal-footer a {
    display: inline-block;      /* make links inline */
    text-align: center;
  }

  .otp-buttonsize{
	width: 100px !important; /*150px*/
  }
  
  /* On small screens, stack vertically */
  @media (max-width: 480px) {
    .modal-footer {
	    display: flex;
  		flex-direction: column;   /* stack vertically */
  		align-items: center;      /* center buttons horizontally */
  		gap: 10px;    
    }
    .modal-footer button,
    .modal-footer a {
      width: 100%;
	  margin-left: 0px !important;
    }

	.otp-buttonsize{
		width: 100% !important;
  	}
  }
  
  /*button for verifications*/

  @media(max-width:767px){
	.modal-content{
		border: 0px;
		box-shadow: none !important;
	}
	.modal-backdrop-new{
		padding-top:80px;
	}
  }

  @media(max-width:575px){
	.modal-backdrop-new{
		padding-top:0px;
	}
  }






  .otpbtn {
    padding: 10px 25px !important;
    font-size: 1.5rem !important;
    border-radius: .40rem !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
	line-height: 1 !important;
	padding: 10px 25px !important;    /* controls background size */
  }
  
  .cancel-otpbtn {
	/* font-size: 16px; */
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
    background-color: #6c757d !important;
    color: white !important;
  }
  
  .cancel-otpbtn:hover {
    background-color: #5c636a !important;
	text-decoration: none !important;
  }
  
  .submit-otpbtn {
	/* font-size: 16px; */
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
    background-color: #0a58ca !important; 
    color: white !important;
  }
  
  .submit-otpbtn:hover {
    background-color:  #0b5ed7  !important;
  }

  .cancel-otpbtn,
  .submit-otpbtn {
 	display: inline-block;      /* makes <a> behave like a block */
 	text-align: center;         /* centers text horizontally */
 	line-height: 1.5;           /* adjust vertical spacing */
 	padding: 10px 25px !important;
 	/* border-radius: 8px !important; */
  }
  
  @media(max-width:406px){
  	.cancel-otpbtn {
  	   font-size: 11px !important;
  	}
  	.submit-otpbtn{
  	   font-size: 11px !important;
  	}
  }

/* OTP design */