@import"https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap";@import"https://fonts.googleapis.com/css2?family=Carter+One&family=Kanit:ital,wght@1,500&family=Poppins:wght@500;600&display=swap";.wrapper{height:100vh;display:flex;align-items:center;justify-content:center}.wrapper.dark{background:#192a56}.wrapper.form{justify-content:space-between}.wrapper .imege{display:flex;align-items:center;justify-content:center;flex-direction:column;width:60%;background-color:#fff;border-radius:0 120px 120px 0;padding:20px 0}.wrapper .imege img{width:60%}.wrapper .imege .tag{font-size:50px;margin-top:30px;font-family:Luckiest Guy,cursive;text-align:center}.wrapper .forms{width:40%;display:flex;align-items:center;justify-content:center}form{width:400px;background-color:#fff;text-align:left;padding:20px;border-radius:10px;margin-right:40px}form .error{display:block;text-align:center;margin:10px 0;padding:10px;border-radius:5px;color:#842029;background-color:#f8d7da}form h1{text-align:center;font-family:cursive;font-weight:700;display:flex;justify-content:center}form h1>sup{color:gray;font-size:18px}form h2{padding-bottom:10px;margin-bottom:10px;color:#0000007a;border-bottom:2px solid rgba(0,0,0,.158)}form .input-group{position:relative}form .input-group input{width:100%;margin-bottom:20px;height:50px;border-radius:5px;outline:none;border:none;border:2px solid rgba(0,0,0,.493);font-size:18px;padding:10px 20px 0}form .input-group input:focus{border:2px solid #4b7bec}form .input-group label{position:absolute;display:block;top:10px;left:10px;font-size:20px;pointer-events:none;transition:.5s ease-in-out}form .input-group span{position:absolute;display:block;top:10px;right:10px;font-size:20px;transition:.1s;cursor:pointer}form .input-group input:focus+label,form .input-group input:valid+label{top:0;font-size:15px;color:#4b7bec}form input[type=submit]{background-color:#4b7bec;color:#fff;border:2px solid #4b7bec;cursor:pointer;transition:.2s;padding:0}form input[type=submit]:hover{background-color:#2862eb}form .file{display:flex;align-items:center;justify-content:flex-start;gap:20px;margin-bottom:20px;cursor:pointer}form .file img{width:50px}form p{margin-top:20px;text-align:center;text-transform:capitalize}.authAnimation{width:100%;margin-bottom:20px;height:50px;border-radius:5px;background-color:#bebcbc;display:flex;align-items:center;justify-content:center}.authAnimation .spin{height:35px;width:35px;margin:0 auto;border:6px solid white;border-top:6px solid #bebcbc;border-radius:50%;animation-name:spin;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width: 320px) and (max-width: 575px){.wrapper{height:100vh}.wrapper.form{display:block}.wrapper .imege{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;background-color:#fff;margin-bottom:50px;border-radius:0 0 20px 20px;padding:20px}.wrapper .imege .tag{font-size:17px;margin-top:30px;font-family:cursive;text-align:center}.wrapper .imege img{width:47%}.wrapper .forms{width:100%;display:flex;align-items:center;justify-content:center}form{width:400px;background-color:#fff;text-align:left;padding:12px 20px;border-radius:10px;margin-right:0}form h2{padding-bottom:10px;margin-bottom:10px;font-size:16px;text-align:center;color:#0000007a;border-bottom:2px solid rgba(0,0,0,.158)}}@media (min-width: 576px) and (max-width: 768px){.wrapper{height:100vh}.wrapper.form{display:block}.wrapper .imege{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;background-color:#fff;margin-bottom:50px;border-radius:0 0 20px 20px;padding:20px}.wrapper .imege .tag{font-size:24px;margin-top:30px;font-family:cursive;text-align:center}.wrapper .imege img{width:47%}.wrapper .forms{width:100%;display:flex;align-items:center;justify-content:center}form{width:400px;background-color:#fff;text-align:left;padding:12px 20px;border-radius:10px;margin-right:0}form h2{padding-bottom:10px;margin-bottom:10px;font-size:16px;text-align:center;color:#0000007a;border-bottom:2px solid rgba(0,0,0,.158)}}@media (min-width: 768px) and (max-width: 992px){.wrapper{height:100vh}.wrapper.form{display:block}.wrapper .imege{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;background-color:#fff;margin-bottom:50px;border-radius:0 0 20px 20px;padding:20px}.wrapper .imege .tag{font-size:24px;margin-top:30px;font-family:cursive;text-align:center}.wrapper .imege img{width:47%}.wrapper .forms{width:100%;display:flex;align-items:center;justify-content:center}form{width:400px;background-color:#fff;text-align:left;padding:12px 20px;border-radius:10px;margin-right:0}form h2{padding-bottom:10px;margin-bottom:10px;font-size:16px;text-align:center;color:#0000007a;border-bottom:2px solid rgba(0,0,0,.158)}}: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: rgba(255, 255, 255, .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( to right, #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:translate3d(0,0,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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.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:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.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{word-break:break-word;-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--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{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:hover,.Toastify__close-button:focus{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:initial;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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(360deg)}}:root{--dark: #0e255a}.home{height:90%;width:1200px;border-radius:10px;display:flex;overflow:hidden}.home .sidebar{width:40%;height:100%;background-color:#1850d3;transition:.4s;position:relative}.sidebar.dark{background-color:var(--dark)!important}.sidebar .download{position:absolute;left:0;bottom:0;padding:20px;text-decoration:none;color:#fff;background-color:#183c8f;width:100%;text-align:center;font-size:20px;display:flex;align-items:center;justify-content:center;gap:8px}.sidebar .navbar{display:flex;align-items:center;justify-content:space-between;height:80px;width:100%;background-color:#0e255a;color:#fff;padding:10px}.navbar .logo{width:30%}.navbar .logo img{width:50%}.navbar .user{display:flex;align-items:center;justify-content:space-between}.navbar .user img{height:40px;width:40px;border-radius:50%;margin-right:10px;object-fit:cover}.navbar .user span{font-size:20px;margin-right:10px;text-transform:capitalize}.navbar .user button{padding:5px;background-color:#183c8f;border:none;outline:none;color:#fff;cursor:pointer}.search{border-bottom:2px solid gray}.search .searchForm input{width:100%;height:50px;background-color:transparent;border:none;outline:none;padding:0 20px;font-size:20px;color:#fff}.search .searchForm input::placeholder{color:#d3d3d3}.sidebar .chats{height:calc(100% - 184px);overflow-y:scroll}.sidebar .chats::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.userChat{display:flex;align-items:center;justify-content:flex-start;padding:10px;cursor:pointer;margin:8px;border-radius:8px}.userChat.active{background-color:#183c8f}.userChat img{height:50px;width:50px;border-radius:50%;object-fit:cover;margin-right:15px}.userChatInfo{text-align:left;color:#fff}.userChatInfo h3{text-transform:capitalize}.userChatInfo span{color:#d3d3d3}.userChat:hover{background-color:#0e255a}.userChat.dark:hover{background-color:#565b79!important}.chat{width:60%;transition:.4s}.chat header{height:80px;width:100%;background-color:#1850d3;display:flex;align-items:center;justify-content:space-between;padding:10px;color:#fff;text-transform:capitalize}.chat header.dark{background-color:#0e255a!important}.chat header .user_profile{display:flex;align-items:center;justify-content:flex-start}.chat header img{height:40px;width:40px;border-radius:50%;object-fit:cover;margin-right:10px}.chat header .themePreferance{display:flex;align-items:center;justify-content:space-between;gap:20px}.chat header .themePreferance button{color:#fff;background-color:transparent;border:none;outline:none;cursor:pointer}.chat header .themePreferance .showChats{display:none}.chat .messages,.chat .welcomeScreen{background-color:#a6b2f7;padding:10px;height:calc(100% - 130px);overflow-y:scroll}.chat .messages{overflow-y:scroll}.chat .messages.dark,.chat .welcomeScreen.dark{background-color:#35407d;color:#fff}.chat .messages.dark::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:20px}.chat .welcomeScreen{height:92%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:gray;overflow:hidden}.chat .welcomeScreen img{width:126%}.chat .welcomeScreen .logo{font-size:120px;font-family:cursive;padding:20px;border:5px solid gray;border-radius:50%;margin-bottom:20px}.chat .messages .message{display:flex;gap:20px;margin-bottom:20px}.chat .messages .messageContent p{color:#000}.chat .messages .messageContent .msgTime{color:#222121;font-size:12px}.chat .messages .messageContent .msgTime.dark{color:#fff}.chat .messages .owner{flex-direction:row-reverse}.chat .messages .owner .messageContent p{background-color:#183c8f;color:#fff;border-radius:10px 10px 0}.messages .message .messageInfo{display:flex;align-items:center;justify-content:space-between;flex-direction:column}.messages .message .messageInfo img{height:40px;width:40px;border-radius:50%;margin-bottom:10px}.messages .message .messageInfo span{color:gray}.messages .message .messageContent{max-width:80%}.messages .message .messageContent p{background-color:#fff;padding:10px;border-radius:0 10px 10px}.messages .message .messageContent a{position:relative;text-decoration:none;color:#000}.messages .message .messageContent a .tooltip{position:absolute;top:10px;left:100px;padding:3px;border-radius:5px;background-color:#fff;transition:.5s;visibility:hidden}.messages .message .messageContent a:hover .tooltip{visibility:visible}.messages .message .messageContent img{width:264px}.chat .input{width:100%;height:50px;background-color:#fff;padding:0 10px;text-align:left;display:flex;align-items:center;justify-content:space-between;border-radius:0}.chat .input input{height:100%;width:80%;padding:10px;font-size:20px;border:none;outline:none}.chat .input button{padding:10px 22px;border-radius:20px;background-color:#183c8f;border:none;outline:none;color:#fff;cursor:pointer;transition:.4s linear}.chat .input button:hover{background-color:#325bb9}.file{display:flex;align-items:center;justify-content:center;gap:20px;cursor:pointer}.chat .input .file{margin:0}.file img{width:40px}@media (min-width: 320px) and (max-width: 575px){.home{height:100%;border-radius:0;position:relative}.home .sidebar{position:absolute;height:100%;top:0;left:-100%;width:100%;transition:.4s linear;z-index:99}.home .sidebar.showSidebar{left:0}.home .chat{width:100%}.chat header .themePreferance .showChats{display:block}.messages .message .messageContent img{width:203px}.Toastify__toast{width:100%;position:absolute;top:90vh;z-index:0}}@media (min-width: 576px) and (max-width: 768px){.home{height:100%;border-radius:0;position:relative}.home .sidebar{position:absolute;height:100%;top:0;left:-100%;width:100%;transition:.4s linear;z-index:99}.home .sidebar.showSidebar{left:0}.home .chat{width:100%}.chat header .themePreferance .showChats{display:block}.messages .message .messageContent img{width:203px}.Toastify__toast{width:100%;position:absolute;top:90vh;z-index:0}}@media (min-width: 768px) and (max-width: 992px){.home{height:100%;border-radius:0;position:relative}.home .sidebar{position:absolute;height:100%;top:0;left:-100%;width:60%;transition:.4s linear;z-index:99}.home .sidebar.showSidebar{left:0}.home .chat{width:100%}.chat header .themePreferance .showChats{display:block}.messages .message .messageContent img{width:203px}.Toastify__toast{width:100%;position:absolute;top:90vh;z-index:0}}@media (min-width: 992px) and (max-width: 1200px){.home{height:100%;border-radius:0;position:relative}.home .sidebar{width:50%;transition:.4s linear;z-index:99}.home .chat{width:50%}}:root{font-family:Poppins,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--background-color: #4b7bec}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{background-color:var(--background-color)}::-webkit-scrollbar{width:10px;background:transparent}::-webkit-scrollbar-thumb{background-color:#23408d;border-radius:20px}
