:root{--grey-lightest:#f7f9fa;--white:#fff;--grey:#c8d1dc;--dark-grey:#6b7785;--dark-blue:#1f2d3d;--dark-blue-border:#2b3f56;--darkest-blue:#121a24;--green:#72cc18;--red-dark:#f63135;--turquoise:#1bebb9}*{box-sizing:border-box}body,html{height:100%;position:relative;width:100%}body{color:#333;margin:0;padding:0}body,button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.app{background-color:var(--darkest-blue);display:flex;flex-direction:column;height:100vh;overflow:hidden;width:100vw}p{font-size:16px;margin:16px;text-align:center}h1{color:var(--turquoise);font-weight:500;margin:0;padding:0}p.small{color:var(--dark-grey);font-size:12px}button{background-color:var(--turquoise);border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;padding:12px}video{height:100%;object-fit:cover;width:100%}.api-error,video{border-radius:4px}.api-error{align-self:center;background:var(--dark-blue-border);box-sizing:border-box;display:inline-flex;flex-direction:column;height:270px;justify-self:center;padding:3rem;text-align:center;width:480px}.api-error p{color:var(--white)}.api-error h1{color:var(--red-dark)}.api-error a,.api-error a:visited{color:var(--white)}.home-screen{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:auto;max-width:600px;padding:0 1rem;text-align:center}.home-screen h1{color:var(--white);font-weight:700}.home-screen p{color:var(--grey)}header{align-items:center;background-color:var(--white);border-bottom:1px solid var(--grey);display:flex;justify-content:space-between;padding:.5rem 1rem;z-index:100}header .logo{max-height:25px}header span{font-size:12px;font-weight:600}span.title{padding:0 16px}header a{align-items:center;color:var(--dark-blue);display:flex;padding:8px 16px;text-decoration:none}header a.new-tab-link{border:1px solid var(--dark-grey);border-radius:8px}a:focus,a:visited{color:var(--dark-blue)}a:active,a:hover{color:var(--turquoise)}.header-section{align-items:center;display:flex}.meeting-information{background-color:var(--white);border:1px solid var(--grey);border-radius:8px;font-size:12px;left:.5rem;max-width:400px;padding:12px;position:absolute;top:4.5rem;z-index:2}.meeting-information h1{color:var(--dark-blue)}.tray{background:var(--white);bottom:0;color:var(--darkest-blue);display:flex;flex-direction:column;justify-content:center;padding:0 10px;position:-webkit-sticky;position:sticky;width:100%;z-index:100}.tray-buttons-container{display:flex;padding:10px}.tray-buttons-container button{align-items:center;background-color:#fff;display:flex;flex-direction:column;font-weight:400;padding:0;transition:.3s}.tray-buttons-container button:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.tray-buttons-container button svg{color:#121a24}.actions,.controls,.leave{align-items:center;display:flex;flex:1 1;gap:3rem}.controls{justify-content:flex-start}.actions{justify-content:center}.leave{justify-content:flex-end}.react-tooltip{all:unset;pointer-events:none;position:absolute!important;z-index:9999}@media only screen and (max-width:768px){.tray{border-radius:8px;bottom:5px;min-height:60px;z-index:100}}.tray-mobile-buttons-container{display:flex;justify-content:space-between;padding:0 10px;width:100%}.tray-mobile-button button{align-items:center;background-color:#fff;display:flex;flex-direction:column;font-weight:400}.get-user-media-error{align-items:center;grid-column:1/3}.get-user-media-error h1{color:var(--red-dark)}.get-user-media-error button{background:#000;color:var(--white);margin:1rem 0}.get-user-media-error a,.get-user-media-error a:visited{color:#fff;text-decoration:underline}.get-user-media-error p{margin:0}.hair-check-wrapper{display:flex;height:100%;overflow:auto;padding:1rem;position:relative;width:100%}.hair-check{background:#fff;background:var(--white,#fff);border:1px solid #ccc;border:1px solid var(--grey,#ccc);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;flex-direction:column;margin:auto;max-width:320px;padding:20px;width:100%}.hair-check h1{color:#036;color:var(--dark-blue,#036);font-size:1.5rem;margin-bottom:2rem;text-align:center}.hair-check-content{display:flex;flex-direction:column;gap:2rem}.hair-check-video{width:100%}.hair-check-video video{border-radius:8px;height:auto;object-fit:cover;width:100%}.hair-check-form{display:flex;flex-direction:column}.hair-check-form label{color:#666;color:var(--dark-grey,#666);display:block;font-size:.9rem;font-weight:600;margin-bottom:.25rem}.hair-check-form input,.hair-check-form select{background-color:#fff;background-color:var(--white,#fff);border:1px solid #ccc;border:1px solid var(--grey,#ccc);border-radius:8px;color:#036;color:var(--dark-blue,#036);font-size:1rem;margin-bottom:1rem;outline:none;padding:.75rem;transition:border-color .3s ease;width:100%}.hair-check-form input:focus,.hair-check-form select:focus{border-color:#0070f3;border-color:var(--primary,#0070f3)}.hair-check-form button{background-color:#0070f3;background-color:var(--primary,#0070f3);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.75rem;transition:background-color .3s ease}.hair-check-form button:hover{background-color:#005bb5}.hair-check-form .cancel-call{background-color:#fff;background-color:var(--white,#fff);border:1px solid #0070f3;border:1px solid var(--primary,#0070f3);color:#0070f3;color:var(--primary,#0070f3);margin-top:.75rem}.hair-check-form .cancel-call:hover{background-color:#f0f8ff}@media (min-width:1024px){.hair-check-form,.hair-check-video{flex:1 1}}.call{align-items:center;background-color:#1e293b;display:flex;height:100%;justify-content:center;overflow:hidden;padding:0;width:100%}@media only screen and (max-width:1024px){.call{flex-direction:column;gap:1rem}}.is-screenshare{grid-row-gap:15px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:5rem}.is-screenshare .self-view,.is-screenshare .tile-video{height:135px;width:240px}.info-box{background:var(--dark-blue-border);border-radius:4px;box-sizing:border-box;color:var(--white);display:flex;flex-direction:column;height:270px;justify-content:center;padding:3rem;text-align:center;width:480px}.room-url{font-size:12px;font-weight:400;padding:0 1rem;word-break:break-word}.pointer{align-self:center;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;color:#fff;font-size:30px;height:3rem;padding:initial;width:3rem}@media only screen and (max-width:758px){.info-box{height:auto;padding:2rem 1rem;width:240px}.call{padding:0}}@media only screen and (max-width:1024px){.pointer{background:#000000a8;border-radius:50%;font-size:24px;height:2.5rem;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2.5rem;z-index:13}.pointer.left{left:15px}.pointer.right{right:15px}}@media only screen and (min-width:1025px){.pointer{transition:.3s}.pointer:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}}.participants{align-items:center;display:flex;flex:0.2 1;flex-direction:column;gap:.7rem;height:100%;justify-content:center;padding-left:1rem;position:relative;width:auto;z-index:10}.participants-tile{height:auto;width:100%}@media only screen and (max-width:1024px){.participants{flex-direction:row;gap:30px;height:auto;padding:0;width:100%}.participants-tile{height:auto;width:50%}}@media only screen and (max-width:758px){.participants{display:flex;gap:10px;grid-template-columns:1fr 1fr;width:100%!important}}.tile-video{display:flex;position:relative}.self-view{height:270px;position:relative;width:480px}.no-video{background-color:var(--dark-blue-border)}.no-video video{visibility:hidden}.self-view.alone{align-self:center;height:auto;width:100%}.tile-screenshare{grid-column:1/-1;grid-row:1}.active-speaker{border:2px solid red;border-radius:4px}.tile-fade{border-radius:4px;position:relative}.fade-overlay{background:linear-gradient(0deg,rgba(30,41,59,.95),transparent);border-radius:4px;height:100%;position:absolute;top:0;width:100%;z-index:11}@media only screen and (max-width:600px){.fade-overlay{background:linear-gradient(270deg,rgba(30,41,59,.95),transparent)}}.username{background-color:#0000007f;border-radius:0 4px 0 4px;bottom:0;color:var(--grey);font-size:14px;left:0;padding:.2em .5em;position:absolute;z-index:2}.teacher{width:150vh}@media only screen and (max-width:885px){.teacher{height:auto;padding-top:20px;width:100%}}@media only screen and (min-width:886px){.teacher{flex:0.78 1;height:auto;width:80%}}.stage-container{background:#1e293b;display:flex;height:100%;justify-content:end;width:100%}.stage-container,.view-section{align-content:center;align-items:center}.view-section{flex:1 1;max-width:100dvw;min-width:50%}@media only screen and (min-width:600px) and (max-width:1023px){.stage-container{display:flex;flex-direction:column;justify-content:center}}@media only screen and (max-width:600px){.stage-container{display:flex;flex:auto;flex-direction:column}}.grid-wrapper{align-items:center;display:flex;justify-content:center;padding:1rem;position:relative;width:100%}.grid-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(250px,350px));justify-content:center}@media (max-width:1024px){.grid-container{grid-template-columns:repeat(2,minmax(200px,300px))}}@media (max-width:768px){.grid-container{grid-template-columns:repeat(1,minmax(250px,1fr))}}.participant{aspect-ratio:16/9;background:#5d7a9c;border-radius:12px;max-width:350px;overflow:hidden;position:relative;width:100%}@media (max-width:768px){.participant{max-width:450px}}.participant video{height:100%;object-fit:cover;width:100%}.arrow{top:10%}.arrow,.centered-arrow{background-color:rgba(0,0,0,.6);border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:24px;padding:10px 15px;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.centered-arrow{top:50%;z-index:15}.arrow.left,.centered-arrow.left{left:5%}.arrow.right,.centered-arrow.right{right:5%}@media (max-width:768px){.arrow{font-size:20px;padding:8px 12px}.arrow.left{left:1%}.arrow.right{right:1%}}.empty-message{color:gray;font-size:16px;margin-top:1rem;text-align:center}.toggle.participantScreen{background-color:initial}.no-screen-share{background-color:#333;border-radius:12px;color:#fff;padding:1.5rem}.single-screen-wrapper{align-items:center;background-color:#1e293b;display:flex;justify-content:center;position:relative}.single-screen-container{position:relative}.single-screen-view{align-items:center;border-radius:12px;justify-content:center;position:relative;width:75vw}.single-camera-view{border-radius:4px;height:150px;overflow:hidden;position:absolute;right:.5rem;top:.5rem;width:200px}.button.hide-camera{background:none;font-size:1rem;position:absolute;right:0;z-index:20}.exit-participant-view-button{background-color:rgba(0,0,0,.6);border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:20px;left:20px;padding:10px 15px;position:absolute;top:0;-webkit-transform:translateY(-10%);transform:translateY(-10%);z-index:15}@media (max-width:1024px){.single-screen-view{height:75vh}.single-camera-view{top:28%;width:10rem}}@media (max-width:768px){.single-screen-view{height:70vh}.exit-participant-view-button{left:-40px;top:-40px}}.chat{align-self:end;background:var(--white);border-left:1px solid var(--grey);border-radius:12px;bottom:4rem;display:flex;flex-direction:column;height:100%;justify-content:flex-end;overflow-y:auto;width:300px}.add-message{border-bottom:1px solid var(--grey);padding:1rem}.chat-header{align-items:center;display:flex;justify-content:space-between}.chat-title{color:#6a6a81;font-size:24px}.chat-messages{height:100%;margin:0;overflow-y:auto;padding:1rem}.chat-message{list-style-type:none;margin-bottom:1rem}.chat-message-author{font-size:14px;font-weight:700}.chat-message-body{color:var(--dark-grey);display:inline;font-size:14px;margin:0;text-align:left}.chat-form{background:#f1f1f4;border-radius:24px;display:flex;justify-content:space-between}.chat-input{background:#f1f1f4;border:0;border-radius:24px;flex-grow:1;margin:.5rem;outline:none;padding:.5rem}.chat-input::-webkit-input-placeholder{color:#9d9daf}.chat-input::placeholder{color:#9d9daf}.chat-submit-button{background:transparent;color:#84849a}.chat-submit-button:hover{color:#000}.close-chat{background:none;color:#4e4e5f;font-weight:700;height:32px;margin:.5rem;padding:4px}.close-chat:hover{background:rgba(0,0,0,.1)}@media only screen and (min-width:600px) and (max-width:1024px){.chat{height:auto;max-height:80%;width:100%}}@media only screen and (max-width:600px){.chat{height:auto;width:100%}}.side-section{align-self:center;display:flex;height:100%;padding:.8rem;z-index:10}@media only screen and (min-width:600px) and (max-width:1024px){.side-section{margin-bottom:100px;position:absolute;width:100%}}@media only screen and (max-width:600px){.side-section{position:absolute;width:100%}}.participant-list{align-self:end;background:var(--white);border-left:1px solid var(--grey);border-radius:12px;flex-direction:column;height:100%;justify-content:flex-end;overflow-y:auto;width:300px}.participant-list-header{align-items:center;display:flex;justify-content:space-between}.participant-list-title{color:#6a6a81;font-size:24px}.participant-list-participants{height:100%;list-style-type:none;margin:0;overflow-y:auto;padding:1rem}.participant-divider{border-top:1px solid #c7c7d1;margin-top:0;-webkit-transform:scaleY(.2);transform:scaleY(.2);-webkit-transform-origin:center;transform-origin:center}.user-info{align-items:center;display:flex;gap:1rem}.participant-item:hover{background:#eee}.no-participants{color:var(--dark-grey);font-size:14px;margin-top:1rem;text-align:center}.close-participant-section{background:none;color:#4e4e5f;font-weight:700;height:32px;margin:.5rem;padding:4px}.close-participant-section:hover{background:rgba(0,0,0,.1)}.custom-tooltip{background-color:red;border-radius:6px;box-shadow:0 4px 6px rgba(0,0,0,.2);color:#fff;font-size:14px;padding:8px;transition:opacity .2s ease-in-out}@media only screen and (min-width:600px) and (max-width:1024px){.participant-list{display:flex;gap:10px;grid-template-columns:1fr 1fr;height:auto;max-height:80%;width:100%}}@media only screen and (max-width:600px){.participant-list{display:flex;gap:10px;grid-template-columns:1fr 1fr;height:auto;width:100%}}.participant-item{border-radius:12px;font-size:14px;padding:.5rem;position:static}.mute-participant-button{background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;height:50px;padding:6px;width:50px}.mute-participant-button:hover{background:#c7c7d1;border-radius:25px}.participant-item .username{all:unset;align-content:center;color:#000;font-size:20px}.participant-list-item-button{all:unset;cursor:pointer;width:100%}.participant-item{align-items:center;display:flex;justify-content:space-between;position:relative}.tooltip-dropdown{background:#fff;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;left:50%;min-width:120px;padding:5px 0;position:absolute;top:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;z-index:10}.tooltip-item{align-items:center;background:none;cursor:pointer;display:flex;font-size:14px;gap:20px;justify-content:center;padding:10px;width:100%}.tooltip-item:disabled{color:#c7c7d1}.tooltip-item:hover{background:#f3f4f6}
/*# sourceMappingURL=main.4599b694.css.map*/