a.carebot-ai-toggle {
    z-index: 999;
    height: 70px;
    width: 70px;
    display: block;
    border-radius: 50%;
    background: #13C4A1;
    position: fixed;
    padding: 11px;
    right: 20px;
    font-size: 30px;
    bottom: 30px;
    text-align: center;
    transition: all ease 0.5s;
    visibility: visible;
    box-shadow: 0 13px 13px rgb(255 255 255 / 20%);
    opacity: 1;
}
a.carebot-ai-toggle:hover .carebot-ai-rollover {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
a.carebot-ai-toggle:hover .carebot-ai-icon {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
a.carebot-ai-toggle .carebot-ai-rollover {
    pointer-events: none;
    visibility: hidden;
    transition: all ease 0.1s;
    opacity: 0;
    right: 0px;
    top: 0px;
    position: absolute;
    font-size: 16px;
    color: #fff;
    border-radius: 35px;
    background: #13C4A1;
    height: 70px;
    line-height: 50px;
    padding: 11px 25px;
    width: 200px;
}
a.carebot-ai-toggle .carebot-ai-rollover .carebot-ai-rollover-icon {
    position: relative;
    top: 0px;
    margin-right: 6px;
}
a.carebot-ai-toggle svg {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-name: tada;
    animation-name: tada;
}
a.carebot-ai-toggle.active {
    right: -400px;
    opacity: 0;
    visibility: hidden;
}
aside.carebot-ai-container {
    opacity: 0;
    font-size: 14px;
    visibility: hidden;
    z-index: 99999;
    right: 0;
    position: fixed;
    width: 480px;
    max-width: 100%;
    bottom: -750px;
    border-radius: 10px;
    transition: all ease 0.5s;
    box-shadow: 0px 15px 49px rgba(160, 194, 255, 0.25);
    margin: 0.75em;
    overflow: hidden;
}
aside.carebot-ai-container.active {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}
aside.carebot-ai-container {
    display: none;
    font-size: 14px;
    min-height: 30px;
    transition: height ease 0.5s;
}
aside.carebot-ai-container .carebot-ai-body {
    background: #fff;
    padding: 20px;
    max-height: 650px;
    overflow: auto;
}
aside.carebot-ai-container.active {
    display: block;
}
aside.carebot-ai-container * {
    white-space: normal !important;
}
aside.carebot-ai-container p {
    font-size: 14px;
}
aside.carebot-ai-container div[role=status] {
    top: 45px;
    position: absolute;
}
aside.carebot-ai-container iframe {
    height: 300px;
    width: 100%;
}
aside.carebot-ai-container * {
    box-sizing: border-box;
}
aside.carebot-ai-container .ac-textBlock {
    font-size: 14px !important;
}
aside.carebot-ai-container .ac-textInput {
    border-radius: 3px !important;
    border: 1px solid #D4D3D6 !important;
    padding: 9px 11px 9px 11px;
    line-height: 18px;
}
aside.carebot-ai-container .ac-input:focus-visible {
    border-radius: 3px;
    border: 1px solid #2E5BFF !important;
    line-height: 18px;
}
aside.carebot-ai-container .ac-pushButton[aria-pressed="true"] {
    background: #fff !important;
    color: #070A3C !important;
    border-color: #070A3C !important;
}
aside.carebot-ai-container .ac-input-container {
    border-radius: 10px;
    border-color: #D4D3D6;
}
aside.carebot-ai-container .ac-input-container .webchat__suggested-action button:not(:disabled):not([aria-disabled="true"]):active{
    background-color: transparent !important;
    border-color: #2E5BFF !important;
    color: #2E5BFF !important;
}
aside.carebot-ai-container .webchat__send-box__main {
    margin-top: 10px;
    display: flex;
    border: 1px solid #e6e6e6;
    background: #f4f6fc !important;
    border-radius: 8px;
    padding-left: 10px;
}
aside.carebot-ai-container svg.webchat__send-icon path {
    fill: #484a74;
}
aside.carebot-ai-container svg.webchat__send-icon:hover path {
    fill: #D72373;
}
aside.carebot-ai-container .webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content {
    background: #F4F6FC !important;
    color: #2e384d !important;
    border: none !important;
    border-radius: 10px !important;
    min-width: 60px;
    position: relative;
    overflow: visible;
}
aside.carebot-ai-container .webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content::before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #f4f6fc;
    transform: rotate(45deg);
}
aside.carebot-ai-container .webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content p {
    color: #2e384d;
}
aside.carebot-ai-container .webchat__stacked-layout__message {
    overflow: visible !important;
    padding-bottom: 10px;
}
aside.carebot-ai-container .webchat__bubble.webchat__bubble--from-user .webchat__bubble__content {
    background: #484A74 !important;
    color: #fff !important;
    font-weight: 400;
    overflow: visible !important;
    border: none !important;
    position: relative;
    min-width: 60px;
    border-radius: 10px !important;
}
aside.carebot-ai-container .webchat__bubble.webchat__bubble--from-user .webchat__bubble__content::before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #484A74;
    transform: rotate(45deg);
}
aside.carebot-ai-container .webchat__bubble.webchat__bubble--from-user .webchat__bubble__content p {
    color: #fff;
    padding: 5px 10px !important;
}
aside.carebot-ai-container p {
    font-size: 14px;
    font-weight: 400;
}
aside.carebot-ai-container .webchat__bubble .webchat__bubble__content {
    padding: 5px;
}
aside.carebot-ai-container .ac-input-container .webchat__suggested-action:not(:disabled):not([aria-disabled="true"]):active {
    background-color: transparent !important;
    border-color: #2E5BFF !important;
    color: #2E5BFF !important;
}
aside.carebot-ai-container  .webchat__suggested-action:not(:disabled):not([aria-disabled="true"]):active {
    background: #fff;
    border-color: #070A3C !important;
    color: #070A3C !important;
}
aside.carebot-ai-container .webchat__stacked-layout__avatar-gutter {
    /*height: 40px;*/
    width: 40px;
    /*background: #CCCCCC;*/
    border-radius: 50%;
}
aside.carebot-ai-container .ac-container .ac-actionSet button.ac-pushButton,
aside.carebot-ai-container button.webchat__suggested-action {
    cursor: pointer;
    font-weight: 500;
    color: #070A3C;
    height: 40px;
    background: #fff;
    font-size: 14px;
    border-radius: 8px !important;
    padding: 0 15px !important;
    border: 1px solid #070a3c47 !important;
}
aside.carebot-ai-container .ac-container .ac-actionSet button.ac-pushButton:hover,
aside.carebot-ai-container button.webchat__suggested-action:hover,
aside.carebot-ai-container .webchat__suggested-action:not(:disabled):not([aria-disabled="true"]):not(:active):hover {
    border-color: #484a74 !important;
    background: #fff !important;
}
aside.carebot-ai-container .ac-image {
    margin-bottom: 10px;
}
aside.carebot-ai-container img.ac-image {
    border-radius: 10px;
}
aside.carebot-ai-container .ac-image img {
    border-radius: 10px;
}
aside.carebot-ai-container .ac-toggleInput > input[type="checkbox"] {
    accent-color: #2E5BFF;
    color: white;
}
aside.carebot-ai-container .ac-toggleInput > input[type="checkbox"]:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}
aside.carebot-ai-container .webchat__basic-transcript__scrollable::-webkit-scrollbar {
    width: 5px;
}
aside.carebot-ai-container .webchat__basic-transcript__scrollable::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
}
aside.carebot-ai-container .webchat__basic-transcript__scrollable::-webkit-scrollbar-thumb {
    background: #E5E6E8;
    border-radius: 2px;
}
aside.carebot-ai-container .webchat__basic-transcript__scrollable::-webkit-scrollbar-thumb:hover {
    background: #2E5BFF;
}
aside.carebot-ai-container .carebot-ai-holder {
    font-size: 13px;
    min-height: 90px;
}
aside.carebot-ai-container .carebot-ai-holder > div {
    max-height: 600px;
    height: 100%;
    overflow: auto;
}
aside.carebot-ai-container .carebot-ai-body section {
    background: white;
    z-index: 10;
    position: relative;
}
aside.carebot-ai-container .carebot-ai-body section article:nth-child(1) .webchat__stacked-layout__status{
    height: 1px;
}
aside.carebot-ai-container .webchat__suggested-actions__flow-box {
    background: white;
    z-index: 10;
    position: relative;
}
aside.carebot-ai-container .webchat__suggested-actions__flow-box:focus {
    background: white;
    z-index: 10;
    position: relative;
    outline: none !important;
}
aside.carebot-ai-container .webchat__carousel-filmstrip__main .webchat__bubble:not(.webchat__bubble--from-user):before {
    content: none;
}
aside.carebot-ai-container .webchat__carousel-filmstrip__main .webchat__bubble:not(.webchat__bubble--from-user) {
    padding-left: 0px !important;
}
aside.carebot-ai-container .ac-container .ac-textBlock[role="heading"] p {
    margin-bottom: 10px !important;
    color: #070A3C;
    font-weight: 600;
}
aside.carebot-ai-container .ac-container .ac-textBlock[role="heading"] {
    white-space: normal !important;
    text-overflow: initial !important;
}
aside.carebot-ai-container .ac-actionSet,
aside.carebot-ai-container .ac-container .ac-actionSet {
    display: block !important;
}
aside.carebot-ai-container .ac-container .ac-actionSet button.ac-pushButton > div {
    white-space: normal !important;
    text-overflow: initial !important;
}
aside.carebot-ai-container .main button svg {
    margin-top: 5px;
}
aside.carebot-ai-container > div {
    background-color: transparent;
}
aside.carebot-ai-container .from-user .webchat__row.message .bubble {
    background: #3897B8;
    color: #fff;
    border-radius: 20px;
}
aside.carebot-ai-container .from-user .webchat__row.message .bubble .plain {
    padding: 7px 15px;
}
aside.carebot-ai-container .from-user .webchat__row.message .bubble * {
    color: #000;
}
aside.carebot-ai-container .webchat__row.message .bubble {
    border-radius: 20px;
}
aside.carebot-ai-container .webchat__row.message .bubble .markdown {
    font-size: 16px;
    padding: 7px 15px;
}
aside.carebot-ai-container .webchat__row.message .bubble p a {
    color: #000;
}
aside.carebot-ai-container .webchat__row.message .bubble * {
    color: #000;
}
aside.carebot-ai-container .carebot-ai-header {
    height: 60px;
    position: relative;
    text-align: center;
    background: #13C4A1;
    font-weight: bold;
    padding: 20px;
}
aside.carebot-ai-container header {
    position: relative;
    box-shadow: none;
    left: inherit;
    right: inherit;
    height: auto;
    background: transparent;
    z-index: 1;
}
aside.carebot-ai-container .carebot-ai-header .carebot-ai-title {
    margin: 0;
    font-size: 18px;
    color: #fff;
}
aside.carebot-ai-container .carebot-ai-header .carebot-ai-icon {
    width: 30px;
    display: block;
    position: absolute;
    top: 19px;
}
aside.carebot-ai-container .carebot-ai-header .carebot-ai-icon {
    left: 18px;
    top: 12px;
    width: 30px;
    height: 30px;
    font-size: 25px;
}
aside.carebot-ai-container .carebot-ai-header .carebot-ai-close {
    right: 20px;
    position: absolute;
    top: 20px;
    display: block;
    height: 20px;
    width: 20px;
}
aside.carebot-ai-container svg {
    max-width: 100%;
    max-height: 100%;
}
aside.carebot-ai-container .carebot-ai-body .webchat__suggested-actions__stack:focus {
    outline: none !important;
}
aside.carebot-ai-container .carebot-ai-body p {
    line-height: 1.5 !important;
    margin: 0 !important;
}
aside.carebot-ai-container .carebot-ai-body p a.ac-anchor {
    background: #484a74;
    display: inline-block;
    padding: 12px 15px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    transition: none;
    border: 1px solid #484a74 !important;
    border-radius: 8px;
}
aside.carebot-ai-container .carebot-ai-body p a.ac-anchor:hover {
    color: #070A3C !important;
    border-color: #070A3C;
    background: #ffff;
}
aside.carebot-ai-container .ac-horizontal-separator {
    height: 5px !important;
}
aside.carebot-ai-container .carebot-ai-body .carebot-ai-holder iframe {
    border: none;
}
aside.carebot-ai-container .carebot-ai-body .carebot-ai-holder iframe:focus {
    outline: none;
}
aside.carebot-ai-container .carebot-ai-body .title {
    font-size: 16px;
}
aside.carebot-ai-container .carebot-ai-body .box {
    text-align: center;
    margin: 10px 0 20px;
    padding: 20px 20px 0;
    border-radius: 5px;
}
aside.carebot-ai-container .carebot-ai-body .box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
aside.carebot-ai-container .carebot-ai-body .box .custom-button {
    font-weight: 600;
    width: 220px;
    display: block;
    margin: 0 auto 10px;
}
aside.carebot-ai-container  .ac-actionSet {
    flex-direction: initial !important;
}
@media (max-width: 767px){
    aside.carebot-ai-container .carebot-ai-holder>div {
        max-height: 70vh;
    }
    aside.carebot-ai-container {
        max-width: 92%;
    }
    aside.carebot-ai-container .carebot-ai-header .icon.icon-chat {
        top: 8px;
    }
    aside.carebot-ai-container .carebot-ai-header {
        padding: 16px 20px;
    }
    a.carebot-ai-toggle {
        height: 60px;
        width: 60px;
        font-size: 25px;
        padding: 10px;
        right: 10px;
        bottom: 10px;
    }
    a.carebot-ai-toggle .carebot-ai-icon svg {
        height: 26px;
        width: 26px;
    }
    a.carebot-ai-toggle {
        transition: none;
    }
    a.carebot-ai-toggle .carebot-ai-rollover {
        display: none;
    }
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes right {
    0% , 100%{transform: translateY(-10px) }
    50% { transform: translateY(10px) }
}
@keyframes left {
    0% , 100%{ transform: translateY(10px) }
    50% { transform: translateY(-10px) }
}