* {
  box-sizing: border-box;
}
html {
  background-color: #212121;
}
body {
  background-color: #212121; /* Темный фон, как у чата */
  color: #fff;
  font-family: Inter, sans-serif;
  padding-bottom: 80px !important;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header {
  text-align: center;
  padding: 20px;
  font-size: 24px;
  color: white;
  border-bottom: 1px solid #b0b0b0;
}

.lander-form {
  background: #ded9d9 !important;
}

.iti__country-list,
.iti__country {
  color: #1d1d1d !important;
}

.chat-container {
  padding: 20px;
  border-radius: 8px;
  max-width: 800px;
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 480px) {
  .chat-container {
    box-sizing: border-box !important;
    padding: 10px 5px;
  }
}
.bot-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #007bff; /* Цвет иконки чат-бота */
  display: inline-block;
}
.botui-container {
  background-color: #212121;
}
.botui-message-content {
  background-color: #1d1d1d;
  color: #ececec, im !important;
}

.botui-message-content {
  position: relative;
  display: none;
}
.human {
  display: block;
  background-color: #303030 !important;
}
.botui-actions-buttons button {
  background-color: #10a27e;
  transition: all 0.3s ease;
}
.botui-actions-buttons button:hover {
  background-color: #b0b0b0;
}

.human span {
}
.botui-message-content::before {
  content: url(./assets_main/images/logo.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 40px;
  margin-right: 8px;
}
[id^="typing-message"] {
  /* Ваши стили */

  color: #ded9d9;
  max-width: 800px;
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1.5;
  word-spacing: 1px;

  /* Другие стили */
}
@media (max-width: 480px) {
  [id^="typing-message"] {
    box-sizing: border-box !important;
    padding: 10px 5px;
  }
}

/* Стили для выравнивания кнопки справа */
.right-aligned-button button {
  display: block;
  margin-left: auto;
}
.botui-actions-text input {
  border: 1px solid lightgray;
  border-radius: 10px;

  padding-left: 15px;
  padding-right: 10px;
  max-width: 420px;
  height: 50px;
  width: 100%;
}
/* Стили для полей ввода */
.botui-actions-text-input,
.botui-actions-form-input {
  padding: 10px;
  font-size: 16px;
  width: 100%;
  border: 1px solid #333;
  border-radius: 4px;
  background-color: #222;
  color: #eee;
  margin-bottom: 10px;
}
.botui-actions-text-input:hover,
.botui-actions-form-input:active {
  border: 1px solid #10a27e;
}
/* Стили для кнопки "Отправить" */
.botui-actions-buttons-button {
  padding: 10px 20px;
  background-color: #28a745;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

.botui-actions-buttons-button:hover {
  background-color: #218838;
}
.botui-actions-text-submit {
  max-width: 300px;
  width: 100%;
  height: 45px;
  background-color: #10a27e;
  border-radius: 15px;
}

.consult-form-container {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.consult-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 370px;
  width: 100%;
}
.human::before {
  display: none;
}
.consult-form input {
  max-width: 370px;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1ps solid silver;
}

.lead-form {
}

.consult-btn {
  max-width: 370px;
  width: 100%;
  height: 50px;
  background-color: #10a27e;
  color: #ffff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.consult-btn:hover {
  background-color: #b0b0b0;
}
.messages {
}
