/* Chatbot Container */
#chatbot-container {
    position: fixed;
    bottom: 20px;
    right: -50%;
    width: 400px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 9999;
	transition : all .5s ease-in-out; 
}


#chatbot-header {
    background: #947e4d;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#chatbot-header button {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

#chatbot-messages {
    padding: 10px;
    max-height: 500px;
    height: 500px;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
}

.chatbot-user-message {
    background-color: #947e5d;
    color: #fff; 
    padding: 10px;
    margin: 5px 0;
    border-radius: 10px;
	width : fit-content;
    max-width: 70%; 
    word-wrap: break-word; 
    align-self: flex-end; 
	text-align : left;
}

.chatbot-message {
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
}

.chatbot-bot-message {
    background: #f1f1f1;
    color: #333;
	width : fit-content;
}

.chatbot-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.chatbot-btn {
    background: #005eff;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    flex: 1;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.chatbot-btn:hover {
    background: #0041c4;
}

#chatbot-input-container {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
}

#chatbot-input {
      flex: 1;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px;
    font-size: 14px;
    height: 44px;
    outline: none;
    background: white;
    resize: none;
    margin: 0;
}

#chatbot-send-btn {
    color: #fff;
    border: none;
    padding: 8px 10px;
    margin-left: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#chatbot-send-btn:hover {
    color: #947e5d;
}

#chatbot-toggle-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #947e4d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    font-size: 24px;
}

.error{
	color : red;
}

#chatbot-toggle-btn:hover {
    background: #947e5d;
}
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.loader {
  font-size: 10px;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -1.5em 0em 0em #947e5d, 1.2em -1.2em 0 0em rgba(148, 126, 93, 0.2), 1.8em 0em 0 0em rgba(148, 126, 93, 0.2), 1.5em 1.5em 0 0em rgba(148, 126, 93, 0.2), 0em 1.8em 0 0em rgba(148, 126, 93, 0.2), -1.2em 1.2em 0 0em rgba(148, 126, 93, 0.2), -1.5em 0em 0 0em rgba(148, 126, 93, 0.5), -1.2em -1.2em 0 0em rgba(148, 126, 93, 0.7);
  }
  12.5% {
    box-shadow: 0em -1.5em 0em 0em rgba(148, 126, 93, 0.7), 1.2em -1.2em 0 0em #947e5d, 1.8em 0em 0 0em rgba(148, 126, 93, 0.2), 1.5em 1.5em 0 0em rgba(148, 126, 93, 0.2), 0em 1.8em 0 0em rgba(148, 126, 93, 0.2), -1.2em 1.2em 0 0em rgba(148, 126, 93, 0.2), -1.5em 0em 0 0em rgba(148, 126, 93, 0.2), -1.2em -1.2em 0 0em rgba(148, 126, 93, 0.5);
  }
  25% {
    box-shadow: 0em -1.5em 0em 0em rgba(148, 126, 93, 0.5), 1.2em -1.2em 0 0em rgba(148, 126, 93, 0.7), 1.8em 0em 0 0em #947e5d, 1.5em 1.5em 0 0em rgba(148, 126, 93, 0.2), 0em 1.8em 0 0em rgba(148, 126, 93, 0.2), -1.2em 1.2em 0 0em rgba(148, 126, 93, 0.2), -1.5em 0em 0 0em rgba(148, 126, 93, 0.2), -1.2em -1.2em 0 0em rgba(148, 126, 93, 0.2);
  }
  37.5% {
    box-shadow: 0em -1.5em 0em 0em rgba(148, 126, 93, 0.2), 1.2em -1.2em 0 0em rgba(148, 126, 93, 0.5), 1.8em 0em 0 0em rgba(148, 126, 93, 0.7), 1.5em 1.5em 0 0em #947e5d, 0em 1.8em 0 0em rgba(148, 126, 93, 0.2), -1.2em 1.2em 0 0em rgba(148, 126, 93, 0.2), -1.5em 0em 0 0em rgba(148, 126, 93, 0.2), -1.2em -1.2em 0 0em rgba(148, 126, 93, 0.2);
  }
  50% {
    box-shadow: 0em -1.5em 0em 0em rgba(148, 126, 93, 0.2), 1.2em -1.2em 0 0em rgba(148, 126, 93, 0.2), 1.8em 0em 0 0em rgba(148, 126, 93, 0.5), 1.5em 1.5em 0 0em rgba(148, 126, 93, 0.7), 0em 1.8em 0 0em #947e5d, -1.2em 1.2em 0 0em rgba(148, 126, 93, 0.2), -1.5em 0em 0 0em rgba(148, 126, 93, 0.2), -1.2em -1.2em 0 0em rgba(148, 126, 93, 0.2);
  }
  62.5% {
    box-shadow: 0em -1.5em 0em 0em rgba(148, 126, 93, 0.2), 1.2em -1.2em 0 0em rgba(148, 126, 93, 0.2), 1.8em 0em 0 0em rgba(148, 126, 93, 0.2), 1.5em 1.5em 0 0em rgba(148, 126, 93, 0.5), 0em 1.8em 0 0em rgba(148, 126, 93, 0.7), -1.2em 1.2em 0 0em #947e5d, -1.5em 0em 0 0em rgba(148, 126, 93, 0.2), -1.2em -1.2em 0 0em rgba(148, 126, 93, 0.2);
  }
  75% {
    box-shadow: 0em -1.5em 0em 0em rgba(148, 126, 93, 0.2), 1.2em -1.2em 0 0em rgba(148, 126, 93, 0.2), 1.8em 0em 0 0em rgba(148, 126, 93, 0.2), 1.5em 1.5em 0 0em rgba(148, 126, 93, 0.2), 0em 1.8em 0 0em rgba(148, 126, 93, 0.5), -1.2em 1.2em 0 0em rgba(148, 126, 93, 0.7), -1.5em 0em 0 0em #947e5d, -1.2em -1.2em 0 0em rgba(148, 126, 93, 0.2);
  }
  87.5% {
    box-shadow: 0em -1.5em 0em 0em rgba(148, 126, 93, 0.2), 1.2em -1.2em 0 0em rgba(148, 126, 93, 0.2), 1.8em 0em 0 0em rgba(148, 126, 93, 0.2), 1.5em 1.5em 0 0em rgba(148, 126, 93, 0.2), 0em 1.8em 0 0em rgba(148, 126, 93, 0.7), -1.2em 1.2em 0 0em rgba(148, 126, 93, 0.5), -1.5em 0em 0 0em rgba(148, 126, 93, 0.2), -1.2em -1.2em 0 0em rgba(148, 126, 93, 0.2);
  }
}


@media (max-width: 768px) {
    #chatbot-container {
        right: -120% !important;
    }
}
@media (max-width: 768px) {
    #chatbot-toggle-btn {
        display: none;
    }
}
