@import url(https://fonts.googleapis.com/css?family=Open+Sans:300|Roboto:100,300,400,500,700);
html{height:100%;text-decoration:none;font-family:Roboto,Arial,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch;box-sizing:border-box}html .hide{display:none}*,*::before,*::after{text-decoration:none;box-sizing:inherit}body{margin:0;padding:0;height:100%;font-size:16px}.app-root{position:fixed;width:100vw;height:100%;overflow:hidden auto}table{width:100%;border-spacing:0}.button,.button--secondary,.button--primary{display:table-cell;border-radius:5px;cursor:pointer;padding:0 16px;width:100%;height:50px;vertical-align:middle;text-align:center;text-decoration:none;line-height:50px;font-family:Roboto,Arial,sans-serif;font-size:20px}.button--primary{font-weight:400;clear:both;transition:box-shadow .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out;outline:0;border:0;box-shadow:0 2px 6px rgba(0,0,0,.3);background-color:#2196f3;overflow:hidden;text-transform:uppercase;white-space:nowrap;color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.button--primary:hover{background-color:#bbdefb;color:#fff}.button--primary:focus,.button--primary:active{box-shadow:2px 6px 8px rgba(0,0,0,.2);background-color:#bbdefb;color:#fff}.button--secondary{border:1px solid #2196f3;background-color:rgba(0,0,0,0);color:#2196f3}.button--secondary:hover{background-color:#f5f5f5;color:#2196f3}.button--secondary:focus,.button--secondary:active{opacity:1;background-color:#ddd;color:#2196f3}.button--disabled{opacity:.3;box-shadow:none;pointer-events:none}.error-image{display:-webkit-flex;display:flex;-webkit-flex:1;flex:1;margin:0 16px;background-repeat:no-repeat;background-position:center bottom;background-size:contain;height:40vh}.error-page{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:0 auto;width:80vw;max-width:320px}.error-page .title{text-align:center;color:#2196f3;font-size:28px}.error-page p{padding:0 20px;text-align:center;font-size:14px;font-weight:300}.error-page .text-less-emphasis{color:#999}.error-page .text-more-emphasis{color:#2196f3}.error-page footer{-webkit-align-self:center;align-self:center;padding:16px 0;width:100vw}.forbidden-error-page .error-image{background-image:url(/assets/scoobi-403-1276248445826dccbea7-1276248445826dccbea7..svg)}.not-found-error-page .error-image{background-image:url(/assets/scoobi-404-f427542a5a7dbeb747aa-f427542a5a7dbeb747aa..svg)}.server-error-page .error-image{background-image:url(/assets/scoobi-500-796c9e94cec5dfaf83dd-796c9e94cec5dfaf83dd..svg)}#not-on-ata{background-image:url(/assets/not-on-ata-9c4e68c8a6c28932a820-9c4e68c8a6c28932a820..svg)}.error-content .error-body{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}.error-content .error-body .error-image{background-repeat:no-repeat;background-position:center;background-size:contain;width:100px;height:120px}.error-content .error-body p{padding:0;width:60%}.error-content .error-body .server-error-image{background-image:url(/assets/hello-hello-98f45cdb8b9ff26a6182-98f45cdb8b9ff26a6182..svg)}.error-content .error-body .auth-error-image{background-image:url(/assets/who-are-you-6e65bb6284c5c71c573b-6e65bb6284c5c71c573b..svg)}.error-content .error-body .forbidden-error-image{background-image:url(/assets/forbidden-f5f5d4c074a6a9b202dd-f5f5d4c074a6a9b202dd..svg)}.help-desk{text-align:center;color:#9b9b9b;font-size:12px}.help-desk>div{line-height:20px}.help-desk>div>*{line-height:16px}.help-desk>div span{display:inline-block}.help-desk>div a{display:inline-block;border:1px solid #2196f3;border-radius:5px;padding:0 5px;color:#2196f3}.help-desk>div a:active,.help-desk>div a:hover{background-color:#2196f3;text-decoration:none;color:#fff}.help-desk>div .vdp-link{border-color:#9b9b9b;color:#9b9b9b}.help-desk>div .vdp-link:active,.help-desk>div .vdp-link:hover{background-color:#9b9b9b;color:#fff}.help-desk div+div{margin-top:15px}.loader{position:fixed;top:calc(50vh - 50px);left:calc(50vw - 50px);width:100px;height:100px}.loader .circular{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;width:100px;height:100px}.loader .path{-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-dasharray:1200;stroke-dashoffset:0;stroke-linecap:round;stroke:#2196f3}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-180}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-180}}.modal{display:-webkit-flex;display:flex;position:fixed;inset:0;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;z-index:500}.modal .backdrop{position:fixed;top:0;left:0;opacity:.5;background-color:#000;width:100%;height:100%}.modal .modal-dialog{display:-webkit-flex;display:flex;position:relative;-webkit-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;background-color:#fff;width:90vw;max-width:600px}.modal .modal-header{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding:16px;width:100%;min-height:90px}.modal .modal-header .modal-title{font-weight:300;-webkit-flex:1;flex:1;line-height:24px;color:#2196f3;font-size:24px}.modal .modal-header.grey{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-shrink:0;flex-shrink:0;z-index:1;box-shadow:0 3px 3px rgba(0,0,0,.4);background-color:#ddd;padding:16px 16px 0}.modal .modal-header.grey .modal-title{font-weight:300;line-height:24px;color:#000;font-size:18px}.modal .modal-header.grey .tab-bar-item.selected{border-bottom:3px solid #2196f3;color:#2196f3}.modal .modal-header.multi-select{display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;z-index:1;box-shadow:0 3px 3px rgba(0,0,0,.4);background-color:#ddd;padding:28px 16px 0;-webkit-align-items:center;align-items:center}.modal .modal-header.multi-select .modal-title{font-weight:300;line-height:24px;color:#000;font-size:24px}.modal .modal-header h3{color:#2196f3}.modal .modal-footer{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;z-index:1;border-top:1px solid #e6e6e6;box-shadow:0 -3px 3px rgba(0,0,0,.4);padding:8px 16px;min-height:52px}.modal .modal-footer button,.modal .modal-footer .button{-webkit-flex:1;flex:1;margin:0 8px;padding:0 8px;height:36px;line-height:36px;font-size:16px}.modal .modal-content{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden auto;max-height:70vh}.modal .modal-body{padding:16px}.modal .loader{position:relative;top:auto;left:auto;margin:auto}.sheet-modal .modal-dialog{position:absolute;top:0;right:0;bottom:0;-webkit-animation:animate--sheetSlide .3s ease-out;animation:animate--sheetSlide .3s ease-out;margin:0;border-radius:0;min-width:90vw;max-width:90vw;min-height:100%;max-height:100%}@-webkit-keyframes animate--sheetSlide{from{-webkit-transform:translateX(100vw);transform:translateX(100vw)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes animate--sheetSlide{from{-webkit-transform:translateX(100vw);transform:translateX(100vw)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.sheet-modal .modal-title{text-align:left}.sheet-modal .modal-footer{position:fixed;right:0;bottom:0;box-shadow:0 -3px 3px rgba(0,0,0,.4);background-color:#ddd;width:90vw}.popup-modal .modal-dialog{max-width:800px;max-height:80vh}.popup-modal .modal-header{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-shrink:0;flex-shrink:0}.popup-modal .modal-header .modal-title{text-align:center}.popup-modal .modal-header .modal-subtitle{margin-bottom:10px;text-align:center;line-height:24px;color:#2196f3;font-size:20px}.popup-modal h3{margin:8px 0 4px;color:#2196f3;font-size:18px}.logout-modal{text-align:center;color:#2196f3}.logout-modal h2{font-size:28px;font-weight:300}.logout-modal .modal-footer{border:0;box-shadow:none;background-color:#fff}.mobile-footer{margin-top:auto;padding:20px 0;text-align:center}.bottom-bar{display:-webkit-flex;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 -2px 5px rgba(0,0,0,.3);background-color:#ddd;width:100vw;height:40px;color:#4a4a4a}.bottom-bar .scoobi-button,.bottom-bar .logout-button{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;border-top:6px solid rgba(0,0,0,0);padding-top:2px;width:50%}.bottom-bar .scoobi-button:hover,.bottom-bar .logout-button:hover{opacity:.5;border-color:#4a4a4a}.bottom-bar .scoobi-button{-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start}.bottom-bar .scoobi-button .icon{background-image:url(/assets/small-scoobi-icon-2e00bb5a73338ffd46c8-2e00bb5a73338ffd46c8..svg);background-repeat:no-repeat;background-position:center;width:24px;height:24px}.bottom-bar .logout-button{-webkit-justify-content:flex-end;justify-content:flex-end;background-image:url(/assets/settings-icon-ff870400fe8e958a97fc-ff870400fe8e958a97fc..svg);background-repeat:no-repeat;background-position:right;background-size:24px}.bottom-bar .logout-button .text{position:relative;top:6px;right:32px}.bottom-bar .selected{opacity:1;border-color:#4a4a4a;color:#4a4a4a}.bottom-bar a:hover{opacity:1;text-decoration:none}
.login-page{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;height:100vh}.login-page .notice{position:relative;width:100%;text-align:center}.login-page .notice>*{padding:10px}.login-page .alert-danger{border-color:#ebccd1;background-color:#f2dede;color:#a94442}.login-page .alert{border:1px solid rgba(0,0,0,0);border-radius:4px;padding:15px}.login-page .logo{margin:15vh auto 10px;max-width:100%}.login-page .button--primary{-webkit-flex-shrink:0;flex-shrink:0;width:80vw;max-width:288px}
.anti-gois-banner{position:relative;background-color:#cee3ff;width:100%}.anti-gois-banner .container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:1rem;margin:0 auto;padding:1rem 3rem 1rem 2rem;max-width:1440px;color:#333;position:relative}@media(width >= 768px){.anti-gois-banner .container{-webkit-flex-direction:row;flex-direction:row;padding:1rem 2rem}}.anti-gois-banner .content{display:-webkit-flex;display:flex;-webkit-flex:1;flex:1;-webkit-flex-direction:column;flex-direction:column;gap:.25rem}.anti-gois-banner .text{line-height:1.5;font-size:1.1rem;font-weight:700}.anti-gois-banner .text:not(:first-child){margin-top:0}.anti-gois-banner .text:not(:last-child){margin-bottom:0}.anti-gois-banner .scam-shield-button{display:inline-block;padding:.5rem 1rem;border:1px solid #000;border-radius:.25rem;background-color:rgba(0,0,0,0);color:#000;text-decoration:none;font-weight:500;transition:all .2s ease-in-out;-webkit-align-self:flex-start;align-self:flex-start}@media(width >= 768px){.anti-gois-banner .scam-shield-button{-webkit-align-self:center;align-self:center}}.anti-gois-banner .scam-shield-button:hover,.anti-gois-banner .scam-shield-button:focus{background-color:rgba(0,0,0,.08);outline:none}.anti-gois-banner .scam-shield-button:active{background-color:rgba(0,0,0,.12)}.anti-gois-banner .scam-shield-button:focus-visible{box-shadow:0 0 0 2px blue}.anti-gois-banner .dismiss-button{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;transition:background-color .2s;border:0;border-radius:.25rem;background-color:rgba(0,0,0,0);cursor:pointer;width:3rem;height:3rem;color:#333;position:absolute;top:1rem;right:1rem}@media(width >= 768px){.anti-gois-banner .dismiss-button{position:static;top:auto;right:auto}}.anti-gois-banner .dismiss-button:hover{background-color:rgba(0,0,0,.05)}.anti-gois-banner .dismiss-button:active{background-color:rgba(0,0,0,.1)}.anti-gois-banner .dismiss-button svg{width:1.5rem;height:1.5rem}
.logout-page{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-content:center;align-content:center;-webkit-align-items:center;align-items:center;-webkit-align-self:stretch;align-self:stretch;width:100vw;height:100vh;overflow-x:hidden}.logout-page .logout-header{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:stretch;align-items:stretch;padding:16px 0 0 32px;width:100%;text-align:left;line-height:1.7}.logout-page .logout-header .title{font-weight:100;margin:0;line-height:1.1;color:#2196f3;font-size:48px}.logout-page .logout-header .sub-title{font-weight:300;margin-bottom:10px;font-size:18px}.logout-page .logout-header .text{-webkit-flex:1;flex:1;text-align:left}.logout-page .logout-header .scoobi-logout{-webkit-flex:1.5;flex:1.5;background-image:url(/assets/big-scoobi-logout-a8dca10d01e598d37d6a-a8dca10d01e598d37d6a..svg);background-repeat:no-repeat;background-position:bottom right;background-size:contain;min-height:315px}.logout-page .call-to-action{padding:0 16px;text-align:center}.logout-page .call-to-action .sub-title{font-weight:300;margin-bottom:10px;color:#9b9b9b;font-size:14px}.logout-page .call-to-action .button--primary{margin-top:5px}
.home-page .content{margin-bottom:48px;height:100%}@media(max-width: 768px){.home-page .content{margin-top:4vh}}@media(min-height: 768px),(max-width: 500px){.home-page .content{margin-top:4vh}}.home-page .header{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.home-page .header .scoobi-icon{display:inline-block;margin-right:5px;background-image:url(/assets/scoobi-smiley-68e863fdb609b86b9150-68e863fdb609b86b9150..svg);background-repeat:no-repeat;background-position:bottom left;background-size:contain;padding:0 16px;width:54px;height:79px}@media(min-width: 768px){.home-page .header .scoobi-icon{width:81px;height:120px}}.home-page .header .title{font-weight:100;margin:0;line-height:.8;color:#2196f3;font-size:48px}.home-page .header .sub-title{font-weight:300;font-size:18px}.home-page .apps{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:8px auto;width:100%;max-width:480px}.home-page .apps .app{display:block;position:relative;-webkit-flex:1 1 40%;flex:1 1 40%;margin:8px;border-radius:6%;box-shadow:0 4px 8px rgba(0,0,0,.4);background-repeat:no-repeat;background-size:contain;cursor:pointer;min-width:40%}.home-page .apps .app::before{display:block;padding-top:90%;content:""}.home-page .apps .app:hover{opacity:.5}.home-page .apps .flexilist{background-color:#319795;border-radius:8px}.home-page .apps .flexilist::before{display:block;padding-top:0}.home-page .apps .flexilist .flex-container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:6%}.home-page .apps .flexilist .flexilist-title{font-weight:300;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding-top:6%;color:#fff;font-size:20px;line-height:28px}@media(min-width: 768px){.home-page .apps .flexilist .flexilist-title{font-size:24px;font-weight:300}}.home-page .apps .flexilist .flexilist-description{font-weight:300;padding-top:2%;font-size:.93rem;letter-spacing:.01rem;text-align:center;color:#fff;padding-left:13%;padding-right:12%;line-height:20px}.home-page .apps .app-title{font-weight:300;position:absolute;inset:-4px 0 0;padding-top:7px;text-align:center;color:#fff;font-size:18px}@media(min-width: 768px){.home-page .apps .app-title{font-size:30px;font-weight:100}}.home-page .apps .attendance{background-color:#0071ca;background-image:url(/assets/attendance-873bb1c7907a8646f736-873bb1c7907a8646f736..svg)}.home-page .apps .cca-attendance{background-color:#5132a5;background-image:url(/assets/cca-attendance-880b3f325e0faea4f146-880b3f325e0faea4f146..svg)}.home-page .apps .health{background-color:#d32f2f;background-image:url(/assets/health-c83a9bb21eba40d19d81-c83a9bb21eba40d19d81..svg)}.home-page .apps .temperature{background-color:#2e7d32;background-image:url(/assets/temperature-91061d556ccc423e0514-91061d556ccc423e0514..svg)}.home-page .apps .cca-attendance span{color:#fa0}

/*# sourceMappingURL=../maps/assets/home-7132a67e7830.css.map*/