body {}

.has-error .input {
    --border-opacity: 1;
    border-color: #D32929;
    border-color: rgba(211, 41, 41, var(--border-opacity));
}

.toastify {
    color: white;
}

.h-canned {
    height: 60vh;
}

.btn-chat-start,
.btn-option {
    display: inline-block;
    background: #6a7681;
    text-decoration: none;
    margin-top: 5px;
    padding: 5px 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #f1f1f5;
}

.btn-option-main {
    background: #816a6a;
    color: #ebe8e2;
}

.browser {
    display: none;
    height: 300px;
    width: 320px;
}

.mobile {
    display: none;
    height: 300px;
}

.times-white {
    background-image: url("../images/icon_times.png");
    background-size: cover;
}

.chat-item-active {
    background-color: #edecfc;
}

.btn-circle {
    border-radius: 20%;
    width: 56px;
    height: 56px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
    cursor: pointer;
}

.green-back {
    background-color: #16BE53;
}

.bottom-right {
    position: fixed;
    bottom: 30px;
    right: 45px;
}

.chat-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #FFF;
}

.chat-body {
    padding-top: 10px;
    padding-bottom: 10px;
    height: calc(100vh - 80px);
    overflow-y: auto;
}

.chat-body .chat-icon {
    background-color: white;
    width: 40px;
    height: 40px;
    margin-top: 8px;
}

.user-sender,
.user {
    font: 14px/20px "Lato", Arial, sans-serif;
    margin: 0;
    font-weight: 600;
    padding: 0;
}

.user {
    color: #B5B9C4;
}

.user-sender {
    color: #7EC8B6;
}

.chat-row2,
.chat-row {
    padding: 0px 5px;
    /*display: table;*/
    margin-bottom: 10px;
}

.chat-row.user {
    justify-content: flex-end;
}

.chat-row2 {
    text-align: right;
}

.chat-time {
    color: #94a3b8;
    font-size: .75rem;
    line-height: 1rem;
}

.bubble6,
.bubble3,
.bubble2,
.bubble {
    color: white;
    padding: 15px 15px;
    line-height: 26px;
    font: 14px/22px "Lato", Arial, sans-serif;
}

.bubble {
    margin-bottom: 10px;
    /*width: 90%;*/
    position: relative;
}

.support-bubble {
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #6961bf;
}

.bubble2 div {
    text-align: left;
}

.bubble6,
.bubble2 {
    background-color: #444753;
    margin-right: 5px;
    text-align: left;
    -webkit-border-radius: 15px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topright: 0;
    border-radius: 15px;
    border-top-right-radius: 0;
}

.bubble3 {
    background-color: rgba(14, 165, 233, .2);
    margin: 0 5px;
    -webkit-border-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topleft: 0;
    border-radius: 15px;
    border-top-left-radius: 0;
    color: #444753;
}

.bubble4 {
    background-color: #444753;
    -webkit-border-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topleft: 0;
    border-radius: 15px;
    border-top-left-radius: 0;
    color: #FFF;
}

.bubble-start {
    margin: 25px 15px 0 15px;
    padding: 15px 15px;
    color: #64748b;
    display: none;
}

.block {
    /*margin: 5px 0;*/
}

.chat-welcome {
    display: none;
}

.block select,
.block input {
    /*width: 90%;*/
}

.bubble5,
.bubble-start {
    background-color: #e7e8f9;
}

.bubble-monitor {
    background-color: #f9e7e7;
}

.bubble-avatar {
    background-color: #c7caef;
}

.bubble6 {
    background-color: rgba(255, 152, 0, .1);
    color: #334155
}

.bubble-error {
    background-color: #ffd3d3;
    color: #a76161;
}

.support-bubble-text {
    margin-left: 0px;
}

.chat-input-active {
    background: #ecebfb !important;
    border: 1px solid rgba(79, 70, 229, .3);
}

.chat-input {
    display: flex;
    align-items: center;
    background: #e1e1e1;
    opacity: 0.85;
    margin: 0 5px 5px 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 15px;
}

.chat-input input[type=text] {
    border: none;
    resize: none;
    color: #707070;
    font-size: 16px;
    width: 100%;
    word-wrap: break-word;
    height: 30px;
    max-height: 200px;
    background: transparent;
}

.chat-input input[type=text]:focus {
    outline: none;
    /* background-color: #fff;
    box-shadow: 0 0 100px 0 rgba(0,0,0,.1); */
    height: 30px;
}

.chat-input .chat-input-buttons {
    width: 45px;
    padding-right: 16px;
    display: flex;
}

.chat-input svg {
    width: 18px;
    height: 18px;
}

.chat-input .chat-input-buttons svg path {
    fill: #8b8b8b;
}

.chat-input .btn {
    padding-left: 5px;
    padding-top: 10px;
}

.chat-input .icon {
    width: 20px;
    height: 21px;
}

.chat-input .active-button {
    /*background-color: #16BE53;*/
    width: 20px;
    height: 20px;
    /*border-radius: 50%;*/
    margin-left: 0px;
    cursor: pointer;
    margin-right: 15px;
}

.chat-input .active-button.btn-send {
    background-image: url("../images/Send-Active.svg");
    background-size: cover;
}

.chat-input .active-button.btn-send {
    color: #FFF;
}

/* Dot Animation */
.typing {
    display: inline-block;
    padding: 20px;
}

.typing i {
    background-color: #8f8880;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin-right: 3px;
    width: 8px;
}

.svg-inline {
    display: inline-block;
}

.user-img2,
.user-img {
    display: inline-table;
    position: relative;
    top: 24px;
    background: #bf616136;
    border-radius: 50%;
}

.user-img2 {
    background: #0089ff30;
}

.bubble-elements {
    display: inline-table;
    position: relative;
    max-width: 75%;
}

.onlinealt,
.online {
    width: 35px;
    border-radius: 60%;
    display: block;
    text-align: center;
    padding: 10px;
    fill: #FFF;
}

.onlinealt {
    margin: 6px auto;
}

.chat-text {
    width: 100%;
    padding: 0 5px;
}

.chat-text-field {
    margin-top: 0;
    height: 33px;
}

.typing .a {
    animation: bounce 1s 0s infinite ease-in;
}

.typing .b {
    animation: bounce 1s 0.25s infinite ease-in;
}

.typing .c {
    animation: bounce 1s 0.5s infinite ease-in;
    margin: 0;
}

.tooltip-custom-style {

    display: block;
    height: 300px;
    width: 240px;
}

.tooltipster-light {
    top: 442px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: #FFF;
    color: #666666;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .32);
}

.tooltipster-light .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
}

.btn-answer {
    color: #4f46e5;
    font-weight: 500;
    background-color: rgba(79, 70, 229, .1);
    border-color: rgba(79, 70, 229, .3);
    border-width: 1px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    align-items: center;
    border-radius: 0.5rem;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    letter-spacing: .025em;
    padding: 0.5rem 1.25rem;
    text-align: center;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    margin-top: 10px;
    ;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.timepicker-ui-wrapper,
.timepicker-ui-wrapper.mobile {
    height: auto !important;
}



.drawflow-wrapper {
    width: 100%;
    height: calc(100vh - 250px);
    display: flex;
}

@keyframes bounce {
    0% {
        opacity: .75;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    67% {
        opacity: .75;
        transform: scale(0.5);
    }

    100% {
        opacity: .75;
        transform: scale(0.5);
    }
}

@media (max-width: 768px) {
    .chat-window {
        width: 100%;
        position: fixed;
        bottom: 0px;
        right: 0px;
    }

    .btn-circle {
        position: initial;
        float: right;
        margin: 20px;
    }

    .bottom-right {
        position: fixed;
        bottom: 25px;
        right: 10px;
    }
}

@media (max-height: 800px) {
    .chat-body {
        height: calc(100vh - 45px);
    }

    .h-canned {
        height: 45vh;
    }
}