body #wfacp-e-form .wfacp_main_form.woocommerce #payment ul.payment_methods li label img {
    max-height: 30px;
    float: right !important;
}

.iscu_tab_content {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.iscu_personal {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background-color: white !important;
    color: #646464 !important;
    border-color: #d5d5d5 !important;
    font-weight: 500;
}

.iscu_personal:hover {
    color: white !important;
    background: linear-gradient(140deg, #3D82FA 0%, #08BEF6 100%) !important;
}

.iscu_compony {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    background-color: white !important;
    color: #646464 !important;
    border-color: #d5d5d5 !important;
    font-weight: 500;
}

.iscu_compony:hover {
    color: white !important;
    background: linear-gradient(140deg, #3D82FA 0%, #08BEF6 100%) !important;
}

.iscu_compony.iscu_active, .iscu_personal.iscu_active  {
    color: white !important;
    background: linear-gradient(140deg, #3D82FA 0%, #08BEF6 100%) !important;
    text-decoration: none !important;
}

#iscu_user_type_field {
    display: none !important;
}

.iscu_wfacp_divider_billing #billing_postcode_field , .iscu_wfacp_divider_billing #billing_city_field, .iscu_wfacp_divider_billing #billing_state_field {
    display: none !important;
}
