.section-root form p{
  margin: 20px 0;
}

.section-root form img{
  display: inline-block;
}

.custom-field {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  min-height: 48px;
  padding: 5px 20px;
}

.custom-field:focus-visible {
  outline: none;
}

.custom-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/select-dropdown-icon.svg);
  background-color: #fff;
  background-position: 98% center;
  background-repeat: no-repeat;
}

.custom-dropdown:disabled {
  background-color: #e3f1f7;
}

.custom-label {
  display: block;
  width: 100%;
  margin: 20px 0 10px;
  padding-left: 0 !important;
  font-weight: 700;
}

.field-validation-error {
  color: red;
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 20px;
}

.custom-checkbox-label ~ label {
  position: relative;
  /* padding-left: 25px; */
}

/* .custom-checkbox-label ~ label > input {
  position: absolute;
  left: 0;
} */

.custom-radio-label {
  position: static !important;
  padding-left: 0 !important;
}

.custom-radio-label > input {
  position: static !important;
}

.custom-checkbox-label,
.custom-radio-label {
  display: flex;
  align-items: flex-start;
  margin: 20px 0 10px;
}

.custom-checkbox-label > input,
.custom-radio-label > input {
  margin-right: 15px;
  width: 15px;
  height: 15px;
}

.custom-checkbox-label ~ label,
.custom-radio-label ~ label {
  margin-right: 25px;
}

.custom-checkbox-label ~ label > input,
.custom-radio-label ~ label > input {
  margin-right: 6px;
}

.custom-tnc-label > input[type=checkbox]{
  margin: 4px 6px 0 0;
  flex-shrink: 0;
} 

.custom-radio-vertical {
  display: inline-grid;
  width: auto;
  margin-right: 25px;
  text-align: center;
}

.custom-radio-vertical input {
  margin: 0 auto 5px !important;
}

.custom-btn-submit,
.custom-btn-primary {
  font-size: 16px;
  min-height: 46px;
  margin: 20px 0 10px;
  line-height: normal;
  height: auto;
  background-color: #0067b1;
  cursor: pointer;
  border-radius: 4px;
  border-width: 0; 
  padding: 12px 24px;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-duration: 0.2s;
}

.custom-btn-submit:hover,
.custom-btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 113, 195, var(--tw-bg-opacity));
}

.custom-button-center {
  display: block;
  margin-left: auto!important;
  margin-right: auto!important;
}

.custom-referral-code-wrapper{
	overflow: hidden;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #CCC;
	border-radius: 10px;	
	
	@media (max-width: 768px) {
		flex-direction: column; 
	}
}


.custom-referral-code{
	padding: 0 1.5rem;
	@media (max-width: 768px) {
		padding: 0.75rem 1.5rem;
	}
}

.custom-sucessful-copy-msg{
	font-size:16px; 
	display: none;
	margin: 10px 0px;
}

.custom-code-copy-btn{
	font-size: 16px;
	line-height: normal;
	height: auto;
	background-color: #0067b1;
	cursor: pointer;
	border: 2px solid #0067b1; 
	padding: 1rem 1.5rem;
	text-align: center;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-duration: 0.2s;

	@media (max-width: 768px) {
		width: 100%;
		display:block;
		padding: 0.75rem 1.5rem;
	}
}

a.custom-btn-primary{
	padding: 1rem 2.5rem; 
}

.custom-redirect-ref-code{
	display: flex; 
	justify-content: center;
}