.chatbot-avatar {
width: 60px;
height: 60px;
}
#chatgpt-open-btn.avatar-icon {
padding: 5px;
} #chatgpt-open-btn.dashicon {
padding: 25px;
} .chatbot-bubble {
background-color: #f0f0f0;
color: #000;
border-radius: 5px;
padding: 10px;
margin: 10px;
font-size: 14px;
min-width: 150px; max-width: 300px; word-wrap: break-word;
position: absolute;
right: 80px;
z-index: 100;
white-space: normal;
display: inline-block;
font-family: sans-serif;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
} .chatbot-container * {
font-family: sans-serif;
} #chatbot-chatgpt {
transition: width 0.5s ease, height 0.5s ease;
width: 1px;
height: 1px;
overflow: hidden;
position: fixed;
bottom: 10px;
right: 10px;    display: flex;
flex-direction: column;
z-index: 100;
padding-bottom: 10px;
} .floating-style {
width: 1px;
height: 1px;
overflow: hidden;
position: fixed;
bottom: 10px;
right: 10px;
background-color: #f1f1f1;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
display: flex;
flex-direction: column;
z-index: 100;
padding-bottom: 10px;
} .embedded-style {
height: 50vh !important;  overflow: hidden;
position: relative !important;  margin: 10px auto; padding: 10px;   background-color: #f1f1f1;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
left: 0;
right: 0; } #chatbot-chatgpt.wide {
width: 500px;
}
#chatbot-chatgpt.embedded-width {
width: 90%;
}
#chatbot-chatgpt-header {
background-color: #222;
color: #fff;
padding: 10px;
font-size: 16px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
display: flex;
align-items: center;
justify-content: space-between;
}
#chatbot-chatgpt-conversation {
flex-grow: 1;
padding: 10px;
overflow-y: auto;
max-height: 90vh; }
#chatbot-chatgpt-input {
display: flex;
padding: 10px;
align-content: stretch;
justify-content: center;
align-items: center;
}
#chatbot-chatgpt-message {
flex-grow: 1;
border: 1px solid black;
border-radius: 3px;
background: ghostwhite;
}
#chatbot-chatgpt-message:focus {
border: 1px solid black; outline: none; }
#chatbot-chatgpt-submit { color: #fff;
border: none;
border-radius: 3px;
padding: 6px 12px;
margin-left: 5px;
cursor: pointer;
}  .chat-message {
margin: 5px;
padding: 5px;
max-width: 100%;
word-wrap: break-word;
}
.user-message {
text-align: right;
font: inherit;
font-family: inherit;
}
.user-text {
display: inline-block;
background-color: #007bff;
color: #ffffff;
padding: 5px 10px;
border-radius: 12px;
border-bottom-right-radius: 0;
overflow-wrap: anywhere;
font: inherit;
font-family: inherit;
}
.bot-message {
text-align: left;
}
.bot-text {
display: inline-block; background-color: #5BC236;
color: #ffffff;
padding: 5px 10px;
border-radius: 12px;
border-bottom-left-radius: 0;
overflow-wrap: anywhere;
font: inherit;
font-family: inherit;
}
.error-message {
text-align: center;
}
.error-text {
color: red;
font-weight: bold;
font: inherit;
font-family: inherit;
}
.message-space {
height: 10px;
}
.chatbot-collapse-btn {
position: relative;
display: flex;
align-items: center;
background-color: #007bff;
border: none;
cursor: pointer;
text-align: center;
padding: 15px;
border-radius: 10%;
justify-content: center;
flex-wrap: nowrap;
margin-top: 0px
}
.chatbot-collapse-btn:hover {
background-color: #0257b3;    
}
.chatbot-collapsed {
width: 48px;
height: 48px;
background-color: #007bff;
border-radius: 50%;
cursor: pointer;
display: none;
}
#chatbot-open-btn {
position: fixed;
bottom: 5%;
right: 5%;
background-color: #ec2d2d;
border: none;
cursor: pointer;
padding: 5px;
float: right;
}  #chatgpt-open-btn-dashicon {
position: relative;
font-family: dashicons;
display: flex;
justify-content: center;
align-items: center;
height: 20px;
width: 20px;
}
#chatgpt-open-btn {
transition: width 0.5s ease, height 0.5s ease;
position: fixed;
bottom: 2%;
right: 2%;
background-color: #007bff;
border: none;
cursor: pointer;
padding: 15px;
float: right;
box-shadow: 2px 4px 15px rgb(102, 92, 143);
border-radius: 10%;
width: 80px;
z-index: 100;
font-family: dashicons; 
display: flex; 
justify-content: center; 
align-items: center;
}
#chatgpt-open-btn:hover {
background-color: #0257b3;
}
#chatboat-chatgpt-custom-buttons {
text-align: center;
}
#chatgptTitle.title {
color: white;
font-size: inherit;
font-family: inherit;
flex-grow: 1;
}
.typing-indicator {
display: inline-flex;
justify-content: flex-start;
background-color: #5BC236;
border-radius: 12px;
padding: 5px 10px;
border-bottom-left-radius: 0;
}
.typing-dot {
margin-right: 3px;
animation: typing 1s infinite;
color: #ffffff;
}
.typing-dot:nth-child(2) {
animation-delay: 0.2s;
}
.typing-dot:nth-child(3) {
animation-delay: 0.4s;
}
@keyframes typing {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.chatbot-chatgpt-custom-button-class {
background-color: #3B82F6;
color: #ffffff; padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
border-radius: 0.25rem;
text-decoration: none;
}
.chatbot-chatgpt-custom-button-class:hover {
background-color: #1E3A8A;
}
.chatbot-chatgpt-custom-button-class a {
color: inherit;
text-decoration: none !important;
}
.chatbot-chatgpt-custom-button-class a:hover {
color: inherit;
text-decoration: none !important;
}