/* sets the font to inter for labels and placeholders*/
.azForm-label, input::placeholder {
    font-family:Inter,sans-serif;
}

/*sets the styles for the text input fields (fname lname etc)*/
.azForm-input.azForm-allow-login {
    background-color: #f7f7f7;
    border: 1px solid #c4c4c4;
    box-shadow: none;
    font-family:Inter,sans-serif;
}
/*sorts out the double border issue, this removes the bad one*/
.ui-input-text.ui-body-c.ui-corner-all.ui-mini.ui-shadow-inset {
    border: 0px;
}
/* sorts the stlye for the drop down menus, gender, dob, country etc*/
.ui-btn.ui-icon-carat-d.ui-btn-icon-right.ui-btn-c.ui-corner-all.ui-shadow {
    background-color: #f7f7f7;
    color: #000000;
    font-family:Inter,sans-serif;
    padding-top: .6em;
    padding-bottom: .6em;
    border: 0px;
    box-shadow: none;
    font-weight: normal;
    
}
/*more styling for drop downs*/
.ui-select.ui-mini {
    border: 1px solid #c4c4c4;
    box-shadow: none;
}

/*sets the little arrow background to purple*/
.ui-icon-carat-d::after {
    background-color: rgb(95, 41, 95);
}

/*styling for the nationality aut complete field*/
.autocomplete__input.autocomplete__input--show-all-values {
    background-color: #f7f7f7;
    border: 1px solid #c4c4c4;
    box-shadow: none;
    font-weight: normal;
   
}

/* sets the bigger text boxes styling */

.azForm-fieldCell-text .ui-mini textarea.ui-textinput-autogrow.ui-mini.azForm-allow-login.azForm-input{
    font-family:Inter,sans-serif;
    width:100%;
    margin-left: unset;
    display: block;
    border: 1px solid #c4c4c4;
    box-shadow: none;
}


/*sets the font to inter for the comms preferences and privacy and submit Button*/
.ui-btn.ui-corner-all.ui-btn-c.ui-btn-icon-left.ui-checkbox-off, .azForm-item.az-form-item.az-form-privacy-statement, .ui-btn.ui-input-btn.ui-btn-c.ui-corner-all.ui-shadow.ui-mini { 
    font-family:Inter,sans-serif;
}

option {
    font-family:Inter,sans-serif;
    padding-left: 10px;
}