.chatbot-widget-main-wrapper{
    position: fixed;
    bottom: 20px;
    right: 455px;
    z-index: 9;
}

.chatbot-icon{
    background: url(../images/chat-bot-icon.png) no-repeat 0 0;
    background-size: 100%;
    width: 86px;
    height: 83px;
    cursor: pointer;
}

.chatbot-main{
    width: 455px;
    background: #f6f8fd;
    border: solid 1px #e4e4ea;
    min-height: 200px;
    position: absolute;
    left: 10px;
    bottom: 100px;
    border-radius: 30px;
    display: none;
    -webkit-box-shadow: 20px 0px 35px 0 rgb(127 127 167 / 9%);
    -moz-box-shadow:20px 0px 35px 0 rgb(127 127 167 / 9%);
    box-shadow: 20px 0px 35px 0 rgb(127 127 167 / 9%);
}

.chatbot-main.show{
    display: block;
}

.chatbot-main .chatbot-header{
    padding: 30px;
    background: #fff;
    border-radius: 30px 30px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}


.chatbot-main .chatbot-header h1{
    font-size: 23px;
    font-family: 'Euclid Circular A';
    font-weight: bold;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 3px;
}

.chatbot-main .chatbot-header h1 img{
    width: 25px;
}

.chatbot-main .chatbot-header .close-icon{
    background: url(../images/chat-close-dark.png) no-repeat 0 0;
    background-size: 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
}

.chatbot-main  .chatbot-body{
    padding: 40px 45px 40px 40px;
}

.chatbot-main  .chatbot-body{
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 450px;
    overflow: auto;
}

.chatbot-main   .chatbot-ai-message-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.chatbot-main   .chatbot-user-message-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.chatbot-main   .chatbot-ai-message-item{
    background: #fff;
    border-radius: 30px 30px 30px 5px;
    padding: 15px 18px;
    color: #000e33;
    font-size: 15px;
    font-family: 'Euclid Circular A';
    max-width: 305px;
}

.chatbot-main   .chatbot-user-message-item{
    background: #27c774;
    border-radius: 30px 30px 5px 30px;
    padding: 15px 18px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Euclid Circular A';
    max-width: 305px;
}

.chatbot-main .chatbot-suggestions-list-wrapper{
    padding-top: 12px;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
}

.chatbot-main .chatbot-suggestions-item{
    padding: 8px 12px;
    border-radius: 30px;
    border: solid 1px #d4d8e2;
    font-family: 'Euclid Circular A';
    font-size: 14px;
    color: #acafb9;   
    cursor: context-menu;
}

.chatbot-main .chatbot-footer{
    padding: 30px;
    background: #fff;
    border-radius:  0 0 30px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.chatbot-main .chatbot-message-typing-wrapper{
    flex-grow: 1;
}

.chatbot-main .chatbot-message-typing-wrapper textarea{
    width: 100%;
    appearance: none;
    padding: 3px 4px 3px;
    font-family: 'Euclid Circular A';
    font-weight: 300;
    font-size: 18px;
    display: flex;
    align-items: center;
    border: none;
    max-height: 120px;
    scrollbar-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    padding-right: 5px;
}

.chatbot-main .chatbot-message-typing-wrapper textarea::placeholder{
    color: #9fa2ac;
}

.chatbot-main .message-send{
    background: url(../images/send-icon.png) no-repeat 0 0;
    background-size: 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    flex-shrink: 0;
}

.website-preview-chatbot .chatbot-main{
    display: block;
}

.website-preview-chatbot .chatbot-main{
    position: static;
    width: 100%;
    height: 100%;
    box-shadow: unset;
}

.website-preview-chatbot .chatbot-main .chatbot-ai-message-item{
    border: solid 1px #CBCEDB;
    border-radius: 15px 15px 15px 7px;
}

.website-preview-chatbot .chatbot-main .chatbot-user-message-item {
    border: solid 1px transparent;
    border-radius: 15px 15px 7px 15px;
}

.website-preview-chatbot .chatbot-main .chatbot-ai-message-item, .website-preview-chatbot .chatbot-main .chatbot-user-message-item{
    font-size: 15px;
    max-width: 350px;
    padding: 15px 18px 15px 18px;
}

.website-preview-chatbot .chatbot-main .chatbot-header h1 {
    font-size: 23px;
}

.website-preview-chatbot .chatbot-main .chatbot-header h1 img {
    width: 25px;
}

.website-preview-chatbot .chatbot-main .chatbot-ai-message-wrapper {
    gap: 4px;
}

.chatbot-main .chatbot-ai-agent{
    font-size: 13px;
    color: #9599AA;
}

.website-preview-chatbot  .chatbot-main .chatbot-message-typing-wrapper textarea{
    font-size: 15px;
}

.website-preview-chatbot .chatbot-main .chatbot-body{
    max-height: 490px;
    padding: 52px 48px;
    background: #fff;
}

.website-preview-chatbot .chatbot-main .chatbot-header {
    padding: 26px;
}

.website-preview-chatbot .chatbot-main .message-send {
    background: url(../images/send-icon-grey.png) no-repeat 0 0;
    background-size: 100%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    flex-shrink: 0;
}

.website-preview-chatbot .chatbot-main .chatbot-footer {
    padding: 25px 35px 10px;
}

.website-preview-chatbot .chatbot-main .chatbot-header{
    background: #F6F7FC;
}

.website-preview-chatbot .chatbot-main .chatbot-footer {
    border-top: solid 1px #CBCEDB;
}

@media screen and (max-width:1900px) {
    .chatbot-widget-main-wrapper{
        bottom: 1.05vw;
        right: 23.94vw;
    }
    
    .chatbot-icon{
        width: 4.53vw;
        height: 4.37vw;
    }
    
    .chatbot-main{
        width: 23.95vw;
        min-height: 10.53vw;
        left: 0.53vw;
        bottom: 5.26vw;
    }
    
    .chatbot-main .chatbot-header{
        padding: 1.58vw;
    }
    
    
    .chatbot-main .chatbot-header h1{
        font-size: 1.21vw;
    }
    
    .chatbot-main .chatbot-header h1 img{
        width: 1.31vw;
    }
    
    .chatbot-main .chatbot-header .close-icon{
        width: 0.84vw;
        height: 0.84vw;
    }
    
    .chatbot-main  .chatbot-body{
        padding: 2.11vw 2.37vw 2.11vw 2.11vw;
        max-height: 23.68vw;
    }
 
    
    .chatbot-main   .chatbot-ai-message-item,.chatbot-main   .chatbot-user-message-item{
        padding: 0.79vw 0.95vw;
        font-size: 0.79vw;
        max-width: 16.05vw;
    }
    
    .chatbot-main .chatbot-suggestions-list-wrapper{
        padding-top: 0.63vw;
    }
    
    .chatbot-main .chatbot-suggestions-item{
        padding: 0.42vw 0.63vw;
        font-size: 0.74vw;
    }
    
    .chatbot-main .chatbot-footer{
        padding: 1.58vw;
    }
    
    .chatbot-main .chatbot-message-typing-wrapper textarea{
        font-size: 0.95vw;
        max-height: 6.32vw;
    }
    
    .chatbot-main .message-send{
        width: 1.68vw;
        height: 1.68vw;
    }
}

@media screen and (max-width:1400px)  {
    .chatbot-main .chatbot-header {
        padding: 21px;
    }

    .chatbot-widget-main-wrapper {
        bottom: 5px;
        right: 315px;
    }

    .chatbot-icon {
        width: 61px;
        height: 59px;
    }

    .chatbot-main {
        width: 325px;
        min-height: 180px;
        left: 8px;
        bottom: 65px;
    }

    .chatbot-main .chatbot-header h1 {
        font-size: 17px;
    }

    .chatbot-main .chatbot-header .close-icon {
        width: 11px;
        height: 11px;
    }

    .chatbot-main .chatbot-body {
        max-height: 22.86vw;
        padding: 20px 15px 15px 15px;
    }

    .chatbot-main .chatbot-ai-message-item, 
    .chatbot-main .chatbot-user-message-item {
        padding: 10px 12px;
        font-size: 13px;
        max-width: 250px;
    }

    .chatbot-main .chatbot-suggestions-list-wrapper {
        padding-top: 8px;
    }

    .chatbot-main .chatbot-suggestions-item {
        padding: 5px 7px;
        font-size: 12px;
    }

    .chatbot-main .chatbot-footer {
        padding: 20px;
    }

    .chatbot-main .chatbot-message-typing-wrapper textarea {
        font-size: 14px;
        max-height: 90px;
    }

    .chatbot-main .message-send {
        width: 20px;
        height: 20px;
    }

    .chatbot-main .chatbot-header h1 img {
        width: 18px;
    }

    
}

@media screen and (max-width:1300px){
    .website-preview-chatbot .chatbot-main .chatbot-header h1 {
        font-size:16px;
    }

    .website-preview-chatbot .chatbot-main .chatbot-header h1 img {
        width: 18px;
    }

    .website-preview-chatbot .chatbot-main .chatbot-header {
        padding: 2vw;
    }

    .website-preview-chatbot .chatbot-main .chatbot-body {
        max-height: 37.69vw;
        padding: 4vw 3.69vw;
    }

    .website-preview-chatbot .chatbot-main .chatbot-ai-message-item, .website-preview-chatbot .chatbot-main .chatbot-user-message-item {
        font-size: 12px;
        max-width: 26.92vw;
        padding: 1.15vw 1.38vw 1.15vw 1.38vw;
    }

    .website-preview-chatbot .chatbot-main .chatbot-message-typing-wrapper textarea {
        font-size: 13px;
    }

    .chatbot-main .chatbot-ai-agent {
        font-size: 11px;
    }

    .website-preview-chatbot .chatbot-main .message-send{
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width:1024px) {
    .chatbot-main .chatbot-body {
        max-height: 280px;
    }

    .chatbot-widget-main-wrapper {
        right: 30px;
    }

    .chatbot-main {
        width: 300px;
        left: unset;
        right: 0;
        bottom: 48px;
    }

    .chatbot-icon {
        width: 42px;
        height: 42px;
    }
}

@media screen and (max-width:991px){
    .website-preview-chatbot .chatbot-main .chatbot-header {
        padding: 16px;
    }

    .website-preview-chatbot .chatbot-main .chatbot-ai-message-item, .website-preview-chatbot .chatbot-main .chatbot-user-message-item {
        max-width: 280px;
        padding: 10px 16px;
    }

    .website-preview-chatbot .chatbot-main .chatbot-body {
        max-height: 380px;
        padding: 25px 20px;
    }

    .ws-quickstart-item {
        padding: 15px 12px;
        margin-bottom: 8px;
    }

    .website-preview-chatbot .chatbot-main .chatbot-footer {
        padding: 15px 25px 8px;
    }

    .ws-quickstart-steps-wrapper {
        padding-top: 20px;
    }
    
}

@media screen  and (max-width:640px) {
    .website-preview-chatbot .chatbot-main .chatbot-ai-message-item, .website-preview-chatbot .chatbot-main .chatbot-user-message-item {
        max-width: 75%;
    }
}

@media screen and (max-width:480px){
    .chatbot-widget-main-wrapper {
        right: 15px;
    }

    .website-preview-chatbot .chatbot-main .chatbot-ai-message-item, .website-preview-chatbot .chatbot-main .chatbot-user-message-item {
        max-width: 90%;
    }
}

