::-webkit-scrollbar {
    width: 6px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 1em;
    background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
    border-radius: 1em;
    background-color: rgba(50, 50, 50, .1);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .3);
}

.notification-area {
    min-height: 80px;
    padding: 15px;
    text-align: center;
}

.notification-area div {
    border-radius: 3px;
    border: 1px solid #1ABE9C;
    background: #C1F7E7;
    padding: 15px 20px;
    color: #001345;
    font-family: Switzer, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trustpilot-check {
    font-size: 16px;
    color: #3BBF93;
    margin-right: 10px;
}

.trustpilot-times {
    font-size: 14px;
    color: #8792A1;
    cursor: pointer;
}

.trustpilot-thanks-div {
    color: #001345;
    text-align: center;
    font-family: Switzer, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    max-width: 270px;
    margin: 0 auto;
}

.trustpilot-div {
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
    height: 52px;
    line-height: 52px;
    background-color: #FFFFFF;
    border: 1px solid #00BF7D;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trustpilot-a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.trustpilot-div span {
    font-family: Swansea-bold;
    font-size: 16px;
    color: #031242;
}

.trustpilot-div img {
    width: 82px;
    height: 20px;
    margin-left: 5px;
}

#trustpilot-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 8px 30px 0px rgba(3, 18, 66, 0.10);
}

#trustpilot-bottom button {
    margin-top: 14px;
    width: 96%;
    height: 40px;
    font-size: 14px;
    background: #031242;
    color: #FFFFFF;
    border-radius: 40px;
    border: none;
}

#cb-fixed-bub {
    cursor: pointer;
    position: fixed;
    right: 35px;
    bottom: 30px;
    height: 55px;
    width: 60px;
    z-index: 99;
    border-radius: 50%;
}

#cb-fixed-bub-img {
    overflow: hidden;
    width: 65px;
    height: 60px;
    margin-left: -3px;
    margin-top: -2px;
}

#cb-fixed-close-bub-img {
    display: none;
    overflow: hidden;
    width: 32px;
    height: 32px;
    margin-left: 50px;
    margin-top: -80px;
}

#cb-fixed-box {
    text-align: left;
    overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 0;
    height: 0;
    background-color: #FFFFFF;
    z-index: 1030;
    border-radius: 8px;
    /*box-shadow: 0px 3px 10px 2px rgb(52 68 89 / 10%);*/
}

@media (min-width: 415px) {
    #cb-fixed-box {
        width:400px;
    }
}

@media (max-width: 414px) {
    #cb-fixed-box {
        width:350px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

#cb-fixed-box-end-modal {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    z-index: 10;
    overflow: auto;
}

.chatbot-modal-notification-area {
    display: none;
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    top: 0;
    z-index: 8;
    border-radius: 4px 4px 0 0;
}

.chatbot-modal-notification-area .no-question-notification {
    text-align: center;
    background: #CBF3DC;
    border: 1px solid #97E6B8;
    color: #1ABE9C;
    font-size: 14px;
}

.chatbot-modal-notification-area img {
    image-rendering: auto;
    height: 20px;
    margin-top: -4px;
    margin-right: 6px;
}

#cb-fixed-box-modal {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}

#cb-fixed-box-modal > div {
    position: absolute;
    left: calc(50% - 150px);
    top: calc(50% - 100px);
    height: 168px;
    width: 300px;
    background-color: #F8F8FA;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 4px;
}

#cb-fixed-box-modal .title {
    display: inline-block;
    margin-top: 20px;
    margin-left: 30px;
    text-align: center;
    width: 241px;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    color: #031242;
    line-height: 18px;
}

#cb-fixed-box-modal .text {
    margin-top: 16px;
    margin-left: 18px;
    text-align: center;
    width: 264px;
    display: inline-block;
    height: 29px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(3, 18, 66, 0.6);
    line-height: 14px;
}

#cb-fixed-box-modal #modal-btn {
    margin-top: 18px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #a7b1c233;
}

#cb-fixed-box-modal #modal-btn button {
    background-color: #F8F8FA;
    width: 147px;
    height: 42px;
    font-size: 16px;
    font-weight: 600;
}

#cb-fixed-box-modal #modal-btn button:first-child {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #a7b1c233;
    color: #031242;
    border-radius: 0 0 0 4px;
}

#cb-fixed-box-modal #modal-btn button:last-child {
    margin-left: 1px;
    border: none;
    color: #0096F7;
    border-radius: 0 0 4px 0;
}


#cb-fixed-box-signout-modal {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 16;
}

#cb-fixed-box-signout-modal > div {
    position: absolute;
    left: calc(50% - 150px);
    top: calc(50% - 100px);
    height: 168px;
    width: 300px;
    background-color: #F8F8FA;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 4px;
}

#cb-fixed-box-signout-modal > div > img {
    width: 32px;
    margin-left: 134px;
    margin-top: 25px;
    image-rendering: auto;
}

#cb-fixed-box-signout-modal .title {
    display: inline-block;
    margin-top: 12px;
    margin-left: 30px;
    text-align: center;
    width: 241px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

#cb-fixed-box-signout-modal #modal-btn {
    display: flex;
    margin-top: 32px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #a7b1c233;
}

#cb-fixed-box-signout-modal #modal-btn button {
    background-color: #F8F8FA;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
    width: 50%;
}

#cb-fixed-box-signout-modal button:first-child {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #a7b1c233;
    color: #031242;
    border-radius: 0 0 0 4px;
}

#cb-fixed-box-signout-modal #modal-btn button:last-child {
    border: none;
    color: #0096F7;
    border-radius: 0 0 4px 0;
}

#cb-fixed-box-focus-modal {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 15;
}

#cb-fixed-box-focus-modal #cb-fixed-box-focus-modal-content {
    left: calc(50% - 130px);
    top: calc(50% - 140px);
    position: absolute;
    background-color: #F8F8F8;
    padding: 10px 30px;
    height: 280px;
    width: 260px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}

#cb-fixed-box-focus-modal #cb-fixed-box-focus-modal-content>img {
    width: 120px;
    margin-left: 40px;
    margin-top: 25px;
}

#cb-fixed-box-focus-modal #cb-fixed-box-focus-modal-content .title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #161E2E;
    line-height: 16px;
    margin-top: 6px;
    text-align: center;
}

#cb-fixed-box-focus-modal #cb-fixed-box-focus-modal-content .text {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #495056;
    width: 179px;
    margin-left: 10px;
    margin-top: 12px;
    line-height: 20px;
}

#cb-fixed-box-translate-modal {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}

#cb-fixed-box-translate-modal #cb-fixed-box-translate-modal-content {
    left: calc(50% - 170px);
    top: calc(50% - 200px);
    position: absolute;
    background-color: #F8F8F8;
    padding: 10px 30px;
    height: 400px;
    width: 340px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}

#cb-fixed-box-translate-modal-content #translateModal-close-icon {
    width: 16px;
    float: right;
    margin-right: -20px;
    cursor: pointer;
}

#cb-fixed-box-translate-modal-content .translateModal-title {
    font-family: ProximaNova-Bold;
    color: #495056;
    font-weight: 600;
    margin-top: 20px;
    font-size: 13px;
}

#cb-fixed-box-translate-modal-content .translateModal-item {
    font-family: ProximaNova-Regular;
    margin-top: 10px;
    color: #495056;
    font-size: 11px;
}

#cb-fixed-box-translate-modal-content .translateModal-check-area {
    margin-top: 30px;
    height: 20px;
}

#cb-fixed-box-translate-modal-content .translateModal-check-area img {
    cursor: pointer;
    width: 14px;
    margin-top: -2px;
    margin-right: 2px;
}

#cb-fixed-box-translate-modal-content .translateModal-check-area span {
    font-weight: 600;
}

#cb-fixed-box-translate-modal-content #cb_translate_accept_btn {
    margin-top: 19px;
    padding: 4px 12px;
    width: 100%;
    height: 32px;
    background-color: #3CBF93;
    border: 1px solid #3CBF93
}

#cb-fixed-box-img-show-modal {
    display: none;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}

#cb-fixed-bt-image {
    font-size: 16px;
    color: #afb8c5;
    cursor: pointer;
}

#cb-fixed-bt-emoji {
    font-size: 16px;
    color: #afb8c5;
    margin-left: 15px;
    cursor: pointer;
}

#cb-fixed-bt-image:hover, #cb-fixed-bt-emoji:hover {
    color: #0096f7;
}

#cb-fixed-box-img-show-modal #cb-fixed-box-img-show-modal-content {
    height: 92%;
    width: 90%;
    margin-top: 5%;
    margin-left: 5%;
    background: #F8F8FA;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cb-fixed-box-img-show-modal .cb-fixed-box-img-show-modal-content img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

#cb-fixed-box #cb-fixed-box-ed {
    margin-top: 40px;
    padding: 20px 10px 0px 10px;
    text-align: center;
}

#cb-fixed-box #cb-fixed-box-ed #title {
    margin-top: 37px;
}

#cb-fixed-box #cb-fixed-box-ed .title-h1 {
    font-size: 18px;
    font-weight: 600;
    color: #495056;
    margin-bottom: 5px;
}

#cb-fixed-box #cb-fixed-box-ed .title-h2 {
    font-weight: 400;
    color: rgba(73, 80, 86, 0.6);
    line-height: 20px;
}

#cb-fixed-box #cb-fixed-box-ed .email-chat-record {
    margin-top: 35px;
}

#cb-fixed-box #cb-fixed-box-ed .email-chat-record .email-record-title {
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

#cb-fixed-box #cb-fixed-box-ed .email-chat-record input {
    margin-top: 16px;
    width: 300px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid rgba(73, 80, 86, 0.2);
    padding-left: 8px;
    color: rgba(73, 80, 86, 0.8);
}

#cb-fixed-box #cb-fixed-box-ed .email-chat-record button {
    margin-top: 14px;
    width: 300px;
    height: 40px;
    font-size: 14px;
    background: #031242;
    color: #FFFFFF;
    border-radius: 40px;
    border: none;
}


#cb-fixed-box #cb-fixed-box-ed .email-chat-record .email-record-remind {
    display: none;
    font-weight: 600;
    color: #3CBF93;
    line-height: 14px;
    margin-top: 10px;
    font-size: 12px;
}

.email-record-remind.error {
    color: #FF0000 !important;
}

#cb-fixed-box #cb-fixed-box-ed .download-chat-record {
    margin-top: 50px;
}

#cb-fixed-box #cb-fixed-box-ed .download-record-title {
    font-weight: 600;
    color: #495056;
    font-size: 16px;
}

#cb-fixed-box #cb-fixed-box-ed .download-chat-record button {
    margin-top: 16px;
    width: 300px;
    height: 40px;
    background: #031242;
    border-radius: 40px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
}


#cb-fixed-box #cb-fixed-box-ed .download-record-remind {
    display: none;
    font-weight: 600;
    color: #0096f7;
    line-height: 14px;
    margin-top: 10px;
    font-size: 12px;
}

#cb-fixed-box #cb-fixed-box-ed .join-chat-suvery-area {
    margin-top: 50px;
    font-weight: 400;
    color: #495056;
    font-size: 16px;
}

#cb-fixed-box #cb-fixed-box-ed .join-chat-suvery-area button {
    cursor: pointer;
    color: #0096F7;
    font-weight: 600;
    background: #FFFFFF;
    border: none;
}


#cb-fixed-box #cb-fixed-box-ed .no-thanks {
    margin-top: 20px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #0096F7;
}

#cb-fixed-box #cb-fixed-box-survey {
    height: 100%;
    padding: 20px 10px 20px 10px;
}

#cb-fixed-box #cb-fixed-box-survey #title {
    margin-top: 37px;
    text-align: center;
}

#cb-fixed-box #cb-fixed-box-survey #title img {
    height: 40px;
    width: 40px;
}

#cb-fixed-box #cb-fixed-box-survey #title div {
    font-size: 18px;
    font-weight: 600;
    color: #161E2E;
    margin-bottom: 5px;
}

#cb-fixed-box #cb-fixed-box-survey #title span {
    display: inline-block;
    height: 40px;
    font-weight: 400;
    color: #34445975;
    font-size: 14px;
    width: 320px;
}

#cb-fixed-box #cb-fixed-box-survey #split-line {
    margin-top: 18px;
    margin-left: 10px;
    width: 100%;
    height: 1px;
    background-color: #D8DFE6;
}

#cb-fixed-box-survey #survey-score > div {
    height: 95px;
    margin-top: 13px;
    text-align: center;
}

#cb-fixed-box-survey #survey-score .score-title {
    display: inline-block;
    max-width: 274px;
    color: rgba(73, 80, 86, 0.8);
    line-height: 17px;
    font-weight: 500;
}

#cb-fixed-box-survey #survey-score .question-rate {
    display: flex;
    padding-left: 60px;
}

#cb-fixed-box-survey #survey-score .score-star {
    cursor: pointer;
    height: 40px;
    margin-right: 14px;
    width: 40px;
    background-size: 40px;
}

#cb-fixed-box-survey #survey-score .score-bottom span {
    font-size: 0.1em;
    color: #30446291;
    line-height: 14px;
}

#cb-fixed-box-survey #survey-score #survey-feedback {
    margin-top: 24px;
    height: auto;
}

#cb-fixed-box-survey #survey-score #survey-feedback textarea {
    resize: none;
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D8DFE6;
    font-weight: 400;
    color: #495056;
    line-height: 17px;
}

#cb-fixed-box-survey #bottom {
    text-align: center;
    padding-bottom: 20px;
}

#cb-fixed-box-survey #bottom button:first-child {
    margin-top: 5px;
    width: 100%;
    height: 40px;
    background: #031242;
    border-radius: 40px;
    border: none;
    font-weight: 600;
    color: #FFFFFF;
}


#cb-fixed-box-survey #bottom button:last-child {
    margin-top: 5px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #0096f7;
}

#cb-fixed-box-survey #bottom button:last-child:hover {
    color: #a7b1c2db;
}

#cb-fixed-box-thanks {
    text-align: center;
    margin-top: 120px;
}

#cb-fixed-box-thanks img {
    height: 280px;
}

#cb-fixed-box-thanks #h1 {
    font-size: 16px;
    font-weight: 600;
    color: #495056;
    line-height: 22px;
    margin-top: -22px;
}

#cb-fixed-box-thanks span {
    font-weight: 600;
    color: #495056;
    line-height: 22px;
    font-size: 16px;
}

#cb-fixed-box-thanks #h2 {
    font-size: 16px;
    font-weight: 400;
    color: #49505699;
    line-height: 19px;
    margin-top: 14px;
    width: 241px;
    margin-left: 78px;
}

#cb-fixed-box-thanks button {
    color: #FFFFFF;
    width: 240px;
    height: 32px;
    background: #031242;
    border-radius: 30px;
    border: none;
    margin-top: 21PX;
}



#cb-fixed-box-top {
    margin-top: 12px;
}

#cb-fixed-box-content {
    height: 630px;
    background: rgba(3, 18, 66, 0.05);
    overflow: auto;
    overflow-x: hidden;
}

#cb-fixed-box-bottom {
    width: 100%;
    height: auto;
    padding-bottom: 8px;
}

#cb-fixed-box-typing-hidden {
    font-size: 12px;
    margin-left: 15px;
    font-style: italic;
    color: rgba(73, 80, 86, 0.8);
    margin-top: 2px;
    visibility: hidden;
}

#cb-fixed-bt-left {
    display: inline-block;
    float: left;
    height: 26px;
    width: 50%;
}

#cb-fixed-bt-left > img {
    width: 18px;
    margin-left: 10px;
    line-height: 50px;
    margin-top: -5px;
}

#cb-fixed-bt-left > span {
    display: inline-block;
    line-height: 26px;
    font-size: 20px;
    align-content: center;
    margin-left: 5px;
    color: #031242;
    font-weight: 400;
}

#cb-fixed-bt-right {
    display: inline;
    position: relative;
    float: right;
    height: 26px;
    width: 50%;
}

#cb-fixed-bt-translate {
    display: none;
    float: right;
    cursor: pointer;
    width: 20px;
    margin-right: 20px;
}

#cb-fixed-bt-right .chatbot-fixed-bt-right-translate-dropdown {
    display: none;
    position: absolute;
    top: 40px;
    left: 60px;
    z-index: 5;
    width: 95px;
    padding: 5px 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 3px 10px 2px rgb(52 68 89 / 10%);
}

.chatbot-fixed-bt-right-translate-dropdown .chatbot-fixed-bt-translate-item {
    height: 26px;
    line-height: 26px;
    color: #212B35;
    cursor: pointer;
}

.chatbot-fixed-bt-right-translate-dropdown .chatbot-fixed-bt-translate-item:hover {
    height: 26px;
    line-height: 26px;
    background: rgba(52, 68, 89, 0.1);
    color: #1ABE9C;
}

#cb-fixed-bt-minimize {
    float: right;
    cursor: pointer;
    margin-right: 24px;
    color: #0096F7;
    font-weight: 900;
    font-size: 18px;
}

#cb-fixed-bt-close {
    float: right;
    cursor: pointer;
    margin-right: 18px;
    color: #0096F7;
    font-weight: 900;
    font-size: 18px;
}

.chatbot-fixed-bc-time {
    height: 18px;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 6px;
    color: #A7B1C2;
}

.chatbot-fixed-bc-leftside {
    padding-left: 10px;
    width: 100%;
    margin-bottom: 2px;
}

.chatbot-fixed-bc-leftside .chatbot-fixed-bc-avatar {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    overflow: hidden;
}

.chatbot-fixed-bc-leftside .chatbot-fixed-bc-avatar > img {
    border-radius: 15px;
    height: 30px;
}

.chatbot-fixed-bc-leftside .chatbot-fixed-bc-avatar .chatbot-fixed-bc-avatar-div {
    height: 30px;
    width: 30px;
    background: #27323F;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
}

.chatbot-fixed-bc-leftside .chatbot-fixed-bc-name {
    margin-left: 34px;
    margin-top: -30px;
    font-size: 14px;
    color: rgba(3, 18, 66, 0.6);
    font-weight: 400;
    font-size: 14px;
}

.chatbot-fixed-bc-leftside .chatbot-fixed-bc-msg {
    display: inline-block;
    position: relative;
    width: auto;
    max-width: 76%;
    margin-left: 34px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    font-size: 14px;
    border-radius: 0 10px 10px 10px;
    line-height: 18px;
    color: #031242;
}

.chatbot-fixed-bc-leftside .chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-content {
    margin: 10px 12px;
}

.chatbot-fixed-bc-leftside .chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-content ol{
    margin-left: -10px;
}

.chatbot-fixed-bc-leftside .chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-content a{
    word-break: break-all;
}

.chatbot-fixed-bc-leftside .chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-content p{
    font-size: 14px;
}

.chatbot-fixed-bc-leftside .chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-cs-content-text .edited {
    margin-left: 10px;
    color: #81878c;
}

.chatbot-fixed-bc-leftside .chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-content video {
    max-width: 300px;
}

.chatbot-fixed-bc-leftside .chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-content iframe {
    width: 100%;
}

.chatbot-fixed-bc-leftside .chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-cs-content {
    border-radius: 0 10px 10px 10px;
    overflow: hidden;
}


.chatbot-fixed-bc-leftside .chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-cs-content.trustpilot-msg {
    background: white;
    overflow: unset;
    border-radius: 10px;
}

.chatbot-fixed-bc-leftside .chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-cs-content-text a{
    color: #009DDC;
}

.chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-cs-content-text {
    padding: 6px 12px;
    width: 100%;
    table-layout: fixed;
    word-break: break-word;
}

.chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-cs-content-text .first_msg_selected {
    font-weight: 600;
}


.chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-cs-content-text a {
    color: #FFFFFF;
    text-decoration: underline;
}

.chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-cs-content-text .first_msg_typed {
    font-style: italic;
    font-weight: 500;
}

.chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-cs-content .translate-split-line {
    height: 1px;
    width: calc(100% - 24px);
    margin-left: 12px;
    background-color: #F4F6F9;;
}

.chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-cs-content-text-translate {
    font-size: 12px;
    font-weight: 400;
    color: #8E9499;
    padding: 6px 12px;
    width: 100%;
    table-layout: fixed;
}

.chatbot-fixed-bc-rightside {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
    width: 100%;
    padding-right: 10px;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-avatar {
    border-radius: 15px;
    height: 30px;
    width: 30px;
    float: right;
    overflow: hidden;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-avatar .chatbot-fixed-bc-avatar-div {
    border-radius: 15px;
    height: 30px;
    width: 30px;
    background: #9286FF;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-avatar > img {
    height: 30px;
    border-radius: 15px;
    image-rendering: auto;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-name {
    right: 44px;
    color: #A7B1C2;
    position: absolute;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-name .sub-name {
    font-size: 10px;
    background-color: #E4EFFC;
    margin-right: 4px;
    padding: 3px 5px 3px 5px;
    color: #2C4B76;
    font-weight: bolder;
    bottom: 2px;
    border-radius: 2px;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-msg-edit {
    display: none;
    position: relative;
    float: right;
    width: 60%;
    align-items: center;
    margin-top: 24px;
    padding: 8px;
    background: #D4F7F0;
    border-radius: 10px 0 10px 10px;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-msg-edit .chatbot-fixed-bc-msg-edit-box {
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #A7B1C2;
    padding: 8px 4px;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-msg-edit textarea {
    width: 100%;
    background: #FFFFFF;
    height: 50px;
    border-radius: 2px;
    resize: none;
    border: none;
    font-size: 14px;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-msg-edit .chatbot-fixed-bc-msg-edit-button {
    margin-top: 8px;
    padding: 0 8px;
    text-align: right;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-msg-edit .chatbot-fixed-bc-msg-edit-button button {
    width: 60px;
    height: 26px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 2px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    background: #FFFFFF;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-msg-edit .chatbot-fixed-bc-msg-edit-button .save_button {
    background: #1ABE9C;
    color: #FFFFFF;
    margin-left: 8px;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-cs-content {
    border-radius: 10px 0 10px 10px;
    overflow: hidden;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-cs-content-text .edited {
    margin-left: 10px;
    color: #f5f5f5;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-msg {
    display: inline-block;
    position: relative;
    float: right;
    width: auto;
    max-width: 76%;
    margin-right: 2px;
    margin-top: 24px;
    margin-bottom: 10px;
    background-color: #3C92E7;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 10px 0 10px 10px;
    z-index: 2;
    line-height: 18px;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-msg .chatbot-fixed-bc-msg-content {
    margin: 6px 12px;
}

.chatbot-fixed-bc-msg .message_img {
    cursor: pointer;
    max-height: 300px;
}

.chatbot-fixed-bc-rightside .chatbot-fixed-bc-msg-revise-icon {
    right: 6px;
}

.chatbot-fixed-bc-leftside .chatbot-fixed-bc-msg-revise-icon {
    left: 6px;
}

.chatbot-fixed-bc-msg-revise-icon {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #FFFFFF;
    width: auto;
    height: 24px;
    text-align: center;
    line-height: 24px;
    top: -6px;
    border-radius: 2px;
}

.chatbot-fixed-bc-msg-revise-icon > div {
    text-align: center;
    width: 24px;
    line-height: 100%;
    padding-top: 1px;
}

.chatbot-fixed-bc-msg-revise-icon .split_line {
    width: 1px;
    background-color: rgba(167, 177, 194, 0.2);
    height: 60%;
    margin-top: 4px;
}

.chatbot-fixed-bc-msg-revise-icon img {
    width: 20px;
    cursor: pointer;
}

.chatbot-fixed-bc-middle {
    font-size: 12px;
    text-align: center;
    color: #858F9C;
    padding: 2px 0;
}

.chatbot-box-icon {
    color: #0096F7;
    font-size: 18px;
    margin-left: 15px;
}

.current-chats-queue {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(3, 18, 66, 0.6);
    margin-left: 38px;
    margin-bottom: 20px;
}

.current-chats-queue-count {
    font-weight: 600;
    color: #68718E;
}


.chatbot-fixed-bc-topCategory {
    position: relative;
    padding-left: 12px;
    padding-bottom: 7px;
    padding-top: 4px;
    cursor: pointer;
    width: 100%;
    height: 60px;
    margin-left: -5%;
}

.chatbot-fixed-bc-topCategory:before {
    content: '';
    position: absolute;
    left: 15px;
    top: auto;
    bottom: 0;
    right: auto;
    height: 1px;
    width: 90%;
    background-color: #EBEEF0;
}

.chatbot-fixed-bc-topCategory:last-child:before {
    content: '';
    position: absolute;
    left: 18px;
    top: auto;
    bottom: 0;
    right: auto;
    height: 0px;
    width: 0px;
    background-color: #EBEEF0;
}

.chatbot-fixed-bc-topCategory .category-icon > img {
    height: 30px;
}

.chatbot-fixed-bc-topCategory .category-name {
    line-height: 17px;
    margin-left: 40px;
    margin-top: -28px;
    font-weight: 600;

}

.chatbot-fixed-bc-topCategory .category-description {
    max-width: 243px;
    margin-left: 40px;
    line-height: 14px;
    color: #A7B1C2;
    font-size: 12px;
    max-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.chatbot-fixed-bc-subCategoryTitle {
    height: auto;
    font-size: 14px;
    width: 255px;
    font-weight: 400;
    color: #49505687;
    line-height: 22px;
    padding-bottom: 4px;
}

.chatbot-fixed-bc-subCategory {
    display: flex;
    height: 44px;
    align-items: center;
    border: 0 solid #EBEEF0;
    border-bottom-width: 1px;
    cursor: pointer;
}

.chatbot-fixed-bc-subCategory .subCategory-name {
    color: rgb(73, 80, 86);
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.chatbot-fixed-bc-subCategory .category-icon {
    height: 6px;
    width: 6px;
    border-radius: 3px;
    background-color: #3C92E7;
    margin-right: 10px;
}

.chatbot-fixed-bc-subArticle {
    display: flex;
    height: 44px;
    align-items: center;
    border: 0 solid #EBEEF0;
    border-bottom-width: 1px;
    cursor: pointer;
}

.chatbot-fixed-bc-subArticle .article-name {
    color: rgb(73, 80, 86);
    max-height: 44px;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.chatbot-fixed-bc-subArticle .category-icon {
    height: 6px;
    width: 6px;
    border-radius: 3px;
    background-color: #3C92E7;
    margin-right: 10px;
}

#cb-fixed-bb-input {
    position: relative;
    height: 73px;
    width: 96%;
    margin-left: 2%;
    margin-top: 20px;
    border: 1px solid #c4cdd5;
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
}

#cb-fixed-bb-input .cb-fixed-bb-send-file-name{
    display: none;
    position: absolute;
    bottom: 5px;
    height: 28px;
    width: 98%;
    background: rgba(69, 192, 254, 0.1);
    left: 1%;
    border-radius: 4px;
    line-height: 28px;
}

#cb-fixed-bb-input .cb-fixed-bb-send-file-name i{
    cursor: pointer;
    color: rgba(69, 192, 254, 1);
    float: right;
    margin-top: 7px;
    margin-right: 6px;
}

#cb-fixed-bb-input .cb-fixed-bb-send-file-name span{
    font-size: 10px;
    color: rgba(36, 50, 64, 1);
    display: inline-block;
    padding-left: 10px;
    white-space: nowrap;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cb-fixed-bb-is-guest > a {
    display: block;
    color: #FFFFFF;
    width: 240px;
    height: 32px;
    background: #031242;
    border-radius: 30px;
    margin-bottom: 10px;
    line-height: 32px;
    text-align: center;
}

#cb-fixed-bb-is-guest, #cb-fixed-box-sign-in-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0;
}

#cb-fixed-box-sign-in-btn #is-guest-signIn, #cb-fixed-bb-is-guest > input {
    color: #FFFFFF;
    width: 96%;
    height: 30px;
    background: #031242;
    border-radius: 100px;
    border: unset;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
}

#cb-fixed-bb-is-guest > input {
    margin-left: 2%;
    margin-top: 7px;
}

#cb-fixed-box-sign-in {
    position: relative;
    /*height: 100%;*/
    /*height: 345px;*/
    font-family: "Switzer", serif;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn-error-msg {
    position: absolute;
    width: 97%;
    height: auto;
    left: 5px;
    margin: 10px 0;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #F7CC51;
    background: #FFF8DF;
    color: #9F3D00;
    font-size: 15px;
    display: none;
    align-items: center;
    justify-content: start;
    gap: 10px;
    word-break: break-word;
    z-index: 2;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn-error-msg .error-msg {
    flex: 1;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn-error-msg i {
    cursor: pointer;
    color: #F9AA00;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn-error-msg i:hover {
    color: #f1ba43;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn {
    width: 100%;
    height: 100%;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    background: #FFFFFF;
    z-index: 1;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page1 {
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 10px;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page1 > div {
    width: 100%;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page1 > div:first-child {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 7px 0;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page1 > div:first-child > span:last-child {
    position: absolute;
    right: 0;
    font-size: 20px;
    font-weight: 900;
    color: #B4BDCE;
    cursor: pointer;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page1 > div:first-child > span:last-child:hover {
    color: #a0b1d0;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .captcha-img-content {
    width: 80%;
    display: flex;
    background: white;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .captcha-img-content > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    font-size: 16px;
    background: white;
    padding: 5px 5px;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .captcha-img-content > div:last-child span {
    cursor: pointer;
    color: #031242;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .captcha-img-content > div:last-child span:hover {
    color: #6979ae;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page1 > div:last-child {
    margin-top: auto;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn input {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #D2DAF2;
    background: #FFF;
    padding: 8px;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page2 .page2-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page2 .page2-content .page2-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page2 .page2-content#page2-sms .page2-sms-input {
    position: relative;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page2 .page2-content#page2-sms .page2-sms-input > span:first-child input {
    padding-right: 30%;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page2 .page2-content#page2-sms .page2-sms-input #sms-token-countdown {
    position: absolute;
    right: 15px;
    top: 8px;
    color: #0096F7;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page2 .page2-content#page2-sms #chat-acc-signIn-sms-verify.disabled {
    pointer-events: none;
    background: #031242;
    opacity: 0.4;
    border-radius: 6px;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page2 .page2-content#page2-yubico {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    font-weight: normal;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page2 .page2-content#page2-yubico #chat-acc-signIn-yubico-verify {
    display: none;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page2 .page2-content#page2-yubico .yubico-key-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 10px 0;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page2 .page2-content#page2-yubico .yubico-key-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-page2 .page2-content#page2-yubico .yubico-key-img img {
    width: 27px;
    height: auto;
}


/** */
#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-captcha {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .cb-fixed-bb-signIn-captcha > div:last-child {
    width: 80%;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .captcha-img {
    display: flex;
    align-items: center;
    /*width: 100%;*/
    justify-content: center;
    width: 260px;
    height: 60px;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .spinner-animation {
    text-align: center;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .spinner-animation > div {
    width: 18px;
    height: 18px;
    background-color: #031242;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .spinner-animation .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .spinner-animation .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

#cb-fixed-box-sign-in #cb-fixed-bb-signIn .chat-acc-signIn-btn {
    width: 100%;
    height: 32px;
    border-radius: 30px;
    border: unset;
    background: #031242;
    color: #FFFFFF;
}

.download-btn-group {
    position: relative;
}

.download-btn-menu-item {
    display: grid;
    justify-items: stretch;
    justify-content: center;
}

.download-btn-menu-item li {
    padding: 10px;
    cursor: pointer;
}

.download-btn-menu-item li:hover {
    background: #F6F6F6;
}

.download-btn-group ul {
    min-width: unset !important;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

#cb-fixed-bb-input-ques {
    padding: 16px;
}

#cb-fixed-bb-input-ques > span {
    font-family: Swansea-bold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-left: 35%;
    color: #031242;
}

#cb-fixed-bb-input-ques > input {
    font-size: 14px;
    font-weight: 400;
    color: #495056;
    margin: 10px 0;
    padding-left: 10px;
    width: 100%;
    height: 32px;
    background: rgba(235, 243, 255, 0.6);
    border: 1px solid #EBF3FF;
    border-radius: 4px;
}

#cb-fixed-bb-input-ques > input::placeholder {
    color: rgba(73, 80, 86, 0.6);
}

#cb-fixed-bb-sent-agent {
    width: 96%;
    height: 30px;
    margin-left: 2%;
    margin-top: 7px;
    /*background: #031242;*/
    /*border-radius: 100px;*/
    border: unset;
    text-align: center;
    line-height: 30px;
    border-radius: 29px;
    border: 1px solid #031242;
    background: #FFF;
}

#cb-fixed-bb-sent-agent > img {
    width: 26px;
    margin-top: -4px;
}

#cb-fixed-bb-sent-agent > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #031242;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#cb-fixed-box-bb-emoji-box {
    text-align: center;
    height: 300px;
    display: none;
    position: absolute;
    width: 315px;
    background: #FFFFFF;
    bottom: 70px;
    left: 8px;
    border-radius: 8px;
    z-index: 1000;
    padding: 3px 10px;
    box-shadow: 1px 1px 1px 1px rgb(52 68 89 / 10%);
}

#cb-fixed-box-bb-emoji-box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px 6px;
    margin-top: 5px;
}

#cb-fixed-box-bb-emoji-box table tr {
    font-size: 20px;
}

#cb-fixed-box-bb-emoji-box table tr td {
    cursor: pointer;
}

#cb-fixed-box-bb-emoji-box > span {
    width: 0;
    height: 0;
    font-size: 0;
    border-width: 7px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent;
    position: relative;
    top: -10px;
    left: -102px;
}


#cb-fixed-bb-input-ques > textarea {
    font-size: 14px;
    color: #495056;
    resize: none;
    width: 100%;
    height: 120px;
    background: rgba(235, 243, 255, 0.6);
    border: 1px solid #EBF3FF;
    border-radius: 4px;
}

#cb-fixed-bb-input-ques > textarea::placeholder {
    color: rgba(73, 80, 86, 0.6);
}

#cb-fixed-bb-input-ques > button {
    color: #FFFFFF;
    width: 100%;
    height: 32px;
    background: #031242;
    border-radius: 100px;
    border: unset;
    margin-top: 5px;
}

#cb-fixed-bb-input > textarea {
    height: 73px;
    resize: none;
    border: none;
    font-size: 14px;
    width: 100%;
}

#cb-fixed-bb-input > textarea::-webkit-input-placeholder {
    color: rgba(3, 18, 66, 0.4);
}

#cb-fixed-bb-input > textarea::-ms-input-placeholder {
    color: rgba(3, 18, 66, 0.4);
}

#cb-fixed-bb-icon {
    height: 32px;
    width: 96%;
    margin-left: 2%;
    background-color: #F4F6F9;
    border: 1px solid #c4cdd5;
    border-top: 0 solid #c4cdd5;
    border-radius: 0 0 4px 4px;
    padding-left: 10px;
    line-height: 32px;
}

#cb-fixed-bb-icon img {
    cursor: pointer;
    width: 18px;
    margin-right: 14px;
}

#cb-fixed-bb-icon #cb-fixed-bt-bot-send, #cb-fixed-bb-icon #cb-fixed-bt-send  {
    cursor: pointer;
    margin-right: 5px;
    float: right;
    margin-top: 10px;
    font-size: 16px;
    color: #afb8c5;
}


.chatbot-notification-area {
    display: none;
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    top: 80px;
    z-index: 8;
}

.chatbot-notification-area .wake-agent-notification {
    text-align: center;
    background: #FFF2D1;
    border: 1px solid #F5A623;
    color: #F5A623;
    font-size: 14px;
}

.chatbot-notification-area .no-question-notification {
    text-align: center;
    background: #CBF3DC;
    border: 1px solid #97E6B8;
    color: #1ABE9C;
    font-size: 14px;
}


.chatbot-notification-area .close-chat-notification {
    text-align: center;
    background: #CBF3DC;
    border: 1px solid #97E6B8;
    color: #1ABE9C;
    font-size: 14px;
}

.chatbot-notification-area .remind-chat-notification {
    text-align: center;
    background: #FFF2D1;
    border: 1px solid #97E6B8;
    color: #F5A623;
    font-size: 14px;
}


.chatbot-notification-area img {
    image-rendering: auto;
    height: 20px;
    margin-top: -4px;
    margin-right: 6px;
}


#cb-hover-download {
    display: none;
    width: 137px;
    height: 22px;
    background-color: #1ABE9C;
    border-radius: 3px;
    margin: -2px 0 0 10px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'proxima-nova';
    font-size: 1px;
}

#cb-hover-download > span {
    width: 0;
    height: 0;
    font-size: 0;
    border-width: 3px;
    border-style: solid;
    border-color: transparent transparent #1ABE9C;
    position: absolute;
    color: #1ABE9C;
    margin-top: -6px;
    margin-left: 89px;
}

#cb-hover-email {
    display: none;
    width: 160px;
    height: 22px;
    background-color: #1ABE9C;
    border-radius: 3px;
    margin: -2px 0 0 15px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'proxima-nova';
    font-size: 1px;
}

#cb-hover-email > span {
    width: 0;
    height: 0;
    font-size: 0;
    border-width: 3px;
    border-style: solid;
    border-color: transparent transparent #1ABE9C;
    position: absolute;
    color: #1ABE9C;
    margin-top: -6px;
    margin-left: 118px;
}


.chatbot-fixed-bubble:hover {
    -webkit-animation: none;
    animation: none;
}

.chatbot-fixed-bubble {
    -webkit-animation: dock-ripple 1s ease-in-out infinite;
    animation: dock-ripple 1s ease-in-out infinite;
}

@-webkit-keyframes dock-ripple {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 250, 0, 0.95);
        box-shadow: 0 0 0 0 rgba(0, 250, 0, 0.95);
    }

    to {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 250, 0, 0);
        box-shadow: 0 0 0 15px rgba(0, 250, 0, 0);
    }

}

@keyframes dock-ripple {
    from {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 250, 0, 0.95);
        box-shadow: 0 0 0 0 rgba(0, 250, 0, 0.95);
    }

    to {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 250, 0, 0);
        box-shadow: 0 0 0 15px rgba(0, 250, 0, 0);
    }
}

#cb-fixed-minimize {
    text-align: left;
    overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: -10px;
    height: 0;
    padding-top: 10px;
    background: #FFFFFF;
    box-shadow: inset 0 -10px 10px -10px rgb(0 0 0 / 20%), -1px 0 10px rgb(0 0 0 / 10%), 1px -1px 10px rgb(0 0 0 / 10%);
    border-radius: 8px 8px 0 0;
    z-index: 1000;
}

@media (min-width: 415px) {
    #cb-fixed-minimize {
        width:400px;
    }
}

@media (max-width: 415px) {
    #cb-fixed-minimize {
        width:350px;
        left: 0;
        right: 0;
        margin: auto;
    }
}


#cb-fixed-minimize #min_logo {
    margin-top: -7px;
    margin-left: 10px;
    width: 18px;
    image-rendering: auto;
}

#cb-fixed-minimize .minimize_title {
    font-size: 20px;
    margin-left: 2px;
}

#cb-fixed-minimize .minimize_msg_count {
    text-align: center;
    vertical-align: super;
    display: none;
    height: 18px;
    width: 18px;
    font-size: 12px;
    background: #F39C12;
    color: #FFFFFF;
    border-radius: 50%;
    margin-left: 10px;
}

#cb-fixed-minimize .minimize_zoom_in {
    font-size: 12px;
    font-weight: 100;
    cursor: pointer;
    margin-left: 140px;
}

#cb-fixed-minimize #min-close {
    cursor: pointer;
    float: right;
    margin-right: 20px;
    margin-top: 9px;
    color: #0096F7;
    font-weight: 900;
    font-size: 18px;
}

#cb-fixed-minimize #min_zoom_in {
    cursor: pointer;
    float: right;
    margin-top: 8px;
    margin-right: 20px;
    color: #0096F7;
    font-weight: 900;
    font-size: 18px;
}

.chat_trust_pilot_rate_star {
    display: flex;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, #EEFFEF 0%, #FFF 100%);
    box-shadow: 0 2px 4px 0 rgba(3, 18, 66, 0.10);
    gap: 10px;
    border-radius: 10px;
}

.chat_trust_pilot_rate_star img {
    zoom: .5;
}

.chat_trust_pilot_rate_btn {
    border: unset;
    border-radius: 31px;
    background: linear-gradient(182deg, rgba(0, 243, 156, 0.00) 4.44%, rgba(0, 243, 156, 0.20) 98.22%), #031242;
    display: flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #FFF;
}

@media (max-width: 415px) {
    .chat_trust_pilot_rate_star{
        gap: 3px;
    }
}