/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#bina_chat_botFrame {
    max-width: 90%;
}

.bina_chat_bot_align_bottom {
    bottom: 0;
}

.bina_chat_bot_align_right {
    right: 0;
}

.bina_chat_bot_align_left {
    left: 0;
}

.bina_chat_bot_main_button {
    height: 60px;
    width: 60px;
    position: fixed;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    border-radius: 50%;
    cursor: pointer;
    background-size: 55% 63%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999999999;
    transition: box-shadow 0.2s ease-in-out !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16) !important;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.bina_chat_bot_main_button:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09), 0 4px 40px rgba(0, 0, 0, 0.24) !important;
    transition: all 0.2s !important;
}

.bina_chat_bot_main_button.bina_chat_bot_animated {
    animation-duration: 0.2s;
    animation-fill-mode: both;
}

.bina_chat_bot_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#bina_chat_botFrame {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    z-index: 99999999;
    border: 0;
    border: 0px;
    height: 90%;
    margin: 25px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16) !important;
    display: none;
    border-radius: 7px;
}

.bina_chat_bot_close {
    transform: scale(0.7);
    bottom: -22px !important;
}

.bina_chat_bot_align_left.bina_chat_bot_close {
    left: -22px !important;
}

.bina_chat_bot_align_right.bina_chat_bot_close {
    right: -22px !important;
}

#bina_chat_bot_box_new_message {
    min-width: 180px;
    display: none;
    bottom: 90px;
    font-size: 13px;
    overflow: hidden;
    padding: 7px 5px;
    animation-duration: 0.2s;
    cursor: pointer;
    animation-fill-mode: both;
    position: fixed;
    z-index: 9999;
    background: #fff;
    color: #444;
    max-width: 100% !important;
    line-height: 23px;
    border-radius: 5px;
    transition: box-shadow 0.2s ease-in-out !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16) !important;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.bina_chat_bot_main_button_left {
    left: 25px !important;
    right: unset !important;
}


.bina_chat_bot_main_button_right {
    left: unset !important;
    right: 25px !important;
}

#bina_chat_bot_box_new_message_content {
    padding: 0 5px 0 10px;
}

.bina_chat_bot_dc_text > span {
    padding: 5px 10px;
}

#bina_chat_bot_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 !important;
    margin: 0 !important;
}

#bina_chat_bot_dc_title {
    padding: 0px 3px 10px 10px;
    font-weight: bold;
    font-size: 14px;
    color: rgb(30, 106, 230);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

#bina_chat_bot_dc_title > span {
    padding: 0 10px;
}

#bina_chat_bot_close_autopm {
    float: left;
    cursor: pointer;
    opacity: .5;
    margin-left: -5px;
}

#bina_chat_bot_close_autopm:hover {
    opacity: 1;
}

#bina_chat_bot_close_autopm svg {
    float: left;
    cursor: pointer;
    opacity: .5;
    margin: 0 6px 0 -2px !important;
    fill: #333;
}
