aside.chat-container .ac-textBlock {
    font-size: 14px !important;
}
aside.chat-container * {
    box-sizing: border-box;
}
aside.chat-container .ac-textInput {
    border-radius: 3px !important;
    border: 1px solid #ddd !important;
    padding: 9px 11px 9px 11px;
    line-height: 18px;
    height: 46px;
    font-size: 15px;
    background: #F9F9FB;
    margin-bottom: 5px;
}
aside.chat-container .ac-textInput:hover,
aside.chat-container .ac-textInput:focus {
    outline: none;
    box-shadow: none;
}
aside.chat-container .ac-textInput::placeholder {
    font-weight: 300;
}
aside.chat-container .ac-input:focus-visible {
    border-radius: 3px;
    border: 1px solid #00C4CC !important;
    line-height: 18px;
}
aside.chat-container .ac-actionSet .ac-pushButton:hover {
    color: #fff !important;
    background:#2C3E50;
}
aside.chat-container .ac-pushButton[aria-pressed="true"] {
    color: #fff !important;
    background:#00C4CC;
}

aside.chat-container .ac-input-container {
    border-radius: 10px;
    border-color: #D4D3D6;
}
aside.chat-container .ac-input-container .webchat__suggested-action button:not(:disabled):not([aria-disabled="true"]):active{
    background-color: transparent !important;
    border-color: #00C4CC !important;
    color: #00C4CC !important;

}
aside.chat-container .webchat__send-box__main {
    margin-top: 10px;
    display: flex;
    border: 1px solid #ddd;
    background: #fff !important;
    border-radius: 30px;
    padding-left: 10px;
}
aside.chat-container .webchat__send-box {
    background: #2C3E50 !important;
}
aside.chat-container .webchat__send-box__main .webchat__send-box-text-box {
    padding: 15px 10px;
}
aside.chat-container svg.webchat__send-icon path {
    fill: #00C4CC;
}
aside.chat-container  .webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content {
    background: #fff !important;
    color: #2e384d !important;
    border: none !important;
    border-radius: 15px !important;
    position: relative;
    overflow: visible;
    margin-bottom: 7px;
}
aside.chat-container  .webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content::before {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -4px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
}
aside.chat-container .webchat__send-box__main .webchat__send-box-text-box .webchat__send-box-text-box__input::placeholder {
    color: #000;
    font-weight: 300;
}
aside.chat-container  .webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content p {
    color: #2e384d;
}

aside.chat-container .webchat__stacked-layout__message {
    overflow: visible !important;
    padding-bottom: 10px;
}

aside.chat-container .webchat__bubble.webchat__bubble--from-user .webchat__bubble__content {
    background: #00C4CC !important;
    color: #fff !important;
    font-weight: 400;
    overflow: visible !important;
    border: none !important;
    position: relative;
    min-width: 54px;
    border-radius: 15px !important;
}
aside.chat-container .webchat__bubble.webchat__bubble--from-user .webchat__bubble__content::before {
    content: "";
    position: absolute;
    right: 25px;
    bottom: -4px;
    width: 10px;
    height: 10px;
    background: #00C4CC;
    transform: rotate(45deg);
}
aside.chat-container .webchat__bubble.webchat__bubble--from-user .webchat__bubble__content p {
    color: #fff;
}
aside.chat-container p {
    font-size: 14px;
    font-weight: 400;
}
aside.chat-container .webchat__bubble .webchat__bubble__content {
    padding: 0px 10px;
}
aside.chat-container .ac-input-container .webchat__suggested-action:not(:disabled):not([aria-disabled="true"]):active {
    color: #2C3E50 !important;
    border-color: #2C3E50;
    background: #fff !important;
}
aside.chat-container  .webchat__suggested-action:not(:disabled):not([aria-disabled="true"]):active {
    color: #2C3E50 !important;
    border-color: #2C3E50;
    background: #fff !important;
}
aside.chat-container  .ac-actionSet .ac-pushButton {
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 15px  !important;
    font-weight: 400 !important;
    padding: 8px 30px  !important;
    display: block !important;
    color: #00C4CC !important;
    background: #fff;
    border-radius: 30px !important;
    max-width: 370px;
    border: 2px solid #00C4CC;
    transition: all ease 0.3s;
}
aside.chat-container .ac-actionSet .ac-pushButton:hover {
    color: #fff !important;
    background: #00C4CC;
    border-color: #00C4CC;
}
aside.chat-container  .ac-actionSet .ac-pushButton[aria-pressed="true"] {
    color: #fff !important;
    background: #00C4CC;
    border-color: #00C4CC;
}
aside.chat-container .webchat__stacked-layout__avatar-gutter {
    height: 40px;
    width: 40px;
    background: #CCCCCC;
    border-radius: 50%;
}
aside.chat-container button.webchat__suggested-action {
    cursor: pointer;
    color: #00C4CC;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: 500;
    min-width: 90px;
    border-radius: 30px !important;
    background: #2C3E50 !important;
    transition: all ease 0.1s;
    border: 2px solid #00C4CC;
}
aside.chat-container .webchat__suggested-action:not(:disabled):not([aria-disabled="true"]):not(:active):hover {
    color: #ffffff !important;
    border-color: #ffffff;
    background: #2C3E50 !important;
}

aside.chat-container .ac-toggleInput > input[type="checkbox"] {
    accent-color: #00C4CC;
    color: white;
}

aside.chat-container .ac-toggleInput > input[type="checkbox"]:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

aside.chat-container .webchat__basic-transcript__scrollable::-webkit-scrollbar {
    width: 5px;
    background: rgba(255,255,255,0.2);
}

aside.chat-container .webchat__basic-transcript__scrollable::-webkit-scrollbar-track {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 2px;
}

aside.chat-container .webchat__basic-transcript__scrollable::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.4);
    border-radius: 2px;
}

aside.chat-container .webchat__basic-transcript__scrollable:hover::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,1);
}
aside.chat-container .chat-body section {
    background: #2C3E50;
    z-index: 10;
    position: relative;
}
aside.chat-container .webchat__suggested-actions__flow-box {
    z-index: 10;
    background: #2C3E50 !important;
    position: relative;
}
aside.chat-container .webchat__basic-transcript:focus-visible,
aside.chat-container .webchat__basic-transcript:focus {
    outline: none;
    border: none;
}
aside.chat-container .webchat__suggested-actions__flow-box:focus {
    background: #2C3E50;
    z-index: 10;
    position: relative;
    outline: none !important;
}

aside.chat-container {
    font-size: 14px;
}
aside.chat-container .chat-boxes {
    padding-right: 10px;
    max-height: 650px;
    overflow: auto;
}
aside.chat-container .chat-box {
    display: none;
    font-size: 16px;
    transition: height ease 0.5s;
    min-height: 5px;
}
aside.chat-container .chat-box.active {
    display: block;
}
aside.chat-container .chat-box * {
    white-space: normal !important;
}
aside.chat-container .chat-box p {
    font-size: 14px;
}
aside.chat-container .chat-box div[role=status] {
    top: 45px;
    position: absolute;
}
aside.chat-container .chat-box iframe {
    height: 300px;
    width: 100%;
}
aside.chat-container .ac-textBlock {
    white-space: normal !important;
}
aside.chat-container .chat-box .ac-container .ac-textBlock {
    white-space: normal !important;
    text-overflow: initial !important;
}
aside.chat-container .chat-box .ac-container .ac-actionSet button.ac-pushButton {
    font-size: 14px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F7F8 100%);
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
aside.chat-container .webchat__typingIndicator {
    margin-top: 10px;
    background-color: #00C4CC;
}
aside.chat-container div[class^="webchat--css"] {
    background: transparent !important;
}
aside.chat-container .webchat__stacked-layout__status {
    position: relative;

}

aside.chat-container div[class^="webchat--css"] .ac-container {
    background: #fff;
    border-radius: 20px;
}

aside.chat-container .chat-box .ac-container .ac-actionSet button.ac-pushButton:hover {
    background: linear-gradient(0deg, #FFFFFF 0%, #F2F7F8 100%);
    color: #E41937;
}
aside.chat-container .chat-box .ac-container .ac-actionSet button.ac-pushButton > div {
    white-space: normal !important;
    text-overflow: initial !important;
    font-size: 14px;
    line-height: 1.2;
}
aside.chat-container .chat-box .main button svg {
    margin-top: 5px;
}
aside.chat-container .chat-box > div {
    background-color: transparent;
}
aside.chat-container .chat-box .from-user .webchat__row.message .bubble {
    background: #3897B8;
    color: #fff;
    border-radius: 20px;
}
aside.chat-container .chat-box .from-user .webchat__row.message .bubble .plain {
    padding: 7px 15px;
}
aside.chat-container .chat-box .from-user .webchat__row.message .bubble * {
    color: #000;
}
aside.chat-container .chat-box .webchat__row.message .bubble {
    border-radius: 20px;
}
aside.chat-container .chat-box .webchat__row.message .bubble .markdown {
    font-size: 16px;
    padding: 7px 15px;
}
aside.chat-container .chat-box .webchat__row.message .bubble p a {
    color: #000;
}
aside.chat-container .chat-box .webchat__row.message .bubble * {
    color: #000;
}
aside.chat-container .webchat__stacked-layout__status * {
    color: #fff !important;
}

aside.chat-container .webchat__send-box__button:active {
    background: transparent;
}
aside.chat-container .webchat__send-box__button:hover {
    background: transparent;
}
aside.chat-container .webchat__send-box__button:not(:disabled):not([aria-disabled="true"]):not(:active):hover .webchat__icon-button__shade {
    background-color: transparent;
}
aside.chat-container .webchat__send-box__button:not(:disabled):not([aria-disabled="true"]):active .webchat__icon-button__shade {
    background-color: transparent;
}
aside.chat-container .webchat__send-box__button:hover  svg.webchat__send-icon path {
    fill: #2C3E50;
}
aside.chat-container .chat-body .webchat__suggested-actions__stack:focus {
    outline: none !important;
}
aside.chat-container .chat-body p {
    line-height: 1.5 !important;
    margin: 0 !important;
}
aside.chat-container .ac-horizontal-separator {
    height: 5px !important;
    max-width: 350px;
}
aside.chat-container .chat-body .chat-holder iframe {
    border: none;
}
aside.chat-container .chat-body .chat-holder iframe:focus {
    outline: none;
}
aside.chat-container .chat-body .title {
    font-size: 16px;
}
aside.chat-container .chat-body .box {
    text-align: center;
    margin: 10px 0 20px;
    padding: 20px 20px 0;
    border-radius: 5px;
}
aside.chat-container .chat-body .box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
aside.chat-container .chat-body .box .custom-button {
    font-weight: 600;
    width: 220px;
    display: block;
    margin: 0 auto 10px;
}


aside.chat-container .webchat__bubble:not(.webchat__bubble--from-user) {
    position: relative;
    padding-left: 50px;
}
aside.chat-container .webchat__bubble:not(.webchat__bubble--from-user):before {
    content: '';
    position: absolute;
    background-image: url('/assets/libs/webchat/avatar.png');
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
}

.go-top.active {
    bottom: 50%;
}
@media (max-width: 767px){
    aside.chat-container .ac-textInput {
        height: 40px;
        font-size: 13px;
    }
    aside.chat-container .ac-actionSet .ac-pushButton {
        padding: 8px 15px !important;
    }
    aside.chat-container .webchat__bubble .webchat__bubble__content {
        padding: 0 !important;
    }
    aside.chat-container .webchat__bubble.webchat__bubble--from-user .webchat__bubble__content,
    aside.chat-container .webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content {
        border-radius: 10px !important;
    }
    aside.chat-container .webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content::before {
        left: 15px;
    }
    aside.chat-container .webchat__bubble.webchat__bubble--from-user .webchat__bubble__content::before {
        right: 15px;
    }

    aside.chat-container .webchat__bubble:not(.webchat__bubble--from-user):before {
        content: none;
    }
    aside.chat-container .webchat__bubble:not(.webchat__bubble--from-user) {
        position: relative;
        padding-left: 0px;
    }
}