﻿body {
    position: unset !important;
    margin: 0px;
    padding: 0px;
}

.cephai-close-btn {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    bottom: 72px;
    right: 40px;
    width: 25px;
    height: 25px;
    line-height: 14px;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 35px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.cephai {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    max-width: 255px;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 35px;
    text-align: center;
}

.cephai-div {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    width: 550px;
    height: 80%;
    background: #ffffff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 10px;
    display: none;
}

.cephai-div-header {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 20px;
    border-radius: 7px 7px 0px 0px;
    vertical-align:middle;
}
.cephai-div-body {
    padding: 15px;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.chat-body {
    position: fixed;
    height: calc(100% - 300px);
    overflow: auto;
    right: 25px;
    width: 530px;
}
/*-------------------------------------------------------------------------*/
    .chat-body::-webkit-scrollbar {
        width: 5px
    }

    .chat-body::-webkit-scrollbar-thumb {        
        background: #808080;
        border: 1px solid #cfcfcf;
        border-radius: 10px;
        height: 20px
    }

        .chat-body::-webkit-scrollbar-thumb:active, .chat-body::-webkit-scrollbar-thumb:hover {
            background: #000;
            border: 1px solid #b2b2b2
        }
/*-------------------------------------------------------------------------*/
.chat-footer {
    width:520px;
    position: fixed;
    bottom: 25px;
}
.cephai-body h1 {
    font-size: 24px;
    margin: 0px;
}

.cephai-div ul li {
    list-style: none;
}

    .cephai-div ul li a {
        display: block;
        padding: 5px 10px;
        color: #000;
        font-weight: normal;
    }
.send-btn {
    position: absolute;
    right: 12px;
    top: 37%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.send-btn, .speech-to-text, .speech-to-text .mic-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.send-btn {
    font-size: 1.5rem;
    color: grey;
    cursor: pointer;
}

.send-btn.disabled {
    pointer-events: none;
    opacity: 0.5;
}

            .chatbycinc-chatbox {
                width: 100%;
                display: inline-block;
            }
            .chatbycinc-img {
                width: 35px;
                float: left;
                text-align: left;
            }
            .chatbycinc {
                border: 1px solid #e0e0e0;
                background: #f1f1f1;
                padding: 10px;
                max-width: 80%;
                float: left;
                margin-bottom: 15px;
                border-radius: 10px 10px 10px 0px;
                font-weight: normal;
            }

.chatbyclient-chatbox{
    width:100%;
    display:inline-block;
    padding-right:10px;
}
.chatbyclient-img {
    width: 35px;
    float: right;
    text-align: right;
}
.chatbyclient {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    max-width: 80%;
    float: right;
    text-align: right;
    margin-bottom: 15px;
    border-radius: 10px 10px 0px 10px;
    font-weight: normal;
}
#chatbody-container{

}

#history-container ul {
    padding: 0px;
    margin: 0px;
    margin-right:10px;
}
#history-container ul li{    
    padding: 0px;
    margin: 0px;
}
    #history-container ul li a {
        color: #000;
        background: #e6e6e6;
        border-bottom: 1px solid #fff;
        padding: 10px;
        text-decoration:none;
    }
    #history-container ul li a:hover {
        background: #d3d3d3;
    }

/******   Cephai-Icon  ******/
#cephai i {
    font-size: 24px;
}
.fak, .fa-kit {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-variant: normal;
    text-rendering: auto;
    font-family: Font Awesome Kit !important;
    font-style: normal;
    line-height: 1;
}
.cephai-logo-icon {
    padding: 9px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 38px !important;
}
.chatbycinc-img i {
    font-size: 30px;
}
.cephai-div-header i {
    font-size: 24px;
}


.cephai-chat-loader {
    width: 27px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    20% {
        background-position: 0% 0%, 50% 50%,100% 50%
    }

    40% {
        background-position: 0% 100%, 50% 0%,100% 50%
    }

    60% {
        background-position: 0% 50%, 50% 100%,100% 0%
    }

    80% {
        background-position: 0% 50%, 50% 50%,100% 100%
    }
}

/******  Cephai-Icon-End  ******/