/* SecureForm Default CSS Style File */
/* For SecureForm Form Builder */

/* VERSION v2025.0.1 */

table {
	border: 0;
	}
tr {
	vertical-align: top;
	}

/* Relative position needed for the validation plugin positioning */
td, th {
	padding: 5px;
	position: relative;
	}
th {
	font-weight: bold;
	text-align: left;
	}

blockquote {
	margin: 10px 10px 10px 25px;
	border-left: 2px solid #CCC;
	padding-left: 0 0 0 5px;
	}

dt {
   font-weight: bold;
   margin-left: 32px;
   text-indent: -32px;
   }

dd {
   font-weight: normal;
   margin: 5px 0 10px 25px;
   border-left: 2px solid #CCC;
   padding-left: 5px;
   }


h1 {
	font-size: 24px;
	}
h2 {
	font-size: 20px;
	}
h3 {
	font-size: 16px;
	}
h4,h5,h6,h7 {
	font-size: 14px;
	}

form, img {
	padding: 0;
	margin: 0;
	}
				
input, select {
   border: 2px solid #DDD;
   color: #000;
   padding: 4px;
	border-radius:3px;
   }

textarea {
   background: #FFF;
   border: 2px solid #DDD;
   font-family: "Courier New", Courier, monospace;
   font-weight: normal;
   padding: 4px;
	border-radius: 5px;
   color: black;
   }

input:focus, select:focus, textarea:focus {
   background: #EEE;
   border: 2px solid #CCC;
   color: black;
   }

/* Css + bootstrap-buttons */
input[type="button"], input[type="submit"] {
	cursor: pointer;
	border: 1px solid #979797;
   border-radius:4px;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   background-color:#EEEEEE;
   background-image:-o-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   background-image:-moz-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   background-image:-webkit-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   background-image:-ms-linear-gradient(bottom, #CCC 40%, #FFFFFF );
   text-shadow:1px 1px 1px #FFFFFF;	
   }

/* Bootstrap reversions */
input.btn {
	border: 1px solid transparent;
	background-image: none;
	text-shadow: none;
	color: #FFF;
	}
input.btn-primary {
	background-color: #337ab7;
	border-color: #002242;
	}
input.btn-success {
	background-color: #5cb85c;
	border-color: #5cb85c;
	}
input.btn-info {
	background-color: #5bc0de;
	border-color: #5bc0de;
	}
input.btn-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	}
input.btn-danger  {
	background-color: #d9534f;
	border-color: #d9534f;
	}
input.btn-default  {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	color: #000;
	}
						
label {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 8px;
	}						
						
input[type="radio"] + label,
input[type="checkbox"] + label {
	margin-left: 8px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: top;
	}



	
/* ********************************* */
/* BEGIN FORM VALIDATION CSS */

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }
    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }


.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
	
/* END FORM VALIDATION CSS */
/* ********************************* */

/* ********************************* */
/* Ink Signatures */

.x_inksig {
	border: 1px inset #CCC;
	border-radius:5px;		
	}




/* End Ink Signatures */
/* ********************************* */

/* ********************************* */
/* GeoLocation */

.x_getgeo {
	border: 1px solid #CCC;
	background-color: #EEE;
	border-radius:3px;		
	width:20px;
	height:20px;
	padding:2px;
	background-image: url(https://d4hm2u4pioc0c.cloudfront.net/icons/png/o/blue_dark_grey/16x16/earth2.png);
	}

/* End GetLocation */
/* ********************************* */
	


/* SECUREFORM DEFAULT CSS */

/* Do not edit the contents of this block, it will */
/* be auto-regenerated each time you update your form */

body {
	padding: 10px;
	margin: 0;
	background-color: #FFFFFF;
	color: #333333;
   font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

td, th, p, li, blockquote, a, dt, dd {
	color: #333333;
   font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

h1,h2,h3,h4,h5,h6,h7 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
	}

.x_getgeo {
   border: 1px solid #CCC;
   background-color: #EEE;
   border-radius:5px;
   padding:2px;
   }	
/* SECUREFORM DEFAULT CSS */










































































body{
    background-image: url("https://cdn.pixabay.com/photo/2021/08/23/08/05/triangles-6567058_1280.png");
    width: 100vw;
}


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.form-wrapper{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: 50px;
}

/* Custom input style */

.ck-content .text-big{
    font-size: 46px;
}

.question {
    font-size: 18px;
    margin-bottom: 10px;
}

p{
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding-bottom: 10px;
}

input#sfb_element_1 {
    width: 300px;
    padding: 10px 15px;
    font-size: 16px;
      background-color: #7000f4;
  border-color: #7000f4;
}

/* Hide the default radio button */
input.ck-widget[type="radio"] {
  display: none;
}

/* Style the label to look like a checkbox */
label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    border-radius: 8px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    padding-left: 40px;
}

/* Create a custom checkbox-like box inside the label */
label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #138CCF;
  display: inline-block;
  border-radius: 4px; /* Square with rounded edges */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s, border 0.3s;
    margin-left: 10px;
}

/* Show checkmark when the radio is selected */
label:has(input.ck-widget[type="radio"]:checked){
    border-color: #138CCF;
}

label:has(input.ck-widget[type="radio"]:checked)::before {
  background-color: #138CCF;
  border-color:#138CCF;
  content: "✔"; /* Unicode checkmark */
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) { /* Small devices (sm) */
  .container {
    width: 750px;
  }


 p{
    flex-direction: row;
     gap: 20px;
 }
    .form-wrapper{
        padding: 50px;
    }
}

@media (min-width: 992px) { /* Medium devices (md) */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) { /* Large devices (lg) */
  .container {
    width: 1170px;
  }
}
/* Start Sandeep Modal Styling */
body.modal-open {
    filter: blur(5px);
    pointer-events: none;
}

/* Modal Background */
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    align-items: center;
    justify-content: center;
}

/* Modal Box */
.modal-dialog {
    background: #fff;
    border-radius: 8px;
    max-width: 750px;
    width: 90%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
}

/* Modal Header */
.modal-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

/* Align the modal title to the left */
.modal-title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    flex-grow: 1; /* Allows title to expand, keeping close button at right */
}

/* Updated Close Button */
.close {
    cursor: pointer;
    font-size: 22px; /* Larger size */
    font-weight: bold; /* Make it bold */
    color: #000; /* Black color */
    position: absolute;
    right: 15px; /* Align to the right */
    top: 10px; /* Align to the top */
    background: none;
    border: none;
    padding: 5px;
    transition: 0.3s;
}

.close:hover {
    color: #ff0000; /* Red on hover */
    transform: scale(1.1);
}

/* Modal Body */
.modal-body {
    padding: 20px;
    font-size: 16px;
    color: #333;
    text-align: justify; /* Justify text */
}

/* Modal Footer */
.modal-footer {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    text-align: right;
}

/* Button Styling */
.btn-primary {
    background: #007bff;
    border: none;
    padding: 8px 16px;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #0056b3;
}
#modal-message a{
    font-size:16px !important;
    color:blue !important;
}
/* Fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* End Sandeep Modal Styling */

body {
	background-image:none !important;
	width: 100vw;
    background-position: center center;
    background-repeat: no-repeat;
}




/* 3 Pie Squared — LuxSci SecureForm visual overrides
   Paste this entire block at the END of the existing SecureForm CSS file. */

body.secureform {
  --threepie-navy: #282d4d;
  --threepie-blue: #008ed7;
  --threepie-orange: #f36c32;
  --threepie-green: #72c94a;
  --threepie-ink: #292c3d;
  --threepie-muted: #626779;
  --threepie-light: #f5f8fb;
  --threepie-border: #dce4ec;
  margin: 0 !important;
  padding: 28px 16px 64px !important;
  background: #f5f8fb !important;
  color: var(--threepie-ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body.secureform,
body.secureform * {
  box-sizing: border-box;
}

body.secureform #secureform {
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.secureform .container,
body.secureform .column {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.secureform .column > h1 {
  margin: 0 0 22px !important;
  border-top: 6px solid var(--threepie-blue) !important;
  border-radius: 14px !important;
  padding: clamp(38px, 7vw, 72px) clamp(24px, 7vw, 68px) !important;
  background:
    radial-gradient(circle at 88% 20%, rgba(0, 142, 215, .13), transparent 31%),
    radial-gradient(circle at 78% 90%, rgba(114, 201, 74, .14), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f1f7fa 62%, #f2f8ee 100%) !important;
  box-shadow: 0 12px 32px rgba(40, 45, 77, .08) !important;
  color: var(--threepie-navy) !important;
  font-size: clamp(36px, 6vw, 62px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -.04em !important;
  text-align: center !important;
}

body.secureform .form-wrapper {
  overflow: hidden !important;
  margin: 0 !important;
  border: 1px solid var(--threepie-border) !important;
  border-radius: 14px !important;
  padding: clamp(24px, 5vw, 46px) !important;
  background: #ffffff !important;
  box-shadow: 0 12px 32px rgba(40, 45, 77, .07) !important;
}

body.secureform .form-wrapper > h2 {
  margin: 0 0 12px !important;
  color: var(--threepie-navy) !important;
  font-size: clamp(27px, 4vw, 38px) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -.025em !important;
}

body.secureform .form-wrapper > h2::before {
  display: block;
  margin-bottom: 9px;
  color: var(--threepie-orange);
  content: "3 PIE SQUARED SELF-ASSESSMENT";
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
}

body.secureform .form-wrapper > p {
  max-width: 800px !important;
  color: var(--threepie-muted) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

body.secureform .form-wrapper > p strong {
  color: var(--threepie-navy) !important;
}

body.secureform .form-wrapper h3 {
  margin: 48px 0 5px !important;
  border-top: 1px solid var(--threepie-border) !important;
  padding-top: 34px !important;
  color: var(--threepie-orange) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
}

body.secureform .form-wrapper h4 {
  margin: 6px 0 10px !important;
  color: var(--threepie-navy) !important;
  font-size: clamp(23px, 3vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.secureform .form-wrapper h5 {
  margin: 22px 0 8px !important;
  color: var(--threepie-navy) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

body.secureform .question {
  margin-top: 20px !important;
  border-top: 1px solid #edf1f4 !important;
  padding-top: 20px !important;
  color: var(--threepie-ink) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

body.secureform .question + p {
  margin: 11px 0 0 !important;
  color: var(--threepie-muted) !important;
}

body.secureform .question + p br {
  display: none !important;
}

body.secureform .question + p label {
  display: inline-flex !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 7px 8px 0 !important;
  border: 1px solid #ccd7e1 !important;
  border-radius: 8px !important;
  padding: 9px 14px !important;
  background: #ffffff !important;
  color: var(--threepie-navy) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  cursor: pointer !important;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease !important;
}

/* Remove LuxSci's old global fake-checkbox decoration from answer labels. */
body.secureform .question + p label::before,
body.secureform .threepie-email-gate label::before {
  content: none !important;
  display: none !important;
}

/* Answer choices are pills; their selected border/background is the indicator. */
body.secureform .question + p input[type="radio"] {
  display: none !important;
}

body.secureform .question + p label:hover {
  border-color: var(--threepie-blue) !important;
  background: #f2f9fd !important;
}

body.secureform .question + p label:has(input:checked) {
  border-color: var(--threepie-blue) !important;
  background: #e9f6fc !important;
  box-shadow: inset 0 0 0 1px var(--threepie-blue) !important;
}

body.secureform input[type="radio"],
body.secureform input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  margin: 0 7px 0 0 !important;
  padding: 0 !important;
  accent-color: var(--threepie-blue) !important;
}

body.secureform input[type="text"],
body.secureform input[type="email"],
body.secureform input[type="number"],
body.secureform input[type="tel"],
body.secureform input[type="url"],
body.secureform input[type="password"],
body.secureform select,
body.secureform textarea {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  border: 1px solid #c7d3df !important;
  border-radius: 8px !important;
  padding: 11px 13px !important;
  background: #ffffff !important;
  color: var(--threepie-ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
}

body.secureform textarea {
  min-height: 118px !important;
  resize: vertical !important;
}

body.secureform input:focus,
body.secureform select:focus,
body.secureform textarea:focus {
  outline: 3px solid rgba(0, 142, 215, .15) !important;
  border-color: var(--threepie-blue) !important;
  background: #ffffff !important;
}

body.secureform input[type="file"] {
  width: 100% !important;
  margin: 8px 0 15px !important;
  border: 1px dashed #b7c5d2 !important;
  border-radius: 8px !important;
  padding: 12px !important;
  background: var(--threepie-light) !important;
  color: var(--threepie-muted) !important;
}

body.secureform input[type="submit"] {
  display: block !important;
  width: 100% !important;
  min-height: 54px !important;
  margin: 34px 0 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 14px 22px !important;
  background: var(--threepie-blue) !important;
  background-image: none !important;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-shadow: none !important;
  box-shadow: 0 9px 20px rgba(0, 142, 215, .18) !important;
  cursor: pointer !important;
}

body.secureform input[type="submit"]:hover,
body.secureform input[type="submit"]:focus {
  background: #007bbd !important;
}

body.secureform .formError .formErrorContent {
  border: 0 !important;
  border-radius: 7px !important;
  padding: 8px 11px !important;
  background: #b64220 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  box-shadow: 0 6px 15px rgba(40, 45, 77, .18) !important;
}

body.secureform .modal {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Email-and-consent opening screen */
body.secureform .threepie-email-gate {
  margin: 24px 0 0 !important;
  border: 1px solid #d7e1e9 !important;
  border-top: 5px solid var(--threepie-blue) !important;
  border-radius: 14px !important;
  padding: 32px !important;
  background: #ffffff !important;
  color: var(--threepie-ink) !important;
  box-shadow: 0 12px 28px rgba(40, 45, 77, .08) !important;
}

body.secureform .threepie-gate-kicker {
  margin: 0 0 8px !important;
  color: var(--threepie-orange) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}

body.secureform .threepie-email-gate h2 {
  margin: 0 0 12px !important;
  color: var(--threepie-navy) !important;
  font-size: 28px !important;
  line-height: 1.15 !important;
}

body.secureform .threepie-email-gate > p:not(.threepie-gate-kicker):not(.threepie-gate-error):not(.threepie-gate-note) {
  margin: 0 0 22px !important;
  color: var(--threepie-muted) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

body.secureform .threepie-gate-email label {
  display: block !important;
  margin: 0 0 7px !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--threepie-navy) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  cursor: default !important;
}

body.secureform .threepie-gate-consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 16px 0 18px !important;
  border: 1px solid #dbe5ec !important;
  border-radius: 9px !important;
  padding: 14px !important;
  background: #f7fafb !important;
  color: #3e4860 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  cursor: pointer !important;
}

body.secureform .threepie-gate-consent input {
  margin-top: 2px !important;
}

body.secureform .threepie-gate-button {
  display: block !important;
  width: 100% !important;
  min-height: 52px !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 13px 20px !important;
  background: var(--threepie-blue) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: 0 9px 20px rgba(0, 142, 215, .18) !important;
}

body.secureform .threepie-gate-button:hover,
body.secureform .threepie-gate-button:focus {
  background: #007bbd !important;
}

body.secureform .threepie-gate-error {
  display: none;
  margin: 12px 0 0 !important;
  color: #a5351a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.secureform .threepie-gate-note {
  margin: 12px 0 0 !important;
  color: #6b7486 !important;
  font-size: 12px !important;
  text-align: center !important;
}

body.secureform .threepie-gate-note a {
  color: #006fa8 !important;
  text-decoration: underline !important;
}

body.secureform .threepie-email-gate.is-complete {
  border-top-color: var(--threepie-green) !important;
  padding: 17px 22px !important;
}

body.secureform .threepie-gate-confirmed {
  color: #285c37 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-align: center !important;
}

/* Sticky, live completion bar */
body.secureform .threepie-lux-progress {
  position: sticky !important;
  top: 10px !important;
  z-index: 50 !important;
  margin: 14px 0 !important;
  border: 1px solid #d6e1e9 !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  background: rgba(255, 255, 255, .97) !important;
  box-shadow: 0 7px 20px rgba(40, 45, 77, .11) !important;
  backdrop-filter: blur(6px) !important;
}

body.secureform .threepie-progress-copy {
  display: flex !important;
  justify-content: space-between !important;
  gap: 15px !important;
  margin-bottom: 8px !important;
  color: var(--threepie-navy) !important;
  font-size: 13px !important;
}

body.secureform .threepie-progress-track {
  height: 9px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: #e6edf2 !important;
}

body.secureform .threepie-progress-track span {
  display: block !important;
  width: 0;
  height: 100% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, var(--threepie-green), var(--threepie-blue)) !important;
  transition: width .2s ease !important;
}

body.secureform .threepie-lux-progress.is-hidden,
body.secureform .threepie-questionnaire-hidden {
  display: none !important;
}

/* One numbered section per page */
body.secureform .threepie-section-page[hidden] {
  display: none !important;
}

body.secureform .threepie-section-page {
  animation: threepie-section-in .22s ease-out !important;
}

body.secureform .threepie-section-navigation {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-top: 34px !important;
  border-top: 1px solid #e3eaf0 !important;
  padding-top: 22px !important;
}

body.secureform .threepie-step-button {
  min-height: 50px !important;
  border-radius: 8px !important;
  padding: 12px 20px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  cursor: pointer !important;
}

body.secureform .threepie-step-button.is-previous {
  border: 1px solid #c7d4de !important;
  background: #ffffff !important;
  color: var(--threepie-navy) !important;
}

body.secureform .threepie-step-button.is-next {
  margin-left: auto !important;
  border: 1px solid var(--threepie-blue) !important;
  background: var(--threepie-blue) !important;
  color: #ffffff !important;
  box-shadow: 0 7px 17px rgba(0, 142, 215, .17) !important;
}

body.secureform .threepie-step-button.is-previous:hover,
body.secureform .threepie-step-button.is-previous:focus {
  border-color: var(--threepie-blue) !important;
  background: #f2f9fd !important;
}

body.secureform .threepie-step-button.is-next:hover,
body.secureform .threepie-step-button.is-next:focus {
  background: #007bbd !important;
}

@keyframes threepie-section-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 720px) {
  body.secureform {
    padding: 12px 8px 40px !important;
  }

  body.secureform .column > h1 {
    padding: 34px 18px !important;
    font-size: 36px !important;
  }

  body.secureform .form-wrapper {
    padding: 22px 16px !important;
  }

  body.secureform .threepie-email-gate {
    padding: 23px 17px !important;
  }

  body.secureform .threepie-email-gate h2 {
    font-size: 23px !important;
  }

  body.secureform .threepie-section-navigation {
    flex-direction: column-reverse !important;
    align-items: stretch !important;
  }

  body.secureform .threepie-step-button {
    width: 100% !important;
  }

  body.secureform .question + p label {
    width: calc(50% - 8px) !important;
    justify-content: flex-start !important;
  }

  body.secureform input[type="file"] {
    font-size: 12px !important;
  }
}

@media (max-width: 430px) {
  body.secureform .question + p label {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
