/**
 * NCSS Form CSS
 * Added by Darren Gan
 */
 /* Default hidden state for field group */
.elementor-field-group-reason_other,
.elementor-field-group-ncss_policy_date_select,
.elementor-field-group-ncss_sap_date_select {
    display: none !important;
}

/* Class to show the field when triggered by JS */
.nxl-show-date {
    display: block !important;
}

/* Adjusting Select Dropdowns */
#form-field-reason_select,
#form-field-ncss_policy_date_select,
#form-field-ncss_sap_date_select {
    padding: .75em;    
    height: auto;
}

/* Adjusting 'Other' Textarea height */
#form-field-reason_other {
    padding: .75em;    
    height: 60px;
    min-height: 60px;
}