html, body {
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  overflow-x: hidden;
  scrollbar-face-color: #ff8c00;
  scrollbar-track-color: #fff8dc;
  scrollbar-arrow-color: #ffffff;
  scrollbar-highlight-color: #fff8dc;
  scrollbar-shadow-color: #d2691e;
  scrollbar-3dlight-color: #ffebcd;
  scrollbar-darkshadow-color: #8b0000;
}

::selection {
  background: #f3682a;
  color: #fff;
}

::-moz-selection {
  background: #f3682a;
  color: #fff;
}

::-webkit-selection {
  background: #f3682a;
  color: #fff;
}

a {
  text-decoration: none;
  color: #262432;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input, textarea, select, button {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  outline: none;
  resize: none;
}

input[type="submit"], button {
  outline: none;
  cursor: pointer;
}
input[type="submit"]:focus, button:focus {
  outline: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], textarea {
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  width: calc(100% - 50px);
  background-color: #ffffff;
  transition: all .3s;
  line-height: 24px;
  padding-bottom: 10px;
  padding-top: 10px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 13px;
  color: #5d647a;
  border: 0;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, textarea:focus {
  border-color: #f3682a;
}

.form-group ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a3a2a2;
}
.form-group :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a3a2a2;
  opacity: 1;
}
.form-group ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a3a2a2;
  opacity: 1;
}
.form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a3a2a2;
}
.form-group ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a3a2a2;
}

.checkbox-input {
  display: none;
}

.checkbox-label {
  cursor: pointer;
  position: relative;
  transition: all .3s;
  display: block;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #6431c2;
  font-size: 13px;
}
.checkbox-label .check-icon {
  position: absolute;
  left: 3px;
  top: 3px;
  transition: all .3s;
  z-index: 5;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
  opacity: 0;
}
.checkbox-label .check-icon path, .checkbox-label .check-icon circle, .checkbox-label .check-icon linearGradient {
  fill: #f3682a;
}
.checkbox-label .check-icon img, .checkbox-label .check-icon svg {
  width: 10px;
  height: 10px;
  display: block;
}
.checkbox-label .check {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  background-color: #fff;
  border: 1px solid #6431c2;
  transition: all .3s;
  border-radius: 2px;
  display: inline-block;
  top: -1px;
  vertical-align: middle;
}
.checkbox-label a {
  color: #6431c2;
  text-decoration: underline;
  transition: all .3s;
  padding-left: 4px;
}

.checkbox-input:checked + .checkbox-label {
  color: #f3682a;
}
.checkbox-input:checked + .checkbox-label a {
  color: #f3682a;
}
.checkbox-input:checked + .checkbox-label .check {
  border-color: #f3682a;
  box-shadow: 5px 8px 17.85px 3.15px rgba(29, 46, 76, 0.07);
}
.checkbox-input:checked + .checkbox-label .check-icon {
  opacity: 1;
}

.checkbox-input.error + .checkbox-label .check {
  border-color: rgba(255, 70, 70, 1);
}
.checkbox-input.error + .checkbox-label,
.checkbox-input.error + .checkbox-label a {
  color: rgba(255, 70, 70, 1);
}

.checkbox-label:hover {
  color: #f3682a;
}
.checkbox-label:hover a {
  color: #f3682a;
}
.checkbox-label:hover .check {
  border-color: #f3682a;
}

.btn {
  line-height: 21px;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  transition: all .3s;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  display: block;
  width: calc(100% - 30px);
  border-radius: 5px;
}
.btn:focus, .btn:hover {
  outline: 0;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn.green {
  background-color: #86c953;
  color: #fff;
  border: 1px solid #86c953;
}
.btn.green:hover {
  background-color: #9fe26c;
  border-color: #9fe26c;
}
.btn.micro {
  display: inline-block;
  width: auto;
  padding: 0px 10px;
  font-size: 13px;
  line-height: 1.2em;
}

.chat {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 39.1px 6.9px rgba(29, 46, 76, 0.1);
  bottom: -100vh;
  transition: all .5s;
  position: relative;
}

.chat:before
{
    content: '';
    display: block;
    position: absolute;
    top: 41px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: -1;
}

.chat--headervisible {
  bottom: -438px;
}
.chat--headervisible .icon-settings-wrapper {
  opacity: 0;
  transition: all .3s;
}
.chat--headervisible .icon-arrow {
  transform: rotate(180deg);
  transition: all .3s;
}

.chat-load {
  bottom: 0;
}
.chat-load .icon-settings-wrapper {
  opacity: 1;
}
.chat-load .icon-arrow {
  transform: rotate(0);
}

/*
@keyframes load {
	0% {
		transform: rotateX(-90deg);
	}

	100% {
		transform: rotateX(0);
	}
}
*/
.chat-hide {
  bottom: -999px;
}

/*
@keyframes hide {
	0% {
		transform: rotateX(0);
	}

	100% {
		transform: rotateX(-90deg);
	}
}
*/
.open-chat {
  position: fixed;
  right: 3%;
  bottom: 3%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s;
  background-color: #f3682a;
  animation: load-scale .3s linear forwards;
  user-select: none;
}
.open-chat .icon {
  width: 35px;
  height: 35px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
}
.open-chat .icon img, .open-chat .icon svg {
  width: 35px;
  height: 35px;
  display: block;
}
.open-chat .icon path, .open-chat .icon circle, .open-chat .icon linearGradient {
  fill: #fff;
}
.open-chat .icon path {
  transition: all .3s;
}
.open-chat:hover {
  box-shadow: 5px 8px 17.85px 3.15px rgba(29, 46, 76, 0.12);
  background-color: #f47942;
}

.open-chat--purple {
  background-color: #6431c2;
}
.open-chat--purple:hover {
  box-shadow: 5px 8px 17.85px 3.15px rgba(29, 46, 76, 0.12);
  background-color: #713ece;
}

@keyframes load-scale {
  0% {
    transform: scale(0.1, 0.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.header {
  background-color: #f3682a;
  color: #fff;
  padding: 10px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 500;
  transition: all .3s;
  user-select: none;
}
.header:hover {
  background-color: #f25712;
}
.chat:not(.offline) .header .header__icon--offline,
.offline .header .header__icon--online
{
    display: none;
}
.header .icon-arrow {
  width: 14px;
  height: 13px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
}
.header .icon-arrow img, .header .icon-arrow svg {
  width: 14px;
  height: 13px;
  display: block;
}
.header .icon-arrow path, .header .icon-arrow circle, .header .icon-arrow linearGradient {
  fill: #fff;
}
.header .icon-chat {
  width: 21px;
  height: 21px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
}
.header .icon-chat img, .header .icon-chat svg {
  width: 21px;
  height: 21px;
  display: block;
}
.header .icon-chat path, .header .icon-chat circle, .header .icon-chat linearGradient {
  fill: #fff;
}
.header .icon-settings {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.header .icon-settings img, .header .icon-settings svg {
  width: 15px;
  height: 15px;
  display: block;
}
.header .icon-settings path, .header .icon-settings circle, .header .icon-settings linearGradient {
  fill: #fff;
}

.header .icon-close
{
    width: 13px;
    height: 13px;
}

.header .icon-settings-wrapper {
  position: relative;
  margin-right: 15px;
  top: -1px;
}
.header .icon-settings-wrapper:before {
  position: absolute;
  left: -6.5px;
  top: -2.5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(1.5px);
  height: 28px;
  width: 28px;
  background-color: #e7500d;
  content: "";
  border-radius: 50%;
  opacity: 0;
  transition: all .3s;
}
.header .icon-settings-wrapper:hover:before,
.header .icon-settings-wrapper.active:before {
  opacity: 1;
}
.header .state {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.chat-box .header .state {
  padding-left: 25px;
}
.header .options {
  display: flex;
  align-items: center;
}

.header--purple {
  background-color: #6431c2;
}

.login-form .icon-settings-wrapper,
.contact-form .icon-settings-wrapper
{
    display: none;
}

.content {
  background-color: #fff;
  padding: 18px;
  padding-bottom: 0;
  flex-shrink: 0;
}
.content .form-group {
  margin-bottom: 25px;
  margin-top: 25px;
}
.content .form-group--sm {
  margin-bottom: 12px;
  margin-top: 12px;
}
.content .form-group--icon {
  position: relative;
}
.content .form-group--icon .icon {
  position: absolute;
  z-index: 100;
  left: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
}
.content .form-group--icon .icon img, .content .form-group--icon .icon svg {
  width: 15px;
  height: 15px;
  display: block;
}
.content .form-group--icon .icon path, .content .form-group--icon .icon circle, .content .form-group--icon .icon linearGradient {
  fill: #c9c9c9;
}
.content .form-group--icon input {
  padding-left: 40px;
  width: calc(100% - 40px - 24px);
  padding-bottom: 3px;
  padding-top: 3px;
}
.content .checkbox-label {
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.content .checkbox-label--sm {
  padding-bottom: 10px;
  padding-top: 10px;
}
.content .form-group input.error,
.content .form-group textarea.error {
    box-shadow: 5px 8px 17.85px 3.15px rgba(243, 104, 42, 0.15);
}

.message {
  padding-bottom: 10px;
  display: block;
}

.message--title {
  padding-bottom: 9px;
}

.message--error {
  background-color: #ffeee6;
  text-align: left;
  color: #f3682a;
  padding: 12px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.message--error .icon {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
.message--error .icon img, .message--error .icon svg {
  width: 15px;
  height: 15px;
  display: block;
}
.message--error .icon path, .message--error .icon circle, .message--error .icon linearGradient {
  fill: #f3682a;
}
.message--error p {
  margin: 0;
}

.content--form {
  text-align: center;
  display: block;
  color: #343434;
  font-size: 13px;
  font-weight: 600;
}
.content--form input, .content--form textarea {
          box-shadow: 5px 8px 17.85px 3.15px rgba(29, 46, 76, 0.07);
  -webkit-box-shadow: 5px 8px 17.85px 3.15px rgba(29, 46, 76, 0.07);
  position: relative;
}
.content--form input:focus, .content--form textarea:focus {
          box-shadow: 5px 4px 17.85px 3.15px rgba(29, 46, 76, 0.14);
  -webkit-box-shadow: 5px 4px 17.85px 3.15px rgba(29, 46, 76, 0.14);
  z-index: 50;
}

.content--chat {
  flex: 1;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.content--chat .wrapper {
  height: 100%;
  overflow-y: scroll;
  position: relative;
  z-index: 5;
}
.content__message-list
{
    padding: 20px;
}
.content--chat .foxydesk {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 17px;
  margin: 0 auto;
  z-index: 5;
  padding-bottom: 2px;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f4f4f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f4f4f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f4f4f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  /* IE6-9 */
}

.content__message {
  margin-bottom: 22px;
  overflow: hidden;
}
.content__message p {
  margin: 0;
}
.content__message .text {
  border-radius: 8px;
  font-size: 12px;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 7px;
  max-width: 100%;
  box-sizing: border-box;
}
.content__message .date {
  color: #afafaf;
  font-size: 12px;
  display: block;
  width: 100%;
  clear: both;
}

.content__message--me {
  text-align: right;
}
.content__message--me .text {
  background-color: #6431c2;
  color: #fff;
  float: right;
  border-bottom-right-radius: 0;
}

.content__message--you {
  text-align: left;
}
.content__message--you .text {
  background-color: #f2f2f2;
  color: #444444;
  float: left;
  border-top-left-radius: 0;
}

.content__message--avatar {
  display: flex;
  align-items: flex-start;
}
.content__message--avatar .avatar {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.content__message--avatar .avatar img {
  max-width: 100%;
}
.content__message--avatar .answer {
  width: calc(100% - 30px);
}

.content__message .file-message
{
    margin: 0;
    padding: 0;
    border: none;
}

.content__message--me .file-message .file-size,
.content__message--me .file-message .file-icon
{
    color: #fff;
}

.content__message .icon
{
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    display: inline-block;
}

.content__message .file-message .loading-anim
{
    display: none;
}

.content__message--system .text
{
    color: #ed6e47;
    font-style: italic;
    background: none;
    padding: 0;
    background: none !important;
}

.content__message--system .avatar
{
    text-align: center;
    position: relative;
    top: 1px;
    visibility: hidden;
}

.auto-message-label
{
    display: none;
}

.auto-message-label > .label
{
    display: inline-block;
    color: #fff;
    background: #35a1ed;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 8px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.send {
  padding: 15px;
  position: relative;
  z-index: 70;
  background-color: #fff;
}
.send textarea {
  border: 1px solid #f3682a;
  border-radius: 8px;
  padding: 13px;
  height: 44px;
  width: calc(100% - 13px - 100px);
  padding-right: 100px;
  line-height: 16px;
  font-size: 12px;
}
.send .btn-send {
  border-radius: 50%;
  background-color: #f3682a;
  border: 0;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  transition: all .3s;
  margin-left: 3px;
}
.send .btn-send .icon {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
}
.send .btn-send .icon img, .send .btn-send .icon svg {
  width: 16px;
  height: 16px;
  display: block;
}
.send .btn-send .icon path, .send .btn-send .icon circle, .send .btn-send .icon linearGradient {
  fill: #fff;
}
.send .btn-send:hover {
  background-color: #6431c2;
}
.send .btn-emoji {
  border: 0;
  background: none;
  margin: 0;
  padding-left: 3px;
  padding-right: 3px;
}
.send .btn-emoji .icon {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
}
.send .btn-emoji .icon img, .send .btn-emoji .icon svg {
  width: 16px;
  height: 16px;
  display: block;
}
.send .btn-emoji .icon path, .send .btn-emoji .icon circle, .send .btn-emoji .icon linearGradient {
  fill: #9fa9b6;
}
.send .btn-emoji .icon path, .send .btn-emoji .icon circle {
  transition: all .3s;
}
.send .btn-emoji:hover .icon path, .send .btn-emoji:hover .icon circle, .send .btn-emoji:hover .icon linearGradient {
  fill: #7b838e;
}
.send .btn-emoji.active .icon path, .send .btn-emoji.active .icon circle, .send .btn-emoji.active .icon linearGradient {
  fill: #6431c2;
}
.send .btn-file-wrapper {
  display: flex;
  align-items: center;
  padding-left: 3px;
  padding-right: 3px;
}
.send .btn-file-wrapper input {
  display: none;
}
.send .btn-file {
  border: 0;
  background: none;
  margin: 0;
  cursor: pointer;
  position: relative;
  top: -1px;
}
.send .btn-file label {
  margin: 0;
  padding: 0;
}
.send .btn-file .icon {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
}
.send .btn-file .icon img, .send .btn-file .icon svg {
  width: 16px;
  height: 16px;
  display: block;
}
.send .btn-file .icon path, .send .btn-file .icon circle, .send .btn-file .icon linearGradient {
  fill: #9fa9b6;
}
.send .btn-file:hover .icon path, .send .btn-file:hover .icon circle, .send .btn-file:hover .icon linearGradient {
  fill: #7b838e;
}
.send .options {
  display: flex;
  position: absolute;
  right: 34px;
  bottom: 32px;
}

.foxydesk {
  font-size: 8px;
  color: #a8a8a8;
  display: block;
  text-align: center;
  padding: 14px;
  font-weight: 700;
}
.foxydesk .icon {
  width: 48px;
  height: 15px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
  margin-left: 3px;
  position: relative;
  top: -1px;
}
.foxydesk .icon img, .foxydesk .icon svg {
  width: 48px;
  height: 15px;
  display: block;
}

.emoji {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -150px;
  z-index: 50;
  background-color: #fff;
  padding: 15px;
  padding-bottom: 0;
  transition: all .3s;
}
.emoji .row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.emoji .close {
  width: 12px;
  height: 12px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.emoji .close img, .emoji .close svg {
  width: 12px;
  height: 12px;
  display: block;
}
.emoji .close path, .emoji .close circle, .emoji .close linearGradient {
  fill: #b3b3b3;
}
.emoji .close:hover path, .emoji .close:hover circle, .emoji .close:hover linearGradient {
  fill: #7b838e;
}
.emoji .close-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.emoji.shift {
  bottom: 102px;
}

.emoji__item {
  width: calc(100% / 8);
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  cursor: pointer;
}
.emoji__item .icon {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
  transition: all .3s;
}
.emoji__item .icon img, .emoji__item .icon svg {
  width: 25px;
  height: 25px;
  display: block;
}
.emoji__item:hover .icon {
  transform: scale(1.2, 1.2);
}

.settings {
  background-color: #fff;
  padding-bottom: 0;
  height: calc(100% - 42px - 102px);
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  top: -100vh;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  transition: all .3s;
}

.settings * {
    user-select: none;
}

.settings .wrapper {
  position: relative;
  z-index: 5;
}
.settings:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  content: "";
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f4f4f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #f4f4f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #f4f4f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  /* IE6-9 */
}
.settings .foxydesk {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  padding-bottom: 2px;
}

.settings-load {
    top: 41px;
}

.settings-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.settings-menu__item {
  font-size: 13px;
  font-weight: 600;
  color: #343434;
  cursor: pointer;
  padding: 11px;
  padding-left: 16px;
  padding-right: 16px;
}
.settings-menu__item:nth-child(2n) {
  background-color: #fafafa;
}
.settings-menu__item .icon {
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.settings-menu__item .icon img, .settings-menu__item .icon svg {
  width: 14px;
  height: 14px;
  display: block;
}
.settings-menu__item .icon path, .settings-menu__item .icon circle, .settings-menu__item .icon linearGradient {
  fill: #343434;
}
.settings-menu__item .btn {
    margin-left: 5px;
}
.settings-menu__item:hover {
  color: #f3682a;
}
.settings-menu__item:hover .icon path, .settings-menu__item:hover .icon circle, .settings-menu__item:hover .icon linearGradient {
  fill: #f3682a;
}

.settings-menu__item--off {
  text-decoration: line-through;
  color: #acb5c0;
}
.settings-menu__item--off .icon path, .settings-menu__item--off .icon circle, .settings-menu__item--off .icon linearGradient {
  fill: #acb5c0;
}
.settings-menu__item--off:hover {
  color: #acb5c0;
}
.settings-menu__item--off:hover .icon path, .settings-menu__item--off:hover .icon circle, .settings-menu__item--off:hover .icon linearGradient {
  fill: #acb5c0;
}

.chat {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}

/* Login form (department selection) */

.js-content-login.departments-view form,
.js-content-login.departments-view .foxydesk
{
    display: none;
}

.js-content-login.departments-view .departments
{
    display: block;
}

.departments
{
    position: static;
}

.departments .list .entries
{
    position: absolute;
    top: 41px;
    bottom: 0;
    left: 0;
    right: 0;
}

.select-department .content
{
    padding: 0;
    background: none;
}

.departments .entries a
{
    border: none;
    box-shadow: 5px 8px 17.85px 3.15px rgba(29, 46, 76, 0.07);
    -webkit-box-shadow: 5px 8px 17.85px 3.15px rgba(29, 46, 76, 0.07);
    transition: all .3s;
}

.departments .entries a.online:hover
{
    background: none;
}

.departments .entries a.online:hover:not(:active)
{
    background: #f9f9f9;
}

.select-department
{
    border: none;
    box-shadow: 5px 8px 17.85px 3.15px rgba(29, 46, 76, 0.07);
    -webkit-box-shadow: 5px 8px 17.85px 3.15px rgba(29, 46, 76, 0.07);
    height: 45px;
    padding: 13px;
}

.select-department:hover
{
    background: none;
}

.select-department:hover:not(:active)
{
    background: #f9f9f9;
}

.select-department.error
{
    box-shadow: 5px 8px 17.85px 3.15px rgba(243, 104, 42, 0.15);
}
