﻿
#iFrameLetsTalkChatbot {
    -webkit-font-smoothing: antialiased;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.LtFabs {
    bottom: 0!important;
    position: fixed;
    margin: 0;
    z-index: 999999999999999;
}

#prime {
    position: fixed;
    bottom: 0;
    padding: 4px 4px 0;
    margin-bottom: 4px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*
    #prime img {
        background-color: #fff;
        border-radius: 64px;
        -webkit-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        box-shadow: 0 1px 8px 0 rgba(0,0,0,0.35);
    }*/

    #prime.reserved img {
        background-color: transparent;
        border-radius: unset;       
        transition: none;
        box-shadow: none;
    }

.fab {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    color: #f0f0f0;
    margin: 25px auto 0;
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    z-index: 9999;
    overflow: hidden;
}

    .fab > i {
        font-size: 2em;
        line-height: 55px;
        -webkit-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .fab:not(:last-child) {
        width: 0;
        height: 0;
        margin: 20px auto 0;
        opacity: 0;
        visibility: hidden;
        line-height: 40px;
    }

        .fab:not(:last-child) > i {
            font-size: 1.4em;
            line-height: 40px;
        }

        .fab:not(:last-child).is-visible {
            width: 40px;
            height: 40px;
            margin: 15px auto 10;
            opacity: 1;
            visibility: visible;
        }

    .fab:nth-last-child(1) {
        -webkit-transition-delay: 25ms;
        transition-delay: 25ms;
    }

    .fab:not(:last-child):nth-last-child(2) {
        -webkit-transition-delay: 20ms;
        transition-delay: 20ms;
    }

    .fab:not(:last-child):nth-last-child(3) {
        -webkit-transition-delay: 40ms;
        transition-delay: 40ms;
    }

    .fab:not(:last-child):nth-last-child(4) {
        -webkit-transition-delay: 60ms;
        transition-delay: 60ms;
    }

    .fab:not(:last-child):nth-last-child(5) {
        -webkit-transition-delay: 80ms;
        transition-delay: 80ms;
    }

.fab(:last-child):active,
.fab(:last-child):focus,
.fab(:last-child):hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

#LtChat_fullscreen_loader {
    position: absolute;
    right: 18px;
    top: 23px;
    cursor: pointer;
    display: none;
}

div#LtChatMobile {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999999999999999;
    top: auto;
    left: auto;
    opacity: 1;
    pointer-events: auto;
    touch-action: auto;
    visibility: visible;
    border: none;
    display: block;
    background-color: #fff;
    border-radius: 64px;
}

.LtChatMobile #LtChatMobileAnchor span img {
    vertical-align: middle;
    height: auto;
    width: 55px;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
}

#prime img.StartChat.Everett {
    background-color: transparent;
    box-shadow: unset;
}  

@-moz-document url-prefix() {
    #prime:focus-within {
        outline: 1px solid #000;
    }
}

/* New chatbot css */

/*.k12-chatBotIcon {
   float: right;
}*/

.k12-chatbot-dia-box {
    font-family: system-ui;
    position: absolute;
    bottom: 106px;
    right: 1rem;
    width: 260px;
    height: auto;
    border: 1px solid #ccc;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 17px 17px;
    border-radius: 5px;
    cursor: pointer;
}

.k12-chatbot-title {
    font-size: 20px;
    font-weight: 600;
    color: #252d3a
}

.k12-chatbot-heading {
    padding-top: 7px;
    font-size: 14px;
    color: #252d3a;
    border-bottom: 2px solid #e4e0e0;
    padding-bottom: 16px;
}



.k12-chatbot-dia-box::after {
    content: "";
    position: absolute;
    border: 15px solid transparent;
    border-left: 24px solid rgb(255 255 255);
    border-right: none;
    bottom: var(--after-bottom, -22px);
    right: var(--after-right, 28px);
    transform: var(--after-transform, rotate(90deg));
}

.k12-chat-icon {
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    max-width: 80px !important;
}
.k12-sendMessage {
   display: flex;
   justify-content: space-between;
   padding: 15px 12px 0;
}
.k12-chatbot-message {
   color: #cbcbcb;
   font-size: 16px;
   margin-top: -2px
}

#fab_cros_icon {
    position: absolute;
    top: -11px;
    right: -9px;
}

.k12-small {
    width: 40px;
    height: 40px
}

.k12-medium {
    width: 56px;
    height: 56px;
}

.k12-large {
    width: 80px;
    height: 80px;
}

#LtChatMobile.k12-small img {
    width: 40px !important;
}

#LtChatMobile.k12-medium img {
    width: 55px;
}

#LtChatMobile.k12-large img {
    width: 80px !important;
}
.k12-btn-none {
    background: transparent !important;
    outline: none !important;
    border: none !important;
}

.chat-input {
    border: none;
    background: none;
    font-size: 14px;
    color: #666; /* match original text color */
    outline: none;
    width: 100%;
}

/*Css end*/
