body.elementor-page-32:not(.elementor-motion-effects-element-type-background), body.elementor-page-32 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-d03aa46 *//* ----------------- UNIVERSAL ----------------- */
.mwai-content {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-color: #000;
  color: #00ff00;
  width: 95vw !important;
  max-width: 800px !important;
  height: 88vh !important;
  max-height: 88vh !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  z-index: 9999 !important;
  box-shadow: 0 0 15px #00ff00 !important;
}

.mwai-conversation {
  flex: 1 1 auto !important;
  overflow-y: auto !important;
  padding: 20px 16px 100px !important;
  font-size: 16px !important;
  box-sizing: border-box !important;
  height: 100% !important;
  max-height: 100% !important;
}

.mwai-input {
  display: flex !important;
  gap: 8px;
  padding: 10px;
  background-color: #000;
  border-top: 1px solid #00ff00;
  align-items: flex-end;
}

.mwai-input textarea {
  flex: 1;
  width: 100%;
  resize: none;
  min-height: 36px;
  max-height: 120px;
  overflow-y: auto;
  background-color: #111;
  color: #00ff00;
  border: 1px solid #00ff00;
  font-family: 'Share Tech Mono', monospace;
  border-radius: 4px;
  font-size: 17px !important;
}

.mwai-input-submit {
  flex-shrink: 0;
  background-color: #00ff00;
  color: #000;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .mwai-content {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 92vw !important;
    height: 70vh !important;
    max-height: 70vh !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 0 12px #00ff00 !important;
  }

  .mwai-conversation {
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    padding: 16px 12px 100px !important;
    font-size: 15px !important;
    height: auto !important;
    max-height: none !important;
  }

  .mwai-input {
    position: sticky;
    bottom: 0;
    z-index: 10;
    background-color: #000;
    padding: 10px;
    flex-wrap: nowrap;
    border-top: 1px solid #00ff00;
  }

  .mwai-input textarea {
    font-size: 15px !important;
  }

  .mwai-input-submit {
    padding: 8px 14px;
    font-size: 15px;
  }
}

.mwai-reply,
.mwai-message,
.mwai-ai,
.mwai-reply * {
  color: #00ff00 !important;
}/* End custom CSS */