@media (max-width: 768px) {

    .nirwallet_page_row {
        flex-wrap: wrap;
    }

    .nirwallet_page_col {
        width: 100%;
    }

    .nirwallet_tabs {
        flex-wrap: wrap;
        width: 100%;
        border-bottom: none;
    }

    .nirwallet_tabs a {
        background: #f6f6f6;
        border: solid 1px #eee;
        border-radius: 3px;
        font-size: 14px;
        padding: 4px 10px;
    }
    .nirwallet_tabs a.active{
        border: none;
        background: var(--nirwallet-color-prime-1);
        color: #ffffff;
        font-weight: 300;
    }
    .nirwallet_list_withdrawal_row {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 8px;
    }
    .nirwallet_list_withdrawal_row p {
        width: 40%;
        flex: auto;
        font-size: 14px;
    }
    .nirwallet_list_withdrawal_row p:first-child {
        border-left: solid 1px #e1e1e1;
    }
}