nav {
  display: flex;
background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

nav img{
  width: 70px;
  margin-right: 50px;
}
.chat-container {
  max-width: 500px;
  margin: 0 auto;
  padding: 0px;
}

.chat-box {
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 300px;

}

.chat-message {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.chat-message p {
  margin: 0;
  padding: 0;
}

.chat-input {
  display: flex;
  margin-top: 20px;
}

.chat-input input {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 5px;
  margin-right: 10px;
}

.chat-input button {
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.chat-input button:hover {
  background-color: #45a049;
}

.assistant {
  color: blue;
}

.intro-container {
  display: flex;
  flex-direction: column;

  align-items: center;
  text-align: center;
  padding: 30px;
  width: 80%;
  background-color: #fff7b8;
  border-radius: 30px;
}

.intro-container img {
  width: 60px;
}

.intro-container label {
  margin-top: 10px;
}

.intro-container input,
.intro-container select {
  margin-bottom: 10px;
}

.intro-container button {
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.intro-container button:hover {
  background-color: #e3c902;
}

#loader {
  font-size: 25px;
  text-align: center;
}

.chat-container {
  max-width: 500px;
  margin: 0px;
  padding: 0px;
}

.chat-box {
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.chat-message {
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.chat-message p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.assistant {
  color: #007bff;
}


.form-container {
  max-width: 400px;
  width: 100%;
}

.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.form-label {
  width: 120px;
  font-size: 16px;
  font-weight: bold;
}

.form-input,
.form-select {
  flex: 1;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.form-button {
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.form-button:hover {
  background-color: #e3c902;
}

.container {
  display: flex;
  align-items: center;

  flex-direction: column;
}

/* 폼 스타일 */
form {
  width: 400rem;
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

div {
  margin-bottom: 16px;
  color: #333;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px;
  background-color: #4caf50;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

button:hover {
  background-color: #e3c902;
}

.chat-input {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  justify-content: center;
}

.chat-input input {
  flex: 1;
  padding: 10px;
  border: none;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f2f2f2;
}

.chat-input button {
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.chat-input button:hover {
  background-color: #e3c902;
}

/* 가운데 정렬을 위한 스타일 */
body {
  display: flex;
  justify-content: center;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* h1 스타일 */
.intro-heading {
  text-align: center;
  font-size: 26px;

}

/* 폼 스타일 */
form {
  width: 300px;
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 5px;
}

h1 {
  text-align: center;
  margin: 10px;
  text-align: center;
  font-size: 24px;
  color: #333;
}

div {
  margin-bottom: 10px;
}

input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

button[type="submit"],
button[type="button"] {
  width: 100%;
  min-width: 70px;
  padding: 8px;
  border: none;
  border-radius: 10px;
  background-color: #ffe100;
  color: white;
  cursor: pointer;
}

button[type="submit"]:hover,
button[type="button"]:hover {
  background-color: #e3c902;
}


img {
  margin: 10px;
}

#login {
  background-color: #fff7b8;
}

.intro-container button {
  background-color: #ffe100;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
}

.intro-container button[type="button"] :hover {
  background-color: #e3c902;
}

.chat-container {
  width: 400px;
  padding: 20px;
  background-color: #fff7b8;
  border-radius: 20px;
}

.chat-box {
  background-color: #fffce3;
}
.chat-input input {
  background-color: #fffce3;
  outline-color: #ffe100;
}

.chat-input button {
  background-color: #ffe100;
  border-radius: 20px;
}

.chat-input button[type="button"] :hover {
  background-color: #e3c902;
}

.assistant {
  color: white;
  background-color: #f5de33;
}

form {
  background-color: #fff7b8;
}
image1 {
  width: 10px;
}

.intro-container img {
  margin: 1px;
}
