@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap);
:root{--bg-page:#fff;--bg-page-darker:#f7f7f7;--bg-page-darkest:#b3b3b3;--colour-primary:#3996fb;--colour-primary-lightest:#e8f3ff;--colour-primary-darker:#1a7ee6;--colour-third:#419d78;--colour-third-lighter:#7bc9aa;--colour-third-lightest:#e6f7f0;--colour-text:#696969;--colour-text-lighter:#9b9b9b;--colour-text-darker:#626262;--colour-text-darkest:#363636;--border-color:#e8e7e7;--form-radius:13px;--search-form-bg-colour:#f2f2f2;--send-form-bg-colour:#f2f2f2;--send-btn-box-shadow-colour:#7bbafd;--chat-bubble-me:var(--colour-primary);--chat-bubble-you:#ddd}.dark-mode{--bg-page:#1a1a1a;--bg-page-darker:#363636;--bg-page-darkest:#818181;--colour-primary:#1a71d0;--colour-primary-lightest:#202c3a;--colour-primary-darker:#449ffd;--colour-third:#41c590;--colour-third-lighter:#56d6a3;--colour-third-lightest:#272f2c;--colour-text:#c7c7c7;--colour-text-lighter:#868686;--colour-text-darker:#dcdcdc;--colour-text-darkest:#eaeaea;--border-color:#4c4c4c;--search-form-bg-colour:#363636;--send-form-bg-colour:#363636;--send-btn-box-shadow-colour:#44515f;--chat-bubble-me:#363636;--chat-bubble-you:var(--colour-primary)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-page);color:var(--colour-text);font-family:Inter,sans-serif;font-weight:400}.messages-page{height:100vh}.messages-page__header{align-items:center;display:flex;justify-content:space-between}.messages-page__title{color:var(--colour-text-darker);font-size:1.5rem;font-weight:700}@media screen and (max-width:1199px){.messages-page__title{font-size:1.5rem}}.messages-page__dark-mode-toogler{align-items:center;border:1px solid var(--border-color);border-radius:50%;cursor:pointer;display:flex;height:2.6rem;justify-content:center;padding:.35rem;width:2.6rem}.messages-page__dark-mode-toogler:hover{background-color:var(--colour-primary);border-color:var(--colour-primary)}.messages-page__dark-mode-toogler:hover path{fill:var(--bg-page-darker)}.messages-page__list{flex-grow:1;list-style:none;overflow-y:auto}.messages-page__list-scroll{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative}.custom-form{border-radius:13px;color:var(--colour-text-darkest);padding:1.5rem}.custom-form__search-wrapper,.custom-form__send-wrapper{height:100%;position:relative;width:100%}.custom-form__search-wrapper input::-moz-placeholder,.custom-form__send-wrapper input::-moz-placeholder{color:var(--colour-text-lighter);font-size:.9rem}.custom-form__search-wrapper input::placeholder,.custom-form__send-wrapper input::placeholder{color:var(--colour-text-lighter);font-size:.9rem}.custom-form__search-wrapper input:focus,.custom-form__send-wrapper input:focus{box-shadow:none;outline:none}.custom-form__search-wrapper input{background-color:var(--search-form-bg-colour);border:1px solid var(--bg-page);padding-right:3rem}.custom-form__search-wrapper input:-moz-placeholder-shown{background-color:var(--search-form-bg-colour);border:1px solid var(--bg-page)}.custom-form__search-wrapper input:placeholder-shown{background-color:var(--search-form-bg-colour);border:1px solid var(--bg-page)}.custom-form__search-wrapper input:focus{background-color:var(--bg-page);border-color:var(--border-color);color:var(--colour-text)}.custom-form__send-wrapper input{background-color:var(--send-form-bg-colour);border:none;padding-left:3.25rem;padding-right:6rem}.custom-form__send-wrapper input:focus{background-color:var(--send-form-bg-colour);border-color:transparent;color:var(--colour-text)}.custom-form__search-submit{align-items:center;background-color:transparent;border:none;cursor:pointer;display:flex;height:100%;justify-content:center;outline:none;position:absolute;right:0;top:0;width:3.5rem}.custom-form__search-submit:focus{border:none;outline:none}.custom-form__send-submit{align-items:center;background-color:var(--colour-primary);border:none;border-radius:50%;box-shadow:0 3px 3px var(--send-btn-box-shadow-colour);color:#fff;display:flex;font-size:1.2rem;height:2.3rem;justify-content:center;outline:none;padding-right:.1rem;padding-top:.3rem;position:absolute;right:.5rem;text-align:center;top:50%;transform:translateY(-50%);width:2.3rem}.custom-form__send-submit:focus{border:none;outline:none}.custom-form__send-submit:hover{background-color:var(--colour-primary-darker)}.custom-form__send-img{left:.5rem}.custom-form__send-emoji,.custom-form__send-img{align-items:center;cursor:pointer;display:flex;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:2.3rem}.custom-form__send-emoji{right:3.2rem}.messaging-member{border-radius:var(--form-radius)}.messaging-member:hover{background-color:var(--bg-page-darker)}.messaging-member--new .messaging-member__name{color:var(--colour-text-darker)}.messaging-member--new .messaging-member__message{color:var(--colour-text-darker);font-weight:700}.messaging-member--online .user-status{background-color:var(--colour-third-lighter)}.messaging-member--active,.messaging-member--active:hover{background-color:var(--colour-primary-lightest)}@media screen and (max-width:767px){.messaging-member--active{background-color:var(--bg-page)}.messaging-member--active:hover{background-color:var(--bg-page-darker)}}.messaging-member__wrapper{border-radius:var(--form-radius);-moz-column-gap:1rem;column-gap:1rem;cursor:pointer;display:grid;grid-template-areas:"avatar     name" "avatar     message";grid-template-columns:4rem 4fr;grid-template-rows:2rem 2rem;padding:.5rem 1rem}@media screen and (max-width:1199px){.messaging-member__wrapper{grid-template-columns:3.5rem 1fr;grid-template-rows:1.75rem 1.75rem}}@media screen and (max-width:991px){.messaging-member__wrapper{grid-template-columns:3.2rem 1fr;grid-template-rows:1.75rem 1.75rem}}.messaging-member__avatar{grid-area:avatar;position:relative}.messaging-member__avatar img{border-radius:50%;width:100%}.messaging-member__name{color:var(--colour-text-darker);font-size:.9rem;font-weight:700;grid-area:name;margin-top:auto}.messaging-member__message{font-size:.9rem;grid-area:message;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}.chat,.chat__container,.chat__wrapper{height:100%;width:100%}.chat__wrapper{background-color:var(--bg-page);border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}@media screen and (max-width:767px){.chat__wrapper{border-left:none;border-right:none}}.chat__messaging{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;width:100%}.chat__previous{align-items:center;color:var(--colour-primary);cursor:pointer;display:flex;font-size:1.7rem;height:100%;justify-content:center;min-width:2rem;width:8%}.chat__notification{min-width:1.5rem;width:4%}.chat__notification span{background-color:var(--colour-primary);border-radius:50%;color:#fff;display:none;font-size:.9rem;font-weight:700;height:1.4rem;text-align:center;width:1.4rem}.chat__notification--new span{display:block}.chat__infos{flex-grow:1}.chat__actions{align-items:center;color:var(--colour-primary);cursor:pointer;display:flex;font-size:5px;height:2rem;justify-content:center;min-width:2rem}.chat__actions ul{display:flex;list-style:none}.chat__actions li{align-items:center;background-color:var(--bg-page);border-radius:50%;display:flex;height:2.6rem;justify-content:center;padding:.35rem;width:2.6rem}.chat__actions li+li{margin-left:.3rem}.chat__actions li:hover{background-color:var(--colour-primary-lightest)}.chat__content{flex-grow:1;overflow-y:auto}.chat__list-messages{list-style:none}.chat__list-messages,.chat__list-messages li{display:flex;flex-direction:column;justify-content:flex-start}.chat__list-messages li{align-items:flex-start;margin-bottom:.7rem}.chat__list-messages li .chat__bubble{margin-bottom:.2rem}.chat__bubble{background-color:var(--bg-page);border-radius:10;color:var(--colour-text-darkest);font-size:.9rem;overflow:hidden;overflow-wrap:break-word;padding:.5rem 1rem;position:relative;word-break:break-word}.chat__bubble--you{background-color:var(--chat-bubble-you);color:#000}.chat__bubble--me{align-self:flex-end;background-color:var(--chat-bubble-me);color:#fff}.chat__time{align-self:center;color:var(--colour-text-lighter);font-size:.8rem;padding-bottom:.2rem}.chat__send-container{align-items:center;display:flex;justify-content:space-between}.chat-member__wrapper{align-items:center;display:flex;height:100%;justify-content:flex-start;width:100%}.chat-member__avatar{position:relative;width:3.5rem}.chat-member__avatar img{border-radius:50%;width:100%}@media screen and (max-width:767px){.chat-member__avatar{width:2.5rem}}.chat-member__name{color:var(--colour-text-darker);font-size:1rem;font-weight:700;margin-top:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}@media screen and (max-width:1199px){.chat-member__name{font-size:.9rem}}.chat-member__details{display:flex;flex-direction:column;justify-content:center;margin-left:.8rem}@media screen and (max-width:767px){.chat-member__details{margin-left:1rem}}.chat-member__age{color:var(--colour-text-lighter);font-size:.9rem;position:relative}.chat-member__age:after{background-color:var(--colour-text-lighter);border-radius:50%;content:" . ";font-size:0;height:3px;position:absolute;right:-4px;top:50%;width:3px}.chat-member__status{color:var(--colour-text-lighter);font-size:.8rem}.chat__profile{height:100%;max-width:20rem;width:100%}.chat--mobile{display:none;left:0;position:fixed;top:0;transform:translateY(100%);transition:transform .3s ease-in-out .1s;z-index:1001}.chat--mobile .chat__wrapper{border-radius:0}.chat--mobile.chat--show{border-radius:0;display:block;transform:translateY(0)}.user-profile{overflow:hidden;overflow-y:auto}.user-profile,.user-profile__wrapper{height:100%;position:relative;width:100%}.user-profile__wrapper{display:flex;flex-direction:column;justify-content:flex-start;padding-top:5rem}.user-profile__close{color:var(--colour-primary);cursor:pointer;font-size:1.375rem;height:2rem;left:1.5rem;position:absolute;top:1rem;width:2rem;z-index:1003}.user-profile__avatar{align-items:center;display:flex;justify-content:center}.user-profile__avatar img{border-radius:50%;width:9rem}.user-profile__name{word-wrap:break-word;color:var(--colour-text-darker);font-size:1.15rem;font-weight:700;margin-top:.7rem}@media screen and (max-width:767px){.user-profile__name{font-size:1.1rem}}.user-profile__phone{color:var(--colour-text-darker);font-size:.9rem}.user-profile__details{display:flex;flex-direction:column;justify-content:center;text-align:center}.user-profile__location{color:var(--colour-text-lighter);font-size:.9rem}.user-profile__description{text-align:center}.user-profile__description p{word-wrap:break-word;font-size:.9rem;margin-top:1.3rem;overflow:hidden;text-overflow:ellipsis}.user-profile__label{font-size:.9rem;font-weight:700}.user-profile__tags{align-items:center;display:flex;flex-wrap:wrap;list-style:none}.user-profile__tags li{border-radius:.5rem;font-size:.9rem;margin-bottom:.3rem;margin-right:.3rem;padding:.3rem 1rem}.user-profile__tags a:hover{text-decoration:none}.user-profile__tags--primary li{background-color:var(--colour-primary-lightest)}.user-profile__tags--primary a:hover,.user-profile__tags--primary li{color:var(--colour-primary-darker)}.user-profile__tags--secondary li{background-color:var(--colour-third-lightest);color:var(--colour-third)}.user-profile__tags--secondary a:hover{color:var(--colour-third)}.user-profile--large{background-color:var(--bg-page);box-shadow:-3px 0 3px rgba(0,0,0,.06);display:none;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease-in-out .1s;z-index:1002}.user-profile--large.user-profile--show{border-radius:0;display:block;transform:translateX(0)}.user-status{background-color:var(--colour-text-lighter);border:3px solid #fff;border-radius:50%;bottom:0;height:1rem;position:absolute;right:0;width:1rem}.user-status--online{background-color:var(--colour-third)}.svg-icon{width:70%!important}.svg-icon circle,.svg-icon path{fill:var(--colour-primary)!important}.svg-icon--send{width:60%!important}.svg-icon--send circle,.svg-icon--send path{fill:#fff!important}.svg-icon--search{width:40%!important}.svg-icon--search circle,.svg-icon--search path{fill:var(--bg-page-darkest)!important}.svg-icon--send-img{width:55%!important}.svg-icon--send-img circle,.svg-icon--send-img path{fill:var(--bg-page-darkest)!important}.svg-icon--send-emoji{width:60%!important}.svg-icon--send-emoji circle,.svg-icon--send-emoji path{fill:var(--bg-page-darkest)!important}.svg-icon--previous{width:55%}.svg-icon--dark-mode{width:80%}.svg-icon--dark-mode circle,.svg-icon--dark-mode path{fill:var(--colour-primary)}
