/* Hubspot Custom Input */
form#hsForm_9fb8dd6d-43a4-474a-9c9e-b52d7d277a30 .hs-field-desc {
    font-size: 14px !important;
    line-height: 20px !important;    
}
.hs-input {
    display: inline-block;
    width: 100% !important;
    height: 42px;
    background-color: #ffffff !important;
    color: #3f4953;
    border: 1px solid #B1A4B7;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    word-wrap: normal;
    border-radius: 4px !important;
    font-family: RigSans-R, sans-serif !important;
    cursor: pointer;
}
.input input:focus,.input select:focus{border: solid 2px #d6b56c !important; background-color: #ffffff !important;}
.input input.invalid.error,.input select.invalid.error{border: solid 1px #c87872 !important;}
.hs-form fieldset{max-width: 100% !important;}
.hs-button {
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    background-color: #64297e !important;
    border-radius: 500px !important;
    border: 1px solid #64297e !important;
    width: fit-content;
    font-size: 20px !important;
    font-weight: 700 !important;
    padding: 10px 25px !important;
    line-height: 22px !important;
    color: #fff;
    font-family: RigSans-B, sans-serif !important;
}
.hs-button:hover{
    background-color: #9453cd !important;
    box-shadow: 0px 5px 9px 0px rgba(127, 127, 127, 0.55);
    border: 1px solid #9453cd !important;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.hs-form label {
    font-size: 17px !important;
    line-height: 18.7px !important;
    color: #0A063A;
    display: block;
    float: none;
    width: auto;
    font-weight: 400 !important;
    text-align: left;
    padding-top: 0;
    margin-bottom: 10px;
    font-family: RigSans-R, sans-serif !important;
}
.hs-error-msgs label {
    color: #f55151;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    font-family: RigSans-R, sans-serif !important;
    margin-bottom: 0px;
}
.inputs-list.hs-error-msgs >li{margin-bottom: 0px;}
input[type=text], input[type=password], input[type=email], 
input[type=tel], input[type=date], input[type=month], input[type=week], 
input[type=time], input[type=number], input[type=search], input[type=url], 
textarea {
    padding: 6px 15px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    word-break: break-word;
}
.hs-form .field {
    margin-bottom: 26px
}
.hs-form .field.hs-fieldtype-textarea {
    line-height: 0px;
    margin-bottom: 23px
}
.hs-input:focus {
    outline: none;
    border-color: rgba(82, 168, 236, .8)
}
.hs-form textarea{max-width: 100% !important; height: 174px !important; resize: none;}  
.hs-fieldtype-textarea{padding-bottom: 0px!important;}
.hs-form-required {
    color: #646d77;
}

.inputs-list>li {
    display: flex;
    padding: 0;
    width: 100%;
    padding-top: 0;
    /* margin-bottom: 10px; */
    
}



.inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal
}
.form-columns-1 .input, .form-columns-2 .input {
    margin-right: 0px !important;
}
.form-columns-2 {
    display: flex;
    gap: 24px;
}



/* 
.hs-input:not([type=file]) {
    background-color: #f5f8fa
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 8px 3px 0px;
    line-height: normal;
    border: none;
    background-color: #e3e4e1 !important;
}

.hs-input[type=file] {
    padding: initial;
    border: initial;
    line-height: initial;
    box-shadow: none
}
.hs-form select.is-placeholder {
    color: #646d77 !important;
    opacity: 0.8;
    font-family: RigSans-R, sans-serif !important;
    font-weight: 400 !important;
}

.hs-form select.is-placeholder:focus {
     color: #646d77 !important;
    opacity: 0.8;
    font-family:RigSans-R, sans-serif !important;
    font-weight: 400 !important;
}

.hs-input:-moz-placeholder {
    color: #bfbfbf
}

.hs-input::-webkit-input-placeholder {
    color: #bfbfbf
}




.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

.hs-default-font-element,
.hs-main-font-element {
    font-family: RigSans-R, sans-serif;
}



.hs-fieldtype-intl-phone.hs-input {
    padding: 0;
    background: none;
    border: none;
    height: auto
}

.hs-fieldtype-intl-phone.hs-input:after {
    clear: both;
    content: " ";
    display: table
}

.hs-fieldtype-intl-phone.hs-input .hs-input {
    margin-bottom: 0
}

.hs-fieldtype-intl-phone.hs-input input {
    width: 68%!important;
    float: right
}

.hs-fieldtype-intl-phone.hs-input select {
    float: left;
    width: 30%!important
} */
.inputs-list:first-child {
    padding-top: 10px;
}
.inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 0px;
}

.hs-input[type=checkbox],.hs-form-radio input{
    width: 17px !important;
    height: 17px !important;
    padding: 0;
    margin-right: 7px;
    line-height: normal;
    border: none;
}
li.hs-form-radio,li.hs-form-checkbox>li {
    display: flex;
    align-items: center;
}
.hs-field-desc {
    font-size: 17px !important;
    line-height: 18.7px !important;
    color: #0A063A;
    font-weight: 400;
    margin-bottom: 11px;
}
.hs-form select.is-placeholder,.hs-form .input .is-placeholder,.hs-form select.is-placeholder:focus,.hs-fieldtype-textarea.hs-input::placeholder  {
    color: #bfbfbf !important;
    font-family: RigSans-R, sans-serif !important;
    font-weight: 400 !important;
    font-size: 17px;
}
.hs-richtext.hs-main-font-element h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 26px;
    line-height: 42px;
}
.hs-dependent-field {
    width: 50%;
    float: left;
    word-break: break-word;
}
.form-columns-2 .hs_number_of_samples_to_be_store {
    width: 100% !important;
    float: left;
}
form .form-columns-1 + .form-columns-0 + .form-columns-2 {
    flex-direction: column;
    gap: 0px;
}
.hs_0-2\/how_many_studies_requiring_irb_ec_approved_protocols_and_informed_consent_has_your_site_conducted_,.hs_0-2\/how_many_of_these_protocols_were_sponsored_by_the_site_ {
    width: 100% !important;
}
.inputs-list label.hs-form-checkbox-display,.inputs-list label.hs-form-radio-display{
    display: inline-flex;
    width: 100%;
}
.hs-form-checkbox span {
    width: 80%;
}
.hs-form li:last-child label.hs-form-checkbox-display,.hs-form li:last-child label.hs-form-radio-display {margin-bottom: 0px;}

/* responsive css */
@media(max-width: 992px){
.hs-form fieldset {
    max-width: 100% !important;
}
.oxy-tab, .oxy-tab-content{padding-right: 0px;}
}
@media(max-width: 767px){
    .inputs-list>li{display: flex;}
    fieldset.form-columns-2 {
        display: block;
    }
    fieldset.form-columns-2 .field.hs-form-field{width: 100% !important;}
    .hs-dependent-field{width: 100%;}
    .hs-form .field {
        margin-bottom: 17px;
    }
    .inputs-list:first-child {padding-top: 0px;}
    .custome-tabs .request-form-text{min-height: unset !important;}
    .tab-section .tab-active{padding-bottom:25px !important ;}
    .hs-button{
        font-size: 16px !important;
        line-height: 26px !important;
        padding: 5px 15px !important;
    }
}
