body {
    font-family: 'Rubik', sans-serif !important;

}

.section:has(form){
    padding: 50px 0;
background:red !important;
}

.stylingblock-content-wrapper:has(form){
    display: flex;
    justify-content: center;
}

/* labels */
table tbody .smartcapture-content-wrapper .smartcapture-controls .sc-formfield-label label{
    display: block;
    text-align: initial;
    font-size: 0 !important;
    font-family: 'Rubik', sans-serif !important;
}

/* fields */
table tbody .smartcapture-content-wrapper table tbody .stylingblock-content-wrapper .smartcapture-controls .sc-formfield-input input{
    box-sizing: border-box!important;
    height: 45.5px !important;
    width: 370px !important;
    border-radius: 4px !important;
    background-color: white !important;
    border: 1px solid #dddddd;
    line-height: normal !important;
    font-size: 22px !important;
    text-align: right;
    font-family: 'Rubik', sans-serif !important;
    direction: rtl;
}

table tbody .smartcapture-content-wrapper table tbody .stylingblock-content-wrapper .smartcapture-controls .sc-formfield-input select{
    box-sizing: border-box!important;
    height: 45.5px !important;
    width: 370px !important;
    border-radius: 4px !important;
    background-color: white !important;
    border: 1px solid #dddddd;
    line-height: normal !important;
    font-size: 22px !important;
    text-align: right;
    font-family: 'Rubik', sans-serif !important;
    direction: rtl;
}

#Phone::-webkit-input-placeholder {
    text-align: right;
}
#Phone {
    text-align: left;
    direction: ltr;
}

#Email::-webkit-input-placeholder {
    text-align: right;
}
#Email {
    text-align: left;
    direction: ltr;
}

/* checkbox */
table tbody .smartcapture-content-wrapper table tbody .stylingblock-content-wrapper .smartcapture-controls .sc-formfield-input-wrapper {
    width: 370px;
}

table tbody .smartcapture-content-wrapper table tbody .stylingblock-content-wrapper .smartcapture-controls .sc-formfield-input-wrapper .sc-formfield-input{
    text-align: right;
    direction: rtl;
}

table tbody .smartcapture-content-wrapper table tbody .stylingblock-content-wrapper .smartcapture-controls .sc-formfield-input-wrapper .sc-formfield-input label input{
    margin: 5px 0px 0px 5px !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    padding: 0 !important;
    border-radius: 0px !important;
    min-height: 0px !important;
    height: inherit !important;
    display: inline !important;
    position: relative !important;
    width: 15px !important;
    font-family: 'Rubik', sans-serif !important;
    direction: rtl;
}

/* checkbox title */
table tbody .smartcapture-content-wrapper table tbody .stylingblock-content-wrapper .smartcapture-controls .sc-formfield-input-wrapper .sc-formfield-input label{
    font-family: 'Rubik', sans-serif !important;
    font-size: 16PX !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    position: relative !important;
}

/* button */
table tbody .stylingblock-content-wrapper table tbody .stylingblock-content-wrapper .smartcapture-content-wrapper .smartcapture-submit-button-wrapper{
    display: flex !important;
    justify-content: center !important;
}

table tbody .stylingblock-content-wrapper table tbody .stylingblock-content-wrapper .smartcapture-content-wrapper .smartcapture-submit-button-wrapper button {
    border-radius: 4PX !important;
    font-size: 24PX !important;
    font-weight: BOLD !important;
    padding: 8PX 30PX !important;
    font-family: 'Rubik', sans-serif !important;
    border-style: none !important;
    display: block;
    width: 370px !important;
}
