@import"https://fonts.googleapis.com/icon?family=Material+Icons";:root{--orange: #ed7520;--red: #FE6565;--green: #2CD62C;--green-btn: #4caf50;--lightgreen: #ECFBEC;--blue: #0037FF;--grey: #bdbdbd;--lightgrey: #f3f3f3}button{transition:all ease-in-out .15s}button:hover{opacity:1!important;cursor:pointer}body{background-color:#f8f8f8;padding:1rem;font-family:Montserrat,sans-serif!important;margin:0rem!important}button,input,select{font-family:Montserrat,sans-serif!important}.btn-save-changes{padding:.5rem .1rem;border-radius:12px;background:var(--lightgreen);color:var(--green-btn);font-size:1rem;font-weight:500;border:unset;box-shadow:0 2px 4px #00000026}.btn-save-changes:hover{filter:brightness(.98)}h1{font-size:2.5rem;color:var(--orange);font-weight:600;text-transform:uppercase;margin:0rem .5rem 0rem 1.5rem}h2{font-size:1.5rem;margin-bottom:1rem;font-weight:600}h4{font-weight:500}.w-75{width:75%!important}.text-wrap{word-break:break-word!important}.custom-card--header h3{font-weight:600}header{margin-bottom:16px;display:flex;align-items:center}header small{margin-top:14px}header img{width:80px}main{background-color:#fff;border-radius:18px;padding:2rem}.card-container--header .custom-input{flex-grow:0}.card-container--header .custom-input select{margin-bottom:0!important}.card-container--header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.5rem}.card-container{display:grid;grid-template-columns:repeat(auto-fit,343px);row-gap:24px;margin-bottom:3.5rem;column-gap:.9rem}.custom-card{border-radius:12px;box-shadow:1px 4px 11px #0000001a;padding:14px;display:flex;flex-direction:column;gap:.875rem;width:315px;opacity:.75;transition:all ease-in-out .15s}.custom-card:hover{opacity:1;box-shadow:1px 4px 11px 1px #0003;cursor:pointer}.custom-card--header{display:flex;flex-direction:row;align-items:start;justify-content:space-between}.custom-card--header h3{font-size:1rem;margin:0!important}.custom-card--header p{font-size:.875rem;margin-top:.25rem}.custom-card--body{display:flex;flex-direction:row;flex-grow:1;align-items:end;justify-content:space-between}.meeting-info--icons{width:70px;height:55px;border-radius:.5rem;padding:.25rem;display:flex;flex-direction:column;align-items:center;justify-content:space-around;box-shadow:0 1px 5px #00000026;position:relative}.meeting-info--icons p{font-size:.625rem;text-align:center;margin:0;font-weight:600;overflow:hidden;text-overflow:ellipsis;width:100%}.meeting-info--icons .value{position:absolute;top:4px;right:4px}.custom-card--footer button,.join-meeting-btn{width:100%;background-color:var(--blue);opacity:.8;color:#fff;border-radius:5px;padding:.625rem .375rem;border:unset;font-size:.875rem;cursor:pointer;transition:all ease-in-out .15s}.join-meeting-btn{width:unset;padding:.5rem 1.5rem}.custom-card--footer button:hover,.join-meeting-btn:hover{opacity:1}.custom-card--footer .offline{background:#b9b9b9a8!important}.material-symbols-outlined.icon-filled{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.material-symbols-outlined.online{color:var(--green);filter:drop-shadow(1px 3px 2px rgba(0,0,0,.2))}.material-symbols-outlined.offline{color:var(--red);filter:drop-shadow(1px 3px 2px rgba(0,0,0,.2))}.meeting-status--indicators{display:flex;flex-direction:row;gap:.5rem}.card-header--icon{color:var(--grey);position:relative}.card-header--icon.on{color:var(--green)}.card-header--icon.alert{animation:pulse-animation--icon 1s infinite;color:var(--red)}.camera-icon:before,.record-icon:before{content:"";background:#00f}.camera-icon.meeting-started{color:var(--green)}.record-icon.recording{color:var(--red)}.custom-card--alert{border-radius:12px;box-shadow:1px 4px 11px #0000001a;padding:14px;display:flex;flex-direction:column;gap:.875rem;margin-bottom:1.25rem}.card-header--alert{display:flex;justify-content:space-between}.card-header--icons{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;height:100%;align-items:end;margin-right:1rem}.card-header--icons .material-symbols-outlined{font-size:2rem!important;color:var(--grey)}.card-header--icons span.active{font-size:2.25rem!important;color:var(--red)}.card-header--alert div>p{margin:0 0 4px}.card-header--alert div{position:relative}.assistance-counter-icon{position:absolute;top:-6px;right:-16px;width:20px;height:20px;border-radius:50%;background:var(--red);color:#fff;font-size:12px!important;place-content:center;text-align:center}.assistance-section{margin-bottom:2.5rem}.card-header--alert div>p:first-child{font-weight:600;display:flex;align-items:center;gap:1rem}.card-body--alert table{width:100%;border-collapse:collapse}.card-body--alert table select{padding:.5rem .25rem;font-size:1rem;border-radius:8px}.card-body--alert table td{padding:.5rem}.card-body--alert table tr td:first-child{width:20%}.card-body--alert table tr td:last-child{display:grid;grid-template-columns:65% 35%;gap:.5rem}.card-body--alert thead{font-weight:500;border-bottom:1px solid rgba(0,0,0,.15)}.painel-alerta{padding:2rem;width:55%;height:95%;background:#fff;position:fixed;top:0;right:0;z-index:5;box-shadow:-2px 0 12px -1px #00000040;overflow:auto}.painel-alerta h2{text-align:center;color:var(--red)}.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2}.alert-status--controller{padding-top:1rem;margin-top:.5rem;border-top:.01rem solid rgba(0,0,0,.25);display:flex;justify-content:space-between;gap:8px}.alert-status--controller button{color:var(--blue);background:#fff;border-radius:5px;border:none;font-weight:400;box-shadow:inset 0 0 4px #0037ff42;font-size:12px;padding:8px 12px;cursor:pointer;transition:all .15s ease-in-out}.alert-status--controller button:hover{font-weight:600;box-shadow:inset 0 0 6px #0037ff42}button.open-alert-panel{background-color:var(--red);color:#fff;border-radius:8px;border:none;padding:.5rem 2rem;font-weight:700;box-shadow:2px 4px 11px #00000026;opacity:.8;transition:all .15s ease-in-out}button.open-alert-panel span{padding:5px 10px;background:#fff;color:var(--red);border-radius:5px;margin-left:12px}.open-alert-panel:hover{opacity:1;cursor:pointer}.open-alert-panel.pending-alerts{animation:pulse-animation 1s infinite}.page-controllers{display:flex;gap:16px}button.close-alert-panel{background-color:unset;border:none;opacity:.8;transition:all .15s ease-in-out}button.close-alert-panel span{font-size:2.5rem}button.close-alert-panel:hover{opacity:1;cursor:pointer}.alert-panel--title{font-size:1.5rem;font-weight:600;color:var(--red)}.custom-card.alert-state{animation:pulse-animation 1s infinite;background:#ff00000f}.meeting-info--icons.alert-state{animation:blink-animation 2s ease-in-out infinite both}.meeting-info--icons.alert{animation:blink-animation--red 2s ease-in-out infinite both,pulse-animation 1s infinite}.search-input{position:relative}.search-input input{border-radius:24px;border:1px solid var(--grey);padding:0rem 1rem;font-size:1rem;height:100%}.search-input:after{content:"";position:absolute;font-family:Material Icons;right:16px;top:54%;transform:translateY(-50%);font-size:20px}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.modal-header p{margin:4px 0px 1rem}.modal-header{display:flex;justify-content:space-between;align-items:start}.modal-header button{background:unset;border:unset}.modal-header button{cursor:pointer}.modal-header button span{font-size:2.5rem}.modal-content{background:#fff;padding:20px;border-radius:12px;width:70%;max-width:1192px;height:70%;min-height:512px;display:grid;gap:1rem;grid-template-rows:12% 74% 7%}.modal-content .modal-body{flex-grow:1;display:flex;flex-direction:column;box-shadow:3px 3px 12px -2px #00000026;border-radius:12px}.modal-header h3{margin:0;font-weight:500}.modal-body{border:1px solid var(--grey);border-radius:8px}.modal-body-content{padding:.5rem;overflow:auto;flex-grow:1}.nav-tabs{display:flex;margin:0 0 0 -1px;list-style:none;padding:0;border-bottom:1px solid var(--grey);background:var(--lightgrey);border-radius:12px 12px 0 0}.nav-tabs button{border:none;border-radius:8px 8px 0 0;padding:.5rem 1.5rem;font-size:1rem;font-weight:500;background:#fff;transition:.15s ease-in-out;position:relative;opacity:.5;display:flex;align-items:flex-end;gap:6px}.nav-tabs button span{font-size:20px}.nav-tabs :first-child button{border-left:1px solid var(--grey)}.nav-tabs button:hover{border:1px solid var(--grey);border-bottom:0px;transform:translateY(-5px);opacity:1;cursor:pointer}.nav-tabs button:hover:before{content:"";position:absolute;background:#fff;width:100%;height:6px;left:-1px;bottom:-6px;border-left:1px solid var(--grey);border-right:1px solid var(--grey)}.nav-tabs button.active{opacity:1;border:1px solid var(--grey);border-bottom:0px;transform:translateY(-10px);font-size:1.1rem;font-weight:500}.nav-tabs button.active:before{content:"";position:absolute;background:#fff;width:100%;height:11px;left:-1px;bottom:-11px;border-left:1px solid var(--grey);border-right:1px solid var(--grey)}.modal-footer{display:flex;justify-content:space-between}.modal-footer .modal-close{background:var(--grey);border:none;border-radius:5px;padding:.5rem 1.5rem;font-size:.875rem;color:#fff;opacity:.7;transition:.15s ease-in-out}.modal-footer .modal-close:hover{opacity:1;cursor:pointer}.participants-tab table,.formador-tab table{width:100%;height:100%;border-collapse:collapse}.participants-tab table a,.formador-tab table a{text-decoration:none;color:#000;transition:all ease-in-out .15s}.participants-tab table a:hover,.formador-tab table a:hover{text-decoration:underline}.participants-tab table thead,.formador-tab table thead{background:#fff;font-weight:500;border-bottom:1px solid var(--grey)}.participants-tab table td,.formador-tab table td{padding:.5rem 1rem}.participants-tab table tr:nth-child(2n){background:var(--lightgrey)}.participants-tab td:nth-child(1){text-transform:capitalize}.participants-tab table td:nth-child(1),.participants-tab table td:nth-child(5),.participants-tab table td:nth-child(6),.formador-tab td:nth-child(7){text-align:center}.ellipsis-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.participants-tab-title,.meeting-info--header{display:flex;justify-content:space-between;margin:.5rem 0rem;border-bottom:1px solid var(--lightgrey);padding:0rem 0rem .5rem}.meeting-info--header{justify-content:end}.participants-tab-title p{font-weight:500}.participants-tab-title button{padding:1.25rem 1rem;border-radius:8px;border:unset;display:flex;gap:6px;align-items:center;height:30px;transition:all ease-in-out .15s;opacity:.7;font-weight:600;background:#fff;box-shadow:1px 1px 8px -1px #00000026}.participants-tab-title button:hover{cursor:pointer;opacity:.85;box-shadow:3px 3px 12px -1px #00000040}.participants-tab .logos img{width:24px}.participants-tab .logos.moodle img{width:30px}.btn-send-email{border:none;border-radius:5px;cursor:pointer;padding:2px 6px;background:#fff;opacity:.7;transition:.15s all ease-in-out;box-shadow:1px 3px 6px 1px #00000026}.btn-send-email span{color:var(--grey)}.btn-send-email:hover{opacity:1}.bloqueado-ht,.contrato-pendente{opacity:.3}.popup-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:99991}.popup-content{background:#fff;padding:1rem;border-radius:12px;width:450px}.popup-content.success{text-align:center;height:100px;place-content:center;font-weight:600;font-size:1.25rem}.popup-content small{display:block;margin:.5rem 0rem}.popup-header h3{margin:0;padding-bottom:.5rem}.popup-body button{border:none;padding:.375rem 0rem;border-radius:5px;background:none;text-decoration:underline;transition:all ease-in-out .15s}.new-email-field input{font-size:1rem;border-radius:5px;border:1px solid var(--grey);padding:.375rem .675rem;flex-grow:1}.popup-body button:hover{cursor:pointer;font-weight:500}.popup-footer{display:flex;gap:16px;justify-content:end;padding-top:1rem;border-top:1px solid var(--lightgrey)}.popup-footer .confirm-btn{background-color:var(--green);opacity:.7;border-radius:8px;padding:.5rem 1rem;border:unset;font-size:.875rem;cursor:pointer;transition:all ease-in-out .15s;font-weight:700}.popup-footer .confirm-btn:hover{opacity:1}.popup-footer .cancel-btn{border-radius:8px;background:none;padding:.5rem;border:unset;font-weight:600;opacity:.7;cursor:pointer;transition:all ease-in-out .15s}.popup-footer .cancel-btn:hover{opacity:1;background:var(--lightgrey)}.popup-footer .cancel-btn.disabled,.popup-footer .confirm-btn.disabled{cursor:not-allowed!important;opacity:.3!important}.new-email-field{display:flex;gap:16px;padding-bottom:1rem}.new-email-field .save-email-change{font-size:1rem;border-radius:5px;background:var(--green);padding:.375rem .675rem;text-decoration:none;font-weight:500;opacity:.7;transition:all .15s ease-in-out}.new-email-field .save-email-change:hover{opacity:1;cursor:pointer}.new-email-field .cancel-email-change{font-size:.813rem;border-radius:5px;text-decoration:none;font-weight:500;opacity:.7;transition:all .15s ease-in-out}.new-email-field .cancel-email-change:hover{opacity:1;cursor:pointer}.relatorio-field{display:flex;flex-direction:column;gap:.5rem}.relatorio-field div:nth-child(2){display:flex;justify-content:space-between}.relatorio-field button{border-radius:5px;border:unset;padding:.5rem 1rem;font-size:1rem;font-weight:500;background:var(--green-btn);opacity:.85;align-self:end}.switch{width:2rem;height:1rem;background-color:#ccc;border-radius:15px;display:flex;align-items:center;padding:4px;cursor:pointer;transition:all ease-in-out .15s}.switch-container{display:flex;align-items:center;gap:1rem}.switch-on{background-color:#4caf50}.switch-off{background-color:#ccc}.switch-circle{width:1rem;height:1rem;background-color:#fff;border-radius:50%;box-shadow:0 2px 5px #0003;transition:transform .3s}@keyframes blink-animation{0%{background:#fed56580}25%{background:#fed565}50%{background:#fed56580}75%{background:#fed565}to{background:#fed56580}}@keyframes pulse-animation{0%{box-shadow:0 0 #fe656580}to{box-shadow:0 0 11px 16px #fe656500}}@keyframes pulse-animation--icon{0%{box-shadow:0 0 #fe656580;border-radius:50%}70%{box-shadow:0 0 0 16px #fe656500;border-radius:50%}to{box-shadow:0 0 #fe656500;border-radius:50%}}@keyframes blink-animation--red{0%{background:#fe656580}25%{background:#fe6565}50%{background:#fe656580}75%{background:#fe6565}to{background:#fe656580}}@keyframes blink-animation-icon--red{0%{color:#fe656580}25%{color:#fe6565}50%{color:#fe656580}75%{color:#fe6565}to{color:#fe656580}}.custom-input{height:auto;background:#fff;position:relative;flex-grow:1}.custom-input.regular-size{width:300px}.custom-input p{margin:0}.custom-form-select select{height:35px}.custom-input textarea{min-height:150px}.input-copy-icon{position:absolute;right:10px;top:52%;transform:translateY(-50%);font-family:Material Icons;font-size:20px}.input-copy-icon:hover{cursor:pointer}.custom-input.input .form-element-input{background:#fff;height:30px;font-size:1rem;padding-right:38px}.custom-input.input .form-element-label{font-size:.8rem}.custom-input.regular-size .custom-form-select select{height:45px;margin-bottom:1.5rem;font-size:1rem}.custom-input.regular-size .form-element-label{font-size:.875rem}.form-element-label{position:absolute;top:.85rem;line-height:1.5rem;pointer-events:none;padding:0px .5rem;z-index:1;font-size:.75rem;margin:0;color:#0009;background-color:#fff;transform:translateY(-20%) translate(0);transform-origin:left center;transition:transform .28s ease,opacity .28s linear;will-change:transform,opacity;cursor:text}.form-element-input{border:1px solid rgba(0,0,0,.2);height:32px;border-radius:5px;outline:none;display:block;padding:8px;font-size:14px;line-height:1.5;width:-webkit-fill-available;box-shadow:none;transition:opacity .28s ease;will-change:opacity;color:#000}.form-element-input.hasValue~label,.form-element-input:focus~label{transform:translateY(-110%) translate(8px);pointer-events:auto}small{color:#717171}.custom-input--container{display:grid;flex-direction:column;flex-wrap:wrap;margin:1.33em 0;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.copy-message{position:absolute;right:2px;top:-16px;font-weight:500;color:#000;transition:all .15s ease-in-out}
