#radman-chatgpt-chat-container {
    position: fixed;
    bottom: 75px;
    right: 20px;
    width: 350px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}
#radman-chatgpt-chat-container.radman-chatgpt-chat-container-open {
    opacity: 1;
    overflow: unset;
    max-height: 5000px;
    z-index: 100000;
}
#radman-chatgpt-messages {
    height: 400px;
    overflow-y: auto;
    padding: 10px;
}
.message {
    margin: 5px;
    padding: 8px 12px;
    border-radius: 15px;
    max-width: 80%;
}
.message p {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
}
.message h1{
    font-size: 30px;
    font-weight: bold;
    margin: 0.5em 0;
}
.message h2{
    font-size: 28px;
    font-weight: bold;
    margin: 0.5em 0;
}
.message h3{
    font-size: 26px;
    font-weight: bold;
    margin: 0.5em 0;
}
.message h4{
    font-size: 24px;
    font-weight: bold;
    margin: 0.5em 0;
}
.message h5{
    font-size: 22px;
    font-weight: bold;
    margin: 0.5em 0;
}
.message h6{
    font-size: 20px;
    font-weight: bold;
    margin: 0.5em 0;
}
.message ol, .message ul {
    margin: 0.5em 0;
    padding: 0 0 0 1em;
}
.message li {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
}
.message.user {
    background: #007bff;
    color: white;
    margin-left: auto;
}
.message.assistant {
    background: #e9ecef;
    margin-right: auto;
}
.message.admin {
    background: #008544;
    margin-right: auto;
    color: #FFF;
}
.typing-indicator {
    float: right;
    font-style: italic;
    display: none;
    color: #eee;
    font-size: 12px;
}
div#radman-chatgpt-header {
    padding: 20px 20px 20px 50px;
    background: #000;
    color: #FFF;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
div#radman-chatgpt-input-area {
    display: flex;
    position: relative;
}
input#radman-chatgpt-input {
    padding: 20px 30px 20px 40px;
    border: none;
    border-top: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
    min-height: 30px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}
button#radman-chatgpt-send {
    background: #ddd;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#radman-chatgpt-emojis{
    position: absolute;
    max-height: 0;
    opacity: 0;
    bottom: 56px;
    overflow: hidden;
}
#radman-chatgpt-emojis.radman-chatgpt-emojis-show{
    opacity: 1;
    max-height: 5000px;
}
#radman-chatgpt-show-emojis {
    background: none;
    border: none;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}
#radman-chatgpt-show-emojis svg{
    width: 20px;
    height: 20px;
}
button#radman-chatgpt-send svg {
    width: 20px;
    height: 20px;
}
button#radman-chatgpt-chat-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #000;
    color: #FFF;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    cursor: pointer;
}
button#radman-chatgpt-chat-button svg{
    width: 25px;
    height: 25px;
    fill: #FFF;
}
button#radman-chatgpt-close-button {
    position: absolute;
    left: 0;
    z-index: 5;
    width: 30px;
    height: 30px;
    border: none;
    background: #FFF;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
}
button#radman-chatgpt-close-button svg {
    width: 15px;
    height: 15px;
}
button#radman-chatgpt-chat-button:hover {
    scale: 1.05;
    transition: all 0.5s;
}
.radman-chatgpt-chat-section {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s;
}
.radman-chatgpt-chat-section-active{
    opacity: 1;
    max-height: 5000px;
}
.radman-chatgpt-welcome {
    position: relative;
}
.radman-chatgpt-welcome-main-section {
    background: rgb(0, 107, 204);
    background: -moz-linear-gradient(180deg, rgba(0, 107, 204, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 107, 204, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 107, 204, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006bcc",endColorstr="#ffffff",GradientType=1);
    padding: 20px;
}
.radman-chatgpt-welcome-section {
    opacity: 0;
    max-width: 0;
    transition: opacity 0.5s;
    overflow: hidden;
    max-height: 0;
}
.radman-chatgpt-welcome-section-active {
    opacity: 1;
    max-width: 5000px;
    overflow: unset;
    max-height: 500px;
    overflow-y: auto;
}
.radman-chatgpt-welcome-tabs {
    display: flex;
    border-top: 1px solid #ddd;
}
.radman-chatgpt-welcome-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 15px;
    width: 50%;
    padding: 20px 0;
    gap: 5px;
}
.radman-chatgpt-welcome-tab svg {
    width: 30px;
    height: 30px;
}
.radman-chatgpt-welcome-new-right svg {
    width: 35px;
    height: 35px;
    color: #FFF;
    fill: #FFF;
}
.radman-chatgpt-welcome-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #FFF;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.radman-chatgpt-welcome-new-right {
    width: 50px;
    height: 50px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.radman-chatgpt-welcome-title {
    font-size: 22px;
    color: rgb(179, 227, 255);
    font-weight: bold;
    line-height: 1.5;
    margin-top: 50px;
}
.radman-chatgpt-welcome-subtitle {
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.radman-chatgpt-welcome-new-title {
    font-size: 15px;
    font-weight: bold;
}
.radman-chatgpt-welcome-new-subtitle {
    font-size: 14px;
    font-weight: 300;
}
.radman-chatgpt-welcome-faq {
    padding: 15px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    cursor: pointer;
}
.radman-chatgpt-welcome-faq-title {
    font-size: 14px;
    font-weight: bold;
}
.radman-chatgpt-welcome-faq-description {
    font-size: 13px;
    font-weight: 300;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s;
}
.radman-chatgpt-welcome-faq-active .radman-chatgpt-welcome-faq-description {
    max-height: 5000px;
    opacity: 1;
}
.radman-chatgpt-faqs-subtitle {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
}
.radman-chatgpt-welcome-tab.radman-chatgpt-welcome-tab-active svg{
    fill: #266ccc;
}
.radman-chatgpt-welcome-tab.radman-chatgpt-welcome-tab-active {
    color: #266ccc;
}
.radman-chatgpt-welcome-main {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
button.radman-chatgpt-chat-new-question svg {
    width: 25px;
    height: 25px;
    fill: #FFF;
}
.radman-chatgpt-welcome-tab{
    cursor: pointer;
}
.radman-chatgpt-conversations-heading {
    font-size: 19px;
    text-align: center;
    padding: 15px 0;
}
button.radman-chatgpt-chat-new-question {
    margin: 10px auto 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    background: #266ccc;
    color: #FFF;
    transition: all 0.5s;
    cursor: pointer;
}
button.radman-chatgpt-chat-new-question:hover {
    box-shadow: 0 0 30px rgba(38, 108, 204, 0.3);
}
button#radman-chatgpt-chat-header-back {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    display: flex;
    cursor: pointer;
}
button#radman-chatgpt-chat-header-back svg {
    width: 20px;
    height: 20px;
    fill: #FFF;
}
.radman-chatgpt-conversations {
    height: 350px;
    overflow: auto;
}
.radman-chatgpt-conversations-heading {
    font-size: 19px;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.radman-chatgpt-conversation {
    padding: 14px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.5s;
    position: relative;
}
.radman-chatgpt-conversation-left {
    width: 45px;
    height: 45px;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    border-radius: 50%;
}
.radman-chatgpt-conversation-right {
    width: calc(100% - 55px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.radman-chatgpt-conversation-title {
    font-size: 15px;
    font-weight: bold;
}
.radman-chatgpt-conversation-subtitle {
    display: flex;
    font-size: 14px;
    color: #888;
    align-items: center;
    gap: 5px;
}
.radman-chatgpt-conversation-spacer {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #888;
}
.radman-chatgpt-conversation:hover {
    background: #e9eeff;
    cursor: pointer;
}
.radman-chatgpt-conversation-left svg {
    width: 25px;
    height: 25px;
    fill: #FFF;
}
.radman-chatgpt-header-main {
    display: flex;
    align-items: center;
    gap: 10px;
}
.radman-chatgpt-header-image {
    width: 40px;
    height: 40px;
    background: #266ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.radman-chatgpt-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.radman-chatgpt-header-date {
    font-size: 14px;
    font-weight: 400;
}
.radman-chatgpt-header-image svg {
    width: 25px;
    height: 25px;
    fill: #FFF;
}
#radman-chatgpt-notifications-list {
    position: fixed;
    bottom: 75px;
    right: 20px;
    width: 300px;
    max-height: 300px;
    display: none;
}
#radman-chatgpt-notifications-list.show-notifications {
    display: block;
    z-index: 10000;
}
.radman-chatgpt-notification-icon svg {
    width: 30px;
    height: 30px;
    border-radius: 5px;
}
.radman-chatgpt-notification-icon img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.radman-chatgpt-notification-icon {
    display: flex;
}
.radman-chatgpt-notification-item {
    display: flex;
    align-items: center;
}
.radman-chatgpt-notification-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.radman-chatgpt-notification-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #888;
}
.radman-chatgpt-notification-item {
    display: flex;
    align-items: center;
    background: #FFF;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
    gap: 10px;
    transition: scale 0.5s;
    margin-bottom: 10px;
}
.radman-chatgpt-notification-item:hover {
    scale: 1.05;
    cursor: pointer;
}
.radman-chatgpt-notification-message {
    font-size: 15px;
    font-weight: bold;
}
.notifications-count {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background: #ff0000;
    position: absolute;
    top: 0;
    right: 6px;
    width: 13px;
    height: 13px;
    font-weight: 300;
}
.notifications-second-count{
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background: #ff0000;
    position: absolute;
    top: 0;
    right: 6px;
    width: 13px;
    height: 13px;
    font-weight: 300;
    color: #FFF;
}
.notifications-buttons {
    position: absolute;
    top: -10px;
    left: 43%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 1;
}
#radman-chatgpt-notifications-list:hover .notifications-buttons {
    opacity: 1;
}
.notifications-buttons button {
    padding: 10px 11px;
    border: none;
    border-radius: 15px;
    font-size: 13px;
    line-height: 1;
    background: #5373ec;
    color: #FFF;
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.radman-chatgpt-conversation.radman-chatgpt-conversation-new:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff0000;
    display: flex;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.radman-chatgpt-welcome-tab-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.radman-chatgpt-notification-item *{
    pointer-events: none
}
.radman-chatgpt-conversation-left img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 50%;
}
.hidden_inputs{
    display: none !important;
}
button.radman_chatgpt_flow_button , button.radman_chatgpt_save_user_information{
    background: #266ccc;
    padding: 8px 20px;
    border: 1px solid #266ccc;
    color: #FFF;
    border-radius: 25px;
    transition: all 0.5s;
}
button.radman_chatgpt_flow_button:hover ,button.radman_chatgpt_save_user_information:hover{
    color: #266ccc;
    border: 1px solid #266ccc;
    background: #FFF;
    cursor: pointer;
}
div#radman-chatgpt-input-options {
    display: flex;
    padding: 15px;
    gap: 7px;
    flex-wrap: wrap;
}
.radman-chatgpt-form-element {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
    margin-bottom: 5px;
}
.radman-chatgpt-form-element label {
    font-size: 15px;
    font-weight: bold;
}
input.radman-chatgpt-form-input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 1;
    font-size: 15px;
}
input.radman-chatgpt-form-input:active ,
input.radman-chatgpt-form-input:focus {
    border-color: #000;
}
#radman-chatgpt-form {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #FFF;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px 10px;
    z-index: 1;
    display: none;
}
#radman-chatgpt-form.show_chatgpt_form{
    display: block;
}
.radman-chatgpt-form-submit {
    display: flex;
    padding: 15px 15px 0;
    justify-content: flex-end;
}
.feedback {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px;
}
.feedback_title {
    font-size: 12px;
}
.feedback_items {
    display: flex;
    gap: 5px;
}
button.feedback_button {
    width: 30px;
    height: 30px;
    display: flex;
    border: none;
    border-radius: 10px;
    color: #444;
    transition: all 0.5s;
    background: #eee;
}
button.feedback_button:hover {
    color: #000;
    transition: all 0.5s;
    background: #FFF;
    cursor: pointer;
}
button.feedback_button svg {
    height: 100%;
    width: 100%;
    pointer-events: none;
}