/* Chat Button */
.rev-chat-tab {
  background-color: #ff8a00;
}
.rev-chat-tab svg {
  fill: #ffffff;
}
@media (min-width: 992px) {
    .rev-chat-tab.rev-show {
        right: 6em;
        bottom: 1rem;
    }
}

/* Panel Font */
.rev-chat-panel {
  font-size: 1rem;
}

/* Header */
.rev-panel-header, .rev-menu-header {
  background-color: /*#ff8a00*/red;
  color: #ffffff;
}

/* Bubbles */
.rev-iwrite { /* Customer */
  background-color: #ff8a00;
  color: #ffffff;
}
.rev-uwrite { /* Agent */
  background-color: #f1f1f1;
  color: #333;
}

/* Send Button */
.rev-btn-send {
  background-color: #ff8a00;
  color: white;
  border: none;
}

/* Logo */
.rev-logo img {
  max-width: 120px;
}

/* Background (optional) */
body.rev-popout {
  background-color: #ffffff;
}
