.account-dashboard .account-table tbody tr.table-data-row:hover td{border-top:.5px solid #79c025;border-bottom:.5px solid #79c025}.account-dashboard .account-table tbody tr.table-data-row td:first-of-type{border-left:.5px solid transparent}.account-dashboard .account-table tbody tr.table-data-row td:last-of-type{border-right:.5px solid transparent}.account-dashboard .account-table tbody tr.table-data-row:hover td:first-of-type{border-left:.5px solid #79c025;border-top-left-radius:12px;border-bottom-left-radius:12px}.account-dashboard .account-table tbody tr.table-data-row:hover td:last-of-type{border-right:.5px solid #79c025;border-top-right-radius:12px;border-bottom-right-radius:12px}.account-dashboard .account-table tbody tr.table-data-row:last-of-type td{border-bottom:none}.account-dashboard .account-table tbody tr.empty-result-row td{border-bottom:.5px solid #e0e0e0;border-top:.5px solid #e0e0e0;padding:0;transition:border .2s ease,border-radius .2s ease}.account-dashboard .account-table tbody tr.empty-result-row td:first-of-type{border-left:.5px solid transparent;transition:border .2s ease,border-radius .2s ease}.account-dashboard .account-table tbody tr.empty-result-row td:last-of-type{border-right:.5px solid transparent;transition:border .2s ease,border-radius .2s ease}.account-dashboard .account-table tbody tr.empty-result-row:hover td{border-top:.5px solid #79c025;border-bottom:.5px solid #79c025;background:#fff}.account-dashboard .account-table tbody tr.empty-result-row:hover td:first-of-type{border-left:.5px solid #79c025;border-top-left-radius:12px;border-bottom-left-radius:12px}.account-dashboard .account-table tbody tr.empty-result-row:hover td:last-of-type{border-right:.5px solid #79c025;border-top-right-radius:12px;border-bottom-right-radius:12px}.account-dashboard .column{display:flex;align-items:center;gap:8px}.account-dashboard .text-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px;color:#444;font-weight:600}.account-dashboard .link-column{color:#8C8C8C;font-size:14px;font-weight:500;display:flex;align-items:center;gap:4px}.account-dashboard .link-column a{color:#8C8C8C;text-decoration:none}.account-dashboard .link-column a:hover{color:#444}.account-dashboard .action-column{display:flex;align-items:center;justify-content:flex-end;gap:8px}.account-dashboard .action-column a,.account-dashboard .action-column button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;border:1px solid #e0e0e0;background:#fff;cursor:pointer;transition:all .2s ease;text-decoration:none}.account-dashboard .action-column a:hover,.account-dashboard .action-column button:hover{border-color:#79C025;background:#f0fae0}@media (max-width:767.98px){.account-dashboard .hide-mobile{display:none!important}}@media (min-width:768px){.account-dashboard .hide-desktop{display:none!important}}.ctx-menu{position:fixed;border-radius:8px;background:#fff;box-shadow:0 8px 16px 0 rgba(25,25,25,.12);display:none;z-index:1000;min-width:242px;padding:16px;animation:ctxFadeIn .15s ease}.ctx-menu.show{display:block}@keyframes ctxFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.ctx-menu ul{list-style:none;margin:0;padding:0}.ctx-menu .ctx-item{padding:0;cursor:pointer;color:#444;font-size:14px;font-weight:500;line-height:20px;margin-bottom:16px;display:flex;align-items:center;gap:8px;transition:color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ctx-menu .ctx-item:hover{color:#7FCA27}.ctx-menu .ctx-item:hover .ctx-icon svg path{fill:#7FCA27}.ctx-menu .ctx-item:hover .ctx-icon svg path[stroke]{stroke:#7FCA27}.ctx-menu .ctx-item:last-child{margin-bottom:0}.ctx-menu .ctx-danger{color:#EA4649}.ctx-menu .ctx-danger:hover{color:#d43032}.ctx-menu .ctx-danger .ctx-icon svg path{fill:#EA4649}.ctx-menu .ctx-danger:hover .ctx-icon svg path{fill:#d43032}.ctx-menu .ctx-disabled{opacity:.5;cursor:not-allowed}.ctx-menu .ctx-disabled:hover{color:#444}.ctx-menu .ctx-divider{list-style:none;margin-bottom:16px;padding:0}.ctx-menu .ctx-divider hr{width:100%;margin:0;border:none;border-top:1px solid #e0e0e0}.ctx-menu .ctx-icon{display:flex;align-items:center;flex-shrink:0;width:20px;height:20px}.ctx-trigger-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;cursor:pointer;border-radius:4px;transition:background .15s ease;padding:0}.ctx-trigger-btn:hover{background:rgba(0,0,0,.06)}.ctx-trigger-btn svg{pointer-events:none}