@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;600;700&display=swap";:root{--background:#fefefe;--color:#2a2a35;--hero-background:#f7f4f2;--dark-blue:#1b264f;--blue:#274690;--light-blue:#576ca8;--black:#302b27;--white:#f5f3f5}*{box-sizing:border-box;padding:0;margin:0}#__next,body,html{height:100%}body,html{font-family:Noto Sans,sans-serif;background-color:var(--background);color:var(--color);width:100%}a,a:visited{text-decoration:none}a:visited{color:var(--color)}#delete-seminar-button{display:flex;align-self:center;text-align:center;background-color:#fa5269}#delete-seminar-button:hover{background-color:#ec3c53}#rename-seminar-prompt{color:gray}#delete-seminar-prompt{color:#fa5269}#delete-seminar-prompt:hover{background-color:hsla(0,71%,77%,.328)}.seminar-edit-container{display:flex;align-items:center;font-size:14px;gap:4px;font-weight:600}