.wallet-page-container{padding-bottom:20px}.wallet-page-container .wallet-button-group{display:inline-flex;justify-content:center;align-items:stretch;border:2px solid #4e4e4e;border-radius:8px;overflow:hidden;background-color:rgba(182,182,184,.1019607843)}.wallet-page-container .wallet-button-group button{display:flex;align-items:center;gap:5px;padding:8px 12px;transition:all .2s ease-in-out;border:2px solid rgba(0,0,0,0);font-size:14px}.wallet-page-container .wallet-button-group button.active{background-color:rgba(228,200,111,.4);border:2px solid #e4c86f;border-radius:8px}.wallet-page-container .wallet-tab-container{padding-top:20px}.wallet-page-container .wallet-tab-container .wallet-header{padding:20px;background:linear-gradient(181.15deg,rgba(21,20,26,.16) -34.84%,rgba(251,188,5,.16) 99.02%);border-top-left-radius:8px;border-top-right-radius:8px}@media screen and (max-width:767.98px){.wallet-page-container .wallet-tab-container .wallet-header{padding:10px}}.wallet-page-container .wallet-tab-container .wallet-header .breaking-line{margin-top:20px;border:1.5px solid rgba(255,255,255,.1)}@media screen and (max-width:767.98px){.wallet-page-container .wallet-tab-container .wallet-header .breaking-line{margin-top:10px}}.wallet-page-container .wallet-tab-container .wallet-header .total-balance-container{display:flex;justify-content:space-between;align-items:center;padding-top:20px}@media screen and (max-width:767.98px){.wallet-page-container .wallet-tab-container .wallet-header .total-balance-container{padding-top:10px}}.wallet-page-container .wallet-tab-container .wallet-header .total-balance-container .total-balance-item .total-balance-item-title{font-size:14px;color:#fff}.wallet-page-container .wallet-tab-container .wallet-header .total-balance-container .total-balance-item .total-balance-item-value{display:flex;align-items:center;gap:5px}.wallet-page-container .wallet-tab-container .wallet-header .total-balance-container .total-balance-item .total-balance-item-value img{width:40px;height:40px}.wallet-page-container .wallet-tab-container .wallet-header .total-balance-container .total-balance-item .total-balance-item-value p{font-size:34px;color:#e4c86f;font-weight:600}.wallet-page-container .wallet-tab-container .wallet-history-table{background-color:#100f14;padding:20px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}@media screen and (max-width:767.98px){.wallet-page-container .wallet-tab-container .wallet-history-table{padding:10px}}.wallet-page-container .wallet-tab-container .wallet-history-table .history-listing{padding-top:10px;display:flex;flex-direction:column;gap:10px}.wallet-page-container .wallet-tab-container .wallet-history-table .history-listing .top-row{display:flex;justify-content:space-between;background-color:#202024;padding:12px 16px;border-top-right-radius:10px;border-top-left-radius:10px;margin-bottom:2px}@media screen and (max-width:767.98px){.wallet-page-container .wallet-tab-container .wallet-history-table .history-listing .top-row{padding:10px}.wallet-page-container .wallet-tab-container .wallet-history-table .history-listing .top-row .history-title{font-size:14px}}.wallet-page-container .wallet-tab-container .wallet-history-table .history-listing .top-row .history-listing-item-icon{width:20px;height:20px;display:flex;justify-content:center;align-items:center;background-color:#858585;border-radius:50%}.wallet-page-container .wallet-tab-container .wallet-history-table .history-listing .top-row .date-time{font-size:14px;color:#a7a7a7}@media screen and (max-width:767.98px){.wallet-page-container .wallet-tab-container .wallet-history-table .history-listing .top-row .date-time{font-size:10px}}.wallet-page-container .wallet-tab-container .wallet-history-table .history-listing .top-row .copy-button{color:#a7a7a7}.wallet-page-container .wallet-tab-container .wallet-history-table .history-listing .bottom-row{padding:12px 16px;background-color:#202024;border-bottom-right-radius:10px;border-bottom-left-radius:10px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:767.98px){.wallet-page-container .wallet-tab-container .wallet-history-table .history-listing .bottom-row{padding:10px}.wallet-page-container .wallet-tab-container .wallet-history-table .history-listing .bottom-row .title-text{font-size:14px}}.wallet-page-container .wallet-tab-container .wallet-history-table .history-listing .bottom-row .amount.positive{color:#71e304}.wallet-page-container .wallet-tab-container .wallet-history-table .history-listing .bottom-row .amount.negative{color:#c91515}.wallet-page-container .wallet-tab-container .load-more button{padding:10px 20px;color:#e4c86f}.total-balance-item-button button{background-color:#e4c86f;color:#202024;border:1.5px solid rgba(228,200,111,.4);padding:8px 25px;border-radius:8px;font-size:14px}.redeem-modal .coins-text-box{text-align:center;margin-top:30px;margin-bottom:30px;color:#e4c86f}.redeem-modal .input-box{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;align-items:center}.redeem-modal .input-box .custom-form-label{color:#e7e7e7}.redeem-modal .input-box .auth-input-field{padding:8px;border-radius:10px;border:1px solid rgba(228,200,111,.2);width:250px;background:rgba(0,0,0,0);font-size:12px;text-align:center}@media screen and (min-width:767.98px){.redeem-modal .input-box .auth-input-field{padding:10px;font-size:16px}}.redeem-modal .auth-form-button-box{margin-top:60px;display:flex;align-items:center;justify-content:center;gap:10px}.redeem-modal .auth-form-button-box button{padding:10px 20px}.redeem-modal .wallet-address-box{margin-top:20px}.redeem-modal .wallet-address-box label{color:#e7e7e7;font-size:14px;font-weight:500;line-height:1.25}.redeem-modal .wallet-address-box .auth-input-field{padding:8px;border-radius:10px;border:1px solid rgba(228,200,111,.2);width:100%;background:#15141a}.wallet-table-section .status-text.approved{color:#34a853}.wallet-table-section .status-text.pending{color:#e8a52a}.wallet-table-section .status-text.denied{color:#c91515}.wallet-custom-table-container{overflow:auto;background:#100f14;border-radius:10px}.wallet-custom-table-container .custom-table{width:100%;border-collapse:separate;border-spacing:0 16px}.wallet-custom-table-container .custom-table thead tr{background:rgba(245,245,245,.0784313725);border-radius:6px}.wallet-custom-table-container .custom-table thead tr th{font-weight:500}.wallet-custom-table-container .custom-table tbody tr{background:rgba(245,245,245,.0509803922)}.wallet-custom-table-container .custom-table tbody tr td{font-weight:300}.wallet-custom-table-container .custom-table tr td,.wallet-custom-table-container .custom-table tr th{text-align:center;padding:12px 20px;white-space:nowrap}@media screen and (max-width:767.98px){.wallet-custom-table-container .custom-table tr td,.wallet-custom-table-container .custom-table tr th{font-size:14px}}.wallet-custom-table-container .custom-table tr td:first-child,.wallet-custom-table-container .custom-table tr th:first-child{border-radius:6px 0 0 6px;text-align:left}.wallet-custom-table-container .custom-table tr td:last-child,.wallet-custom-table-container .custom-table tr th:last-child{border-radius:0 6px 6px 0;text-align:right}.partial-transaction-listing .custom-table td,.partial-transaction-listing .custom-table th{font-size:14px}.partial-transaction-listing .transaction-details-button{text-decoration:underline}.partial-transaction-listing .package-details-cell{display:flex;align-items:center;gap:6px}.partial-transaction-listing .package-details-cell p{font-size:14px;font-weight:500;color:#e4c86f;min-width:100px;max-width:250px;white-space:wrap}.partial-transaction-listing .package-details-cell img{width:30px;height:30px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}