body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.dashboard-container{align-items:center;justify-content:center;margin:0 auto;max-width:90%;min-height:100vh;padding:1.5rem;text-align:center}.dashboard-stats{grid-gap:5rem;display:grid;gap:5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:1rem}.stat-card{align-items:center;background:#f1f1f1;border:"1px solid #ccc";border-radius:10px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;height:70vh;justify-content:center;padding:1.2rem;text-align:center;transition:background-color .3s ease;width:95%}.stat-card h3{font-size:rem;margin-bottom:1rem}.stat-card p{color:#007bff;font-size:3rem;font-weight:700}.clickable:hover{background-color:#d1e9ff;cursor:pointer}.header{background-color:#007bff;box-shadow:0 4px 12px #0000000d;color:#fff;padding:1rem 2rem;position:sticky;top:0;z-index:1000}.header-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:auto;max-width:90%}.logo{color:#fff;cursor:pointer;font-size:2rem;font-weight:700;transition:color .3s ease}.logo:hover{color:#cfe1ff}.logout-btn{background-color:#2563eb;border:2px solid #1e3a8a;border-radius:10px;box-shadow:0 2px 6px #1e40af33;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1.2rem;transition:all .3s ease}.logout-btn:hover{background-color:red;border-color:#1e3a8a;transform:scale(1.05)}.hamburger{color:#182d69;cursor:pointer;display:none;font-size:1.8rem;transition:transform .3s ease}.hamburger:hover{transform:rotate(180deg)}.mobile-menu{animation:fadeIn .3s ease-in-out;background:#fff;border-radius:12px;box-shadow:2px 4px 12px #0000001a;padding:1rem 1.5rem;position:absolute;right:1rem;top:80px}.logout-desktop{display:block}@media (max-width:768px){.logo{font-size:1.5rem;font-weight:700;max-width:75%}.logout-desktop{display:none}.hamburger{display:block}.header-container{flex-direction:row;justify-content:space-between}}.user-details-container{animation:fadeIn .5s ease-in-out;font-family:Segoe UI,sans-serif;margin:auto;max-width:700px;padding:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.back-btn{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;margin-bottom:1rem;padding:.5rem 1rem;transition:background .3s ease}.back-btn:hover{background:#0056b3}.user-card{background:#fefefe;border-radius:12px;box-shadow:0 6px 20px #00000014;padding:2rem;transition:transform .3s ease}.user-card:hover{transform:scale(1.01)}.user-card p{font-size:1rem;line-height:1.5;margin:.6rem 0}.user-card strong{color:#333}.txn-container{max-height:300px}.txn-item{border-radius:5px;box-shadow:0 0 5px #0000000d;font-size:.9rem;margin-bottom:.75rem;padding:.75rem}.transaction-container{margin-top:2rem}.transaction-heading{color:#007bff;cursor:pointer;margin-top:1.5rem}.txn-container{background-color:#f8f9fa;border:1px solid #ccc;border-radius:8px;margin-top:.5rem;max-height:500px;overflow-y:auto;padding:1rem}.txn-item{background-color:#fff;border-radius:8px;box-shadow:0 0 8px #0000001a;margin-bottom:1rem;padding:1rem}.txn-item h4{color:#333;font-size:1.1rem;margin-bottom:1rem}.txn-item p{font-size:.95rem;margin-bottom:.5rem}.txn-item strong{color:#007bff}
/*# sourceMappingURL=main.387143ea.css.map*/