.frm_button_submit.no-continue,
.frm_button_submit[disabled]{
	opacity:0.5;
	cursor: not-allowed;
}
.chf-form-modal {
	position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
    justify-content: center;
    align-items: center;
    z-index: 999;
	display:none;
}
.chf-form-modal.active {
	    display: flex;
}
 
.chf-form-modal .chf-modal-container {
	    width: 650px;
    max-width: 95%;
    padding: 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    max-height: 95vh;
	color: #444;
}

.chf-form-modal .chf-modal-container  .chf-close {
	width:24px;
	height:24px;
	text-align:center;
	position:absolute;
	top:10px;
	right:10px;
	color: #FFF;
	border-radius:100%;
	line-height:24px;
	background-color:#5CB7C3;
	font-size:13px;
	cursor:pointer;
}
.chf-form-modal .chf-modal-container  .chf-close:hover {
	background-color: #344358;
}
#form_chf_application .frm_rootline_single > input:hover {
	background-color: #826aaf;
}

#form_chf_application .frm_page_bar .frm_current_page input[type="button"] {
    background-color: #4E267B;
    border-color: #4E267B;
    opacity: 1;
}

#form_chf_application .frm_button_submit.frm_final_submit {
	background-color: ##4e267b;
	 border-color: #4e267b;
}
#form_chf_application .frm_button_submit.frm_final_submit:hover {
	background-color: #15253B;
	 border-color: #15253B;
	 color: #fff;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	display:flex;
	    justify-content: space-between;
}
#form_chf_application  select {
    padding-right: 30px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
	padding: 5px;
	border-radius:0;
}

#form_chf_application .frm_input_group.frm_with_box.frm_with_pre {
	max-width:180px;
	width:180px;
}

#form_chf_application input::-webkit-outer-spin-button,
#form_chf_application input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#form_chf_application input[type=number] {
  -moz-appearance: textfield;
}

#form_chf_application .frm_form_field.frm_left_container {
    grid-template-columns: 275px auto;
}

#form_chf_application .funding-option {
    padding-top: 1.25em;
}

#field_totalrequest_travel {
	border: 0;
    color: inherit;
    font-size: 25px;
    padding: 0;
	background-color: transparent;
}
#form_chf_application .informed-consent.frm_html_container ,
#form_chf_application .informed-consent.frm_html_container p, 
#form_chf_application .informed-consent.frm_html_container p:first-of-type {
	font-size:1rem;
	line-height:1.35em;
}
#form_chf_application .informed-consent.frm_html_container h4 {
text-transform: none;
    font-size: 1.25rem;
    font-weight: 500;
}

#form_chf_application .informed-consent.frm_html_container ol li:marker {
	width:2em;
	text-align:left;
}
#e2pdf-download {
    background-color: #4E267B;
    border-color: #4E267B;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 40px;
    line-height: 40px;
    font-size: 1rem;
    font-weight: 800;
    margin-top: 1rem;
    display: inline-block;
}
#e2pdf-download:hover {
	background-color: #826aaf;
}