.aichatbot-open-button {
    background-color: #0091a8;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    left: 10px;
    width: 200px;
    z-index: 100;
}

.aichatbot-chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    left: 8px;
    z-index: 999;
    margin: unset;
    margin-right: unset !important;
}

.aichatbot-input {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.5em - 1px);
    padding-left: calc(0.75em - 1px);
    padding-right: calc(0.75em - 1px);
    padding-top: calc(0.5em - 1px);
    position: relative;
    vertical-align: top;
}
.aichatbot-button:focus, .aichatbot-input:focus, .aichatbot-button:active, .aichatbot-input:active {
    outline: none;
}
.aichatbot-button[disabled], .aichatbot-input[disabled] {
    cursor: not-allowed;
}
.aichatbot-button.aichatbot-is-loading::after {
    -webkit-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 9999px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}
.aichatbot-button:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.aichatbot-button.aichatbot-is-info.aichatbot-is-loading::after {
    border-color: transparent transparent #fff #fff !important;
}
.aichatbot-button.aichatbot-is-loading {
    color: transparent !important;
    pointer-events: none;
}

.aichatbot-input {
    background-color: white;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
}
.aichatbot-button.aichatbot-is-info:focus {
    border-color: transparent;
    color: #fff;
}
.aichatbot-input::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
}

.aichatbot-input::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
}

.aichatbot-input:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3);
}

.aichatbot-input:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3);
}

.aichatbot-input:hover {
    border-color: #b5b5b5;
}

.aichatbot-input:focus, .aichatbot-input:active {
    border-color: #485fc7;
    box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

.aichatbot-input[disabled] {
    background-color: whitesmoke;
    border-color: whitesmoke;
    box-shadow: none;
    color: #7a7a7a;
}

.aichatbot-input[disabled]::-moz-placeholder {
    color: rgba(122, 122, 122, 0.3);
}

.aichatbot-input[disabled]::-webkit-input-placeholder {
    color: rgba(122, 122, 122, 0.3);
}

.aichatbot-input[disabled]:-moz-placeholder {
    color: rgba(122, 122, 122, 0.3);
}

.aichatbot-input[disabled]:-ms-input-placeholder {
    color: rgba(122, 122, 122, 0.3);
}

.aichatbot-input {
    box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
    max-width: 100%;
    width: 100%;
}

.aichatbot-input[readonly] {
    box-shadow: none;
}

.aichatbot-is-info.aichatbot-input {
    border-color: #3e8ed0;
}

.aichatbot-is-info.aichatbot-input:focus, .aichatbot-is-info.aichatbot-input:active {
    box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}

.aichatbot-is-success.aichatbot-input {
    border-color: #48c78e;
}

.aichatbot-is-success.aichatbot-input:focus, .aichatbot-is-success.aichatbot-input:active {
    box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.aichatbot-button.aichatbot-is-info:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}

.aichatbot-button.aichatbot-is-success {
    background-color: #48c78e;
    border-color: transparent;
    color: #fff;
}

.aichatbot-button.aichatbot-is-success:hover {
    background-color: #3ec487;
    border-color: transparent;
    color: #fff;
}

.aichatbot-button.aichatbot-is-success:focus {
    border-color: transparent;
    color: #fff;
}

.aichatbot-button.aichatbot-is-success:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}

.aichatbot-button.aichatbot-is-success:active {
    background-color: #3abb81;
    border-color: transparent;
    color: #fff;
}

.aichatbot-button.aichatbot-is-success[disabled] {
    background-color: #48c78e;
    border-color: #48c78e;
    box-shadow: none;
}
.aichatbot-button[disabled] {
    background-color: white;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5;
}
.aichatbot-button.aichatbot-is-loading::after {
    position: absolute;
    left: calc(50% - (1em * 0.5));
    top: calc(50% - (1em * 0.5));
    position: absolute !important;
}
.aichatbot-card-content:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.aichatbot-card-content:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.aichatbot-subtitle.aichatbot-is-6 {
    font-size: 1rem;
}
.aichatbot-notification .aichatbot-title,
.aichatbot-notification .aichatbot-subtitle,
.aichatbot-notification .aichatbot-content {
    color: currentColor;
}
.aichatbot-notification.aichatbot-is-info {
    background-color: #3e8ed0;
    color: #fff;
    max-width: 250px;
    word-break: break-word;
}
.aichatbot-notification.aichatbot-is-success {
    background-color: #48c78e;
    color: #fff;
    max-width: 250px;
    word-break: break-word;
}
.aichatbot-notification.aichatbot-is-danger {
    background-color: #f14668;
    color: #fff;
    max-width: 250px;
    word-break: break-word;
}
.aichatbot-notification {
    background-color: whitesmoke;
    border-radius: 4px;
    position: relative;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}
.aichatbot-content h6 {
    color: #363636;
    font-weight: 600;
    line-height: 1.125;
}
.aichatbot-content h6 {
    font-size: 1em;
    margin-bottom: 1em;
}
.aichatbot-subtitle:not(:last-child), .aichatbot-content:not(:last-child), .aichatbot-message:not(:last-child), .aichatbot-title:not(:last-child), .aichatbot-notification:not(:last-child) {
    margin-bottom: 1.5rem;
}
.aichatbot-message {
    background-color: whitesmoke;
    border-radius: 4px;
    font-size: 1rem;
}
.aichatbot-card-content {
    background-color: transparent;
    padding: 1.5rem;
    overflow:auto;
    flex-grow: 1;
    flex-shrink: 1;
    max-height: 300px;
    min-height: 200px;
}
.aichatbot-columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}

.aichatbot-columns:last-child {
    margin-bottom: -0.75rem;
}
.aichatbot-subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}
.aichatbot-title {
    color: #013253;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.125;
}
.aichatbot-title,
.aichatbot-subtitle {
    word-break: break-word;
}
.aichatbot-is-hidden {
    display: none !important;
}

.aichatbot-is-danger.input, .aichatbot-is-danger.textarea {
    border-color: #f14668;
}

.aichatbot-is-danger.input:focus, .aichatbot-is-danger.textarea:focus, .aichatbot-is-danger.is-focused.input, .aichatbot-is-danger.is-focused.textarea, .aichatbot-is-danger.input:active, .aichatbot-is-danger.textarea:active, .aichatbot-is-danger.is-active.input, .aichatbot-is-danger.is-active.textarea {
    box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.aichatbot-has-text-centered {
    text-align: center !important;
}
.aichatbot-column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}
.aichatbot-box {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;
}
.aichatbot-container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
    min-width: 300px;
}
@media screen and (min-width: 769px), print {
    .aichatbot-column.aichatbot-is-narrow {
        flex: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .aichatbot-column.aichatbot-is-one-third {
        flex: none;
        width: 33.3333%;
    }
    .aichatbot-column.aichatbot-is-6 {
        flex: none;
        width: 50%;
    }
}
.aichatbot-button.aichatbot-is-success.aichatbot-is-loading::after {
    border-color: transparent transparent #fff #fff !important;
}
.aichatbot-message.aichatbot-is-info {
    background-color: #eff5fb;
}
.aichatbot-message.aichatbot-is-success {
    background-color: #effaf5;
}