/* ../../../../../tmp/tmp-397209-dIiNLdIae71l/wachat/wachat/public/scss/wachat.bundle.css */
.wachat-app {
  position: fixed;
  bottom: 24px;
  right: 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;
}
.wachat-app ::-webkit-scrollbar {
  width: 2px;
}
.wachat-app ::-webkit-scrollbar-track {
  background: var(--card-bg);
}
.wachat-app ::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-color);
  border-radius: 10px;
  max-height: 30px;
}
.wachat-app ::-webkit-scrollbar-thumb:hover {
  background: var(--gray-500);
}
.wachat-element {
  height: 582px;
  width: 100%;
  position: relative;
  box-shadow: 0px 2px 6px rgba(17, 43, 66, 0.08), 0px 1px 4px rgba(17, 43, 66, 0.1);
  background: var(--card-bg);
  border-radius: 6px;
  margin-bottom: 1rem;
  border: 1px solid var(--dark-border-color);
}
.wachat-container {
  padding: 0;
  margin: 0;
}
.wachat-bubble {
  cursor: pointer;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 100px;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: initial;
}
.wachat-bubble svg {
  fill: var(--white);
}
.wachat-bubble:hover {
  box-shadow: var(--shadow-lg);
}
.wachat-bubble .wachat-message-icon {
  margin-right: var(--margin-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wachat-cross-button {
  display: none;
  color: var(--gray-700);
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 8px;
}
.wachat-bubble-closed {
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
}
.wachat-bubble-closed .cross-icon {
  width: 100%;
}
.wachat-list .wachat-list-header {
  padding: 12px 12px 0 12px;
  justify-content: space-between;
  display: flex;
}
.wachat-list .wachat-list-header .wachat-list-icons {
  display: flex;
}
.wachat-list .wachat-list-header .wachat-list-icons .wa-user-settings {
  cursor: pointer;
  margin-right: 0px;
  margin-top: 1px;
}
.wachat-list .wachat-list-header .wachat-list-icons .add-room {
  cursor: pointer;
  margin-right: 11px;
  margin-top: 1px;
}
.wachat-list .wachat-search {
  border-radius: 6px;
  font-size: 0.875rem;
  margin: 0 12px;
}
.wachat-list .wachat-search .search-icon {
  display: flex;
  align-items: center;
  position: absolute;
  padding-right: 10px;
  height: 100%;
  margin-left: 12px;
  z-index: 3;
}
.wachat-list .wachat-search .wachat-search-box {
  width: 100%;
  border-radius: 6px;
  padding-left: 36px;
}
.wachat-list .wachat-search .wachat-search-box:focus {
  box-shadow: none;
}
.wachat-list .wachat-rooms-container {
  height: 490.5px;
  overflow-y: scroll;
  padding: 12px;
}
.wachat-list .wachat-rooms-container .wachat-room {
  display: flex;
  font-size: 0.875rem;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  border-radius: 8px;
}
.wachat-list .wachat-rooms-container .wachat-room:hover {
  background: var(--bg-light-gray);
  border-left: 5px solid var(--bg-light-gray);
  border-right: 5px solid var(--bg-light-gray);
  margin: 0 -5px;
}
.wachat-list .wachat-rooms-container .wachat-room .wachat-profile-info {
  margin-left: var(--margin-md);
  margin-right: auto;
}
.wachat-list .wachat-rooms-container .wachat-room .wachat-profile-info .wachat-name {
  height: 20px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  display: block;
  align-items: center;
}
.wachat-list .wachat-rooms-container .wachat-room .wachat-date {
  color: var(--text-muted);
}
.wachat-list .wachat-rooms-container .wachat-room .wachat-latest {
  width: 4px;
  height: 4px;
  margin-left: 5px;
  background: var(--blue-500);
  border-radius: 50%;
}
.wachat-header {
  display: flex;
  align-items: center;
  padding: 12px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.06), 0px 2px 0.5px -1px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid var(--dark-border-color);
}
.wachat-header .wachat-back-button {
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--bg-color);
  margin-right: 10px;
  cursor: pointer;
}
.wachat-header .wachat-profile-info {
  margin-left: var(--margin-md);
  font-size: 0.875rem;
  margin-right: auto;
}
.wachat-header .wachat-profile-info .wachat-profile-name {
  color: var(--text-color);
  font-weight: 600;
}
.wachat-header .wachat-profile-info .wachat-profile-status {
  font-size: 0.75rem;
  visibility: hidden;
}
.wachat-header .online-circle {
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  margin-left: 3px;
  background: var(--green);
}
.wachat-space {
  height: 100%;
}
.wachat-space .wachat-space-container {
  padding: 12px;
  overflow-wrap: break-word;
  height: 475.5px;
  overflow-y: scroll;
}
.wachat-space .wachat-space-container .wachat-image {
  border-radius: 13px 13px 0px 13px;
}
.wachat-space .wachat-space-container .message-name {
  font-size: 0.75rem;
  font-weight: bold;
}
.wachat-space .wachat-space-container .sender-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px;
}
.wachat-space .wachat-space-container .sender-message .message-bubble {
  background: var(--primary-color);
  color: var(--white);
  padding: 8px;
  font-size: 0.875rem;
  border-radius: 13px 13px 13px 0px;
  max-width: 78%;
}
.wachat-space .wachat-space-container .sender-message .message-bubble .message-caption {
  padding-left: 7px;
  margin: 5px;
  border-left: 2px solid grey;
  font-size: 11px;
}
.wachat-space .wachat-space-container .recipient-message {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.wachat-space .wachat-space-container .recipient-message .message-bubble {
  background: var(--control-bg);
  color: var(--text-color);
  padding: 8px;
  font-size: 0.875rem;
  border-radius: 13px 13px 0px 13px;
  max-width: 78%;
}
.wachat-space .wachat-space-container .recipient-message .message-bubble .message-caption {
  padding-left: 7px;
  margin: 5px;
  border-left: 2px solid grey;
  font-size: 11px;
}
.wachat-space .wachat-space-container .message-time {
  font-size: 0.75rem;
  color: var(--text-muted);
}
.wachat-space .wachat-space-container .date-line {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid var(--gray-400);
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.wachat-space .wachat-space-container .date-line span {
  background: var(--card-bg);
  padding: 0 8px;
  font-size: 0.875rem;
}
.wachat-space .wachat-space-actions {
  padding: 3px 12px 12px 12px;
  display: flex;
  align-items: center;
}
.wachat-space .wachat-space-actions .open-attach-items {
  cursor: pointer;
}
.wachat-space .wachat-space-actions .type-message {
  margin: 0 10px;
  border-radius: 100px;
  font-size: 0.875rem;
}
.wachat-space .wachat-space-actions .message-send-button {
  cursor: pointer;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background: var(--blue-500);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wachat-space .wachat-space-actions .message-send-button svg {
  fill: var(--white);
}
.wachat-form .wachat-form-container {
  padding: 12px;
}
.wachat-form .wachat-form-container .wachat-query-heading {
  font-size: 0.875rem;
  color: var(--gray-800);
}
.wachat-form .wachat-form-container button {
  font-size: 1rem;
}
.wachat-form .wachat-form-container .form-label {
  font-size: 0.75rem;
  font-weight: bold;
}
.wachat-form .wachat-form-container #wachat-message-area {
  resize: none;
}
.wachat-welcome .wachat-welcome-header {
  padding: var(--padding-lg);
}
.wachat-welcome .wachat-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);
}
.wachat-welcome .wachat-welcome-header .hero-icon svg {
  fill: var(--white);
}
.wachat-welcome .wachat-welcome-header h3 {
  font-size: 2.25rem;
  font-weight: normal;
  margin-bottom: var(--margin-md);
}
.wachat-welcome .wachat-welcome-header p {
  font-size: 1.125rem;
}
.wachat-welcome .wachat-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);
}
.wachat-welcome .wachat-welcome-footer .status-content {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: bold;
}
.wachat-welcome .wachat-welcome-footer .hero-content {
  width: 100%;
  font-size: 0.75rem;
}
.wachat-welcome .wachat-welcome-footer button {
  margin-bottom: var(--margin-md);
  font-size: 1rem;
}
.wachat-welcome .wachat-welcome-footer .welcome-footer {
  position: initial;
  margin-bottom: var(--margin-sm);
}
.wachat-footer {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 8px;
  justify-content: center;
  font-size: 0.875rem;
  color: var(--gray-600);
}
.wachat-footer:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  .wachat-app {
    max-width: 100%;
    bottom: 1rem;
  }
  .wachat-bubble-closed {
    display: none;
  }
  .wachat-cross-button {
    display: block;
  }
  .wachat-list .wachat-list-header .wachat-list-icons {
    margin-right: var(--margin-xl);
  }
}
.wachat-navbar-icon {
  cursor: pointer;
}
.wachat-navbar-icon .badge {
  background: var(--red-avatar-color);
  color: var(--bg-color);
  position: relative;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  font-size: 9px;
  border: 1px solid var(--red-avatar-color);
}
.reply-preview {
  border-left: 3px solid #25D366;
  padding: 3px 6px;
  margin-bottom: 6px;
  font-size: 12px;
  color: #444;
  background: #f1fdf6;
  border-radius: 4px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.reply-preview strong {
  font-size: 11px;
  color: #128C7E;
  margin-bottom: 0px;
}
.reply-preview span {
  font-size: 12px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message-bubble {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.message-bubble:hover .reply-preview {
  background: #e8fbef;
}
.wachat-load-more-wrap {
  text-align: center;
  padding: 12px 0;
}
.wachat-load-more-btn {
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wachat-load-more-btn:hover {
  background: var(--primary-color);
  color: white;
}
.wachat-load-more-btn:active {
  transform: scale(0.96);
}
.wachat-load-more-btn:focus {
  outline: none;
  box-shadow: none;
}
.wachat-load-prev-btn {
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  position: absolute;
  left: 30%;
  top: 33px;
}
.wachat-load-prev-btn:hover {
  background: var(--primary-color);
  color: white;
}
.wachat-load-prev-btn:active {
  transform: scale(0.96);
}
.wachat-load-prev-btn:focus {
  outline: none;
  box-shadow: none;
}
/*# sourceMappingURL=wachat.bundle.6PWOLQ3B.css.map */
