body {
  background-color: #0d1117;
  background: url(../img/fondo-ruido.png),linear-gradient(90deg,#090909 10%,#031d2e 75.68%,#090909 100%);
  color: #e5e5e5;
  font-family: "Poppins", sans-serif;
}

@media (min-width:768px) {
.hero-body {padding:1.5rem 3rem;}
}

@media (max-width:767px) {
  .container.is-fluid {padding-left: 12px;padding-right: 12px;}
}

.info-column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: left;
}


.chat-column {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.chat-box {
  background: url('../img/bg-chat.jpg') center #1e252fcf no-repeat;
  background-size:cover;
  border-radius: 12px;
  width: 100%;
  max-width: 650px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  padding: 2rem;
  overflow-x: hidden;
}


.chat-content {
  border-radius: 10px;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem;
  border: 1px solid #2c313a;
}

.image img {
  max-width: 300px;
  margin-bottom: 20px;
}

.notification.user-msg {
  background-color: #f15f31cf !important;
  color: white;
}

.notification.ai-msg {
  background-color: #005cc5cf !important;
  color: white;
}

.input.message {
  background-color: #2c313aed;
  color: #e5e5e5;
  border: none;
  border-radius:8px;
  min-height: 100px;
  resize: none;
  margin-bottom:10px;
}

.input::placeholder {
  color: #9ca3af;
}

.button.is-info {
  background: #fc00ff;  
  background: -webkit-linear-gradient(to right, #00dbde, #fc00ff);  
  background: linear-gradient(to right, #00dbde, #fc00ff);
  border: none;
  color: #fff;
  transition: all 0.3s ease;
}

.button.is-info:hover {
  background-color: #2ea043;
}

.chat-content::-webkit-scrollbar {
  width: 8px;
}

.chat-content::-webkit-scrollbar-thumb {
  background-color: #444;
  border-radius: 4px;
}

.notification {padding:0.4rem 0.8rem !important}
.subtitle.is-6 {font-size:0.7em;margin-bottom:0}

.lottie-container svg {max-width: 80px;}
#enviarIcono {transform: rotate(90deg);max-width: 30px;margin-right: 10px;}

.button {
    margin-bottom: 5px;
    font-size: 14px;
}

.agregar {
    background: #ff7e5f;  
    background: -webkit-linear-gradient(to right, #feb47b, #ff7e5f);  
    background: linear-gradient(to right, #feb47b, #ff7e5f);
    color: #fff;
}

.comprar {
    background: #43cea2;  
    background: -webkit-linear-gradient(to right, #185a9d, #43cea2);  
    background: linear-gradient(to right, #185a9d, #43cea2);
    color: #fff;
}


