button.leave-call{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);outline:none;border:2px solid red;border-radius:50%;height:60px;width:60px;display:flex;justify-content:center;align-items:center;background:red;color:#fff;transition:.2s ease-in-out;z-index:3;opacity:1;animation:opacity-delay .5s linear 4s forwards}@keyframes opacity-delay{to{opacity:.2}}button.leave-call:hover{background:rgba(255,0,0,.4392156862745098);opacity:1;transform:scale(.98);transform:translateX(-50%);animation:none}button.leave-call svg{transform:rotate(180deg)}.self-video-div{bottom:10px;left:10px;z-index:1;width:250px;height:250px;transition:.2s ease-in-out;border-radius:5px}.self-video-div.hide{width:35px;height:35px}.video-div{background-color:var(--bg-grey);border-radius:5px}.self-video{width:100%;height:100%;border-radius:5px;object-fit:cover;transform:scaleX(-1)}.self-video-div .minimize-button{top:0;right:0;padding:6px;background:hsla(0,0%,100%,.2);color:#000;border-radius:0 5px 0 5px;display:flex;justify-content:center;align-items:center;width:35px;height:35px;cursor:pointer;z-index:2;color:var(--bg-dark)}.self-video-div.hide .minimize-button{background:linear-gradient(#2196f3,#e91e63);color:#fff;border-radius:5px}.self-video-div .video-functions-buttons{display:flex;width:90px;justify-content:space-between;bottom:5px;left:50%;transform:translateX(-50%);z-index:2}.self-video-div.hide .video-functions-buttons{display:none;width:0;height:0}.self-video-div .video-functions-buttons span.mute-button,span.camera-button{padding:2px;display:flex;justify-content:center;align-items:center;background:red;border-radius:50%;height:35px;width:35px;cursor:pointer;transition:.2s ease-in-out}.self-video-div .video-functions-buttons span.mute-button:hover,span.camera-button:hover{transform:scale(.98)}.self-video-div .video-functions-buttons span.mute-button.enabled,span.camera-button.enabled{background:#fff;color:var(--bg-dark)}@media only screen and (max-width:768px){.self-video-div{width:120px;height:120px;left:auto;bottom:auto;top:0;right:0}.self-video-div .video-functions-buttons{top:auto;flex-direction:column;bottom:0;width:auto;height:90px;transform:translate(10px,100px)}}.call-status{margin-bottom:1rem}.user-video{height:100%;width:100%;object-fit:cover;z-index:1;transform:scaleX(-1)}button.reject-call>svg{transform:rotate(180deg)}button.reject-call{background:red;border:2px solid red}button.reject-call:hover{background:rgba(255,0,0,.418)}
/*# sourceMappingURL=main.f363c517.chunk.css.map */