#payment-with-tdloyalty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}
.left-payment-with-tdloyalty {
    display: flex;
    align-items: center;
}

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

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

}

body#checkout .modal-special .modal-content {
    padding: 0;
}


.modal-special .modal-header {
    position: relative;
    padding: 19px 26px 24px 26px;
    background: #E8A623;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-special .modal-title{
    color: #fff;
}

.modal-special .modal-header .close {
    position: absolute;
    top: 50%;
    right: 26px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal-special .modal-special .modal-header .modal-title {
    color: #fff !important;
}

.modal-special .modal-body{
    padding: 45px;
}
.modal-special .modal-body,
.modal-special .modal-body p {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    vertical-align: middle;
    color: #000000;
}

.modal-special .form-control {
    border-radius: 40px;
    margin-top: 8px;
}

.btn-modal {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    border-radius: 50px;
    min-width: 142px;
    text-transform: none;
}
.btn-modal-black {
    background-color: #5A5E60;
}

.max-340 {
    max-width: 340px;
    margin: 0px auto 25px;
}
.text-right{
    text-align: right;
}






/* page view */
.table-white thead th,
.table-white thead td {
    background: #F6F6F6;
    border: none;
    color: #243C43;
}

.table-white th,
.table-white td {
    background: #fff;
    border-left: none;
    border-right: none;
}
.points-card {
    border-radius: 8px;
    border: 1px solid #e9ecef;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.points-header {
    color: #343a40;
    font-weight: 600;
    margin-bottom: 16px;
}
.history-header {
    color: #343a40;
    font-weight: 600;
    margin-bottom: 20px;
}
.points-table {
    background-color: transparent;
}
.points-table thead th {
    border-top: none;
    color: #6c757d;
}
.points-value {
    font-weight: 500;
}
.positive-value {
    color: #28a745;
}
.negative-value {
    color: #dc3545;
}
.p-4 {
    padding: 1.5rem !important;
}

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