.icon-holder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;margin:auto}.icon-holder .loading-icon svg{max-height:300px;width:auto;animation:spin 1s ease-in-out infinite}.icon-holder .loading-icon svg.sm{max-height:20px}.icon-holder .loading-icon svg.med{max-height:60px}.icon-holder .loading-icon svg.lrg{max-height:80px}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
body,html{margin:0;padding:0;font-size:16px}body{font-family:"Lato",arial,sans-serif;font-weight:300;overflow:auto;color:#333;background-color:#fff}body.darkMode{color:#fff;background-color:#21232a}.action_button{padding:7px 23px 8px 23px;background-color:#ffd439;transition:all .4s ease-in-out;font-weight:700;color:#333;font-size:18px;position:relative;cursor:pointer;display:inline-block;user-select:none;border:none;border-radius:4px}.action_button.green{background:#c4dd61;color:#525252}.action_button.green:hover{background:#d5ea7f}.action_button:hover{background-color:#ffc904;color:#000;box-shadow:0px 1px 3px #979696;text-decoration:none}.action_button .little-button-text{font-size:18px;display:block}.darkMode .action_button{background-color:#ffd439;color:#333}.darkMode .action_button.green{background:#c4dd61;color:#525252}.darkMode .action_button.green:hover{background:#d5ea7f}.darkMode .action_button:hover{background-color:#ffc904;color:#000;box-shadow:0px 1px 3px #08090c}a{color:#0093e7;text-decoration:none}a:hover{text-decoration:underline}a img{border:none}.darkMode a{color:#61a4e2}header{position:relative;z-index:1000;padding:35px 0 0 136px;margin:0 0 25px 0;display:block;height:49px}header.logged_in{background:#fff url(/img/header_border_alt.png) 0% 100% repeat-x}header ul,header p{margin:0;padding:0}header h1.logo{position:absolute;left:0;top:0;margin:0;overflow:hidden}header h1.logo a{display:block;width:100px;height:0;padding:60px 0 0 10px;margin:10px 0 0 10px;background:url("/img/materia-logo-default-lightmode.svg") 50% 100% no-repeat;background-size:80px auto}header#loginLink{top:auto}header .profile-bar{position:absolute;top:45px;right:30px;display:flex;flex-direction:row;gap:10px;font-size:14px}header .profile-bar .profile-bar-options{display:flex;flex-direction:column;align-items:end}header .profile-bar img:not(.noticeClose){width:35px;height:35px;border-radius:2px}header .profile-bar img:not(.noticeClose):hover:not(.senderAvatar){cursor:pointer}header .profile-bar a{font-size:14px;font-weight:400;color:#4c4c4c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2em;max-width:150px}header .profile-bar a:hover{text-decoration:underline;cursor:pointer}header .profile-menu{visibility:hidden;position:absolute;top:100px;right:28px;text-align:right;background-color:#fff;box-shadow:1px 10px 10px 1px rgba(0,0,0,.1);padding:15px 15px 15px 25px;border:1px solid #fff;border-radius:5px}header .profile-menu ul{display:flex;flex-direction:column;gap:10px}header .profile-menu ul li{display:inline;max-width:100px}header .profile-menu ul li span{font-size:12px}header .profile-menu ul li a{font-size:14px;font-weight:400;margin:0;padding:0;color:#4c4c4c;transition:all .2s linear}header .profile-menu ul li a:hover{border:none;border-bottom:2px solid #0093e7;padding:5px 0;text-decoration:none}header .profile-menu.show{visibility:visible}header .profile-menu .arrow-top{border-left:15px solid rgba(0,0,0,0);border-right:15px solid rgba(0,0,0,0);border-bottom:15px solid #fff;position:absolute;right:5px;top:-10px}header.logged-in .user.avatar{right:20px}header.logged-out .user.avatar{right:35px}header nav{display:block;margin-top:16px}header nav ul li{display:inline;padding:0 10px 0 0}header nav ul li .logout a{display:none;position:absolute;right:20px;bottom:13px;font-size:14px}header nav ul li a{font-size:14px;font-weight:400;margin:0;padding:0}header a{color:#0093e7;text-decoration:none}header a:hover{text-decoration:underline}header a img{border:none}header #mobile-menu-toggle{display:none}header .elevated{color:#ffa52b}header .nav_expandable{color:#0093e7;font-size:17px;font-weight:bold;height:27px;position:relative;margin-left:20px}header .nav_expandable ul{display:none;background-color:#fff;padding:0;position:absolute;bottom:-140%;left:-10px;border-left:1px solid #d3d3d3;border-right:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}header .nav_expandable:hover>span{display:inline-block;height:27px}header .nav_expandable:hover>span.admin{padding-right:165px}header .nav_expandable:hover>span.support{padding-right:75px}header .nav_expandable:hover>ul{display:flex}header .nav_expandable:hover>ul li{padding:0 10px 5px;height:auto}header #notices{position:absolute;display:flex;flex-direction:column;right:20px;top:45px;width:400px;box-shadow:1px 10px 10px 1px rgba(0,0,0,.1);background-color:#fff;border-radius:3px;overflow:auto;max-height:500px}header #notices h2{color:rgba(0,0,0,.3);padding:10px;font-size:1em}header .notice{line-height:normal;padding:10px;display:flex;flex-direction:row;gap:10px;font-weight:400}header .notice:hover{background-color:#fafafa}header .notice .senderAvatar{width:50px;height:50px}header .notice.deleted{background-color:red !important}header #notifications_link{cursor:pointer;width:45px;height:31px;border:none;background:url(../../../img/envelope.svg) 0% 0% no-repeat;padding:0;box-sizing:border-box}header #notifications_link:hover{box-shadow:0px 0px 5px 0px gray}header #notifications_link.notEmpty:after{content:attr(data-notifications);border-radius:50%;border:1px solid red;color:#fff;display:inline-block;width:15px;height:15px;background-color:red;position:absolute;left:35px;bottom:-5px;font-size:.9em}header .noticeClose{border:none;padding:2px;width:20px;height:20px;flex-shrink:0;visibility:hidden}header .noticeClose.show{visibility:visible}header .noticeClose:hover{cursor:pointer;filter:invert(0.5) sepia(1) saturate(80) hue-rotate(340deg)}header .notice_right_side{display:flex;flex-direction:column;gap:5px}header .notice_right_side .subject{line-height:1.5em}header .notice_right_side .subject a{font-weight:bold;text-decoration:underline}header .grantAccessTitle{margin-top:5px;margin-bottom:0px;padding:5px 0;border-top:1px solid gray}header .notif-date{font-size:12px;color:#646464;padding-top:5px}header .mobile-notifications{display:none}header #removeAllNotifications{color:#a2a2a2;overflow:visible;padding:10px;align-self:end}header #removeAllNotifications:hover{color:red}.checkbox-wrapper{display:flex;align-items:center;margin-bottom:.25rem;cursor:pointer}.checkbox-wrapper input{position:absolute;opacity:0;cursor:pointer}.checkbox-wrapper input:checked+.custom-checkbox{background-color:#007bff;border-color:#007bff}.checkbox-wrapper input:checked+.custom-checkbox::after{display:block}.checkbox-wrapper .custom-checkbox{position:relative;display:inline-block;width:16px;height:16px;margin:0 .5em 0 0;padding:0;background-color:#fff;border:2px solid #7e7e7e;border-radius:4px;transition:all .3s}.checkbox-wrapper .custom-checkbox:after{content:"✓";position:absolute;display:none;left:50%;top:50%;transform:translate(-50%, -50%);color:#fff;font-size:14px}.radio-wrapper{display:flex;align-items:center;margin-bottom:.5rem;cursor:pointer}.radio-wrapper input{position:absolute;opacity:0;cursor:pointer}.radio-wrapper input:checked+.custom-radio{background-color:#007bff;border-color:#007bff}.radio-wrapper input:checked+.custom-radio::after{display:block}.radio-wrapper .custom-radio{position:relative;display:inline-block;width:16px;height:16px;margin:0 .5em 0 0;padding:0;background-color:#fff;border:2px solid #7e7e7e;border-radius:50%;transition:all .3s}.radio-wrapper .custom-radio:after{content:"";position:absolute;display:none;left:50%;top:50%;width:8px;height:8px;border-radius:50%;background-color:#fff;transform:translate(-50%, -50%)}.darkMode header{background:#1d1f25}.darkMode header.logged_in{background:#1d1f25 url(/img/header_border_alt.png) 0% 100% repeat-x}.darkMode header h1.logo a{background:#1d1f25 url("/img/materia-logo-default-darkmode.svg") 50% 100% no-repeat;background-size:80px auto}.darkMode header .profile-bar a{color:#d8d8d8}.darkMode header button#mobile-menu-toggle div{background:#dbdbdb}.darkMode header button#mobile-menu-toggle div:before,.darkMode header button#mobile-menu-toggle div:after{background:#dbdbdb}.darkMode header .profile-menu{background-color:#fff;box-shadow:1px 10px 10px 1px rgba(0,0,0,.1);border:1px solid #fff}.darkMode header .profile-menu ul li a{color:#d8d8d8}.darkMode header .profile-menu ul li a:hover{border-bottom:2px solid #0093e7}.darkMode header .profile-menu .arrow-top{border-left:15px solid rgba(0,0,0,0);border-right:15px solid rgba(0,0,0,0);border-bottom:15px solid #fff}.darkMode header .elevated{color:#ffa52b}.darkMode header .nav_expandable{color:#0093e7}.darkMode header .nav_expandable ul{background-color:#1d1f25;border-left:1px solid #181920;border-right:1px solid #181920;border-bottom:1px solid #181920}.darkMode header #notices{box-shadow:1px 10px 10px 1px #08090c;background-color:#21232a}.darkMode header #notices h2{color:#d8d8d8}.darkMode header .notice .noticeClose{filter:invert(1)}.darkMode header .notice .noticeClose:hover{cursor:pointer;filter:invert(-0.5) sepia(1) saturate(80) hue-rotate(340deg)}.darkMode header .notice:hover{background-color:#295b99}.darkMode header .notice.deleted{background-color:red !important}.darkMode header #notifications_link{background:url(../../../img/envelope.svg) 0% 0% no-repeat}.darkMode header #notifications_link:hover{box-shadow:0px 0px 5px 0px #08090c}.darkMode header #notifications_link.notEmpty:after{border:1px solid red;color:#fff;background-color:red}.darkMode header .grantAccessTitle{border-top:1px solid #d8d8d8}.darkMode header .notif-date{color:#d8d8d8}.darkMode header #removeAllNotifications{color:#d8d8d8}.darkMode header #removeAllNotifications:hover{color:red}@media(max-width: 720px){header{min-height:49px;height:auto;padding:0;margin-bottom:8px}header h1.logo{display:inline-block;position:static}header #mobile-menu-toggle{display:block;position:absolute;right:15px;top:25px;height:35px;width:37px;border:none;padding:2px 5px;border-radius:3px;text-align:left;background:none;box-shadow:none;cursor:pointer}header #mobile-menu-toggle.expanded~nav{visibility:visible;max-height:175px;margin-bottom:25px;opacity:1;width:100%;box-sizing:border-box}header #mobile-menu-toggle.expanded div{transform:rotate(50deg) translate(6px, -8px);width:18px}header #mobile-menu-toggle.expanded div:before{opacity:0;width:0;transform:rotate(-50deg) translate(-6px, 8px)}header #mobile-menu-toggle.expanded div:after{transform:rotate(-100deg) translate(0, -7px);width:18px}header #mobile-menu-toggle div{transition:all 300ms ease;height:2px;width:25px;background:#333;position:relative}header #mobile-menu-toggle div:before,header #mobile-menu-toggle div:after{transition:all 300ms ease;content:" ";height:2px;width:25px;background:#333;position:absolute}header #mobile-menu-toggle div:before{top:-8px}header #mobile-menu-toggle div:after{top:8px}header .profile-bar{gap:20px;right:75px;top:25px}header .profile-bar .desktop-notifications{display:none}header .profile-bar .profile-bar-options{display:none}header .mobile-notifications{display:block}header .mobile-notifications #notifications_link{margin-top:5px;position:absolute;top:25px;right:130px}header nav{visibility:hidden;opacity:0;max-height:0;padding:0 20px;text-align:right;transition:all ease 500ms}header nav ul li{display:block;padding:5px}header nav ul li.nav_expandable:hover ul li{display:inline-block;padding:0 10px 5px;height:auto}header nav ul li.nav_expandable:hover>span.admin{padding-right:0}header nav ul li.nav_expandable:hover>span.support{padding-right:0}header nav ul li.nav_expandable ul{top:0;bottom:0;right:75px;left:auto;border-bottom:none;border-left:none;padding:5px}header nav ul li .logout a{display:inline;font-size:17px;position:static}header nav ul li a{font-size:14px;font-weight:400;margin:0;padding:0}header .notifContainer{position:static;right:auto;top:auto}header .notifContainer #notices{top:auto;right:auto;width:100%;overflow:hidden;max-height:inherit}header .notifContainer .noticeClose{visibility:visible}header .profile-menu{display:none}header #loginLink{top:7.5px;position:absolute;right:0}}nav{display:block}nav ul li{display:inline;padding:0 20px 0 0}nav ul li .logout a{display:none;position:absolute;right:20px;bottom:13px;font-size:14px}nav ul li a{font-size:14px;font-weight:100;margin:0;padding:0;color:#4c4c4c;transition:all .2s linear}nav ul li a:hover{border:none;border-bottom:2px solid #0093e7;padding:5px 0;color:#000;text-decoration:none}.darkMode nav ul li a{color:#d8d8d8}.darkMode nav ul li a:hover{border-bottom:2px solid #0093e7;color:#fff}h1.logo{position:absolute;left:0;top:0;margin:0;overflow:hidden}h1.logo a{display:block;width:100px;height:0;padding:60px 0 0 10px;margin:10px 0 0 10px;background:url("/img/materia-logo-default-lightmode.svg") 50% 100% no-repeat;background-size:80px auto}.darkMode h1.logo a{background:url("/img/materia-logo-default-darkmode.svg") 0% 0% no-repeat;background-size:80px auto}.action_button{padding:7px 23px 8px 23px;background-color:#ffd439;transition:all .4s ease-in-out;font-weight:700;color:#333;font-size:18px;position:relative;cursor:pointer;display:inline-block;user-select:none;border-radius:4px;border:none}.ng-modal .action_button{margin:5px auto}.action_button.green{background:#c4dd61;color:#525252}.action_button.green:hover{background:#d5ea7f}.action_button.notification_action{font-size:14px;display:none}.action_button.notification_action.enabled{display:block}.page,.widget{position:relative;z-index:1}.alert-wrapper{position:fixed;top:0;left:0;z-index:9998;width:100%;height:100%;background:rgba(0,0,0,.66);display:flex;justify-content:center;align-items:center}.alert-wrapper .alert-dialog{width:400px;text-align:center;padding:15px;background:#fff}.alert-wrapper .alert-dialog h3{margin:5px 0;font-size:1.2em}.alert-wrapper .alert-dialog .buttons{display:block;width:100%;margin-top:5px}.alert-wrapper .alert-dialog .buttons .action_button{display:inline-block;margin:10px 0 5px 0}.darkMode .page .alert-wrapper,.darkMode .widget .alert-wrapper{background:rgba(0,0,0,.66)}.darkMode .page .alert-wrapper .alert-dialog,.darkMode .widget .alert-wrapper .alert-dialog{background:#21232a}section,header,nav,article,aside,footer{display:block}.cancel_button{color:#555;text-decoration:underline;margin:10px 15px;font-weight:400}.popup h2,.detail h2{color:#0a0a0a;font-weight:900;font-size:20pt;margin:10px auto;padding:0}.darkMode .popup h2,.darkMode .detail h2{color:#fff}.error-support span.subtitle{font-size:.9em;margin-top:0px;color:#666}.form-content ul li{text-align:left}.qtip{position:absolute;background:#b944cc;border:4px solid #b944cc;z-index:101;color:#fff;padding:10px;border-radius:5px;width:230px;font-weight:bold}.qtip.top:after,.qtip.top:before{bottom:100%;left:50%;border:solid rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none}.qtip.top:after{border-color:rgba(185,68,204,0);border-bottom-color:#b944cc;border-width:20px;margin-left:-20px}.qtip.top:before{border-color:rgba(185,68,204,0);border-bottom-color:#b944cc;border-width:26px;margin-left:-26px}.qtip.right:after{left:100%;top:50%;border:solid rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(185,68,204,0);border-left-color:#b944cc;border-width:28px;margin-top:-28px}.error p{min-width:340px;padding:6px 10px;margin:25px auto;background:#ffcfcf;color:red;font-weight:600;font-size:17px;text-align:center;box-sizing:border-box}.success p{min-width:340px;padding:6px 10px;margin:25px auto;background:#c4ffdf;color:green;font-weight:600;font-size:17px;text-align:center;box-sizing:border-box}.no_permission ul{width:360px;margin:auto;text-align:left}.notif-error{color:red}html,body{height:100%;min-height:100%}#app{position:relative;height:calc(100% - 42px)}section.widget{display:none;position:absolute;left:20px;right:20px;bottom:20px;top:110px;min-height:400px;min-width:400px}section.widget.preview{top:150px}section.widget .preview-bar{position:absolute;left:50%;transform:translateX(-50%);display:block;border-bottom:4px #b944cc solid;width:100%;height:40px;padding:0;background:none;margin-top:-44px;z-index:1}section.widget .preview-bar:before{content:"Previewing";background:#b944cc;display:block;left:0px;top:-40px;width:160px;height:20px;padding:8px 0 12px 0;font-size:20px;font-weight:900;color:#fff;text-align:center;vertical-align:middle;border-radius:5px 5px 0 0}section.widget .preview-bar:after{content:"Scores and interactions will not be recorded while previewing.";position:absolute;display:block;right:0px;top:16px;font-size:14px;font-weight:300}section.widget .center{position:relative;height:100%;min-height:400px;margin:0 auto;background:#fff}section.widget .center #container{margin:0 auto;outline:1px solid #999;display:block;font-family:"Lato",arial,sans-serif}section.widget .center #container.html{border:0;height:100%;width:100%}section.widget section.player-footer{height:38px;margin:0 auto;padding:4px 10px;border-top:solid 2px #b944cc;border-bottom-right-radius:5px;border-bottom-left-radius:5px;box-sizing:border-box;background:#ebebeb;display:flex;justify-content:space-between}section.widget section.player-footer a{display:block;padding-top:4px;color:#0093e7;font-weight:400;font-size:13px;text-decoration:underline}section.widget section.player-footer a.materia-logo{width:100px}section.widget section.player-footer a.materia-logo img{width:auto;height:15px;margin-top:1px}.embedded{background-image:none;background:#fff}.embedded section.widget{top:0;left:0;right:0;bottom:0}.embedded .center{box-shadow:none}.no-flash section.widget{left:0;right:0;bottom:0}.no-flash .center{box-shadow:none}h3{font-size:1.1em;font-weight:700}.darkMode section.widget .center #container{outline:1px solid #333}.darkMode section.widget section.player-footer{color:#fff;background:#333}.darkMode section.widget section.player-footer a{color:#61a4e2}
