body,div,p,span,a,h1,h2,h3,h4,h5,h6,input,textarea,select,button{all:unset;text-decoration:inherit;font-family:Inter,sans-serif;font-style:normal;font-weight:500px;color:#1e1e1e;margin:0}.button{cursor:pointer}.container{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw}.flex-wrapper{display:flex}.auth-form{align-items:center;max-width:460px;display:flex;flex-direction:column;padding:50px 30px 30px}.auth-form__title{font-size:20px}.auth-form__input-wrapper{margin-top:32px;display:block;width:280px}.auth-form__input-wrapper .input-component{width:100%}.auth-form__input-wrapper .input-component__element{width:280px;padding:0 0 5px;border:none;border-radius:0;border-bottom:1px solid #3369f3;font-size:13px;background:transparent;outline:none;transition:border-bottom-color .2s ease}.auth-form__input-wrapper .input-component__element::placeholder{font-weight:500;color:#999;text-align:left}.auth-form__btn{min-width:280px;border:none;border-radius:8px;background:#3369f3;color:#fff;font-size:13px;text-align:center;padding:12px 0;outline:none;cursor:pointer;transition:background-color .3s ease}.auth-form__btn:hover{background:#4d7bee}.auth-form__link{all:unset;text-decoration:inherit;color:#3369f3;margin-top:14px;font-size:11px;cursor:pointer}.login-btn{margin-top:169px}.register-btn{margin-top:62px}.error-page{display:flex;flex-direction:column;align-items:center}.error-page__title{font-size:40px}.error-page__text{margin:20px 0 69px;font-size:20px}.error-page__link{all:unset;text-decoration:inherit;color:#3369f3;margin-top:14px;font-size:11px;cursor:pointer}.chats-menu{width:25%;height:100vh;background-color:#fbfbfb;border-right:1px solid #EAEAEA}.chats-menu-nav{display:flex;flex-direction:column;padding:20px 10px 0}.chats-menu-nav__profile-link{color:#999;font-size:15px;margin-bottom:20px;display:inline-block;margin-left:auto;cursor:pointer}.chats-menu-nav__form_input{width:100%;padding:10px 0;background:#efefef;border-radius:5px;border:none;outline:none}.chats-menu-nav__form_input::placeholder{text-align:center}.chat-card{display:flex;padding:12px 10px;cursor:pointer;border-top:1px solid #EAEAEA;border-color:#eaeaea}.chat-card__avatar-wrapper{margin-right:3%;width:72px;height:72px;border-radius:50%;overflow:hidden;background-color:#e0e0e0}.chat-card__avatar-wrapper_image{width:100%;height:100%;object-fit:cover}.chat-card__text{display:flex;flex-direction:column}.chat-card__text_name{font-weight:600;font-size:13px;display:block;margin-bottom:6px}.chat-card__text_last-message{flex-wrap:wrap;display:block;font-size:12px;line-height:15px}.chat-card__numbers{display:flex;flex-direction:column;margin-left:auto;justify-content:space-between}.chat-card__numbers_message-time{font-weight:500;font-size:9px;line-height:13px;color:#999}.chat-card__numbers_unread-count{font-weight:500;font-size:11px;color:#fff;padding:4px 8px;border-radius:16px;background-color:#3369f3}.picked-chat{display:flex;flex-direction:column;flex-grow:1;background-color:#f8f8f8;height:100vh}.picked-chat__nothing-picked{display:flex;justify-content:center;align-items:center;flex-grow:1;color:#999;font-size:16px;text-align:center;padding:20px}.picked-chat__nothing-picked_text{margin:0}.picked-chat__message-form{display:flex;justify-content:space-between;height:6%;background-color:#f5f5f5;border-top:1px solid #eaeaea;padding:10px 20px;align-items:center}.picked-chat__message-form_file-img{cursor:pointer;margin-right:1%}.picked-chat__message-form_file-input-hidden{position:absolute;width:0;height:0;opacity:0;overflow:hidden}.picked-chat__message-form_input{width:100%;padding:10px 20px;border:1px solid #eaeaea;border-radius:20px;outline:none}.picked-chat__message-form_input .input-component__element::placeholder{text-align:left}.picked-chat__message-form_send-message-btn{cursor:pointer;margin-left:1%}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background-color:#fff;border-bottom:1px solid #eaeaea}.chat-header__info{display:flex;align-items:center;gap:12px}.chat-header__avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background-color:#e0e0e0}.chat-header__avatar img{width:100%;height:100%;object-fit:cover}.chat-header__user-info{display:flex;flex-direction:column}.chat-header__title{margin:0;font-size:16px;font-weight:600;color:#000}.chat-header__status{margin:0;font-size:12px;color:#999}.chat-header__menu{display:flex;align-items:center}.chat-header__menu-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s}.chat-header__menu-btn:hover{background-color:#f0f0f0}.chat-header__menu-dots{font-size:18px;color:#666;line-height:1}.chat-messages{flex-grow:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;background-color:#f8f8f8}.message{display:flex;flex-direction:column;max-width:70%;padding:8px 12px;border-radius:12px;overflow-wrap:break-word;font-size:14px;line-height:1.4;position:relative;align-self:flex-start;background-color:#e0e0e0;color:#000}.message--mine{align-self:flex-end;background-color:#36f}.message--mine .message__content{color:#fbfbfb}.message__content{margin:0;padding:0;overflow-wrap:break-word}.message__time{font-size:10px;color:#0009;margin-top:4px;align-self:flex-end}.message--mine .message__time{color:#ffffffb3}.link-back{display:flex;height:100vh;width:5%;justify-content:center;align-items:center;background-color:#fbfbfb}.profile-data{height:100vh;width:95%;display:flex;flex-direction:column;justify-content:center;align-items:center}.profile-data__avatar{margin-bottom:30px}.profile-data__title{font-size:16px;color:#1e1e1e;font-weight:600}.profile-data__info{display:flex;justify-content:space-between;min-width:510px;border-bottom:1px solid #EAEAEA;padding:10px 0}.profile-data__info:first-of-type{margin-top:60px}.profile-data__info:last-child{border-bottom:none!important}.profile-data__info_title{font-size:13px;color:#1e1e1e}.profile-data__info_text{text-align:right;font-size:13px;color:#999;border:none;outline:none;background:transparent;transition:border-color .2s ease}.profile-data__info_text--error{border-bottom:1px solid #f44;color:#f44}.profile-data__error{color:#f44;font-size:11px;margin-top:4px;text-align:right;display:block}.profile-data__settings{display:flex;flex-direction:column;text-align:left;margin-top:60px}.profile-data__settings a{display:block;min-width:510px;padding:10px 0;border-bottom:1px solid #EAEAEA;color:#3369f3}.profile-data__settings_exit{color:#f44!important;border-bottom:none}.profile-data__submit-btn{min-width:280px;border:none;border-radius:8px;background:#3369f3;color:#fff;font-size:13px;text-align:center;padding:12px 0;outline:none;cursor:pointer;transition:background-color .3s ease}.profile-data__submit-btn:hover{background:#4d7bee}#edit-profile-btn{margin-top:60px}#edit-password-btn{margin-top:162px}.cheatpages-container{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1080px;margin:0 auto}.cheatpages-list-wrapper{margin:0 auto}.cheatpages-list{list-style-type:none;padding:0}.cheatpages-list__page_link{min-width:280px;border:none;border-radius:8px;background:#3369f3;color:#fff;font-size:13px;text-align:center;outline:none;transition:background-color .3s ease;color:#1e1e1e;border:1px solid #1E1E1E;font-size:15px;cursor:pointer;padding:15px;display:inline-block;margin-top:20px}.cheatpages-list__page_link:hover{background:#4d7bee}.input-component{position:relative;margin-bottom:16px}.input-component__container{display:block;position:relative}.input-component__element{width:100%;padding:10px 0;background:#efefef;border-radius:5px;border:none;outline:none}.input-component__element::placeholder{text-align:center}.input-component__error{color:#f44;font-size:12px;margin-top:4px;display:block}
