.fluentform {
    font-family: inherit;
}

.fluentform .ff-el-input--label label {
    font-weight: 600;
    color: #30323e;
}

.fluentform .ff-el-form-control {
    border: none;
    border-radius: 0;
    background: #f4f4f4;
    padding: 12px 16px;
    font-family: inherit;
    font-size: 15px;
    color: #30323e;
    line-height: 1.5;
}

.fluentform .ff-el-form-control:focus {
    background: #eaeef2;
    border-color: transparent;
    box-shadow: none;
    outline: 2px solid #003c8e;
    outline-offset: 2px;
}

.fluentform select.ff-el-form-control:not([size]):not([multiple]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath fill='%23555' d='M6 7L0 1 1 0l5 5L11 0l1 1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
    -webkit-appearance: none;
    appearance: none;
}

.fluentform textarea {
    min-height: 100px;
    resize: vertical;
}

.fluentform .ff-btn {
    border-radius: 0;
    font-family: inherit;
    font-weight: 700;
    padding: 14px 32px;
    font-size: 16px;
    line-height: 1.4;
    border: none;
    transition: background .15s;
}

.fluentform .ff-btn-primary {
    background: #003c8e;
    color: #fff;
}

.fluentform .ff-btn-primary:hover,
.fluentform .ff-btn-primary:focus {
    background: #002a66;
    color: #fff;
    opacity: 1;
}

.fluentform .ff-btn-secondary {
    background: #d5dce3;
    color: #30323e;
}

.fluentform .ff-btn-secondary:hover,
.fluentform .ff-btn-secondary:focus {
    background: #c8d0d9;
    color: #30323e;
}

.fluentform .ff-btn-lg {
    padding: 16px 40px;
    font-size: 18px;
}

.fluentform .ff-el-section-break .ff-el-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #003c8e;
    margin-bottom: 8px;
}

.fluentform .ff-el-section-break hr {
    background: #d5dce3;
    height: 2px;
    border: none;
    margin-bottom: 20px;
}

.fluentform .ff-el-progress {
    background: #eaeef2;
    border-radius: 0;
    height: 8px;
}

.fluentform .ff-el-progress-bar {
    background: #003c8e;
    border-radius: 0;
}

.fluentform .ff-el-progress-status {
    font-weight: 600;
    color: #30323e;
}

.fluentform .ff-step-header--tabs {
    background: #eaeef2;
    border-radius: 0;
}

.fluentform .ff-step-header--tabs .ff-step-titles li {
    border-radius: 0;
    border: none;
    background: #d5dce3;
    color: #4a5568;
    font-weight: 600;
}

.fluentform .ff-step-header--tabs .ff-step-titles li.ff_active {
    background: #f4f4f4;
    color: #003c8e;
}

.fluentform .ff-step-header--tabs .ff-step-titles li.ff_completed {
    background: #f4f4f4;
    color: #003c8e;
}

.fluentform .ff-step-header--tabs .ff-step-titles li:hover {
    background: #c8d0d9;
    border: none;
}

.fluentform .ff-step-header--tabs .ff-step-titles li:focus-visible {
    background: #c8d0d9;
    border: none;
    color: #003c8e;
}

.fluentform .ff-message-success {
    border: none;
    box-shadow: none;
    background: #f4f4f4;
    padding: 24px;
    font-size: 16px;
    line-height: 1.6;
    color: #30323e;
}

.fluentform .ff-el-help-message {
    color: #666;
    font-size: 13px;
    font-style: normal;
}

.fluentform .ff-el-is-error .ff-el-form-control {
    outline: 2px solid #c62828;
    outline-offset: 2px;
    background: #ffebee;
}

.fluentform .ff-el-is-error .text-danger {
    color: #c62828;
    font-weight: 600;
}

.fluentform .ff-el-form-check label.ff-el-form-check-label {
    font-size: 15px;
    color: #30323e;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.fluentform input[type=checkbox],
.fluentform input[type=radio] {
    width: 18px;
    height: 18px;
    accent-color: #003c8e;
}

.fluentform .ff_t_c {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.fluentform .ff-t-container {
    gap: 16px;
}

.fluentform .ff-name-field-wrapper {
    gap: 16px;
}

.fluentform .ff_upload_btn.ff-btn {
    background: #d5dce3;
    border: none;
    color: #30323e;
    padding: 10px 20px;
    border-radius: 0;
    font-weight: 600;
}

.fluentform .ff_upload_btn.ff-btn:hover {
    background: #c8d0d9;
}

.fluentform .ff-dropzone .ff_upload_btn.ff-btn {
    border: 2px dashed #d5dce3;
    background: #fafbfc;
    border-radius: 0;
    padding: 40px;
}

.fluentform .ff-dropzone .ff_upload_btn.ff-btn:hover {
    background: #f4f4f4;
    border-color: #c8d0d9;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label > span {
    border: none;
    border-radius: 0;
    background: #f4f4f4;
    color: #4a5568;
    font-weight: 600;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:first-child label > span {
    border: none;
    border-radius: 0;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:last-child label > span {
    border: none;
    border-radius: 0;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label > span {
    background: #003c8e;
    border: none;
    color: #fff;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected:first-child label > span {
    border: none;
}

.fluentform .ff-table {
    border: none;
}

.fluentform .ff-checkable-grids {
    border: none;
}

.fluentform .ff-checkable-grids thead > tr > th {
    background: #eaeef2;
    border: none;
    color: #30323e;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.fluentform .ff-checkable-grids tbody > tr > td {
    border: none;
}

.fluentform .ff-checkable-grids tbody > tr:nth-child(2n) > td {
    background: #fafbfc;
}

.fluentform .ff-checkable-grids tbody > tr:nth-child(2n-1) > td {
    background: #fff;
}

.fluentform .ff-el-progress-title {
    border-bottom: 2px solid #003c8e;
    font-weight: 700;
}

.fluentform .iti__selected-flag {
    border-radius: 0;
}

.fluentform .ff-step-titles li.ff_active:before,
.fluentform .ff-step-titles li.ff_completed:before {
    background: #003c8e;
}

.fluentform .ff-step-titles li.ff_active:after,
.fluentform .ff-step-titles li.ff_completed:after {
    background: #003c8e;
}

.fluentform .ff_coupon_wrapper .ff_input-group-text {
    border-radius: 0;
}

.fluentform .ff_input-group {
    display: flex;
    align-items: stretch;
}

.fluentform .ff_input-group .ff_input-group-prepend .ff_input-group-text {
    background: #d5dce3;
    color: #30323e;
    font-weight: 700;
    font-size: 16px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 0;
    line-height: 1;
}

.fluentform .ff_input-group .ff-el-form-control {
    border-radius: 0;
}

.fluentform .ff-custom-user-input-wrapper {
    margin-top: 8px;
}

.fluentform .ff-custom-user-input-wrapper label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
}

.fluentform .ff-sub-smart-grid .ff_sub_title,
.fluentform .ff_subs_selections .ff_plan_title {
    font-weight: 700;
    color: #30323e;
}

.fluentform .ff_subs_selections .ff_sub_desc {
    font-size: 13px;
    color: #666;
    margin-top: 2px;
}

.fluentform .ff_subs_selections .ff_sub_desc .ff_bs {
    font-weight: 600;
    color: #30323e;
}

.fluentform .ff_subs_selections .ff-el-form-check {
    margin-bottom: 6px;
}

.fluentform .ff_subs_selections .ff-el-form-check-label {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    cursor: pointer;
}

.fluentform .ff_subs_selections.ff_list_buttons .ff-el-form-check-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    background: #f4f4f4;
    cursor: pointer;
    transition: background .15s;
    gap: 10px;
}

.fluentform .ff_subs_selections.ff_list_buttons .ff-el-form-check-label:hover {
    background: #eaeef2;
}

.fluentform .ff_subs_selections.ff_list_buttons .ff_item_selected .ff-el-form-check-label {
    background: #003c8e;
    color: #fff;
}

.fluentform .ff_subs_selections.ff_list_buttons .ff_item_selected .ff_plan_title {
    color: #fff;
}

.fluentform .ff_subs_selections.ff_list_buttons .ff_item_selected .ff_sub_desc {
    color: rgba(255,255,255,.75);
}

.fluentform .ff_subs_selections.ff_list_buttons .ff_item_selected .ff_sub_desc .ff_bs {
    color: #fff;
}

.fluentform .ff_subs_selections.ff_list_buttons .ff-el-form-check-label > input[type=radio] {
    flex-shrink: 0;
}

.fluentform .ff_subs_selections.ff_list_buttons .ff_item_selected .ff-el-form-check-label > input[type=radio] {
    accent-color: #fff;
}

.fluentform .ff-payment-summary,
.fluentform .ff_payment_summary,
.fluentform .ff_dynamic_payment_summary {
    padding: 16px 20px;
    font-size: 15px;
    color: #30323e;
    border: none;
    border-radius: 0;
}

.fluentform .ff_stripe_card_element {
    background: #f4f4f4;
    padding: 12px 16px;
    border: none;
    border-radius: 0;
    min-height: 42px;
}

.fluentform .ff_card-errors {
    color: #c62828;
    font-size: 13px;
    font-weight: 600;
    margin-top: 6px;
}

.fluentform .ff_pay_inline .ff-el-input--label label {
    font-weight: 600;
    color: #30323e;
    font-size: 15px;
}

.fluentform .ff-btn-submit.wpf_has_custom_css {
    background: #003c8e !important;
    border-color: #003c8e !important;
    color: #fff !important;
}

.fluentform .ff-btn-submit.wpf_has_custom_css:hover {
    background: #d88700 !important;
    border-color: #d88700 !important;
    color: #fff !important;
}

.pac__cta {
    background: #003c8e;
    color: #f4f4f4;
    padding: 60px;
    line-height: 1.0;
}

.pac__cta h3 {
    color: #f4f4f4;
}

.pac__cta .ff-el-form-check label.ff-el-form-check-label {
    color: #f4f4f4;
}

.pac__cta .ff-el-input--label label {
    color: #f4f4f4;
}

.pac__cta .ff_pay_inline .ff-el-input--label label {
    color: #f4f4f4;
}

.pac__cta .ff_subs_selections.ff_list_buttons .ff-el-form-check-label {
    background: none;
}

.pac__cta .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span {
    background-color: #d88700 !important;
}

.pac__cta .ff-payment-summary, .pac__cta .ff_payment_summary, .pac__cta .ff_dynamic_payment_summary {
    color: #f4f4f4;
}

.pac__cta .fluentform .ff-btn-submit {
    background-color: #d88700 !important;
}

.pac__cta .ff-btn {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    padding: 11px 20px;
    min-width: 210px !important;
    outline: none;
    background-color: #d88700;
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
    transition: .2s 
    ease-in-out;
}

.pac__cta .ff_input-group {
    flex-wrap: nowrap;
}
}
