.chat-rag-container1 {
  width: 100%;
  height: 100dvh;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-theme-accent2);
}
 
.chat-rag-thq-window-elm {
  gap: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.chat-rag-thq-content-elm {
  align-items: flex-end;
  flex-direction: row;
  justify-content: center;
}
 
.chat-rag-thq-seldon-elm1 {
  width: 30%;
  height: 100%;
  display: flex;
  overflow: visible;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.chat-rag-thq-seldon-elm2 {
  width: 160%;
  height: auto;
  object-fit: cover;
}
 
.chat-rag-thq-chatbot-elm {
  width: 70%;
  height: 100%;
  display: flex;
  z-index: 10;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.chat-rag-thq-frame-elm {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  max-width: 1635px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.chat-rag-container3 {
  display: contents;
}
 
.chat-rag-container5 {
  display: contents;
}
 
.chat-rag-container7 {
  display: contents;
}
 
.chat-rag-thq-background-elm {
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.chat-rag-thq-noise-elm1 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  z-index: 3;
  overflow: hidden;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.chat-rag-thq-noise-elm2 {
  width: 100%;
  opacity: 0.5;
  object-fit: cover;
}
 
.chat-rag-thq-gradient-elm {
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  display: flex;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/gradient-pages-1500h.png");
  background-repeat: no-repeat;
  background-position: center;
}
 
.chat-rag-thq-glow-elm {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 600px;
  bottom: 0px;
  height: 600px;
  margin: auto;
  display: flex;
  opacity: 0.3;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/glow-600h.png");
  background-repeat: no-repeat;
  background-position: center;
}
 
.chat-rag-thq-rings-elm {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 800px;
  bottom: 0px;
  height: 800px;
  margin: auto;
  display: flex;
  opacity: 0.3;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("public/rings1-800h.png");
  background-repeat: no-repeat;
  background-position: center;
}
 
.chat-rag-container8 {
  top: NaNpx;
  left: NaNpx;
  position: absolute;
}
 
.chat-rag-container9 {
  display: contents;
}
 
@media(max-width: 1600px) {
  .chat-rag-thq-seldon-elm2 {
    width: 160%;
  }
}
 
@media(max-width: 1200px) {
  .chat-rag-thq-seldon-elm2 {
    width: 170%;
  }
}
 
@media(max-width: 991px) {
  .chat-rag-thq-content-elm {
    align-items: center;
    flex-direction: column;
  }
  .chat-rag-thq-seldon-elm1 {
    width: 100%;
    height: 30%;
    justify-content: flex-start;
  }
  .chat-rag-thq-seldon-elm2 {
    width: 40%;
  }
  .chat-rag-thq-chatbot-elm {
    width: 100%;
  }
  .chat-rag-thq-background-elm {
    top: 0px;
    left: 0px;
    position: absolute;
    justify-content: flex-end;
  }
  .chat-rag-thq-noise-elm2 {
    opacity: 0.5;
    overflow: hidden;
  }
}
 
@media(max-width: 767px) {
  .chat-rag-thq-content-elm {
    padding-top: 70px;
  }
  .chat-rag-thq-seldon-elm1 {
    height: 20%;
  }
  .chat-rag-thq-seldon-elm2 {
    width: 50%;
  }
  .chat-rag-thq-noise-elm1 {
    opacity: 0;
    border-color: var(--dl-color-theme-neutral-dark);
    border-width: 1px;
  }
  .chat-rag-thq-noise-elm2 {
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  .chat-rag-thq-glow-elm {
    width: 285px;
    height: 285px;
  }
  .chat-rag-thq-rings-elm {
    top: 0px;
    left: 0px;
    right: 0px;
    width: 380px;
    bottom: 0px;
    height: 380px;
    margin: auto;
  }
}
 
@media(max-width: 479px) {
  .chat-rag-thq-content-elm {
    padding-bottom: 90px;
  }
  .chat-rag-thq-seldon-elm1 {
    height: 20%;
  }
  .chat-rag-thq-seldon-elm2 {
    width: 55%;
  }
  .chat-rag-thq-noise-elm1 {
    justify-content: flex-end;
  }
}
