:root{--accent-color:#6c5ce7}.body-transactions{scroll-behavior:smooth;background-color:#000;font-family:Orbitron,sans-serif;background-image:radial-gradient(circle at 25% 25%,rgba(138,43,226,.1) 0,transparent 50%),radial-gradient(circle at 70% 70%,rgba(138,43,226,.12) 0,transparent 50%);display:flex;flex-direction:column}.loader-modern{display:flex;justify-content:center;align-items:center;height:100px;position:relative}.loader-modern .circle{width:16px;height:16px;background:linear-gradient(75deg,rgba(108,92,231,.8),hsla(0,0%,39%,.5));border-radius:50%;animation:bounce 1.5s ease-in-out infinite}.loader-modern .circle:nth-child(2){animation-delay:.3s}.loader-modern .circle:nth-child(3){animation-delay:.6s}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.3}40%{transform:scale(1);opacity:1}}.transactions-container-wrapper2{display:flex;flex-direction:row;overflow:auto}.transactions-container-wrapper{width:100%;max-width:1200px;border-bottom:1px solid hsla(0,0%,100%,.05);min-height:105vh;margin-top:5rem;overflow-y:auto}.info-transactions-wrapper,.transactions-wrapper,.user-status-wrapper{min-width:100%;width:max-content;padding:0 1.5rem;display:flex;flex-direction:center;justify-content:center;margin-bottom:2rem}.info-transactions-wrapper2{width:100%;border-radius:.7rem;background:rgba(16,15,25,.4);max-width:700px;border:.5px solid hsla(0,0%,100%,.2);padding:1rem;overflow-y:auto;max-height:150px;display:flex;flex-direction:column;gap:.5rem}.info-transactions{width:90%;border-radius:.7rem;max-width:750px;display:flex;flex-direction:space-between;gap:1rem;color:hsla(0,0%,100%,.6);font-size:.8rem;font-family:Neuton,serif}.transactions-wrapper2{background:rgba(37,38,42,.7);width:100%;min-width:-moz-fit-content;min-width:fit-content;border-radius:.7rem;border-bottom:.5px solid hsla(0,0%,100%,.2)}.transactions{padding:1rem;background:rgba(16,14,25,.8);border:1px solid rgba(152,152,219,.3);border-radius:.7rem;overflow:hidden;width:100%;max-width:700px;max-height:1500px;overflow-y:auto}.transactions-container{padding:1rem}.transactions-footer-wrapper{width:100%;padding:.6rem;gap:1rem;display:flex;flex-direction:column;margin-top:1rem}.transactions-info-wrapper{display:flex;gap:.3rem;flex-direction:column}.transactions-footer-stats-wrapper{min-width:100%;width:max-content;display:block;gap:.4rem;scrollbar-width:none;-ms-overflow-style:none;margin-bottom:.5rem;text-align:left}.transactions-footer-stats-wrapper::-webkit-scrollbar{display:none}.transactions-footer-stats-label{padding:.3rem .5rem;background-color:rgba(16,14,25,.5);border-radius:1rem;border:.2px solid rgba(152,152,219,.5);display:flex;align-items:center;gap:.25rem}.transactions-footer-stats-label>i{color:rgba(74,222,128,.5)}.transactions-footer-stats-label>a{color:hsla(0,0%,100%,.4)}.transactions-footer-stats{font-size:.7rem;font-family:monospace;background:rgba(16,15,25,.4);border-radius:1rem;border-right:.05px solid hsla(0,0%,60%,.5);display:flex;align-items:center;gap:.4rem}.transactions-footer-button-wrapper{width:100%;display:flex;height:0;opacity:0;transform:translateY(20px);visibility:hidden;transition:all .3s ease}.transactions-footer-button-wrapper.show,.transactions-footer-button-wrapper.space{opacity:1;transform:translateY(0);visibility:visible;height:auto;justify-content:center;align-items:center}.transactions-footer-select{font-family:Neuton,serif;font-weight:400;font-size:.75rem;border-radius:8px;color:hsla(0,0%,100%,.5);background-color:rgba(14,15,17,.5);border:.2px solid hsla(0,0%,100%,.2);padding:.5rem;width:-moz-fit-content;width:fit-content;min-width:100%;display:none;transition:height .5s ease;margin-bottom:1rem}.transactions-footer-select.show{display:block}.table-scroll-wrapper{overflow-x:auto;width:100%;display:block;text-align:left}.panel-plans-table{min-width:100%;width:max-content;border-collapse:separate;border-spacing:0 2px;border-radius:.5rem;font-family:Inter,sans-serif}.panel-plans-table thead{background:rgba(31,31,36,.5);border-radius:.5rem .5rem 0 0}.panel-plans-table td,.panel-plans-table th{text-align:center;padding:.45rem .6rem;font-size:.55rem}.panel-plans-table th{text-transform:uppercase;letter-spacing:.04rem;color:hsla(0,0%,100%,.75);border-bottom:1px solid hsla(0,0%,100%,.1)}.panel-plans-table td{background:rgba(40,40,45,.4);border-bottom:1px solid hsla(0,0%,100%,.05);transition:background .3s ease,box-shadow .3s ease}.panel-plans-table tr:hover td{background:hsla(0,0%,100%,.05);box-shadow:0 0 8px rgba(108,92,231,.1);cursor:pointer}.panel-plans-td-green{color:rgba(74,222,128,.7)}.panel-plans-td-yellow{color:rgba(255,255,0,.7)}.panel-plans-td-cyan{color:rgba(0,255,255,.4)}.panel-plans-td-blue{color:rgba(0,157,255,.5)}.panel-plans-td-red{color:rgba(255,60,60,.7)}.panel-plans-td-white{color:hsla(0,0%,100%,.55)}.panel-plans-td-green{text-shadow:0 0 6px rgba(74,222,128,.4)}.panel-plans-td-yellow{text-shadow:0 0 6px rgba(255,255,0,.3)}.panel-plans-td-red{text-shadow:0 0 6px rgba(255,60,60,.3)}.panel-plans-td-cyan{text-shadow:0 0 6px rgba(0,255,255,.3)}.panel-plans-table td a{font-size:.65rem;text-decoration:none;font-family:monospace;color:var(--accent-color);transition:opacity .25s ease,text-shadow .25s ease}.panel-plans-table td a:hover{opacity:.8;text-shadow:0 0 6px var(--accent-color)}.transactions-tag-wrapper{justify-content:center;padding:1rem;font-size:.75rem;letter-spacing:.02rem;color:hsla(0,0%,100%,.55);font-family:Neuton,serif}@media (max-width:768px){.panel-plans-table td,.panel-plans-table th{font-size:.55rem;padding:.35rem}.info-transactions,.transactions-tag-wrapper{font-size:.65rem}}