.chat-container {
  width: auto;
  z-index: 100;
  float: right;
  bottom: 0;
  position: fixed;
  right: 10px;
  margin: 3px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 8px #bec6cc
}

.chatroom {
  height: 632px;
  color: #343d4e;
  background-color: #df701e;
  letter-spacing: normal;
  box-sizing: border-box;
  display: flex;
  flex-direction: column
}

.chatroom.closed {
  width: 175px;
  height: 54px
}

.chatroom.closed .chats,
.chatroom.closed form {
  display: none
}

.chatroom.open {
  width: 390px;
  max-height: 98vh
}

.chatroom.open.half {
  width: 390px;
  height: 316px
}

.chatroom.open.half:before {
  content: ""
}

@media (min-width:942px) {
  .chatroom.open.half {
    width: 390px;
    max-height: 49vh
  }

  .chatroom.open.half:before {
    content: "\e0ff"
  }
}

.chatroom.open.full .chat-feedback {
  display: block
}

@media (max-width:400px) {
  .chatroom.open {
    width: 100%
  }
}

.chatroom.open:before {
  position: absolute;
  top: 6px;
  right: 10px;
  content: "x";
  pointer-events: none;
  color: #fff
}

@media (min-width:1240px) {
  .chatroom.closed.initial {
    width: 390px;
    height: 297px
  }
}

.chatroom h3 {
  background-color: #df701e;
  color: #fff;
  margin: 0;
  height: 54px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 12px
}

.chatroom h3:before {
  background-image: url('/assets/icons/contact.svg');
  background-size: 90%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  color: #007bc7;
  content: '';
  font-size: 21px;
  display:block;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4;
  margin-right: 10px
}

.chatroom .chatroom-mainbox {
  flex: 1;
  margin: 0 6px;
  display: flex;
  flex-direction: column;
  height: 1px
}

.chatroom .chatroom-mainbox>* {
  background: #fff;
  border: solid #f5e7df;
  border-width: 2px 0 0;
  padding-left: 12px;
  padding-right: 12px
}

.chatroom .chatroom-mainbox :first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-width: 0
}

.chatroom .chatroom-mainbox :last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.chatroom .chats {
  flex: 1;
  height: 1px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 12px;
  padding-bottom: 12px;
  box-sizing: border-box
}

.chatroom .chats .chat-thumb {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  background-color: #fff;
  padding: 5px;
  cursor: pointer
}

.chatroom .chats .chat-thumb.up {
  color: #60915d
}

.chatroom .chats .chat-thumb.up.selected {
  border-radius: 4px;
  color: #48bb48;
  border: 1px solid #48bb48
}

.chatroom .chats .chat-thumb.down {
  color: #be4444;
  line-height: 25px
}

.chatroom .chats .chat-thumb.down.selected {
  border-radius: 4px;
  color: #ec3636;
  border: 1px solid #ec3636
}

.chatroom .chats .chat,
.chatroom .chats .chat-button {
  background: #007bc7;
  color: #fff;
  position: relative;
  padding: 5px 13px;
  font-size: 16px;
  border-radius: 16px;
  list-style: none;
  float: left;
  clear: both;
  margin-bottom: 11px;
  max-width: 70%
}

.chatroom .chats .chat-button.clickable,
.chatroom .chats .chat.clickable {
  text-decoration: underline
}

.chatroom .chats .chat-button img,
.chatroom .chats .chat img {
  max-width: 100%;
  vertical-align: middle
}

.chatroom .chats .chat-button.right,
.chatroom .chats .chat.right {
  float: right;
  clear: both;
  background: #b3d7ed;
  color: #000
}

.chatroom .chats .chat-button .text,
.chatroom .chats .chat .text {
  word-wrap: break-word
}

.chatroom .chats .chat-button.chat-img,
.chatroom .chats .chat.chat-img {
  padding: 5px
}

.chatroom .chats .chat-button a,
.chatroom .chats .chat a {
  text-decoration: underline;
  color: #fff;
  font-weight: 700
}

.chatroom .chats .chat-button.right a,
.chatroom .chats .chat.right a {
  color: #000
}

.chatroom .chats .chat-button ol,
.chatroom .chats .chat-button ul,
.chatroom .chats .chat ol,
.chatroom .chats .chat ul {
  margin: 0;
  padding-left: 1.5em
}

.chatroom .chats .chat-button ol li,
.chatroom .chats .chat-button ul li,
.chatroom .chats .chat ol li,
.chatroom .chats .chat ul li {
  padding-left: 0
}

.chatroom .chats .chat-button.waiting,
.chatroom .chats .chat.waiting {
  margin: 10px 0;
  background: #007bc7;
  padding: 5px 10px;
  font-size: .5rem
}

@keyframes fade {
  0% {
    opacity: 1
  }

  to {
    opacity: .3
  }
}

.chatroom .chats .chat-button.waiting span,
.chatroom .chats .chat.waiting span {
  font-size: 1.5rem;
  animation-name: fade;
  animation-duration: .8s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out
}

.chatroom .chats .chat-button.waiting span:first-child,
.chatroom .chats .chat.waiting span:first-child {
  animation-delay: 0s
}

.chatroom .chats .chat-button.waiting span:nth-child(2),
.chatroom .chats .chat.waiting span:nth-child(2) {
  animation-delay: .4s
}

.chatroom .chats .chat-button.waiting span:nth-child(3),
.chatroom .chats .chat.waiting span:nth-child(3) {
  animation-delay: .8s
}

.chatroom .chats .time {
  list-style: none;
  clear: both;
  height: 10px;
  font-size: 10px;
  color: #414141;
  margin: 5px 0 20px
}

.chatroom .chats .time.left {
  float: left
}

.chatroom .chats .time.right {
  float: right
}

.chatroom .chats .chat-buttons {
  position: relative;
  padding: 0;
  font-size: 18px;
  list-style: none;
  clear: both;
  margin: 10px 0;
  text-align: center
}

.chatroom .chats .chat-buttons .chat-button {
  text-align: left;
  cursor: pointer
}

.chatroom .chats .chat-buttons .chat-button:focus,
.chatroom .chats .chat-buttons .chat-button:hover {
  background: #004c7b
}

.chatroom .chat-notification {
  padding-top: 6px;
  padding-bottom: 6px
}

.chatroom .chat-notification svg {
  color: #007bc7
}

.chatroom .chat-feedback {
  display: none;
  padding-top: 6px;
  padding-bottom: 6px
}

.chatroom .chat-feedback .question {
  display: none
}

.chatroom .chat-feedback .question p {
  margin: 0 0 .5em
}

.chatroom .chat-feedback .question .answers {
  display: flex;
  justify-content: space-around
}

.chatroom .chat-feedback .question .answers a {
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #343d4e;
  text-decoration: none
}

.chatroom .chat-feedback .question .answers a .thumb.up {
  color: #60915d
}

.chatroom .chat-feedback .question .answers a .thumb.down {
  color: #be4444
}

.chatroom .chat-feedback .question .answers a.selected {
  border-color: #343d4e;
  font-weight: 700
}

.chatroom .chat-feedback .question .answers a.selected .thumb.up {
  color: #48bb48
}

.chatroom .chat-feedback .question .answers a.selected .thumb.down {
  color: #ec3636
}

.chatroom .chat-feedback .show-link {
  color: #df701e
}

.chatroom .chat-feedback.expanded .show-link {
  display: none
}

.chatroom .chat-feedback.expanded .question {
  display: block
}

.chatroom .input {
  height: 54px;
  margin: 0;
  padding: 0 5px;
  background-color: #df701e;
  display: flex;
  flex-direction: row;
  align-items: center
}

.chatroom .input input[type=text] {
  background-color: #f0f0f0;
  outline: 0;
  border: 1px solid #df701e;
  padding: 0 10px;
  height: 42px;
  margin-right: -1px;
  flex: 4;
  color: #343d4e;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
  font-size: 18px;
  transition: background-color .2s ease
}

.chatroom .input input[type=text]:focus {
  box-shadow: none;
  background-color: #fff
}

.chatroom #speech-input,
.chatroom .submitButton {
  border: 1px solid #fff;
  transition: background .3s ease
}

.chatroom .submitButton {
  background: #007bc7;
  padding: 0 12px;
  border-radius: 0 4px 4px 0;
  height: 40px;
  font-weight: 600;
  color: #fff
}

.chatroom .submitButton:focus,
.chatroom .submitButton:hover {
  background: #004c7b
}

.chatroom #speech-input {
  width: 42px;
  height: 42px;
  margin-left: 6px;
  background: #df701e;
  color: #fff;
  border-radius: 4px;
  cursor: pointer
}

.chatroom #speech-input svg {
  width: 24px;
  height: auto
}

.chatroom #speech-input:focus,
.chatroom #speech-input:hover {
  background: #004c7b
}

.chatroom .vertical-center {
  vertical-align: middle
}

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