/* ../../../../../tmp/tmp-3726207-r5pcxYrGDcv8/chat/chat/public/scss/chat.bundle.css */
.web-pages .chat-app {
  display: none !important;
}
.chat-app.chat-app--embed-fullwidth {
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  padding: 0;
  align-items: stretch;
  justify-content: stretch;
  pointer-events: none;
  z-index: 1030;
}
.chat-app.chat-app--embed-fullwidth .chat-element {
  pointer-events: auto;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  border-right: none;
  border-left: none;
}
.chat-app.chat-app--embed-fullwidth .chat-bubble {
  pointer-events: auto;
}
.chat-app.chat-app--embed-fullwidth .chat-container {
  height: 100%;
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.chat-app.chat-app--embed-fullwidth .chat-widget-iframe {
  flex: 1;
  min-height: 0;
  height: 100%;
}
.chat-app {
  position: fixed;
  bottom: 24px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  max-width: 385px;
  z-index: 1030;
  padding: 0 1rem;
}
.chat-app ::-webkit-scrollbar {
  width: 2px;
}
.chat-app ::-webkit-scrollbar-track {
  background: var(--card-bg);
}
.chat-app ::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-color);
  border-radius: 10px;
  max-height: 30px;
}
.chat-app ::-webkit-scrollbar-thumb:hover {
  background: var(--gray-500);
}
.chat-element {
  height: 582px;
  width: 100%;
  position: relative;
  box-shadow: unset;
  background: unset;
  border-radius: 6px;
  margin-bottom: 1rem;
  border: unset !important;
}
.chat-container {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.chat-container .chat-widget-iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.chat-bubble {
  cursor: pointer;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 100px;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: initial;
}
.chat-bubble svg {
  fill: var(--white);
}
.chat-bubble:hover {
  box-shadow: var(--shadow-lg);
}
.chat-bubble .chat-message-icon {
  margin-left: var(--margin-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-bubble-closed {
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
}
.chat-bubble-closed .cross-icon {
  width: 100%;
}
.chat-navbar-icon {
  cursor: pointer;
}
.chat-navbar-icon .badge {
  background: var(--red-avatar-color);
  color: var(--bg-color);
  position: relative;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  font-size: 9px;
  border: 1px solid var(--red-avatar-color);
}
.chat-header {
  display: flex;
  align-items: center;
  padding: 12px;
}
.chat-header .chat-profile-info {
  margin-right: var(--margin-md);
  font-size: 0.875rem;
}
.chat-header .chat-profile-info .chat-profile-name {
  color: var(--text-color);
  font-weight: 600;
}
.chat-header .chat-profile-info .chat-profile-status {
  font-size: 0.75rem;
}
.chat-header .online-circle {
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  margin-right: 3px;
  background: var(--green);
}
.chat-form .chat-form-container {
  padding: 12px;
}
.chat-form .chat-form-container .chat-query-heading {
  font-size: 0.875rem;
  color: var(--gray-800);
}
.chat-form .chat-form-container button {
  font-size: 1rem;
}
.chat-form .chat-form-container .form-label {
  font-size: 0.75rem;
  font-weight: bold;
}
.chat-form .chat-form-container #chat-message-area {
  resize: none;
}
.chat-welcome .chat-welcome-header {
  padding: var(--padding-lg);
}
.chat-welcome .chat-welcome-header .hero-icon {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background: var(--blue-500);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--margin-md);
}
.chat-welcome .chat-welcome-header .hero-icon svg {
  fill: var(--white);
}
.chat-welcome .chat-welcome-header h3 {
  font-size: 2.25rem;
  font-weight: normal;
  margin-bottom: var(--margin-md);
}
.chat-welcome .chat-welcome-header p {
  font-size: 1.125rem;
}
.chat-welcome .chat-welcome-footer {
  position: absolute;
  padding: 190px var(--padding-md) 0px var(--padding-md);
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--cyan-100);
}
.chat-welcome .chat-welcome-footer .status-content {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: bold;
}
.chat-welcome .chat-welcome-footer .hero-content {
  width: 100%;
  font-size: 0.75rem;
}
.chat-welcome .chat-welcome-footer button {
  margin-bottom: var(--margin-md);
  font-size: 1rem;
}
.chat-welcome .chat-welcome-footer .welcome-footer {
  position: initial;
  margin-bottom: var(--margin-sm);
}
.chat-footer {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 8px;
  justify-content: center;
  font-size: 0.875rem;
  color: var(--gray-600);
}
.chat-footer:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  .chat-app:not(.chat-app--embed-fullwidth) {
    max-width: 100%;
    bottom: 1rem;
  }
}
/*# sourceMappingURL=chat.bundle.2UGYDXLN.css.map */
