@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.meeting-footer{background:#202124;height:100%}.meeting-footer,.meeting-icons{align-items:center;display:flex;justify-content:center}.meeting-icons{background:#3c4043;border-radius:50%;color:#fff;cursor:pointer;height:40px;margin:10px;width:40px}.active{background-color:#ea4335}div[disabled]{opacity:.3;pointer-events:none}.camera-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#3c4043;border:none;color:#fff;cursor:pointer;font-size:.8rem;height:40px;margin:10px;padding-left:5px;text-align:center;width:250px}.camera-select:focus{box-shadow:0 0 0 2px #5f6368;outline:none}.participants{grid-gap:20px;display:grid;grid-template-columns:repeat(var(--grid-size),1fr);height:85vh;padding:10px}.participants img{border-radius:50%;height:120px;width:120px}@media (max-width:800px){.participants{grid-template-columns:repeat(var(--grid-col-size),1fr);grid-template-rows:repeat(var(--grid-row-size),1fr)}}.card{align-items:center;background:#3c4043;border-radius:10px;display:flex;height:100%;justify-content:center}.video{object-fit:cover}.participant,.video{background-color:#353b48;border-radius:5px;height:100%;position:relative;width:100%}.participant{min-height:200px}.muted{background:#353b48;border-radius:50%;color:#fff;height:22px;position:absolute;right:10px;top:10px;width:22px!important}.hide{display:none}.avatar{align-items:center;background:orange;border-radius:50%;display:flex;font-family:roboto,arial;font-size:150px;height:200px;justify-content:center;text-align:center;text-transform:uppercase;width:200px}.avatar,.name{color:#fff;position:absolute}.name{bottom:10px;left:20px}@media (max-width:800px){.participant{min-height:0}.avatar{font-size:50px;height:80px;width:80px}}.main-screen{background:#3c4043;height:90vh;width:100%}.wrapper{width:100%}.footer{height:10vh}body{background:#f0f2f5;font-family:Inter,sans-serif}.user-id{color:#000;font-weight:700}.chat-popup{background:#fff;border-radius:15px;bottom:20px;box-shadow:0 8px 20px #0003;display:flex;flex-direction:column;height:500px;overflow:hidden;position:fixed;right:20px;width:350px;z-index:9999}.chat-header{align-items:center;background-color:#202124;color:#fff;display:flex;font-weight:700;justify-content:space-between;padding:1rem}.close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:1.6rem}.chat-messages{background:#f9f9f9;flex:1 1;overflow-y:auto;padding:1rem}.message{word-wrap:break-word;background:#f0f0f0;border-radius:10px;margin-bottom:1rem;max-width:80%;padding:.75rem}.message.own{background:#ccc;color:#fff;margin-left:auto;text-align:left}.meta{color:#666;display:flex;font-size:.7rem;justify-content:space-between;margin-bottom:.3rem}.text{color:#333;font-size:1rem;word-break:break-word}.chat-input{align-items:center;background:#fafafa;border-top:1px solid #ddd;display:flex;padding:.75rem}.chat-input input{border:1px solid #ccc;border-radius:20px;flex:1 1;font-size:1rem;outline:none;padding:.6rem 1rem}.chat-input button{background-color:#202124;border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:700;margin-left:.5rem;padding:.6rem 1rem}.file-label{align-items:center;cursor:pointer;display:flex;font-size:20px;justify-content:center;margin-right:.5rem}.preview-img{border:1px solid #ccc;border-radius:8px;margin-top:8px;max-height:100px;max-width:100px}.file-name{background:#f1f1f1;border-radius:6px;display:inline-block;font-size:.85rem;margin-top:5px;padding:5px 8px}@media (max-width:600px){.chat-popup{border-radius:0;bottom:0;height:100%;right:0;width:100%}}.file-preview-chat{align-items:center;background-color:#f0f0f0;border-radius:10px;display:flex;flex-direction:column;margin-top:10px;padding:10px}.file-preview-inner{margin-bottom:10px}.preview-img-chat{border-radius:8px;height:auto;max-width:150px;width:100%}.file-preview-actions{display:flex;justify-content:space-between;width:100%}.file-preview-actions button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:5px 10px}.file-preview-actions button:hover{background-color:#0056b3}.file-name{color:#444;font-size:14px}.App{display:flex;height:100vh;width:100vw}.sc-emoji-picker{box-sizing:border-box;max-height:calc(100% - 40px);overflow:auto;padding:15px;width:100%}.sc-emoji-picker--category{display:flex;flex-direction:row;flex-wrap:wrap}.sc-emoji-picker--category-title{color:#b8c3ca;font-size:13px;font-weight:200;letter-spacing:1px;margin:5px;min-width:100%}.sc-emoji-picker--emoji{cursor:pointer;font-size:28px;line-height:30px;margin:5px;text-align:center;transition:transform 60ms ease-out;transition-delay:60ms;vertical-align:middle;width:30px}.sc-emoji-picker--emoji:hover{transform:scale(1.4)}.sc-chat-window{background:#fff;border-radius:10px;bottom:100px;box-shadow:0 7px 40px 2px #9495964d;box-sizing:border-box;display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;height:calc(100% - 120px);justify-content:space-between;max-height:590px;position:fixed;right:25px;transition:.3s ease-in-out;width:370px}.sc-chat-window.closed{bottom:90px;opacity:0;visibility:hidden}.sc-message-list{background-color:#fff;background-size:100%;height:80%;overflow-y:auto;padding:40px 0}.sc-message--me{text-align:right}.sc-message--them{text-align:left}@media (max-width:450px){.sc-chat-window{border-radius:0;bottom:0;height:100%;max-height:100%;right:0;transition:.1s ease-in-out;width:100%}.sc-chat-window.closed{bottom:0}}.sc-launcher{background-color:#4e8cff;background-position:50%;background-repeat:no-repeat;bottom:25px;box-shadow:none;position:fixed;right:25px}.sc-launcher,.sc-launcher:before{border-radius:50%;height:60px;transition:box-shadow .2s ease-in-out;width:60px}.sc-launcher:before{content:"";display:block;position:relative}.sc-launcher .sc-closed-icon,.sc-launcher .sc-open-icon{bottom:25px;position:fixed;right:25px}.sc-launcher .sc-closed-icon,.sc-launcher .sc-open-icon{height:60px;transition:opacity .1s ease-in-out,transform .1s ease-in-out;width:60px}.sc-launcher .sc-open-icon{box-sizing:border-box;opacity:0;padding:20px}.sc-launcher.opened .sc-open-icon{opacity:1;transform:rotate(-90deg)}.sc-launcher.opened .sc-closed-icon{opacity:0;transform:rotate(-90deg)}.sc-launcher.opened:before{box-shadow:0 0 400px 250px #94959633}.sc-launcher:hover{box-shadow:0 0 27px 1.5px #0003}.sc-new-messages-count{background:#ff4646;border-radius:50%;box-shadow:-1px 1px 2px #0000004d;color:#fff;display:flex;flex-direction:column;font-size:12px;font-weight:500;height:22px;justify-content:center;left:41px;margin:auto;position:absolute;text-align:center;top:-3px;width:22px}.sc-header{background:#4e8cff;border-top-left-radius:9px;border-top-right-radius:9px;box-shadow:0 1px 4px #0003;box-sizing:border-box;color:#fff;display:flex;min-height:75px;padding:10px;position:relative}.sc-header--img{align-self:center;border-radius:50%;padding:10px}.sc-header--team-name{align-self:center;border-radius:5px;flex:1 1;padding:10px;-webkit-user-select:none;user-select:none}.sc-header--close-button{align-self:center;border-radius:5px;box-sizing:border-box;cursor:pointer;height:40px;margin-right:10px;width:40px}.sc-header--close-button:hover{background:#4882ed}.sc-header--close-button img{box-sizing:border-box;height:100%;padding:13px;width:100%}@media (max-width:450px){.sc-header{border-radius:0}}.sc-message{display:flex;margin:auto;padding-bottom:10px;width:300px}.sc-message--content{display:flex;width:100%}.sc-message--content.sent{justify-content:flex-end}.sc-message--content.sent .sc-message--avatar{display:none}.sc-message--avatar{align-self:center;background-image:url(https://d13yacurqjgara.cloudfront.net/assets/avatar-default-aa2eab7684294781f93bc99ad394a0eb3249c5768c21390163c9f55ea8ef83a4.gif);background-position:50%;background-repeat:no-repeat;background-size:100%;border-radius:50%;margin-right:15px;min-height:30px;min-width:30px}.sc-message--text{-webkit-font-smoothing:subpixel-antialiased;word-wrap:break-word;border-radius:6px;font-size:14px;font-weight:300;line-height:1.4;padding:17px 20px;white-space:pre-wrap;width:calc(100% - 90px)}.sc-message--content.sent .sc-message--text{word-wrap:break-word;background-color:#4e8cff;color:#fff;max-width:calc(100% - 120px)}.sc-message--content.received .sc-message--text{background-color:#f4f7f9;color:#263238;margin-right:40px}.sc-message--emoji{font-size:40px}.sc-message--file{background:#fff;border:1px solid #cccdd1;border-radius:5px;cursor:pointer;display:flex;font-size:14px;font-weight:300;line-height:1.4;padding:15px 20px;text-decoration:none}.sc-message--file p{color:#56586799;margin:0 0 0 10px}.sc-message--file .sc-user-input--file-icon:hover path{fill:#5658674d}@media (max-width:450px){.sc-message{width:80%}}.sc-user-input{background-color:#f4f7f9;border-bottom-left-radius:10px;border-bottom-right-radius:10px;bottom:0;display:flex;margin:0;min-height:55px;position:relative;transition:background-color .2s ease,box-shadow .2s ease}.sc-user-input--text{word-wrap:break-word;-webkit-font-smoothing:antialiased;border:none;border-bottom-left-radius:10px;bottom:0;box-sizing:border-box;color:#565867;font-size:15px;font-weight:400;line-height:1.33;max-height:200px;outline:none;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:18px;resize:none;white-space:pre-wrap;width:300px}.sc-user-input--text:empty:before{color:#5658674d;content:attr(placeholder);display:block;outline:none}.sc-user-input--buttons{display:flex;height:100%;justify-content:flex-end;position:absolute;right:10px;width:100px}.sc-user-input--button:first-of-type{width:40px}.sc-user-input--button{display:flex;flex-direction:column;height:55px;justify-content:center;width:30px}.sc-user-input--button button{cursor:pointer}.sc-user-input--buttons input[type=file]{display:none}.sc-user-input--picker-wrapper{display:flex;flex-direction:column}.sc-user-input.active{background-color:#fff;box-shadow:none;box-shadow:0 -5px 20px 0 #96a5be33}.sc-user-input--file-icon,.sc-user-input--send-icon{align-self:center;cursor:pointer;height:20px;outline:none;width:20px}.sc-user-input--file-icon path,.sc-user-input--send-icon path{fill:#5658674d}.sc-user-input--file-icon:hover path,.sc-user-input--send-icon:hover path{fill:#565867}.sc-user-input--emoji-icon-wrapper,.sc-user-input--file-icon-wrapper,.sc-user-input--send-icon-wrapper{background:none;border:none;display:flex;flex-direction:column;justify-content:center;margin:0;padding:2px}.sc-user-input--file-icon-wrapper,.sc-user-input--send-icon-wrapper{flex-direction:row}.sc-user-input--emoji-icon-wrapper:focus{outline:none}.sc-user-input--emoji-icon{align-self:center;cursor:pointer;height:18px}.sc-user-input--emoji-icon circle,.sc-user-input--emoji-icon path{fill:#5658674d}.sc-user-input--emoji-icon-wrapper:focus .sc-user-input--emoji-icon circle,.sc-user-input--emoji-icon-wrapper:focus .sc-user-input--emoji-icon path,.sc-user-input--emoji-icon.active circle,.sc-user-input--emoji-icon.active path,.sc-user-input--emoji-icon:hover circle,.sc-user-input--emoji-icon:hover path{fill:#565867}.sc-popup-window{position:relative;width:150px}.sc-popup-window--cointainer{background:#fff;border-radius:10px;bottom:20px;box-shadow:0 7px 40px 2px #9495964d;box-sizing:border-box;height:260px;max-height:260px;outline:none;padding:0 5px 5px;position:absolute;right:100px;transition:.2s ease-in-out;width:330px;z-index:1}.sc-popup-window--cointainer.closed{bottom:14px;opacity:0;visibility:hidden}.sc-popup-window--cointainer:after{background:#fff;border-radius:2px;bottom:-6px;content:"";height:14px;position:absolute;right:28px;transform:rotate(45deg);width:14px;z-index:-1}.sc-popup-window--search{background-image:url(https://js.intercomcdn.com/images/search@2x.32fca88e.png);background-position:0 12px;background-repeat:no-repeat;background-size:16px 16px;border-width:0 0 1px;box-sizing:border-box;color:#565867;display:block;font-size:14px;height:40px;margin:auto;outline:none;padding-left:25px;width:290px}.sc-popup-window--search::placeholder{color:#c1c7cd}
/*# sourceMappingURL=main.1e262e2c.css.map*/