*{margin:0;box-sizing:border-box}*,body{padding:0}body{background-color:#fff;width:100vw;height:100vh}.chat,.sms{position:fixed;bottom:10px;height:100%;width:25rem;display:flex;flex-direction:column;justify-content:space-between;border-radius:10px;padding:30px 20px;z-index:99;background-color:#f5f2f2;transition:.5s ease-in-out}.sms{left:-120%;justify-content:flex-start!important;overflow-y:auto}.chat{right:-120%}.chat.active{right:0}.sms.active{left:0}.sms h1{font-size:24px;margin-bottom:20px;text-align:center}.input-group{margin-bottom:20px;display:flex;flex-direction:column;align-items:center;background:#f8f9fd;background:linear-gradient(0deg,#fff,#f4f7fb);border-radius:40px;padding:25px 35px 35px;border:5px solid #fff;box-shadow:0 30px 30px -20px rgba(133,189,215,.8784313725)}.input-group label{margin-bottom:5px;font-weight:700}.flip_video{position:absolute;top:1em;right:1em;font-size:1rem;background-color:#fff;border-radius:50%;padding:5px 10px}.flip_video a{color:#666}.input-group input{border:1px solid #12b1d1;border-bottom:none}.input-group button,.input-group input{outline:0;padding:10px;text-align:center;font-weight:700;width:100%;font-size:14px;border-radius:18px 18px 0 0!important}.input-group button{border-radius:0 0 18px 18px!important;background:linear-gradient(45deg,#1089d3,#12b1d1);color:#fff;cursor:pointer;transition:all .2s ease-in-out;border:0}.input-group button:hover{background-color:#0056b3}.user-list{width:100%;max-width:500px;margin:0 auto}.user-list h2{text-align:center;font-size:24px;margin-bottom:20px}.user-card{display:flex;align-items:center;justify-content:space-between;padding:10px;border-top:2px solid #ccc;border-left:2px solid #ccc;border-right:2px solid #ccc;background-color:#fff;margin-bottom:10px;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1);cursor:pointer}.user-card:last-child{border-bottom:2px solid #ccc}.user-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:15px}.user-info{flex:1;margin-left:10px}.user-name{margin:0;font-size:16px;font-weight:700}.user-email,.user-phone{margin:5px 0;font-size:14px;color:#666}.delete-button{background:none;border:none;color:#666;font-size:20px;cursor:pointer;transition:color .3s}.delete-button:hover{color:red}.chat h4{color:#333;font-size:1.5em}.chat .chatting{display:flex;flex-direction:column;overflow:auto}.chat .messages{display:flex;justify-content:flex-start;align-items:center;margin:20px 0}.chat .messages img{position:relative;height:50px;width:50px;border-radius:50%;object-fit:cover;margin-right:20px}.chat .messages div{justify-content:flex-start;flex-direction:column;padding:10px}.chat .messages div,.chat .send{background-color:#fff;display:flex;border-radius:10px;box-shadow:.2rem .2rem 1rem rgba(51,51,51,.2)}.chat .send{justify-content:space-between;align-items:center}.chat .send a{color:#333;border-radius:10px;padding:10px 15px;font-size:1.4em;display:inline-block}.chat .send input{outline:none;border:none;width:100%;padding:0 10px}.chat .send a.btn{background-color:#1e64fc;color:#fff}.chat .send a ion-icon{transition:.5s cubic-bezier(.5,1.75,.75,1.25)}.chat .send a:hover icon-icon{transform:rotate(1turn)}body header{padding:20px;z-index:10;height:13vh}body .container{height:100vh;padding-top:2rem;overflow:hidden;display:flex;gap:1rem;flex-direction:column;align-items:center}#screenshare-video{height:95%}body.active header{width:100%;justify-content:flex-start}body header .logo{font-size:2em;color:#333;text-decoration:none;font-weight:600;margin-right:30px;max-width:160px}body header .logo img{width:100%;height:100%}body header .info{background-color:#f5f2f2;padding:10px 20px;width:100%;border-radius:10px;display:flex;justify-content:space-between}body header .info p{color:#555055}body header .info .icons,body header .info a{display:flex;justify-content:center;align-items:center}body header .info a{height:40px;width:40px;background-color:#fff;border-radius:50%;text-decoration:none;color:#333;font-size:1.4em;margin-right:10px;box-shadow:.2rem .2rem 1rem rgba(51,51,51,.2);transition:.5s ease}body header .info a:hover{background-color:#333;color:#fff}.participant-main{display:grid;gap:.5rem;height:100%;width:100%}.row{width:100%;margin-left:0!important}.main-img,.row{max-height:45rem}.main-img{width:70%}.img-right-container{width:30%;max-height:45rem}.img-right{max-height:100%;display:flex;flex-direction:column;gap:.1rem;height:100%}body .videoBx{position:relative}body .videoBx,body .videoBx .img{width:100%;display:flex;justify-content:center;align-items:center}body .videoBx .img{height:100%;padding:20px}body .videoBx .img .user{position:relative;height:600px;width:60%;object-fit:cover}body .videoBx .img .imgBx{position:relative;height:80vh;width:40%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}body .videoBx .img .imgBx img{height:40%;width:40%;object-fit:cover;margin:10px}body.active .videoBx{position:relative}body.active .videoBx,body.active .videoBx .img{width:100%;display:flex;justify-content:center;align-items:center}body.active .videoBx .img{height:90%;padding:20px}body.active .videoBx .img .user{position:relative;height:600px;width:100%;object-fit:cover}body.active .videoBx .img .imgBx{position:absolute;top:20px;right:90px;height:100%;width:70px}body.active .videoBx .img .imgBx img{height:140px;width:140px;object-fit:cover;margin:5px 0}body .btns{position:fixed;bottom:5px;width:100%;background-color:transparent;border-radius:10px;padding:20px;z-index:99}body .btns,body .btns a{display:flex;justify-content:center;align-items:center}body .btns a{position:relative;height:50px;width:50px;text-decoration:none;border-radius:50%;margin:0 10px;background-color:#fff;font-size:1.3em;color:#333;box-shadow:.2rem .2rem 1rem rgba(51,51,51,.2);transition:.5s ease}body .btns a.red,body .btns a.red:hover{color:#fff;background-color:#ee3232}body .btns a:hover{background-color:#333;color:#fff}body .btns a ion-icon{transition:.5s cubic-bezier(.5,1.75,.75,1.25)}body .btns a:hover icon-icon{transform:rotate(1turn)}@media (max-width:1024px){body.active{padding-right:20rem}body .videoBx .img{flex-direction:column}body .videoBx .img .imgBx{position:relative;height:auto;width:100%}body .videoBx .img .imgBx img{width:20%;height:20%}body .videoBx .img .user{position:relative;width:auto;height:350px}.chat,.sms{width:20rem}body.active .videoBx .img .imgBx{right:0;top:30%;width:100%}.ripple-background .air{height:23%!important}}@media (min-width:1024px) and (max-width:1920px){.row{max-height:30rem}body.active{padding:0}.chat{bottom:90px;width:20rem;height:600px;box-shadow:.2rem .2rem 1rem rgba(51,51,51,.2)}.ripple-background .air{height:14%!important}}.volume-control{display:none}.participant{position:relative;border-radius:8px;height:100%;overflow:hidden;text-align:center}.info-bar{color:#fff;position:absolute;bottom:5%;left:5%;font-weight:600;background:transparent;font-size:16px}#new-message-counter,.new-message{position:absolute;top:0;right:0;border:1px solid red;border-radius:50%;width:20px;height:20px;font-size:15px;text-align:center;color:#fff;background:red;line-height:16px}.footer img{width:25%}.footer .copyright p{color:#fff;margin:0;padding-top:15px}.form-border{background:#fff;padding:10px;box-shadow:.2rem .2rem 1rem rgba(51,51,51,.5700000000000001)}.form-border .btn{width:100%;background-color:rgba(0,119,251,.7411764705882353)}.bg-xanhdam{background:#0067ae;color:#fff}.bg-xanh{background:#0067b1;color:#fff}.footer{width:100%;font-size:12px}.text-right{text-align:right}.ripple-background{position:absolute;width:100%;height:100vh;background:#3586ff;overflow:hidden;z-index:-1}.ripple-background .air{position:absolute;bottom:0;left:0;width:100%;height:20%;background:url(https://1.bp.blogspot.com/-xQUc-TovqDk/XdxogmMqIRI/AAAAAAAACvI/AizpnE509UMGBcTiLJ58BC6iViPYGYQfQCLcBGAsYHQ/s1600/wave.png);background-size:1000px 100px}.ripple-background .air.air1{animation:wave 30s linear infinite;z-index:1000;opacity:1;animation-delay:0s;bottom:0}.ripple-background .air.air2{animation:wave2 15s linear infinite;z-index:999;opacity:.5;animation-delay:-5s;bottom:10px}.ripple-background .air.air3{animation:wave 30s linear infinite;z-index:998;opacity:.2;animation-delay:-2s;bottom:15px}.ripple-background .air.air4{animation:wave2 5s linear infinite;z-index:997;opacity:.7;animation-delay:-5s;bottom:20px}@keyframes wave{0%{background-position-x:0}to{background-position-x:1000px}}@keyframes wave2{0%{background-position-x:0}to{background-position-x:-1000px}}.stop{background-color:#666}.container video{height:100%;border-radius:8px;object-fit:contain;width:100%;background-color:#4d4a4a}@media only screen and (max-width:600px){.row{margin-left:0}.main-img{margin-bottom:.5em;height:auto}.img-right-container,.main-img{width:100%}.img-right{flex-direction:row}.participant{width:100%}video{height:inherit}.join_video{max-height:10rem!important}.ripple-background .air{height:30%!important}}@media (min-width:820px) and (max-width:950px){.ripple-background .air{height:17%!important}}@media (min-width:992px){.main-img>video{max-width:none}.container video{width:100%;height:99%;background-color:#4d4a4a;max-height:100%;border-radius:8px;object-fit:contain}.img-right video{max-height:135px}}
/*# sourceMappingURL=/style.96761f18.css.map */