input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], input[type="url"], input[type="url"], input[type="time"], input[type="week"],
textarea, 
select {
    border: 1px solid #204CCE;
    height: 52px;
    padding: 10px 20px;
    font-family: inherit;
    outline: none;
    border-radius: 10px;
    width: 100%;
    color: #101E31;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, input[type="tel"]::placeholder, input[type="number"]::placeholder, input[type="date"]::placeholder, input[type="search"]::placeholder, input[type="url"]::placeholder, input[type="url"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder,
textarea::placeholder, 
select::placeholder {
    color: inherit;
    opacity: 1;

}


textarea {
    height: initial;
}

fieldset legend,
.gfield_label {
    font-size: 14px;
    font-weight: 700;
    color: #101E31;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
}

.gfield_radio, .gfield_checkbox {
    display: grid;
    column-gap: 17px;
    row-gap: 10px;
    margin: 10px 0 0 0;
}
.gchoice {
    display: flex;
    gap: 7px;
    align-items: flex-start;
    line-height: 1.6;
}
.gchoice input {
    margin-top: 3px;
}
.gchoice label {
    cursor: pointer;
}

.gfield_validation_message,
.gfield_error label {
    color: #FA7D5A;
}
.gfield_validation_message {
    font-size: 12px;
}

.gfield_error select,
.gfield_error textarea,
.gfield_error input {
    border-color: #FA7D5A;
}

.gform_wrapper input[type="button"],
.gform_wrapper input[type="submit"]{
    background: linear-gradient(101deg,#204CCE,#226DFF,#fff,#fff);
    border: 2px solid transparent;
    background-position: calc(0% - 2px) 0%;
    background-size: 400%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16.5px 26px;
    line-height: 1;
    transition: all 0.5s ease;
    border-radius: 60px;
}

.gform_wrapper input[type="button"],
.gform_wrapper input[type="submit"]:hover{
    background-position: calc(100% + 2px) 50%;
    color: #101E31;
    border-color: #204CCE;
}

.gform_submission_error {
    font-size: 16px;
    color: #FA7D5A;
}

.gform_fields {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}
.gform_fields .gfield {
    grid-column: span 12 /auto;
}
.gform_fields .gfield--width-half {
    grid-column: span 6 /auto;
}
.gform_fields .gfield--width-third {
    grid-column: span 4 /auto;
}
.gform_fields .gfield--width-two-thirds {
    grid-column: span 8 /auto;
}
.gform_fields .gfield--width-quarter {
    grid-column: span 3 /auto;
}
.gform_fields .gfield--width-three-quarter {
    grid-column: span 9 /auto;
}
.gform_fields .gfield--width-five-twelfths {
    grid-column: span 5 / auto;
}
.gform_fields .gfield--width-seven-twelfths {
    grid-column: span 7 / auto;
}

@media(max-width:767px){
    .gform_fields div.gfield {
        grid-column: span 12 /auto;
    }
}

.ginput_complex {
    display: flex;
    gap: 10px;
}

.honeypot, .gfield--type-honeypot {
    position: absolute !important;
    z-index: 0;
    pointer-events: none;
    visibility: hidden;
}

.gform_required_legend {
    display: none;
}

.gform_ajax_spinner {
    position: absolute;
}

.ginput_container_date {
    position: relative;
}
.ginput_container_date .gform-datepicker {
    padding-right: 30px;
}
.ginput_container_date .ui-datepicker-trigger {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 14px;
}

.ui-datepicker {
    box-shadow: 0 0 17px 0 rgb(0 0 0 / 10%);
    background: #fff;
}
.ui-datepicker-calendar {
    width: 100%;
}
.ui-datepicker-calendar th {
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
.ui-datepicker-calendar td {
	padding: 5px;
	text-align: center;
}
body .ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default,
.ui-datepicker-calendar .ui-state-default {
	font-weight: 700;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.ui-datepicker-calendar span.ui-state-default {
	opacity: .3;
}
.ui-datepicker-header select {
    min-height: initial;
    padding: 6px 8px;
    height: initial;
    font-size: 13px;
    font-weight: 700;
}
.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-prev {
    font-size: 12px;
    font-weight: 700;
    margin: 10px;
    display: inline-block;
}
.ui-datepicker-header {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    gap: 8px;
    justify-content: space-between;
}
.ui-datepicker-title {
    display: flex;
    gap: 10px;
    width: 100%;
}
.ui-datepicker-calendar a {
    text-decoration: none;
    display: inline-block;
    border-radius: 50%;
}
.ui-datepicker-calendar a:hover {
    background: #226DFF;
}
.ui-datepicker a.ui-state-active,
.ui-datepicker a.ui-state-active:hover,
.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-active,
.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-active:hover {
	background-color: #204CCE;
	color: #fff;
}

.hidden_label .gfield_label {
    display: none;
}

/* Elementor editor fixes */
.elementor-editor-active select {
    padding: 0 5px;
}

.gfield.note {
    border-radius: 12px;
    background: #F5F6F8;
    border: 1px solid #E9ECEF;
    padding: 27px 20px;
    color: #101E31;
    display: flex;
    align-items: center;
}
.gfield.note:before {
    content: url(/wp-content/uploads/2023/12/z-icoalert-triangle.svg);
    line-height: 1;
    margin-right: 15px;
}

/*  Custom Upload Field */
.custom-upload{
	margin-top: -15px;
	margin-bottom: 0;
    position: relative;
}
.hide-lbl.custom-upload .gfield_label {
    display: none;
}
.custom-upload .gfield_label {
    background: #5A886C;
    border-color: #5A886C;
    color: #fff;
    font-weight: 700;
    padding: 18px 40px;
    line-height: 1 !important;
    position: absolute;
    border-radius: 100px;
    z-index: 1;
    cursor: pointer;
    bottom: 9px;
}
.custom-upload .gform_fileupload_rules{
    display: none !important;
}
.custom-upload ::-webkit-file-upload-button {
	background: #fff;
	color: #101E31;
	border: 0;
	border-radius: 60px;
	padding: 16px 30px;
	cursor: pointer !important;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 700;
	border: 2px solid #204CCE;
	min-width: 162px;
    text-transform: capitalize;
}
.custom-upload .ginput_container{
	position: relative;
	/* border: 1px #495056 solid;
	border-radius: 10px; */
}
.custom-upload input{
	padding: 20px 0;
	background: transparent;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #101E31;
}
.custom-upload .gform-field-label{
	/* display: block;
	font-size: 15px; */
}
.custom-upload .gfield_required_text{
	display: none;
}


/* checkbox styling */
.gfield_checkbox .gfield-choice-input{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: grid;
    place-content: center;
    border-radius: 1px;
    height: 20px;
    width: 20px;
    border: 2px solid  #101E31;
    background: #fff;
}
.gfield_checkbox .gfield-choice-input:before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 1px;
    background: #226DFF; 
    scale: 0;
    transition: scale 0.5s;
}
.gfield_checkbox .gfield-choice-input:checked:before{
    scale: 1;
}

/* radiobox styling */
.gfield--type-radio .gfield-choice-input {
    height: 20px;
    width: 20px;
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #101E31;
    border-radius: 50%;
}
.gfield--type-radio .gfield-choice-input:checked:before {
    background: #226DFF;
  }
.gfield--type-radio .gfield-choice-input:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin: 14% auto;
    border-radius: 50%;
  }
  
.gfield--type-radio .gfield-choice-input:checked:before {
    background: #226DFF;
  }



/* custom dropdown */


.ff-custom-dropdown {
    position: relative;
}

.ff-custom-dropdown .selected-text {
    border-radius: 4px;
    border: 1px solid #204CCE;
    padding: 17px 30px 17px 20px;
    cursor: pointer;
    position: relative;
    font-weight: 300;
    background-color: #fff;
    color: #101E31;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ff-custom-dropdown .selected-text:after {
    content: '\e90b';
    font-family: 'icomoon';
    pointer-events: none;
    position: absolute;
    right: 18px;
    font-size: 28px;
    top: 11px;
    color: #101E31;
    font-weight: normal;
}

.ff-custom-dropdown.show-options .selected-text:after {
    content: '\e90c';
}

.ff-custom-dropdown .options {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    max-height: 300px;
    overflow: auto;
    border-radius: 4px;
    border: 1px solid #204CCE;
    color: #101E31;
    background: #fff;
    box-shadow: 0px 0px 17px 0px rgba(2, 6, 19, 0.12);
    padding: 11px;
    font-weight: 300;
    top: calc(100% + 2px);
}

.ff-custom-dropdown.show-options .options {
    display: block;
}

.ff-custom-dropdown .option {
    cursor: pointer;
    padding: 4px 12px;
    line-height: 1.75;
    /* opacity: 0.5; */
    transition: color 0.3s;
}

.ff-custom-dropdown .option:last-child {
    border-bottom: none;
}

.ff-custom-dropdown .option.selected,
.ff-custom-dropdown .option:hover {
    /* background-color: #fafafa; */
    /* opacity: 1; */
    color: #226DFF;
}

.date-icon .ginput_container input {
    padding-right: 45px ;
}
.date-icon .ginput_container:after {
    content: "\e932";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: #101E31;
    position: absolute;
    right: 14px;
    top: 14px;
    pointer-events: none;
}

.gfield .c-heading {
    margin: 15px 0 -5px;
}

.gfield .c-heading.style1 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
.gfield.gfield--type-html p {
    margin-bottom: 0;
}
.gfield .hour_minute_colon {
    line-height: 52px;
    font-weight: 700;
}
.gfield--type-repeater .gfield_repeater_item,
.ff-repeater-list .gfield_list_group {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 10px;
    margin-bottom: 10px;
}
.ff-repeater-list .gfield_list_group:last-child {
    margin-bottom: 0;
}
.gfield--type-repeater .gfield_repeater_item > .gfield_repeater_cell,
.ff-repeater-list .gfield_list_group > .gfield_list_group_item {
    width: 23.6%;
}
.gfield--type-repeater .add_repeater_item, .gfield--type-repeater .remove_repeater_item,
.ff-repeater-list .add_list_item, .ff-repeater-list .delete_list_item {
    padding: 5px 15px;
    font-size: 11px;
}
.gfield--type-repeater .add_repeater_item, .gfield--type-repeater .remove_repeater_item {
    margin: 0 2px;
}
.gfield--type-repeater .ui-datepicker-trigger {
    display: none;
}
.ff-repeater-list .gfield_list_group_item[data-label="Description of Item"]:before {
    content: 'Description of Item';
}
.ff-repeater-list .gfield_list_group_item[data-label="Quantity"]:before {
    content: 'Quantity';
}
.ff-repeater-list .gfield_list_group_item[data-label="Cost"]:before {
    content: 'Cost';
}
.ff-repeater-list .gfield_list_group_item[data-label="Amount Claimed"]:before {
    content: 'Amount Claimed';
}
.ff-repeater-list .gfield_list_group_item:before {
    content: 'Description of Item';
    font-size: 12px;
    font-weight: 700;
}
.ff-repeater-list .gfield_list_header {
    display: none;
}
.gfield--type-address .ginput_container_address {
	flex-wrap: wrap;
    gap: 0px 10px;
}
.gfield--type-address .ginput_full {
	width: 100%;
}
.gfield--type-address .ginput_address_city {
	width: 39.2%;
}
.gfield--type-address .ginput_address_state {
	width: 39.2%;
}
.gfield--type-address .address_zip {
	width: 19.2%;
}
.gform-field-label--type-sub {
    font-size: 13px;
}