.bank-info-fieldset,
.withdraw-info-fieldset {
    direction: rtl;
    text-align: right;
    background: #fdfdfd;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    font-family: 'iranyekanweblight_FaNum', Courier, monospace !important;
}

.bank-info-fieldset legend,
.withdraw-info-fieldset legend {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.bank-info-fieldset label,
.withdraw-info-fieldset label {
    display: block;
    font-weight: 500;
    color: #555;
    margin-bottom: 6px;
}

.bank-info-fieldset input,
.bank-info-fieldset select,
.withdraw-info-fieldset input,
.withdraw-info-fieldset select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d0d0d0 !important;
    border-radius: 5px;
    background: #fff;
    font-size: 0.95em;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.2s;
    margin-bottom: 10px;
}

.bank-info-fieldset input:focus,
.bank-info-fieldset select:focus,
.withdraw-info-fieldset input:focus,
.withdraw-info-fieldset select:focus {
    border-color: #6c63ff;
    outline: none;
}

.required {
    color: #d9534f;
}

.bank-info-fieldset .row {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

.bank-info-fieldset .col-50 {
    flex: 0 0 48%;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .bank-info-fieldset .row {
        flex-direction: column;
    }

    .bank-info-fieldset .col-50 {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
}

.bank-number-input,
.withdraw-number-input {
    direction: ltr !important;
    text-align: left !important;
    font-family: 'iranyekanweblight_FaNum', Courier, monospace !important;
}

.iban-wrapper {
    position: relative;
    width: 100%;
}

.iban-prefix {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 10px);
    line-height: 1.8;
    padding: 0 10px;
    background: #f1f1f1;
    border: 1px solid #d0d0d0;
    border-right: none;
    border-radius: 5px 0 0 5px;
    color: #333;
}

.bank-iban-input {
    padding-left: calc(2em + 20px) !important;
    border: 1px solid #d0d0d0 !important;
    border-left: none !important;
    border-radius: 0 5px 5px 0;
    width: 100%;
}

.withdraw-balance,
.withdraw-fee {
    font-size: 0.95em;
    color: #222;
    margin-bottom: 10px;
}

.bank-buttons,
.withdraw-buttons {
    text-align: center;
    margin-top: 15px;
}

.bank-buttons button,
.bank-buttons a,
.withdraw-buttons button,
.withdraw-buttons a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.95em;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
    margin: 0 8px;
    color: #fff;
}

.bank-btn-save {
    background: #6c63ff;
}

.bank-btn-save:hover {
    background: #574fdb;
}

.bank-btn-back {
    background: #e0e0e0;
    color: #333;
}

.bank-btn-back:hover {
    background: #cacaca;
    color: #111;
}

.withdraw-btn-save {
    background: #28a745;
}

.withdraw-btn-save:hover {
    background: #218838;
}

.withdraw-btn-back {
    background: #e0e0e0;
    color: #333;
}

.withdraw-btn-back:hover {
    background: #cacaca;
    color: #111;
}

button.withdraw-btn-save:disabled
{
    background: #8b8a8a;
    cursor: no-drop;
}
.bugzi-ticket-user-ticket-list,.bugzi-ticket-user-ticket-new {
    min-width: unset !important;
    max-width: unset !important;
}