.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
        gap: 10px;
}

p#billing_first_name_field {
    order: 0;
}
p#billing_last_name_field {
    order: 1;
}
p#billing_phone_field {
    order: 2;
    width: 100%;
}

p#billing_city_field {
    width: 48%;
    order: 4;
}
p#billing_state_field {
    width: 48%;
    order: 3;
}
p#billing_address_1_field {

    order: 5;
    width: 100%;
}
p#billing_whatsapp_field {
    order: 6;
    width: 48%;
}
p#billing_email_field {
    width: 48%;
    order: 7;
}
p#billing_country_field {
    order: 8;
}
input#username {
    text-align: right;
}
p#billing_phone_field:before {
    content: 'الرقم يجب ان يكون مكون من 11 ارقام( يبدء ب 0) مثل 01011111111 ولا يحتوى على حروف او رموز يمكن ان يبدء فقط ب (010,011,015,012)';
    font-size: 14px;
}
            .form-row-two-col {
                display: inline-block;
                width: 49%;
                margin-right: 1% !important;
            }
           
            .woocommerce form .form-row .optional , .hidden,.woocommerce-billing-fields label{
                display:none;
            }
            .validated_{
            background: #f0fdfa !important;
            border: 0.5px solid #defcf6;
        }
        .in_validated_{
            background: #fef2f2 !important;
            border: 0.5px solid #feecec;
        }
        .validation_box{
            display: block;
            padding: 4px;
            border-radius: 4px;
            margin-top: 4px;
            background: #f2f2f2;
            text-align: right;
            position: relative;
            padding-right: 34px;
        }
        .phone_validations{
            display: block;
            text-align: right;
        }

        .validated_::after{
            content: '';
            position: absolute;
            top: 2px;
            width: 26px;
            height: 26px;
            background-image: url('/wp-content/themes/woodmart-child/images/login_icons/success-icon.png');
            background-size: auto;
            background-repeat: no-repeat;
            right: 4px;

        }
        .in_validated_::after{
            content: '';
            position: absolute;
            top: 2px;
            width: 26px;
            height: 26px;
            background-image: url('/wp-content/themes/woodmart-child/images/login_icons/error-icon.png');
            background-size: auto;
            background-repeat: no-repeat;
            right: 4px;
        }
        ._normal_::after, ._normal_::after{
            content: '';
            position: absolute;
            top: 2px;
            width: 26px;
            height: 26px;
            background-image: url('/wp-content/themes/woodmart-child/images/login_icons/normal-icon.png');
            background-size: auto;
            background-repeat: no-repeat;
            right: 4px;
        }