#depositTable {
    width: 100%;
    border-collapse: collapse
}

#depositTable td,
#depositTable th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left
}

#depositTable th {
    background-color: #f2f2f2
}

.table-container {
    overflow-x: auto
}

.empty-state-deposit {
    padding-top: 10px;
    margin-top: 10px;
    display: none
}

.deposit-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0
}

.deposit-content {
    padding: 0 10px;
    box-sizing: border-box
}

.button-payment {
    text-align: center;
    margin-bottom: 20px;
    border: none;
    gap: 10px;
}

.button-deposit {
    flex: 1;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #ff1493;
    border-radius: 8px;
    background-color: #f8f8f8;
    color: #333;
    cursor: pointer;
    transition: background-color .3s, color .3s
}

.button-deposit:hover {
    background-color: #ff69b4;
    border: 2px solid #ff1493;
    color: #fff
}

.button-deposit.active {
    background-color: #ff1493;
    border: 2px solid #ff1493;
    color: #fff
}

.button-deposit.inactive {
    background-color: #ddd;
    color: #888
}

.popup {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
    display: none;
    margin: auto;
    align-content: center
}

.popup-content-deposit {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative;
    border-radius: 10px;
    z-index: 10000
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    align-content: center;
    align-items: center
}

.close:focus,
.close:hover {
    color: #000;
    background-color: #ddd;
    text-decoration: none;
    border-radius: 15px
}

.button-deposit .highlight {
    color: #ff1493;
    font-weight: 400
}

.popup.show {
    display: block
}

.table-container {
    width: 100%;
    overflow-x: auto
}

#depositTable {
    width: 100%;
    border-collapse: collapse
}

#depositTable td,
#depositTable th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left
}

#depositTable th {
    background-color: #f2f2f2
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.page-button {
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333
}

.page-button.active {
    background-color: #007bff;
    color: #fff
}

.page-button:hover {
    background-color: #007bff;
    color: #fff
}

@media (max-width:470px) {
    .deposit-content {
        width: 100%;
        padding: 10px
    }

    .button-payment {
        display: flex;
        flex-direction: row;
        gap: 5px;
    }

    .button-deposit {
        width: 100%;
        height: auto;
        padding: 15px;
        margin: 5px 0
    }
}

.how-to-deposit {
    margin: 0;
    padding: 0;
    color: #ff1493;
    text-decoration: underline;
    background-color: transparent
}

.cp-logo {
    width: 200px;
    margin-bottom: 20px
}

.label-field {
    margin-top: 10px;
    width: 200px
}

.title-history {
    margin-top: 20px
}

.title-how-to {
    margin: 0;
    font-size: 24px;
    font-weight: 700
}

.exchange-list {
    display: flex;
    gap: 10px;
    text-align: center;
    padding: 0;
    justify-content: center
}

.title-deposit {
    margin-top: 10px
}

.direct-wallet-form {
    display: block;
    align-self: center
}

.coinpayment-form {
    display: block;
    align-self: center
}

.coinpayment-logo {
    width: 200px;
    margin-bottom: 20px;
    margin-top: 20px
}

.input-field {
    width: 200px
}

.onramper-form {
    display: none
}

.title-histroy {
    margin-top: 40px
}

.submitButtonCP {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px
}

.submitButtonCP:hover {
    background-color: #0056b3
}

.total-with-fee-amount {
    margin-top: 10px
}

.pending-status {
    display: inline-block;
    padding: 5px 10px;
    background-color: #ffc107;
    color: #333;
    border-radius: 15px;
    text-align: center
}

.complete-status {
    display: inline-block;
    padding: 5px 10px;
    background-color: #4caf50;
    color: #333;
    border-radius: 15px;
    text-align: center
}

.canceled-status {
    display: inline-block;
    padding: 5px 10px;
    background-color: red;
    color: #fff;
    border-radius: 15px;
    text-align: center
}

.width-deposit-form {
    width: 200px
}

.status-pending {
    display: inline-block;
    padding: 5px 10px;
    background-color: #ffc107;
    color: #333;
    border-radius: 15px;
    text-align: center
}

.status-completed {
    display: inline-block;
    padding: 5px 10px;
    background-color: #4caf50;
    color: #333;
    border-radius: 15px;
    text-align: center
}

.status-canceled {
    display: inline-block;
    padding: 5px 10px;
    background-color: red;
    color: #fff;
    border-radius: 15px;
    text-align: center
}

.subtitle-how-to {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal-content-deposit {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 500px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* .modal h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
} */

.modal .form-group {
    margin-bottom: 15px;
}

.modal label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    font-weight: 600;
}

.modal input[type="text"],
.modal select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.quick-deposit-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.quick-deposit-btn {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f0f0f0;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    transition: background-color 0.2s ease;
}

.quick-deposit-btn:hover {
    background-color: #e0e0e0;
}

.continue-deposit-btn {
    width: 100%;
    padding: 15px;
    background-color: #ff1493;
    /* Deep Pink */
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.continue-deposit-btn:hover {
    background-color: #c71585;
    /* Medium Violet Red */
}

.continue-deposit-btn:disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Responsive adjustments for modal */
/* @media (max-width: 600px) {
    .modal-content {
        margin: 5% auto;
        width: 95%;
    }

    .quick-deposit-buttons {
        grid-template-columns: 1fr;
    }
} */

.transaction-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    width: 100%;
}