*{box-sizing:border-box;margin:0;padding:0}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}.landingPageContainer{width:100vw;height:100vh;background:url(/assets/vidora-B12BqKLi.jpg);background-size:cover;background-repeat:no-repeat;color:#fff}.landingPageContainer nav{padding-inline:1.2rem;padding-block:1.6rem;display:flex;justify-content:space-between;align-items:center}.landingPageContainer nav h2{font-size:1.8rem;font-weight:600}.navlist{display:flex;gap:1.6rem;cursor:pointer}.landingMainContainer{display:flex;justify-content:space-around}.heading{display:flex;flex-direction:column;justify-content:center;gap:1.6rem;width:40%;padding-left:2rem;padding-bottom:1.5rem}.mobile{display:flex;height:70vh;width:auto}.start{width:30%;padding:.8rem;border:none;border-radius:8px;background-color:#ffb800;color:#000;font-weight:600;cursor:pointer}.start a{text-decoration:none;color:#000}.authContainer{width:100vw;height:100vh;display:flex}.sideTheme{width:100vw;height:100vh;background:url(/assets/vidora-B12BqKLi.jpg);background-size:cover;background-repeat:no-repeat;color:#fff}.authRight{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;font-family:Arial,sans-serif;color:#333}.auth-box{background:#fff;padding:30px;border-radius:12px;width:350px;box-shadow:0 6px 18px #0003;text-align:center}.auth-box h2{margin-bottom:20px;color:#333}.auth-input{width:100%;padding:12px;margin:10px 0;border-radius:8px;border:1px solid #ccc;outline:none;transition:.3s}.auth-input:focus{border-color:#2575fc;box-shadow:0 0 6px #2575fc80}.auth-btn{width:100%;padding:12px;margin-top:15px;border:none;border-radius:8px;background:#2575fc;color:#fff;font-size:16px;cursor:pointer;transition:.3s}.auth-btn:hover{background:#1a5edb}.auth-toggle{margin-top:15px;font-size:14px}.auth-toggle span{color:#2575fc;cursor:pointer;font-weight:700}.auth-box .error{color:red;font-size:14px;margin-top:10px}@media (max-width: 1024px){.mobile{display:none}.landingMainContainer{margin-top:12rem;justify-content:center;align-items:center}.heading{width:90%}}.videoMeetPage{height:100vh;width:100vw;background:url(/assets/vidora-B12BqKLi.jpg);color:#fff}.meetVideoContainer{position:relative;height:100vh;background:#010430}.meetUserVideo{position:fixed;bottom:10vh;left:2vw;height:20vh;width:auto;border-radius:12px;z-index:9999;background:#000;box-shadow:0 4px 10px #0009}.buttonContainers{position:fixed;bottom:2vh;width:100%;display:flex;justify-content:center;align-items:center;gap:20px;z-index:9999}.buttonContainers svg{font-size:3rem;cursor:pointer}.conferenceView{display:grid;gap:10px;width:100%;height:100%;justify-content:center;align-items:center;padding:10px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.view{position:relative;width:100%;height:100%}.conferenceView video{width:100%;height:100%;max-height:90vh;object-fit:cover;border-radius:10px;background:#000}.chatRoom{color:#000;position:fixed;top:.5rem;right:.5rem;height:90vh;background:#fff;border-top-right-radius:10px;border-bottom-right-radius:10px;border:2px solid gray;width:27.5vw;padding-inline:1rem;z-index:9999}.chatContainer{position:relative;height:100%}.chattingArea{display:flex;justify-content:center;position:absolute;bottom:0;width:100%;padding:.5rem;gap:.5rem}.chattingDisplay{height:calc(90vh - 135px);overflow-y:auto}.navLocal{padding-inline:1.2rem;padding-top:1.6rem}.navLocal h2{font-size:1.8rem;font-weight:600;cursor:pointer}.localVideo{margin:1.2rem;bottom:10vh;height:65vh;width:auto;left:0;border-radius:20px}.enter{text-align:center;padding-bottom:.3rem}.localButtons{display:flex;gap:10px;justify-content:center}.localButtons input{background:#fff;border-radius:.4rem}.localVideoDisplay{display:flex;justify-content:center;align-items:center}.buttonContainers svg{height:3.5rem;width:3.5rem;background:#fff3;padding:.6rem;border-radius:50%;transition:all .3s ease-in-out}.buttonContainers svg:hover{background:#fff;transform:scale(1.1);transition:all .3s ease-in-out;border-radius:50%;color:#000}#hang{background:red!important;color:#fff!important}.chatRoom{color:#222;position:fixed;top:.5rem;right:.5rem;height:90vh;width:27.5vw;background:#fff;border-radius:12px;border:1px solid #ccc;display:flex;flex-direction:column;overflow:hidden;z-index:9999;box-shadow:0 4px 15px #00000026;animation:slideIn .3s ease-in-out}@keyframes slideIn{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}.chatRoom h2{font-size:1.4rem;font-weight:600;text-align:center;padding:.8rem;margin:0;border-bottom:1px solid #ccc;letter-spacing:.5px;position:sticky;top:0;z-index:10}.chattingDisplay{flex:1;padding:1rem;overflow-y:auto;background:#f8f9fb;display:flex;flex-direction:column;gap:.8rem;scroll-behavior:smooth}.chattingDisplay::-webkit-scrollbar{width:6px}.chattingDisplay::-webkit-scrollbar-thumb{background:#6e45e280;border-radius:10px}.chattingDisplay::-webkit-scrollbar-thumb:hover{background:#6e45e2cc}.messageBubble{max-width:75%;padding:.6rem .8rem;border-radius:12px;font-size:.9rem;line-height:1.3;position:relative;word-wrap:break-word}.messageSender{font-weight:600;font-size:.8rem;margin-bottom:4px;color:#6e45e2}.messageSelf{background:linear-gradient(135deg,#6e45e2,#88d3ce);color:#fff;align-self:flex-end;border-bottom-right-radius:0;animation:fadeIn .2s ease-in-out}.messageOther{background:#e8e8e8;color:#222;align-self:flex-start;border-bottom-left-radius:0;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chattingArea{display:flex;padding:.8rem;background:#fff;border-top:1px solid #ddd;position:sticky;bottom:0;gap:.5rem}.chattingArea input,.chattingArea .MuiTextField-root{flex:1;background:#f4f4f4;border-radius:8px}.chattingArea button{background:#6e45e2;color:#fff;font-weight:700;transition:background .2s ease-in-out}.chattingArea button:hover{background:#4b2dbf}@media (max-width: 1200px){.localVideo{margin-top:9rem;height:30vh;width:auto}}@media (max-width: 1024px){.chatRoom{position:relative;width:100%;height:auto;max-height:50vh;margin-top:1rem;right:0;top:auto;border-radius:8px;animation:none}.chattingDisplay{max-height:30vh;overflow-y:auto}.meetVideoContainer{display:flex;flex-direction:column;align-items:center}.conferenceView{grid-template-columns:1fr;width:100%;padding:.5rem}}.conferenceView{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:10px;padding:10px;width:100%;min-height:200px}.view{position:relative;background:#1a1a1a;border-radius:10px;overflow:hidden;min-height:200px;transition:all .3s ease}.view video{width:100%;height:100%;object-fit:cover;background:#1a1a1a}.view:empty{display:none}.conferenceView:has(.view:only-child){display:flex;justify-content:center;align-items:center}.conferenceView:has(.view:only-child) .view{width:40rem;height:30rem;max-width:90vw;max-height:90vh}.conferenceView:has(.view:only-child) .view video{width:40rem;height:30rem;max-width:100%;max-height:100%;object-fit:contain}.homeContainer{height:100vh;width:100vw;background:url(/assets/vidora-B12BqKLi.jpg);background-size:cover;background-repeat:no-repeat;color:#fff}.nav{display:flex;justify-content:space-between;padding-inline:1.2rem;padding-block:1.6rem}.nav h2{font-size:1.8rem;font-weight:600;cursor:pointer}.side{display:flex;gap:1.6rem;cursor:pointer;justify-content:center;align-items:center;text-align:center}.mainContainer{display:flex;justify-content:space-around;align-items:center}.rightPanel img{height:70vh;width:auto}.leftPanel{display:flex;flex-direction:column;align-items:center;width:40%;text-align:center}.leftPanelButtons{display:flex;flex-direction:column;width:fit-content;gap:1.6rem;margin-top:2rem;justify-content:center}.meetingIdContainer{display:flex;gap:.8rem;align-items:center;justify-content:center}.meetingIDContainer .MuiButton-root{margin-left:.5rem;height:54px}.leftPanelButtons input{background-color:#fff;border-radius:8px}.title{font-size:1.8rem;font-weight:600}.side{display:flex;gap:1rem;align-items:center}.nav-simple-btn{display:flex;align-items:center;gap:.4rem;background-color:#ffffff20;border:1px solid #ffffff40;color:#fff;padding:.4rem .9rem;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .25s ease-in-out}.nav-simple-btn:hover{background-color:#ffffff35;transform:translateY(-1px)}.nav-simple-btn:active{transform:scale(.98)}.logout-btn{background-color:#ff4d4d20;border:1px solid #ff4d4d40;color:#ff4d4d}.logout-btn:hover{background-color:#ff4d4d35}.nav-icon{font-size:1.1rem}.modeToggle{display:flex;justify-content:center;align-items:center;gap:.4rem;cursor:pointer}#copy-icon-button{background-color:#fff;border:none;height:100%;width:36px;min-width:auto;padding:0;display:flex;justify-content:center;align-items:center}#content-copy-icon{color:#000;font-size:20px}@media (max-width: 1024px){.rightPanel{display:none}.mainContainer{margin-top:12rem;justify-content:center;align-items:center}.leftPanel{width:90%}}
