.sheyda_wallet_title{font-size:1.5rem;font-weight:400}.sheyda_wallet_head{display:flex;flex-direction:column;align-items:center}.sheyda_wallet_nav_items{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:8px 16px;border-radius:var(--sw-border-radius,16px);background:var(--sw-bg-color);box-shadow:0 0 12px 0 rgba(158,158,158,.25)}.sheyda_wallet_nav_item{color:#4b4b4b;padding:4px 8px;border-radius:8px;font-size:14px;font-weight:500}.sheyda_wallet_nav_item:hover{background-color:var(--sw-primary-20)}.sheyda_wallet_nav_item.active{background-color:var(--sw-primary);color:var(--sw-btn-text)}.sheyda_wallet_section{display:flex;align-items:flex-start;flex-wrap:wrap;border-radius:var(--sw-border-radius,16px);margin-top:24px;flex-direction:column;box-shadow:0 0 12px 0 rgba(158,158,158,.25);background-color:var(--sw-bg-color);padding:24px}.sheyda_wallet_section-title{display:block;font-weight:700;font-size:1.25rem}.sheyda_wallet_section-title-wrap{display:flex;align-items:center;gap:8px;width:100%;margin-bottom:12px}.sheyda_wallet_section-title-wrap i{font-size:1.5rem}.sheyda_wallet_empty-section{display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:center;margin-inline:auto}.sheyda_wallet_empty-section-icon{font-size:2.5rem;color:var(--sw-gray-400)}@media screen and (max-width:768px){.sheyda_wallet_nav_item{flex-grow:1;text-align:center}}.sheyda_wallet_dashboard{box-shadow:unset;background-color:unset;padding:0;gap:24px}.sheyda_wallet_dashboard-info-inner,.sheyda_wallet_dashboard-transactions-list .sheyda_wallet_transactions-items{border-radius:var(--sw-border-radius,16px);box-shadow:0 0 12px 0 rgba(158,158,158,.25);background-color:var(--sw-bg-color);padding:24px}.sheyda_wallet_dashboard-info{display:grid;grid-template-columns:1fr auto;width:100%;gap:24px;box-sizing:border-box}.sheyda_wallet_dashboard-info-inner{display:grid;gap:6px 12px;grid-template-columns:auto 1fr;align-items:center}.sheyda_wallet_dashboard-info-inner i{grid-row:1/3;padding:16px;border-radius:12px;color:var(--sw-primary);font-size:2rem;background-color:var(--sw-primary-20)}.sheyda_wallet_dashboard-balance-label{grid-row:1;font-size:.875rem;font-weight:500;color:var(--sw-gray-500)}.sheyda_wallet_dashboard-balance-value{grid-row:2;font-size:1.75rem;font-weight:900;color:var(--sw-primary);line-height:1}.sheyda_wallet_dashboard-locked{grid-column:1/-1;border-top:1px dashed var(--sw-gray-400);color:var(--sw-gray-500);font-size:.875rem;padding-top:12px;margin-top:12px}.sheyda_wallet_dashboard-quick-access-wrap{display:flex;flex-direction:column;justify-content:center;gap:12px}.sheyda_wallet_dashboard-quick-access-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;width:100%;box-sizing:border-box;border:1px solid var(--sw-primary);background-color:var(--sw-primary);color:var(--sw-btn-text)}.sheyda_wallet_dashboard-quick-access-btn:hover{color:var(--sw-primary);background-color:var(--sw-bg-color)}.sheyda_wallet_dashboard-transactions-head{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-bottom:12px}.sheyda_wallet_dashboard-transactions-title{font-size:1.5rem;font-weight:700;color:var(--sw-primary)}.sheyda_wallet_dashboard-transactions-list{width:100%}.sheyda_wallet_dashboard-all-transactions-link{display:flex;align-items:center;gap:6px;font-size:.875rem;color:var(--sw-primary)}.sheyda_wallet_dashboard-all-transactions-link span{line-height:1}@media screen and (min-width:921px){.sheyda_wallet_dashboard-transactions-list .sheyda_wallet_transaction:first-child{border-top:unset;padding-top:0}}@media screen and (max-width:600px){.sheyda_wallet_dashboard-info{grid-template-columns:1fr}.sheyda_wallet_dashboard-info-inner i{padding:12px}.sheyda_wallet_dashboard-balance-value{font-size:1.5rem}.sheyda_wallet_dashboard-quick-access-wrap{flex-direction:row;flex-wrap:wrap}.sheyda_wallet_dashboard-quick-access-btn{width:auto;flex-grow:1;justify-content:center}}.sheyda_wallet_topup-title-wrap{border-bottom:1px dashed var(--sw-gray-400)}.sheyda_wallet_topup-text{font-weight:500;font-size:.875rem;margin-block:16px 8px}.sheyda_wallet_topup-predefined-amounts{display:flex;flex-wrap:wrap;align-items:center;gap:12px;width:100%}.sheyda_wallet_topup-predefined-amount-btn{padding:4px 8px;border-radius:8px;font-weight:700;font-size:.875rem;color:var(--sw-primary);border:1px solid var(--sw-primary);background-color:var(--sw-primary-20);flex-grow:1;padding-block:12px}.sheyda_wallet_topup-predefined-amount-btn:focus-within,.sheyda_wallet_topup-predefined-amount-btn:hover{background-color:var(--sw-primary);color:var(--sw-btn-text);border-color:var(--sw-primary)}.sheyda_wallet_topup-amount-field-wrap{width:100%;margin-block:16px}.sheyda_wallet_topup-amount-field-separator{position:relative;display:inline-block;padding-inline:8px;box-sizing:border-box;color:var(--sw-gray-400);background-color:var(--sw-bg-color);z-index:2}.sheyda_wallet_topup-amount-field-separator-wrap{position:relative;text-align:center;margin-bottom:12px}.sheyda_wallet_topup-amount-field-separator-wrap::after{content:"";position:absolute;inset-inline:0;height:1px;background:var(--sw-gray-300);top:50%;transform:translateY(-50%);z-index:1}.sheyda_wallet_topup-submit{padding:8px 12px;border-radius:12px;margin-inline-start:auto;line-height:1.5;background-color:var(--sw-bg-color);border:1px solid var(--sw-primary);background-color:var(--sw-primary);color:var(--sw-btn-text)}.sheyda_wallet_topup-submit:hover{color:var(--sw-primary);background-color:var(--sw-bg-color);border-color:var(--sw-primary)}.sheyda_wallet_topup-errors{display:none;color:var(--sw-red);font-size:.875rem}#sheyda_wallet_topup-amount-field{line-height:1;font-size:.875rem}.sheyda_wallet_transactions-list{display:flex;flex-direction:column;width:100%;gap:16px}.sheyda_wallet_transactions-head{display:grid;grid-template-columns:52px repeat(3,1fr) 2fr;justify-content:space-between;justify-items:center;text-align:center;gap:6px;font-size:.875rem;color:var(--sw-gray-500)}.sheyda_wallet_transactions-items{display:flex;flex-direction:column;gap:6px}.sheyda_wallet_transaction{display:grid;grid-template-columns:52px repeat(3,1fr) 2fr;justify-content:space-between;justify-items:center;text-align:center;gap:6px;font-size:.875rem;padding-block:12px 6px;border-top:1px solid var(--sw-gray-200)}.sheyda_wallet_transaction-description{font-size:12px;text-align:center;width:100%;box-sizing:border-box}.sheyda_wallet_transaction-created-date .sheyda_wallet_transaction-item-value{display:flex;flex-direction:column;gap:4px;align-items:center}.sheyda_wallet_transaction-created-date small{font-size:.75rem}.sheyda_wallet_transaction-item-title{display:none}@media screen and (max-width:920px){.sheyda_wallet_transactions-head{display:none}.sheyda_wallet_transactions-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.sheyda_wallet_transaction{display:flex;flex-direction:column;padding:8px;border-radius:8px;border:1px solid var(--sw-gray-200)}.sheyda_wallet_transaction-item-title{display:block}.sheyda_wallet_transaction-item-cell{display:flex;gap:6px;align-items:start;flex-wrap:wrap;justify-content:space-between}.sheyda_wallet_transaction-created-date .sheyda_wallet_transaction-item-value{align-items:end}.sheyda_wallet_transaction-description{padding:4px 8px;background:#f7f7f7;border-radius:8px}}.sheyda_wallet_financial-desc{font-weight:500;font-size:.875rem;margin-bottom:24px;padding-bottom:8px;border-bottom:1px dashed var(--sw-gray-400);width:100%;color:var(--sw-gray-500)}.sheyda_wallet_financial-new-account-btn{margin-inline-start:auto;margin-block:1.5rem}.sheyda_wallet_financial-submit{margin-inline-start:auto;min-width:160px;padding:8px 12px;border-radius:12px;background-color:var(--sw-bg-color);border:1px solid var(--sw-primary);background-color:var(--sw-primary);color:var(--sw-btn-text)}.sheyda_wallet_financial-submit:hover{color:var(--sw-primary);background-color:var(--sw-bg-color);border-color:var(--sw-primary)}.sheyda_wallet_financial-accounts{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;width:100%}.sheyda_wallet_financial-account{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;border:1px solid var(--sw-gray-200);border-radius:12px}.sheyda_wallet_financial-account-remove{display:block;padding:8px;cursor:pointer;color:var(--sw-red);border-radius:6px;margin-inline-start:auto;font-size:1.25rem;align-self:end;transition:background .2s ease-in-out}.sheyda_wallet_financial-account-remove:hover{background-color:var(--sw-red-20)}.sheyda_wallet_financial-account>div:not(:first-child){grid-column:1/-1}.sheyda_wallet_financial-account_field_label{font-size:.875rem;color:var(--sw-gray-500)}.sheyda_wallet_financial-account_field:is(input),.sheyda_wallet_financial-account_type+.select2-container .select2-selection--single .select2-selection__rendered.select2-selection__rendered{padding:6px 8px;border-radius:8px}.sheyda_wallet_financial-account_type+.select2-container .select2-selection--single{border-radius:8px}#sheyda_wallet_financial-new-account-btn{border-color:var(--sw-primary)}@media screen and (max-width:480px){.sheyda_wallet_financial-accounts{grid-template-columns:1fr}}.sheyda_wallet_withdrawal-title-wrap{border-bottom:1px dashed var(--sw-gray-400)}.sheyda_wallet_withdrawal-notes{margin-top:24px;display:flex;flex-direction:column;gap:6px;width:100%}.sheyda_wallet_withdrawal-note{font-size:.875rem;font-weight:500;color:var(--sw-secondary)}.sheyda_wallet_withdrawal-note.note-error{color:var(--sw-red)}.sheyda_wallet_withdrawal-note.withdrawable-credit{font-size:1.125rem}.sheyda_wallet_withdrawal-request-form{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%}.sheyda_wallet_withdrawal-submit{grid-column:1/-1;margin-inline-start:auto;min-width:160px;padding:8px 12px}.sheyda_wallet_withdrawal-field:is(input){padding-block:6px}.sheyda_wallet_withdrawal-field-label{font-size:.875rem}.sheyda_wallet_withdrawal-errors{display:none;margin-top:8px;color:var(--sw-red);font-size:.875rem;font-weight:500}.sheyda_wallet_withdrawal-financial-error{color:var(--sw-gray-500)}.sheyda_wallet_withdrawal-single{width:100%}.sheyda_wallet_withdrawal-single-details{display:flex;flex-direction:column;gap:24px;margin-block:24px}.sheyda_wallet_withdrawal-single-details-section{border-radius:8px;border:1px solid var(--sw-gray-300);overflow:hidden}.sheyda_wallet_withdrawal-single-details-section.details-section-1{display:grid;grid-template-columns:72px repeat(5,1fr)}.sheyda_wallet_withdrawal-single-details-section.details-section-2{display:grid;grid-template-columns:repeat(2,1fr)}.sheyda_wallet_withdrawal-single-detail-item{display:flex;flex-direction:column;text-align:center;font-size:.875rem}.sheyda_wallet_withdrawal-single-detail-item:first-child:last-child{grid-column:1/-1}.sheyda_wallet_withdrawal-single-detail-item-title{padding:8px 4px;border-bottom:1px solid var(--sw-gray-300);background:var(--sw-gray-100)}.sheyda_wallet_withdrawal-single-detail-item-value{padding:8px 4px;font-weight:500;flex-grow:1}.sheyda_wallet_withdrawal-single-detail-item:not(:last-child)>span{border-inline-end:1px solid var(--sw-gray-300)}.sheyda_wallet_withdrawal-single-back{min-width:120px;margin-inline-start:auto}.sheyda_wallet_withdrawals-list{display:flex;flex-direction:column;width:100%;gap:16px}.sheyda_wallet_withdrawals-head{display:grid;grid-template-columns:52px repeat(5,1fr);justify-content:space-between;justify-items:center;text-align:center;gap:6px;font-size:.875rem;color:var(--sw-gray-500)}.sheyda_wallet_withdrawals-items{display:flex;flex-direction:column;gap:6px}.sheyda_wallet_withdrawal{display:grid;grid-template-columns:52px repeat(5,1fr);justify-content:space-between;justify-items:center;text-align:center;gap:6px;font-size:.875rem;padding-block:12px 6px;border-top:1px solid var(--sw-gray-200)}.sheyda_wallet_withdrawal-description{grid-column:1/-1;padding:4px 8px;background:#f7f7f7;border-radius:8px;font-size:12px;text-align:center;width:100%;box-sizing:border-box}.sheyda_wallet_withdrawal-date .sheyda_wallet_withdrawal-item-value{display:flex;flex-direction:column;gap:4px;align-items:center}.sheyda_wallet_withdrawal-item-title{display:none}@media screen and (max-width:920px){.sheyda_wallet_withdrawal-request-form{grid-template-columns:1fr}.sheyda_wallet_withdrawals-head{display:none}.sheyda_wallet_withdrawals-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.sheyda_wallet_withdrawal{display:flex;flex-direction:column;padding:8px;border-radius:8px;border:1px solid var(--sw-gray-200)}.sheyda_wallet_withdrawal-item-title{display:block}.sheyda_wallet_withdrawal-item-cell{display:flex;gap:6px;align-items:start;flex-wrap:wrap;justify-content:space-between}.sheyda_wallet_withdrawal-date .sheyda_wallet_withdrawal-item-value{align-items:end}}@media screen and (max-width:600px){.sheyda_wallet_withdrawal-single-details-section.details-section-1,.sheyda_wallet_withdrawal-single-details-section.details-section-2{grid-template-columns:1fr}.sheyda_wallet_withdrawal-single-detail-item:not(:first-child) .sheyda_wallet_withdrawal-single-detail-item-title{border-top:1px solid #ccc}.sheyda_wallet_withdrawal-single-detail-item:not(:last-child)>span{border-inline:unset}}@media screen and (max-width:360px){#sheyda_wallet_withdrawal-destination-field+.select2{max-width:190px}}