@import"https://fonts.googleapis.com/css2?family=Open+Sans&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Merriweather:wght@300;400;700&family=Poppins:wght@700&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";.toast-container{position:fixed;top:20px;right:20px;z-index:1000;display:flex;align-items:center;background-color:#ba0c2f;color:#fff;padding:10px 13px;border-radius:5px;box-shadow:0 4px 6px #0000001a;animation:fade-in .3s ease-out}.toast-message{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:13px;max-width:300px}.toast-message span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;max-width:100%}.toast-close-btn{background:none;border:none;color:inherit;cursor:pointer;padding:0;margin-left:10px}.toast-close-btn:hover{opacity:.7}.thin-x-icon{stroke:#fff}@keyframes fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.calendar{display:flex;flex-direction:column;max-width:1400px}.calendar-header-title{margin-top:20px}.calendar-header{width:100%;display:flex;align-items:center}.calendar-body{width:100%;flex-grow:1;display:flex;flex-direction:column}.table-header{height:45px;width:100%;display:flex;align-items:center;justify-content:space-around}.weekday{width:14.2%;text-align:end}.table-content{width:100%;display:flex;flex-wrap:wrap;justify-content:center;box-sizing:border-box}.calendar-day{width:14.2%;aspect-ratio:5 / 4;position:relative;border:1px solid #d1d1d1;cursor:pointer;transition-duration:.5s;background-color:#ffe6eb;flex-grow:1}.calendar-day:not(#d35):not(#d36):not(#d37):not(#d38):not(#d39):not(#d40):not(#d41){border-bottom-width:0px}.calendar-day:not(#d6):not(#d13):not(#d20):not(#d27):not(#d34):not(#d41){border-right-width:0px}.calendar-day.current{background-color:#fff}.calendar-day:hover{background-color:#ff9cb0;color:#fff}.calendar-day:hover p{color:#fff}.calendar-day:hover .event-circle{background-color:#fff}.calendar-day p{position:absolute;right:5px;top:5px;color:#a6a6a6;font-size:15px;transition-duration:.5s;width:20px;height:20px;display:flex;justify-content:center;align-items:center}.calendar-day.today p{background-color:var(--theme-color-1);color:#fff;border-radius:50%;padding:15px;right:4px;top:4px}.calendar-day.today.selected p{background-color:#fff;color:var(--theme-color-1)}.current p{color:#000}.selected p{color:#fff;font-weight:700}.calendar-day.selected{background-color:var(--theme-color-1);color:#fff}.calendar-day.selected .event-circle{background-color:#fff}.weekday p{color:#000}.event-circle{width:12px;height:12px;background-color:var(--theme-color-1);border-radius:50%;transition-duration:.5s}.event-circle:not(:last-child){margin-right:5px}.events-charter{display:flex;position:absolute;bottom:10px;left:10px}.calendar-event-card{max-width:1000px}.calendar-event-card:not(:last-child){margin-bottom:25px}.calendar-event-card__title{margin-bottom:5px;margin-top:2px}.calendar-event-card-location-time__wrapper{display:flex;align-items:center}.calendar-event-card-location-time__wrapper .icon,.calendar-event-card-location-time__wrapper .location{font-size:14px;color:var(--theme-color-1)}.calendar-event-card-location-time__wrapper .icon{margin-left:auto}.calendar-event-card-location-time__wrapper>*:not(:last-child){margin-right:5px}@media only screen and (max-width: 630px){.calendar-header{margin-bottom:10px}.calendar-day{aspect-ratio:1 / 1}.calendar-day p{right:3px;top:3px;font-size:14px}.calendar-day.today p{right:5px;top:5px;padding:4px;font-size:13px}}:root{--theme-color-1: #bd0d33;--theme-color-1__darker: #a30a2b;--theme-color-1__darkest: #65061a;--sidebar-width: 250px;--sidebar-top-height: 75px;--topbar-height: 75px;--bottombar-height: 85px;--background-color: #ffffff;--background-action: #f9fafc;--background-transparent: #ffffffd6;--border-style-1: 1px solid #e3e3e3;--border-style-2: 1px solid #dddddd;--border-style-3: 1px solid #f4f3f3;--border-style-4: 1px solid #f0f0f0;--border-style-5: 1px solid #f3f3f3}body.dark{--background-color: #292929;--background-action: #303030;--border-style-2: 1px solid #676767;--border-style-3: 1px solid #575555;--border-style-4: 1px solid #535353;--border-style-5: 1px solid #535353}.App,#root,body{overflow:hidden;text-decoration-thickness:1px}.site-logo{width:145px}.App{height:100%;display:flex}.page{width:calc(100vw - var(--sidebar-width));overflow:hidden;position:relative;height:100vh;max-height:100vh;max-height:100dvh;display:flex;flex-flow:column;padding-bottom:0;background-color:var(--background-color)}.page:has(.full-page-modal-active){overflow-y:hidden}.page-content__container{padding-left:50px;padding-right:50px;height:100%;height:calc(100% - var(--topbar-height));min-height:calc(100% - var(--topbar-height));display:flex;flex-flow:column;overflow-y:auto}.page-content__container:has(+.new-xts-table__popup-footer){height:calc(100% - var(--topbar-height) - var(--bottombar-height));min-height:calc(100% - var(--topbar-height) - var(--bottombar-height))}.page-content__container.no-pad{padding:0!important}.content-title{margin-bottom:10px;color:#666;font-weight:300}.content-title.extra-margin{margin-bottom:20px;margin-top:20px}.content-title.extra-top-margin{margin-top:20px}.content-title.no-margin{margin:0}.no-margin{margin:0!important}.card{background-color:#fff;border-radius:5px;padding:20px;position:relative;border:var(--border-style-1)}.hover-card{transition-duration:.3s}.hover-card:hover{background-color:#fff;box-shadow:3px 5px 8px #a7a7a7;border-radius:10px}.container{max-width:900px;width:100%}.card-pfp_img{width:100%;height:100%;overflow:hidden;border-radius:100%;object-fit:cover}.user-assign-box{margin-top:15px;margin-bottom:20px;padding:0}.assign-to-field_wrapper{display:flex;flex-flow:row wrap;overflow-x:hidden}.assign-to-field_wrapper.progress{height:100%}input:read-only{cursor:not-allowed}input:read-only:focus{cursor:not-allowed;border-bottom-color:#b9b9b9!important;color:#666!important}.hamburger-server{position:absolute;top:17px;left:12px;padding:6px 8px;cursor:pointer;transition-duration:1s;border-radius:7px;display:none}.hamburger-server:hover{background-color:#1b1b1b}.hamburger-server .icon{color:#fff}.sidebar__wrapper.mobile{display:none;z-index:1002}.sidebar__wrapper{height:100%;width:var(--sidebar-width);min-width:var(--sidebar-width);background-color:#262626;position:relative}.sidebar__header{padding:20px 0;display:flex;flex-flow:row;justify-content:center;align-items:center;height:74px;border-bottom:2px solid #1d1d1d;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sidebar-nav__link.admin{padding:8px 16px}.sidebar-nav__link{box-sizing:initial;font-size:15px;color:#a9a9a9;box-sizing:content-box;padding:13px 16px;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;margin-bottom:3px;transition-duration:.2s;cursor:pointer;border-radius:8px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.accordion-wrapper{margin-bottom:5px}.accordion-wrapper .sidebar-nav-sublink__wrapper{max-height:0;overflow:hidden;transition:max-height .5s ease-out}.accordion-wrapper.open .sidebar-nav-sublink__wrapper{max-height:500px;transition:max-height .5s ease-in;padding:10px 10px 8px}.sign-out{margin-top:auto}.sidebar-nav__sublink{font-size:13px;color:#e7e7e7;box-sizing:content-box;padding:5px;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;margin-bottom:3px;transition-duration:.2s;cursor:pointer;font-weight:500}.admin-snl-wrapper{display:flex;flex-flow:column}.admin-snl-marker{color:var(--theme-color-1);font-size:10px;font-weight:400}.sidebar-nav__link.admin{background-color:var(--theme-color-1);padding:7px 16px;margin-bottom:0}.sidebar-nav__link.admin.active{background-color:var(--theme-color-1);border-left:4px solid white}.sidebar-nav__link.active{background:linear-gradient(to right,#ffffff26,#ffffff0d);color:#fff}.sidebar-nav__sublink.active{color:var(--theme-color-1);font-weight:700}.sidebar-nav__link:hover:not(.admin){background-color:#1e1e1e}.accordion .icon.push-right{margin-left:auto;margin-right:0;font-size:1.1em}.sidebar-nav__link>.icon,.sidebar-nav__link>.sidebar-icon-wrapper{margin-right:10px;width:25px}.sidebar-nav__link>.icon{font-size:1.4em}.accordion-opener{transition:transform .4s ease}.accordion-opener.open{transform:rotate(180deg)}.accordion-opener.closed{transform:rotate(0)}.accordion.sidebar-nav__link{margin-bottom:0}.open.accordion-wrapper{background-color:#2f2f2f;border-radius:8px}.timeline{display:flex;flex-flow:column;max-width:900px;width:45%;height:fit-content;flex:1 1 auto}.timeline-title{margin-bottom:10px;color:#666;font-weight:300}.timeline-item{border-left:1px dashed grey;position:relative}.timeline-item__data-wrapper{margin:0 15px 15px 20px;padding:8px 15px 15px;border-radius:10px;cursor:pointer;border:var(--border-style-1)}.timeline-item:last-child{border-left:none}.timeline-item:before{position:absolute;left:-18px;top:0;content:" ";border:8px solid var(--background-color);border-radius:500%;background:var(--theme-color-1);height:20px;width:20px;box-sizing:content-box;transition:all .5s ease-in-out}.timeline-item>div>.date{color:var(--theme-color-1);font-weight:600;margin-bottom:4px}.timeline-item>div>.text{color:#787878}.notification-modal__bg{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#00000091;z-index:1000;display:flex;justify-content:flex-end}.progress-modal-x__bg{position:fixed;width:100vw;height:100%;top:0;right:0;background-color:#00000091;z-index:1000;display:flex;justify-content:flex-end}.notification-modal{width:400px;height:100%;background-color:#fff;z-index:1001}.progress-modal-x{width:95%;height:100%;background-color:#fff;z-index:1001;display:flex;flex-direction:column}.agency-modal{width:400px;height:100%;background-color:#fff;z-index:1001;display:flex;flex-direction:column}.agency-modal-action{padding:20px;display:flex}.notification-modal__title-wrapper,.progress-modal__title-wrapper{height:74px;border-bottom:1px solid #cdcdcd;padding:0 30px;display:flex;justify-content:flex-start;align-items:center;position:relative;min-height:74px}.notification-modal__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-wrap:normal}.notification-modal__content-wrapper,.agency-modal__content-wrapper{padding:20px 20px 0;overflow-y:auto}.assignment-submission-prog__wrapper{padding:18px;height:74px;min-height:74px;border-bottom:1px solid #cdcdcd}.assignment-submission-prog-count__wrapper{display:flex;align-items:center;justify-content:space-between}.assignment-submission-prog-count{display:flex;align-items:center}.document-progress-wrapper{height:calc(100% - var(--bottombar-height));padding:20px;overflow-y:auto}.document-progress__section+.document-progress__section{margin-top:10px}.document-progress__section-title{font-weight:600}.assignment-submission-prog-count__wrapper .chevron{font-size:25px;font-weight:100;cursor:pointer}.assignment-submission-prog-count__wrapper .chevron-right{margin-left:6px}.assignment-submission-prog-count__wrapper .chevron-left{margin-right:6px}.notification-modal-close{position:absolute;left:-25px;cursor:pointer;background-color:var(--theme-color-1);color:#fff;transition-duration:.4s}.notification-modal-close:hover{background-color:var(--theme-color-1__darker)}.notification-modal-close:after{position:absolute;content:"";top:100%;left:0;border-style:solid;border-width:0 24px 17px 0;border-color:transparent var(--theme-color-1__darkest) transparent transparent}.checkbox-input__wrapper{display:flex;align-items:center;margin:10px 0}.xts-form--checkbox-label{margin-left:10px}.checkbox-list__wrapper{display:flex;flex-flow:column wrap}.checkbox-list__wrapper>div{margin-top:10px}input[type=checkbox]{margin:0}input[type=checkbox]+label{margin-left:10px}.checkbox__wrapper{width:50px;padding:10px;display:flex;align-items:center;justify-content:center}.checkbox-container{display:block;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:fit-content;transition-duration:.5s}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;height:30px;width:30px;background-color:transparent;border:2px solid var(--theme-color-1);padding:2px;transition-duration:.5s;border-radius:7px}.checkmark__inner{display:block;width:100%;height:100%;border-radius:5px}.checkbox-container:hover input~.checkmark{background-color:#ff8f8f}.checkbox-container input:checked~.checkmark>.checkmark__inner{background-color:#b3121f}.checklist-task{min-height:50px;padding:0;display:flex;transition-duration:.5s}.checklist-task__inner-content{display:flex;align-items:center;width:100%;padding:10px 20px 10px 0}.checklist-task.completed{background-color:var(--theme-color-1);color:#fff}.checklist-task.completed .checklist-more-info{color:#fff}.progression__track{width:100%;height:10px;background-color:#d3d3d3;border-radius:4px;margin:5px 0;max-width:900px}.progression__slider{height:10px;border-radius:4px;background-color:var(--theme-color-1);transition-duration:1s}.checklist{padding:20px}.checklist-more-info{width:fit-content;margin-left:auto}.checklist-task__title{margin-right:5px}.large-text-input{font-size:20px;padding:7px 2px;min-width:450px;border:none;background-color:#0000;border-bottom:1.5px solid #b9b9b9;border-radius:0;transition-duration:1s;color:#666}.large-text-input-profile{font-size:20px;padding:15px 7px 5px 2px;min-width:300px;border:none;background-color:#0000;border-bottom:1.5px solid #b9b9b9;border-radius:0;transition-duration:1s;color:#666}.medium-text-input{font-size:16px;padding:7px 5px 3px;border:none;background-color:#0000;border-bottom:1.5px solid #b9b9b9;border-radius:0;transition-duration:1s;color:#666}.profile-text-input{font-size:12px;padding:7px 5px 3px;background-color:#0000;transition-duration:1s;color:#000}textarea.medium-text-input{height:100%;border:1.5px solid #b9b9b9;margin-top:7px;padding:5px;min-height:120px}textarea.profile-text-input{border-radius:5px;border:1px solid #a7a7a7;width:100%;height:fit-content;margin-top:7px;padding:5px}input[type=text]:focus:not(.MuiInputBase-input){border-bottom-color:var(--theme-color-1);color:var(--theme-color-1)}textarea.medium-text-input:focus{border-color:var(--theme-color-1);color:var(--theme-color-1)}input[type=text]::placeholder,input[type=text]:-ms-input-placeholder,input[type=text]::-ms-input-placeholder{transition-duration:1s}input[type=text]:focus::placeholder,input[type=text]:focus:-ms-input-placeholder,input[type=text]:focus::-ms-input-placeholder{color:var(--theme-color-1);opacity:1}.checklist-task__creator{display:flex;flex-flow:column;width:100%}.item-creator-form__wrapper{display:flex;flex-flow:column;width:100%;gap:12px}.checklist-task__creator__wrapper{height:200px;display:flex;margin-top:15px;padding-left:0}.checklist-task-controls__creator{height:100%;display:flex;flex-flow:column;justify-content:center;align-items:center;padding-left:15px;padding-right:15px}.icon.task-rearrange:not(.inactive){cursor:pointer;color:var(--theme-color-1)}.icon.task-rearrange.inactive{color:#b9b9b9;cursor:not-allowed}.icon.task-delete{color:var(--theme-color-1);cursor:pointer}.task-index__creator{font-size:22px}.checklist-task__creator>.medium-text-input:not(:last-child){margin-bottom:8px}.checklist-task__creator,.notification-title__wrapper{will-change:height,width}.notification__title{font-size:19px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-loader{position:absolute;width:100%;height:100%;background-color:var(--background-transparent);z-index:1000;display:flex;justify-content:center;align-items:center;flex-flow:column;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.loader-text__wrapper{color:var(--theme-color-1);font-size:15px;font-weight:600}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:var(--theme-color-1);animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}.lds-ellipsis.small{display:inline-block;position:relative;width:20px;height:17px;margin-left:7px;margin-right:10px}.lds-ellipsis.small div{position:absolute;top:10px;width:5px;height:5px;border-radius:50%;background:#fff;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis.small div:nth-child(1){left:4px;animation:lds-ellipsis1small .6s infinite}.lds-ellipsis.small div:nth-child(2){left:4px;animation:lds-ellipsis2small .6s infinite}.lds-ellipsis.small div:nth-child(3){left:16px;animation:lds-ellipsis2small .6s infinite}.lds-ellipsis.small div:nth-child(4){left:28px;animation:lds-ellipsis3small .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}@keyframes lds-ellipsis1small{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3small{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2small{0%{transform:translate(0)}to{transform:translate(12px)}}h2.assignment-title{color:var(--theme-color-1);text-transform:uppercase;font-weight:500}.assignments-review-modal__bg{position:fixed;width:100%;height:100%;top:0;left:0;background-color:#00000091;z-index:1000;display:flex;justify-content:center;align-items:center}.page-title.review{padding-left:12px;margin-bottom:15px}.assignments-review-modal{max-width:800px;width:95%;min-height:300px;background-color:#fff;z-index:1001;padding:20px;border-radius:10px;box-shadow:3px 5px 8px #2b2b2b;display:flex;flex-flow:column;max-height:85%}.date-card{margin-top:10px;padding:7px 10px 7px 0;color:var(--theme-color-1);border:1px solid var(--theme-color-1);width:fit-content;border-radius:20px;display:flex;flex-flow:row;margin-bottom:20px}.status-card{margin-top:10px;padding:7px 10px 7px 0;color:#000;border:1px solid black;width:fit-content;border-radius:20px;display:flex;flex-flow:row;margin-bottom:20px}.status-card.incomplete{color:#ca5800;border-color:#ca5800}.status-card.overdue{color:var(--theme-color-1);border-color:var(--theme-color-1)}.status-card.completed{color:#016801;border-color:#016801}.status-card.pending{color:#ffbc00;border-color:#ffbc00}.status-card-icon_wrapper,.date-card-icon_wrapper{padding:0 10px}.assignments-review-content{max-height:700px;overflow-y:auto;padding:15px 10px 25px 15px;border-radius:10px;border:1px solid #a3a3a3}.assignments-review-content__display{max-height:300px;overflow-y:auto;padding:15px 10px 25px 15px;border-radius:10px;border:1px solid #a3a3a3}.form-control:focus{border-color:var(--theme-color-1);color:var(--theme-color-1);outline:none}.form-control{height:100%;border:1.5px solid #b9b9b9;margin-top:7px;margin-bottom:7px;padding:5px;outline:none;transition-duration:.4s;font-family:Open Sans,sans-serif;text-transform:capitalize}.form-control option{text-transform:capitalize}.form-control.no-caps{text-transform:none!important}.markdown ul{padding-left:35px}.flex-row{display:flex;flex-flow:row}.flex-align-center{display:flex;align-items:center}.flex-row>*:not(:last-child){margin-right:9px}.assignment-title__wrapper{margin-top:25px;line-height:1}.item-table{border-collapse:collapse;box-shadow:3px 5px 8px #a7a7a7;border-radius:10px}.item-table>thead>tr{background-color:var(--theme-color-1)}.item-table>thead>tr>th{border:none;border-spacing:0;padding:10px;color:#fff;font-weight:400}.progression-modal-bg{-webkit-backdrop-filter:blur(2px) saturate(120%) contrast(100%) brightness(100%);backdrop-filter:blur(2px) saturate(120%) contrast(100%) brightness(100%);background-color:#00000082;right:0;top:0;z-index:100;position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.progression-modal{background-color:#fff;padding:20px;max-width:1000px;width:90%;max-height:85%;overflow-y:auto}.modal-white-input{background-color:#fff}.student-prog-table{font-weight:600}.modal-inputs{width:100%;display:flex;flex-direction:column;align-items:center}.full-width-input{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px}.half-width-inputs:has(+.half-width-inputs),.half-width-inputs:has(+.full-width-input),.full-width-input:has(+.half-width-inputs),.full-width-input:has(+.full-width-input){margin-bottom:20px}.half-width-inputs{width:100%;display:flex;justify-content:space-between}.contact-person-heading{margin-bottom:10px;margin-top:20px}.half-width-input{width:49.5%;padding:10px;border:1px solid #ccc;border-radius:4px}.filter-section{padding:1rem 0}.filter-form{display:flex;justify-content:space-between;align-items:center}.filter-input{flex:1;margin-right:1rem;padding:.5rem;border:var(--border-style-2);border-radius:4px}.agency-modal-info-cont{margin-bottom:7px;display:flex;flex-flow:column}.agency-modal-sm-heading{margin-bottom:7px;font-size:20px}.agency-modal-info-bold{font-weight:700;font-size:14px}.content-wrapper{max-width:1100px}.filter-section-heading{margin-bottom:8px}.progression-main-col{display:flex;flex-flow:column;margin-right:20px}.progression-modal-header{margin-bottom:20px}.modal-close__wrapper{display:flex;justify-content:center;margin-top:20px}.modal-close{cursor:pointer}.assignment-updated{width:100%;border:1px solid #afafaf}.assignments__wrapper>.assignment-updated+.assignment-updated{margin-top:5px}.assignment-flex-wrapper{display:flex;flex-flow:row;align-items:center}.assignment-title-u{color:#000;font-weight:500;text-decoration:underline}.assignment-due-date-u{color:#7c7c7c}.assignment-due-date-u.overdue{color:#ba0c2f}.assignment-page-section:has(.assignment-submission-pdf-preview){flex:1 1 auto}.assignment-page-section-header{color:#666;margin-bottom:0;position:relative}.assignment-page-section-header span{background-color:#fff;padding-left:10px;padding-right:10px;text-transform:uppercase;font-weight:600;font-size:18px;color:#2d2d2d;z-index:5;position:relative}.assignment-page-section-header:after{border-top:1px solid #b3b3b3;bottom:0;content:"";height:.62em;left:0;position:absolute;right:0;z-index:3}.margin-top-20{margin-top:20px}.form-assignment-description{font-size:13px}.form-assignment-title{font-weight:500;font-size:15px}.form-assignment-form__wrapper{margin-bottom:15px}.assignment-page-section.auto-scroll{overflow-y:auto}.assignment-page-section+.assignment-page-section{margin-top:20px}.assignment-page-section-header{margin-bottom:25px}.assignment-page-section .markdown p+p{margin-top:15px}.assignment-page-section .markdown h1,.assignment-page-section .markdown h2,.assignment-page-section .markdown h3,.assignment-page-section .markdown h4,.assignment-page-section .markdown h5,.assignment-page-section .markdown h6{font-size:22px;margin-bottom:10px}.assignment-action-container{margin-top:20px;display:flex;justify-content:flex-end;margin-bottom:10px}.assignment-action-container>*:not(:last-child){margin-right:5px}.assignment-button{background-color:#d1d1d1;cursor:pointer;font-size:13px;padding:5px 10px;transition-duration:.3s;display:block}.agency-modal-action>.assignment-button+.assignment-button,.agency-modal-action>.assignment-button-link__wrapper+.assignment-button-link__wrapper,.agency-modal-action>.assignment-button-link__wrapper+.assignment-button,.agency-modal-action>.assignment-button+.assignment-button-link__wrapper{margin-left:5px}.sign-in-perf__wrapper{display:flex;flex-flow:column;align-items:center;max-width:100%}.go-to-sso-btn{font-size:18px;font-weight:600;color:#fff;background-color:#fff3;border:1px solid rgba(255,255,255,.5);padding:10px 30px;margin:20px;border-radius:5px;cursor:pointer;transition:background-color .3s ease,border .3s ease;text-decoration:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;width:95%;max-width:600px;white-space:nowrap}.go-to-sso-btn:hover{background-color:#ffffff4d;border:1px solid rgba(255,255,255,.7)}.go-to-sso-btn:active{background-color:#fff6;border:1px solid rgba(255,255,255,.9)}.go-to-sso-btn:focus{outline:none;box-shadow:0 0 0 2px #ffffff80}.assignment-button.submit{background-color:#363636;color:#fff}.assignment-button.submit.key-action{background-color:var(--theme-color-1)}.assignment-button.submit.incomplete{background-color:#e5e5e5;color:#fff;cursor:not-allowed}.previous-submission__wrapper{font-size:14px;margin-bottom:15px}.previous-sub-title{font-weight:500;font-size:16px}.previous-sub-filename{color:#b3121f;text-decoration:underline}.previous-sub-text{color:#606060}.form-text-input{border:1.5px solid #b9b9b9;margin-top:7px;padding:5px}.form-text-input.max-width{width:100%}textarea.form-text-input{min-height:75px}.form-inputs__wrapper{width:100%;display:flex;flex-flow:column}.form-inputs-control__wrapper{display:flex;flex-flow:column;margin-left:10px}.form-inputs-outer__wrapper{display:flex;align-items:center;margin-bottom:15px}.assignment-page-section-content{padding:5px 12px;overflow-y:auto}.assignment-page-section-content:not(.review){display:flex;flex-flow:column;height:100%}.assignment-page-section-content.review{max-height:300px;overflow-y:auto;padding:5px 12px}.assignment-submit-tarea{width:100%;border:1px solid #afafaf;padding:5px;min-height:150px}.assignment-page-section-blocks{display:flex;margin-bottom:15px}.assignment-page-section-block{padding:20px;border:1px solid #afafaf;text-align:center;font-weight:500}blockquote{padding-left:1em;border-left:.25em solid #ccc;margin-left:0;margin-top:5px;padding-top:10px;padding-bottom:10px}.block-title{color:#6e6e6e}.action-item-opener{color:var(--theme-color-1);cursor:pointer}.action-item-opener:hover{text-decoration:underline}.sidebar-nav__nav{height:calc(100% - 74px);display:flex;flex-flow:column;padding:10px;overflow-y:auto}.clia{font-size:14px;display:flex;flex-flow:column;padding:12px;color:#a8a8a8}.clia-header{color:gray}.block-content{color:#000}.assignment-submit-container{border:1px solid #afafaf;padding:20px;overflow:hidden}.custom-file-input-el{opacity:0;position:absolute;z-index:-1}.custom-file-upload-button{cursor:pointer;font-size:13px;background-color:#d1d1d1;padding:5px 10px;white-space:nowrap;display:block;display:flex;align-items:center}.custom-file-upload-button.mou{margin-top:10px;margin-bottom:10px}.custom-file-upload-button.mou.attached{background-color:var(--theme-color-1);color:#fff}.custom-file-remove-icon{margin-left:8px;color:#fff;cursor:pointer}.custom-file-upload-wrapper{display:flex;align-items:center;width:100%;justify-content:space-between;overflow:hidden}.custom-file-upload-wrapper.stacked{flex-flow:column;align-items:flex-start}.custom-fu-file{font-size:13px;text-decoration:underline;color:#b3121f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.custom-fu-file.right{margin-left:auto}.custom-file-upload-file-wrapper{margin-left:10px}.custom-file-upload-file-wrapper.stacked{display:flex;flex-flow:column;margin-left:0;margin-top:10px}.removeable-file{display:flex;align-items:center}.custom-fu-file-remover{margin-right:3px;height:fit-content;color:#b3121f;cursor:pointer}.assignment-page-attachments{margin-top:15px;display:flex;flex-flow:column}.assignment-icon-wrapper{padding:20px}.files-area-files{display:flex;flex-flow:row wrap}.scrollable{overflow-y:auto}.mh-200{max-height:200px}.bottom-margin{margin-bottom:20px}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:darkgrey transparent}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#a9a9a9;border-radius:10px;border:2px solid transparent;background-clip:content-box}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#a9a9a9}.file-ui{background-color:#fff;height:45px;display:flex;flex-flow:row;align-items:center;overflow:hidden;padding:8px;margin-bottom:16px;margin-right:16px;margin-top:0;border:1px solid #afafaf;border-radius:0;max-width:560px;width:48%;height:70px}.file-ui.my-file{height:165px;width:150px;flex-flow:column;justify-content:space-between;position:relative;overflow:unset}.file-ui-icon{color:#fff}.file-ui-type{color:var(--theme-color-1);font-size:13px}.file-ui-type-block{width:100%}.file-ui-upload-modal-file-remove-icon{background-color:var(--theme-color-1);border-radius:50%;color:#fff;cursor:pointer;padding:3px;position:absolute;right:6px;top:6px;height:15px;width:15px}.file-file-download{background-color:#656565;width:45px;height:45px;border-radius:50%;display:flex;justify-content:center;align-items:center}.file-file-download.my-file{width:80px;height:80px}.file-ui-thumbnail{height:100%;display:flex;justify-content:center;align-items:center;margin-right:10px}.file-ui-details.mobile{display:none}.mobile-file-ui-title-wrapper{display:flex;align-items:center;overflow:hidden;width:100%}.file-ui-thumbnail.my-file{height:unset;width:100%;display:flex;justify-content:center;align-items:center;margin-right:0}.file-ui-thumbnail.my-file.mobile{display:none}.file-ui-details{width:100%;overflow:hidden;display:flex;justify-content:space-between;align-items:center;height:100%}.file-ui-filename-block{height:100%;display:flex;align-items:center;overflow:hidden}.file-ui-share-block{height:100%;display:flex;align-items:center;margin-left:15px;flex-flow:column;justify-content:space-between;align-items:flex-end;flex-shrink:0}.file-ui-details-shared-by{color:var(--theme-color-1);font-size:13px}.file-ui-details-shared-on{color:#6c6c6c;font-size:13px}.file-ui-details.my-file{justify-content:center;height:unset}.file-ui-details-title{font-size:18px;text-decoration:underline;text-decoration-thickness:1px;cursor:pointer}.file-ui-details-title.my-file{font-size:16px;color:#363636}.lds-ring{display:inline-block;position:relative;width:160px;height:160px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:128px;height:128px;margin:16px;border:8px solid #fff;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#fff transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}div.active-marker{width:6px;height:6px;border-radius:50%;background-color:#00b400;margin-right:8px}.no-scroll{overflow:hidden}.text-input{display:block;width:100%;padding:.5em;margin:.5em 0;border:1px solid #ccc;border-radius:4px;font-size:1em;outline:none}textarea.text-input{height:140px}.validation-error{color:var(--theme-color-1);font-size:14px;margin-top:5px}.user-to-grp-modal{display:flex;width:100%}.user-to-grp-modal-column{width:50%}.user-to-grp-modal-column+.user-to-grp-modal-column{margin-left:15px}.user-to-grp-modal-column.scrollable{max-height:400px;overflow-y:auto}.user-to-grp-modal-column table{width:100%}input.text-input:focus,textarea.text-input:focus{border-color:#66afe9;box-shadow:0 0 5px #66afe980;border-bottom-color:#66afe9;color:#000}.mod-table-action__wrapper{padding-left:8px;margin-bottom:3px}.mod-table-action-button{margin-right:5px;padding:5px 8px;color:#fff;background-color:#b3121f;border-radius:3px;transition-duration:.5s}.mod-table-action-button.inactive{margin-right:5px;padding:5px 8px;color:#525252;background-color:#d5d5d5;border-radius:3px;cursor:not-allowed}.file-ui-details-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block}.file-ui-details-shared{margin-left:5px;max-width:100%;font-size:10px;white-space:nowrap}.file-modal-send{width:100%;padding:8px;margin-right:5px;position:relative}.modal-close__wrapper.file{display:flex;align-items:center}.modal-close__wrapper.file .modal-close{background-color:#d5d5d5;padding:8px;width:100%;border-radius:5px;text-align:center}.modal-close__wrapper.file .file-modal-send+.modal-close{max-width:150px}.files-area-subsection+.files-area-subsection{margin-top:25px}.upload-section{margin-bottom:20px}.upload-button{padding:6px 10px;background-color:var(--theme-color-1);color:#fff;border-radius:5px}.upload-button .icon{color:#fff;margin-right:6px}.large-custom-file-upload__wrapper{position:relative;width:100%;padding:30px;border:2px dashed grey;display:flex;flex-flow:column;justify-content:center;align-items:center;margin-bottom:25px}.margin-bottom{margin-bottom:20px}.large-custom-file-upload__wrapper input[type=file]{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%;opacity:0}.large-custom-file-upload__wrapper input[type=file]:read-only{cursor:pointer}button.prog-accordion-opener{font-size:13px;color:var(--theme-color-1)}button.prog-accordion-opener.xl{font-size:16px}button.prog-accordion-opener:hover{text-decoration:underline}.x-button-group{margin-bottom:20px}.x-button>.icon{margin-right:4px}.item-list-x{margin-top:20px}.item-list-x>.item-x-design{margin-bottom:20px}.item-x-design{background-color:#fff;border:1px solid #afafaf;display:flex;max-width:800px;width:100%;padding:12px 18px 12px 12px}.item-x-design__icon-block{width:110px;height:100%;display:flex;justify-content:center;align-items:center;margin:auto 8px auto 10px}.item-x-design__icon{height:90px}.item-x-design-completion-icon{margin-left:3px;width:25px;height:25px;margin-top:2px}.item-x-design__content-wrapper{display:flex;flex-flow:column;justify-content:center;width:100%;height:100%;overflow:hidden}.item-x-design__content-top-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;width:100%}.capitalized{text-transform:capitalize}.item-x-design__content-bottom-row{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:8px}.item-x-design__content-actual{display:flex;flex-flow:column}.item-x-design__content-title-block{display:flex}.item-x-design__content-title{font-size:20px;cursor:pointer;text-decoration:underline;text-decoration-thickness:1px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;display:inline-block}.item-x-design__content-text-regular{color:#000;font-size:13px;white-space:nowrap}.item-x-design__content-text-theme:not(.no-display-425)+.item-x-design__content-text-regular{margin-left:5px}.item-x-design__content-text-light{color:#6c6c6c;font-size:13px}.item-x-design__content-text-light:not(.cutoff){white-space:nowrap}.item-x-design__content-text-theme{color:var(--theme-color-1);font-size:13px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.item-x-design__content-text-light.cutoff{color:#6c6c6c;font-size:13px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.item-x-design__content-text-light.italic{font-style:italic}.ma-left{margin-left:auto}.progression-main-status{font-size:13px}.progression-row:not(.col){display:flex;border:1px solid #afafaf;padding:20px;flex-flow:row wrap;text-overflow:ellipsis;overflow:hidden;align-items:center;justify-content:space-between}.progression-row.col{display:flex;border:1px solid #afafaf;padding:20px;flex-flow:column nowrap;text-overflow:ellipsis;overflow:hidden}.progression-main-content__wrapper{display:flex;align-items:center;justify-content:space-between;flex-flow:row nowrap;text-overflow:ellipsis;overflow:hidden}.progression-table{max-height:400px;overflow-y:auto}.accordion_wrapper{padding:20px}.task-progresssion__wrapper{display:flex;flex-flow:row nowrap;justify-content:space-between;padding:5px 10px}.task-progresssion__wrapper{border-top:1px solid #afafaf}.task-progresssion__wrapper:last-child{border-bottom:1px solid #afafaf}.no-data__wrapper{display:flex;flex-flow:column;align-items:center;justify-content:center;border:3px solid #e8e8e8;padding:40px 60px;border-radius:6px}.no-data-content-title{font-size:23px;color:#919191}.no-data-content__wrapper{text-align:center;color:#adadad}.no-data__outer-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:30px 0}.markdown iframe{width:100%;min-height:400px}.no-data-icon__wrapper{margin-bottom:28px}.no-data-icon__wrapper .nd-icon{color:#cfcfcf}.assignment__creator__wrapper .custom-file-upload-wrapper{margin-top:8px;margin-bottom:10px}.agency__creator__wrapper{margin-bottom:20px}.prog-download{color:#b3121f;text-decoration:underline;cursor:pointer}.progression-col{text-overflow:ellipsis;overflow:hidden}.item-table .link:hover{text-decoration:underline}.item-table>tbody>tr>td.id{font-size:10px}.table-ver-2{border-radius:10px;overflow:hidden;box-shadow:0 0 40px #00000026;-moz-box-shadow:0 0 40px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 40px 0 rgb(0 0 0 / 15%);-o-box-shadow:0 0 40px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 40px 0 rgba(0,0,0,.15);position:relative;padding-top:60px;max-width:1170px;display:table}.table-ver-2__head{box-shadow:0 5px 20px #0000001a;-moz-box-shadow:0 5px 20px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 5px 20px 0 rgb(0 0 0 / 10%);-o-box-shadow:0 5px 20px 0 rgba(0,0,0,.1);-ms-box-shadow:0 5px 20px 0 rgba(0,0,0,.1);position:absolute;width:100%;top:0;left:0}.table-ver-2 table{width:100%}.col-ver-2__head{font-size:18px;color:#fa4251;line-height:1.4;background-color:transparent;padding-top:18px;padding-bottom:18px;text-align:left}.col-ver-2__head,.col-ver-2__body{padding-left:40px;font-weight:unset;padding-right:10px}.table-ver-2__body{max-height:600px;position:relative;overflow:hidden;display:block}.row-ver-2__body{border-bottom:1px solid #f2f2f2;display:block}.col-ver-2__body{font-size:15px;color:gray;line-height:1.4;padding-top:16px;padding-bottom:16px;display:inline-block;width:49%}table.table-3{width:100%;table-layout:fixed}.tbl-content{border-radius:4px 4px 0 0;background-color:#fff}.table-3 tbody tr{border-bottom:1px solid #dfdfdf}.tbl-header{background-color:var(--theme-color-1);box-shadow:0 5px 20px #0000001a;-moz-box-shadow:0 5px 20px 0 #0000001a;-webkit-box-shadow:0 5px 20px 0 #0000001a;-o-box-shadow:0 5px 20px 0 #0000001a;-ms-box-shadow:0 5px 20px 0 #0000001a;border-radius:4px 4px 0 0;z-index:10;color:#fff}.tbl-content{max-height:400px;overflow-x:auto;margin-top:0;border:1px solid rgba(255,255,255,.3);border-radius:0 0 10px 10px;z-index:1}.table-3 th{padding:15px 10px;font-weight:500;font-size:14px;color:#000;text-transform:uppercase;color:#fff;line-height:1.4;text-align:left}.table-3 td{padding:10px;text-align:left;vertical-align:middle;font-weight:300;font-size:16px;color:#000;border-bottom:solid 1px rgba(255,255,255,.1)}.table-w-scrollbar::-webkit-scrollbar{width:6px}.table-w-scrollbar::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.table-w-scrollbar::-webkit-scrollbar-thumb{background-color:#a0a0a0}.ld-link-group{display:flex}.ld-link-group>*:has(+*){margin-right:9px}.tbl{max-width:1100px}.align-bottom{margin-top:auto}.button{cursor:pointer;width:fit-content;height:40px}.top-spacing{margin-top:15px}.top-spacing.extra-spacing{margin-top:35px}.button.purple{border:none;outline:none;height:40px;width:40px}.button.blue{background-color:#009dff;padding:10px 15px;color:#fff;border-radius:5px}.button.primary{background-color:var(--theme-color-1);padding:10px 15px;color:#fff;border-radius:5px}.button.primary.incomplete{background-color:#d3d3d3;padding:10px 15px;color:#fff;border-radius:5px;cursor:not-allowed}.button.meta-link{color:var(--theme-color-1);padding:10px 0;background-color:transparent;border-radius:5px}.button.secondary{background-color:#fff;padding:10px 15px;color:var(--theme-color-1);border-radius:5px}.button-text{color:var(--theme-color-1);cursor:pointer}.button-text:hover{text-decoration:underline}.button-icon{margin-right:6px}.button-group>.button:not(:last-child),.button-group>a:not(:last-child)>.button,.button-group>.x-button:not(:last-child),.button-group>a:not(:last-child)>.x-button{margin-right:10px}.button-group.horizontal{display:flex}.seperate-vertical-20:not(:last-child){margin-bottom:20px}p,ul,ol{color:#787878;font-size:15px;margin:0}textarea{resize:vertical}input[type=file]{width:fit-content;cursor:pointer}.required{color:var(--theme-color-1);margin-left:3px}.sign-in-img{width:700px}.login-page-bg{background-color:#262626;height:100%;width:100%}.register-page-bg{background:#6c3a81;background:linear-gradient(to bottom right,#6c3a81,#fa968f);height:100%;width:100%}.register-button{background:#6c3a81;background:linear-gradient(90deg,#6c3a81,#fa968f)}.login-page-wrapper{align-items:center;display:flex;height:100%;justify-content:center;flex-flow:column;overflow:hidden}.login-page-wrapper .text__wrapper{margin-top:20px}.login-page-wrapper .text__wrapper .loader-text{color:#fff;font-size:25px;font-weight:600}.login-form-title__wrapper{padding:25px;text-align:center}.login-form-title{font-family:Poppins;font-size:38px;font-weight:700;line-height:1;margin:0 0 25px}.login-form-wrapper .input-container{margin-bottom:45px;padding:0 20px}.input-container{height:50px;position:relative;width:100%}.input,.login-input{border:0;box-sizing:border-box;font-size:18px;height:100%;outline:0;width:100%}.login-placeholder,.placeholder{border-radius:10px;color:#65657b;font-family:sans-serif;height:20px;line-height:14px;padding-left:10px;padding-right:10px;pointer-events:none;position:absolute;top:20px;-webkit-transform-origin:0 50%;transform-origin:0 50%;transition:.5s}.show-hide-password{cursor:pointer;position:absolute;right:32px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.forgot-password{color:gray;display:block;font-size:13px;margin-bottom:28px;margin-top:7px;text-align:right;text-decoration:underline;cursor:pointer}.login-button,.register-button{border-radius:20px;color:#fff;cursor:pointer;padding:9px;text-transform:uppercase;width:100%;font:inherit;font-family:Inter}.login-button{background:#ced56a;background:linear-gradient(90deg,#ced56a,#bd0a3b)}.lg-sign-up-wrapper{margin-top:50px;text-align:center}.lg-sign-up-wrapper .code-resend,.lg-sign-up-wrapper a{cursor:pointer;text-decoration:underline}.login-placeholder{left:20px}.login-input{background-color:#fff;border-bottom:1px solid #c1c1c1;color:#6c6c6c;padding:4px 20px 0 5px}.input.password,.login-input.password{padding-right:45px}.login-form-wrapper{background-color:#fff;border-radius:8px;padding:23px 40px 40px;width:500px}.show-hide-password .icon{color:#808097;transition-duration:.25s}a{box-sizing:border-box;color:#666;text-decoration:none}.show-hide-password .icon:hover{color:#dc2f55}.login-input.has-content~.login-placeholder,.login-input:focus~.login-placeholder{-webkit-transform:translateY(-30px) scale(.75);transform:translateY(-30px) scale(.75)}.custom-table{width:100%;background-color:#181922}.custom-table-header{align-items:center;background-color:#21232e;color:#d2d3e0;display:flex;font-size:.8125rem;height:36px;padding:0 22px;width:100%}.custom-table-header>:not(:last-child){margin-right:8px}.custom-table-header-count{color:#858699}.custom-table-row{align-items:center;border-bottom:1px solid #212234;color:#eeeffc;color:#8d8ea3;display:flex;font-size:.8125rem;height:44px;padding:0 22px;width:100%}.custom-table-row>:not(:last-child){margin-right:9px}.custom-table-row-identifier{color:#858699;text-transform:uppercase;width:270px}.custom-table-row-title{color:#eeeffc;font-weight:500;margin-left:10px}.custom-table-row-more-content{color:#858699;font-weight:500}.custom-table-row-more-content:before{content:">";padding-right:7px}.qualtrics-review-frame{padding-left:10px}.qualtrics-review-frame iframe{width:100%}iframe.assignment-q-frame{width:100%;height:500px}.no-shared-files{color:#474747;font-style:italic}.nx-loader{display:inline-flex;align-items:center;justify-content:space-between;width:24px;height:6px;margin-left:8px}.nx-dot{width:6px;height:6px;background-color:#fff;border-radius:50%;animation:nx-dot-flashing 1s infinite ease-in-out}.nx-dot:nth-child(1){animation-delay:.2s}.nx-dot:nth-child(2){animation-delay:.4s}.nx-dot:nth-child(3){animation-delay:.6s}@keyframes nx-dot-flashing{0%,20%{opacity:1}50%{opacity:.3}to{opacity:1}}.new-xts-table{width:100%;display:flex;flex-flow:column;overflow:hidden;height:100%;overflow-x:auto;overflow-y:auto;min-width:100%;position:relative;background-color:#f9fafc}.new-xts-table.header-spacer{height:calc(100% - 74px)}.new-xts-table.shortened{width:100%;display:flex;flex-flow:column;overflow:hidden;height:100%;max-height:400px}.new-xts-table__header{display:flex;align-items:center;padding:8px 12px;background-color:var(--background-action);transition:background-color .2s;width:max-content;min-width:100%;border-bottom:var(--border-style-2)}.new-xts-table__header.sticky{position:sticky;top:0;z-index:1}.new-xts-table__row{display:flex;align-items:center;padding:12px;background-color:var(--background-color);border-bottom:var(--border-style-3);transition:background-color .2s;width:max-content;min-width:100%}.profile-icon{background-color:#ffe3e5;color:#ba0c2f;font-size:13px;display:flex;justify-content:center;align-items:center;min-width:30px;min-height:30px;width:30px;height:30px;border-radius:50%;font-weight:700;font-family:sans-serif;margin-right:7px}.header-cell{font-size:12px!important;text-transform:uppercase!important;font-weight:500!important;color:gray!important;background-color:var(--background-action);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.header-cell.sort-cell{cursor:pointer;gap:8px}.xts-cell{display:flex;align-items:center;padding:0 8px;font-size:14.2px;color:#555;min-width:200px;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xts-cell.type-cell{overflow:visible}.checkbox-cell{flex:0 0 40px;display:flex;justify-content:center;min-width:unset}.profile-cell{flex:1 1 auto;display:flex;align-items:center;gap:8px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px;min-width:250px}.profile-cell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.type-cell{flex:0 0 12%;text-align:center}.email-cell{flex:1 0 150px;color:#555}.large-cell{flex:1 0 250px;color:#555;min-width:250px}.date-cell{flex:1 1 auto;color:#888}.xts-cell-status-marker{width:5px;height:5px;border-radius:50%;margin-right:1px;flex-shrink:0}.xts-cell-status-marker.active{background-color:#0dd632}.xts-cell-status-marker.expiring{background-color:#ffd900}.xts-cell-status-marker.expired{background-color:#d60d0d}.xts-cell-status-marker.inactive{background-color:#6b6b6b}.xts-table-page-topper{display:flex;align-items:center;width:100%;border-bottom:var(--border-style-2);height:74px;min-height:74px;overflow-x:auto;overflow-y:visible;padding-right:18px;position:relative;z-index:20}.xts-table-page-topper:has(.xts-filter){overflow-x:unset}.xts-table-page-title{font-weight:700;font-size:17px;display:flex;align-items:center;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xts-table-page-title:not(.no-group){display:flex;align-items:center;cursor:pointer;padding:5px 10px;transition-duration:.33s;border:1px solid #00000000}.xts-table-page-title:not(.no-group):hover{background-color:var(--background-action);border:var(--border-style-4)}.xts-view-icon{margin-left:9px;color:#6571a0;font-size:15px}.xts-search-outer{display:flex;width:100%;background-color:var(--background-action);border:var(--border-style-4);height:37px;align-items:center;border-radius:4px;min-width:200px}.xts-search-icon{color:#b8b8b8}.xts-radio{width:15.5px;height:15.5px;border:1px solid #c0c0c0;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer}.xts-checkbox{width:15.5px;height:15.5px;border:1px solid #c0c0c0;border-radius:3px;background-color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer}.cursor-pointer{cursor:pointer}.xts-checkbox input,.xts-radio input{display:none}.xts-checkmark{width:0px;height:0px;background-color:#b3121f;display:flex;border-radius:3px;transition-duration:.35s}.xts-radio .xts-checkmark{border-radius:50%}.xts-radio input[type=checkbox]:checked+.xts-checkmark{width:10.5px;height:10.5px}.xts-checkbox input[type=checkbox]:checked+.xts-checkmark{width:10.5px;height:10.5px}.xts-search-icon__wrapper{padding-left:10px;padding-right:10px}.xts-search{transition-duration:.25s;width:100%;padding-right:5px}.new-xts-table-body{flex:1 1 auto;width:max-content;min-width:100%;background-color:#fff}.new-xts-table-body:not(:has(>.new-xts-table__row)){min-height:100px}.xts-table-page-search__wrapper{margin-left:auto;width:400px;min-width:200px}.xts-table-filter__outer{display:flex;align-items:center;margin-left:20px;position:relative;z-index:22;overflow:visible;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.xts-filter-title{font-size:13px;color:gray;white-space:nowrap}.xts-filter{font-size:13px;color:#6d6d6d;font-weight:500;height:35px;display:flex;align-items:center;padding-left:10px;padding-right:10px;background-color:var(--background-action);border-radius:4px;border:var(--border-style-5);cursor:pointer;position:relative;overflow:visible;white-space:nowrap;text-overflow:ellipsis}.xts-filter:focus-visible{outline:none!important}.xts-filter-dropdown-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}.xts-filter-dropdown-menu{position:absolute;top:100%;background-color:#fff;border:var(--border-style-2);border-radius:4px;box-shadow:0 8px 16px #0001;z-index:3000;width:max-content;max-width:250px;margin-top:3px;max-height:300px;overflow-y:auto;overflow-x:hidden;padding-right:2px;right:0;width:100%}.xts-filter-dropdown-menu.floating{position:fixed}.xts-filter-dropdown-menu.full{width:100%}.xts-table-page-topper__content{display:flex;align-items:center;width:100%;overflow-x:auto;overflow-x:overlay;overflow-y:visible;height:100%;position:relative;z-index:21}.sleek-scrollbar::-webkit-scrollbar-thumb{background-color:#d3d3d3}.sleek-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#c2c2c2}.sleek-scrollbar::-webkit-scrollbar-thumb:active{background-color:#adadad}.sleek-scrollbar::-webkit-scrollbar-track{background:#f6f6f6}.sleek-scrollbar.ultra-thin::-webkit-scrollbar{width:3px;height:3px}.sleek-scrollbar.thin::-webkit-scrollbar{width:7px;height:7px}.sleek-scrollbar::-webkit-scrollbar{width:12px;height:12px}.sleek-scrollbar::-webkit-scrollbar-button{display:none}.xts-filter-dropdown-menu.up{top:unset;bottom:100%}.xts-filter-dropdown-item{padding:8px 16px;cursor:pointer;transition-duration:.33s;text-align:left;overflow:hidden;max-width:100%;display:flex;align-items:center}.xts-filter-dropdown-menu.top{top:auto;bottom:100%}.xts-filter-dropdown-item:first-child{border-radius:4px 4px 0 0}.xts-filter.fixed-width-118{width:124px;max-width:130px;justify-content:center}.xts-filter-dropdown-item:last-child{border-radius:0 0 4px 4px}.xts-filter-dropdown-item:last-child:first-child{border-radius:4px}.xts-filter-dropdown-item:hover{background-color:var(--background-action)}.xts-filter.margin-left{margin-left:15px}.xts-filter-icon{margin-left:10px;color:#c4c4c4}.xts-filter-icon.left{margin-left:0;margin-right:10px}.xts-filter-icon-green{color:green;margin-left:0;margin-right:10px}.xts-table-filters__wrapper{display:flex;position:relative;z-index:23}.empty-xts-table__wrapper{display:flex;width:100%;align-items:center;justify-content:center}.empty-xts-table-notifier{display:flex;padding:10px;background-color:var(--background-action);border:var(--border-style-4);margin-top:35px;font-size:13px;color:#6d6d6d;max-width:90%;text-align:center}.new-xts-table__popup-footer{width:100%;height:var(--bottombar-height);min-height:var(--bottombar-height);background-color:var(--background-color);border-top:var(--border-style-2);display:flex;align-items:center;justify-content:center;box-shadow:0 -2px 10px #0000001a;z-index:10}.xts-table-page-title__wrapper{display:flex;flex-flow:column;padding:18px}.footer-content{font-size:16px;color:#333;display:flex;justify-content:center;align-items:center}.xts-button{font-size:13px;color:#6d6d6d;font-weight:500;height:35px;display:flex;align-items:center;padding-left:10px;padding-right:10px;background-color:var(--background-action);border-radius:4px;border:var(--border-style-5);cursor:pointer;transition-duration:.33s;width:fit-content;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.xts-button.theme{background-color:var(--theme-color-1);color:#fff}.xts-button-title{overflow:hidden;text-overflow:ellipsis;max-width:100%;white-space:nowrap}.xts-button.fixed-width-200px{width:200px;max-width:200px;justify-content:center;overflow:hidden}.xts-button.action{background-color:#6c96eb;color:#fff}.xts-button.action>.xts-filter-icon{color:#fff}.xts-button.theme>.xts-filter-icon{color:#fff}.xts-button+.xts-button,.xts-button+a:has(>.xts-button),.xts-button+label:has(>.xts-button),a:has(>.xts-button)+a:has(>.xts-button),a:has(>.xts-button)+.xts-button,a:has(>.xts-button)+label:has(>.xts-button),label:has(>.xts-button)+label:has(>.xts-button),label:has(>.xts-button)+.xts-button,label:has(>.xts-button)+a:has(>.xts-button){margin-left:10px}.xts-table-page-title__small-button{font-size:13px;color:#6d6d6d;background-color:var(--background-action);border:var(--border-style-5);width:fit-content;padding:3px 6px;margin-top:5px;border-radius:6px;cursor:pointer;transition-duration:.33s}.xts-table-page-title__small-button:hover{background-color:#efeff1}.xts-small-button-icon{margin-right:4px;color:#ba0c2f}.thin-scrollbar::-webkit-scrollbar{width:10px}.thin-scrollbar::-webkit-scrollbar-track{background:#999}.thin-scrollbar::-webkit-scrollbar-thumb{background-color:#515151}.thin-scrollbar.light::-webkit-scrollbar-track{background:#e5e5e5}.thin-scrollbar.light::-webkit-scrollbar-thumb{background-color:#bbb}.thin-scrollbar::-webkit-scrollbar-button{display:none;background:none}.assignment-submission-preview{margin-bottom:20px}.assignment-submission-preview:has(.assignment-submission-pdf-preview){flex:1 1 auto}.assignment-submission-pdf-preview{width:100%;height:100%;border:none}.assignment-submission-image-preview{max-width:100%;max-height:100%;display:block}.assignment-page-section:has(.assignment-page-section-content.with-preview){flex:1 1 auto}.calendar-event-card:last-child{margin-bottom:20px}.sidebar-user-row{display:flex;align-items:center;font-weight:600;margin-top:9px}.sidebar-user-notifications-button__wrapper{margin-left:auto;position:relative;cursor:pointer}.notification-badge{position:absolute;top:-4px;right:-8px;background-color:var(--theme-color-1);color:#fff;font-size:10px;font-weight:700;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;box-shadow:-1 0 10px #0000004d;border:1px solid white;font-family:sans-serif}.notification-sidebar{position:absolute;top:auto;left:255;bottom:-900;height:500px;width:300px;background-color:var(--background-color);box-shadow:-4px 0 10px #0006;transition:bottom .5s ease-in-out;z-index:100;border-radius:5px}.notification-sidebar.open{bottom:10}.notification-popout-heading{font-size:18px;color:#2b2b2b;font-weight:500}.notification-popout__header{display:flex;align-items:center;justify-content:space-between;padding:12px;height:50px;border-bottom:var(--border-style-2)}.notification-popout-close{color:gray;cursor:pointer}.popout-notification:not(:first-child){border-top:var(--border-style-2)}.popout-notification{padding:8px 12px;display:flex;align-items:center}.popout-notification-icon{margin-right:6px}.popout-notification:last-child{border-bottom:var(--border-style-2)}.popout-notification__title{font-size:16px;color:#000;font-family:Open Sans;font-weight:600}.popout-notification__content{font-size:14px}.popout-notification__text{color:#787878;font-size:13px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.popout-notification__time{color:gray;font-size:13px}.notification-popout__body{overflow-y:auto;height:450px}.notification-popout-body-wrapper{border-radius:0 0 5px 5px;height:450px;overflow:hidden}.popout-notification__time.unread{color:var(--theme-color-1);font-size:13px}.page__wrapper{position:relative;width:100%;height:100vh;max-height:100vh;max-height:100dvh}.no-notifications{text-align:center;color:gray;font-size:14px;padding:20px}.mark-as-read-button{color:var(--theme-color-1);border:none;margin-top:5px;cursor:pointer;font-size:12px}.mark-as-read-button:hover{text-decoration:underline}.thin-x-icon.dark{stroke:#333}.read .profile-icon{background-color:#e2e2e2;color:gray}.read .popout-notification__title{color:#a0a0a0}.xts-form-multi__wrapper{display:flex;gap:10px}.timeline__wrapper{display:flex;flex-flow:row wrap;gap:20px;margin-top:20px}.notification__text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.loader__wrapper{display:flex;flex-flow:column;align-items:center;max-width:100%}.login-page-bg.absolute{position:absolute;z-index:100}.progress-wrapper{display:flex;height:100%}.progress-modal__content-wrapper{height:calc(100vh - var(--topbar-height));max-height:calc(100vh - var(--topbar-height));max-height:calc(100dvh - var(--topbar-height))}.progress-selection__wrapper{width:45%;border-left:1px solid #cdcdcd;height:100%}.progress-data__wrapper{width:55%;position:relative;transition-duration:.25s;overflow-y:auto}.progression-approval__wrapper{width:27px;height:27px;border-radius:50%;border:2px dashed var(--theme-color-1);display:flex;justify-content:center;align-items:center;color:#fff}.progression-approval__wrapper:has(.approved){border-style:solid;background-color:var(--theme-color-1)}.assignment-submission-prog__content{height:calc(100% - var(--topbar-height))}.form-progress-question-title{font-size:17px;color:#000}.form-progress-question-description{margin-top:5px}.form-progress-question__wrapper+.form-progress-question__wrapper{margin-top:15px}.form-progress-question-answer{margin-top:20px;border:1px solid #cdcdcd;padding:13px 15px 10px;position:relative;font-style:italic;border-radius:3px}.form-progress-question-answer__label{position:absolute;background-color:#fff;padding-left:2px;padding-right:2px;width:fit-content;font-size:12px;top:-9px;left:9px;color:#6b6b6b;font-style:normal}.document-progress__section-content{white-space:normal;word-wrap:break-word}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Open Sans,sans-serif;font-weight:400}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}body,#root{height:100vh}nav{display:block}a{text-decoration:none}h1,h2,h3,h4,h5,h6,p{margin:0;font-weight:400}h1{font-size:35px}h2{font-size:28px}h2.small{font-size:24px}h3{font-size:18px}h4{font-size:14px}h5{font-size:12px}p{font-size:15px}p.small{font-size:13px}button{background:none;font-family:Open Sans,sans-serif;border:none;outline:none!important;padding:0;cursor:pointer}input,textarea{font-family:Open Sans,sans-serif;outline:none;background-color:#0000;border:none}abbr{text-decoration:none}.bold{font-weight:700}.capitalize{text-transform:capitalize}.top-margin{margin-top:30px}.button-group-x-modal{display:flex;justify-content:center;width:100%;margin-top:35px}@media only screen and (max-width: 1440px){.file-ui{width:600px}}@media only screen and (max-width: 1024px){.no-display-1024{display:none}.timeline__wrapper{flex-flow:column;height:100%}.timeline{width:100%;flex:unset}.page-content__container{padding-left:35px;padding-right:35px}}@media only screen and (max-width: 768px){.hamburger-server{display:block}.page-content__container{padding-left:28px;padding-right:28px;height:calc(100% - var(--topbar-height) - var(--sidebar-top-height));min-height:calc(100% - var(--topbar-height) - var(--sidebar-top-height))}.page-content__container:has(+.new-xts-table__popup-footer){height:calc(100vh - var(--topbar-height) - var(--bottombar-height) - var(--sidebar-top-height));min-height:calc(100vh - var(--topbar-height) - var(--bottombar-height) - var(--sidebar-top-height));height:calc(100dvh - var(--topbar-height) - var(--bottombar-height) - var(--sidebar-top-height));min-height:calc(100dvh - var(--topbar-height) - var(--bottombar-height) - var(--sidebar-top-height))}.checklist-task__inner-content{display:flex;align-items:center;width:100%;flex-flow:column;padding:10px 20px 10px 0}.checklist-more-info{margin-left:0}.checklist-task__title{margin-right:none}.App{flex-flow:column}.sidebar__wrapper{width:100%;height:74px}.mobile .sidebar-nav__nav{position:absolute;background-color:#262626;z-index:1000;width:100%;height:calc(100vh - 74px);height:calc(100dvh - 74px)}.sidebar__wrapper.mobile{display:block}.sidebar__wrapper:not(.mobile){display:none}.item-table>tbody>tr>td,.item-table>thead>tr>th{padding-left:4px;padding-right:4px;font-size:12px}.item-table>tbody>tr>td:first-child,.item-table>thead>tr>th:first-child{display:none}.file-ui-details-title{font-size:16px}.file-ui:not(.my-file){margin-right:0}.page-title__wrapper{height:80px;min-height:80px;padding:0 22px}.page-title{font-size:32px}.item-x-design__content-title{font-size:18px}.item-x-design__icon{height:76px}.item-x-design__content-text-light.cutoff{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#6c6c6c;display:-webkit-box;font-size:13px;overflow:hidden;text-overflow:ellipsis}.item-x-design__icon-block{width:80px}.no-display-768{display:none}.sign-in-img__wrapper{max-width:100%}.sign-in-img{width:100%}.go-to-sso-btn{width:80%;font-size:smaller}.nd-icon{font-size:4em}.no-data__wrapper{max-width:95%;width:300px;padding:15px 25px}.no-data-icon__wrapper{margin-bottom:10px}.no-data-content-exp{font-size:13px}.no-data__outer-wrapper{padding:0}.page{height:100%;width:100%}.page__wrapper{height:calc(100vh - 74px);height:calc(100dvh - 74px)}.events-charter{bottom:6px;left:6px}.event-circle{width:8px;height:8px}.progress-modal-x__bg{position:absolute}.progress-modal-x{width:90%}}@media only screen and (max-width: 550px){.file-ui:not(.my-file){height:80px}.file-ui-details.desktop{display:none}.file-ui-details.mobile{display:flex}.file-ui-filename-block{display:flex;flex-flow:column;justify-content:space-between;align-items:flex-start}.notification-modal,.agency-modal{width:calc(100% - 40px)}.page-title{font-size:28px}.page-content__container{padding-left:10px;padding-right:10px}.page-title__wrapper{padding:0 10px}.timeline__wrapper{margin-left:20px}.xts-filter-title{display:none}.xts-table-filter__outer{margin-left:7px}.xts-filter.margin-left{margin-left:5px}.xts-filter-icon{margin-left:7px}.progress-wrapper{flex-flow:column}.progress-data__wrapper{width:100%;height:47%}.progress-selection__wrapper{width:100%;height:53%;border-left:none;border-top:1px solid #cdcdcd}}@media only screen and (max-width: 425px){.item-list-x>.item-x-design{margin-bottom:10px}.content-title{font-size:20px}.no-data-content-title{font-size:18px}.nd-icon{font-size:3em}.file-ui.my-file{width:100%;margin-right:0}.file-ui-details-title.my-file{padding:0 12px}.page-title{font-size:22px}.no-display-425{display:none}.item-x-design{padding:12px 12px 12px 5px}.login-page-wrapper .text__wrapper .loader-text{font-size:20px}.lds-ring{width:100px;height:100px}.lds-ring div{width:68px;height:68px}.timeline-item__data-wrapper{margin-right:5px}.timeline-item>div>.date{margin-bottom:5px}}@media only screen and (max-width: 375px){.item-x-design__icon{height:65px}.item-x-design__icon-block{margin-left:0}}@media only screen and (max-width: 320px){.item-x-design__content-text-regular,.item-x-design__content-text-theme,.item-x-design__content-text-light{font-size:12px}.progress-modal-x{width:80%}}
