.tbibank_important {
    color: #ff5959;
    margin: 10px 0;
    font-size: 15px;
    font-style: italic;
}

.tbibank_logo_container {
    width: 100%;
    margin: 20px 0;
}

.tbibank_logo {
    max-height: 60px;
    width: auto;
}

.tbibank_form {
    width: 100%;
    margin: 20px 0;
}

.tbibank_row {
    max-width: 550px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.tbibank_row_no_space {
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
}

.tbibank_field {
    width: 300px;
    max-width: 100%;
}

.tbibank_field_half {
    width: 145px;
    max-width: 100%;
}

input[type=radio] {
    margin-right: 15px;
}

.tbibank_confirm {
    padding: 10px 20px;
    background: #ff6600;
    border: 0;
    cursor: pointer;
}

.tbibank_button_line {
    font-family: 'Inter', open-sans;
    font-weight: 400;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

#tbibank_button_container1 {
    position: relative;
    display: inline-block;
    /* overflow-y: hidden; */
}

#tbibank_button1 {
    text-decoration: none !important;
    outline: 0 !important;
    display: inline-block;
    min-width: 250px;
    max-width: 90%;
}

#tbibank_button_body1 {
    border-radius: 8px;
    height: 50px;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #ff6600;
    color: #fff;
    padding: 3px 10px;
    cursor: pointer;
    margin-top: 10px;
}

#tbibank_button_logo1 {
    max-height: 25px;
    width: auto;
    margin: -2px 0 0 5px;
}

#tbibank_button_container2 {
    position: relative;
    display: inline-block;
    /* overflow-y: hidden; */
}

#tbibank_button2 {
    text-decoration: none !important;
    outline: 0 !important;
    display: inline-block;
    min-width: 250px;
    max-width: 90%;
}

#tbibank_button_body2 {
    border-radius: 8px;
    height: 50px;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #ff6600;
    color: #000;
    padding: 3px 10px;
    cursor: pointer;
    margin-top: 10px;
}

#tbibank_button_logo2 {
    max-height: 25px;
    width: auto;
    margin: -2px 0 0 5px;
}

#tbibank_button_container3 {
    position: relative;
    display: inline-block;
    /* overflow-y: hidden; */
}

#tbibank_button3 {
    text-decoration: none !important;
    outline: 0 !important;
    display: inline-block;
    min-width: 250px;
    max-width: 90%;
}

#tbibank_button_body3 {
    border-radius: 8px;
    height: 50px;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #000;
    color: #fff;
    padding: 3px 10px;
    cursor: pointer;
    margin-top: 10px;
}

#tbibank_button_logo3 {
    max-height: 25px;
    width: auto;
    margin: -2px 0 0 5px;
}

#tbibank_button_container4 {
    position: relative;
    display: inline-block;
    /* overflow-y: hidden; */
}

#tbibank_button4 {
    text-decoration: none !important;
    outline: 0 !important;
    display: inline-block;
    min-width: 250px;
    max-width: 90%;
}

#tbibank_button_body4 {
    border-radius: 8px;
    height: 50px;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 40%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #000;
    color: #fff;
    padding: 3px 10px;
    cursor: pointer;
    margin-top: 10px;
}

#tbibank_button_logo4 {
    max-height: 25px;
    width: auto;
    margin: -2px 0 0 5px;
}

#tbibank_popup_container.container {
    width: 768px !important;
    padding: 0 !important;
    margin: 0 auto !important;
}


#tbibank_button_body1.cart, #tbibank_button_body2.cart, #tbibank_button_body3.cart, #tbibank_button_body4.cart {
    margin-top: 0px;
    margin-right: 10px;
}

#tbicheckout_advertisement {
    position: fixed;
    left: 10px;
    bottom: 40%;
    width: 100%;
    max-width: 100px;
    z-index: 99998;
}

#tbicheckout_small_popup {
    max-width: 800px;
    background: #fff;
    padding: 6px 6px;
    border: 1px solid #f46424;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    cursor: pointer;
    transition: 0.3s ease-in;
    opacity: 0.8
}


#tbicheckout_small_popup:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 60%);
    opacity: 1;
    transition: 0.3s ease-out;
}

#tbicheckout_big_popup {
    width: 90vw;
    height: 220px;
    max-width: 400px;
    max-height: 0;
    margin: 8px 0 0 0;
    border-radius: 8px;
    opacity: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    position: relative;
    overflow: hidden;
    transition: 300ms ease-in-out;
}

#tbicheckout_advertisement_iframe {
    width: 100%;
    height: 100%;
    margin: 0 0 -10px 0;
    padding: 0;
    border: 0;
}

.tbicheckout_expand {
    opacity: 1 !important;
    max-height: 400px !important;
    max-width: 400px !important;
}

.iframe_container {
    width: 768px;
    height: 90vh !important;
    max-width: 97vw;
    min-height: 400px;
    max-height: 720px;
    position: relative;
    background: #F4F4F4;
    border-radius: 24px;
}

#tbicheckout_small_popup img{
    width: -webkit-fill-available;
}

@media only screen and (max-width: 767px) {
    #tbicheckout_small_popup {
        padding: 5px;
        max-width: 70px;
        
    }
    #tbicheckout_advertisement {
        left: 6px;
        bottom: 15%;
    }
    #tbi_popup_iframe {
        width: 100%;
    }
    #iframe_container,
    #tbi_popup_iframe {
        border-radius: 0;
        max-height: 2000px;
    }
    #tbi_popup_container {
        align-items: flex-end;
    }
}

@media (max-width: 478px) {
    #tbibank_button_body1.cart, #tbibank_button_body2.cart, #tbibank_button_body3.cart, #tbibank_button_body4.cart {
        margin-top: 10px;
        margin-right: 0px;
    }
}