.g4-inputWithIcon p {
  text-align: left;
  margin-left: 20px;
}
.g4-erros {
  margin-top: 3px;
  font-size: 14px;
  color: red;
}
.g4-queue-select {
  height: 40px;
  border-radius: 3px;
  width: 90%;
  padding: 8px;
  margin: 10px 10px 0;
}
#date_G4_flex {
  font-size: 10px;
  margin-top: 10px;
  text-align: right;
  margin-left: 5px;
  font-family: roboto;
}
.cliente {
  max-width: 255px;
  padding: 8px;
  margin: 5px;
  border-radius: 0 9px 9px 9px;
  align-self: flex-end;
  box-shadow: 1px;
}
.cliente,
.wait {
  background: #2c984a;
  color: #fff;
}
.wait {
  margin: 10px 5px 0;
  border-radius: 5px;
  padding: 5px;
}
.atendente {
  background: #dbdbdb;
  max-width: 255px;
  padding: 8px;
  margin: 5px;
  border-radius: 8px 0 8px 8px;
  align-self: flex-start;
  color: #2f4f4f;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.g4-select-customer-experience {
  margin-top: 10px;
  padding: 5px;
  border-radius: 5px;
}
.g4-select-customer-experience:focus {
  outline: 0;
}
.loading-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}
.loading-dots div {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #333;
  border-radius: 50%;
  animation: loading-dots 1.4s ease-in-out infinite both;
}
.loading-dots div:first-child {
  animation-delay: -0.32s;
}
.loading-dots div:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes loading-dots {
  0%,
  80%,
  to {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input {
  color: #000;
}
.g4-logo-open img {
  width: 100px;
}
#chat-g4 {
  font-family: Roboto;
  font-size: 12px;
}
#chat-g4 h4,
#input-chat-g4 {
  font-family: Roboto, sans-serif;
}
#input-chat-g4 {
  font-size: 12px;
}
#text_G4_flex {
  font-size: 15px;
  font-family: Raleway;
  word-wrap: break-word;
  margin-right: 30px;
  white-space: pre-wrap;
}
/*# sourceMappingURL=main.f2e8a46e.chunk.css.map */
