 /* 2025 colurs

just refer to 

var(--event-color-1); */
:root {
  --event-color-1: #865F90;  /* Dark Purple */
  --event-color-2: #A2CAB2;  /* Light green */
  --event-color-3: #B998C3;  /* Light Purple */
  --event-color-4: #6F9F83;  /* Dark Green */
}

@font-face {
  font-family: 'btpnormal';
  src: url("../btp/aa_btp-webfont.eot");
  src: url("../btp/aa_btp-webfont.eot?#iefix") format("embedded-opentype"), url("../btp/aa_btp-webfont.woff") format("woff"), url("../btp/aa_btp-webfont.ttf") format("truetype"), url("../btp/aa_btp-webfont.svg#btpnormal") format("svg");
  font-weight: normal;
  font-style: normal;
}

html, body {
	height: 100%;
	font-size: 14px;
}

body {  
	background-image: url(bg_pattern_2026.svg), none;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;	  
}

#container_top p.claim {
	font-family: Arial, Helvetica, sans-serif;	
  	margin-top: 20px;
  	font-size: 1rem;
  	line-height: 1.6rem;		
}

#base_legal p a {
	color: #333;	
}

#main_content {
	background-color: #fff;
}

#container_top p.claim {
	font-family: "btpnormal", Arial, Helvetica, sans-serif;	
  	margin-top: 20px;
  	font-size: 1rem;
  	line-height: 1.6rem;		
}


.form-container h1 {
  font-family: "btpnormal", Arial, Helvetica, sans-serif;
  color: var(--event-color-1);
  font-weight: bold;
  font-size: 1.8rem; /* Adjust size as needed */
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.form-container h2 {
  font-family: "btpnormal", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: bold;
  font-size: 1.3rem; /* Adjust size as needed */
  line-height: 1.2;
  margin-bottom: 20px;
}

.form-container h3 {
  font-family: "btpnormal", Arial, Helvetica, sans-serif;
  color: #6F9F83;
  font-weight: bold;
  font-size: 1rem; /* this is for the tagline specifically */
  line-height: 1.2;
}

.form-container h4 {
  font-family: "btpnormal", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: bold;
  font-size: 1rem; /* this is for the tagline specifically */
  line-height: 1.2;
}

.custom-control-input:checked, .custom-control-label::before, .btn-primary {
    color: #fff;
    border-color: var(--event-color-2);
    background-color:  #fff;
}

.btn-primary {
    color: #fff;
    border-color: var(--event-color-3);
    background-color: var(--event-color-3);
}

.form-container {
  max-width: 1080px;
  margin: 40px auto;
  padding: 30px;
  background: white;
  border-radius: 8px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;	
  font-size: 1rem;
  color: #000000;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.form-container label {
  display: block;
  margin-bottom: 8px;
  font-weight: normal;
  color: #000000;
}

.form-container input[type="text"],
.form-container input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
}

#form-navigation {
  text-align: right;
}

#form-language button {
  background-color: var(--event-color-1);;
  border: none;
  color: white;
  padding: 10px 18px;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 10px;
  transition: background-color 0.3s ease;
}

#form-language button:hover {
  background-color: var(--event-color-3);;
}


#form-navigation button {
  background-color: var(--event-color-1);;
  border: none;
  color: white;
  padding: 10px 18px;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 10px;
  transition: background-color 0.3s ease;
}

#form-navigation button:hover {
  background-color: var(--event-color-3);;
}

.form-container select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  color: #333;
  appearance: none; /* Removes native arrow in some browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%200l5%206%205-6z%22%20fill%3D%22%23666%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 6px;
}

.form-container select:focus {
  outline: none;
  border-color: #007BFF;

}
		
#captcha-container {
  width: 100%;
  text-align: right;
}

.captcha-wrapper {
  display: flex !important;
  justify-content: flex-end !important;
}

.form-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;	
}

.checkbox-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.checkbox-wrapper label {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
}

.checkbox-wrapper input[type="checkbox"] {
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(1px); /* nudges checkbox up slightly */
}

.required-asterisk::after {
  content: " *";
  font-size: 1.2em;
  color: var(--event-color-4);
}
	
input.error,
select.error,
textarea.error {
  border: 2px solid red !important;
  outline: none;
}
	
.info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 0px 20px 20px 20px; /* top right bottom left */
}

.info-row a {
  color: black;
  text-decoration: none; /* optional: removes underline */
}

.info-row a:hover {
  text-decoration: underline; /* optional: adds underline on hover */
}

.info-row label {
  background-color: #ffffff;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 14px;
  white-space: nowrap;
}

.info-row label:hover {
  background-color: #e0e0e0;
}
