.dashboard-container{background-color:#1a1d29;color:#fff}.dashboard-header{height:56px;z-index:1020;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.dashboard-header .menu-button{width:24px;height:24px;padding:0;color:#fff}.dashboard-header .menu-button .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");width:24px;height:24px;display:inline-block;vertical-align:middle}.dashboard-sidebar{width:250px;height:100%;position:fixed;left:0;z-index:1030;transform:translateX(-100%);transition:transform .3s ease-in-out}.dashboard-sidebar.open{transform:translateX(0)}.dashboard-sidebar .sidebar-content{height:100%;display:flex;flex-direction:column;padding:1.5rem}.dashboard-sidebar .logo-container{padding:0 0 2rem}.dashboard-sidebar .logo-container img{max-width:160px}.dashboard-sidebar .sidebar-nav{flex-grow:1}.dashboard-sidebar .sidebar-nav .nav-item{display:flex;align-items:center;padding:.75rem 1rem;color:#fff;text-decoration:none;border-radius:8px;margin-bottom:.5rem;opacity:.7;transition:all .2s}.dashboard-sidebar .sidebar-nav .nav-item.active,.dashboard-sidebar .sidebar-nav .nav-item:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.dashboard-sidebar .sidebar-nav .nav-item .nav-icon{margin-right:.75rem}.dashboard-sidebar .sidebar-footer{padding-top:1rem;display:flex;gap:1rem}.dashboard-sidebar .sidebar-footer .social-link{color:#fff;opacity:.7;transition:opacity .2s}.dashboard-sidebar .sidebar-footer .social-link:hover{opacity:1}.dashboard-main{flex-grow:1;transition:margin-left .3s ease-in-out}.dashboard-bg{background-color:#1a1c20}.dashboard-footer{height:56px;position:fixed;bottom:0;left:250px;right:0;z-index:1020;display:flex;align-items:center;justify-content:center;padding:0 1rem}@media(min-width:992px){.dashboard-main{margin-left:250px}.dashboard-sidebar{transform:translateX(0)}.dashboard-sidebar:not(.open){transform:translateX(-100%)}.dashboard-sidebar:not(.open)+.dashboard-main{margin-left:0}}@media(min-width:768px){.sidebar-content{height:95%}}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:10}.hb-dashboard .list-group .list-group-item{background-color:#1a1c20;color:#fff}.mint-eligibility-list li{border:1px solid #fccd5b;margin-bottom:2rem}