.home{display:flex;background-color:#fff;height:100%}@media (max-width: 500px){.home{flex-direction:column}}.sidebar{border-right:3px solid #efefef;position:relative;top:10px;height:calc(100% - 10px);width:100px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.sidebar>*{box-sizing:border-box}@media (max-width: 500px){.sidebar{align-items:flex-start;min-height:90px;max-height:90px;width:100%;position:sticky;top:0;border-right:none;background-color:#fff;box-sizing:border-box}}@media (max-width: 500px){.sidebar.off{display:none}}.sidebar .sideBarLogo{margin-top:10px;cursor:pointer}@media (max-width: 500px){.sidebar .sideBarLogo{display:none}}.sidebar .mobileLogo{display:none;margin-top:10px;margin-left:20px;align-items:center}.sidebar .mobileLogo span{font-size:1.2rem;font-weight:800;color:#8153f0}.sidebar .mobileLogo img{width:25px;height:25px}@media (max-width: 500px){.sidebar .mobileLogo{display:flex}}.sidebar .navigationBar{width:100%;margin-top:80px;display:flex;flex-direction:column;align-items:center}@media (max-width: 500px){.sidebar .navigationBar{flex-direction:row;margin-top:5px;flex:1;box-sizing:border-box;width:100%;border-bottom:3px solid #efefef;justify-content:space-around}}.sidebar .navigationBar .navlist{width:75%;height:45px;margin-bottom:20px;display:flex;justify-content:center;align-items:center;border-radius:10px;cursor:pointer;position:relative}@media (max-width: 500px){.sidebar .navigationBar .navlist{margin-bottom:0;width:80px;border-radius:15px;background-color:#fff}}.sidebar .navigationBar .navlist .clickedBorder{opacity:0;position:absolute;height:65px;width:2.7px;right:-15px;border-radius:20%;background-color:#8153f0}@media (max-width: 500px){.sidebar .navigationBar .navlist .clickedBorder{width:70px;height:3px;bottom:-4px;left:5px;right:unset;border-radius:5px}}@media (max-width: 840px){.sidebar .navigationBar .navlist .clickedBorder.off{opacity:0!important}}.sidebar .navigationBar .navlist svg{width:25px;height:25px}.sidebar .navigationBar .navlist:hover{background-color:#e3e6eb}@media (max-width: 500px){.sidebar .navigationBar .navlist:hover{background-color:#fff}}.sidebar .navigationBar .navlist:hover svg path{fill:#8153f0}.sidebar .navigationBar .navlist.active{background-color:#e3e6eb}@media (max-width: 500px){.sidebar .navigationBar .navlist.active{background-color:#fff}}.sidebar .navigationBar .navlist.active .clickedBorder{opacity:1}.sidebar .navigationBar .navlist.active svg path{fill:#8153f0}.sidebar .navigationBar .profileImg{display:none}@media (max-width: 500px){.sidebar .navigationBar .profileImg{display:unset;width:35px;height:35px;border-radius:50%;object-fit:cover;cursor:pointer;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px}}.sidebar .profileContainer{width:100%;display:flex;align-items:center;justify-content:center;position:relative;margin-top:auto;margin-bottom:30px;cursor:pointer;user-select:none}@media (max-width: 500px){.sidebar .profileContainer{display:none}}.sidebar .profileContainer .profileImg{width:45px;height:45px;border-radius:50%;object-fit:cover;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px}.register{display:flex;min-height:100%;flex-direction:column;background-color:#f9f9f9}@media (max-width: 430px){.register{background-color:#fff}}.register header{display:flex;align-items:center;justify-content:space-between;padding-top:20px}.register header .logo{margin-top:20px;user-select:none;cursor:pointer}.register header .logo img{margin-left:60px}@media (max-width: 530px){.register header .logo img{width:100px;margin-left:30px}}.register .registerWrapper{display:flex;flex:1;align-items:center;justify-content:center}@media (max-width: 430px){.register .registerWrapper{align-items:stretch}}.register .registerWrapper .left{flex:.5;display:flex;align-items:center;justify-content:center;margin-left:20px}@media (max-width: 890px){.register .registerWrapper .left{display:none;flex:unset}}.register .registerWrapper .left img{width:50vw;height:60vh}.register .registerWrapper .right{flex:.5;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:15px;box-sizing:border-box}@media (max-width: 890px){.register .registerWrapper .right{flex:1;height:100%}}.register .registerWrapper .right .rightWrapper{background-color:#fff;box-shadow:3px 7px 23px -10px #000000bf;-webkit-box-shadow:3px 7px 23px -10px rgba(0,0,0,.75);-moz-box-shadow:3px 7px 23px -10px rgba(0,0,0,.75);width:405px;height:495px;border-top:1px solid white;display:flex;align-items:center;flex-direction:column;justify-content:space-around;color:#8153f0;border-radius:5px}@media (max-width: 430px){.register .registerWrapper .right .rightWrapper{width:100%;height:90%;box-shadow:unset;-webkit-box-shadow:unset;-moz-box-shadow:unset;justify-content:unset}}.register .registerWrapper .right .rightWrapper h1{padding-top:20px;text-align:center}.register .registerWrapper .right .rightWrapper form{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;height:390px}.register .registerWrapper .right .rightWrapper form input:-webkit-autofill,.register .registerWrapper .right .rightWrapper form input:-webkit-autofill:hover,.register .registerWrapper .right .rightWrapper form input:-webkit-autofill:focus{-webkit-text-fill-color:#4546a0;-webkit-box-shadow:0 0 0px 1000px #fff inset}.register .registerWrapper .right .rightWrapper form input:autofill{background:#fff}.register .registerWrapper .right .rightWrapper form input{width:300px;height:40px;border-radius:5px;border:1px solid grey;background-color:#fff;margin-bottom:10px;color:#4546a0;font-weight:500;font-size:18px;padding:0 10px;outline:none}@media (max-width: 430px){.register .registerWrapper .right .rightWrapper form input{width:85vw}}.register .registerWrapper .right .rightWrapper form input:focus{border:2px solid #8153f0}.register .registerWrapper .right .rightWrapper form input::placeholder{color:#8153f0;opacity:.5}.register .registerWrapper .right .rightWrapper form .error{border:1px solid rgb(231,55,31)}.register .registerWrapper .right .rightWrapper form .error:focus{outline:none}.register .registerWrapper .right .rightWrapper form span{color:#e7371f;margin-right:auto;margin-top:-10px}.register .registerWrapper .right .rightWrapper form span.registerError{text-align:center;text-transform:capitalize;margin-right:unset;margin-top:unset}.register .registerWrapper .right .rightWrapper form button{margin-top:10px;background-color:#fff;color:#8153f0;font-size:25px;font-weight:800;border-radius:5px;padding:0 10px;cursor:pointer;border:1px solid #8153f0;transition:all .5s ease}.register .registerWrapper .right .rightWrapper form button:hover{background-color:#8153f0;color:#fff;border:1px solid white}.register .registerWrapper .right .rightWrapper h3{font-size:13px}@media (max-width: 430px){.register .registerWrapper .right .rightWrapper h3{margin-top:10px}}.register .registerWrapper .right .rightWrapper h3 span{cursor:pointer;margin-left:3px;font-weight:400;text-decoration:underline;color:#8153f0}.login{min-height:100%;width:100%;display:flex;flex-direction:column;background-color:#f9f9f9}@media (max-width: 430px){.login{background-color:#fff}}.login header{display:flex;align-items:center;justify-content:space-between;padding-top:20px}.login header .logo{margin-top:20px;user-select:none;cursor:pointer}.login header .logo img{margin-left:60px}@media (max-width: 530px){.login header .logo img{width:100px;margin-left:30px}}.login .loginWrapper{display:flex;align-items:center;justify-content:center;flex:1}@media (max-width: 430px){.login .loginWrapper{align-items:stretch}}.login .loginWrapper .left{flex:.5;display:flex;align-items:center;justify-content:center;margin-left:20px}@media (max-width: 890px){.login .loginWrapper .left{display:none;flex:unset}}.login .loginWrapper .left img{width:50vw;height:60vh}.login .loginWrapper .right{flex:.5;width:100%;display:flex;align-items:center;justify-content:center}@media (max-width: 890px){.login .loginWrapper .right{flex:1;height:100%}}.login .loginWrapper .right .rightWrapper{background-color:#fff;box-shadow:3px 7px 23px -10px #000000bf;-webkit-box-shadow:3px 7px 23px -10px rgba(0,0,0,.75);-moz-box-shadow:3px 7px 23px -10px rgba(0,0,0,.75);width:405px;height:370px;padding-top:40px;display:flex;align-items:center;flex-direction:column;justify-content:space-evenly;color:#8153f0;border-radius:5px}@media (max-width: 430px){.login .loginWrapper .right .rightWrapper{width:100%;height:90%;box-shadow:unset;-webkit-box-shadow:unset;-moz-box-shadow:unset;justify-content:unset}}.login .loginWrapper .right .rightWrapper form{display:flex;flex-direction:column;align-items:center;height:250px}.login .loginWrapper .right .rightWrapper form input:-webkit-autofill,.login .loginWrapper .right .rightWrapper form input:-webkit-autofill:hover,.login .loginWrapper .right .rightWrapper form input:-webkit-autofill:focus{-webkit-text-fill-color:#4546a0;-webkit-box-shadow:0 0 0px 1000px #fff inset}.login .loginWrapper .right .rightWrapper form input:autofill{background:#fff}.login .loginWrapper .right .rightWrapper form input{width:340px;height:50px;border-radius:5px;border:1px solid grey;background-color:#fff!important;margin:10px 20px;color:#4546a0;font-weight:500;font-size:18px;padding:0 10px;transition:outline-color 6s ease;outline:none}@media (max-width: 430px){.login .loginWrapper .right .rightWrapper form input{width:85vw}}.login .loginWrapper .right .rightWrapper form input:focus{transition:outline-color 6s ease;border:2px solid #8153f0}.login .loginWrapper .right .rightWrapper form input::placeholder{color:#8153f0;opacity:.5}.login .loginWrapper .right .rightWrapper form input.error{border:1px solid rgb(231,55,31)}.login .loginWrapper .right .rightWrapper form input.error:focus{outline:none}.login .loginWrapper .right .rightWrapper form button{margin-top:0;background-color:#fff;color:#8153f0;font-size:25px;font-weight:700;border-radius:5px;padding:0 10px;cursor:pointer;border:1px solid #8153f0;transition:all .5s ease;position:relative;top:40px}.login .loginWrapper .right .rightWrapper form button:hover{background-color:#8153f0;color:#fff;border:1px solid white}.login .loginWrapper .right .rightWrapper form .loginError{color:#e7371f;text-align:center;text-transform:capitalize}.login .loginWrapper .right .rightWrapper form .warning{color:#e7371f;margin-right:auto;margin-left:20px;margin-top:-10px}.login .loginWrapper .right .rightWrapper h3{font-size:13px;margin-top:10px}.login .loginWrapper .right .rightWrapper h3 span{cursor:pointer;margin-left:3px;font-weight:400;text-decoration:underline;color:#8153f0}.displayNone{display:none}.people{display:flex;flex:1;flex-direction:column;box-sizing:border-box;padding:0 20px;align-items:center}@media (max-width: 730px){.people{padding:0 10px}}@media (max-width: 500px){.people{flex:unset;width:100%;height:calc(100% - 90px)}}.people>*{box-sizing:border-box}.people .searchBar{background-color:#f0f3f6;display:flex;align-items:center;justify-content:space-between;padding:25px 20px;border-radius:10px;width:590px;height:30px;margin-top:15px}@media (max-width: 730px){.people .searchBar{width:100%}}@media (max-width: 500px){.people .searchBar{margin-top:10px;-ms-overflow-style:none;scrollbar-width:none}}.people .searchBar input{border:none;background-color:#f0f3f6;width:100%}.people .searchBar input:focus{outline:none}.people .searchBar input::placeholder{color:#a6adc1;font-weight:500}.people .searchBar img{width:20px;height:20px}.people .userList{display:flex;justify-content:center;flex-wrap:wrap;width:100%;height:calc(100% - 40px);overflow-y:auto;margin-top:10px;align-content:flex-start}.people .userList::-webkit-scrollbar{width:.7rem}@media (max-width: 555px){.people .userList::-webkit-scrollbar{width:.7rem}}@media (max-width: 500px){.people .userList::-webkit-scrollbar{display:none}}.people .userList::-webkit-scrollbar-track{background:white}.people .userList::-webkit-scrollbar-thumb{background:#ced2db;border-radius:100vw;cursor:auto}.people .userList .userListLoading{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding-top:20px}.people .userList .user{display:flex;flex-direction:column;align-items:center;justify-content:space-around;background-color:#eef1f5;width:260px;height:250px;user-select:none;box-shadow:#0000003d 0 3px 8px;border-radius:10px;margin-right:20px;margin-bottom:20px}@media (max-width: 730px){.people .userList .user{width:100%;height:220px;padding:10px;box-shadow:unset;align-items:flex-start;flex-direction:row;justify-content:unset;background-color:#fff;height:unset}}.people .userList .user img{width:90px;height:90px;border-radius:50%;object-fit:cover;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px}@media (max-width: 730px){.people .userList .user img{width:60px;height:60px}}.people .userList .user .bottom{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}@media (max-width: 730px){.people .userList .user .bottom{margin-bottom:0;align-items:flex-start;margin-left:10px;flex:1}}.people .userList .user .bottom .username{margin-bottom:8px;color:#2d2b2b;font-weight:600;font-size:1.5rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:200px;text-align:center}@media (max-width: 730px){.people .userList .user .bottom .username{font-size:1.3rem;margin-bottom:3px;text-align:left;width:160px}}@media (max-width: 405px){.people .userList .user .bottom .username{width:130px;font-size:1.1rem}}.people .userList .user .bottom button{border:none;padding:5px 10px;background-color:#fff;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;color:#8153f0;font-weight:500;cursor:pointer;width:80%;height:40px;border-radius:25px;transition:transform .1s ease;width:170px}@media (max-width: 730px){.people .userList .user .bottom button{margin-left:-5px;width:140px}}.people .userList .user .bottom button:hover{transform:scale(1.05)}.people .userList .user .bottom button.notAllowed{background-color:#eeeaea;cursor:not-allowed;color:#a8a0a0}.people .userList .user .bottom button.notAllowed:hover{transform:scale(1)}.setting{padding:0 20px;box-sizing:border-box;flex:1;display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden}.setting::-webkit-scrollbar{width:.7rem}@media (max-width: 555px){.setting{padding:0 10px}}.setting>*{box-sizing:border-box}.setting .options{display:flex;align-items:center;margin-top:20px;margin-bottom:20px;width:620px;padding-bottom:10px}@media (max-width: 755px){.setting .options{width:100%}}@media (max-width: 565px){.setting .options{justify-content:center}}@media (max-width: 500px){.setting .options{width:100vw}}.setting .options .option{width:220px;height:40px;margin-right:20px;text-align:center;font-weight:600;font-size:1.2rem;border:none;background-color:#fff;border:2px solid rgba(166,173,193,.2274509804);color:#a6adc1;cursor:pointer;border-radius:6px}@media (max-width: 565px){.setting .options .option{width:50%;font-size:2.5vw}}@media (max-width: 500px){.setting .options .option{font-size:3.5vw}}@media (max-width: 500px){.setting .options .option{margin-right:25px}}.setting .options .option.active{border:2px solid #8153f0;color:#8153f0}.setting .updatePicture{display:flex;flex-direction:column;border-bottom:2px solid #efefef;width:620px;padding-bottom:30px;margin-bottom:10px}@media (max-width: 755px){.setting .updatePicture{width:100%}}@media (max-width: 565px){.setting .updatePicture{align-items:center}}.setting .updatePicture .updatePictureHeader{font-weight:600;color:#a6adc1;margin-bottom:20px}@media (max-width: 565px){.setting .updatePicture .updatePictureHeader{text-align:center}}.setting .updatePicture .updatePictureContainer{display:flex;align-items:center;flex:1;user-select:none}@media (max-width: 565px){.setting .updatePicture .updatePictureContainer{align-items:center;flex-direction:column;width:100%}}.setting .updatePicture .updatePictureContainer img{width:70px;height:70px;object-fit:cover;border-radius:100%;margin-right:15px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px}@media (max-width: 565px){.setting .updatePicture .updatePictureContainer img{margin-right:0;margin-bottom:10px}}.setting .updatePicture .updatePictureContainer .uploadButton{border:none;border-radius:7px;background-color:#8153f0;width:250px;height:50px;color:#fff;font-weight:500;font-size:1.1rem;margin-right:15px;padding:5px;cursor:pointer;outline:none}.setting .updatePicture .updatePictureContainer .uploadButton.cancel{background-color:#f63f64}@media (max-width: 755px){.setting .updatePicture .updatePictureContainer .uploadButton{width:30vw;font-size:2.3vw}}@media (max-width: 565px){.setting .updatePicture .updatePictureContainer .uploadButton{margin-right:0;margin-bottom:10px;width:100%;font-size:1rem}}.setting .updatePicture .updatePictureContainer .removeButton{border:none;border-radius:7px;padding:5px;background-color:#eef1f5;width:250px;height:50px;font-weight:500;font-size:1.1rem;color:#706e6e;cursor:pointer;outline:none}@media (max-width: 755px){.setting .updatePicture .updatePictureContainer .removeButton{width:30vw;font-size:2.1vw}}@media (max-width: 565px){.setting .updatePicture .updatePictureContainer .removeButton{width:100%;font-size:1rem}}.setting .soundSetting{margin-bottom:10px;padding-bottom:10px;display:flex;align-items:center;border-bottom:2px solid #efefef;width:620px}@media (max-width: 755px){.setting .soundSetting{width:100%}}.setting .soundSetting .label{color:#a6adc1}.setting .updateAccountInfo{display:flex;flex-wrap:wrap;margin-bottom:20px}.setting .updateAccountInfo .inputContainer{display:flex;flex-direction:column;margin-bottom:15px;margin-right:20px;width:450px}@media (max-width: 755px){.setting .updateAccountInfo .inputContainer{width:100%;margin-right:0}}.setting .updateAccountInfo .inputContainer span{color:#a6adc1;margin-bottom:10px}.setting .updateAccountInfo .inputContainer input{padding:10px 15px;border:2px solid #dddee2;border-radius:5px;color:#000;font-weight:500}.setting .updateAccountInfo .inputContainer input::placeholder{color:#000;font-weight:600}.setting .updateAccountInfo .inputContainer input:focus{outline-color:#8153f0}.setting .updateAccountInfo .inputContainer input.security::placeholder{font-weight:600;color:#a6adc1}.setting .updateButton{background-color:#8153f0;padding:10px 15px;border:none;border-radius:5px;color:#fff;width:180px;font-weight:500;font-size:1.2rem;margin-bottom:30px;cursor:pointer}@media (max-width: 565px){.setting .updateButton{margin-top:unset;width:unset;font-size:1rem;width:100%}}.setting .updateButton.security{width:210px}@media (max-width: 565px){.setting .updateButton.security{width:100%}}.mobileMenu{background-color:#8153f0;width:300px;height:100vh;position:fixed;top:0;right:0;z-index:2;right:-300px;transition:all 1s ease;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding-top:80px}.mobileMenu .options{display:flex;flex-direction:column;align-items:center;margin-top:20px;user-select:none}.mobileMenu .options .option{padding:10px 25px;border:1px solid white;border-radius:25px;margin-right:20px;cursor:pointer;color:#fff;margin-bottom:10px;width:150px;display:flex;align-items:center;justify-content:center}.mobileMenu .options .option.signUp{color:#8153f0;transition:background-position .5s ease;background-color:#fff}.mobileMenu .options .option.signUp:hover{background-position:right center}.mobileMenu.active{right:0}.landing{width:100%;height:100%;position:relative;overflow-x:hidden;display:flex;flex-direction:column}.landing>*{box-sizing:border-box}.landing .backgroundImg{position:absolute;height:100%;right:-10px;z-index:-1}@media (max-width: 930px){.landing .backgroundImg{display:none}}.landing header{display:flex;align-items:center;justify-content:space-between;padding-top:20px}.landing header .logo{margin-top:20px;user-select:none}.landing header .logo img{margin-left:60px}@media (max-width: 530px){.landing header .logo img{width:100px;margin-left:30px}}.landing header .options{display:flex;align-items:center;margin-top:20px}@media (max-width: 530px){.landing header .options{display:none}}.landing header .options .option{padding:10px 25px;border:1px solid white;border-radius:25px;margin-right:20px;cursor:pointer;color:#fff;transition:all .5s ease}@media (max-width: 930px){.landing header .options .option{border:1px solid #8153f0;color:#8153f0}}.landing header .options .option.signUp{color:#8153f0;transition:background-position .5s ease;background-color:#fff}@media (max-width: 930px){.landing header .options .option.signUp{background-color:#8153f0;color:#fff;background-size:200% auto;background-image:linear-gradient(to right,#3c29df 0%,#8153f0 51%,#8153f0 100%);background-position:right center}}.landing header .options .option.signUp:hover{background-position:top left}.landing header .options .option.signIn:hover{border:1px solid #8153f0;text-decoration:underline}.landing header .smallMobileMenu{width:32px;height:25px;flex-direction:column;justify-content:space-between;cursor:pointer;z-index:9999;display:none}@media (max-width: 530px){.landing header .smallMobileMenu{display:flex;padding-right:20px;margin-top:20px}}.landing header .smallMobileMenu span{width:100%;height:3px;background-color:#8153f0;transform-origin:left;transition:transform 1s ease}.landing header .smallMobileMenu.active span:first-child{transform:rotate(45deg);background-color:#fff}.landing header .smallMobileMenu.active span:nth-child(2){opacity:0}.landing header .smallMobileMenu.active span:last-child{transform:rotate(-45deg);background-color:#fff}.landing main{display:flex;justify-content:space-between;flex:1;align-items:center;margin-top:20px}@media (max-width: 530px){.landing main{padding-left:10px;padding-right:10px}}.landing main .left{margin-left:60px}@media (max-width: 930px){.landing main .left{width:100%;height:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:unset}}.landing main .left h2{font-weight:300;font-size:2.9rem;margin-bottom:10px}@media (max-width: 530px){.landing main .left h2{font-size:2rem}}.landing main .left h5{font-weight:300;color:#333;font-size:1.2rem;margin-left:5px;margin-bottom:20px}@media (max-width: 930px){.landing main .left h5{margin-left:unset}}@media (max-width: 530px){.landing main .left h5{font-size:1rem}}.landing main .left .buttonContainers{display:flex;align-items:center;margin-top:30px;user-select:none}@media (max-width: 620px){.landing main .left .buttonContainers{flex-direction:column}}.landing main .left .buttonContainers button{border:none;width:220px;margin-right:20px;cursor:pointer;border-radius:30px;display:flex;align-items:center;justify-content:center;width:284px;height:50px;color:#fff;text-transform:capitalize;transition:background-position .5s ease;background-size:200% auto;background-image:linear-gradient(to right,#3c29df 0%,#8153f0 51%,#8153f0 100%);background-position:right center;font-weight:500}@media (max-width: 530px){.landing main .left .buttonContainers button{margin-right:unset}}@media (max-width: 620px){.landing main .left .buttonContainers button{margin-bottom:20px}}.landing main .left .buttonContainers button:hover{background-position:top left}.landing main .left .buttonContainers button:nth-of-type(2){background-color:#fff;border:1px solid #8153f0;color:#8153f0;background-image:unset}.landing main .left .buttonContainers button:nth-of-type(2) img{width:18px;height:18px;margin-right:10px}.landing main .left .buttonContainers button:nth-of-type(2):hover{border-width:2px}.landing main .right{flex:1;height:100%;position:relative}@media (max-width: 930px){.landing main .right{display:unset}}.landing main .right img{position:absolute;width:50vw;height:75vh;top:10px;right:30px;z-index:-1}@media (max-width: 930px){.landing main .right img{display:none}}.landing footer{display:flex;margin-left:65px;margin-bottom:50px;user-select:none;margin-top:15px}@media (max-width: 930px){.landing footer{align-items:center;justify-content:center;margin-left:unset}}.landing footer .socialIcon{width:40px;height:40px;border:2px solid #4a62e8;border-radius:100%;display:flex;align-items:center;justify-content:center;margin-right:20px;cursor:pointer;transition:transform .3s ease}.landing footer .socialIcon svg{width:20px;height:20px}.landing footer .socialIcon:hover{transform:scale(1.1)}.chat{display:flex;align-items:center;justify-content:space-between;padding:15px 0 15px 15px;border-radius:10px;width:285px;position:relative;user-select:none;box-sizing:border-box;cursor:pointer}@media (max-width: 840px){.chat{width:99%}}.chat.active{background-color:#f7f8fa;-webkit-box-shadow:0px 1px 3px 0px #d6d6d6;box-shadow:0 1px 3px #d6d6d6}.chat:hover{background-color:#f7f8fa}.chat .chatLeft{display:flex;align-items:center;gap:1rem}.chat .chatLeft .imageContainer{position:relative;border-radius:50%;width:48px;height:48px}.chat .chatLeft .imageContainer img{width:45px;height:45px;border-radius:50%;object-fit:cover;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px}.chat .chatLeft .imageContainer svg{position:absolute;bottom:7px;right:5px;width:13px;height:13px}.chat .chatLeft .detailContainer{display:flex;flex-direction:column;align-items:flex-start;gap:5px;align-self:flex-start;position:relative}.chat .chatLeft .detailContainer .personName{font-size:15px;color:#2d2b2b;font-weight:500}.chat .chatLeft .detailContainer .statusDetail{width:14vw;color:#98a4b8;font-size:12px;white-space:nowrap;display:inline-block;overflow:hidden;text-overflow:ellipsis;position:absolute;top:30px}.chat .chatLeft .detailContainer .typing{display:flex;align-items:center;position:absolute;top:25px}.chat .chatLeft .detailContainer .typing span{margin-left:5px;font-weight:300;font-size:15px;margin-bottom:2px;color:#016dda}.chat .chatRight{margin-top:-30px;margin-right:10px;margin-left:10px;display:flex;align-items:center}.chat .chatRight .unseenMessage{width:13px;height:13px;margin-right:5px}.chat .chatRight .seenMessage{width:16px;height:16px;margin-right:5px}.chat .chatRight span{color:#98a4b8;font-size:13px}.chat .chatRight .notificationContainer{background-color:#016dda;box-sizing:border-box;padding:5px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:10px;margin-left:10px;visibility:hidden}.chat .chatRight .notificationContainer.notify{visibility:visible}.chatPage{flex:1}@media (max-width: 500px){.chatPage{flex:unset;width:100%;height:calc(100% - 90px)}}@media (max-width: 500px){.chatPage.mobile{flex:unset;width:100%;height:100%}}.chatPage .chatWrapper{display:flex;width:100%;height:100%}.chatPage .chatWrapper .chatWrapperLeft{display:flex;flex-direction:column;padding-top:10px;padding-right:15px;padding-left:10px;gap:2rem;min-width:300px;align-items:center;box-sizing:border-box;height:100%;min-height:100%;max-height:100%;overflow-y:auto}@media (max-width: 840px){.chatPage .chatWrapper .chatWrapperLeft{min-width:unset;flex:1;align-items:flex-start}}@media (max-width: 840px){.chatPage .chatWrapper .chatWrapperLeft.off{display:none}}.chatPage .chatWrapper .chatWrapperLeft .top{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 840px){.chatPage .chatWrapper .chatWrapperLeft .top{width:100%}}.chatPage .chatWrapper .chatWrapperLeft .top .searchBar{background-color:#f0f3f6;display:flex;align-items:center;justify-content:space-between;padding:25px 20px;border-radius:10px;width:300px;height:30px;box-sizing:border-box}@media (max-width: 840px){.chatPage .chatWrapper .chatWrapperLeft .top .searchBar{width:100%}}.chatPage .chatWrapper .chatWrapperLeft .top .searchBar input{border:none;background-color:#f0f3f6;width:100%}.chatPage .chatWrapper .chatWrapperLeft .top .searchBar input:focus{outline:none}.chatPage .chatWrapper .chatWrapperLeft .top .searchBar input::placeholder{color:#a6adc1;font-weight:500}.chatPage .chatWrapper .chatWrapperLeft .top .searchBar img{width:20px;height:20px}.chatPage .chatWrapper .chatWrapperLeft .top .actionBar{display:flex;justify-content:space-between;align-items:center;width:300px;display:none}.chatPage .chatWrapper .chatWrapperLeft .top .actionBar .actionBarLeft span{color:#6f7884;font-weight:500;margin-left:5px}.chatPage .chatWrapper .chatWrapperLeft .top .actionBar .actionBarRight{display:flex;align-items:center}.chatPage .chatWrapper .chatWrapperLeft .top .actionBar .actionBarRight img:nth-child(1){width:40px;height:40px;margin-right:10px;cursor:pointer}.chatPage .chatWrapper .chatWrapperLeft .top .actionBar .actionBarRight img:nth-child(2){width:30px;height:30px;cursor:pointer}.chatPage .chatWrapper .chatWrapperLeft .bottom{flex:1;display:flex;overflow-y:auto}@media (max-width: 840px){.chatPage .chatWrapper .chatWrapperLeft .bottom{width:100%}}.chatPage .chatWrapper .chatWrapperLeft .bottom .chatList{display:flex;flex-direction:column;gap:1rem;overflow-y:hidden;width:300px;position:relative;padding-bottom:10px}.chatPage .chatWrapper .chatWrapperLeft .bottom .chatList .chatListLoading{position:absolute;width:100%;height:100%;display:flex;padding:5px;justify-content:center;box-sizing:border-box}.chatPage .chatWrapper .chatWrapperLeft .bottom .chatList .chatIsEmpty{display:flex;align-items:center;justify-content:center;user-select:none}.chatPage .chatWrapper .chatWrapperLeft .bottom .chatList .chatIsEmpty .chatIsEmptyButton{border-radius:10px;background-color:#f0f3f6;border:none;color:#8153f0;font-size:1.1rem;font-weight:500;width:90%;text-align:center;padding:10px;cursor:pointer}@media (max-width: 840px){.chatPage .chatWrapper .chatWrapperLeft .bottom .chatList{width:100%}}@media (max-width: 500px){.chatPage .chatWrapper .chatWrapperLeft .bottom .chatList{overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}}.chatPage .chatWrapper .chatWrapperLeft .bottom .chatList:hover{overflow-y:auto}.chatPage .chatWrapper .chatWrapperLeft .bottom .chatList::-webkit-scrollbar{width:.7rem}@media (max-width: 500px){.chatPage .chatWrapper .chatWrapperLeft .bottom .chatList::-webkit-scrollbar{display:none}}.chatPage .chatWrapper .chatWrapperLeft .bottom .chatList::-webkit-scrollbar-track{background:white}.chatPage .chatWrapper .chatWrapperLeft .bottom .chatList::-webkit-scrollbar-thumb{background:#ced2db;border-radius:100vw;cursor:auto}.chatPage .chatWrapper .dragBar{padding:3px;background-color:#e0e3e9}@media (max-width: 840px){.chatPage .chatWrapper .dragBar{display:none}}.chatPage .chatWrapper .chatWrapperRight{background-color:#eef1f5;flex:1;display:flex;flex-direction:column;height:100%;min-height:100%}@media (max-width: 840px){.chatPage .chatWrapper .chatWrapperRight.off{display:none}}.chatPage .chatWrapper .chatWrapperRight .noActiveConversation{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#2c3550}.chatPage .chatWrapper .chatWrapperRight .infoBox{display:flex;justify-content:space-between;border-bottom:2px solid #e0e3e9;align-items:center;padding-top:10px;user-select:none}.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxLeft{display:flex;align-items:center;gap:5px}.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxLeft .imageContainer{display:flex;align-items:center}.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxLeft .imageContainer .backArrow{margin-bottom:5px;margin-left:2px;display:flex;align-items:center;padding:10px;border-radius:50%;display:none}@media (max-width: 840px){.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxLeft .imageContainer .backArrow{margin-left:10px;display:flex;cursor:pointer}}.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxLeft .imageContainer .backArrow:hover{background-color:#e5e8eb}.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxLeft .imageContainer .backArrow img{width:25px;height:25px}.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxLeft .imageContainer .activeProfilePicture{width:45px;height:45px;border-radius:50%;object-fit:cover;margin-bottom:5px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;margin-left:25px}@media (max-width: 840px){.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxLeft .imageContainer .activeProfilePicture{margin-left:8px}}.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxLeft .infoContainer{display:flex;flex-direction:column}.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxLeft .infoContainer .infoName{color:#1b2a57;font-weight:600}.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxLeft .infoContainer .infoStatus .online{color:#016dda;font-weight:400;position:relative;top:-3px}.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxLeft .infoContainer .infoStatus .offline{color:#494949;position:relative;top:-3px;font-weight:400}.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxLeft .infoContainer .infoStatus .typing{display:flex;align-items:center;position:relative;top:-3px}.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxLeft .infoContainer .infoStatus .typing span{margin-left:5px;font-weight:400;font-size:15px;margin-bottom:2px;color:#016dda}.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxRight{display:flex;align-items:center;gap:30px;margin-right:40px;margin-top:-10px}.chatPage .chatWrapper .chatWrapperRight .infoBox .infoBoxRight img{width:25px;height:25px;cursor:pointer}.chatPage .chatWrapper .chatWrapperRight .messageBox{display:flex;flex-direction:column;height:calc(100% - 130px);overflow-y:scroll}.chatPage .chatWrapper .chatWrapperRight .messageBox .messagesLoading{width:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding-top:20px}.chatPage .chatWrapper .chatWrapperRight .messageBox .messagesLoading span{color:#a6adc1}.chatPage .chatWrapper .chatWrapperRight .messageBox::-webkit-scrollbar{width:.7rem}.chatPage .chatWrapper .chatWrapperRight .messageBox::-webkit-scrollbar-track{background:#eef1f5}.chatPage .chatWrapper .chatWrapperRight .messageBox::-webkit-scrollbar-thumb{background:#97999e;border-radius:100vw;cursor:auto}.chatPage .chatWrapper .chatWrapperRight .emojiPicker1{width:500px;height:400px;position:absolute;bottom:30px;right:-20px;transform:scale(.8);box-shadow:0 3px 6px #0000004d;z-index:-999}@media (max-width: 840px){.chatPage .chatWrapper .chatWrapperRight .emojiPicker1{width:300px;height:250px;bottom:50px}}.chatPage .chatWrapper .chatWrapperRight .emojiPicker1.show{z-index:999}.chatPage .chatWrapper .chatWrapperRight .fileContainer{background-color:#00000080;position:fixed;height:100%;width:100%;z-index:999;left:0;align-items:center;justify-content:center;display:none}.chatPage .chatWrapper .chatWrapperRight .fileContainer.active{display:flex}.chatPage .chatWrapper .chatWrapperRight .fileContainer .fileWrapper{width:350px;height:400px;border-radius:10px;background-color:#fff;-webkit-box-shadow:0px 1px 3px 0px #d6d6d6;box-shadow:0 1px 3px #d6d6d6;box-sizing:border-box;padding:10px;display:flex;flex-direction:column;align-items:center}@media (max-width: 500px){.chatPage .chatWrapper .chatWrapperRight .fileContainer .fileWrapper{width:95vw}}.chatPage .chatWrapper .chatWrapperRight .fileContainer .fileWrapper .fileImageContainer{margin-bottom:10px}.chatPage .chatWrapper .chatWrapperRight .fileContainer .fileWrapper .fileImageContainer img{width:320px;height:270px;border-radius:10px;object-fit:cover;-webkit-box-shadow:0px 1px 3px 0px #d6d6d6;box-shadow:0 1px 3px #d6d6d6}@media (max-width: 500px){.chatPage .chatWrapper .chatWrapperRight .fileContainer .fileWrapper .fileImageContainer img{width:85vw}}.chatPage .chatWrapper .chatWrapperRight .fileContainer .fileWrapper input{width:95%;border:none;border-bottom:2px solid #8153f0;padding:5px;margin-bottom:10px;box-sizing:border-box}.chatPage .chatWrapper .chatWrapperRight .fileContainer .fileWrapper input:focus{outline:none}.chatPage .chatWrapper .chatWrapperRight .fileContainer .fileWrapper button{width:95%;padding:10px 15px;border:none;border-radius:3px;color:#fff;cursor:pointer;transition:background-position .5s ease;background-size:200% auto;background-image:linear-gradient(to right,#3c29df 0%,#8153f0 51%,#8153f0 100%);background-position:right center}.chatPage .chatWrapper .chatWrapperRight .fileContainer .fileWrapper button:hover{background-position:top left}.chatPage .chatWrapper .chatWrapperRight .inputBox{background-color:#fff;position:sticky;bottom:10px;width:100%;box-shadow:0 3px 6px #0000004d;align-self:center;border-radius:10px;display:flex;justify-content:space-between;align-items:center;padding:15px;transform:scale(.9)}@media (max-width: 500px){.chatPage .chatWrapper .chatWrapperRight .inputBox{width:90%}}.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxLeft{flex:1;display:flex}.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxLeft span[contenteditable]:empty:before{content:"Write you message ";cursor:text;color:#777d8e;font-weight:600;font-size:15px}.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxLeft span[contenteditable]:focus{outline:none}.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxLeft span[contenteditable]{max-width:95%!important;min-width:70%;max-height:200px;overflow-y:auto;overflow-x:hidden;word-break:break-all;padding-left:30px;box-sizing:border-box;display:inline-block}.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxLeft span[contenteditable]>*{background-color:#fff!important;color:#000!important;max-width:95%!important;white-space:pre-wrap!important;white-space:-moz-pre-wrap!important;white-space:-pre-wrap!important;white-space:-o-pre-wrap!important;word-break:break-all!important;font-size:1rem!important}@media (max-width: 500px){.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxLeft span[contenteditable]{padding-left:unset}}.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxLeft span[contenteditable]::-webkit-scrollbar{width:.7rem;cursor:auto}.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxLeft span[contenteditable]::-webkit-scrollbar-track{background:#edf0f5;cursor:auto}.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxLeft span[contenteditable]::-webkit-scrollbar-thumb{background:#ced2db;border-radius:100vw;cursor:auto}.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxLeft input{border:none;padding-left:30px;flex:1;font-weight:400;font-size:1.1rem}@media (max-width: 500px){.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxLeft input{padding-left:unset;width:40vw}}.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxLeft input:focus{outline:none}.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxLeft input::placeholder{color:#777d8e;font-weight:500;font-size:1rem}@media (max-width: 500px){.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxLeft input::placeholder{font-size:.9rem}}.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxRight{display:flex;align-items:center;gap:15px}.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxRight img{width:25px;height:25px;cursor:pointer;transition:transform .3s ease}.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxRight img:hover{transform:scale(1.08)}.chatPage .chatWrapper .chatWrapperRight .inputBox .inputBoxRight img:nth-child(3){width:30px;height:30px}.message{display:flex;gap:15px;align-items:center;margin-left:30px;margin-bottom:10px;margin-top:5px}.message .menuMessage{align-self:flex-start}.message .profileImage img{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-top:-10px}.message .messageDetail{display:flex;flex-direction:column}.message .messageDetail .messageText{background-color:#fff;min-width:60px;max-width:500px;max-height:400px;overflow-y:auto;color:#5e657a;font-weight:500;font-size:.8rem;padding:8px 15px;border-radius:10px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;word-break:break-all}@media (max-width: 500px){.message .messageDetail .messageText{max-height:200px}}.message .messageDetail .messageText::-webkit-scrollbar{width:.7rem}@media (max-width: 500px){.message .messageDetail .messageText::-webkit-scrollbar{width:.5rem}}.message .messageDetail .messageText::-webkit-scrollbar-track{background:white}.message .messageDetail .messageText::-webkit-scrollbar-thumb{background:#ced2db;border-radius:100vw;cursor:auto}.message .messageDetail .messageText pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap}.message .messageDetail .messageTime{align-self:flex-end;margin-right:10px;display:flex;align-items:center;margin-top:5px}.message .messageDetail .messageTime span{color:#131d3c;font-weight:400;font-size:12px}.message .imageWithMessage{display:flex;flex-direction:column;width:400px}@media (max-width: 955px){.message .imageWithMessage{width:350px}}@media (max-width: 865px){.message .imageWithMessage{width:300px}}@media (max-width: 400px){.message .imageWithMessage{width:200px}}.message .imageWithMessage .messageContainer{display:flex;align-items:center;flex:1}.message .imageWithMessage .messageContainer .profileImage{margin-right:15px}.message .imageWithMessage .messageContainer .profileImage img{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-top:-10px}.message .imageWithMessage .messageContainer .imageAndMessageContainer{display:flex;flex-direction:column;flex:1;background-color:#fff;align-items:center;box-sizing:border-box;padding:5px;border-radius:15px;-webkit-box-shadow:0px 3px 6px 1px #c7cacd;box-shadow:0 3px 6px 1px #c7cacd;position:relative}.message .imageWithMessage .messageContainer .imageAndMessageContainer .loadingOnUploadImage{background-color:#0000;position:absolute;width:97.5%;height:250px;display:flex;align-items:center;justify-content:center;border-radius:15px;z-index:999}@media (max-width: 865px){.message .imageWithMessage .messageContainer .imageAndMessageContainer .loadingOnUploadImage{height:200px}}.message .imageWithMessage .messageContainer .imageAndMessageContainer .imageMessage{object-fit:cover;border-radius:15px;cursor:pointer;user-select:none;width:100%;height:220px;box-shadow:#0000001f 0 1px 3px,#0000003d 0 1px 2px}.message .imageWithMessage .messageContainer .imageAndMessageContainer .imageMessage.loading{filter:brightness(40%)}@media (max-width: 865px){.message .imageWithMessage .messageContainer .imageAndMessageContainer .imageMessage{height:170px}}@media (max-width: 400px){.message .imageWithMessage .messageContainer .imageAndMessageContainer .imageMessage{height:100px}}.message .imageWithMessage .messageContainer .imageAndMessageContainer .messageCaption{background-color:#fff;width:100%;padding:7px;color:#5e657a;font-weight:500;font-size:.9rem;box-sizing:border-box;border-radius:unset;margin-top:5px;word-break:break-all;max-height:200px;overflow-y:auto}.message .imageWithMessage .messageContainer .imageAndMessageContainer .messageCaption::-webkit-scrollbar{width:.7rem}@media (max-width: 500px){.message .imageWithMessage .messageContainer .imageAndMessageContainer .messageCaption::-webkit-scrollbar{width:.5rem}}.message .imageWithMessage .messageContainer .imageAndMessageContainer .messageCaption::-webkit-scrollbar-track{background:white}.message .imageWithMessage .messageContainer .imageAndMessageContainer .messageCaption::-webkit-scrollbar-thumb{background:#ced2db;border-radius:100vw;cursor:auto}.message .imageWithMessage .messageContainer .imageAndMessageContainer .messageCaption pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap}.message .imageWithMessage .messageTime{align-self:flex-end;margin-right:10px;margin-top:10px;display:flex;align-items:center}.message .imageWithMessage .messageTime .unseenMessage{width:12px;height:12px;margin-right:5px}.message .imageWithMessage .messageTime .seenMessage{width:15px;height:15px;margin-right:5px}.message .imageWithMessage .messageTime span{color:#131d3c;font-weight:400;font-size:13px}.message .imageWithOutMessage{display:flex;flex-direction:column;width:400px;height:250px;position:relative}@media (max-width: 955px){.message .imageWithOutMessage{width:350px}}@media (max-width: 865px){.message .imageWithOutMessage{width:300px;height:200px}}@media (max-width: 400px){.message .imageWithOutMessage{width:200px}}.message .imageWithOutMessage .loadingOnUploadImage{background-color:#0000;position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:10px;z-index:999}.message .imageWithOutMessage .messageContainer{display:flex;align-items:center;flex:1}.message .imageWithOutMessage .messageContainer .profileImage{margin-right:15px}.message .imageWithOutMessage .messageContainer .profileImage img{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-top:-10px}.message .imageWithOutMessage .messageContainer .imageMessage{object-fit:cover;border-radius:10px;-webkit-box-shadow:0px 3px 6px 1px #c7cacd;box-shadow:0 3px 6px 1px #c7cacd;cursor:pointer;user-select:none;width:89%;height:220px!important;object-position:30% 20%}@media (max-width: 955px){.message .imageWithOutMessage .messageContainer .imageMessage{width:85%}}@media (max-width: 400px){.message .imageWithOutMessage .messageContainer .imageMessage{width:80%}}.message .imageWithOutMessage .messageContainer .imageMessage.loading{filter:brightness(40%)}@media (max-width: 865px){.message .imageWithOutMessage .messageContainer .imageMessage{height:170px!important}}.message .imageWithOutMessage .messageTime{align-self:flex-end;margin-right:10px;margin-top:10px;display:flex;align-items:center}.message .imageWithOutMessage .messageTime .unseenMessage{width:12px;height:12px;margin-right:5px}.message .imageWithOutMessage .messageTime .seenMessage{width:15px;height:15px;margin-right:5px}.message .imageWithOutMessage .messageTime span{color:#131d3c;font-weight:400;font-size:13px}.message.own{justify-content:flex-end;margin-left:unset;margin-right:30px}.message.own .profileImage{display:none}.message.own .unseenMessage{width:12px;height:12px;margin-right:5px}.message.own .seenMessage{width:15px;height:15px;margin-right:5px}.message.own .messageDetail .messageText{background-color:#d0d3e3;border-radius:10px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;color:#181a20}.message.own .messageDetail .messageText::-webkit-scrollbar{width:.89rem}@media (max-width: 500px){.message.own .messageDetail .messageText::-webkit-scrollbar{width:.5rem}}.message.own .messageDetail .messageText::-webkit-scrollbar-track{background:#d0d3e3}.message.own .messageDetail .messageText::-webkit-scrollbar-thumb{background:#97999e;cursor:auto}.message.own .imageWithOutMessage .messageContainer .profileImage{display:none}.message.own .imageWithOutMessage .messageContainer .imageMessage{width:100%;height:100%}.message.own .imageWithMessage .messageContainer .imageAndMessageContainer{background-color:#d0d3e3;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px}.message.own .imageWithMessage .messageContainer .imageAndMessageContainer .imageMessage{width:100%}.message.own .imageWithMessage .messageContainer .imageAndMessageContainer .messageCaption{background-color:#d0d3e3;width:100%;margin-left:unset;margin-top:5px;padding:7px;color:#2c3550;font-weight:500;font-size:.9rem;box-sizing:border-box}.message.own .imageWithMessage .messageContainer .imageAndMessageContainer .messageCaption::-webkit-scrollbar{width:.89rem}@media (max-width: 500px){.message.own .imageWithMessage .messageContainer .imageAndMessageContainer .messageCaption::-webkit-scrollbar{width:.5rem}}.message.own .imageWithMessage .messageContainer .imageAndMessageContainer .messageCaption::-webkit-scrollbar-track{background-color:#d0d3e3}.message.own .imageWithMessage .messageContainer .imageAndMessageContainer .messageCaption::-webkit-scrollbar-thumb{background-color:#97999e;border-radius:100vw;cursor:auto}.message.own .imageWithMessage .messageTime{align-self:flex-end;margin-right:10px;margin-top:10px;display:flex;align-items:center}.message.own .imageWithMessage .messageTime .unseenMessage{width:16px;height:16px;margin-right:5px}.message.own .imageWithMessage .messageTime .seenMessage{width:18px;height:18px;margin-right:5px}.message.own .imageWithMessage .messageTime span{color:#131d3c;font-weight:400;font-size:13px}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;overflow:hidden;z-index:1}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}.setProfile{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;width:100%;height:100%;position:relative}.setProfile>*{box-sizing:border-box}.setProfile .logo{margin-top:30px;margin-left:30px;position:absolute;top:0}@media (max-width: 560px){.setProfile .logo img{width:100px}}.setProfile .uploadProfile{display:flex;flex-direction:column;align-items:center;padding:10px;align-self:center;margin-top:20px;margin-bottom:10px}.setProfile .uploadProfile .uploadBar{display:flex;flex-direction:column;align-items:center;width:500px;height:300px;border-radius:10px;border:2px dashed #8153f0}@media (max-width: 560px){.setProfile .uploadProfile .uploadBar{width:90vw}}.setProfile .uploadProfile .uploadBar img{width:90px;height:90px;object-fit:cover;border-radius:50%;margin-bottom:20px;margin-top:10px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px}.setProfile .uploadProfile .uploadBar span{color:#a6adc1;font-weight:600;font-size:1.6rem;margin-bottom:15px;text-align:center}.setProfile .uploadProfile .uploadBar .selectFile{border:none;background-color:#8153f0;padding:10px 30px;border-radius:25px;color:#fff;font-weight:500;font-size:1.2rem;cursor:pointer}.setProfile .uploadProfile .uploadBar .selectFile.cancel{background-color:#f63f64}.setProfile .uploadProfile .nextButton{margin-top:20px;width:500px;background-color:#8153f0;border:none;font-weight:500;font-size:1.1rem;align-self:center;padding:10px 15px;color:#fff;border-radius:7px;cursor:pointer}@media (max-width: 560px){.setProfile .uploadProfile .nextButton{width:90vw}}.profile{padding:0 20px;box-sizing:border-box;flex:1;display:flex;flex-direction:column;height:100%;overflow-y:auto}.profile::-webkit-scrollbar{width:.7rem}.profile::-webkit-scrollbar-track{background:white}.profile::-webkit-scrollbar-thumb{background:#ced2db;border-radius:100vw;cursor:auto}@media (max-width: 555px){.profile{padding:0 10px}}.profile>*{box-sizing:border-box}.profile .options{display:flex;align-items:center;margin-top:20px;margin-bottom:10px;width:620px;padding-bottom:20px}@media (max-width: 755px){.profile .options{width:100%}}@media (max-width: 565px){.profile .options{justify-content:center}}.profile .options .option{width:220px;height:40px;margin-right:20px;text-align:center;font-weight:600;font-size:1.2rem;border:none;background-color:#fff;border:2px solid white;color:#a6adc1;cursor:pointer;border-radius:6px}@media (max-width: 565px){.profile .options .option{width:80%;font-size:4.5vw}}.profile .options .option.active{border:2px solid #8153f0;color:#8153f0}.profile .updatePicture{display:flex;flex-direction:row;border-bottom:2px solid #efefef;width:620px;padding-bottom:20px;margin-bottom:10px;align-items:center;margin-top:20px}@media (max-width: 755px){.profile .updatePicture{width:100%}}@media (max-width: 565px){.profile .updatePicture{align-items:center;flex-direction:column;margin-right:unset}}.profile .updatePicture .updatePictureHeader{font-weight:600;color:#a6adc1;margin-bottom:10px;margin-right:20px}@media (max-width: 565px){.profile .updatePicture .updatePictureHeader{text-align:center}}.profile .updatePicture .updatePictureContainer{display:flex;align-items:center;flex:1}@media (max-width: 565px){.profile .updatePicture .updatePictureContainer{align-items:center;flex-direction:column;width:100%}}.profile .updatePicture .updatePictureContainer img{width:70px;height:70px;object-fit:cover;border-radius:100%;margin-right:15px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px}@media (max-width: 565px){.profile .updatePicture .updatePictureContainer img{margin-right:0;margin-bottom:5px}}.profile .updateAccountInfo{display:flex;flex-wrap:wrap;margin-bottom:20px}.profile .updateAccountInfo .inputContainer{display:flex;flex-direction:column;margin-bottom:15px;margin-right:20px;width:450px}@media (max-width: 755px){.profile .updateAccountInfo .inputContainer{width:100%;margin-right:0}}.profile .updateAccountInfo .inputContainer span{color:#a6adc1;margin-bottom:10px}.profile .updateAccountInfo .inputContainer input{padding:10px 15px;border:2px solid #dddee2;border-radius:5px;color:#000;font-weight:500}.profile .updateAccountInfo .inputContainer input::placeholder{color:#000;font-weight:600}.profile .updateAccountInfo .inputContainer input:focus{outline-color:#8153f0}.profile .updateAccountInfo .inputContainer input.security::placeholder{font-weight:600;color:#a6adc1}.profile .updateButton{background-color:#8153f0;padding:10px 15px;border:none;border-radius:5px;color:#fff;width:180px;font-weight:500;font-size:1.2rem;margin-bottom:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:#eef1f6;color:#8153f0;font-weight:600}.profile .updateButton img{margin-right:10px;width:20px;height:20px}@media (max-width: 565px){.profile .updateButton{margin-top:unset;width:130px;font-size:1rem;align-self:flex-start}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
