.spinner-container{top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.4588235294);transition:.2s}.spinner,.spinner-container{position:fixed;z-index:10000!important}.spinner{top:50%;left:50%;color:#2874f0}.header-container{background-color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.75rem 2rem;border-bottom:1px solid #e3e3e3;z-index:999;position:sticky;top:0}.header-container .header-mobile-menu-icon{display:none;margin-right:1rem}@media only screen and (max-width:500px){.header-container .header-mobile-menu-icon{display:block}}.header-container .admin-header-mobile-menu-icon{display:none;margin-right:1rem}@media only screen and (max-width:768px){.header-container .admin-header-mobile-menu-icon{display:block}}.header-container .logo-container{display:flex;flex-direction:row;align-items:center;cursor:pointer;transition:opacity .2s ease}.header-container .logo-container:hover{opacity:.85}.header-container .logo-container .header-logo-image{height:2.25rem;-o-object-fit:contain;object-fit:contain}.header-container .logo-container .header-logo-text{font-size:1rem;font-weight:600;color:#2a2a2a;padding-left:.5rem}.header-container .profile-detail-container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;-moz-column-gap:1rem;column-gap:1rem;flex:1}.header-container .profile-detail-container .profile-header-email{font-size:.875rem;color:#707070;font-weight:400}@media only screen and (max-width:700px){.header-container .profile-detail-container .profile-header-email{display:none}}.header-container .profile-detail-container .dropdown{position:relative}.header-container .profile-detail-container .profile-img{width:2.25rem;height:2.25rem;border-radius:50%;overflow:hidden;border:2px solid #2874f0;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;-o-object-fit:cover;object-fit:cover}.header-container .profile-detail-container .profile-img:hover{border-color:#0e5fdc;box-shadow:0 0 0 3px rgba(40,116,240,.15)}.header-container .profile-detail-container .dropdown-menu{margin-top:.5rem;border:1px solid #e3e3e3;border-radius:.5rem;box-shadow:0 4px 16px rgba(0,0,0,.1);padding:.25rem 0;min-width:160px}.header-container .profile-detail-container .dropdown-item{cursor:pointer;padding:.625rem 1rem;font-size:.875rem;color:#2a2a2a;transition:background-color .15s ease}.header-container .profile-detail-container .dropdown-item:hover{background-color:#f0f4f9}.header-container .profile-detail-container .dropdown-item:active{background-color:#e3e3e3}.header-container .logged-out-profile-container{display:flex;flex-direction:row;align-items:center;-moz-column-gap:.75rem;column-gap:.75rem}.header-container .logged-out-profile-container .btn-header-filled{padding:.5rem 1.25rem;background-color:#2874f0;border-radius:.375rem;color:#fff;font-size:.875rem;font-weight:500;transition:background-color .2s ease}.header-container .logged-out-profile-container .btn-header-filled:hover{cursor:pointer;background-color:#0e5fdc}.header-container .logged-out-profile-container .btn-header-filled:active{background-color:#0049b2}.body-wrapper-container{width:100%;height:100%;display:flex;flex-direction:column;overflow:auto}.body-outer-conatiner{flex:1;display:flex;flex-direction:row;overflow:auto}.body-outer-conatiner .body-sidebar-container{width:13rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative}@media only screen and (max-width:500px){.body-outer-conatiner .body-sidebar-container{display:none;position:absolute}}.body-outer-conatiner .body-sidebar-container .body-sidebar-container-wrapper{background:linear-gradient(180deg,#fff,#f8f9fc);border-right:1px solid #e3e3e3;box-shadow:2px 0 8px rgba(0,0,0,.04);position:fixed;width:13rem;height:100%;z-index:100;overflow:auto;display:flex;flex-direction:column;align-items:center;padding-top:.5rem}.body-outer-conatiner .body-sidebar-container .body-sidebar-container-wrapper::-webkit-scrollbar{width:4px}.body-outer-conatiner .body-sidebar-container .body-sidebar-container-wrapper::-webkit-scrollbar-track{background:transparent}.body-outer-conatiner .body-sidebar-container .body-sidebar-container-wrapper::-webkit-scrollbar-thumb{background:#e3e3e3;border-radius:4px}.body-outer-conatiner .body-sidebar-container .body-sidebar-container-wrapper::-webkit-scrollbar-thumb:hover{background:#aaa}.body-outer-conatiner .body-sidebar-container .body-sidebar-element-tab{width:90%}.body-outer-conatiner .body-sidebar-container .body-sidebar-element{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;font-size:.9rem;font-weight:500;color:#707070;margin-top:.5rem;padding:.85rem 1rem;cursor:pointer;border-radius:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .2s ease;border-left:3px solid transparent;position:relative}.body-outer-conatiner .body-sidebar-container .body-sidebar-element i{font-size:1rem;width:1.25rem;text-align:center;transition:transform .2s ease}.body-outer-conatiner .body-sidebar-container .body-sidebar-element:hover{background-color:#eee;color:#2a2a2a;transform:translateX(2px)}.body-outer-conatiner .body-sidebar-container .body-sidebar-element:hover i{transform:scale(1.1)}.body-outer-conatiner .body-sidebar-container .body-sidebar-element:active{background-color:#e0e0e0;transform:translateX(2px) scale(.98)}.body-outer-conatiner .body-sidebar-container .sidebar-active{border-left:3px solid #0a58ca;background:linear-gradient(90deg,#cfe2ff,rgba(207,226,255,.5));color:#0a58ca;font-weight:600;box-shadow:0 2px 8px rgba(10,88,202,.1)}.body-outer-conatiner .body-sidebar-container .sidebar-active i{color:#0a58ca}.body-outer-conatiner .body-sidebar-container .sidebar-active:hover{background:linear-gradient(90deg,#cfe2ff,rgba(207,226,255,.6));color:#0a58ca;transform:none}.body-outer-conatiner .body-sidebar-container .sidebar-active:active{background:linear-gradient(90deg,#9ec5fe,#cfe2ff);transform:scale(.98)}.body-outer-conatiner .body-sidebar-container .sidebar-disable{cursor:not-allowed;pointer-events:none;opacity:.6}.body-outer-conatiner .body-sidebar-container .sidebar-disable:active,.body-outer-conatiner .body-sidebar-container .sidebar-disable:hover{background-color:transparent;color:#707070;transform:none;box-shadow:none}.body-outer-conatiner .body-sidebar-container .sidebar-disable:active i,.body-outer-conatiner .body-sidebar-container .sidebar-disable:hover i{transform:none}.body-outer-conatiner .body-sidebar-container .logout-btn-container{display:flex;flex-direction:row;-moz-column-gap:.5rem;column-gap:.5rem;align-items:center;cursor:pointer;margin:1rem;align-self:flex-start;border:1px solid #e35d6a;border-radius:.5rem;padding:.5rem 1rem;transition:all .2s ease;background:transparent}.body-outer-conatiner .body-sidebar-container .logout-btn-container:hover{background-color:#f8d7da;border-color:#dc3545;transform:translateY(-1px);box-shadow:0 2px 8px rgba(220,53,69,.15)}.body-outer-conatiner .body-sidebar-container .logout-btn-container:active{background-color:#f1aeb5;transform:translateY(0);box-shadow:none}.body-outer-conatiner .body-sidebar-container .logout-btn-container img{width:1rem;height:1rem;-o-object-fit:contain;object-fit:contain;transition:transform .2s ease}.body-outer-conatiner .body-sidebar-container .logout-btn-container:hover img{transform:scale(1.1)}.body-outer-conatiner .body-sidebar-container .logout-btn-container p{font-size:.85rem;font-weight:500;color:#dc3545}@media only screen and (max-width:500px){.body-outer-conatiner .body-sidebar-container-active{display:unset}}@font-face{font-family:Wanted Sans;src:url(/build/fonts/WantedSansVariable-BF65baf13a24667.ec7e011d980e8c12d524ffedf8e7aa04.ttf) format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:DM Sans;src:url(/build/fonts/DMSans-VariableFont_opsz,wght.b230ddb7eabb4b25e12339f46002f445.ttf) format("truetype");font-weight:100 900;font-style:normal}body,html{height:100%;font-family:Wanted Sans,DM Sans!important;background-color:#f0f4f9}body,html,p{margin:0;padding:0}a{color:#2874f0;text-decoration:none;font-weight:500;transition:.2s}a:hover{color:#0e5fdc}.force-hide,.loader-container{display:none!important}.body-container{flex:1;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;max-width:1400px;margin:0 auto;width:100%}.body-container .dashboard-header .dashboard-header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;position:relative;z-index:1}.body-container .dashboard-header .dashboard-title-section .dashboard-title{font-size:1.75rem;font-weight:700;color:#707070;margin:0 0 .5rem;letter-spacing:-.02em}.body-container .dashboard-header .dashboard-title-section .dashboard-subtitle{font-size:.95rem;color:hsla(0,0%,100%,.85);margin:0;font-weight:400}.body-container .dashboard-header .btn-admin-dashboard{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#0a58ca,#084298);color:#fff;font-weight:600;font-size:.875rem;padding:.75rem 1.25rem;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.body-container .dashboard-header .btn-admin-dashboard svg{width:18px;height:18px}.body-container .dashboard-header .btn-admin-dashboard:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.body-container .dashboard-header .btn-admin-dashboard:active{transform:translateY(0)}.body-container .section-header{display:flex;align-items:center;gap:1rem}.body-container .section-header .section-title{font-size:1.125rem;font-weight:600;color:#2a2a2a;margin:0;white-space:nowrap}.body-container .section-header .section-divider{flex:1;height:1px;background:linear-gradient(90deg,#e3e3e3,transparent)}.body-container .empty-state-container{flex:1;display:flex;align-items:center;justify-content:center;min-height:350px}.body-container .empty-state-container .empty-state-content{text-align:center;max-width:400px;padding:2rem}.body-container .empty-state-container .empty-state-content .empty-state-icon{width:120px;height:120px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#cfe2ff,rgba(207,226,255,.5));border-radius:50%;display:flex;align-items:center;justify-content:center}.body-container .empty-state-container .empty-state-content .empty-state-icon svg{color:#0a58ca}.body-container .empty-state-container .empty-state-content .empty-state-title{font-size:1.375rem;font-weight:600;color:#2a2a2a;margin:0 0 .75rem}.body-container .empty-state-container .empty-state-content .empty-state-description{font-size:.95rem;color:#707070;line-height:1.6;margin:0 0 1.5rem}.body-container .empty-state-container .empty-state-content .empty-state-button{display:inline-flex;align-items:center;gap:.5rem;background:#0a58ca;color:#fff;font-weight:600;font-size:.875rem;padding:.875rem 1.5rem;border:none;border-radius:10px;cursor:pointer;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 8px rgba(10,88,202,.3)}.body-container .empty-state-container .empty-state-content .empty-state-button svg{width:18px;height:18px}.body-container .empty-state-container .empty-state-content .empty-state-button:hover{background:#084298;transform:translateY(-2px);box-shadow:0 4px 12px rgba(10,88,202,.4)}.body-container .empty-state-container .empty-state-content .empty-state-button:active{transform:translateY(0)}.body-container .hackathons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;padding-bottom:2rem}@media(max-width:576px){.body-container .hackathons-grid{grid-template-columns:1fr}}.body-container .hackathons-grid .hackathon-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid #e3e3e3;transition:all .25s ease;position:relative;cursor:pointer;display:flex;flex-direction:column}.body-container .hackathons-grid .hackathon-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:#cfe2ff}.body-container .hackathons-grid .hackathon-card:hover .hackathon-card-header:after{transform:translateX(0)}.body-container .hackathons-grid .hackathon-card:hover .hackathon-card-action svg{transform:translateX(4px)}.body-container .hackathons-grid .hackathon-card .hackathon-card-mask{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2}.body-container .hackathons-grid .hackathon-card .hackathon-card-header{background:linear-gradient(135deg,#0a58ca,#084298);padding:1.5rem;position:relative;overflow:hidden}.body-container .hackathons-grid .hackathon-card .hackathon-card-header:before{content:"";position:absolute;top:-50%;right:-20%;width:150px;height:150px;background:hsla(0,0%,100%,.1);border-radius:50%}.body-container .hackathons-grid .hackathon-card .hackathon-card-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:hsla(0,0%,100%,.3);transform:translateX(-100%);transition:transform .3s ease}.body-container .hackathons-grid .hackathon-card .hackathon-card-header .hackathon-card-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0;position:relative;z-index:1}.body-container .hackathons-grid .hackathon-card .hackathon-card-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.body-container .hackathons-grid .hackathon-card .hackathon-card-body .hackathon-card-stats{display:flex;gap:1.5rem}.body-container .hackathons-grid .hackathon-card .hackathon-card-body .hackathon-card-stats .hackathon-stat{display:flex;flex-direction:column}.body-container .hackathons-grid .hackathon-card .hackathon-card-body .hackathon-card-stats .hackathon-stat .hackathon-stat-value{font-size:1.125rem;font-weight:700;color:#2a2a2a}.body-container .hackathons-grid .hackathon-card .hackathon-card-body .hackathon-card-stats .hackathon-stat .hackathon-stat-label{font-size:.75rem;color:#707070;font-weight:500}.body-container .hackathons-grid .hackathon-card .hackathon-card-footer{padding:1rem 1.5rem;border-top:1px solid #e3e3e3;background:#fafafa;display:flex;justify-content:space-between;align-items:center}.body-container .hackathons-grid .hackathon-card .hackathon-card-footer .hackathon-card-status{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;padding:.375rem .75rem;border-radius:20px}.body-container .hackathons-grid .hackathon-card .hackathon-card-footer .hackathon-card-status:before{content:"";width:6px;height:6px;border-radius:50%}.body-container .hackathons-grid .hackathon-card .hackathon-card-footer .hackathon-card-status.status-active{background:#d1e7dd;color:#146c43}.body-container .hackathons-grid .hackathon-card .hackathon-card-footer .hackathon-card-status.status-active:before{background:#198754}.body-container .hackathons-grid .hackathon-card .hackathon-card-footer .hackathon-card-status.status-not-started{background:#fff3cd;color:#997404}.body-container .hackathons-grid .hackathon-card .hackathon-card-footer .hackathon-card-status.status-not-started:before{background:#ffc107}.body-container .hackathons-grid .hackathon-card .hackathon-card-footer .hackathon-card-status.status-ended{background:#f8d7da;color:#b02a37}.body-container .hackathons-grid .hackathon-card .hackathon-card-footer .hackathon-card-status.status-ended:before{background:#dc3545}.body-container .hackathons-grid .hackathon-card .hackathon-card-footer .hackathon-card-action{display:flex;align-items:center;gap:.375rem;font-size:.8rem;font-weight:600;color:#0a58ca}.body-container .hackathons-grid .hackathon-card .hackathon-card-footer .hackathon-card-action svg{width:16px;height:16px;transition:transform .2s ease}