.chatbot-avatar {
width: 60px;
height: 60px;
}
#chatgpt-open-btn.avatar-icon {
width: 70px;
padding: 5px 5px;
} #chatgpt-open-btn.dashicon {
padding: 25px;
font-family: inherit !important;
height: 20px;
width: 20px;
} .chatbot-bubble {
background-color: #f0f0f0;
color: #000000;
border-radius: 3px;
padding: 10px 15px; margin: 10px;
word-wrap: break-word;
overflow-wrap: break-word;
position: absolute;
right: 80px;
z-index: 100;
white-space: normal;
display: inline-block;
font: inherit !important; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
box-sizing: border-box;
min-width: 300px; max-width: 500px; max-height: 100px; overflow-y: auto; } .chatbot-container * {
font-family: inherit; } #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;
} .chatbot-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;
} .chatbot-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-wide {
width: 500px !important; height: 45vh !important; overflow: visible;
} .chatbot-narrow {
width: 300px !important; height: 45vh !important; overflow: visible;
} .chatbot-full {
width: 100% !important;
height: 100% !important;
overflow: visible;
} #chatbot-chatgpt.wide {
width: 500px;
}
#chatbot-chatgpt.embedded-width {
width: 90%;
}
#chatbot-chatgpt-header {
background-color: #222222;
color: #ffffff;
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-header-embedded {
background-color: #222222;
color: #ffffff;
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 10px 10px 20px !important;
overflow-y: auto;
max-height: 90vh; }   #chatbot-chatgpt-input {
display: flex;
justify-content: center;
align-items: start;
gap: 5px;
width: 100%;
}
#chatbot-chatgpt-input-area {
flex-grow: 1;
max-width: 95%;
}
#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 {
background-color: #f1f1f1;
border: none;
border-radius: 1px;
padding: 1px 1px;
margin-left: 1px;
cursor: pointer;
}
#chatbot-chatgpt-buttons-container {
justify-content: center;
flex-grow: 0;
display: flex;
flex-direction: row;
align-items: center;
gap: 5px;
}
#chatbot-chatgpt-submit:hover {
background-color: #dcdcdc !important;    
} #chatbot-chatgpt-upload-file {
background-color: #f1f1f1;
border: none;
border-radius: 1px;
padding: 1px 1px;
margin-left: 1px;
cursor: pointer;
}
#chatbot-chatgpt-upload-file:hover {
background-color: #dcdcdc !important;    
} #chatbot-chatgpt-upload-mp3 {
background-color: #f1f1f1;
border: none;
border-radius: 1px;
padding: 1px 1px;
margin-left: 1px;
cursor: pointer;
}
#chatbot-chatgpt-upload-mp3:hover {
background-color: #dcdcdc !important;    
}
#chatbot-chatgpt-erase-btn {
background-color: #f1f1f1;
border: none;
border-radius: 1px;
padding: 1px 1px;
margin-left: 1px;
cursor: pointer;
}
#chatbot-chatgpt-erase-btn:hover {
background-color: #dcdcdc !important;    
} #chatbot-chatgpt-text-to-speech-btn {
background-color: #f1f1f1;
border: none;
border-radius: 1px;
padding: 1px 1px;
margin-left: 1px;
cursor: pointer;
}
#chatbot-chatgpt-text-to-speech-btn:hover {
background-color: #dcdcdc !important;    
}
#chatbot-chatgpt-download-transcript-btn:hover {
background-color: #dcdcdc !important; 
}
#chatbot-chatgpt-download-transcript-btn {
background-color: #f1f1f1;
border: none;
border-radius: 1px;
padding: 1px 1px;
margin-left: 1px;
cursor: pointer;
} #chatbot-chatgpt-speech-recognition-btn:hover {
background-color: #dcdcdc !important; 
}
#chatbot-chatgpt-speech-recognition-btn {
background-color: #f1f1f1;
border: none;
border-radius: 1px;
padding: 1px 1px;
margin-left: 1px;
cursor: pointer;
} .chat-message {
margin: 5px;
padding: 5px;
max-width: 95%;
word-wrap: break-word;
}
.user-message {
text-align: right;
font: inherit;
}
.chatbot-user-text {
display: inline-block;
background-color: #007bff;
color: #ffffff;
padding: 5px 10px;
border-radius: 12px 12px 0 12px;
overflow-wrap: anywhere;
font: inherit;
}
.bot-message {
text-align: left;
}
.chatbot-bot-text {
display: inline-block; background-color: #5BC236;
color: #ffffff;
padding: 5px 10px;
border-radius: 12px 12px 12px 0;
overflow-wrap: anywhere;
font: inherit;
}
.error-message {
display: inline-block;
background-color: red;
color: black;
padding: 5px 10px;
border-radius: 12px 12px 12px 0;
overflow-wrap: anywhere;
font: inherit;
}
.error-text {
color: black;
font: inherit;
}
.message-space {
height: 10px;
}
.chatbot-collapse-btn {
position: relative;
display: flex;
align-items: center;
background-color: #f1f1f1;
border: none;
cursor: pointer;
text-align: center; padding: 1px;
border-radius: 1px;
justify-content: center;
flex-wrap: nowrap;
margin-top: 0;
}
.chatbot-collapse-btn:hover {
background-color: #dcdcdc;    
}
.chatbot-collapsed {
width: 48px;
height: 48px;  border-radius: 50%;
cursor: pointer;
display: none;
}  #chatgpt-open-btn-dashicon {
position: relative;  font-family: inherit !important;
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: 50px;
z-index: 100;
font: inherit !important;   display: flex; 
justify-content: center; 
align-items: center;
}
#chatgpt-open-btn:hover {
background-color: #dcdcdc;
}
#chatbot-chatgpt-title.title {
color: #ffffff;
font-size: inherit;
flex-grow: 1;
}
.chatbot-typing-indicator {
display: inline-flex;
justify-content: flex-start;
background-color: #5BC236;
padding: 5px 10px;
border-radius: 12px 12px 12px 0;
}
.chatbot-typing-dot {
margin-right: 3px;
animation: typing 1s infinite;
color: #ffffff;
}
.chatbot-typing-dot:nth-child(2) {
animation-delay: 0.2s;
}
.chatbot-typing-dot:nth-child(3) {
animation-delay: 0.4s;
}
.chatbot-attribution {
text-align: center;
font-size: 11px;
}
.chatbot-attribution-link {
text-decoration: none;
font-size: 10px;
}
.chatbot-attribution-text {
text-align: center;
font-size: 11px;
}
@keyframes typing {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}   #chatbot-chatgpt-custom-buttons {
justify-content: center;
flex-grow: 0;
display: flex;
flex-direction: row;
align-items: center;
gap: 5px;
padding: 5px;
}
.chatbot-chatgpt-custom-button-class {
background-color: #3B82F6;
color: #ffffff;
padding: 0.5rem 1rem;
border-radius: 0.25rem;
text-decoration: none;
align-items: center;
display: inline-flex;
}
.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;
}
.chatbot-chatgpt-chatbot-history {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
padding: 10px;
background-color: #f1f1f1;
border-radius: 5px;
margin: 10px;
} @media only screen and (max-width: 600px) {
#chatbot-chatgpt-conversation {
flex-grow: 1;
padding: 10px;
overflow-y: auto;
max-height: 200px; }
} @media only screen and (min-width: 600px) {
#chatbot-chatgpt-conversation {
flex-grow: 1;
padding: 10px;
overflow-y: auto;
max-height: 400px; }
} #chatbot-chatgpt-header {
position: relative;
} .chatbot-resize-btn {
position: relative;
display: flex;
align-items: center;
background-color: #f1f1f1;
border: none;
cursor: pointer;
text-align: center; padding: 1px;
border-radius: 1px;
justify-content: center;
flex-wrap: nowrap;
margin-top: 0;
}
.chatbot-resize-btn:hover {
background-color: #dcdcdc;    
} .chatbot-resize-up-btn {
position: relative;
display: flex;
align-items: center;
background-color: #f1f1f1;
border: none;
cursor: pointer;
text-align: center; padding: 1px;
border-radius: 1px;
justify-content: center;
flex-wrap: nowrap;
margin-top: 0;
}
.chatbot-resize-up-btn:hover {
background-color: #dcdcdc;    
} .chatbot-resize-down-btn {
position: relative;
display: flex;
align-items: center;
background-color: #f1f1f1;
border: none;
cursor: pointer;
text-align: center; padding: 1px;
border-radius: 1px;
justify-content: center;
flex-wrap: nowrap;
margin-top: 0;
}
.chatbot-resize-down-btn:hover {
background-color: #dcdcdc;    
} .chatbot-header-actions {
position: absolute;
top: 10px;
right: 10px;
display: flex;
gap: 5px;
}
#chatbot-widget-iframe {
max-width: none;
max-height: none;
overflow: visible;
border: none !important;
outline: none !important;
box-shadow: none !important;
}
iframe {
border: none !important;
outline: none !important;
box-shadow: none !important;
}
html, body {
overflow-x: hidden; }