section#demo {
    background: #add8e6;
    position: relative;
    padding: 0;
    min-height: 100vh;
    transition: height 9999s
}

.vertical-align {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%
}

.chatbot-widget {
    background: #fff;
    box-shadow: 2px 10px 40px rgba(22, 20, 19, .4);
    padding: 7px 15px;
    border-radius: 20px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 333333;
    min-width: 500px;
    max-height: 668px
}

@media(max-width:766px) {
    .chatbot-widget {
        border-radius: 0;
        z-index: 2147483001 !important;
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important
    }

    div.conv-form-wrapper div#messages,
    div.conv-form-wrapper div.wrapper-messages {
        max-height: 100vh
    }
}

div.conv-form-wrapper div#messages div.message.from {
    background: #495d7f
}

form.convFormDynamic button.submit {
    color: #495d7f;
    font-size: 18px !important
}

form.convFormDynamic button.submit:hover {
    background: #495d7f;
    color: #fff;
    font-size: 18px !important
}

div.conv-form-wrapper div.options div.option {
    border: 1px solid #495d7f;
    color: #495d7f;
    font-size: 18px !important
}

div.conv-form-wrapper div#messages div.message.to {
    color: #333
}

div.conv-form-wrapper div#messages div.message,
div.conv-form-wrapper div.messages.common div.message {
    font-size: 18px !important
}

form.convFormDynamic input.userInputDynamic {
    font-size: 18px;
    min-width: 200px;
    margin: 0 0 0 10px;
    box-shadow: none
}

form.convFormDynamic button.submit {
    margin-top: 7px
}

#chatbot-btn {
    z-index: 999 !important;
    position: fixed;
    text-align: center;
    height: 45px;
    width: 45px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    z-index: 9;
    bottom: 80px;
    right: 25px;
    background-color: #ee3535;
    color: #fff;
    will-change: box-shadow;
    -webkit-transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.close-chatbot:hover {
    cursor: pointer
}

.close-chatbot {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9
}

@media(max-width:766px) {
    #chatbot-btn {
        bottom: 10px;
        right: 10px
    }

    .chatbot-widget {
        min-width: 0
    }

    div.conv-form-wrapper div#messages,
    div.conv-form-wrapper div.wrapper-messages {
        height: calc(100vh - 120px)
    }

    form.convFormDynamic {
        position: fixed;
        bottom: 0
    }
}

div.conv-form-wrapper div.options {
    position: relative
}

div.conv-form-wrapper div.options div.option {
    display: block;
    margin-top: 10px
}

#convForm .iti {
    float: left;
    width: calc(100% - 70px);
    margin-right: 10px
}

.iti #userInput {
    padding-left: 50px
}

.selectize-control.userInputDynamic.single {
    box-shadow: none;
    border: none;
    display: inline-block;
    font-size: 18px;
    width: calc(100% - 70px);
    float: left;
    margin: 5px 10px 0 10px;
    padding-left: 7px !important
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
    border: none;
    box-shadow: none;
    height: 40px
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    font-size: 18px !important
}

.selectize-input.items {
    padding: 0 !important
}

.selectize-input.items .item {
    padding: 12px 0 !important
}

.selectize-dropdown.single.userInputDynamic {
    top: auto !important;
    left: 0 !important;
    visibility: visible !important;
    bottom: 100% !important;
    border: 1px solid #d3d3d3 !important
}

#liveCenterCbInput,
#liveChatInput,
.cb_input.userInputDynamic {
    border: none;
    padding: 7px 10px 7px 40px;
    outline: 0;
    float: left;
    width: calc(100% - 70px);
    line-height: 1.3em;
    min-height: 1.7em;
    max-height: 10rem;
    display: block;
    max-width: 88%;
    font-size: 18px;
    min-width: 200px;
    margin: 0 0 0 10px;
    box-shadow: none
}

#centercb-msg-submit,
#chat-msg-submit,
.chat-msg-submit {
    padding: 3px;
    border: none;
    float: left;
    margin: 8px 7px;
    cursor: pointer;
    border-radius: 5px;
    width: 36px;
    height: 35px;
    background: #fff;
    outline: 0 !important;
    margin-top: 9px;
    color: #495d7f;
    font-size: 18px !important;
    float: right
}

div.conv-form-wrapper:before {
    height: 60px
}

.cb_input.userInputDynamic {
    width: calc(100% - 95px) !important;
    margin-left: 0 !important
}

.cb_input.userInputDynamic.with_attachment {
    margin-left: 35px !important
}

#chatbot-btn .tooltiptext {
    visibility: hidden;
    width: 185px;
    background-color: #ee3535;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 60px
}

#chatbot-btn:hover .tooltiptext {
    visibility: visible
}

#chatbot-btn .tooltiptext:after {
    border-bottom: solid transparent 10px;
    border-top: solid transparent 10px;
    border-left: solid #ee3535 10px;
    bottom: 20px;
    content: " ";
    height: 0;
    left: 104%;
    margin-left: -10px;
    position: absolute;
    width: 0
}

#call_button .tooltiptext {
    visibility: hidden;
    width: 185px;
    background-color: #61b2db;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 60px
}

#call_button:hover .tooltiptext {
    visibility: visible
}

#call_button:hover {
    color: #fff
}

#call_button .tooltiptext:after {
    border-bottom: solid transparent 10px;
    border-top: solid transparent 10px;
    border-left: solid #61b2db 10px;
    bottom: 20px;
    content: " ";
    height: 0;
    left: 104%;
    margin-left: -10px;
    position: absolute;
    width: 0
}

#messages .message a {
    color: #fff;
    text-decoration: underline
}

#chtbt-upl-lc:hover {
    cursor: pointer
}

#center_cb_window,
.center_cb_window {
    background-color: rgba(240, 240, 240, .9);
    margin: 0;
    padding: 0;
    border: none;
    outline: 0
}

#center_cb_window div.conv-form-wrapper:before,
.center_cb_window div.conv-form-wrapper:before {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: #495d7f
}

.center_cb_window .close-chatbot {
    color: #fff
}

#close_center_cb,
.close_center_cb {
    color: #fff !important
}

#close_center_cb:hover,
.close_center_cb:hover {
    cursor: pointer
}

#center_cb_window #convForm,
.center_cb_window .convFormDynamic {
    background-color: #fff
}

#center_cb_window div.conv-form-wrapper div#messages div.message.to,
.center_cb_window div.conv-form-wrapper div#messages div.message.to {
    background: #06a278 !important;
    color: #fff
}

#center_cb_window div.conv-form-wrapper div#messages div.message.from,
.center_cb_window div.conv-form-wrapper div#messages div.message.from {
    background: #495d7f;
    color: #fff
}

#center_cb_window #messages,
.center_cb_window #messages {
    padding: 15px
}

#center_cb_btn {
    position: fixed;
    right: 0;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 1000;
    background-color: #495d7f;
    color: #fff;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    -webkit-transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.dropup .tooltiptext {
    visibility: hidden;
    width: 185px;
    background-color: #ee3535;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 0;
    position: absolute;
    z-index: 0;
    top: -5px;
    right: 60px;
    height: 60px;
    font-size: 24px
}

.dropup:hover .tooltiptext {
    visibility: visible
}

.dropup .tooltiptext:after {
    border-bottom: solid transparent 10px;
    border-top: solid transparent 10px;
    border-left: solid #ee3535 10px;
    bottom: 20px;
    content: " ";
    height: 0;
    left: 104%;
    margin-left: -10px;
    position: absolute;
    width: 0
}

#center_cb_window div.conv-form-wrapper div#messages div.message.to.red,
.center_cb_window div.conv-form-wrapper div#messages div.message.to.red {
    background-color: #fff !important;
    color: #333
}

.dropup {
    position: fixed;
    font-size: 24px;
    bottom: 80px;
    right: 25px;
    height: 45px;
    width: 45px;
    z-index: 10000
}

@media(max-width:766px) {
    .dropup {
        bottom: 10px !important;
        right: 10px !important
    }

    .dropup .slimScrollDiv {
        margin-top: 50px
    }
}

.dropup:before {
    content: none
}

.dropup>a,
.dropup>button {
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 20px 6px 10px;
    border-radius: 4px;
    display: inline-block;
    color: #000;
    text-decoration: none
}

.dropup>a:before,
.dropup>button:before {
    position: absolute;
    right: 7px;
    top: 12px;
    content: ' ';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000
}

.dropup input[type=checkbox] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0
}

.dropup input[type=checkbox]:hover {
    cursor: pointer
}

.dropup input[type=checkbox]:checked {
    position: fixed;
    z-index: +0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.dropup ul {
    position: absolute;
    bottom: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    right: 0;
    list-style: none;
    padding: 4px 0;
    display: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
    margin-bottom: 0;
    font-size: 18px;
    overflow-y: scroll
}

.dropup input[type=checkbox]:checked+ul {
    display: block
}

.dropup ul li {
    display: block;
    padding: 6px 20px;
    white-space: nowrap;
    min-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden
}

.dropup ul li:hover {
    background-color: #f5f5f5;
    cursor: pointer
}

.dropup ul li a {
    text-decoration: none;
    display: block;
    color: #000
}

.dropup .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    font-size: 1px;
    padding: 0
}
/* 
#chat-dropup-btn {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 24px;
    color: #fff;
    background: #ee3535;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    z-index: 10000;
    border: none
}

#chat-dropup-btn:before {
    content: none
} */
/* 
#chat-dropup-btn:hover {
    cursor: pointer
} */

div.convFormDynamic input.userInputDynamic {
    font-size: 18px;
    min-width: calc(100% - 85px) !important;
    margin: 0 0 0 10px;
    box-shadow: none;
    padding: 0 0 0 20px
}

div.convFormDynamic input.userInputDynamic:focus {
    border: none
}

div.convFormDynamic a.chat-msg-submit {
    margin-top: 7px
}

div.convFormDynamic a.chat-msg-submit {
    color: #495d7f;
    font-size: 18px !important;
    padding-left: 7px
}

div.convFormDynamic a.chat-msg-submit:hover {
    background: #495d7f;
    color: #fff;
    font-size: 18px !important
}

div.convFormDynamic {
    margin: 15px;
    padding: 0 !important;
    position: relative;
    box-shadow: 0 0 5px 5px rgba(222, 222, 222, .4)
}

.pulse-button,
.pulse-button .tooltip {
    background: #ee3535;
    color: #fff;
    display: block
}

.pulse-button {
    z-index: 100;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-animation: pulse 1.5s infinite
}

.pulse-button:active,
.pulse-button:after,
.pulse-button:hover {
    -webkit-animation: none;
    color: #fff
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(6, 162, 120, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(6, 162, 120, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(6, 162, 120, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(6, 162, 120, .4);
        box-shadow: 0 0 0 0 rgba(6, 162, 120, .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(6, 162, 120, 0);
        box-shadow: 0 0 0 10px rgba(6, 162, 120, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(6, 162, 120, 0);
        box-shadow: 0 0 0 0 rgba(6, 162, 120, 0)
    }
}

.pulse-button .tooltip {
    bottom: -20%;
    left: -200px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    height: 60px;
    opacity: 1;
    padding: 10px;
    position: absolute;
    width: 185px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .28)
}

.pulse-button .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.pulse-button .tooltip:after {
    border-bottom: solid transparent 10px;
    border-top: solid transparent 10px;
    border-left: solid #06a278 10px;
    bottom: 20px;
    content: " ";
    height: 0;
    left: 104%;
    margin-left: -10px;
    position: absolute;
    width: 0
}

.lte8 .pulse-button .tooltip {
    display: none
}

.lte8 .pulse-button:hover .tooltip {
    display: block
}

#close_chat_tooltip {
    float: left;
    background: #fff;
    border: none;
    margin-top: 9px;
    color: #06a278
}

@media(max-width:766px) {
    .pulse-button {
        bottom: 10px !important;
        right: 122px !important
    }
}

.cb_logobar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 8;
    height: 60px;
    padding: 8px !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.cb_title {
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 370px;
    margin: 0;
    margin-left: 5px
}

.message-avatar img {
    object-fit: cover;
    object-position: 50% 0
}

.hiddenfile {
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0
}

.cb-fupl-btn {
    font-size: 28px;
    position: absolute;
    left: 0;
    float: left;
    width: 38px;
    bottom: 0;
    text-align: center;
    color: #707070;
    height: 38px;
    padding: 5px;
    margin: 6px;
    border-radius: 5px;
    cursor: pointer;
    color: #495d7f
}

.cb-fupl-btn:hover {
    color: #fff;
    background-color: #495d7f
}

.cb-fupl-btn:before {
    font-size: 26px !important
}

.convFormDynamic .iti.iti--allow-dropdown {
    float: left;
    margin-left: 0;
    width: calc(100% - 55px) !important
}

.cb_input.error {
    color: red !important
}

.convFormDynamic .iti .userInputDynamic.cb_input {
    padding-left: 50px
}

.convFormDynamic .selectize-control.userInputDynamic.single {
    box-shadow: none;
    border: none;
    display: inline-block;
    font-size: 18px;
    width: calc(100% - 100px);
    float: left;
    margin: 0;
    padding-left: 7px !important
}

.convFormDynamic .selectize-control.single .selectize-input,
.convFormDynamic .selectize-control.single .selectize-input input {
    cursor: pointer;
    border: none;
    box-shadow: none;
    height: 40px
}

.convFormDynamic .selectize-dropdown,
.convFormDynamic .selectize-input,
.convFormDynamic .selectize-input input {
    font-size: 18px !important
}

.convFormDynamic .selectize-input.items {
    padding: 0 !important
}

.convFormDynamic .selectize-input.items .item {
    padding: 12px 0 !important
}

.convFormDynamic .selectize-dropdown.single.userInputDynamic.cb_input {
    display: block;
    position: absolute;
    visibility: visible;
    height: 200px;
    z-index: 2147483647;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0;
    top: -200px !important;
    bottom: 0 !important;
    background: #fff;
    max-height: 200px !important
}

#messages>.message.from a {
    color: #fff !important
}

.convFormDynamic .selectize-control.userInputDynamic.cb_input.single {
    padding: 5px;
    padding-left: 20px !important;
    height: 51px
}

.fi:before {
    content: " "
}
.flag-lazyload{
    background-image: none !important;
}