.chatbot-wrapper {
    z-index: 9999;
    position: fixed;
}
.floating-chat {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: fixed;
    bottom: 160px;
    right: 80px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*.floating-chat.enter:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  opacity: 1;
}
.floating-chat.enter {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}*/
.floating-chat.expand {
    width: 380px;
    max-width: 100%;
    max-height: 625px;
    height: 625px;
    border-radius: 5px;
    cursor: auto;
    opacity: 1;
    z-index: 9999;
    border: none;
    bottom: 80px;
    right: 24px;
    height: 87%;
    max-height: 800px;
}
/*.floating-chat ._chatContainer_rjfa4_18,
.floating-chat ._layout_deb8m_1{
  height: 82vh;
}
.floating-chat :focus {
  outline: 0;
  box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}*/

button.chatbot-expand {
    border-width: 0px !important;
    padding: 0px !important;
}

.floating-chat button {
    background: transparent;
    border: 0;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}
.floating-chat .chat {
    display: flex;
    flex-direction: column;
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    transition: all 250ms ease-out;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.floating-chat .chat.enter {
    opacity: 1;
    border-radius: 10px;
    width: auto;
    height: auto;
    background-image: linear-gradient(to bottom, #9d2235 0px, #9d2235 79px, white 79px, white 100%);
}
.floating-chat .chat .header.header-fixed {
    position: relative;
}
.floating-chat .chat .header {
    flex-shrink: 0;
    padding: 5px 10px;
    display: flex;
    background: transparent;
}
.floating-chat .chat .header .title {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 5px;
    display: flex;
}
.floating-chat .chat .header .title .image-inner{
    line-height: 0;
}
.floating-chat .chat .header .title .title-inner {
    font-size: 20px;
    font-weight: 600;
    margin-left: 12px;
}
.floating-chat .chat .header button {
    flex-shrink: 0;
}
.floating-chat .chat .header button.chatbot-expand{
    background: transparent;
    border: 0;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    height: 35px;
}
.floating-chat .chat .header button.chatbot-expand img{
    display: block;
    padding: 5px;
}
.floating-chat .chat .header .logo-header-white {
    width: 35px;
}
.floating-chat .chat .messages {
    padding: 10px;
    margin: 0;
    list-style: none;
    overflow-y: scroll;
    overflow-x: hidden;
    flex-grow: 1;
    border-radius: 4px;
    background: transparent;
}
.floating-chat .chat .messages::-webkit-scrollbar {
    width: 5px;
}
.floating-chat .chat .messages::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .messages::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(25, 147, 147, 0.2);
}

.floating-chat .chat .footer {
    flex-shrink: 0;
    display: flex;
    padding-top: 10px;
    max-height: 90px;
    background: transparent;
    visibility: hidden;
}
.floating-chat .chat .footer .text-box {
    border-radius: 3px;
    background: rgba(25, 147, 147, 0.2);
    min-height: 100%;
    width: 100%;
    margin-right: 5px;
    color: #0ec879;
    overflow-y: auto;
    padding: 2px 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar {
    width: 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(25, 147, 147, 0.2);
}
.floating-chat ._answerText_8d9c8_12 p,
.floating-chat ._answerText_8d9c8_12 ol li,
.floating-chat ._answerText_8d9c8_12 ul li,
.floating-chat ._answerText_8d9c8_12 a {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.floating-chat .chat-icon {
    width: 70px;
    height: auto;
}
@keyframes show-chat-even {
    0% {
        margin-left: -480px;
    }
    100% {
        margin-left: 0;
    }
}
@-moz-keyframes show-chat-even {
    0% {
        margin-left: -480px;
    }
    100% {
        margin-left: 0;
    }
}
@-webkit-keyframes show-chat-even {
    0% {
        margin-left: -480px;
    }
    100% {
        margin-left: 0;
    }
}
@keyframes show-chat-odd {
    0% {
        margin-right: -480px;
    }
    100% {
        margin-right: 0;
    }
}
@-moz-keyframes show-chat-odd {
    0% {
        margin-right: -480px;
    }
    100% {
        margin-right: 0;
    }
}
@-webkit-keyframes show-chat-odd {
    0% {
        margin-right: -480px;
    }
    100% {
        margin-right: 0;
    }
}

/* modifying js library of the component */

.floating-chat ._header_deb8m_7 {
    display: none;
}

.floating-chat textarea.field-130 {
    height: 7em;
}

.floating-chat ._questionInputContainer_fskdj_1 {
    height: 73px;
    top: 13%;
    left: 0;
}

.floating-chat ._chatRoot_11lv0_8 {
    margin: 0;
}

.floating-chat ._chatContainer_11lv0_18 {
    border-radius: 0 0 10px 10px;
}

.floating-chat .minimize-button {
    margin-right: 5px;
}

.floating-chat .header button:hover {
    background-color: rgba(255, 255, 255, 0.16);
}

.floating-chat ._chatInput_11lv0_147 {
    width: calc(100% - 46px);
    margin-bottom: 6px;
}

.floating-chat ._clearChatBroomNoCosmos_rjfa4_167 {
    left: -18px;
    bottom: 32px;
    top: 55%;
    color: #fff;
    background: rgb(140, 21, 21);
    background: linear-gradient(101deg, rgba(140, 21, 21, 1) 0%, rgba(184, 58, 75, 1) 100%);
    background: -webkit-linear-gradient(101deg, rgba(140, 21, 21, 1) 0%, rgba(184, 58, 75, 1) 100%);
    background: -moz-linear-gradient(101deg, rgba(140, 21, 21, 1) 0%, rgba(184, 58, 75, 1) 100%);
}

.floating-chat ._clearChatBroomNoCosmos_rjfa4_167 i {
    color: rgb(255 255 255);
}

.floating-chat ._clearChatBroomNoCosmos_rjfa4_167:hover,
.floating-chat ._clearChatBroomNoCosmos_rjfa4_167:active {
    border: 1px solid #d1d1d1;
    color: rgb(161, 159, 157);
    background: rgb(189, 189, 189);
}

.floating-chat ._clearChatBroomNoCosmos_rjfa4_167:hover i,
.floating-chat ._clearChatBroomNoCosmos_rjfa4_167:active i {
    color: rgb(98 98 97);
}

.floating-chat .icon-137 {
    color: rgb(175 164 164);
}

.floating-chat ._answerText_8d9c8_12 {
    overflow-x: unset;
}

.floating-chat ._chatEmptyStateSubtitle_11lv0_56 {
    padding: 0 20px;
}

.floating-chat ._questionInputSendButtonContainer_fskdj_22 {
    right: 10px;
    bottom: 20px;
}

.floating-chat ._questionInputSendButton_fskdj_22:hover {
    cursor: pointer;
}

.floating-chat ._questionInputTextArea_fskdj_13 {
    width: 85%;
}

.floating-chat ._chatMessageUser_11lv0_86 {
    margin-left: 15%;
}

.floating-chat ._chatMessageUser_11lv0_86 ._chatMessageUserMessage_11lv0_92 {
    flex: auto;
}
/* chatbot assistant */
.assist-wrapper {
    position: fixed;
    bottom: 160px;
    right: 150px;
    background-color: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px 0px;
    max-width: 320px;
    cursor: pointer;
}

.assist-wrapper .assist-body {
    font-size: 15px;
    padding: 18px;
    line-height: 1;
}

.assist-wrapper .assist-body::after {
    bottom: 18px;
    height: 24px;
    right: -24px;
    width: 32px;
    background: radial-gradient(circle at right top, transparent 58%, rgb(255, 255, 255) 60%) !important;
    content: "" !important;
    position: absolute !important;
}

.assist-close {
    width: 20px;
    height: 20px;
    right: 80px;
    position: absolute;
    bottom: 55px;
    right: 0px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px 0px;
    background-color: rgb(255, 255, 255);
}
/* CSS for screens below 768 pixels */
@media screen and (max-width: 767px) {
    .floating-chat {
        right: 24px;
        bottom: 24px;
    }

    .assist-wrapper {
        max-width: 160px;
        right: 94px;
        bottom: 24px;
    }

    .floating-chat.expand {
        width: calc(100% - 48px);
        max-width: 430px;
    }

    .assist-close {
        bottom: 70px;
    }
}
