body {
    background-color: #eef3f7
}

.br_account_st_main_wrapper {
    position: relative;
    max-width: 1200px;
    background-color: #fff;
    border-radius: 10px;
    margin: 50px auto 0
}

.br_grid_2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
}

.br_account_st_main_wrapper .br_account_st_inner {
    position: relative;
    background-color: #fff;
    width: 100%;
    border: 1px solid #e3e7ec;
    border-radius: 10px
}

.br_account_st_main_wrapper .br_account_st_inner .main_heading {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4
}

.br_account_st_main_wrapper .br_account_st_inner .input_control_wrapper label {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700
}

.input_control_grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px
}

.input_control_grid .input_control_wrapper {
    width: 31%;
    flex: 0 0 31%
}

.br_account_st_main_wrapper .br_account_st_inner .button_wrapper {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.br_account_user_info {
    position: relative;
    margin-bottom: 20px
}

.br_users_personal_details_list_card {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

.br_users_personal_details_list_card .details_heading {
    width: 250px
}

.br_users_personal_details_list_card .details_heading h6 {
    font-size: 16px;
    font-weight: 700;
    color: #3c364e;
    line-height: 1.4
}

.br_users_personal_details_list_card .details_heading .details_ans {
    font-size: 15px;
    color: #909eb2;
    font-weight: 500;
    line-height: 1.4
}

.br_payment_receipt_wrapper {
    background: #3837370a;
    border-radius: 5px;
    padding: 15px 25px;
    margin-top: 10px;
}

.br_payment_receipt_inner {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E2E8F0;
}

.br_payment_receipt_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.br_payment_receipt_wrapper .br_payment_receipt_list p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #383737;
}
.br_payment_receipt_wrapper .br_payment_receipt_list h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #383737;
}
.br_payment_receipt_total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.br_payment_receipt_total p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #3c364e;
}
.br_payment_receipt_total h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #3c364e;
}

.br_account_st_inner_feild{
    padding: 35px;
}
.Payment_checkout_field_wrapper{
    border-left: 1px solid #e3e7ec;
}


.payment_option_btn_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.payment_option_btn_wrapper .btn.tb_btn {
    color: #383737;
    background-color: transparent;
    border: 1px solid #eef3f7;
    font-size: 14px;
    height: 45px;
    min-width: 100px;
}
/*.payment_option_btn_wrapper .btn.tb_btn:last-child {*/
/*    max-width: 100%;*/
/*    flex:0 0 100%;*/
/*}*/
.payment_option_btn_wrapper .btn.tb_btn:hover {
    border: 1px solid #8fce35;
}
.payment_option_btn_wrapper .btn.tb_btn.active {
    color: #fff;
    background-color: #8fce35;
}

.button_wrapper.checkout_btn .btn {
    min-width: 100%;
    max-width: 100%;
}
.button_wrapper.checkout_btn {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
} 

.br_account_st_inner_feild.Payment_checkout_field_wrapper   .sq-card-wrapper.sq-focus .sq-card-iframe-container::before{
    border:2px solid #8fce35;
}

 @media (max-width:1200px) {
     .br_account_st_main_wrapper {
        max-width: 900px;
    }
    .br_account_st_inner_feild {
        padding: 25px;
    }
 }
  @media (min-width:1200px) {
   .br_account_st_inner_feild.Payment_checkout_field_wrapper .sq-card-wrapper .sq-card-iframe-container {
        width: 100%;
        height: 50px !important;
    }
    .br_account_st_inner_feild.Payment_checkout_field_wrapper  div#agency-card-container {
        width: 100%;
    }
    
 }

 @media (max-width:991px) {
    .br_grid_2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .Payment_checkout_field_wrapper {
        border-top: 1px solid #e3e7ec;
        border-left: 1px solid #0000;
    }
    .br_account_st_main_wrapper {
        max-width: 70%;
    }
 }
  @media (max-width:575px) {
    .br_account_st_main_wrapper {
        max-width: 90%;
    }
 }
 


