:root {
    --chatbot-primary-color: #007bff;
    --chatbot-secondary-color: #f9f9f9;
    --chatbot-text-color: #000000;
    --aiexperts_chatbot-background-color: rgba(174, 174, 174, 1);
    
    --chatbot-border-color: #ddd;
    --chatbot-border-width: 2px;
    --chatbot-border-radius: 10px;
    --chatbot-shadow-color: rgba(0, 0, 0, 0.1);
    --chatbot-shadow-offset: 0px 4px;
    --chatbot-shadow-blur: 10px;
    --chatbot-font-family: Inter, sans-serif;
    --chatbot-font-size: 16px;
    --chatbot-line-height-size: 24px;
    --chatbot-text-align: left;
    --chatbot-button-primary-color: #007bff;
    --chatbot-button-background-color: #f9f9f9;
    --chatbot-button-hover-color: #0056b3;
    --chatbot-button-border-width: 2px;
    --chatbot-padding: 15px;
    --chatbot-margin: 10px;
    --chatbot-icon-size: 40px;

    --chatbot-intro-border-color: #C8D8E9;
    --chatbot-intro-border-width: 1px;
    --chatbot-intro-border-radius: 20px;

    --chatbot-selection-border-color: #ccc;
    --chatbot-selection-border-width: 2px;
    --chatbot-selection-border-radius: 10px;

    --chatbot-chat-border-color: #EAEEF2;
    --chatbot-chat-border-width: 1px;
    --chatbot-chat-border-radius: 20px;
    --chatbot-chat-border-background-color: #ffffff;

    --chatbot-chat-font-family: Inter, sans-serif;
    --chatbot-chat-font-size: 14px;

    --e-global-color-white: #ffffff;
    --e-global-color-grayish-blue: #C8D8E9;
    --e-global-color-dark-blue: #0051FF;
    --e-global-color-light-gray: #EAEEF2;
    --e-global-color-black: #000000;
}


.ailisha-feedback-collection-opt .ailisha-send-chat{
    background: #40bceb;
    padding: 9px 10px 10px 10px;
    border-radius: 8px;
    box-shadow: 11px 0px 29px rgba(64, 188, 235, 0.5);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#aiexpertsChatbot-contact-overlay .ailisha-feedback-collection-opt #aiexpertsChatbot-contact-submit{
    color: white !important;
    position: relative !important;
    bottom: 6px !important;
    right: -3px !important;
    background-size: 24px !important;
}



.ailisha-reload-dept::before {
    font-family: "FontAwesome";
    content: "\f112";
    margin-right: 6px;
}

.ailisha-reload-dept {
    text-decoration: none;
}

.typing-animation::after {
  content: '';
  animation: dots 1.5s steps(3, end) infinite;
}

@keyframes dots {
  0% { content: ''; }
  33% { content: '.'; }
  66% { content: '..'; }
  100% { content: '...'; }
}
#ailisha-chatbot-reselect-dept{
    background: #cce5ff;
    padding: 5px;
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}
.bot-typing-message {
    display: flex;
    align-items: center; /* Aligns both the image and loader vertically */
    gap: 8px; /* Adds space between image and loader */
}

.cb-front-loader {
    width: 25px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side,#000 40%,#0000);
    background: 
      var(--_g) 0%   50%,
      var(--_g) 50%  50%,
      var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
}

  
@keyframes l3 {
    20% { background-position: 0%   0%, 50%  50%, 100% 50%; }
    40% { background-position: 0% 100%, 50%   0%, 100% 50%; }
    60% { background-position: 0%  50%, 50% 100%, 100% 0%; }
    80% { background-position: 0%  50%, 50%  50%, 100% 100%; }
}

#aiexpertsChatbot-initial-message {
    display: flex;
    align-items: center;
    gap: 8px; /* spacing between image and text */
}

#aiexpertsChatbot-initial-message,
.bot-message{
	display: flex;
    align-items: end;
	gap: 8px;
}

#aiexpertsChatbot-initial-message span,
.bot-message span{
    background: #40bceb;
	color: #fff;
	padding: 15px 20px;
    border-radius: 30px 30px 30px 0px;
}
.ailisha-user-chat{
	align-items: end;
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
	gap: 8px;
	margin-bottom: 20px !important;
}
.ailisha-user-chat span{
	background: #edf4fb;
    padding: 10px;
    border-radius: 30px 30px 0px 30px;
    word-break: break-word;
}
.ailisha-chatbot-avatar,
.ailisha-user-avatar {
    margin-right :0;
	width: 50px;
	height: 50px;
	border-radius: 6px;
    object-fit: cover;
}
.ailisha-personalize-options{
    display: flex;
    gap: 8px;
    align-items: center;
}
.ailisha-chatbot-info{
	display: flex;
    gap: 8px;
}
.ailisha-chatbot-name{
	display: flex;
   flex-direction: column;
}
.ailisha-chatbot-name span{
	font-weight:bold;
}
.ailisha-chatbot-name span.ailisha-chatbot-status{
	font-weight:normal;
	font-size:14px;
}


.ailisha-send-chat{
	background:#40bceb;
	padding:9px 10px 10px 10px;
	border-radius:8px;
	box-shadow: 11px 0px 29px rgba(64,188,235, 0.5);
}
.feedback-popup {
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* width: 300px; */
}

.feedback-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feedback-header h3 {
    font-size: 16px; /* Adjust font size */
    margin: 0;
    font-weight: normal;
}

.feedback-stars {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.star {
    font-size: 30px;
    color: #ccc; /* default color */
    cursor: pointer;
    transition: color 0.3s;
}

.star.highlighted {
    color: gold; /* highlighted color */
}

.feedback-stars label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative; /* Allows positioning of hidden inputs */
}

/* Hide the radio buttons */
.feedback-stars input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none; /* Make sure radio buttons are not clickable directly */
}

.feedback-stars p {
    margin-top: 5px;
    font-size: 14px;
}

.close-feedback {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.cb-user-personal-info{
	padding:20px 15px;
}

.cb-user-personal-info .form-group{
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.cb-user-personal-info .form-group input,
.cb-user-personal-info .form-group button{
    border-radius: 10px;
    background: var(--e-global-color-white) !important;
    color: var(--e-global-color-dark-blue);
    border: 1px solid var(--e-global-color-dark-blue);
    padding: 13px 20px;
    outline: 0;
    font-size: var(--chatbot-font-size);
    line-height: var(--chatbot-line-height-size);
}
.cb-user-personal-info .form-group button{
    cursor: pointer;
}


#aiexpertsChatbot-chat-typewriter div {
    display: block !important;
}

/* Global Styles */
#aiexpertsChatbot-intro-overlay,
#aiexpertsChatbot-selection-overlay,
#aiexpertsChatbot-chat-overlay {
    border-radius: var(--chatbot-border-radius);
    background-color: var(--aiexperts_chatbot-background-color);
	font-family: var(--chatbot-font-family);
    font-size: var(--chatbot-font-size);
    text-align: var(--chatbot-text-align);

}

/* Schließen des Overlays */
#aiexpertsChatbot-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#aiexpertsChatbot-back-link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    display: none; /* Anfangs nicht sichtbar */
    font-size: 16px;
    margin-right: auto;
}

#aiexpertsChatbot-close-Layer {
    font-size: 20px;
    font-weight: bold;
    color: red;
    cursor: pointer;
    margin-left: auto;
}

/* Innerer Rahmen */
#aiexpertsChatbot-inner-frame {
    display: flex;
    flex-direction: column;
    height: 100%; /* Nimmt die gesamte Höhe ein */
    background-color: var(--chatbot-secondary-color);
    border: 2px solid var(--chatbot-primary-color);
    border-radius: 5px;
    padding: 10px;
}

/* Chatfenster (Chat Overlay) */
#aiexpertsChatbot-chat-overlay {
    width: 300px;
    height: 500px;
    background-color: var(--chatbot-chat-border-background-color);
    border: var(--chatbot-chat-border-width) solid var(--chatbot-chat-border-color);
    border-radius: var(--chatbot-chat-border-radius);
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: var(--chatbot-shadow-offset) var(--chatbot-shadow-blur) var(--chatbot-shadow-color);
    z-index: 1000;
    padding: 10px;
}

#aiexpertsChatbot-messages {
    flex-grow: 1; /* Nimmt den restlichen Platz ein */
    overflow-y: auto; /* Ermöglicht das Scrollen bei Überlauf */
    padding: 10px;
    background-color: var(--chatbot-secondary-color);
    border-radius: 5px;
    border: 1px solid var(--chatbot-border-color);
    margin-bottom: 10px;
    box-sizing: border-box;
}

#aiexpertsChatbot-input-section {
    display: flex;
    gap: 10px;
    align-items: center; /* Zentriert den Button vertikal */
}

#aiexpertsChatbot-user-input {
    flex-grow: 1;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--chatbot-primary-color);
    box-sizing: border-box;
}

#aiexpertsChatbot-input-section button {
    padding: 10px;
    background-color: var(--chatbot-primary-color);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Intro Overlay (Willkommensfenster) */
#aiexpertsChatbot-intro-overlay {
    background-color: var(--aiexperts_chatbot-background-color);
    padding: var(--chatbot-padding);
    border: var(--chatbot-intro-border-width) solid var(--chatbot-intro-border-color);
    border-radius: var(--chatbot-intro-border-radius);
    box-shadow: var(--chatbot-shadow-offset) var(--chatbot-shadow-blur) var(--chatbot-shadow-color);
    position: fixed;
    bottom: 100px; /* Positioniere es über dem Chatfenster */
    right: 20px;
    z-index: 1001;
    max-width: 300px;
}

#aiexpertsChatbot-intro-bubble {
    display: flex;
    align-items: center;
}

#aiexpertsChatbot-chat-avatar {
    width: var(--chatbot-icon-size);
    height: var(--chatbot-icon-size);
    border-radius: 50%;
    margin-right: var(--chatbot-margin);
    flex-shrink: 0;
    object-fit: cover;
}

#aiexpertsChatbot-chat-text {
    font-family: var(--chatbot-font-family);
    font-size: var(--chatbot-font-size);
    color: var(--chatbot-text-color);
    flex-grow: 1;
    display: flex;
    align-items: center;
}

#aiexpertsChatbot-chat-text p {
    margin: 0;
    text-align: var(--chatbot-text-align);
}

/* Auswahlfenster (Selection Overlay) */
#aiexpertsChatbot-intro-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

#aiexpertsChatbot-intro-options button {
    padding: 10px;
    border: 1px solid var(--chatbot-primary-color);
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    text-align: var(--chatbot-text-align);
    font-size: var(--chatbot-font-size);
}

#aiexpertsChatbot-intro-options button:hover {
    background-color: var(--chatbot-button-hover-color);
    color: var(--chatbot-secondary-color);
}

/* neu */ 
#aiexpertsChatbot-chat-container {
    width: 300px; 
    height: 400px; 
    display: flex;
    flex-direction: column;
    border: 2px solid black;
    overflow: hidden; /* Verhindert, dass der Container überläuft */
}

#aiexpertsChatbot-chat-text-container {
    padding: 20px 15px;

    flex-grow: 1;
    overflow-y: auto; /* Ermöglicht Scrollen des Texts */
    position: relative;
    border: 2px solid red;
}

#aiexpertsChatbot-chat-typewriter {
    border: 2px solid blue;
    padding: 5px; 
    white-space: pre-wrap;
    box-sizing: border-box;
}

#aiexpertsChatbot-chat-button-container {
    padding-top:0;
	background:#edf4fb;
    box-sizing: border-box;
    border: 2px solid green;
    position: sticky;
    bottom: 0; /* Fixiert den Button-Container am unteren Rand */
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
}

#aiexpertsChatbot-chat-button-container button {
    margin: 5px 0; 
    width: 80%; 
    border: 2px solid purple;
}

/* Custom Css */
#aiexpertsChatbot-intro-overlay {
    background-color: var(--chatbot-chat-border-background-color);
    position: fixed;
    bottom: 60px;
    right: 60px;
    max-width: 400px;
    width: 400px;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
#aiexpertsChatbot-chat-avatar {
    width: 65px;
    height: 65px;
    border: 3px solid var(--e-global-color-dark-blue);
    margin-right: 10px;
}
#aiexpertsChatbot-chat-text {
    line-height: var(--chatbot-line-height-size);
}
#aiexpertsChatbot-chat-overlay {
    width: 400px;
    height: auto;
    background-color: transparent;
    border: none;
    border-radius: var(--chatbot-chat-border-radius);
    bottom: 60px;
    right: 60px;
    padding: 0;
}
#aiexpertsChatbot-header {
    background: #edf4fb !important;
	padding:20px 15px;
    border-radius: 20px 20px 0 0;
    margin: 0;
}
#aiexpertsChatbot-close-Layer {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: var(--e-global-color-white);
}
#aiexpertsChatbot-chat-container {
    width: 100%;
    height: 505px;
    border: 1px solid #fff;
    overflow: hidden;
    /* padding: 30px; */
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    box-sizing: border-box;
}
#aiexpertsChatbot-chat-text-container {
    border: none;
}
#aiexpertsChatbot-chat-typewriter {
    border: none;
    padding: 0;
    white-space: normal;
}
#aiexpertsChatbot-chat-typewriter div {
    display: none;
}
#aiexpertsChatbot-chat-typewriter p {
    color: var(--e-global-color-black);
    line-height: var(--chatbot-line-height-size);
    margin: 10px 0;
}
#aiexpertsChatbot-chat-typewriter p#aiexpertsChatbot-initial-message {
    margin-top: 0;
}
#aiexpertsChatbot-chat-typewriter p strong {
    font-size: 18px;
    line-height: 26px;
    display: block;
    color: var(--e-global-color-black);
}
#aiexpertsChatbot-chat-button-container {
    border: none;
    border-top: 1px solid var(--e-global-color-grayish-blue);
    padding: 15px 25px 15px 25px;
}
#aiexpertsChatbot-chat-button-container button {
    background:transparent !important;
    border-radius: 10px;
    /* background: var(--e-global-color-white) !important; */
    color: var(--e-global-color-dark-blue);
    border: 1px solid var(--e-global-color-dark-blue);
    width: 100%;
    padding: 10px 20px;
    font-size: var(--chatbot-font-size);
    line-height: var(--chatbot-line-height-size);
    cursor: pointer;
    white-space: pre-wrap;
    word-break: break-word;
}
.feedback-header .close-feedback {
    width: 14% !important;
    padding: 6px 11px !important;
    margin-top: 0px !important;
}
.feedback-header h3 {
    width: 86% !important;
}
#aiexpertsChatbot-minimize-icon{
    margin-left: auto;
}

#aiexpertsChatbot-minimize-icon i,
#aiexpertsChatbot-close-Layer i{
	color:#70809b !important;
	font-size:18px !important;
}
#aiexpertsChatbot-reload-icon i{
	color:#70809b !important;
	font-size:15px !important;
}

#aiexpertsChatbot-chat-button-container button img {
    margin-right: 5px !important;
}
#aiexpertsChatbot-chat-button-container button:first-child {
    margin-top: 0;
}
#aiexpertsChatbot-chat-button-container button:last-child {
    margin-bottom: 0;
}
#aiexpertsChatbot-input-section {
    width: 100%;
}
#aiexpertsChatbot-input-section input {
    background: transparent;
	border: none;
	display:flex;
	padding:0;

    font-size: var(--chatbot-font-size);
    line-height: var(--chatbot-line-height-size);
    width: 100%;
    border-radius: 10px;
    color: var(--e-global-color-black);
	height: unset;
}
#aiexpertsChatbot-input-section input::-ms-input-placeholder { /* Edge 12-18 */
    color: var(--e-global-color-black);
}
#aiexpertsChatbot-input-section input::placeholder {
    color: var(--e-global-color-black);
}
#aiexpertsChatbot-input-section input:focus-visible {
    outline: none;
}
#aiexpertsChatbot-chat-button-container #aiexpertsChatbot-input-section button {

    position:unset;
	width: 21px;
  	height: 21px;
	background-size:20px !important;
    font-size: 0px;
    border: none;
    padding: 0;
    background: transparent;
    display: inline-block;
    margin: 0;
    margin: 0;
    background-image: url(../ailisha-chatbot/admin/assets/images/send-message-img.png) !important;
    z-index: 1;
    background-repeat: no-repeat !important;
    border-radius: 0;
}
#aiexpertsChatbot-contact-overlay > div {
    width: 460px !important;
    padding: 32px 30px 40px 30px !important;
    position: relative;
}
#aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-label {
    font-size: 24px;
    line-height: 36px;
    color: var(--e-global-color-black);
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 20px;
}
#aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-input {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--e-global-color-black);
    border: 1px solid var(--e-global-color-grayish-blue);
    border-radius: 10px;
    padding: 24px 70px 24px 30px;
    margin: 0 !important;
    box-sizing: border-box;
}
#aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-input::-ms-input-placeholder { /* Edge 12-18 */
    color: var(--e-global-color-black);
}
#aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-input::placeholder {
    color: var(--e-global-color-black);
}
#aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-input:focus-visible {
    outline: none;
}
#aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-submit {
    font-size: 0px;
    position: absolute;
    bottom: 67px;
    right: 59px;
    border: none;
    padding: 0;
    background: transparent !important;
    display: inline-block;
    margin: 0;
    margin: 0;
    background-image: url(../ailisha-chatbot/admin/assets/images/send-message-img.png) !important;
    z-index: 1;
    width: 30px !important;
    height: 24px;
    background-repeat: no-repeat !important;
    border-radius: 0;
    cursor: pointer;
}


@media screen and (max-width: 1366px) {
    :root {
        --chatbot-font-size: 16px;
        --chatbot-line-height-size: 24px;
    }
    #aiexpertsChatbot-intro-overlay {
        max-width: 400px;
        width: 400px;
        bottom: 50px;
        right: 50px;
    }
    #aiexpertsChatbot-chat-avatar {
        width: 60px;
        height: 60px;
        margin-right: 25px;
    }
    #aiexpertsChatbot-chat-overlay {
        bottom: 50px;
        right: 50px;
    }
    #aiexpertsChatbot-chat-container {
        height: 460px;
    }
    #aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-input {
        font-size: 18px;
        line-height: 26px;
        padding: 20px 70px 20px 30px;
    }
    #aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-submit {
        bottom: 62px;
    }
}


@media screen and (max-width: 1024px) {
    :root {
        --chatbot-font-size: 16px;
        --chatbot-line-height-size: 24px;
    }
    #aiexpertsChatbot-intro-overlay {
        max-width: 400px;
        width: 400px;
        bottom: 40px;
        right: 40px;
        padding: 20px;
    }
    #aiexpertsChatbot-chat-avatar {
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }
    #aiexpertsChatbot-contact-buttons {
        width: 100%;
    }
    #aiexpertsChatbot-chat-overlay {
        bottom: 40px;
        right: 40px;
    }
    #aiexpertsChatbot-chat-container {
        height: 430px;
    }
    #aiexpertsChatbot-chat-typewriter p strong {
        font-size: 18px;
        line-height: 26px;
    }
    #aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-label {
        font-size: 22px;
        line-height: 30px;
    }
    #aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-input {
        padding: 18px 60px 18px 25px;
    }
    #aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-submit {
        right: 55px;
        bottom: 58px;
        background-size: 25px !important;
    }

    #aiexpertsChatbot-chat-button-container #aiexpertsChatbot-input-section button {
        background-size: 25px !important;
        right: 20px;
        bottom: 18px;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --chatbot-font-size: 14px;
        --chatbot-line-height-size: 22px;
    }
    #aiexpertsChatbot-intro-overlay {
        max-width: 350px;
        width: 350px;
        bottom: 30px;
        right: 30px;
        padding: 15px 20px;
    }
    #aiexpertsChatbot-chat-avatar {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }
    #aiexpertsChatbot-chat-overlay {
        width: 400px;
        bottom: 30px;
        right: 30px;
    }
    #aiexpertsChatbot-chat-container {
        height: 390px;
    }
    #aiexpertsChatbot-close-Layer {
        font-size: 26px;
    }
    #aiexpertsChatbot-chat-typewriter p strong {
        font-size: 16px;
        line-height: 24px;
    }
    #aiexpertsChatbot-chat-button-container button {
        padding: 10px 20px;
    }
    #aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-label {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    #aiexpertsChatbot-contact-overlay > div {
        padding: 27px 30px 30px 30px !important;
    }
    #aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-input {
        font-size: 16px;
        line-height: 24px;
        padding: 16px 50px 16px 20px;
    }
    #aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-submit {
        right: 45px;
        bottom: 45px;
        background-size: 20px !important;
        width: 20px !important;
    }
    #aiexpertsChatbot-chat-button-container #aiexpertsChatbot-input-section button {
        background-size: 18px !important;
    
    }
    .ailisha-feedback-collection-opt .ailisha-send-chat {
        padding: 3px 10px 4px 10px;
    }
    #aiexpertsChatbot-contact-overlay .ailisha-feedback-collection-opt #aiexpertsChatbot-contact-submit {
        bottom: 2px !important;
        right: 0px !important;
        background-size: 19px !important;
    }
}

@media screen and (max-width: 575px) {
    #aiexpertsChatbot-intro-overlay {
        max-width: 280px;
        width: auto;
        bottom: 20px;
        right: 20px;
        padding: 10px;
        border-radius: 100%;
    }
    #aiexpertsChatbot-chat-text{
        display: none;
    }
    #aiexpertsChatbot-chat-avatar{
        margin-right: 0;
    }
    /* #aiexpertsChatbot-intro-overlay {
        max-width: 280px;
        width: 280px;
        bottom: 20px;
        right: 20px;
        padding: 15px 15px;
    } */
    .ailisha-send-chat {
        padding: 9px 10px 10px 10px;
    }
    #aiexpertsChatbot-chat-overlay {
        width: 322px;
        bottom: 20px;
        right: 20px;
    }
    #aiexpertsChatbot-chat-container {
        height: 390px;
    }
    .ailisha-chatbot-avatar, .ailisha-user-avatar {
        width: 35px;
        height: 35px;
    }
    .ailisha-personalize-options {
        align-items: baseline;
    }

    #aiexpertsChatbot-chat-button-container #aiexpertsChatbot-input-section button {
        bottom: 15px;
    }
    #aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-input {
        padding: 13px 50px 13px 20px;
    }
    #aiexpertsChatbot-contact-overlay > div {
        width: 100% !important;
        position: relative;
        margin: 0 15px;
    }
    #aiexpertsChatbot-contact-overlay #aiexpertsChatbot-contact-submit {
        bottom: 47px;
        height: 18px;
    }
    #aiexpertsChatbot-contact-overlay .ailisha-feedback-collection-opt #aiexpertsChatbot-contact-submit {
        bottom: 3px !important;
        right: -2px !important;
        background-size: 15px !important;
      }
}

