@font-face {
    font-family: 'Verdana';
    /*src: url('/assets/fonts/Verdanahebrew-regular-webfont.eot');*/
    /*src: url('/assets/fonts/Verdanahebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*url('/assets/fonts/Verdanahebrew-regular-webfont.woff') format('woff'),*/
    /*url('/assets/fonts/Verdanahebrew-regular-webfont.ttf')  format('truetype'),*/
    /*url('/assets/fonts/Verdanahebrew-regular-webfont.svg#svgFontName') format('svg');*/
}
html {
    direction:ltr;
    font-family:"Verdana";
    list-style:none;
}

.header{
    text-align: center;
    margin-bottom: 7px;
    margin-top: 5px;
}

.header_image img{
    height: 35px;
}


.data_field{
    float:left;
    padding: 0 40px;
    margin-bottom: 15px;
    height: 40px;
}


.data_field .data_placeholder{
    color: #8e8e8e;
    font-size: 16px;
    font-family: "Verdana";
    visibility:hidden;
}

.data_input{
    color: #8e8e8e;
    font-size: 16px;
    font-family: "Verdana";
}

.data_field .data_field_input{
    border-bottom: 1px solid #9E9E9E;
}


.data_field .data_field_input input{
    width: 75%;
    padding: 0 ;
    border: none;
    font-size: 15px;
    color: #7A7A7A;
    outline: 0;
    background: transparent;
}
.data_field .data_field_select select{
    width: 50%;
    border: none;
    font-size: 15px;
    color: #7A7A7A;
    outline: 0;
    float: right;
    border-bottom: 1px solid #9E9E9E;
    background: transparent;
}

.data_field .data_field_select2 select{
    width: 100%;
    border: none;
    font-size: 15px;
    color: #7A7A7A;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #9E9E9E;
}

.data_field .data_field_input2 select{
    width: 100%;
    border: none;
    font-size: 15px;
    color: #7A7A7A;
    outline: 0;
    float: left;
    border-bottom: 1px solid #9E9E9E;

}

.data_field .data_field_select_3 select{
    width: 100%;
    border: none;
    font-size: 15px;
    color: #7A7A7A;
    outline: 0;
    border-bottom: 1px solid #9E9E9E;
    background: transparent;
}


.data_field_select_3{
    width: 50%;
    display:inline-block;
}

@media screen and (max-width: 300px){
    .data_field_select_3{
        display:inline;
    }
}

.data_error2 {
    width: 100%;
    font-size: 14px;
    background-color: #c60000;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid black;
    display: block;
    float: left;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}



.data_field.valid .data_icon{
    width: 28px;
    height: 19px;
    background-image: url(/assets/images/green_v.png);
    background-repeat: no-repeat;
    float: right;
}

.data_field.error .data_icon{
    width: 22px;
    height: 22px;
    background-image: url(/assets/images/x_pink.png);
    background-repeat: no-repeat;
    float: right;
}
.data_field .data_error{
    display:none;
    font-size: 15px;
    color: #CE0000 ; /* #EB0042 #dc3e6c; */
}
.data_field.error .data_error{
    display:block;
}




.content_payment{
    float:right;
    width:100%;
}




.payment_data{
    margin-top: 5px; /* margin-top: 10px; */
    float: right;
    width: 100%;
    font-family: "Verdana";
}
.payment_data .payment_section{
    float: right;
    width: 100%;
}
.data_field.high_width{
    width:65%;
    padding-right: 10px;
    padding-left: 0px;
    margin-right: 40px;
}
.data_field.small_width{
    width:105%;
    padding: 0 2px 0 0;
}



.data_field.small_width.first_child{
    padding: 7px 0 0 0;
}
#global_card{
    max-width: 42px;
    max-height: 25px;
    background-repeat: no-repeat;
    float: right;
    margin-top: -5px;
}
.data_field.high_width .data_icon{
    margin-left: 5px;
}
.data_field.medium_width{
    width:33.3%;}
.data_field.full_width{
    width:100%;
    padding:0;
}
.data_field.medium_width.no_left{
    padding-left:0;
}
.data_field.medium_width.no_right{
    padding-right: 0;
    padding-left: 55px;
}
.data_field.medium_width.center{
    padding: 0 30px;
}
.question_icon{
    width: 29px;
    height: 29px;
    margin-right: 5px;
    margin-top: -10px;
    background-image: url(../images/question.png);
    background-repeat: no-repeat;
    float: right;
}
.payment_total_text{
    float: right;
    width: 100%;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 5px;/*  margin-top: 10px; */
}
.payment_total_text .payment_total_text_padding{
    padding: 10px;
    float: right;
    width: 100%;
}
.payment_total_text .total_text_right{
    float: right;
    margin-right: 70px;
    margin-top: 5px;
}
.payment_total_text .total_text{
    text-align: center;
    font-size: 18px;
    color: #000;
    font-family: "Verdana";
    font-weight: 700;
}
.payment_total_text .total_text .total_value,
.payment_total_text .total_text_right .total_img{
    display:inline-block;
}
.payment_total_button{
    float: right;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.payment_total_button #submitbtn , #pinpadEmv{
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 1px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    padding-left: 5%;
    padding-right: 5%;
    color: #fff;
    background-color: #037da1;
    border: none;
    font-size: 95%;
    font-family: "Verdana";
    border-radius: 7px;
    height: 40px;
    width: 65%;
    font-weight: 500;
    /* box-shadow: 0px 15px 15px #ccc;
     margin-bottom: 5px; */
}


.pay_button{
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 5%;
    padding-right: 5%;
    border: 1px solid black;
    font-family: "Verdana";
    border-radius: 4px;
    height: 40px;
    margin-top: 15px;   /*  margin-top: 20px; */
    width: 65%;
    font-weight: 500;
    color: #000000;
    background-color: #ffffff;
}

.pay_button_100{
    font-size: 100%;
}
.pay_button_90{
    font-size: 75%;
}


#payApple img{
    width: 25%;
    padding-left: 5px;
}
.gpay-button{
    margin-top: 15px; /*  margin-top: 20px; */
    border: 1px solid black !important;
}
#gpay-button-online-api-id{
    margin-top: 15px;
}
#payPaypal img{
    padding-left: 5px;
}

#payBit img{
    width: 20%;
    padding-left: 5px;
}

#payGoogle img{
    width: 25%;
    padding-left: 5px;
}

/*  background-image:url(../images/paypal_logo2.png);
  background-repeat: no-repeat;
  background-position: right;
  background-origin: content-box;
  background-size: 60px; */
.pinpad_text{
    text-align: left;
    font-size: 15px;
    color: #000;
    font-family: "Verdana";
    font-weight: 700;
}

#billing_through_terminal{
    max-width: 377px;
}
#billing_through_select{
    max-width: 157px;
}
#pos_id{
    max-width: 157px;
}

.footer_container{
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    margin-top: 5px;
    font-size: 14px;
}

.footer_container .container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer_container .footer_top{
    margin-top:5px;
}



.footer_bottom .footer_bottom_text{
    font-family: "Verdana";
    color: #000;
    padding: 5px;
    width: auto;
    display: inline-block;
    /*border-top: 1px solid #cbcbcb;*/
}

.footer_copyright_text{
    padding-top: 0;
    float: none;
    display: inline-block;
    text-align: left;
}
.footer_tranzila_logo{
    float: none;
    display: inline-block;
    text-align: right;
}

.footer_bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.footer-bottom-wrapper {
    direction: rtl;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    margin-top: 10px;
}

.footer_bottom_img{
    padding-top: 10px;
}

.footer_tranzila_logo {
    position: relative;
    display: inline-block;
}

.footer_tranzila_logo .image-main {
    display: block;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.footer_tranzila_logo .image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
}

/* On hover, fade out the main image and fade in the hover image */
.footer_tranzila_logo:hover .image-main {
    opacity: 0;
}

.footer_tranzila_logo:hover .image-hover {
    opacity: 1;
}


tr.empty_table{
    text-align:center;
}
.data_field #txtCardNumber{
    width:82%;
    direction: ltr;
    text-align: left;
}
.data_field #txtDigits{
    width:74%;
}
.no_price{
    float: right;
    font-size: 20px;
    color: #ccc;
    position: absolute;
    right: 5px;
    bottom: 0px;
}

.data_field #ccno{
    direction: ltr;
    text-align: left;
}

.txtOpenPrice{
    width: 85px;
    padding: 8px 5px 8px 24px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 40px;
    margin-top: -8px;
    font-size: 20px;
    color: #ccc;
    font-family: "Verdana";
}

.payment_card{
    padding-top: 6px;
    padding-right: 8px;
}


.content_payment .payment_method .payment_box{
    margin: 0 auto;
    float: none;
    height: 139px;
    margin-bottom: 15px;
}
.payment_section .data_field{
    width:100%!important;
    padding: 0 10px!important;

}

.data_field .visa_icon {
    width: 0px;
    height: 0px;
}

.content_container .content_top_right {
    float: none;
    text-align: center;
    margin-bottom: 10px;
}
.content_container .content_top_left {
    text-align: center;
    float: none;
}


.footer_container .footer_top .footer_top_img{
    display: block;
    margin: 5px 10px;
    font-family: "Verdana";
    font-weight: 700;

}
.footer_container .footer_top .footer_top_img .footer_top_small{
    height: auto;
    width: auto;
    max-height: 52px;
    margin-right: 5px;
}

.footer_container .footer_top .footer_top_img a{
    padding: 5px;
}



@media only screen and (min-width:1200px){
    .data_field.high_width{
        margin-right: 50px;
    }
}




/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0); !* Fallback color *!*/
    /*background-color: rgba(0,0,0,0.4); !* Black w/ opacity *!*/
}

/* Modal Content */
.modal-content {
    z-index: 1;
    background-color: #fefefe;
    margin: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 30px;
    border: 1px solid #888;
    width: 100%;
    max-width: 350px;
}
.modal-content p{
    margin: 0;
    text-align: center;
}
.modal-x{
    margin: auto;
    width: 60%;
    max-width: 350px;
}
/* The Close Button */


.close {
    color: #000000 !important;
    padding-top: 5px;
    float: left !important;
    font-size: 21px !important;
    font-weight: bold;
    opacity: 1;
}


.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#loader {
    display: inline-block;
    margin-left: 4px;
    border: 6px solid #aaaaaa;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.span_recur{
    font-size: 16px;
    font-family: "Verdana";
    padding-top: 50px;
    margin: 0px 5px 0px 5px ;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cccccc;
    -webkit-transition: .4s;
    transition: .4s;
    border: #c1bfc0 1px solid;

}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}


input:checked + .slider {
    background-color: #f7f8fa;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
    margin: -4px 0px 4px 0px ;
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
    background-color: #9e9e9e;

}

input:checked + .slider.round:before {
    background-color: #a5cb06;

}

.round2::before,
.round2::after{
    background: rgba(43,43,43,1);
    border-radius: 1px;
}
.round2::before {
    content: '';
    position: absolute;
    background: #cccccc;
}

.round2::after {
    content: '';
    position: absolute;
    background: #cccccc;
}

input:checked ~ .round2::before{
    -webkit-transition: .4s;
    transition: .4s;
    width: 2px;
    transform: rotate(45deg);
    height: 12px;
    top: 4px;
    left: 38px;
    background: #ffffff;
}
input:checked ~ .round2::after{
    -webkit-transition: .4s;
    transition: .4s;
    height: 2px;
    transform: rotate(45deg);
    width: 7px;
    top: 11px;
    left: 31px;
    background: #ffffff;
}



/* apple CSS */

.apple-pay-button{
    cursor: pointer;
}

@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
    }
    .apple-pay-button-black {
        -apple-pay-button-style: black;
    }
    .apple-pay-button-white {
        -apple-pay-button-style: white;
    }
    .apple-pay-button-white-with-line {
        -apple-pay-button-style: white-outline;
    }
}


@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 100%;
        min-height: 32px;
        max-height: 64px;
    }

    .apple-pay-button-black {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }

    .apple-pay-button-white {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }

    .apple-pay-button-white-with-line {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
        border: .5px solid black;
    }
}

#payment_apple_pay{
    margin-top: 5px;
}


.smoove {
    margin-top: 5px;
}

.scn-reader-only {
    border: 0 ;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px ;
    overflow: hidden;
    padding: 0 ;
    position: absolute ;
    width: 1px;
}

.container {
    max-width: 400px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Terms and Conditions Styling */
.data_field.terms {
    margin-left:10px;
    margin-bottom: 20px;
    height: auto;
    min-height: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.data_field.terms input[type="checkbox"] {
    width: auto;
    margin: 0;
    margin-right: 5px;
    vertical-align: middle;
    order: 1;
}

.data_field.terms label {
    display: inline;
    cursor: pointer;
    margin: 0;
    order: 2;
}

.data_field.terms .data_error {
    width: 100%;
    order: 3;
    margin-top: 5px;
}

.data_field.terms.error .data_error {
    display: block;
}

/* Terms Modal Specific Styles */
#terms_modal .modal-content {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px 10px 30px;
    text-align: right; /* For RTL, change to left for LTR */
}

#terms_modal .terms_and_conditions {
    line-height: 1.6;
    font-size: 14px;
    color: #333;
    padding-top: 35px;
    padding-left: 5px;
}

#terms_modal .terms_and_conditions p {
    margin-bottom: 10px;
}

/* Scrollbar styling for terms content */
#terms_modal .modal-content::-webkit-scrollbar {
    width: 8px;
}

#terms_modal .modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

#terms_modal .modal-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

#terms_modal .modal-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}




/* bank transfer */

#bank_account {
    width: 40%;
    float: right;
}

/* Bank data section - optional styling
#payment_bank_data_section {
    font-family: "Noto Sans Hebrew", SemiBold;
}
*/

.data_field .data_field_select_bank select {
    width: 50%;
    border: none;
    font-size: 15px;
    color: #000000;
    outline: 0;
    float: left;
    background: transparent;
    border-bottom: 1px solid #9E9E9E;
}

/* Bank Selection Style with Bottom Border Only */

/* Fix z-index and position of the dropdown */
.bank-selection {
    position: absolute !important;
    z-index: 9999 !important;
    max-height: 300px !important;
    overflow-y: auto !important;
    background-color: #f0f4fd !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px !important;
    width: 100% !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 5px !important;
    padding: 0 5px;
}

/* Position the bank grid container properly */
.form-group {
    left: 3% !important;
    width: 94%;
    position: relative !important;
    z-index: 100 !important;
    margin-bottom: 20px !important;
    float: left;
}

.dropdown-header {
    margin-top: -5px !important;
    position: relative !important;
    z-index: 90 !important;
    cursor: pointer !important;
    background-color: white !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    padding: 10px 0 !important;
    border: none !important;
    border-bottom: 1px solid #9E9E9E !important;
    border-radius: 0 !important;
    margin-bottom: 5px !important;
    min-height: 40px !important;
    height: 40px !important;
}

.selected-bank {
    font-size: 14px !important;
    color: #333 !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
    direction: rtl !important;
    margin-top: 10px !important;
    line-height: normal !important;
}

/* Style for the bank icon in the selected bank display */
.selected-bank-icon {
    width: 30px !important;
    height: 20px !important;
    margin-left: 5px !important;
    object-fit: contain !important;
}

/* Style the chevron */
.chevron {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    transform: rotate(0deg) !important;
    transition: transform 0.3s ease !important;
    margin-right: 5px !important;
    margin-bottom: -20px !important;
}

/* Style the chevron2 */
.chevron2 {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    transform: rotate(0deg) !important;
    transition: transform 0.3s ease !important;
    margin-left: -20px !important;
}

/* Remove any default browser styling */
select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

/* Hide any default arrows */
select::-ms-expand {
    display: none !important;
}

/* Fix any additional styling issues */
.bank-selection:after {
    display: none !important;
}

/* Hide any default browser select styling that might be causing issues */
.form-group select {
    display: none !important;
}

/* Make sure bank buttons look good */
.bank-button {
    cursor: pointer !important;
    background-color: white !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px !important;
    transition: all 0.2s ease !important;
    padding: 5px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    height: 95px !important;
    box-sizing: border-box !important;
}

.bank-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.bank-button.selected {
    border: 2px solid #0066cc !important;
    background-color: #f0f7ff !important;
}

.bank-button:active {
    transform: translateY(1px) !important;
}

.bank-button.empty {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: default !important;
}

.bank-button.empty:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Bank logo styling */
.bank-logo {
    margin-bottom: 5px !important;
    width: 60px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.bank-logo img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

/* Bank info styling */
.bank-info {
    font-size: 11px !important;
    text-align: center !important;
    color: #555 !important;
}

.payments {
    color: #777 !important;
}

/* Bank grid styling */
.bank-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-gap: 10px !important;
    margin-bottom: 10px !important;
}

.custom-select-container {
    position: relative;
    width: 100%;
}

.custom-select-container input {
    width: 50%;
    text-align: right;
    direction: ltr !important;
    padding: 0;
    border: none;
    font-size: 15px;
    color: #000000;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #9E9E9E;
}

.custom-options-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1000;
    border-radius: 0 0 4px 4px;
}

.option-item {
    padding: 8px 12px;
    cursor: pointer;
}

.option-item:hover,
.option-item.highlighted {
    background-color: #f0f0f0;
}

#payment_section_bank .data_field.medium_width.no_left {
    margin-bottom: 20px !important;
    z-index: 105 !important;
    position: relative !important;
}

.pay_bank_button {
    margin-top: 20px;
    float: left;
    background-color: #0D62B8;
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid black;
    font-family: "OpenSans";
    border-radius: 25px;
    height: 35px;
    width: 50%;
    font-weight: 700;
    color: #FFFFFF;
}

.pay_bank_button:disabled {
    background-color: #464F7738;
    color: #777D98;
    border: none;
}

.cancel_bank_button {
    margin-top: 20px;
    float: right;
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid black;
    font-family: "OpenSans";
    border-radius: 25px;
    height: 35px;
    width: 40%;
    font-weight: 700;
    color: #000000;
    background-color: #FFFFFF;
}

.data_field_input_bank {
    border-bottom: 1px solid #9E9E9E;
}

.data_field_input_bank input {
    width: 65%;
    padding: 0;
    border: none;
    font-size: 15px;
    color: #000000;
    outline: 0;
    background: transparent;
}

.data_field_input_bank input::placeholder {
    direction: ltr !important;
}

.bank_data_error {
    display: none;
    font-size: 15px;
    color: #CE0000;
}

.account_error {
    font-size: 13px;
    float: right;
}

.branch_error {
    font-size: 13px;
    float: left;
}

/* The Modal (background) */
.gray_screen {
    display: none;
    position: fixed;
    z-index: 120;
    padding-top: 100px;
    top: 0;
    /*left: 0;*/
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #3C4157DD;
    max-width: 400px;
}

/* Modal Content */
.gray_screen_content {
    z-index: -1;
    margin: auto;
    padding-top: 30px;
    width: 100%;
    max-width: 350px;
}

.gray_screen_content_p {
    text-align: center;
    color: #FFFFFF;
    font-size: 17px;
    margin: 0;
}

.p_small {
    font-size: 13px !important;
}

.gray_screen_content h3 {
    margin: 0;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.gray_screen-x {
    color: #000000;
    margin: auto;
    max-width: 350px;
}

.close_bank {
    color: #FFFFFF !important;
    font-size: 30px !important;
    font-weight: bold;
    top: 15px;
    position: absolute;
    left: 15px;
}

.close_bank:hover,
.close_bank:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.hidden {
    display: none;
}

.loading-bar {
    background-color: #e3e7ff;
    height: 7px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    width: 65%;
    margin: 0 auto;
    margin-top: 20px;
}

.loading-bar_progress {
    position: absolute;
    height: 100%;
    width: 50%;
    background: linear-gradient(to right, #3498db, #2980b9);
    border-radius: 5px;
    animation: loading-bar 3s infinite;
}

@keyframes loading-bar {
    0% {
        left: -50%;
    }
    100% {
        left: 100%;
    }
}

.bank_mobile_div_button {
    max-width: 240px;
    margin: 50px auto;
    color: #FFFFFF;
}

.bank_mobile_button {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #d0d0d0;
    border-radius: 50px;
    padding: 8px 15px;
    cursor: pointer;
    color: #000000;
    font-size: 22px;
    text-decoration: none;
    max-height: 70px;
}

.bank_mobile_button_text {
    margin-right: 22px;
    font-weight: bold;
}

.bank_mobile_button:hover {
    background-color: #e8e8e8;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0066cc;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.paragraph-container {
    text-align: center;
}

.paragraph-container span {
    padding: 5px;
}

.bank_desktop_div_button {
    margin-bottom: 50px;
    margin-top: 50px;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    height: auto; /* Changed from fixed 150px */
}

.bank_desktop_button {
    background-color: #FFFFFF;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding:10px;
    cursor: pointer;
    color: #000000;
    font-size: 22px;
    text-decoration: none;
    height: auto; /* Changed from fixed 150px */
    width: 100%; /* Changed from 130px to be responsive */
    max-width: 270px;
    text-align: center;
    float: none; /* Remove float */
}

.bank_desktop_button:hover {
    background-color: #e8e8e8;
}

#bank_desktop_button {
    float: none; /* Remove left float */
}

#bank_desktop_button h4 {
    color: #0D62B8;
    font-size: 16px;
    margin: 0;
}

.bank_desktop_button_text {
    font-weight: bold;
    color: #000000;
    font-size: 13px;
    margin-top: 8px;
}

#bank_desktop_button_qr {
    float: none; /* Remove right float */
}

#qrcode {
    margin-top: 10px;
}

.white_screen {
    text-align: center;
}

.white_screen h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 50px;
}

.white_screen h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.white_screen p {
    margin-bottom: 0;
}

.white_screen img {
    margin: 60px auto;
    display: block;
}

.white_screen button {
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid black;
    border-radius: 25px;
    height: 35px;
    width: 40%;
    font-weight: 700;
    color: #000000;
    background-color: #FFFFFF;
    margin: 10px auto 40px;
    display: block;
}

.bank_header {
    text-align: center;
}

.bank_header h3 {
    font-size: 15px;
    font-weight: bold;
}

.bank_header p {
    font-size: 14px;
}

/* Force bank account and branch input fields to be LTR */
#bank_account,
#bank_branch_input {
    direction: ltr !important;
    text-align: left !important;
}

/* If you need to also force the placeholder text to be LTR */
#bank_account::placeholder,
#bank_branch_input::placeholder {
    direction: ltr !important;
    text-align: left !important;
}

/* Account Type Selection - RTL (Hebrew & Arabic) */

/* Base styles for RTL languages */
.account-type-selection {
    color: #8e8e8e;
    padding: 0 12px;
    margin-bottom: 15px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-end;
}

.account-type-selection h4 {
    margin: 0;
    color: #8e8e8e;
    font-size: 15px;
    font-family: "OpenSans";
    display: inline-block;
    margin-right: 20px;
    margin-left: 0;
    text-align: right;
    direction: ltr;
    white-space: nowrap;
    flex-shrink: 0;
}

.radio-group {
    display: inline-flex;
    gap: 20px;
    margin: 0;
    flex-wrap: nowrap;
    direction: ltr;
    align-items: center;
    justify-content: flex-end;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    direction: ltr;
    flex-direction: row;
    white-space: nowrap;
    flex-shrink: 0;
}

.radio-option input[type="radio"] {
    margin: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-left: 0;
    flex-shrink: 0;
}

.radio-option label {
    cursor: pointer;
    color: #8e8e8e;
    font-weight: 500;
    font-size: 16px;
    font-family: "OpenSans";
    user-select: none;
    white-space: nowrap;
    text-align: left;
    direction: ltr;
}

.radio-option:hover label {
    color: #0D62B8;
}

/* ID Fields Container */
#id_fields_container {
    float: right;
    width: 100%;
    clear: both;
    direction: ltr;
}

/* Business ID field styling */
.hidden-field {
    display: none !important;
    transition: all 0.3s ease;
    overflow: hidden;
}

#psu_corporate_id_field.data_field.medium_width.no_left {
    transition: all 0.3s ease;
    opacity: 1;
    max-height: 100px;
}

#psu_corporate_id_field.hidden-field {
    max-height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
}

#psu_corporate_id_field .data_field_input_bank input {
    width: 65%;
    padding: 0;
    border: none;
    font-size: 15px;
    color: #000000;
    outline: 0;
    background: transparent;
    font-family: "OpenSans", Arial, sans-serif;
    direction: ltr;
}

#psu_corporate_id_field .data_field_input_bank input::placeholder {
    color: #8e8e8e;
    font-family: "OpenSans", Arial, sans-serif;
    direction: ltr !important;
}

/* Error styling */
#psu_corporate_id_field .data_error {
    display: none;
    font-size: 15px;
    color: #CE0000;
    font-family: "OpenSans", Arial, sans-serif;
    margin-top: 5px;
    direction: ltr;
}

/* Mobile responsive - everything stays inline */
@media screen and (max-width: 768px) {
    .account-type-selection {
        width: 100% !important;
        padding: 0 10px !important;
        height: 40px;
        align-items: center;
        justify-content: flex-end;
    }

    .account-type-selection h4 {
        font-size: 13px;
        margin-right: 15px;
        margin-left: 0;
        flex-shrink: 0;
    }

    .radio-group {
        gap: 15px;
        flex-shrink: 1;
        min-width: 0;
    }

    .radio-option {
        gap: 3px;
        flex-shrink: 1;
    }

    .radio-option label {
        font-size: 13px;
    }

    .radio-option input[type="radio"] {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }
}

/* Very small screens */
@media screen and (max-width: 480px) {
    .account-type-selection {
        padding: 0 5px !important;
    }

    .account-type-selection h4 {
        font-size: 12px;
        margin-right: 10px;
    }

    .radio-group {
        gap: 10px;
    }

    .radio-option label {
        font-size: 12px;
    }

    .radio-option input[type="radio"] {
        width: 12px;
        height: 12px;
    }
}

/* Extra small screens */
@media screen and (max-width: 360px) {
    .account-type-selection h4 {
        font-size: 11px;
        margin-right: 8px;
    }

    .radio-group {
        gap: 8px;
    }

    .radio-option label {
        font-size: 11px;
    }
}

/* Validation states */
.data_field.error #psu_corporate_id {
    border-bottom-color: #CE0000 !important;
}

.data_field.valid #psu_corporate_id {
    border-bottom-color: #28a745 !important;
}

/* Focus states for accessibility */
.radio-option input[type="radio"]:focus {
    outline: 2px solid #0D62B8;
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .radio-option label {
        color: #000;
    }

    .radio-option input[type="radio"]:checked + label {
        color: #000;
        font-weight: 700;
    }
}

/* Print styles */
@media print {
    .account-type-selection {
        page-break-inside: avoid;
    }
}