.overlay,.sidebar,.toggle-btn{position:fixed}body,html{height:100%;margin:0}.sidebar{background-color:#0b132b;color:#fff;width:250px;min-height:100vh;top:0;left:0;transition:width .28s,transform .28s;display:flex;flex-direction:column;justify-content:space-between;padding:1rem .6rem;overflow-x:hidden;z-index:1100}.download-btn,.menu-btn{width:100%;padding:10px}.sidebar.hidden{width:70px}.sidebar.hidden .logout-btn,.sidebar.hidden .text-label,.sidebar.hidden .wallet-refresh,.sidebar.hidden .wallet-text{display:none!important}.sidebar.hidden .contact-section .link-text,.sidebar.hidden .text-center h5,.sidebar.hidden .text-center small{display:none}.sidebar.hidden .download-btn,.sidebar.hidden .menu-btn,.sidebar.hidden .user-info{justify-content:center}.sidebar.hidden .download-btn i,.sidebar.hidden .menu-btn i{margin:0 auto}.sidebar.hidden .user-box{align-items:center;text-align:center}.menu-btn,.user-info{display:flex;align-items:center}.menu-btn{gap:10px;color:#fff;background:#151c2f;border-radius:.5rem;border:none;text-align:left;transition:background .12s}.menu-btn:hover,.user-box{background:#1e263d}.user-box{border-radius:.5rem;padding:10px;display:flex;flex-direction:column;gap:6px;margin-bottom:1rem;transition:.3s}.user-info{justify-content:space-between}.user-details,.wallet-balance{display:flex;align-items:center}.user-details{gap:8px}.wallet-balance{justify-content:space-between;font-size:.95rem;color:#ffc107}.wallet-refresh{cursor:pointer;color:#fff;font-size:1rem;transition:transform .3s linear}.spin{animation:.6s linear spin}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.logout-btn{background:0 0;border:none;color:#ff6b6b;font-size:1.1rem}.contact-section a,.download-btn,.toggle-btn{color:#fff;display:flex}.download-btn{align-items:center;justify-content:center;gap:8px;border-radius:.5rem;font-weight:600;border:none}.btn-ios{background:#333}.btn-android{background:#00a859}.main-content{margin-left:250px;transition:margin-left .28s}.sidebar.hidden~.main-content{margin-left:70px}iframe{width:100%;height:100vh;border:none;display:block}.toggle-btn{top:10px;left:250px;z-index:1200;background:#0b132b;border:none;border-radius:50%;width:40px;height:40px;align-items:center;justify-content:center;transition:left .28s,transform .2s}.overlay{inset:0;background:rgba(0,0,0,.45);z-index:1050;display:none}.contact-section a{align-items:center;gap:8px;text-decoration:none;margin-bottom:8px;justify-content:center}.contact-section a:hover{text-decoration:underline}@media (max-width:768px){.sidebar{transform:translateX(-100%);width:250px}.sidebar.active{transform:translateX(0)}.main-content{margin-left:0!important}.toggle-btn{left:10px!important}}.tooltip{z-index:2000!important}.run-animation{animation:5s my-fancy-animation}