:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#f18e00;text-decoration:inherit}a:hover{color:#e9a443}body{margin:0;display:flex;height:100dvh}main{display:flex;margin:0;min-height:100%}h1{font-size:3.2em;line-height:1.1}pre{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;white-space:pre-wrap;text-align:left}input,textarea{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}.form-container{border:1px solid black;border-radius:10px}.form-container input{box-sizing:border-box}.button-group{width:100%;display:flex;flex-direction:row;gap:10px}.button-primary{font-weight:700;border-radius:12px;background-color:#f18e00;color:#fff}.button-primary:disabled{opacity:.8;cursor:default}.button-secondary{font-weight:700;border-radius:12px;background-color:transparent;border:1px solid #f18e00;color:#f18e00;transition:all .2s}.button-secondary:hover{background-color:#f18e00;color:#fff}.button-accept{margin-top:20px;width:100%;border:2px solid #77a20033;border-radius:12px;background-color:transparent;color:#77a200;transition:all .2s;font-weight:700}.button-accept:hover{background-color:#77a200;color:#fff}.button-reject{margin-top:20px;width:100%;border:2px solid #f1000033;border-radius:12px;background-color:transparent;color:#a20013;transition:all .2s;font-weight:700}.button-reject:hover{background-color:#a20013;color:#fff}.button-danger{border-radius:12px;background-color:#8b0000;color:#fff;transition:all .2s}.button-cancel{border:2px solid #f1000033;border-radius:12px;background-color:transparent;color:#a20013;transition:all .2s}.button-cancel:hover{background-color:#a20013;color:#fff}.error{color:#c20000}.success{color:#057505}.input-error{outline:2px solid red}.overview-dashboard{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;width:100%;gap:14px}.overview-dashboard h1{margin-bottom:20px}.overview-dashboard-box{padding:16px;background-color:#f2f2f2;justify-items:start;align-content:start;border-radius:10px;flex-grow:1;flex-basis:75px}.overview-dashboard-box h3{text-align:left;margin:0}.overview-dashboard-box h4{font-size:36px;margin:0;display:flex}.quick-actions-container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:10px;width:100%}.quick-action-item{text-align:left;border:1px solid #f18e0066;padding:16px;border-radius:10px;color:#f18e00;transition:all .2s}.quick-action-item h3,.quick-action-item p{margin:0}.quick-action-item:hover{text-align:left;border:1px solid #f18e0066;padding:16px;border-radius:10px;background-color:#f18e00;color:#fff;cursor:pointer}.status-icon-group{display:flex;flex-direction:row;gap:15px}.status-icon{margin-top:auto;margin-bottom:auto;padding:5px 15px;border-radius:15px;font-weight:700}.status-icon-in-progress{color:#f18e00;background-color:#fcf9ed}.status-icon-resolved{color:#77a200;background-color:#f1fced}.status-icon-pending{color:#a28700;background-color:#fcf9ed}.status-icon-submitted{color:#a20013;background-color:#fcedfb}.status-icon-approved{color:#a20087;background-color:#fcedfb}.status-icon-closed{color:#a28700;background-color:#fcf9ed}.status-icon-rejected{color:#a20013;background-color:#fceded}.urgency-icon{margin-top:auto;margin-bottom:auto;padding:5px 15px;border-radius:15px;font-weight:700}.urgency-status-Unassigned{color:#4600a2;background-color:#eeedfc}.urgency-status-Low{color:#a28700;background-color:#fcf9ed}.urgency-status-Medium{color:#0029a2;background-color:#edfafc}.urgency-status-High{color:#a20013;background-color:#fceded}.issue-dashboard{width:100%;border-collapse:collapse}.issue-main-header{display:flex;flex-direction:row;justify-content:space-between;align-items:end;margin-bottom:20px}.issue-main-header h1{margin-bottom:0}.issue-main-header button{max-height:50px}.issue-dashboard-headers{display:flex;align-items:center;justify-content:flex-start}.status-table-header{min-width:120px}.submitted-by-table-header{min-width:130px}.issue-dashboard thead{border-bottom:2px solid black}.issue-dashboard th{background-color:#f18e001a;padding:24px;text-align:left}.issue-dashboard th:nth-of-type(1){border-radius:10px 0 0}.issue-dashboard th:last-of-type{border-radius:0 10px 0 0}.issue-dashboard td{padding:24px;border-bottom:2px solid #8b8d8e33;text-align:left}.issue-dashboard p{margin:0;display:inline;cursor:pointer}.issue-dashboard thead p{-webkit-user-select:none;user-select:none}.issue-toolbar{align-items:end;display:flex;margin-bottom:25px}.issue-toolbar button{height:50px}.franchisee-search-bar{margin-right:auto;height:30px;width:25%;border-radius:12px;padding:10px}.show-events-page{background-color:#f2f2f2;margin-inline:auto;padding-inline:50px;margin-top:70px;width:100%;padding-bottom:20px;text-align:left}.show-events-toolbar{display:flex;gap:10px}.show-events-toolbar button:focus{outline:none}.event-item{background-color:#fff;margin-top:15px;padding:24px;border-radius:10px;display:flex;flex-direction:row;justify-content:space-between;box-shadow:0 4px 4px -1px #0c0c0d0d}.event-item p{margin:10px 0}.event-item-left{width:65%}.event-item-left span{text-decoration:underline;text-underline-offset:2px}.event-item-right{align-items:center;display:flex;width:30%;gap:10px}.event-item-right button{width:50%;min-height:50px;margin-left:auto}.event-item-header{display:flex;flex-direction:row;align-items:center;gap:15px}.event-item-header h3{color:#f18e00;font-weight:700;margin:0}.event-status-Upcoming{background-color:#f1fced;padding:4px 16px;border-radius:100px;color:#77a200;font-weight:700}.event-status-Past{background-color:#fcf9ed;padding:4px 16px;border-radius:100px;color:#a28700;font-weight:700}.event-status-Ongoing{background-color:#eeedfc;padding:4px 16px;border-radius:100px;color:#4600a2;font-weight:700}.event-registration-status-Open{color:#0029a2;padding:4px 16px;border-radius:100px;background-color:#edfafc;font-weight:700}.event-registration-status-Closed{background-color:#fcf9ed;padding:4px 16px;border-radius:100px;color:#a28700;font-weight:700}.split-page{display:flex;flex-direction:row;width:100%;height:100%}.split-page>div{width:50%;max-height:100dvh}.split-page-1{width:50%;overflow:hidden}.split-page-2{padding-top:72px;padding-bottom:30px;padding-inline:50px;display:flex;flex-direction:column;align-items:start;overflow:scroll;box-sizing:border-box}.split-page-2 h1{margin-top:30px;margin-bottom:15px}.split-page-2 h2{margin-top:25px;margin-bottom:10px}.split-page div img{max-height:100%;object-fit:cover}.shortlist-header{display:flex;flex-direction:row;justify-content:space-between;width:100%}.shortlist-header h2{margin-bottom:0}.shortlist-header a{margin-top:auto;color:#f18e00}.shortlist-header a:hover{cursor:pointer;color:#f18e00}.underline-transition{text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}.underline-transition:hover{border-color:#f18e00}.shortlist-container{display:flex;flex-direction:column;gap:12px;width:100%;padding:0}.shortlist-item{list-style:none;display:flex;flex-direction:row;justify-content:space-between;width:100%;background-color:#f2f2f2;padding:16px;border-radius:10px;box-sizing:border-box;cursor:pointer}.shortlist-item div{text-align:left}.shortlist-item h3,.shortlist-item p{margin:0}.shortlist-item h3{margin-bottom:10px}.form-label{font-weight:600;margin-bottom:5px;margin-top:15px}.form-input{background-color:#f2f2f2;border:none;border-radius:10px;width:100%;box-sizing:border-box;padding:10px 16px;margin:0;list-style:none}.max-characters-meter{margin-left:auto}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:opacity .25s}button:hover{opacity:.8}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.pagination-info{display:flex;flex-direction:column;gap:10px;margin-left:auto;align-items:end;margin-bottom:20px;margin-top:20px}.pagination-buttons{display:flex;flex-direction:row;gap:5px}.show-filtered-tickets{font-weight:200}@media (max-width: 945px){.split-page{justify-content:center}.split-page-1{display:none}}#root{width:100%;margin:0 auto;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}#MainTitleHeader{margin-left:10px;color:#000;font-size:30px}#LogoLink{max-width:200px;max-height:300px;margin-left:2em}#NavLogo{max-width:100%;max-height:75px;height:auto}#NavBarNameTag{margin-right:2em;margin-left:auto;font-weight:500;letter-spacing:2px;color:#8b8d8e;position:relative;cursor:pointer}#NavbarContainer{position:relative}.NavBar{width:100%;height:72px;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;position:fixed;top:0;left:0;background:#fcfeff;box-shadow:0 4px 12px #00000014;z-index:15}.main-navigation__menu-btn{width:3rem;height:3rem;background:transparent;border:none;display:flex;flex-direction:column;justify-content:space-around;cursor:pointer;margin:auto 1em auto auto;background-color:#ffffff40;padding-inline:0}.main-navigation__menu-btn:focus{outline:none}.main-navigation__menu-btn span{display:block;width:2rem;height:2px;background:#000;margin-inline:auto}.main-navigation__title{color:#fff;text-align:left;font-size:150%;margin-right:auto;margin-left:1rem}.main-navigation__title a{text-decoration:none;color:#fff}.main-navigation__header-nav{display:none}.main-navigation__drawer-nav{height:100%}.main-navigation__drawer-nav .nav-links{display:flex;flex-direction:column;gap:1em}@media (min-width: 945px){.main-navigation__menu-btn{display:none}.main-navigation__header-nav{display:flex;flex-direction:row;margin-left:auto}.navBar{justify-content:space-evenly}}.nav-links{list-style:none;margin:0;margin-right:2rem;padding:0;width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.nav-links li{margin:.5rem;white-space:nowrap;position:relative}.nav-links a{font-weight:600;color:#8b8d8e;text-decoration:none;padding:.5rem;transition:.25s;-webkit-user-select:none;user-select:none;border:2px solid #e1ebc200;border-radius:12px}.nav-links a:hover,.nav-links a:active,.nav-links a.active{color:#77a200;cursor:pointer;border:2px solid #e1ebc2;border-radius:12px}.nav-links button{cursor:pointer;border:1px solid #292929;color:#292929;background:transparent;padding:.5rem;font:inherit}.nav-links button:focus{outline:none}.nav-links button:hover,.nav-links button:active{background:#54a1bf;color:#fff}.notifications{margin-left:.1em;padding-inline:.7em;padding-top:.25em;padding-bottom:.25em;border-radius:50%;background-color:#54a1bf;color:#fff}.language-selection{margin-right:20px;cursor:pointer}@media (max-width: 945px){.nav-links li{margin-inline:.25em}}@media (max-width: 815px){.nav-links{margin-inline:auto}}.loading-spinner__overlay{height:100%;width:100%;position:absolute;top:0;left:0;background:#ffffffe6;display:flex;justify-content:center;align-items:center;z-index:101}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lds-dual-ring{z-index:3;width:56px;height:56px;border-radius:50%;background:radial-gradient(farthest-side,#54a1bf 94%,#0000) top/9px 9px no-repeat,conic-gradient(#0000 30%,#54a1bf);-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);animation:spinner-c7wet2 1s infinite linear;mask:radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0)}@keyframes spinner-c7wet2{to{transform:rotate(1turn)}}.side-drawer{position:fixed;right:0;top:0;z-index:100;height:100vh;width:350px;background:#fff;box-shadow:0 2px 8px #00000042;transition:width .2s ease-in-out}.side-drawer-enter{transform:translate(20em)}.side-drawer-enter-active{transform:translate(0);transition:all .2s ease-in-out}.side-drawer-exit{transform:translate(0)}.side-drawer-exit-active{transform:translate(20em);transition:all .2s ease-in-out}@media (max-width: 525px){.side-drawer{width:65dvw}}@media (min-width: 944px){.side-drawer{display:none}}.backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000000bf;z-index:100}.backdrop p{position:fixed;font-weight:800;left:96%;top:10%;transform:translate(-50%,-50%);color:#c8c8c8;border:1px solid rgb(200,200,200);padding:.25em .5em;border-radius:5px;cursor:pointer}.backdrop p:hover{color:#fff;border-color:#fff;transition-duration:.25s}.backdrop-enter{opacity:0}.backdrop-enter-active{opacity:1;transition:all .2s cubic-bezier(.83,0,.17,1)}.backdrop-exit{opacity:1}.backdrop-exit-active{opacity:0;transition:all .2s cubic-bezier(.83,0,.17,1)}@property --profile-dropdown-menu-height{syntax: "<length>"; inherits: false; initial-value: 65px;}.AccountSettingsDropdownMenu{position:fixed;right:1px;top:50px;background-color:#f2f2f2;width:150px;max-height:200px;border:1px solid #9b9b9b;border-radius:0 0 10px 10px;padding-inline:20px;overflow:hidden;-webkit-user-select:none;user-select:none;padding-top:20px;padding-bottom:20px;gap:20px;display:flex;flex-direction:column;justify-content:space-evenly;z-index:1;box-shadow:0 4px 12px #00000014}.AccountSettingsDropdownMenu a{color:#213547;cursor:pointer}.AccountSettingsDropdownMenu a:hover{opacity:.8}@media (max-width: 944px){.AccountSettingsDropdownMenu{position:relative;top:10px;right:0;border:0px;background-color:#0000;padding-left:0;padding-right:0}.AccountSettingsDropdownMenu li{margin-inline:auto}#AccountDropdownUsername{display:none}}.AccountSettingsDropdownMenuTransition-enter{height:0}.AccountSettingsDropdownMenuTransition-enter-active{height:var(--profile-dropdown-menu-height);transition:all .2s ease-out}.AccountSettingsDropdownMenuTransition-exit{height:var(--profile-dropdown-menu-height)}.AccountSettingsDropdownMenuTransition-exit-active{opacity:0;height:0%;transition:all .2s ease-out}.AccountSettingsDropdownMenu li{list-style:none}.AccountSettingsDropdownMenu li a:hover{padding:8px}@property --language-dropdown-menu-height{syntax: "<length>"; inherits: false; initial-value: 150px;}.LanguageDropdownMenu{position:fixed;right:1px;top:50px;background-color:#f2f2f2;width:150px;max-height:200px;border:1px solid #9b9b9b;border-radius:0 0 10px 10px;padding-inline:20px;overflow:hidden;-webkit-user-select:none;user-select:none;padding-top:20px;padding-bottom:20px;gap:20px;display:flex;flex-direction:column;justify-content:space-evenly;z-index:1;box-shadow:0 4px 12px #00000014}.LanguageDropdownMenu a{color:#213547;cursor:pointer}.LanguageDropdownMenu a:hover{opacity:.8}@media (max-width: 944px){.LanguageDropdownMenu{position:relative;top:10px;right:0;border:0px;background-color:#0000;padding-left:0;padding-right:0}.LanguageDropdownMenu li{margin-inline:auto}#AccountDropdownUsername{display:none}}.LanguageDropdownMenuTransition-enter{height:0}.LanguageDropdownMenuTransition-enter-active{height:var(--language-dropdown-menu-height);transition:all .2s ease-out}.LanguageDropdownMenuTransition-exit{height:var(--language-dropdown-menu-height)}.LanguageDropdownMenuTransition-exit-active{opacity:0;height:0%;transition:all .2s ease-out}.LanguageDropdownMenu li{list-style:none}.LanguageDropdownMenu li a:hover{padding:8px}.footer{display:flex;position:fixed;background-color:#fff;padding-inline:20px;height:30px;bottom:0;justify-content:start}.footer p{margin-top:5px;font-size:small}#LoginForm{max-width:300px;width:75dvw;margin:auto;align-self:center;padding-inline:20px}#LoginForm form{margin-bottom:20px}#LoginButton{margin-top:10px}.LoginError{margin-inline:10px}.LoginFormBlocks{display:flex;flex-direction:column}.LoginFormBlocks label{margin-bottom:2px;text-align:left;font-weight:600}.LoginFormBlocks input{margin-bottom:10px;background-color:#f2f2f2;border:none;border-radius:10px;width:100%;box-sizing:border-box;padding:10px 16px;height:40px}.submittedIssuesDashboardBox{color:#a20013}.inProgressDashboardBox{color:#f18e00}.resolvedIssuesDashboardBox{color:#77a200}#FranchiseeIssues{margin-inline:auto;margin-top:75px;width:90dvw}#FranchiseeIssues h1{text-align:left}#FranchiseeIssuesTable{list-style:none;width:100%}.sort-arrows-black{margin-left:5px;cursor:pointer}.IssueTicketCard{border:1px solid black;border-radius:10px}.IssueTicketCard ul{list-style:none;margin:0;padding:0}.closed-registration{padding:.6em 1.2em;font-size:1em;font-weight:700;border-radius:12px;background-color:#a9a9a9;color:#000;width:50%;height:50px;text-align:center;justify-content:center;align-items:center;box-sizing:border-box;display:flex;vertical-align:center}.virtual-event-link{color:#f18e00;text-decoration:none}.virtual-event-link:hover{color:#f18e00;text-decoration:underline}.modal{z-index:100;position:fixed;top:22vh;left:10%;width:80%;background:#fff;box-shadow:0 2px 8px #00000042;border-radius:1em;overflow:hidden}.modal__header{padding:1rem .5rem;background:#e13232;color:#fff;padding-left:1em}.modal-header-success{background-color:#77a200}.modal__header h2{margin:.5rem}.modal__content{padding:1rem .5rem;margin-left:1em;padding-bottom:.5em}.modal__footer{padding:1rem .5rem}@media (min-width: 768px){.modal{left:calc(50% - 20rem);width:40rem}}.modal-enter{transform:translateY(-10rem);opacity:0}.modal-enter-active{transform:translateY(0);opacity:1;transition:all .2s}.modal-exit{transform:translateY(0);opacity:1}.modal-exit-active{transform:translateY(-10rem);opacity:0;transition:all .2s}.survey-page{padding-bottom:0}.smcx-embed{height:100%!important}.smcx-embed>.smcx-iframe-container{height:calc(100% - 32px)!important}.survey-monkey-embed{width:100%;height:100dvh;margin:25px 0;border:1px solid #8b8d8e;box-sizing:border-box}.survey-monkey-embed-preview{width:100%;height:67dvh;margin:25px 0;border:1px solid #8b8d8e;box-sizing:border-box}#CoordinatorIssues{margin-inline:auto;margin-top:75px;width:90dvw;text-align:left}#CoordinatorIssues h1{margin-bottom:20px;text-align:left}#CoordinatorDashboard{list-style:none}#FranchiseeSearchBar{margin-right:auto;margin-bottom:25px;height:30px;width:25%;border-radius:12px;padding:10px}#AdminIssues{margin-inline:auto;margin-top:75px;width:90dvw;text-align:left}#AdminIssues h1{margin-bottom:20px;text-align:left}#AdminDashboard{list-style:none}.show-archived-tickets{font-weight:200}#EventManagementPage{margin-inline:auto;margin-top:75px;width:90dvw}#EventManagementPage h1{text-align:left}#EventManagementTable{list-style:none;width:100%}.event-search-bar{margin-right:auto;height:30px;width:25%;border-radius:12px;padding:10px}.uploadDocumentsPage{text-align:left;margin-top:20px}.uploadDocumentsPage label{font-weight:600;margin-bottom:5px;margin-top:15px}.uploadDocumentsPage>input,.uploadDocumentsPage>textarea,.uploadDocumentsPage>select{background-color:#f2f2f2;border:none;border-radius:10px;width:100%;box-sizing:border-box;padding:10px 16px}.uploadDocumentsPage input,.uploadDocumentsPage select{height:40px;padding:10px 16px}.uploadDocumentsSubmitButton{margin-left:auto;margin-top:16px}#drag-drop-area{width:100%}.drag-drop-area{flex-direction:column;width:100%;min-height:150px;background-color:#f2f2f2;border-radius:10px;display:flex;justify-content:center;align-items:center;color:#8b8d8e;cursor:pointer;text-align:center;transition:background-color .2s ease;margin:0}.drag-drop-area:hover{background-color:#dfdede}.drag-drop-area p{margin:10px 0 0}.drag-drop-area ul{margin-top:0;list-style-type:none;padding:0}.drag-drop-area li{padding:5px;font-size:14px}.drag-drop-area img{border:1px solid #55555555}.upload-icon{padding:10px;border-radius:50%;overflow:hidden;height:20px;width:20px;margin:0;cursor:pointer}.upload-icon-gray{background-color:#3333331a;padding:10px;border-radius:50%;overflow:hidden;height:20px;width:20px;margin-top:20px}.upload-icon-gray path{fill:#333;border-radius:0}.upload-icon-orange path{fill:#f18e00}#NewTicketPage{margin-inline:auto;width:100%;text-align:left}#NewTicketForm{display:flex;flex-direction:column;align-items:start;width:100%}#NewTicketForm label{font-weight:600;margin-bottom:5px;margin-top:15px}#NewTicketForm>input,#NewTicketForm>textarea,#NewTicketForm>select{background-color:#f2f2f2;border:none;border-radius:10px;width:100%;box-sizing:border-box;padding:10px 16px}#NewTicketForm input,#NewTicketForm select{height:40px;padding:10px 16px}#AnonymousCheckboxContainer{width:100%;background-color:#f18e001a;padding:10px;border-radius:10px;margin-bottom:20px;box-sizing:border-box}#AnonymousCheckbox[type=checkbox]{height:10px;align-self:center;justify-self:center;padding:0;margin:auto 15px auto 10px;transform:scale(1.75)}.newTicketBtn{margin-top:10px;align-self:end;margin-bottom:20px}.image-upload.center{display:flex;justify-content:center;align-items:center;flex-direction:column}.image-upload__preview{width:100%;aspect-ratio:1;border:1px solid #ccc;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:1em;position:relative}.image-upload__preview-uploaded{width:100%;border:none;display:flex;justify-content:center;align-items:center;text-align:center;position:relative;border-radius:1em}.reactEasyCrop_Container{border-radius:1em}.PortraitImage{width:100%;aspect-ratio:2/3}.LandscapeImage{height:100%;aspect-ratio:3/2}.button{margin-bottom:1.5em}.ImageUpload h4{margin-top:.5em}.SquareAspect{width:100%;aspect-ratio:1}.CroppedImagePreview{width:100%}.ProfileUploadPreview{margin-top:1.5em;width:100%}div.ProfilePictureSubmitButton{display:flex;flex-direction:row}.NoCropConfirm{margin:0 0 .5em;color:red}.RegularImagePreview{object-fit:cover;aspect-ratio:auto}#ChooseIssueCategory{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-evenly}.CategoryCard{border:1px solid black;border-radius:10px;width:100%;min-width:150px;max-width:300px;flex-grow:1;flex-basis:calc(25% - 10px);transition-duration:.2s}.CategoryCard h2{margin-inline:10px;font-size:medium}.CategoryCard p{margin-inline:10px}.CategoryCard:hover{cursor:pointer;background-color:#d3d3d3}#DescribeIssuePage{justify-self:center}#DescribeIssueForm{display:flex;flex-direction:column}.issueTextArea{resize:none}#IssueTicketPageInfo{display:flex;flex-direction:column;text-align:left;width:100%;border-radius:10px;margin-inline:auto;margin-top:20px}#IssueTicketPageInfo h1{margin-bottom:0}.issueTicketPageLabel{font-weight:600;margin-bottom:5px;margin-top:15px}.issueTicketPageData{background-color:#f2f2f2;border:none;border-radius:10px;width:100%;box-sizing:border-box;padding:10px 16px;margin:0;list-style:none}.issueTicketPageData{font-size:16px}#IssueTicketPageComments{text-align:left;box-sizing:border-box;width:100%;display:flex;flex-direction:column;border-radius:10px;margin-top:10px}#IssueTicketPageComments h2{padding-bottom:10px;border-bottom:2px solid #f2f2f2}#IssueTicketPageComments h3{margin-bottom:5px;margin-top:5px}#IssueTicketPageComments form{display:flex;flex-direction:column}#IssueTicketPageComments textarea{margin-bottom:10px;border-radius:12px;padding:16px;border:transparent;background-color:#f2f2f2;resize:none}#IssueTicketPageComments ul{list-style:none;padding:0 0 10px;margin-top:0;border-bottom:2px solid #f2f2f2}#IssueTicketPageComments aside{font-style:italic;font-size:small}.archiveButton{align-self:end;margin-top:20px;max-width:300px}.commentUser{margin-top:20px;font-weight:600;margin-bottom:0}.CommentContent{border-radius:12px;padding:16px;margin-bottom:0;margin-top:0;list-style:none;background-color:#f18e001a}.commentSelf{justify-self:end}.commentOther{justify-self:start}.CommentContent p{margin-bottom:0}.CommentContent aside:last-of-type{margin-bottom:10px}.anonymousCheckboxContainer{width:100%;background-color:#f18e001a;padding:10px;border-radius:10px;margin-bottom:20px;box-sizing:border-box}.submitCommentButton{width:200px;align-self:end}#NewEventPage{margin-top:20px;width:100%;text-align:left}#NewEventForm{display:flex;flex-direction:column;align-items:start;width:100%}#NewEventForm>label{font-weight:600;margin-bottom:5px;margin-top:15px}#NewEventForm>input,#NewEventForm>textarea,#NewEventForm>select{background-color:#f2f2f2;border:none;border-radius:10px;width:100%;box-sizing:border-box;padding:10px 16px}#NewEventForm>input,#NewEventForm select{height:40px;padding:10px 16px}.form-time-group{display:flex;flex-direction:row;width:100%;gap:10px}.form-time-group input,.form-time-group select{background-color:#f2f2f2;border:none;border-radius:10px;width:100%;box-sizing:border-box;padding:10px 16px;height:40px}.form-time-item{display:flex;flex-direction:column;width:100%}.form-time-item label{font-weight:600;margin-bottom:5px;margin-top:15px}.registration-requirements-checkbox-container{display:flex;flex-direction:row;margin-top:15px;gap:10px;justify-content:center}.registration-requirements-checkbox{width:20px}.registration-requirements-label{margin:0}.new-event-submit-button{margin-top:15px}#AddAgendaBtn{width:50%;margin-inline:auto;margin-bottom:20px}.AgendaItems{list-style:none;padding:0;justify-items:center}.AgendaItem{list-style:none;display:flex;flex-direction:row;gap:10px}.DeleteAgendaItemBtn{padding:0;line-height:0;vertical-align:top;border:none;margin-top:35px;margin-bottom:auto}.event-details-page h1{color:#f18e00;text-align:left;margin-top:20px;font-size:24px;margin-bottom:0}.event-details-page p,.event-details-page h4{margin:0}.event-details-page span{text-decoration:underline;text-underline-offset:2px}.event-details-page label{font-weight:600;margin-bottom:5px;margin-top:24px;box-sizing:border-box}.event-time-and-location{margin-top:10px;margin-bottom:10px}.icon-and-text{margin-top:12px;display:flex;flex-direction:row;gap:8px}.event-details-page .meeting-type{margin-top:10px}.event-details-file{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#f2f2f2;border-radius:8px;padding:10px 16px;width:100%;text-align:left;margin-top:5px;box-sizing:border-box}.event-details-page pre{margin-top:0;width:100%;margin-bottom:10px;border-radius:12px;padding:16px;border:transparent;background-color:#f2f2f2;box-sizing:border-box;resize:none}.event-details-page strong{font-size:24px}.event-registered-users{margin-top:16px;box-sizing:border-box;background-color:#f2f2f2;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:16px 32px;border-radius:10px}.event-details-back-button{margin-top:20px}.registered-participants-list{padding-left:0;width:100%;display:flex;flex-direction:column;gap:10px;margin:0}.registered-participants-item{list-style:none;display:flex;flex-direction:column;align-items:start;padding:16px;border-radius:12px;background-color:#f2f2f2f2}.archiveEventButton{margin-top:16px}#ChangePasswordPage{display:flex;flex-direction:column;text-align:left}#ChangePasswordPage form{display:flex;flex-direction:column;width:100%}.changePasswordButton{margin-top:20px;margin-left:auto;margin-bottom:auto}.createNewUser{text-align:left}.createNewUserForm{display:flex;flex-direction:column;width:100%}.newUserSubmit{margin-top:20px;margin-left:auto}.documentsPage{text-align:left}.documentsPage label{font-weight:600;margin-bottom:5px;margin-top:15px}.documentsPage>input,.documentsPage>textarea,.documentsPage>select{background-color:#f2f2f2;border:none;border-radius:10px;width:100%;box-sizing:border-box;padding:10px 16px}.documentsPage input,.documentsPage select{height:40px;padding:10px 16px}.documentsCategoryAndButton{margin:10px 0;width:100%;display:flex;justify-content:space-between}.documentsContainer{display:flex;flex-direction:column;margin-top:12px;gap:5px;padding:0;width:100%;box-sizing:border-box}.documentsContainer p{margin:0}.documentItem{display:flex;flex-direction:row;align-items:center;border:none;background-color:#f2f2f2;padding:10px 16px 10px 32px;border-radius:10px;cursor:grab}.documentItem:active{cursor:grabbing}.documentPageAdminControls{margin-left:auto;display:flex;flex-direction:row;gap:10px}.documentPageUpDownArrows{display:flex;flex-direction:column;gap:2px;margin-left:auto}.documentPageUpDownArrows button{margin:0;padding:1px;background-color:#cbcbcb}.documentPageUpDownArrows button:focus{outline:none}.documentPageDeleteButton{align-self:center;padding:1px 1px 4px;padding-inline:5px;margin:0;background-color:#000;z-index:10}.responseAndButton{width:100%;display:flex;flex-direction:row;gap:16px}.responseAndButton p{margin:0}.saveDocumentOrderButton{margin-left:auto;max-height:40px}.editSurveyForm{display:flex;flex-direction:column;align-items:start;width:100%}.editSurveyForm input{width:100%}.saveSurveyButtons{margin-top:16px}.saveSurveyButton{margin-left:auto}.surveyPreviewMode{width:100%}.surveyPreviewModeButtons{margin-bottom:16px}.surveyCheckboxAndButtons{display:flex;flex-direction:row;justify-content:space-between;width:100%}.isSurveyEnabledLabel{display:flex;flex-direction:row;width:100%;align-items:center}#isSurveyEnabledCheckbox{width:20px}.page-not-found{display:flex;flex-direction:column;align-items:center;margin-top:200px;width:100%}.page-not-found-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid black;padding:20px;border-radius:10px;max-width:80dvw}.page-not-found-container button{margin-top:20px;margin-bottom:20px}
