/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.icon-button,.text-button{outline:none;border:none;margin:0;padding:0;font-size:inherit;background-color:inherit}.icon-button{opacity:1;display:block;position:relative;font-size:1.1em}.square-button{outline:none;border:none;margin:0;padding:0;font-size:inherit;background-color:inherit;padding:8px;color:#fff;background-color:#40bf40;border-radius:2px}@-webkit-keyframes placeHolderShimmer{33%{opacity:.35}66%{opacity:.55}to{opacity:1}}@keyframes placeHolderShimmer{33%{opacity:.35}66%{opacity:.55}to{opacity:1}}.chat-avatar__image--placeholder,placeholder-base,placeholder-text{background-color:#cacaca;display:block;-webkit-animation:placeHolderShimmer 1.5s cubic-bezier(.4,0,1,1) infinite;animation:placeHolderShimmer 1.5s cubic-bezier(.4,0,1,1) infinite}placeholder-text{width:100%;max-width:15em;height:1em;margin-bottom:8px}placeholder-text:before{content:""!important}.chat-avatar{position:relative}.chat-avatar__image{height:40px;width:40px;max-width:40px;min-height:40px;line-height:40px;text-align:center;border-radius:50%;overflow:hidden}.chat-avatar__image--empty{background-color:#fff;color:#40bf40;display:block;line-height:40px;text-align:center;border:1px solid #40bf40;font-size:.8rem;text-transform:uppercase;font-weight:700}.chat-avatar__image--large{height:80px;width:80px;max-width:80px;min-height:80px;line-height:80px;text-align:center;border-radius:50%;overflow:hidden}.chat-avatar__image--large.chat-avatar__image--empty{line-height:80px}.chat-avatar__image--small{height:30px;width:30px;max-width:30px;min-height:30px;line-height:30px;text-align:center;border-radius:50%;overflow:hidden;font-size:.6rem}.chat-avatar__image--small.chat-avatar__image--empty{line-height:30px}.chat-avatar__status{position:absolute;left:3px;top:3px;border-radius:50%;height:10px;width:10px;background-color:#40bf40;border:1px solid #fff}
@-webkit-keyframes placeHolderShimmer{33%{opacity:.35}66%{opacity:.55}to{opacity:1}}@keyframes placeHolderShimmer{33%{opacity:.35}66%{opacity:.55}to{opacity:1}}.chat-item--placeholder .chat-item__info-header,.chat-item--placeholder .chat-item__message,placeholder-base,placeholder-text{background-color:#cacaca;display:block;-webkit-animation:placeHolderShimmer 1.5s cubic-bezier(.4,0,1,1) infinite;animation:placeHolderShimmer 1.5s cubic-bezier(.4,0,1,1) infinite}.chat-item--placeholder .chat-item__info-header,.chat-item--placeholder .chat-item__message,placeholder-text{width:100%;max-width:15em;height:1em;margin-bottom:8px}.chat-item--placeholder .chat-item__info-header:before,.chat-item--placeholder .chat-item__message:before,placeholder-text:before{content:""!important}.chat-item{position:relative;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;padding:8px 16px;-ms-flex-align:center;align-items:center;outline:none;cursor:pointer}.chat-item:hover{background-color:#cfd1d6}.chat-item--active{color:#fff}.chat-item--active,.chat-item--active:hover{background-color:#40bf40}.chat-item--placeholder:hover{background-color:#e7e8ed}.chat-item--placeholder .chat-item__message{width:80%;height:.9em}.chat-item--mobile{padding:8px}.chat-item--mobile .chat-item__avatar{margin-right:0}.chat-item__avatar{margin-right:16px;position:relative}.chat-item__info{-ms-flex:1 1;flex:1 1;overflow:hidden}.chat-item__info-header{font-size:1em;font-weight:700;line-height:1.7;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-item__content{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;font-size:.8em;color:#3d3d3d}.chat-item__new-message-icon{background-color:#e65b59;height:10px;width:10px;border-radius:50%}.chat-item__new-message-icon--mobile{position:absolute;right:5%;top:5%}.chat-item__message{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}
.chats-search{background-color:#e7e8ed;overflow:auto;width:100%}.chats-search__empty{padding:8px 16px;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.chats-search__empty-message{margin-bottom:8px;font-weight:.8em}
.chats-list__show-more,.icon-button,.text-button{outline:none;border:none;margin:0;padding:0;font-size:inherit;background-color:inherit}.icon-button{opacity:1;display:block;position:relative;font-size:1.1em}.square-button{outline:none;border:none;margin:0;padding:0;font-size:inherit;background-color:inherit;padding:8px;color:#fff;background-color:#40bf40;border-radius:2px}@-webkit-keyframes placeHolderShimmer{33%{opacity:.35}66%{opacity:.55}to{opacity:1}}@keyframes placeHolderShimmer{33%{opacity:.35}66%{opacity:.55}to{opacity:1}}.chats-list__section--placeholder .chats-list__section-header-title,placeholder-base,placeholder-text{background-color:#cacaca;display:block;-webkit-animation:placeHolderShimmer 1.5s cubic-bezier(.4,0,1,1) infinite;animation:placeHolderShimmer 1.5s cubic-bezier(.4,0,1,1) infinite}.chats-list__section--placeholder .chats-list__section-header-title,placeholder-text{width:100%;max-width:15em;height:1em;margin-bottom:8px}.chats-list__section--placeholder .chats-list__section-header-title:before,placeholder-text:before{content:""!important}.chats-list{background-color:#e7e8ed;overflow:auto;width:100%;display:none}@media (min-width:1400px){.chats-list{display:block}}.chats-list__section-header{font-size:1.1em;padding:8px 16px;font-weight:700;-ms-flex-pack:justify;justify-content:space-between}.chats-list__section-header,.chats-list__show-more{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.chats-list__show-more{padding:8px;width:100%;-ms-flex-pack:center;justify-content:center}.chats-list__show-more-text{padding:0 8px;font-size:.8em}
.icon-button,.text-button{outline:none;border:none;margin:0;padding:0;font-size:inherit;background-color:inherit}.icon-button{opacity:1;display:block;position:relative;font-size:1.1em}.square-button{outline:none;border:none;margin:0;padding:0;font-size:inherit;background-color:inherit;padding:8px;color:#fff;background-color:#40bf40;border-radius:2px}@-webkit-keyframes placeHolderShimmer{33%{opacity:.35}66%{opacity:.55}to{opacity:1}}@keyframes placeHolderShimmer{33%{opacity:.35}66%{opacity:.55}to{opacity:1}}placeholder-base,placeholder-text{background-color:#cacaca;display:block;-webkit-animation:placeHolderShimmer 1.5s cubic-bezier(.4,0,1,1) infinite;animation:placeHolderShimmer 1.5s cubic-bezier(.4,0,1,1) infinite}placeholder-text{width:100%;max-width:15em;height:1em;margin-bottom:8px}placeholder-text:before{content:""!important}.chats-list-mobile{background-color:#e7e8ed;overflow:auto;width:100%;display:block}@media (min-width:1400px){.chats-list-mobile{display:none}}.chats-list-mobile__add-chat{padding:8px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.chats-list-mobile__add-chat-btn{outline:none;border:none;margin:0;padding:0;font-size:inherit;background-color:inherit;height:40px;width:40px;max-width:40px;min-height:40px;line-height:40px;text-align:center;border-radius:50%;overflow:hidden;border:1px dashed #3d3d3d;color:#3d3d3d;display:block}
.icon-button,.text-button{outline:none;border:none;margin:0;padding:0;font-size:inherit;background-color:inherit}.icon-button{opacity:1;display:block;position:relative;font-size:1.1em}.square-button{outline:none;border:none;margin:0;padding:0;font-size:inherit;background-color:inherit;padding:8px;color:#fff;background-color:#40bf40;border-radius:2px}@-webkit-keyframes placeHolderShimmer{33%{opacity:.35}66%{opacity:.55}to{opacity:1}}@keyframes placeHolderShimmer{33%{opacity:.35}66%{opacity:.55}to{opacity:1}}.chat-sidebar__search-placeholder,placeholder-base,placeholder-text{background-color:#cacaca;display:block;-webkit-animation:placeHolderShimmer 1.5s cubic-bezier(.4,0,1,1) infinite;animation:placeHolderShimmer 1.5s cubic-bezier(.4,0,1,1) infinite}.chat-sidebar__search-placeholder,placeholder-text{width:100%;max-width:15em;height:1em;margin-bottom:8px}.chat-sidebar__search-placeholder:before,placeholder-text:before{content:""!important}.chat-sidebar{background-color:#e7e8ed;overflow:auto;width:100%}@media (min-width:1400px){.chat-sidebar{max-width:250px}}.chat-sidebar__search{display:none;-ms-flex-direction:raw;flex-direction:raw;padding:8px 16px;-ms-flex-align:center;align-items:center}@media (min-width:1400px){.chat-sidebar__search{display:-ms-flexbox;display:flex}}.chat-sidebar__search-input{border:none;outline:none;background:transparent;color:#3d3d3d;font-size:.6em;font-size:1em;-ms-flex:1 1;flex:1 1}.chat-sidebar__search-input::-webkit-input-placeholder{color:#3d3d3d;opacity:.5;padding-left:4px}.chat-sidebar__search-input:-ms-input-placeholder,.chat-sidebar__search-input::-ms-input-placeholder{color:#3d3d3d;opacity:.5;padding-left:4px}.chat-sidebar__search-input::placeholder{color:#3d3d3d;opacity:.5;padding-left:4px}
.chat-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch;height:100vh;overflow:hidden}.chat-container__sidebar{display:-ms-flexbox;display:flex;overflow:auto}.chat-container__main{display:-ms-flexbox;display:flex;-ms-flex:2 1;flex:2 1;overflow:hidden}.chat-container__loader{-ms-flex:1 1;flex:1 1;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}
.empty-chat{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}.empty-chat__container{margin-top:20vh;padding:0 16px;text-align:center}.empty-chat__icon{font-size:5em;color:#40bf40}.empty-chat__header{font-weight:700;font-size:1.1em;padding:8px}
.chat-input__action,.icon-button,.text-button{outline:none;border:none;margin:0;padding:0;font-size:inherit;background-color:inherit}.chat-input__action,.icon-button{opacity:1;display:block;position:relative;font-size:1.1em}.square-button{outline:none;border:none;margin:0;padding:0;font-size:inherit;background-color:inherit;padding:8px;color:#fff;background-color:#40bf40;border-radius:2px}.chat-input{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding:4px 8px;position:relative;-ms-flex-align:center;align-items:center}.chat-input__input{border:none;outline:none;height:100%;display:block;-ms-flex:1 1;flex:1 1;resize:none;font-size:.9em;padding:4px}.chat-input__action{color:#fff;background:#40bf40;height:41px;width:41px;border-radius:50%;line-height:41px;-ms-flex-item-align:start;align-self:flex-start}.chat-input__action:disabled{background:#e7e8ed}.chat-input__action-icon{line-height:inherit}
@-webkit-keyframes placeHolderShimmer{33%{opacity:.35}66%{opacity:.55}to{opacity:1}}@keyframes placeHolderShimmer{33%{opacity:.35}66%{opacity:.55}to{opacity:1}}.chat-message--placeholder .chat-message__text,.chat-message--placeholder .chat-message__time,.chat-message--placeholder .chat-message__user-name,placeholder-base,placeholder-text{background-color:#cacaca;display:block;-webkit-animation:placeHolderShimmer 1.5s cubic-bezier(.4,0,1,1) infinite;animation:placeHolderShimmer 1.5s cubic-bezier(.4,0,1,1) infinite}.chat-message--placeholder .chat-message__text,.chat-message--placeholder .chat-message__time,.chat-message--placeholder .chat-message__user-name,placeholder-text{width:100%;max-width:15em;height:1em;margin-bottom:8px}.chat-message--placeholder .chat-message__text:before,.chat-message--placeholder .chat-message__time:before,.chat-message--placeholder .chat-message__user-name:before,placeholder-text:before{content:""!important}.chat-message{margin-bottom:8px}.chat-message--placeholder .chat-message__text,.chat-message--placeholder .chat-message__time,.chat-message--placeholder .chat-message__user-name{font-size:.9em}.chat-message--placeholder .chat-message__time{width:3em;font-size:.7em;margin-bottom:0;padding:0}.chat-message__header{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;font-size:1.1em}.chat-message__content{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:baseline;align-items:baseline}.chat-message__text{white-space:pre-wrap;word-break:break-word}.chat-message__time,.chat-message__user-avatar{min-width:30px;margin-right:16px}.chat-message__user-name{font-weight:700;font-size:1em;line-height:2;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.chat-message__time{font-size:.7em;padding:8px 0;text-align:center}
.chat{-ms-flex:1 1;flex:1 1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.chat__header{background:#fff;font-size:1.1em;font-weight:700;-webkit-box-shadow:0 1px 30px 0 rgba(0,0,0,.05);box-shadow:0 1px 30px 0 rgba(0,0,0,.05);padding:8px 16px}.chat__content{padding:16px;-ms-flex:1 1;flex:1 1;overflow:auto}.chat__input{-webkit-box-shadow:inset 0 1px 0 0 rgba(0,0,0,.05);box-shadow:inset 0 1px 0 0 rgba(0,0,0,.05)}.chat__no-messages{text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.chat__messages-date{text-align:center;font-size:.9em}.chat__no-messages-icon{font-size:2em;color:#cacaca;margin-bottom:8px}
.error{text-align:center;font-size:1.2em;font-weight:700}
.new-chat{display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;margin:0 auto;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:stretch;align-content:stretch;padding-top:10%;width:80%}.new-chat__header{font-size:1.8em;font-weight:700;line-height:2;margin-bottom:16px}.new-chat__search{-webkit-box-shadow:0 10px 30px 0 rgba(0,0,0,.1);box-shadow:0 10px 30px 0 rgba(0,0,0,.1);margin-bottom:16px}.new-chat__search-input{border:none;outline:none;background:transparent;color:#fff;font-size:.6em;color:#3d3d3d;padding:8px;font-size:1em}.new-chat__search-input::-webkit-input-placeholder{color:#fff;opacity:.5;padding-left:4px}.new-chat__search-input:-ms-input-placeholder,.new-chat__search-input::-ms-input-placeholder{color:#fff;opacity:.5;padding-left:4px}.new-chat__search-input::placeholder{color:#fff;opacity:.5;padding-left:4px}.new-chat__employments{-ms-flex:1 1;flex:1 1;overflow:auto}
.icon-button,.text-button{outline:none;border:none;margin:0;padding:0;font-size:inherit;background-color:inherit}.icon-button{opacity:1;display:block;position:relative;font-size:1.1em}.square-button{outline:none;border:none;margin:0;padding:0;font-size:inherit;background-color:inherit;padding:8px;color:#fff;background-color:#40bf40;border-radius:2px}


/*# sourceMappingURL=vendor.css.map*/