@import url("animate.css");
@import "@material/theme/dist/mdc.theme.css";


body {
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
}

.panel {
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    top: -10px;
    bottom: 0;
    border-radius: 7px;
}

div.calloutbig {
   
    width: 100%;
    margin: 0px;
    
    position: relative;
    display: inline-block;
}

.botclass {
    bottom: 50px;
    left: 0;
    transform: translateY(0);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 63px;
    transition: transform 0.2s cubic-bezier(0, 0, 0.5, 1);
    background-color: whitesmoke;
}

.botclass::-webkit-scrollbar {
    width: 8px;
}

.botclass::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.botclass::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.logo_head{
    color:#fff;
    padding: 10px;
    text-align: center;
}
.bot_heading{

    margin-left: 37px;
}
.header {
    background-color: #3a96dd;
    box-shadow: 0 1px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    color: #fff;
    font-weight: 500;
    height: 30px;
    left: 0;
    letter-spacing: 0.5px;
    padding: 8px 8px 0 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
}

.console {
    border: 5px solid #dbdee1;
    bottom: 0;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    display: block;
}

.textin {
    border: none;
    height: 100%;
    outline: none;
    padding: 0;
    resize: none;
    width: 100%;
}

div.calloutleft {
    /*background-color: #444;
    background-image: -moz-linear-gradient(top, #444, #444);*/
    position: relative;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #444;
    margin: 0px;
    min-height: 15px;
    border: 1px solid #444;
    margin-right: 15px;
    float: right;
    background-color: #444;
    margin-top: 5px;
    /*text-shadow: 0 0 1px #000;

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;*/
}

.calloutleft::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute;
    right: -20px;
    top: 37%;
    border-left: 10px solid #444;
}

div.calloutright {
    position: relative;
    color: #fff;
    padding: 6px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #2484a2;
    margin: 0px;
    min-height: 21px;
    border: 1px solid #2484a2;
    margin-left: 31px;
    /* float: left; */
    background-color: #2484a2;
    

}

.calloutright::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute;
    left: -20px;
    top: 28%;
    border-right: 10px solid #2484a2;
}

.scroll {
    width: 200px;
    height: 400px;
    background: red;
    overflow: scroll;
}
.scroll::-webkit-scrollbar {
    width: 5px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.message-from-me {
    float: right;
    margin-right: 60px;
}

.message-from-bot {
    float: left;
    margin-left: 60px;
}

.message-from {
    clear: both;
    color: #999;
    font-size: 11px;
    margin-top: 2px;
}

.image-cropper {
    max-width: 50px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.image-cropper img{
    display: block;
    margin: 0 auto;
    height: auto;
    width: 150%;
    margin: 0 0 0 -20%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.circular--square {
    border-radius: 50%;
}
.btn{
    padding: 8px;
    margin-top: 7px;
    background-color: #f84c4c;
    border:none ;
    border-radius: 16px !important;
}
.btn:hover{
background-color: #ff6c3a;
}
#btn{
    margin-left: 33px;
}
#btn_close{
    position: absolute;
    top: 19px;
    left: 16px;
    color: #fff;
}
.link{
    color: #2f2d2d;
    
}