.amount-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #ededed;
    border-radius: 8px;
    margin-bottom: 20px;
}

.balance-info {
    display: flex;
    flex-direction: column;
}

.balance-label {
    color: #999;
    font-size: 14px;
    margin-bottom: 4px;
}

.balance-amount {
    color: #6c7ba8;
    font-size: 24px;
    font-weight: 600;
}

.transfer-btn {
    background: linear-gradient(to bottom, #f0d9bf 0%, #dcb99d 48%, #cea881 100%);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}

.transfer-btn:hover {
    background: #444;
}

.deposit-content {
    display: block;
    gap: 2rem;
}

.deposit-amount-section {
    flex: 1;
    border-radius: 8px;
}

.amount-display {
    font-size: 1.5rem;
    color: #6c7ba8;
    margin-bottom: 1.5rem;
}

.amount-display .amount {
    font-size: 2rem;
    font-weight: bold;
    margin-left: 0.5rem;
}

.deposit-methods {
    display: grid;
    gap: 5px;
    margin-bottom: 1.5rem;
    margin-top: 8px;
    grid-template-columns: repeat(3, 1fr);
}

.method-tab {
    flex: 1;
    padding: 0.75rem 0px;
    background: #fff;
    border: 1px solid #a88663;
    color: #a88663;
    border-radius: 4px;
    cursor: pointer;
}

.method-tab.active {
    background: linear-gradient(to bottom, #f0d9bf 0%, #dcb99d 48%, #cea881 100%);
    color: #ffffff;
    border: 1px solid transparent;
}

.deposit-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    align-items: center;
}

.step {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
    position: relative;
    flex-direction: column;
    flex: 1;
}

.step.active {
    color: #6c7ba8;
}

.step.active .step-number {
    background-color: #6c7ba8;
    color: white;
    border-color: #6c7ba8;
}

.step-number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deposit-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.main-wallet-btn {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(to bottom, #f0d9bf 0%, #dcb99d 48%, #cea881 100%);
    border: 1px solid transparent;
    color: white;
    border-radius: 4px;
}

.amount-input,
.bonus-input {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.amount-input input,
.bonus-input input {
    padding: 0.75rem;
    background: #fff;
    border: 1px solid #ddd;
    color: #757575;
    border-radius: 4px;
}

.amount-input input::placeholder,
.bonus-input input::placeholder {
    color: #6c7ba8;
}

.amount-range {
    color: #666;
    font-size: 0.875rem;
}

.action-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.cancel-btn,
.confirm-btn {
    flex: 1;
    padding: 0.75rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.cancel-btn {
    background: #fff;
    color: #a88663;
    border: 1px solid #a88663;
}

.confirm-btn {
    background: linear-gradient(to bottom, #f0d9bf 0%, #dcb99d 48%, #cea881 100%);
    color: #ffffff;
    border: 1px solid transparent;
}

.deposit-notice {
    margin-top: 2rem;
    padding: 1rem;
    background: #ededed;
    border-radius: 4px;
    font-size: 0.875rem;
}

.deposit-notice ol {
    padding-left: 1.5rem;
    color: #666;
}

.main-wallet-select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    cursor: pointer;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.main-wallet-select:focus {
    outline: none;
    border-color: #007bff;
}

.deposit-method-content>div {
    display: none;
}

.faq-section {
    /* width: 300px; */
    margin-top: 1rem;
}

.faq-section .accordion-item {
    border: none;
    margin-bottom: 0.5rem;
}

.faq-section .accordion-button {
    color: #000000;
    padding: 1rem;
    font-size: 0.9rem;
    border-radius: 0 !important;
    border: none;
    background: #ededed;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #e3c4a8;
    color: #1e2124;
}

.faq-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    filter: invert(1);
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e2124'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    filter: invert(1);
}

.faq-section .accordion-body {
    background-color: #d9d9d9;
    color: #858585;
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.faq-section .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.faq-section .accordion-button:hover {
    background-color: #e3c4a8;
}

.faq-section .accordion-button:not(.collapsed):hover {
    background-color: #e3c4a8;
}

.deposit-confirmation {
    padding: 20px 0;
}

.transfer-details {
    margin: 20px 0;
}

.transfer-item {
    margin-bottom: 15px;
}

.transfer-item label {
    display: block;
    margin-bottom: 5px;
    color: #666;
}

.copy-field {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    margin-top: 8px;
}

.copy-field span {
    flex: 1;
}

.copy-btn {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.copy-btn img {
    width: 16px;
    height: 16px;
}

.step-content {
    display: none;
}

.step-content.active {
    display: block;
}

.success-icon {
    font-size: 48px;
}

.step_line {
    height: 3px;
    background-image: linear-gradient(269.99deg, #383a40 1.25%, rgba(46, 49, 54, 0) 101.67%);
    flex: 1;
}

.step_line.active {
    background-image: linear-gradient(270deg, #6c7ba8 29.61%, rgba(28, 201, 128, 0) 101.68%);
}

.scan-qr {
    text-align: center;
    margin-bottom: 20px;
}

.qr-image {
    max-width: 200px;
    margin: 10px 0;
}

.quick-amount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 15px 0;
}

.amount-btn {
    padding: 10px;
    border: 1px solid #ddd;
    background: #f8f9fa;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.amount-btn:hover {
    background: #e9ecef;
}

.qr-display {
    text-align: center;
    margin: 20px 0;
}

.qr-image {
    width: 100%;
    height: auto;
}

.deposit-notice.warning {
    background-color: rgba(255, 193, 7, 0.1);
    border-left: 4px solid #ffc107;
    padding: 15px;
    margin: 20px 0;
}

.deposit-notice.warning i {
    color: #ffc107;
    margin-right: 8px;
}

.qr-code-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.qr-section {
    flex: 0 0 auto;
}

.qr-image {
    width: 150px;
    height: 150px;
    border-radius: 8px;
}

.qr-info {
    font-size: 12px;
    width: 50%;
}

.atten img {
    max-width: 20px;
}

.add-account-btn {
    margin-top: 15px;
}

.add-account-btn a {
    display: block;
    text-align: center;
}

.top-page-directory ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 0;
    grid-gap: 10px;
}

.top-page-directory ul li {
    flex: 1;
}

.top-page-directory ul li a {
    background: #fff;
    border: 1px solid #a88663;
    color: #a88663;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 7px;
}

.top-page-directory ul li a:hover,
.top-page-directory ul li a.active {
    background: linear-gradient(to bottom, #f0d9bf 0%, #dcb99d 48%, #cea881 100%);
    color: #ffffff;
    border: 1px solid transparent;
}
/* Bank Information Table Styles */
.bank-info-table {
    width: 100%;
    margin-bottom: 30px;
}

.bank-info-table table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    background: #ededed;
}

.bank-info-table thead {
    background-color: #f5f5f5;
}

.bank-info-table th {
    padding: 15px 20px;
    text-align: left;
    font-weight: 500;
    color: #ffffff;
    background: linear-gradient(to bottom, #f0d9bf 0%, #dcb99d 48%, #cea881 100%);
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.bank-info-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.bank-info-table tbody tr:last-child {
    border-bottom: none;
}

.bank-info-table td {
    padding: 5px;
    color: #333;
    text-align: center;
}

.bank-info-table .status-btn {
    background: linear-gradient(to bottom, #f0d9bf 0%, #dcb99d 48%, #cea881 100%);
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.3s;
    border: 1px solid transparent;
}

.bank-info-table .status-btn:hover {
    background-color: #c0392b;
}