@charset "utf-8";
/* CSS Document */
.AFBody {
    margin: 0px;
    padding: 0px;
}

.AFBody, .AFBody * {
    box-sizing: border-box;
}
.AFmain {
    text-align: left;
    direction: ltr;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden auto;
    background-color: #8800cc !important;
    background-image: url((unknown));
    background-repeat: repeat;
    color: rgb(89, 93, 100);
    font-family: "Open Sans Condensed", "Helvetica Neue", Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.afcontainer {
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow-y: auto;
    
    padding: calc(30px);
}
.afformcontainer {
    display: block;
    background-color: #dd99ff;
    border: 0px solid transparent;
    border-radius: 0px;
    box-sizing: border-box;
    margin: calc(30px) auto;
    padding: calc(30px);
    max-width: 850px;
    width: 100%;
    float: none;
}
.afForm {
    text-align: center;
    /* box-shadow: rgb(61, 61, 61) 0px 0px 20px 0px; */
}

.dOIKSy {
    display: grid;
    column-gap: calc(30px);
    grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.LXtAI {
    background-color: #f7e6ff;
    border-radius: 0px;
    margin-bottom: calc(60px);
    padding: calc(30px);
    /* width: 100%; */
    grid-column: span 1;
}
.bCalQo {
    color: rgb(89, 93, 100);
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    line-height: 32px;
    font-family: "Open Sans Condensed", "Helvetica Neue", Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
}
.StyledSectionHeading-sc-hpb4sc-0 {
    color: rgb(17, 64, 101);
}
.h2, h2 {
    margin: var(--space-6x) 0 0;
    padding: 0;
    font-size: var(--fs-h2);
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}


/* Hide the radio inputs */
input[type="radio"] {
  display: none;
}

 .options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjust min width */
    gap: 1rem; /* Add spacing between grid items */
  }

/* Style buttons as boxes */
.StyledOptionLabelButton {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; /* Stack image above text */
  padding: 0px;
  background-color: #f7e6ff;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  /* margin: 10px 5px; */
  height: 135px;
  width: 135px;
  text-align: center;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
  
}

.StyledOptionLabelButton:hover {
  border: 2px solid #61737b;
 border-bottom-color: #012965;
  box-shadow: 0px 10px 0px #012965;
  transition: background-color 0.3s, border-color 0.3s;
}

/* Add styling for the image */
.option-image {
  width: 25px;
  height: 25px;
  display: none; /* Hide by default */
  position: absolute;
}

/* Show image and style when selected */
.StyledOptionLabelButton.selected .option-image {
  display: block; /* Show image when selected */
}

.StyledOptionLabelButton.selected {
  border: 2px solid #21b573;
  border-color: #21b573;
}

/* Center text in label */
.StyledOptionLabelButton label {
  font-size: 18px;
 font-family: "Open Sans Condensed", "Helvetica Neue", Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
  color: rgb(89, 93, 100);
 font-weight: normal;
padding: 0 10px;
  pointer-events: none;
}

/* Center buttons in fieldset */
fieldset[role="radiogroup"] {
  display: flex;
  flex-direction: row; /* Horizontal alignment */
  border:0;
 flex-wrap: wrap;
 min-height: 280px;
  justify-content: center; /* Centers the buttons */
}






.nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.nav-button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  margin: 0 10px;
}

#progress-bar {
    width: 100%;
    background-color: #e0e0e0;
 display: flex;
    height: 8px;
}
#progress-fill {
    height: 100%;
    width: 0%;
    background-color: #76c7c0;
    transition: width 0.3s ease;
}

.af-larger
{
 font-size: 20px;
 /* padding-bottom: 20px; */
    font-family: "Open Sans Condensed", "Helvetica Neue", Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
    color: rgb(89, 93, 100);
 font-weight: 700;
}
p select {
 
 background-color: #f0f0f0;
    background-position: calc(100% - .46429em) 1.03571em;
    background-size: .42857em .28571em;
    position: relative;
    top: -.25em;
    height: 35px;
    margin: 15px 0 0 .75em;
    padding: 0 1.39286em .14286em .5em;
    font-size: 18px;
    cursor: pointer;
    line-height: 1.2;
 font-family: "Open Sans Condensed", "Helvetica Neue", Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
 color: rgb(89, 93, 100);
 font-weight: normal;
}
option
{
 font-weight: normal;
}

.form-inline {  
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline label {
  margin: 5px 10px 5px 0;
}

.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-inline button {
  padding: 10px 20px;
  background-color: dodgerblue;
  border: 1px solid #ddd;
  color: white;
  cursor: pointer;
}

.form-inline button:hover {
  background-color: royalblue;
}

   

@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0;
  }
  
  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}




@media screen and (max-width: 480px) {
 
 
 .afcontainer{
  padding:0 !important;
 overflow-y: visible;
 }
 .bCalQo{
  font-size: 18px;
  line-height: 22px;
  margin-top: 0px;
 }
 .LXtAI{
  padding: calc(15px);
  margin-bottom: calc(30px);
 }
 .af-larger {
  font-size: 18px;}
 
 .drop
 {display: block;
    width: 100% !important;
    float: left;}
 #af-state
 {width: 92% !important;}
 .postcode
 {
  margin-top: 1px !important;
 }
 
 .smonth
 {
  display:flex;
 }
 .bmonth
 {
  text-align: -webkit-center;
 }
 .ewidth
 {width:90% !important;}
  }