.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:disabled{background-color:#ccc;color:#666;cursor:default}.action_button:disabled:hover{box-shadow:none}.action_button .little-button-text{font-size:18px;display:block}.ng-modal .action_button{margin:5px auto}.action_button.notification_action{font-size:14px;display:none}.action_button.notification_action.enabled{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(/static/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("/static/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-weight:bold;position:relative;margin-left:10px}header .nav_expandable ul{display:none;background-color:#fff;padding:15px 15px;position:absolute;top:100%;left:0;border:1px solid #d3d3d3;border-radius:5px;margin-top:5px;gap:15px;box-shadow:0 0 5px rgba(0,0,0,.1)}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;flex-direction:column}header .nav_expandable:hover>ul li{display:flex;padding:0;align-items:center;height:20px}header .nav_expandable:hover>ul li a{text-wrap:nowrap}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(/static/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("/static/img/materia-logo-default-lightmode.svg") 50% 100% no-repeat;background-size:80px auto}.darkMode h1.logo a{background:url("/static/img/materia-logo-default-darkmode.svg") 0% 0% no-repeat;background-size:80px auto}@media only screen and (min-device-pixel-ratio: 2),only screen and (-webkit-min-device-pixel-ratio: 2){h1.logo a{background:url("/static/img/materia-logo-default-lightmode.svg") 50% 100% no-repeat;background-size:80px auto}header{background:#fff;background-size:12px 6px}.darkMode h1.logo a{background:url("/img/materia-logo-default-darkmode.svg") 50% 100% no-repeat;background-size:80px auto}.darkMode header{background:#1d1f25;background-size:12px 6px}}.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 .alert-wrapper{background:rgba(0,0,0,.66)}.darkMode .alert-wrapper .alert-dialog{color:#fff;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}
.page{margin:0 auto 20px;max-width:950px;font-weight:400}#breadcrumb-container{display:inline-block;position:relative;top:10px;margin-left:10px;padding:5px 10px;background:#eee;border-radius:3px;font-size:14px;border:1px solid #ccc}#breadcrumb-container .breadcrumb{display:inline-block}#breadcrumb-container .breadcrumb a{color:#000}#breadcrumb-container svg{position:relative;height:15px;top:2px}#widget-about{display:none}.feature-list{display:flex;flex-direction:column;margin-bottom:12px}.feature-list:last-of-type{margin-bottom:0}.feature-list.accessibility-options .list-holder{display:flex;flex-direction:column}.feature-list.accessibility-options .list-holder ul{list-style-type:none;margin:0;padding:0}.feature-list.accessibility-options .list-holder ul li:first-of-type{margin-bottom:10px}.feature-list.accessibility-options .list-holder ul li.accessibility-indicator{display:none}.feature-list.accessibility-options .list-holder ul li.accessibility-indicator.show{display:block}.feature-list.accessibility-options .list-holder ul li.accessibility-description{display:none;margin:10px 0 0 0;font-size:14px;font-weight:300;font-style:italic;color:#5a5a5a}.feature-list.accessibility-options .list-holder ul li.accessibility-description.show{display:block}.feature-list.accessibility-options .list-holder ul li .icon-spacer{display:inline-block;width:35px;margin-right:10px}.feature-list.accessibility-options .list-holder ul li .icon-spacer svg{position:relative;height:20px;top:4px}.feature-list.accessibility-options .list-holder ul li span{color:#000;font-size:16px}.feature-list .feature-heading{font-size:14px;margin-bottom:6px}.feature-list .feature-heading.guide{font-size:.7em}.feature-list.guides .feature:first-of-type{margin-bottom:10px}.feature-list .feature-footer{font-size:.7em}.feature-list .item-list{display:flex;flex-direction:row;flex-wrap:wrap}.feature-list .item-list>*{margin:2px}.feature-list .progress-bar{display:flex;margin:40px 0 30px 0}.feature-list .progress-bar .content-holder{display:inherit;position:absolute}.feature-list .progress-bar .content-holder .bar{height:17px;width:80px}.feature-list .progress-bar .content-holder .bar:not(:nth-child(3)){margin-right:1px}.feature-list .progress-bar .content-holder .bar.red{background-color:#e75b00}.feature-list .progress-bar .content-holder .bar.orange{background-color:#e79300}.feature-list .progress-bar .content-holder .bar.green{background-color:#4bcd70}.feature-list .progress-bar .content-holder .svg-arrow{max-height:35px}.feature-list .progress-bar .content-holder .access-icon{display:flex;flex-direction:column;align-items:center;position:absolute;left:0;top:-30px}.feature-list .progress-bar .content-holder .access-icon.score-limited{left:81px}.feature-list .progress-bar .content-holder .access-icon.score-full{left:162px}.feature-list .progress-bar .content-holder .access-icon .icon-backing{display:grid;border-radius:5px 5px 0 0;background-color:#4b4b4b;width:80px;height:30px}.feature-list .progress-bar .content-holder .access-icon .icon-backing-single{display:flex;border-radius:5px 5px 0 0;background-color:#4b4b4b;width:80px;height:30px}.feature-list .progress-bar .content-holder .access-icon .icon-backing-single svg{width:100%}.feature-list .progress-bar .content-holder .access-icon .svg-icon{max-width:24px;margin:auto}.feature-list .feature{margin-top:0}.feature-list .feature .feature-description{display:inline-block;margin:0 4px;font-size:12px}.feature-list .feature .guide-link{font-size:13px;padding:2px 25px 2px 6px;border-radius:2px;background:#555;color:#fff;font-weight:bold;text-decoration:none;margin-right:5px;position:relative;display:inline-block;line-height:normal;cursor:pointer}.feature-list .feature .guide-link svg{transform:scale(0.6);position:absolute;top:-2px;right:0px}.feature-list .feature .guide-link:hover{background-color:#000}.feature-list .feature .guide-link:hover svg{right:-2px}.feature-list .feature .feature-name{font-size:14px;cursor:default;position:relative;border-radius:2px;background:#0093e7;color:#fff;padding:4px 12px;margin-right:5px;font-weight:700;display:block}.feature-list .feature .feature-name:hover{background:#0357a5}.feature-list .feature .feature-name:hover:after{content:"";position:absolute;width:0;height:0;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-top:6px solid #0357a5;right:0;left:0;bottom:-6px;margin:auto}.feature-list .feature .feature-description{margin-top:7px;position:absolute;z-index:99;padding:15px;color:#fff;background:#0357a5;width:250px;border-radius:15px;box-shadow:1px 2px 5px #888;line-height:18px;font-size:14px}.feature-list .feature .feature-progress{display:flex;flex-direction:column;position:relative;margin:1px;float:left;text-align:center;align-items:center;justify-content:center;min-width:110px}.feature-list .feature .feature-progress.unavailable{color:#a2a2a2}.feature-list .feature .feature-progress .accessibility-text{font-size:.6em;margin-top:-1.5em;margin-bottom:.5em;min-width:50px;border-bottom:1px solid #000}.feature-list .feature .feature-progress .accessibility-text.unavailable{color:#a2a2a2;border-bottom:1px solid #a2a2a2;content:"Unavailable"}.feature-list .feature .feature-progress .accessibility-description.unavailable{color:#a2a2a2}.feature-list .feature .feature-progress .bar-overflow{position:relative;width:90px;height:45px;overflow:hidden}.feature-list .feature .feature-progress .bar-overflow .bar{position:absolute;top:0;left:0;width:90px;height:90px;border-radius:50%;box-sizing:border-box;border:13px solid #fff;transform:rotate(45deg)}.feature-list .feature .feature-progress .bar-overflow .bar.full{transform:rotate(225deg);animation-name:full-circle;animation-duration:1s;animation-timing-function:ease-out;border-bottom-color:#45f556;border-right-color:#45f556}@keyframes full-circle{0%{transform:rotate(45deg);border-bottom-color:#45f556;border-right-color:#45f556}100%{transform:rotate(225deg)}}.feature-list .feature .feature-progress .bar-overflow .bar.limited{transform:rotate(135deg);animation-name:half-circle;animation-duration:1s;animation-timing-function:ease-out;border-bottom-color:#fafc65;border-right-color:#fafc65}@keyframes half-circle{0%{transform:rotate(45deg);border-bottom-color:#fafc65;border-right-color:#fafc65}100%{transform:rotate(135deg)}}.feature-list .feature .feature-progress .bar-overflow .bar.none{transform:rotate(65deg);animation-name:small-circle;animation-duration:1s;animation-timing-function:ease-out;border-bottom-color:#fa2819;border-right-color:#fa2819}@keyframes small-circle{0%{transform:rotate(45deg);border-bottom-color:#fa2819;border-right-color:#fa2819}100%{transform:rotate(65deg)}}a.customizable{background:#e53f1f;color:#fff}a.scorable{background:#abe51f;color:#405118}a.scorable:hover{color:#abe51f;background:#405118}a.green{background:#c4dd61;color:#525252}a.green:hover{background:#d5ea7f}.widget_detail{background:#fff;border-radius:4px;border:#e4e4e4 1px solid;box-shadow:1px 3px 10px #dcdcdc;margin:25px 10px;padding-bottom:70px;min-height:500px}.widget_detail .top{background:#eee;border-radius:4px 4px 0 0;color:#333;padding:15px 15px;min-height:92px}.widget_detail .top img{height:92px;position:absolute}.widget_detail .top h1{margin:0 0 0 110px;font-size:2em}.widget_detail .top p{margin:0 0 0 110px}.widget_detail .pics{margin:35px 60px 15px;position:relative;text-align:center}.widget_detail .pics button.pic-arrow{position:absolute;top:calc(50% - 20px);display:block;width:24px;height:24px;padding:0;cursor:pointer;border:none;outline:none;fill:#fff;background:#000;border-radius:100%;opacity:.5}.widget_detail .pics button.pic-arrow:first-of-type{left:-40px}.widget_detail .pics button.pic-arrow:last-of-type{right:-40px}.widget_detail .pics button.pic-arrow:hover{opacity:.7}.widget_detail .pics button.pic-arrow:focus{opacity:1}.widget_detail .pics button.demo-dot{margin:0;padding:2px 8px 3px 18px;position:relative;background-color:silver;color:#fff;border:none;box-shadow:none;border-radius:6px;cursor:pointer;vertical-align:top;top:8px}.widget_detail .pics button.demo-dot:before{content:" ";position:absolute;top:4px;left:6px;width:0;height:0;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-left:8px solid #fff}.widget_detail .pics button.demo-dot:hover,.widget_detail .pics button.demo-dot:focus{background-color:#777;outline:none;color:#fff}.widget_detail .pics button.demo-dot.selected{background-color:#555;color:#fff}.widget_detail .pics button.pic-dot{margin:12px 10px;padding:0;position:relative;font-size:0;line-height:0;display:inline-block;width:10px;height:10px;cursor:pointer;color:rgba(0,0,0,0);border:0;outline:none;background:rgba(0,0,0,0)}.widget_detail .pics button.pic-dot:before{position:absolute;top:0;left:0;width:10px;height:10px;content:" ";border-radius:100%;background-color:#000;opacity:.25}.widget_detail .pics button.pic-dot:hover:before{opacity:.5}.widget_detail .pics button.pic-dot:focus:before{opacity:.5}.widget_detail .pics button.pic-dot.selected:before{opacity:1}.widget_detail #pics-scroller-container{overflow:hidden;width:100%}.widget_detail #pics-scroller{display:flex;transform:translate3d(-2px, 0, 0)}.widget_detail #pics-scroller>div{width:100%;height:100%;min-height:150px;margin:auto 2px;flex-grow:0;flex-shrink:0;padding:5px;background:#333;box-sizing:border-box;border-radius:3px;position:relative;touch-action:none;cursor:grab}.widget_detail #pics-scroller>div.playing,.widget_detail #pics-scroller>div.loading{background:#b944cc}.widget_detail #pics-scroller>div:active{cursor:grabbing}.widget_detail #pics-scroller>div img{width:100%;height:100%;margin:auto auto 37px;flex-grow:0;flex-shrink:0;border-radius:3px}.widget_detail #pics-scroller>div h3{position:absolute;bottom:0;left:0;right:0;text-align:right;color:#fff;margin:0;padding:10px 30px;font-size:15px;height:20px;user-select:none}.widget_detail #demo-cover{height:auto;width:auto;display:flex;position:absolute;margin:5px 5px 45px;border-radius:3px;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;text-align:center;background-repeat:no-repeat;background-size:contain}.widget_detail #demo-cover.hidden,.widget_detail #demo-cover.loading{transform:translate3d(0, 0, 0)}.widget_detail #demo-cover.hidden button,.widget_detail #demo-cover.loading button{padding-right:45px}.widget_detail #demo-cover.hidden button:after,.widget_detail #demo-cover.loading button:after{content:"";width:20px;height:20px;position:absolute;top:-7px;right:10px;background-color:#535353;margin:20px auto;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}.widget_detail #demo-cover.hidden #demo-cover-background,.widget_detail #demo-cover.loading #demo-cover-background{opacity:.5}.widget_detail #demo-cover button{transition:300ms;font-weight:700;box-shadow:1px 2px 4px #888;text-shadow:1px 1px 1px rgba(255,255,255,.5);font-size:22px;border:3px solid #525252;padding:10px 20px 10px 50px;position:relative;cursor:pointer;z-index:2;opacity:1}.widget_detail #demo-cover button:hover{text-decoration:underline}.widget_detail #demo-cover button:hover+#demo-cover-background{opacity:.7}.widget_detail #demo-cover button svg{fill:#535353;transform:scale(1.5);position:absolute;top:11px;left:18px}.widget_detail #demo-cover-background{background:radial-gradient(ellipse farthest-corner at center center, rgba(255, 255, 255, 0.85) 20%, rgba(190, 190, 190, 0.97) 100%) repeat scroll 0% 0%;position:absolute;height:100%;width:100%;top:0;left:0;transition:1500ms}.widget_detail #player-container{position:relative;z-index:2}.widget_detail #player-container section.widget{top:0px;left:0px;right:0px;bottom:0px}.widget_detail .screenshot-drag-cover{position:absolute;top:0;bottom:0;left:0;right:0}.widget_detail .bottom{padding:0 55px}.widget_detail .bottom .widget-action-buttons{text-align:left;margin-bottom:20px}.widget_detail .bottom .widget-action-buttons h4{color:#000;font-size:.9em;margin:0px 0 6px 0;padding:10px 0 0 0}.widget_detail .bottom .widget-action-buttons h4:first-child{padding:0}.widget_detail .bottom .widget-action-buttons p{margin-top:0;padding:0}.widget_detail .bottom .bottom-content{margin:0 auto 5px auto;border-radius:5px;display:flex;padding:20px}.widget_detail .bottom .bottom-content .left-content{display:flex;flex-direction:column;margin-right:auto;max-width:50%}.widget_detail .bottom .bottom-content .right-content{display:flex;flex-direction:column}.widget_detail .bottom #createLink{padding-left:45px}.widget_detail .bottom #createLink svg{position:absolute;fill:#535353;top:5px;left:17px}.widget_detail .bottom #last-updated{padding-left:20px;font-style:italic;color:#b5b5b5;font-size:.9em}.widget_detail .loading-icon-holder{margin:3.5em 0}.darkMode #breadcrumb-container{background:#1d1f25;border:1px solid #181920}.darkMode #breadcrumb-container .breadcrumb a{color:#91c8fc}.darkMode #breadcrumb-container svg{fill:#fff}.darkMode .feature-list.accessibility-options .list-holder ul li.accessibility-description{color:#d8d8d8}.darkMode .feature-list.accessibility-options .list-holder ul li .icon-spacer svg{fill:#fff}.darkMode .feature-list.accessibility-options .list-holder ul li span{color:#fff}.darkMode .feature-list .feature .guide-link{background:#555;color:#fff}.darkMode .feature-list .feature .guide-link:hover{background-color:#000}.darkMode .feature-list .feature .feature-name{background:#295b99;color:#fff}.darkMode .feature-list .feature .feature-name:hover{background:#0357a5}.darkMode .feature-list .feature .feature-name:hover:after{border-top:6px solid #0357a5}.darkMode .feature-list .feature .feature-description{color:#fff;background:#0357a5;box-shadow:1px 2px 5px #08090c}.darkMode .widget_detail{background:#21232a;border:#181920 1px solid;box-shadow:1px 3px 10px #08090c}.darkMode .widget_detail .top{background:#1d1f25;color:#fff}.darkMode .widget_detail .pics button.pic-arrow{fill:#333;background:#fff}.darkMode .widget_detail .pics button.demo-dot{background-color:#4c4e58;color:#fff}.darkMode .widget_detail .pics button.demo-dot:before{border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);border-left:8px solid #fff}.darkMode .widget_detail .pics button.demo-dot:hover,.darkMode .widget_detail .pics button.demo-dot:focus{background-color:#686a74;outline:none;color:#fff}.darkMode .widget_detail .pics button.demo-dot.selected{background-color:#565964;color:#fff}.darkMode .widget_detail .pics button.pic-dot:before{background-color:#fff;opacity:.25}.darkMode .widget_detail .pics button.pic-dot:hover:before{opacity:.5}.darkMode .widget_detail .pics button.pic-dot:focus:before{opacity:.5}.darkMode .widget_detail .pics button.pic-dot.selected:before{opacity:1}.darkMode .widget_detail #pics-scroller>div{background:#4c4e58}.darkMode .widget_detail #pics-scroller>div.playing,.darkMode .widget_detail #pics-scroller>div.loading{background:#b944cc}.darkMode .widget_detail #pics-scroller>div:active{cursor:grabbing}.darkMode .widget_detail #pics-scroller>div h3{color:#fff}.darkMode .widget_detail #demo-cover.hidden button:after,.darkMode .widget_detail #demo-cover.loading button:after{background-color:#535353}.darkMode .widget_detail #demo-cover button{box-shadow:1px 2px 4px #08090c;text-shadow:1px 1px 1px rgba(255,255,255,.5);border:3px solid #181920}.darkMode .widget_detail #demo-cover button:hover+#demo-cover-background{opacity:.7}.darkMode .widget_detail #demo-cover button svg{fill:#535353}.darkMode .widget_detail #demo-cover-background{background:radial-gradient(ellipse farthest-corner at center center, rgba(33, 35, 42, 0.85) 20%, rgba(29, 31, 37, 0.97) 100%) repeat scroll 0% 0%}.darkMode .widget_detail .bottom .widget-action-buttons h4{color:#fff}.darkMode .widget_detail .bottom #createLink svg{fill:#535353}.darkMode .widget_detail .bottom #last-updated{color:#b5b5b5}@media(max-width: 720px){#breadcrumb-container{padding:3px 10px;margin-bottom:10px;top:0;max-width:calc(100% - 40px)}#widget-about{display:block;margin-top:25px;padding:0 20px}.feature-list{justify-content:center}.feature-list .feature-heading{text-align:center;flex-basis:100%;margin-bottom:10px}.widget_detail .bottom{padding:0 20px}.widget_detail .bottom .widget-action-buttons{float:none;margin:0 auto;text-align:center}.widget_detail .bottom #last-updated{padding:0;text-align:center;display:block}.widget_detail .bottom .bottom-content{flex-direction:column-reverse;align-items:center;justify-content:center}.widget_detail .bottom .bottom-content .left-content{max-width:100%;width:100%;margin:12px 0 0 0}.widget_detail .bottom .bottom-content .right-content{width:100%;max-width:100%}.widget_detail .bottom .bottom-content .feature-list{margin-top:10px}.widget_detail .bottom .bottom-content .progress-bar{justify-content:center;align-items:center}.widget_detail .top{padding:10px;min-height:auto}.widget_detail .top img{height:50px}.widget_detail .top h1{font-size:1.5em;margin-left:60px}.widget_detail .top p{display:none}.widget_detail #demo-cover{margin-bottom:28px}.widget_detail #demo-cover button{font-size:18px;border-width:1px;padding:7px 23px 8px 43px}.widget_detail #demo-cover button svg{transform:scale(1.2);top:6px;left:15px}.widget_detail .pics{display:block;position:relative;margin:25px 20px 25px}.widget_detail .pics button.pic-arrow{height:24px;width:24px;top:calc(100% - 29px)}.widget_detail .pics button.pic-arrow:first-of-type{left:5px}.widget_detail .pics button.pic-arrow:last-of-type{right:5px}.widget_detail .pics button.pic-dot{margin:12px 8px}.widget_detail #pics-scroller>div img{margin-bottom:20px}.widget_detail #pics-scroller>div h3{padding:5px 10px;font-size:14px;height:18px}}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg);transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg);transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}
