html,body{margin:0;padding:0;height:100%}#root{display:flex;height:100%;width:100%}html{box-sizing:border-box}body{margin:0}ul{margin:0;padding:0}.app-desktop-layout,.app-mobile-layout{width:100%;height:100%;display:flex}.app-mobile-layout{position:relative;width:100%;height:100dvh;max-height:100dvh;overflow:hidden;outline:2px solid red}.chat-slide-in{position:absolute;inset:0;background:#fff;transform:translate(100%);animation:chat-slide-in .3s ease-out forwards}.chat-slide-out{animation:chat-slide-out .3s ease-in forwards}@keyframes chat-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes chat-slide-out{0%{transform:translate(0)}to{transform:translate(100%)}}@media(max-width:1050px){body{overflow:hidden}.app-mobile-layout{height:100dvh;max-height:100dvh;overflow:hidden}input,textarea{font-size:16px!important}}.Auth__body{background-image:url(/assets/auth-bg-2Ix4DIaD.jpg);background-size:cover;width:100%;display:flex;align-items:center;justify-content:center}.Auth__container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;background:#0009;padding:30px 20px;min-width:300px;min-height:400px;color:#fff;box-shadow:0 5px 10px #000;position:relative}.Auth__buttons-container{position:absolute;top:30px;left:40px;display:flex;flex-direction:row;gap:20px}.Auth__link-button{border:none;background-color:inherit;color:#fff;font-size:1rem;border-bottom:2px solid inherit}.link__active{border-bottom:2px solid #72e5f0}.Auth__form{display:flex;flex-direction:column;gap:20px;align-items:center}.Auth__input{background-color:inherit;border:none;border-bottom:2px solid white;min-width:250px;font-size:1rem;color:#fff;padding:2px}.Auth__input::placeholder{color:#fff}.Auth__input:hover{border-bottom:2px solid white}.Auth__input:focus{outline:none}.Auth__button{width:fit-content;padding:10px 40px;border-radius:15px;border:none}.Auth__button:hover{background-color:#72e5f0;color:#fff;transition:all .2s ease-in-out}.LeftSideBar__container{height:100vh;display:flex;flex-direction:column;outline:1px solid black}.Chats__container{display:flex;flex:1;background-color:#e9e8eb;outline:1px solid #d4d2d2}.EmojiSidebar{width:280px;height:100%;background-color:#e9e8eb;display:flex}.Chats__list{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;height:calc(100vh - 50px);border:none;width:100%}.Chats__list::-webkit-scrollbar{width:6px}.Chats__list::-webkit-scrollbar-track{background:#d4d2d2;width:8px}.Chats__list::-webkit-scrollbar-thumb{background-color:#575757;border-radius:20px}.Search{display:flex;justify-content:center;flex-direction:column;align-items:center;height:50px;padding:0 5px;position:relative}.Search__input{height:25px;width:250px;font-size:large;border-radius:20px;padding:5px 10px;border:none;background-color:#d4d2d2}.Search__input:focus{outline:solid 1px #d4d2d2;background-color:#fff}.Search__input:focus::placeholder{color:transparent}.ChatCard__text-container{flex:1}.ChatCard__img{width:20%;height:100%;border-radius:10%;border:2px solid white}.ChatCard{position:relative;display:flex;padding:5px;gap:10px;background-color:#fff;border:none;max-height:100px;max-width:300px}.contact__badge{position:absolute;right:10px}.active-chat{background-color:#ffffff5a}.notification{background-color:#b7b108}.Search__result-container{position:absolute;list-style:none;width:100%;background-color:#fff;top:2px;left:100%;outline:1px solid grey;max-height:300px;overflow-y:auto;margin:0;padding:0;border-radius:6px;box-shadow:0 4px 8px #00000026;z-index:10;opacity:0;transform:translate(-5px);animation:fadeIn .2s forwards ease-out}@keyframes fadeIn{to{opacity:1;transform:translate(0)}}.ProfileAvatarButton{display:none}@media(max-width:1050px){.ProfileAvatarButton{display:block}.LeftSideBar__container{width:100%;height:100%}.Search,.Chats__list{padding:0 8px;box-sizing:border-box}.Chats__list{height:auto;flex:1}.Search{width:100%;align-items:stretch;justify-content:center}.Search_container{display:flex;gap:10px;width:100%}.Search__input{width:100%!important;max-width:100%!important;box-sizing:border-box;display:block;margin:8px 0}.Chats__container{width:100%;flex:1}.ChatCard{width:100%;max-width:100%;box-sizing:border-box;margin:4px 0;border-radius:6px}.ChatCard__img{width:56px;flex-shrink:0}.Search__result-container{top:100%;left:0;right:0;width:100%}.Search__result-container{top:calc(100% + 4px)}}.CenterSideBar__container{display:flex;flex-direction:row;flex:1;height:100vh;overflow:hidden}.ChatHeading__back-btn{margin-right:8px;padding:4px 8px;border:none;border-radius:999px;background:#e5e7eb;cursor:pointer}@media(max-width:1050px){.CenterSideBar__container{height:100%;display:flex;flex-direction:column;overflow:hidden}.CenterSideBar__RigthSide{display:none}.Chat__container{flex:1;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}}.Chat__container{display:flex;flex:1;flex-direction:column;background-image:url(/background.jpg);background-repeat:no-repeat;background-position:center center;background-attachment:fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;outline:1px solid grey}.ChatHeading__container{height:40px;display:flex;background-color:#fff;padding:20px;align-items:center;outline:1px solid grey}.ChatHeading__names{height:fit-content;text-align:center}.ChatHeading__name{margin:0}.ChatFooter__container{display:flex;margin-top:auto;min-height:40px;max-height:200px;padding:0}.ChatInput__wrapper{display:flex;align-items:flex-end;width:100%}.ChatInput__send-btn{margin-left:8px;margin-right:8px;padding:6px 10px;border-radius:999px;border:none;background:#4b5563;color:#fff;cursor:pointer;font-size:30px;align-self:flex-start;margin-top:2px}.ChatInput__send-btn:disabled{opacity:.4;cursor:default}.ChatInput{flex:1;width:100%;height:50px;border:none;font-size:14px;resize:none;max-height:186px;outline:none;padding:5px;border-radius:10px;margin-left:5px}.ChatInput::-webkit-scrollbar{width:6px}.ChatInput::-webkit-scrollbar-track{background:#d4d2d2;width:8px}.ChatInput::-webkit-scrollbar-thumb{background-color:#575757;border-radius:20px}.ChatBody_container{overflow-y:auto;flex:1;max-height:100%}.ChatBody_container::-webkit-scrollbar{width:6px}.ChatBody_container::-webkit-scrollbar-track{width:8px;background-color:transparent}.ChatBody_container::-webkit-scrollbar-thumb{background-color:#cccaca4d;border-radius:20px}.message{display:flex;background-color:azure;padding:5px 10px 25px;border-radius:15px;width:fit-content;max-width:80%;min-width:30px;margin:10px 0 10px 30px;position:relative}.message_right{margin-left:auto;margin-right:30px}.message__text{word-break:break-all;margin:0}.message__time{position:absolute;bottom:5px;right:7px;font-size:14px}.CenterSideBar__RigthSide{display:flex;flex-direction:column}.Profile__container{flex:1;display:flex;padding:10px;flex-direction:row;gap:5px;justify-content:space-between;align-items:center;border:1px solid rgb(173,173,173);border-radius:2%;z-index:2}.EmojiSidebar{z-index:1;width:310px;display:flex;height:90%}.icon-gear{fill:#000;height:min-content}.icon-gear:hover{fill:#8c8c8c}.modal-backdrop{position:fixed;inset:0;background:radial-gradient(circle at top left,rgba(79,70,229,.35),transparent 55%),radial-gradient(circle at bottom right,rgba(14,116,144,.35),transparent 55%),#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-window{background:#050609;border-radius:18px;padding:18px 20px;min-width:340px;max-width:520px;width:100%;box-shadow:0 18px 45px #000000d9,0 0 0 1px #94a3b826;box-sizing:border-box;color:#f9fafb;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative}.modal-window__body{max-height:80vh;overflow-y:auto}.modal-window__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.modal-window__title{font-size:18px;font-weight:600}.modal-window__close{border:none;background:transparent;color:#9ca3af;cursor:pointer;padding:4px;border-radius:999px;transition:background .15s ease,color .15s ease,transform .1s ease}.modal-window__close:hover{background:#1f2937e6;color:#e5e7eb;transform:translateY(-1px)}.modal-window__footer{margin-top:12px;text-align:right}.modal-window__footer button{padding:6px 14px;border-radius:999px;border:none;background:#4b5563;color:#f9fafb;font-size:13px;cursor:pointer;transition:background .15s ease,transform .1s ease,box-shadow .1s ease}.modal-window__footer button:hover{background:#6b7280;box-shadow:0 6px 16px #0f172ab3;transform:translateY(-1px)}.modal-window__footer button:active{transform:translateY(0);box-shadow:none}.Profile__img{width:80px;height:100%;border-radius:10%;border:2px solid white}.ProfileSettings{width:100%;max-width:480px;padding:24px 28px;box-sizing:border-box;background:#14161d;color:#f5f5f5;border-radius:16px;box-shadow:0 18px 40px #00000080;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ProfileSettings>h2{margin:0 0 16px;font-size:20px;font-weight:600}.ProfileSettings__block{padding:16px 0;border-top:1px solid rgba(255,255,255,.06)}.ProfileSettings__block:first-of-type{border-top:none}.ProfileSettings__block>h3{margin:0 0 10px;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af}.ProfileSettings__avatar-row{display:flex;align-items:center;gap:16px}.ProfileSettings__avatar-preview{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid #3b82f6;box-shadow:0 0 0 2px #3b82f666}.ProfileSettings__file-input{display:none}.ProfileSettings__file-label{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;margin-bottom:6px;margin-right:10px;border-radius:999px;background:#1f2937;color:#e5e7eb;font-size:13px;cursor:pointer;transition:background .15s ease,transform .1s ease,box-shadow .1s ease}.ProfileSettings__file-label:hover{background:#374151;box-shadow:0 6px 16px #0f172ab3;transform:translateY(-1px)}.ProfileSettings__file-label:active{transform:translateY(0);box-shadow:none}.ProfileSettings__input{width:100%;padding:9px 11px;margin-bottom:10px;box-sizing:border-box;border-radius:8px;border:1px solid #374151;background:#0b0c10;color:#f9fafb;font-size:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.ProfileSettings__input::placeholder{color:#6b7280}.ProfileSettings__input:focus{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f699;background:#050608}.ProfileSettings button{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;border:none;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#f9fafb;font-size:13px;font-weight:500;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease,opacity .1s ease}.ProfileSettings button:hover{transform:translateY(-1px);box-shadow:0 8px 20px #2563eb66}.ProfileSettings button:active{transform:translateY(0);box-shadow:none}.ProfileSettings button:disabled{opacity:.5;cursor:default;box-shadow:none}.ProfileSettings__block:last-of-type button{margin-top:4px}@media(max-width:480px){.ProfileSettings{padding:20px 16px;max-width:100%}.ProfileSettings__avatar-row{align-items:flex-start}.ProfileSettings__avatar-preview{width:64px;height:64px}.ChatBody_container{overflow-y:auto;max-height:none}}.ProfileAvatarButton{border:none;padding:0;background:transparent;cursor:pointer}.ProfileAvatarButton__img{width:36px;height:36px;border-radius:50%;border:2px solid white;object-fit:cover}@media(max-width:1050px){.CenterSideBar__container{height:100%;max-height:100%;flex-direction:column;overflow:hidden}.Chat__container{height:100%;max-height:100%;flex:1;display:flex;flex-direction:column;overflow:hidden;background-attachment:scroll!important}.ChatBody_container{flex:1;overflow-y:auto;max-height:none}}.message-menu{position:fixed;min-width:180px;padding:8px 0;background:#161618f5;border-radius:10px;border:1px solid rgba(120,120,125,.45);box-shadow:0 18px 35px #0000008c,0 0 0 1px #000000b3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;display:flex;flex-direction:column;overflow:hidden}.message-menu__list{list-style:none;margin:0;padding:0}.message-menu__item{padding:8px 16px;font-size:14px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e5e5e5;display:flex;align-items:center;gap:8px;cursor:pointer;transition:background .15s ease-out,color .15s ease-out,transform .06s ease-out}.message-menu__item+.message-menu__item{border-top:1px solid rgba(255,255,255,.04)}.message-menu__item:hover{background:radial-gradient(circle at left top,#78787d66,#161618fa);color:#fff;transform:translate(1px)}.message-menu__item--danger{color:#f28b82}.message-menu__item--danger:hover{background:radial-gradient(circle at left top,#b346378c,#161618fa);color:#fff}.message-menu__icon{width:16px;height:16px;opacity:.8}.message-menu--enter{animation:message-menu-fade-in 90ms ease-out}@keyframes message-menu-fade-in{0%{opacity:0;transform:translateY(4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ChatInput__edit-banner{display:flex;align-items:center;justify-content:space-between;font-size:13px;padding:4px 10px;margin:0 0 4px;border-radius:8px;background:#374151e6;color:#e5e7eb}.ChatInput__edit-cancel{border:none;background:transparent;color:#e5e7eb;cursor:pointer;font-size:14px}
