.ipos-pay-credit-outer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    width: 80%;
    margin: auto;
}
.ipos-pay-credit{
    width: max-content;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: start;
    margin-right: 10px;
    overflow: hidden;
}
.ipos-pay-credut-input{
    width: 100%;
    /* border: 0px solid rgba(0, 0, 0, 0); */
    padding: 0px 10px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.5);
    margin-right: 5px;
    border-radius: 5px;
}
.ipos-pay-credit-btn{
    border: 0px;
    background-color: #e43831;
    color: #fff;
    font-size: 20px;
    padding: 0px 15px;
    border-radius: 5px;
}
.ipos-pay-credit-code-btn{
    background-color: #000;
    margin-right: 5px;
}
.ipos-pay-suggestion{
    width: 80%;
    margin: auto;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}
.ipos-pay-suggestion ul{
    margin: 0px;
    padding: 0px;
}
.ipos-pay-suggestion ul li{
    padding: 5px 10px;
    text-align: left;
}
.ipos-table-row{
    background-color: rgb(145, 145, 145);
}
.ipos-pay-credit-cust{
    margin: 0px;
    font-size: 14px;
    text-align: left;
}
.ipos-pay-credit-cust-name{
    font-weight: 600;
    font-size: 16px;
}
.ipos-pay-customer-detail{
    text-align: left;
}
.ipos-pay-customer-detail .lab{
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
}
.ipos-cust-search{
    width: 100%;
    height: 40px;
}
.ipos-cust-search-input{
    width: 100%;
    height: 100%;
}
.ipos-pay-credit-detail{
    display: flex;
    flex-direction: column;    
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.ipos-pay-creditCard{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    margin-top: 20px;
}
.ipos-creditCard-input{
    width: 100%;
    border: 0px;
}
.ipos-creditCard-remark{
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.25);
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    height: 40px;
    padding: 0px 5px;
    margin-top: 10px;
}
.ipos-creditcard-keyboard-icon{
    font-size: 35px;
    margin-top: -9px;
    color: #c2c2c2;
}
.ipos-creditCard-button{
    background-color: #e43831;
    color: #fff;
    padding: 10px 20px;
    margin:auto;
    display: block;
    border: 0px;
    margin-top: 10px;
    min-width: 100px;
}
.selectedButton{
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid rgba(0,0,0,1) !important;
}
.ui-dropdown label.ui-dropdown-label{
    text-align: left;
}
body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item.ui-state-highlight, body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item-group.ui-state-highlight{
    background-color: #e43831;
    color: #fff;
}
.currency-list-item{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.ipos-pay-foreign{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.ipos-pay-foreign-head{
    margin-bottom: 10px;
    display: block;
    text-align: left;
}
.ipos-pay-foreign-exchang-rate{
    background-color: #fff;
    color: #000;
    width: 100px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,0.25);
}