.td_wallet-balance{
    color: #CA8A12;
    display: flow;
}

#addFundsContent{
    min-height: 10rem;
    display: flex;
    padding: 1rem;
    flex-direction: column;
    align-items: center;
}
#addFundsModal .modal-header{
    color: white;
    background-color: #4cbb6c;
}

#wallet-add-form{
display: flex;
    flex-direction: column;
    }

.wallet-transaction-content-header{
    display: flex;
    justify-content: space-between;
}

.wallet-transaction-content-header #addFundsButton{
    height: fit-content;
}

.wallet-action-btn{
    border-radius: 1rem;
}

.wallet-transaction-content-filters th{
    vertical-align: middle!important;
    background-color: transparent;
    border: unset;
    text-align: center;
}

#wallet-add-form .form-group{
    display: flex;
    align-items: center;
}

/**** loeader */


.lds-ring,
.lds-ring div {
    box-sizing: border-box;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    margin: 4px;
    border: 4px solid currentColor;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.lds-ring{
    display: none;
}

.wallet-transaction-view{
    background-color: #F6F6F6;
    padding: 1rem;
    margin: 0.1rem;
    border-radius: 1rem;
}

.wallet-transaction-view .col{
    background-color: white;
    border-radius: 1rem;
    padding: 1rem;
}
.wallet-transaction-content-filters .form-control{
    border-radius: 1rem;
    margin: 0.1rem;
}



/* Wallet customer dashboard fix design*/



body#module-td_wallet-wallet #main h6 {padding: 0 300px;}
.rtl body#module-td_wallet-wallet td.text-sm-center.order-actions a {
    margin: 0 10px;
}

body#module-td_wallet-wallet table.table, body#module-td_wallet-wallet table.table th, body#module-td_wallet-wallet table.table td {
    border: 0;
}

body#module-td_wallet-wallet table.table tr {
    background: #fff;
}

.order_table {
    border: 1px solid #F0F2F5;
    border-radius: 5px;
    padding: 12px;
}

body#module-td_wallet-wallet table.table thead th {
    background: #F7F7F7;
    color: #243C43;
    font-size: 18px;
    line-height: 26px;
    font-family: 'ibm_ps_m';
    font-weight: normal;
    text-align: center;
}
body#module-td_wallet-wallet table.table thead tr th:last-child, body#module-td_wallet-wallet table.table tbody tr td:last-child {
    text-align: right!important;
}

/*body#module-td_wallet-wallet table.table thead tr th:first-child, body#module-td_wallet-wallet table.table tbody tr td:first-child {
    text-align: left!important;
}*/
body#module-td_wallet-wallet table.table td {
    color: #243C43;
    font-family: 'ibm_ps_r';
    font-size: 15px;
    line-height: 26px;
    text-align: center!important;
}
body#module-td_wallet-wallet table.table tbody tr {
    border-bottom: 1px solid #F0F2F5;
}

body#module-td_wallet-wallet table.table tbody tr td {
    padding-top: 25px;
    padding-bottom: 25px;
}
body#module-td_wallet-wallet table.table tbody tr td span.label.label-pill {
    padding: 8px 20px;
    border-radius: 5px;
    font-family: 'ibm_ps_m';
}
body#module-td_wallet-wallet table.table tbody tr td.order-actions a.invoice {
    vertical-align: bottom;
}
body#module-td_wallet-wallet table.table tbody tr td.order-actions a.details {
    margin-left: 20px;
}
body#module-td_wallet-wallet table.table tbody tr td span.Awaiting {
    background: #FFDFA0!important;
    color: #D37E00;
}

body#module-td_wallet-wallet table.table tbody tr td span.Delivered {
    background: #C0FFE1!important;
    color: #00D36E;
}
body#module-td_wallet-wallet table.table tbody tr td span.Canceled {
    background: #FFCCC0!important;
    color: #D30000;
}


body#module-td_wallet-wallet table.table tbody tr td.order-actions a.invoice i {
    font-size: 0;
}

body#module-td_wallet-wallet aside#notifications article.alert.alert-warning, body#addresses aside#notifications article.alert.alert-warning {
    background: #fff;
    border: 0;
    text-align: center;
    font-family: 'ibm_ps_m';
    color: #243C43;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 0;
    margin-bottom: 13px;
    text-shadow: none;
}

body#module-td_wallet-wallet #main h6 {
    text-align: center;
    color: #243C43;
    font-family: 'ibm_ps_m';
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}
body#module-td_wallet-wallet p.link, .addresses-footer.add {
    text-align: center;
    margin-top: 20px;
}

body#module-td_wallet-wallet p.link a, .addresses-footer.add a {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    font-family: 'ibm_ps_r';
    padding: 20px 19px;
    background: #E8A623;
    color: #fff;
    border-radius: 50px;
    transition: all .4s;
}

.addresses-footer.add a span {
    font-size: 20px;
}

body#module-td_wallet-wallet p.link a:hover, .addresses-footer.add a:hover {
    background: #000;
}


body#my-account section#main section#content, body#module-leofeature-mywishlist section#main section#content, body#module-td_wallet-wallet section#main section#content, body#addresses section#main section#content, body#address section#main section#content, body#identity section#main section#content, body#order-detail section#main section#content {
    padding: 32px;
    box-shadow: none;
    padding-top: 0;
}
.page-my-account #main footer.page-footer, #module-td_wallet-wallet #main footer.page-footer, #addresses #main footer.page-footer, #module-leofeature-mywishlist #main footer.page-footer, #address #main footer.page-footer, #identity #main footer.page-footer, #order-detail #main footer.page-footer {
    display: none;
}
body#my-account section#main, body#module-td_wallet-wallet section#main, body#addresses section#main, body#module-leofeature-mywishlist section#main, body#address section#main, body#identity section#main, body#order-detail section#main {
    margin-bottom: 60px;
}
body#addresses section#wrapper>.container, body#module-td_wallet-wallet section#wrapper>.container, body#my-account section#wrapper>.container, body#module-leofeature-mywishlist section#wrapper>.container, body#identity section#wrapper>.container, body#order-detail section#wrapper>.container {
    padding: 40px;
}
body#addresses .breadcrumb_box, body#module-td_wallet-wallet .breadcrumb_box, body#module-leofeature-mywishlist .breadcrumb_box, body#my-account .breadcrumb_box, body#identity .breadcrumb_box, body#order-detail .breadcrumb_box {
    display: none;
}


#module-td_wallet-wallet .orders {
    margin: 0 -1rem; }
#module-td_wallet-wallet .orders .order {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f6f6f6; }
#module-td_wallet-wallet .orders .order a h3 {
    color: #878787; }
#module-td_wallet-wallet .orders .order .label {
    display: inline-block;
    margin: 0.25rem 0;
    padding: 0.25rem 0.375rem;
    color: white;
    border-radius: 3px; }
#module-td_wallet-wallet .orders .order:last-child {
    border-bottom: 0; }


body#my-account section#main, body#module-leofeature-mywishlist section#main, body#module-td_wallet-wallet section#main, body#addresses section#main, body#address section#main, body#identity section#main, body#order-detail section#main {
    border: 1px solid #F0F2F5;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.04);
    margin-bottom: 33px;
}

body#my-account section#main header.page-header, body#module-leofeature-mywishlist section#main header.page-header, body#module-td_wallet-wallet section#main header.page-header, body#addresses section#main header.page-header, body#address section#main header.page-header, body#identity section#main header.page-header, body#order-detail section#main header.page-header {
    padding: 20px 34px;
    border-bottom: 1px solid #F0F2F5;
}

body#my-account section#main header.page-header h1, body#module-leofeature-mywishlist section#main header.page-header h1, body#module-td_wallet-wallet section#main header.page-header h1, body#addresses section#main header.page-header h1, body#address section#main header.page-header h1, body#identity section#main header.page-header h1, body#order-detail section#main header.page-header h1 {
    font-size: 20px;
    line-height: 26px;
    font-family: 'ibm_ps_m';
    font-weight: normal;
    color: #000;
    margin-bottom: 0;
}

body#my-account section#main section#content, body#module-leofeature-mywishlist section#main section#content, body#module-td_wallet-wallet section#main section#content, body#addresses section#main section#content, body#address section#main section#content, body#identity section#main section#content, body#order-detail section#main section#content {
    padding: 32px;
    box-shadow: none;
    padding-top: 0;
}
.page-my-account #main footer.page-footer, #module-td_wallet-wallet #main footer.page-footer, #addresses #main footer.page-footer, #module-leofeature-mywishlist #main footer.page-footer, #address #main footer.page-footer, #identity #main footer.page-footer, #order-detail #main footer.page-footer {
    display: none;
}
body#my-account section#main, body#module-td_wallet-wallet section#main, body#addresses section#main, body#module-leofeature-mywishlist section#main, body#address section#main, body#identity section#main, body#order-detail section#main {
    margin-bottom: 60px;
}
body#addresses section#wrapper>.container, body#module-td_wallet-wallet section#wrapper>.container, body#my-account section#wrapper>.container, body#module-leofeature-mywishlist section#wrapper>.container, body#identity section#wrapper>.container, body#order-detail section#wrapper>.container {
    padding: 40px;
}
body#addresses .breadcrumb_box, body#module-td_wallet-wallet .breadcrumb_box, body#module-leofeature-mywishlist .breadcrumb_box, body#my-account .breadcrumb_box, body#identity .breadcrumb_box, body#order-detail .breadcrumb_box {
    display: none;
}

#module-td_wallet-wallet #content-wrapper.col-md-6{
    width: 75%;
}

#module-td_wallet-wallet #right-column{
    display: none;
}

#module-td_wallet-wallet #content-wrapper .form-control{
    width: 100%;
}
/* Style for the balance container */
.balance-info {
    font-size: 14px; /* Adjust the font size */
    font-weight: 600; /* Make the text slightly bolder */
    color: #555; /* Neutral color for better readability */
    margin-top: 5px; /* Add space between the title and this line */
    text-align: left; /* Ensure proper alignment */
}

/* Style for the currency conversion part */
.balance-info span.conversion-rate {
    font-size: 12px; /* Smaller font size for the conversion rate */
    color: #777; /* Lighter color for differentiation */
    font-style: italic; /* Italic style to set it apart */
}

/* END */








/* feature of use balance amount in checkout */
#payment-with-tdwallet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}
.left-payment-with-tdwallet {
    display: flex;
    align-items: center;
}

.info-payment-with-tdwallet {
    margin-left: 10px;
}

.title-payment-with-tdwallet {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
}
.text-payment-with-tdwallet {
    margin-bottom: 0;
}
.text-payment-with-tdwallet a {
    color: #103178;
    text-decoration: underline;
}
.balance-payment-with-tdwallet {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #E8A623;

}
#checkout section#js-checkout-summary .card-block.cart-summary-subtotals-container #cart-subtotal-td_wallet-wallet span.value {
    color: #E8A623;
}