.chat-blur-window {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  background-color: rgba(67, 95, 122, 0.4);
  z-index: 97;
}

.chat-container {
  filter: unset !important;
  display: none;
  position: fixed;
  height: 600px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -300px;
  background-color: #e6eaea;
  box-shadow: 2px 2px 5px grey;
  z-index: 98;
}

.close-chat {
  position: absolute;
  top: -5px;
  right: 15px;
  color: #32465a;
  font-size: 44px;
  font-weight: bold;
  cursor: pointer;
}

.chat-title {
  position: relative;
  height: 70px;
  width: 300px;
  text-align: left;
  font-size: 16pt;
  font-weight: bold;
  background-color: #f5f5f5;
}

.chat-title > div {
  position: absolute;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  padding-left: 25px;
  line-height: 1.2em;
  width: 220px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.chat-window-container {
  width: 300px;
  height: 473px;
  overflow-y: auto;
  overflow-x: hidden;
}

.chat-window {
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  flex-flow: column nowrap;
}

.chat-window div {
  padding: 15px 10px 15px 10px;
  border-radius: 20px;
  max-width: 220px;
  word-wrap: break-word;
  line-height: 1.2em;
}

.message-right {
  background-color: #f5f5f5;
  color: #32465a;
  align-self: flex-end;
  margin: 5px 5px 5px 0;
}

.message-left {
  background-color: #435f7a;
  color: #f5f5f5;
  align-self: flex-start;
  margin: 5px 0 5px 5px;
}

.chat-date {
  text-align: right;
  font-size: 8pt !important;
  padding: 5px 0 0 0 !important;
  margin-bottom: -6px;
}

.message-window {
  position: relative;
  width: 300px;
  height: min-content;
  background-color: #f5f5f5;
  display: flex;
}

.message-window-input {
  margin: 10px;
  height: min-content;
  width: 220px;
}

.message-textarea {
  display: block;
  width: 200px;
  height: 28px;
  max-height: 100px;
  padding: 8px 5px 8px 5px;
  font-size: 12pt;
  overflow-x: hidden;
  overflow-y: auto;
  resize: none;
}

.message-window-sendBttn {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 11px;
  right: 15px;
  text-align: center;
}

.chat-send-bttn {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 1px;
  border: 0;
  box-shadow: inset 0 0 0 2px #585858;
  color: #585858 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 0.6em;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  height: 100%;
}

.notification {
  display: none;
  position: absolute;
  top: -2px;
  right: -2px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  background-color: red;
  border-radius: 50%;
  font-size: 10pt;
}

.notification-num {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notification-medium {
  display: none;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 22px;
  height: 22px;
  color: #ffffff;
  background-color: red;
  border-radius: 50%;
  font-size: 15px;
}

.notification-num-medium {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  margin-left: -11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notification-big {
  display: none;
  position: absolute;
  top: -13px;
  right: -13px;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: red;
  box-shadow: 2px 2px 5px -2px red;
  border-radius: 50%;
  font-size: 20px;
}

.notification-num-big {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notification-dot {
  display: none;
  position: absolute;
  top: 2px;
  right: 5px;
  width: 10px;
  height: 10px;
  color: #ffffff;
  background-color: red;
  box-shadow: 2px 2px 5px -2px red;
  border-radius: 50%;
  z-index: 10;
}

.ws-notification-dot {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  color: #ffffff;
  background-color: red;
  box-shadow: 2px 2px 5px -2px red;
  border-radius: 50%;
  z-index: 10;
}

.notification-dot-left {
  display: none;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  color: #ffffff;
  background-color: red;
  box-shadow: 2px 2px 5px -2px red;
  border-radius: 50%;
  z-index: 10;
}

.notification-background-blue {
  background-color: rgba(175, 202, 15, 0.35);
}

.notification-color-blue {
  color: #5a9ed6;
}

@media screen and (min-width: 768px) {
  .chat-container {
    height: 600px;
    width: 600px;
    margin-left: -300px;
    margin-top: -300px;
  }

  .close-chat {
    right: 25px;
  }

  .chat-title {
    width: 600px;
  }

  .chat-title > div {
    width: 500px;
  }

  .chat-window-container {
    width: 600px;
  }

  .chat-window div {
    max-width: 400px;
  }

  .message-window {
    width: 600px;
  }

  .message-window-input {
    width: 500px;
  }

  .message-textarea {
    width: 460px;
    padding: 8px 10px 8px 10px;
  }
}

@media screen and (min-width: 1680px) {
}
