.badge-purchaselist {
    margin-left: -15px;
}

.dx-accordion-item {
    border: none !important;
}

@media (max-width: 390px) {
    .dx-button-has-text .dx-button-content {
        padding: 7px 15px 8px !important;
    }
}

.dx-accordion-item-body {
    padding: 0px !important;
}

.dx-accordion-item-title {
    padding: 9px 0px !important;
}

.dx-scrollview-bottom-pocket {
    display: none !important;
}

.non-refundable {
    font-size: 10px;
}
/* refund step wizard */
.refund-wizard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    position: relative;
}

.refund-step {
    text-align: center;
    flex: 1;
    position: relative;
}

.refund-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    z-index: 1;
    position: relative;
}

.refund-step.active .refund-circle,
.refund-step.completed .refund-circle {
    background: var(--theme-primary);
}

.refund-step::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    height: 4px;
    width: 100%;
    background: #ccc;
    z-index: 0;
}

.refund-step:last-child::after {
    display: none;
}

.refund-step.completed::after {
    background: var(--theme-primary);
}

.refund-title {
    margin-top: 10px;
    text-wrap: nowrap;
    font-size: 15px;
    font-weight: bold;
}
.refund-payment-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.refund-payment-box h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.refund-payment-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.refund-payment-row .label {
    font-size: 14px;
    color: #6c757d;
    width: 156px;
}

.refund-payment-row .separator {
    color: #6c757d;
    font-weight: 600;
    margin-right: 5px;
}

.refund-step-content {
    display: flex;
    flex-direction: column;
    height: 45px;
}

.refund-payment-value {
    font-size: 14px;
    color: #333;
}

.number-bank {
    font-family: "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Monaco,
        monospace;
}

/* mobile adjustment */
@media only screen and (max-width: 468px) {
    .refund-title {
        font-size: 12px;
    }

    .refund-date {
        font-size: 10px;
    }
}
