body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Outfit","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.header{width:100%}.nav-row-1{justify-content:space-between;background:#fff;padding:5px 10px}.nav-row-1,.row-1-left{display:flex;align-items:center;grid-gap:20px;gap:20px}.register-btn-1{display:none!important}.nav-row-2{width:100%;display:flex;background:var(--dark-color)}.nav-wrapper{width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:10px 20px}.logo{width:150px}.nav-logos{grid-gap:10px;gap:10px;flex-wrap:wrap;justify-content:center}.nav-logo-images,.nav-logos{display:flex;align-items:center}.nav-logos img{height:60px;cursor:pointer}.logo img{width:100%}.header-menu-bar{display:none}.nav-link-btn{font-size:.9rem!important;padding:10px!important;font-weight:700!important}.drawer-wrapper{width:300px;height:100vh;background-color:var(--dark-color)}.drawer-content{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:20px;gap:20px}.drawer-logo{width:200px}.nav-links{display:flex;grid-gap:10px;gap:10px;align-items:stretch}.link-btn{padding:10px!important;font-size:.9rem!important;color:#e6e6e6!important;font-weight:700!important;text-decoration:none}.abstract-btn{animation:blink 2s ease-out infinite;background-color:#fa9fd8!important;color:var(--whiteText)!important;box-shadow:0 0 5px #b44a8e;letter-spacing:1px}@keyframes blink{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.committee-header{padding:0 10px;display:flex;justify-content:flex-start;grid-gap:10px;gap:10px}.dropdown-header{width:50%}.dropdown-header,.mobile-dropdown-header{padding:8px!important;border-radius:8px;text-align:left;background-color:var(--light-color)}.mobile-dropdown-header{width:100%}.committee-content{width:450px}.committee-content,.faculty-content{display:flex;justify-content:space-between;grid-gap:8px;gap:8px;padding:10px 20px;height:100%}.faculty-content{width:300px}.committee-subsection{width:50%}.faculty-subsection{width:100%}.committee-divider{width:2px;max-height:200px!important;background-color:var(--primary-color)}.menu-link-btn{text-align:left!important;text-transform:none!important;display:block!important}@media screen and (max-width:1100px){.logo{width:140px}.nav-links{display:none}.header-menu-bar{display:block}.nav-logos img{height:50px}}@media only screen and (max-width:1200px){.nav-wrapper{max-width:95%}}@media screen and (max-width:800px){.nav-row-1{width:100%}.nav-logos img{height:40px}.register-btn-1{display:block!important}.register-btn-2{display:none!important}.nav-logos{flex-direction:column;align-items:flex-start}.committee-dropdown{display:none}.committee-content{width:100%;flex-direction:column;grid-gap:10px;gap:10px}.committee-subsection{width:100%;display:flex;flex-direction:column;align-items:flex-start}.menu-link-btn{font-size:.8rem!important}}.zero-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px}.zero-content{padding:20px;font-size:1.1rem;font-weight:700;text-align:center}@keyframes zoominout{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.zero-container img{animation:zoominout 4s infinite}.home-page-text{text-align:center;font-size:1.2rem;font-weight:700;margin:20px;color:var(--blackText)}.lifeline-container{min-height:100vh!important;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.lifeline-wrapper{position:relative;width:280px;height:140px}.lifeline-svg{width:100%;height:100%}.lifeline-text{text-align:center;margin-top:16px;font-size:18px;font-weight:500;color:#4b5563}@keyframes pulse{0%{r:5;opacity:.8}50%{r:7;opacity:1}to{r:5;opacity:.8}}.lifeline-svg circle{animation:pulse 1.2s ease-in-out infinite}.lifeline-svg path{filter:drop-shadow(0 0 2px rgba(12,184,182,.4))}@media (max-width:480px){.lifeline-wrapper{width:220px;height:110px}.lifeline-text{font-size:16px}}:root{--dark-color:#b44a8e;--primary-color:#ef2d74;--medium-color:#364797;--light-color:linear-gradient(135deg,#fddaff,#d5cbff);--whiteText:#fff;--primeText:#53132b;--background:#f9f2ed;--purple-gradient:linear-gradient(135deg,#1a1a4e,#3d3d8f 50%,#5a5ac2);--pink-gradient:linear-gradient(135deg,#e333b4,#ef518b 50%,#ac11ae);--card-shadow:0 20px 60px rgba(0,0,0,0.3);--darkGreen:#047100;--light-pink:linear-gradient(135deg,#e8668d,#febeeb)}*{box-sizing:border-box;font-family:"Outfit",sans-serif}body{overflow-x:hidden}h1,h3,h4,h5,h6,p{margin:0!important;padding:0!important}.screen-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:100vh;overflow-x:hidden}h1{font-size:2.2rem}h2{font-size:2rem;font-weight:700}h3{font-size:1.6rem}h4{font-size:1.3rem}p{font-size:1rem}.btn{color:var(--whiteText)!important;font-weight:700!important}.snackbar{background-color:var(--primary-color)!important}.rotate-animation{animation:rotateEffect 5s linear infinite}@keyframes rotateEffect{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.zoom-animation{animation:zoomEffect 3s ease-in-out infinite alternate}@keyframes zoomEffect{0%{transform:scale(1)}to{transform:scale(1.3)}}@keyframes zoomInOut{0%{transform:scale(1)}to{transform:scale(1.05)}}.opacity-animation{animation:opacityEffect 2s ease-in-out infinite alternate}@keyframes opacityEffect{0%{opacity:1}to{opacity:.3}}.translate-animation{animation:translateEffect 4s ease-in-out infinite alternate}@keyframes translateEffect{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes slideGradient{0%{background-position:0 50%}to{background-position:100% 50%}}@media screen and (max-width:768px){h1{font-size:1.6rem}h2{font-size:1.4rem}h3{font-size:1.2rem}h4,p{font-size:1rem}}.footer-container{padding:2%;width:100%;background-image:url(/footerb.png);background-size:cover;background-repeat:no-repeat}.footer-bg{height:100px;opacity:.4;background-size:contain;background-repeat:repeat-x;background-position:top;position:relative}.footer-content{width:90%;margin:30px auto;display:flex;justify-content:space-between}.logo-container{box-sizing:border-box}.logo-wrapper{width:-moz-fit-content;width:fit-content;padding:8px;background-color:var(--whiteText);border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.2);display:flex;align-items:center}.logo-wrapper img{height:60px;margin-right:10px}.socials-icon{margin-top:20px;display:flex;align-items:center;grid-gap:10px;gap:10px}.socials-icon img{width:30px;height:30px}.logo-container-clock-tower{position:absolute;bottom:0;right:0;width:200px;height:500px}.links-container{line-height:1.8}.links-container,.links-container h3{color:var(--primeText)}.links-container p{font-weight:500;font-size:1.2rem}.links{display:flex;flex-direction:column;grid-gap:10px;gap:10px;font-size:1.2rem;flex-wrap:wrap}.links a{color:var(--primeText);text-decoration:none;display:flex;align-items:center;grid-gap:8px;gap:8px}.links a:hover{opacity:.8;cursor:pointer;text-decoration:underline}.footer-contact-prime{font-size:1.1rem;padding:2px 0}.footer-contact,.footer-contact-btn{font-size:1.1rem;padding:5px 0}.footer-contact-btn{font-weight:700!important;letter-spacing:1px}.pco-img{width:100%;max-width:70px}@media screen and (max-width:500px){.footer-content{flex-direction:column;align-items:center;grid-gap:20px;gap:20px}.logo-container-clock-tower{position:absolute;bottom:0;right:0;width:150px;height:400px}.links-container{width:210px}}.footer-contact-prime{font-size:16px}.footer-contact-prime .line{display:inline}@media (min-width:1024px){.footer-contact-prime .line{display:block}}.faculty-screen-wrapper{width:100%;padding:40px 20px;box-sizing:border-box}.faculty-content-section{max-width:1200px;margin:0 auto}.faculty-list-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;margin-top:40px}.faculty-member{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.faculty-member:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.faculty-member-name{font-size:1.1rem;font-weight:600;color:var(--dark-color);margin-bottom:8px;text-align:center}.faculty-member-location{font-size:.95rem;color:#666}.member-dialog-content{text-align:center}.member-dialog-name{font-size:1.4rem;font-weight:600;margin-bottom:10px}.member-dialog-location{font-size:1rem;color:#555}.chatbox-bg{display:none}.heading-title{text-align:center;margin-top:40px!important}
/*# sourceMappingURL=main.f887268d.chunk.css.map */