: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:translateX(-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:translateX(-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:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(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 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;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;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;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;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(0deg)}to{transform:rotate(1turn)}}code[class*=language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:#ccc}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:#f08d49}.token.class-name,.token.constant,.token.property,.token.symbol{color:#f8c555}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:#cc99cd}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:#7ec699}.token.entity,.token.operator,.token.url{color:#67cdcc}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{height:15px;bottom:0}.ps__rail-x,.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute}.ps__rail-y{width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.scrollbar-container{position:relative;height:100%}body,html{min-height:100%}#__next{height:100%}code{font-family:Inter,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue;padding:.1rem .4rem;font-size:90%;color:#d400ff;border-radius:.1335rem}code:not([class*=language-]):after,code:not([class*=language-]):before{content:"`"}code[class*=language-]{padding:0}:root{--primary:#171c2a;--secondary:#11141f;--tertiary:#1f222e;--dark:#0e0e12;--green:#52d794;--blue:#00b3bd;--light:#fff;--red:#cd5c5c}#chat-container{display:grid;grid:"search-container chat-title" 50px "conversation-list chat-message-list " 1fr "new-message-container chat-form" 70px/340px 1fr;min-width:100%;max-width:100%;max-height:800px;width:100%;height:90vh;background:var(--primary)}#conversation-list,#search-container,.new-message-container{background:var(--secondary)}#search-container{display:grid;align-items:center;padding-left:10px;padding-right:10px;grid-area:search-container;box-shadow:0 2px 3px -2px rgba(0,0,0,.75);z-index:1}#search-container input{outline:none;font-weight:400;border-radius:10px;height:30px;border:0}#search-container input::placeholder{font-weight:700}#search-container input[type=text]{padding:10px;font-size:17px;border:1px solid grey;float:left;width:100%;background:#f1f1f1}#conversation-list{grid-area:conversation-list;overflow-y:scroll}.conversation{display:grid;grid-template-columns:40px 1fr max-content;grid-gap:5px;color:#ddd;font-size:1rem;border-bottom:2px solid var(--dark);padding:12px}.conversation.active,.conversation:hover{background:var(--tertiary)}.conversation:hover{cursor:pointer}.title-text{font-weight:700;color:#eee;padding-left:5px;padding-top:7px}.created-date{color:#ddd;font-size:1rem}.conversation-message{grid-column:span 2;padding-left:5px;white-space:nowrap}.new-message-container{display:grid;grid:40px/40px;align-content:center;grid-area:new-message-container;border-top:2px solid var(--dark);border-radius:0 0 0 10px;padding:0 15px}.new-message-container a{display:grid;place-content:center center;background:#eee;border-radius:100%;color:var(--dark);text-decoration:none;font-size:3.6rem}.new-message-container a:hover{transform:scale(1.05)}#chat-form,#chat-title{background:var(--tertiary)}#chat-title{display:flex;grid:36px/1fr 36px;align-content:center;align-items:center;grid-area:chat-title;color:#fff;font-weight:700;font-size:23px;border-radius:0 10px 0 0;box-shadow:0 2px 3px -2px rgba(0,0,0,.75);padding:0 20px}#chat-message-list{grid-area:chat-message-list;display:flex;flex-direction:column-reverse;padding:0 40px;overflow-y:scroll}.message-row{display:grid;grid-template-columns:100%;margin-bottom:15px}.message-content{display:grid;text-justify:newspaper}.you-message{justify-items:end;text-justify:newspaper}.other-message{justify-items:start;text-justify:newspaper}.other-message .message-content{grid-template-columns:50px 1fr;grid-column-gap:8px}.message-text{padding:5px 10px;font-size:1rem;margin-bottom:5px}.message-time{font-size:1rem;color:#777}.you-message .message-text{background:var(--green);color:var(--dark)}.other-message .message-text,.you-message .message-text{border:2px solid var(--dark);border-radius:14px 14px 0 14px}.other-message .message-text{background:var(--blue);color:#111}#chat-form{grid-area:chat-form;border-radius:0 0 10px 0;border-top:2px solid rgba(0,0,0,.25)}@media only screen and (max-width:1000px){#chat-container{width:auto;min-width:90%;height:88vh;grid:"search-container chat-title" 71px "conversation-list chat-message-list" 1fr "new-message-container chat-form" 78px/70px 1fr}.conversation-message,.created-date,.title-text{display:none}.message-row{display:grid;grid-template-columns:100%;margin-bottom:15px}.other-message .message-content{grid-column-gap:0}#chat-message-list{grid-area:chat-message-list;display:flex;flex-direction:column-reverse;padding:0 20px;overflow-y:scroll}}#title h2{color:var(--light);font-size:2.4rem;margin-top:2rem}#chat-form input{width:100%;height:100%;background:var(--primary);outline:none;border:2px solid var(--dark);color:#fff;border-radius:6px;font-size:1.2rem}.tableOverflow::-webkit-scrollbar{display:none}.tableOverflow{-ms-overflow-style:none}.logo{font-weight:700}.user{display:flex;gap:10px}.user img{background-color:#ddddf7;height:24px;width:24px;border-radius:50%;object-fit:cover}.user button{background-color:#5d5b8d;color:#ddddf7;font-size:10px;border:none;cursor:pointer}.search{border-bottom:1px solid gray}.searchForm,.userChat{padding:10px}.userChat{display:flex;align-items:center;gap:10px;color:#fff;cursor:pointer;&:hover{background-color:#2f2d52}}.userChat img{width:50px;height:50px;border-radius:50%;object-fit:cover}.userChatInfo{p{font-size:14px;color:#d3d3d3}}.chat{flex:2 1}.chatIcons{display:flex;gap:10px}.chatIcons img{height:24px;cursor:pointer}.message &.owner{flex-direction:row-reverse}.messageInfo{display:flex;flex-direction:column;color:gray;font-weight:300}.messageInfo img{width:40px;height:40px;border-radius:50%;object-fit:cover}.message>.messageContent{max-width:80%;display:flex;flex-direction:column;gap:10px}.message>.messageContent p{background-color:#fff;color:#000;padding:10px 20px;border-radius:0 10px 10px 10px;max-width:max-content}.message>.messageContent img{width:50%}.messageContent{align-items:flex-end}.messageContent p{background-color:#8da4f1;color:#fff;border-radius:10px 0 10px 10px}.input{.send{display:flex;align-items:center;gap:10px;img{height:24px}button,img{cursor:pointer}button{border:none;padding:10px 15px;color:#fff;background-color:#8da4f1}}}.input{height:50px;background-color:#fff;padding:10px;justify-content:space-between}.input,.send{display:flex;align-items:center}.send{gap:10px}.send img{height:24px;cursor:pointer}.send button{border:none;padding:10px 15px;color:#fff;background-color:#8da4f1;cursor:pointer}.formContainer{background-color:#a7bcff;height:100vh;display:flex;align-items:center;justify-content:center}.formContainer .formWrapper{background-color:#fff;color:red;padding:20px 60px;border-radius:10px;display:flex;flex-direction:column;gap:10px;align-items:center}.formContainer .formWrapper .logo{color:#5d5b8d;font-weight:700;font-size:24px}.formContainer .formWrapper .title{color:#5d5b8d;font-size:12px}.formContainer .formWrapper form{display:flex;flex-direction:column;gap:15px}.formContainer .formWrapper form input{padding:15px;width:250px;border:none;border-bottom:1px solid #a7bcff}.formContainer .formWrapper form input::placeholder{color:#afafaf}.formContainer .formWrapper form button{background-color:#7b96ec;color:#fff;padding:10px;font-weight:700;border:none;cursor:pointer}.formContainer .formWrapper form label{display:flex;align-items:center;gap:10px;color:#8da4f1;font-size:12px;cursor:pointer}.formContainer .formWrapper form label img{width:32px}.formContainer .formWrapper p{color:#5d5b8d;font-size:12px;margin-top:10px}.home{background-color:#a7bcff;height:100vh;display:flex;align-items:center;justify-content:center}.home .container{border:1px solid #fff;border-radius:10px;width:65%;height:80%;display:flex;overflow:hidden}@media screen and (max-width:768px){.home .container{width:90%}}.home .container .sidebar{flex:1 1;background-color:#3e3c61;position:relative}.home .container .sidebar .navbar{display:flex;align-items:center;background-color:#2f2d52;height:50px;padding:10px;justify-content:space-between;color:#ddddf7}.home .container .sidebar .navbar .logo{font-weight:700}@media screen and (max-width:768px){.home .container .sidebar .navbar .logo{display:none}}.home .container .sidebar .navbar .user{display:flex;gap:10px}.home .container .sidebar .navbar .user img{background-color:#ddddf7;height:24px;width:24px;border-radius:50%;object-fit:cover}.home .container .sidebar .navbar .user button{background-color:#5d5b8d;color:#ddddf7;font-size:10px;border:none;cursor:pointer}@media screen and (max-width:768px){.home .container .sidebar .navbar .user button{position:absolute;bottom:10px}}.home .container .sidebar .search{border-bottom:1px solid gray}.home .container .sidebar .search .searchForm{padding:10px}.home .container .sidebar .search .searchForm input{background-color:transparent;border:none;color:#fff;outline:none}.home .container .sidebar .search .searchForm input::placeholder{color:#d3d3d3}.home .container .sidebar .userChat{padding:10px;display:flex;align-items:center;gap:10px;color:#fff;cursor:pointer}.home .container .sidebar .userChat:hover{background-color:#2f2d52}.home .container .sidebar .userChat img{width:50px;height:50px;border-radius:50%;object-fit:cover}.home .container .sidebar .userChat .userChatInfo span{font-size:18px;font-weight:500}.home .container .sidebar .userChat .userChatInfo p{font-size:14px;color:#d3d3d3}.home .container .chat{flex:2 1}.home .container .chat .chatInfo{height:50px;background-color:#5d5b8d;display:flex;align-items:center;justify-content:space-between;padding:10px;color:#d3d3d3}.home .container .chat .chatIcons{display:flex;gap:10px}.home .container .chat .chatIcons img{height:24px;cursor:pointer}.home .container .chat .messages{background-color:#ddddf7;padding:10px;height:calc(100% - 100px);overflow:scroll}.home .container .chat .messages .message{display:flex;gap:20px;margin-bottom:20px}.home .container .chat .messages .message .messageInfo{display:flex;flex-direction:column;color:gray;font-weight:300}.home .container .chat .messages .message .messageInfo img{width:40px;height:40px;border-radius:50%;object-fit:cover}.home .container .chat .messages .message .messageContent{max-width:80%;display:flex;flex-direction:column;gap:10px}.home .container .chat .messages .message .messageContent p{background-color:#fff;padding:10px 20px;border-radius:0 10px 10px 10px;max-width:max-content}.home .container .chat .messages .message .messageContent img{width:50%}.home .container .chat .messages .message.owner{flex-direction:row-reverse}.home .container .chat .messages .message.owner .messageContent{align-items:flex-end}.home .container .chat .messages .message.owner .messageContent p{background-color:#8da4f1;color:#fff;border-radius:10px 0 10px 10px}.home .container .chat .input{height:50px;background-color:#fff;padding:10px;display:flex;align-items:center;justify-content:space-between}.home .container .chat .input input{width:100%;border:none;outline:none;color:#2f2d52;font-size:18px}.home .container .chat .input input::placeholder{color:#d3d3d3}.home .container .chat .input .send{display:flex;align-items:center;gap:10px}.home .container .chat .input .send img{height:24px;cursor:pointer}.home .container .chat .input .send button{border:none;padding:10px 15px;color:#fff;background-color:#8da4f1;cursor:pointer}