body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{margin:0}:root{--themeColor:#4267b2;--header-height:80px;--header-height-small:50px}.App{width:100vw;height:100vh;display:flex;flex-direction:column}.header{height:var(--header-height);justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;box-sizing:border-box;padding:20px;background-color:var(--themeColor);box-shadow:0 0 2px rgba(0,0,0,.5);z-index:100;color:#fff}.header,.header__left{display:flex;align-items:center}.header__left{flex:1 1;text-transform:uppercase}.header__menuIcon{display:none!important;margin-right:15px}.header__logo{width:30px;height:30px;object-fit:contain;margin-right:10px}.header__right{display:flex;flex-direction:row;align-items:center}.headerOption{color:#fff;text-decoration:none;margin-left:25px;font-size:14px}.headerOption__signup{border-bottom:1px solid grey;border-left:1px solid grey;background-color:#fff;padding:5px 10px;text-transform:uppercase;font-size:12px;font-weight:700;color:#000}.headerOption:hover{text-decoration:underline}.headerOption__signup:hover{opacity:.9}.header__avatar{margin-right:10px!important}.header__icon{margin-left:10px;cursor:pointer}.header__settings{position:absolute;top:80px;right:10px;background-color:#272b36;box-shadow:0 2px 5px -2px hsla(0,0%,98%,.1);border-top:1px solid hsla(0,0%,98%,.1);width:200px;display:flex;flex-direction:column;justify-content:center;color:grey}.header__settings>span{padding:5px 20px 8px;cursor:pointer}.header__settings>span:hover{color:#fff;background-color:var(--themeColor)}@media (max-width:768px){.header{height:var(--header-height-small)}.header__menuIcon{display:block!important}.header__left h2{font-size:18px}.header__right{display:none}}.profile__nameField__group{margin-top:15px}.profile__nameField{box-sizing:border-box;width:100%;height:30px;margin-top:10px;outline:none}.profile__nameField--submit{box-sizing:border-box;width:100%;height:30px;margin-top:25px;cursor:pointer}.mainScreen{height:calc(100vh - var(--header-height));display:flex;position:relative}@media (max-width:768px){.mainScreen{height:calc(100vh - var(--header-height-small))}}.chatScreenContainer{flex:0.5 1;height:100%}.chatScreen{height:100%;justify-content:flex-end;position:relative;box-shadow:0 0 5px rgba(0,0,0,.5);overflow:hidden;color:#fff}.chatScreen,.chatScreen__empty{display:flex;flex-direction:column}.chatScreen__empty{height:70%;padding:20px;justify-content:center;align-items:center;text-align:center;color:#000}.chatScreen__empty a{margin-left:14px}@media (max-width:768px){.chatScreenContainer{flex:1 1}.chatScreen{width:100%}.chatScreen__empty{font-size:14px!important}}.messages{display:flex;flex-direction:column;padding:20px;overflow-y:auto;scroll-behavior:smooth;height:-webkit-max-content;height:-moz-max-content;height:max-content;max-height:calc(100% - 180px);color:#000}.messages::-webkit-scrollbar{width:3px}.messages::-webkit-scrollbar-thumb{background:#888}.messages::-webkit-scrollbar-thumb:hover{background:#555}.messageItem{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;margin-top:15px;max-width:75%;color:#000}.userMessage{align-self:flex-end;display:flex;flex-direction:row-reverse}.userMessage .messageItem__name{display:none}.userMessage .messageItem__content{background-color:var(--themeColor);color:#fff}.messageItem__photo{width:30px!important;height:30px!important;margin-bottom:15px}.messageItem__container{display:flex;flex-direction:column;margin-right:10px;margin-left:10px}.messageItem__content{padding:5px 12px 8px;background-color:#efefef;border-radius:20px}.messageItem__header{margin-left:10px;font-size:12px;color:grey;display:flex;flex-direction:row;align-items:flex-end}.messageItem__header>span{margin-bottom:2px}.message_dateTime,.messageItem__header>span{font-size:10px;margin-left:10px;color:#d3d3d3}.userMessage>.messageItem__photo{display:none!important}@media (max-width:768px){.messages{padding:20px 10px}.messageItem__content{font-size:12px;padding:5px 12px 8px;background-color:#efefef;border-radius:20px}.messageItem__name{font-size:10px!important;font-weight:lighter!important}.messageItem__photo{width:20px!important;height:20px!important}}.createMessage{width:100%;box-sizing:border-box;padding:10px;display:flex;flex-direction:row;justify-content:center;align-items:flex-end;height:-webkit-max-content;height:-moz-max-content;height:max-content;color:#000}.createMessage__input{width:90%;height:auto;min-height:25px;max-height:150px;margin-top:10px;margin-bottom:10px;background-color:#efefef;overflow-y:scroll;border-radius:20px;outline:none;padding:10px 15px;box-sizing:border-box}.createMessage__input::-webkit-scrollbar{width:0}.createMessage_sendButton{background:none;border:none;margin-bottom:15px}.createMessage_sendButton:disabled .sendButton{color:grey}.sendButton{color:var(--themeColor)}@media (max-width:768px){.createMessage__input{font-size:12px}}.chatScreen__header{width:100%;z-index:50;position:absolute;top:0;padding:10px;display:flex;justify-content:space-between;align-items:center;color:#000;background-color:#fff;border-bottom:2px solid #d3d3d3}.chatScreen__headerLeft{display:flex;flex-direction:row;align-items:center}.chatScreen__headerAvatar{margin-right:15px!important}.chatScreen__headerRight{margin-right:25px}.chatScreen__headerIcon{margin-left:15px;margin-right:15px;font-size:30px!important;cursor:pointer}@media (max-width:768px){.chatScreen__header{height:50px;padding:0 10px!important}.chatScreen__header h2{font-size:16px!important}.chatScreen__headerAvatar{width:25px!important;height:25px!important}.chatScreen__headerIcon{font-size:20px!important;color:grey;margin:0 0 0 5px}}.sidebar__container{height:100%;flex:0.25 1}.sidebar{height:100%;width:95%;max-width:450px;box-sizing:border-box;background-color:#efefef;box-shadow:0 0 5px rgba(0,0,0,.5);display:flex;flex-direction:column;overflow:scroll}.sidebar::-webkit-scrollbar{display:none}.sidebar__search{width:100%;position:relative;margin-top:20px;margin-bottom:10px;padding-left:5px}.sidebar__searchInput{box-sizing:border-box;width:95%;height:35px;background-color:transparent;outline:none;border:none;border-bottom:1px solid grey;padding-left:35px;padding-right:10px}.sidebar__searchIcon{position:absolute!important;left:10px;top:5px;color:grey!important}.sidebar__searchInput:focus{border-bottom:1px solid var(--themeColor)}.sidebar__searchInput:focus~.sidebar__searchIcon{color:var(--themeColor)!important}.sidebar h4{font-weight:500}.sidebar__logout{width:100%;height:25px;padding-top:10px;padding-bottom:10px;margin-bottom:30px;border:none;border-top:1px solid #d3d3d3;font-weight:500;cursor:pointer;display:none}.sidebar__community{display:none!important}@media (max-width:768px){.sidebar__container{position:absolute;z-index:100;top:0;left:0;width:100%;margin-left:-100%}.sidebar{width:100%;max-width:100%;overflow-y:scroll;box-shadow:none}.sidebar h2{font-size:16px!important}.sidebar__logout{display:block}.sidebar__logout:active{background-color:#fff}.sidebar__community{display:block!important}.sidebar__container--hide{width:100%;margin-left:0;animation:margin-left .5s}@keyframes margin-left{0%{margin-left:-110%}to{margin-left:0}}}.recentChats{width:100%;margin:20px 0;max-height:40%;overflow-y:scroll}.recentChats__header{padding-left:20px;border-bottom:1px solid #d3d3d3}.recentChats__item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:10px 20px}.recentChats__item:hover{background-color:#fff}.recentChats__name{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-left:10px;color:#000}.recentChats__avatar{width:25px!important;height:25px!important}.recentChats>a{text-decoration:none}@media (max-width:768px){.recentChats{max-height:50vh!important}.recentChats__item{font-size:14px;padding-top:5px;padding-bottom:5px}.recentChats__header{border-top:1px solid #d3d3d3;margin-bottom:15px}.recentChats__avatar{width:20px!important;height:20px!important}}.friends{max-height:40%;overflow-y:scroll}.friends__header{padding-left:20px;border-bottom:1px solid #d3d3d3}.friend__item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:10px 20px}.friend__item:hover{background-color:#fff}.friend__name{width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-left:10px;color:#000}.friend__avatar{width:25px!important;height:25px!important}.friends>a{text-decoration:none}.friends_none{color:grey;padding:10px 20px}@media (max-width:768px){.friends{max-height:50vh!important}.friend__item{font-size:14px;padding-top:5px;padding-bottom:5px}.friends__header{border-top:1px solid #d3d3d3}}.sidebar__container--2{display:flex;justify-content:flex-end}.sidebar2__community{max-height:100%!important}@media (max-width:768px){.sidebar__container--2{display:none!important}}.login{background-color:#fff;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--themeColor);color:#fff;overflow-y:scroll}.login::-webkit-scrollbar{width:0}.login__container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-sizing:border-box;max-width:400px;height:100%;max-height:400px;padding:10px;background-color:var(--themeColor);position:relative}.login__container__Icon{font-size:30px!important;padding:5px!important;border-radius:50%!important;background-color:#fff!important;color:var(--themeColor)!important}.login__container>h1{text-align:center;font-weight:400}.login__container>form{width:100%;height:250px;max-height:250px;display:flex;flex-direction:column;justify-content:space-evenly}.login__form>input{width:100%;height:35px;box-sizing:border-box;padding-left:10px;padding-right:10px;border:none}.login__form>input:focus{outline:none;border:1px solid #efefef;border-radius:2px;box-shadow:0 0 2px #efefef}.form__disclaimer{font-size:12px}.login__signIn{width:100%;height:30px;box-sizing:border-box;border-radius:3px;border:none;cursor:pointer}.login__signIn:disabled{cursor:not-allowed}.form__button:hover,.login button:hover{opacity:.85}.form__button:active,.login button:active{opacity:1}.button_createAccount{bottom:20px;cursor:pointer}.login_error{width:100%;box-sizing:border-box;margin-top:15px;padding:0 10px!important}.register__container{height:100%;max-height:500px;width:95%;max-width:400px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;margin-bottom:20px}.register__form{min-height:350px;display:flex;flex-direction:column;justify-content:space-evenly}.form__nameField{width:100%;display:flex;flex-direction:row;justify-content:space-between}.form__nameField div{flex:1 1;display:flex;flex-direction:column}.form__nameField--end{align-self:flex-end}.account__form input{width:100%;height:35px;box-sizing:border-box;border-radius:3px;padding-left:10px;padding-right:10px;border:none}.account__form>input:focus{outline:none;border:1px solid #efefef;border-radius:2px;box-shadow:0 0 2px #efefef}.form__nameField input{width:99%;display:flex;outline:none}.register__button{width:100%;height:30px;box-sizing:border-box;border:none;border-radius:3px;cursor:pointer}.landingPage,.landingPage__left{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.landingPage__left{flex:1 1}.image__container{max-width:90%}.image__container>img{width:100%;height:100%;object-fit:contain}.landingPage__right{flex:1 1;display:flex;flex-direction:column;width:100%;color:var(--themeColor)}.landingPage__content{max-width:95%}.landingPage__title{width:100%;font-size:60px;text-transform:uppercase;margin-bottom:25px}.landingPage__title--1{width:100%;font-size:50px!important;margin-bottom:15px}.landingPage__button{font-size:30px;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:10px;background-color:var(--themeColor);border-radius:5px;border:none;margin-top:20px;cursor:pointer}.landingPage__button>a{text-decoration:none;color:#fff}.landingPage__button:hover{opacity:.9}@media (max-width:768px){.landingPage{flex-direction:column}.landingPage__title{font-size:30px}.landingPage__title--1{font-size:25px!important}.landingPage__button{font-size:20px}.landingPage__right{align-items:center;margin-top:25px;margin-bottom:50px}}
/*# sourceMappingURL=main.7358f70d.chunk.css.map */