
/* FFBC form normalization - intentionally stronger than typical multipurpose themes */
.ffbt-site-main input,
.ffbt-site-main select,
.ffbt-site-main textarea,
.ffbt-site-main button,
.ffbc-tool input,
.ffbc-tool select,
.ffbc-tool textarea,
.ffbc-tool button,
.ffbc-second-stream-matcher input,
.ffbc-second-stream-matcher select,
.ffbc-second-stream-matcher textarea,
.ffbc-stream-readiness input,
.ffbc-stream-readiness select,
.ffbc-stream-readiness textarea{
    box-sizing:border-box!important;
    font-family:Arial,Helvetica,sans-serif!important;
}

.ffbt-site-main input[type="text"],
.ffbt-site-main input[type="email"],
.ffbt-site-main input[type="url"],
.ffbt-site-main input[type="number"],
.ffbt-site-main input[type="date"],
.ffbt-site-main input[type="tel"],
.ffbt-site-main input[type="password"],
.ffbt-site-main select,
.ffbt-site-main textarea,
.ffbc-tool input[type="text"],
.ffbc-tool input[type="email"],
.ffbc-tool input[type="number"],
.ffbc-tool input[type="date"],
.ffbc-tool select,
.ffbc-tool textarea,
.ffbc-second-stream-matcher select{
    width:100%;
    min-height:48px!important;
    height:auto;
    padding:11px 14px!important;
    border:1px solid #CBD5E1!important;
    border-radius:9px!important;
    background:#fff!important;
    color:#1F2937!important;
    -webkit-text-fill-color:#1F2937!important;
    line-height:1.3!important;
    font-size:15px!important;
    opacity:1!important;
    visibility:visible!important;
}

.ffbt-site-main select,
.ffbc-tool select,
.ffbc-second-stream-matcher select{
    height:48px!important;
    padding:0 42px 0 14px!important;
    line-height:normal!important;
    vertical-align:middle!important;
}

.ffbt-site-main select option,
.ffbc-tool select option,
.ffbc-second-stream-matcher select option{
    color:#1F2937!important;
    background:#fff!important;
    -webkit-text-fill-color:#1F2937!important;
    font-size:15px!important;
    line-height:normal!important;
}

.ffbt-site-main textarea,
.ffbc-tool textarea{min-height:120px!important;resize:vertical}

.ffbt-site-main label,
.ffbc-tool label,
.ffbc-second-stream-matcher label{
    color:#0B2341!important;
    -webkit-text-fill-color:#0B2341!important;
    font-weight:700;
}

.ffbt-site-main input:focus,
.ffbt-site-main select:focus,
.ffbt-site-main textarea:focus,
.ffbc-tool input:focus,
.ffbc-tool select:focus,
.ffbc-tool textarea:focus{
    border-color:#1D4ED8!important;
    outline:3px solid rgba(29,78,216,.10)!important;
    outline-offset:0;
}

.ffbt-site-main button,
.ffbc-tool-button{
    cursor:pointer;
}

.ffbt-button,
.ffbc-tool-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 18px;
    background:#0B2341;
    color:#fff!important;
    border:0;
    border-radius:9px;
    text-decoration:none;
    font-weight:800;
}

.ffbt-button:hover,
.ffbc-tool-button:hover{filter:brightness(1.08)}
