﻿/*#init {
    margin-top: 2rem;
    background: indianred;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: aliceblue;
    cursor: pointer;
}*/

.desc p {
    color: rgb(133,153,168);
    margin: 0;
    font-weight: 600;
}

/*.text {
    font-size: 65px;
    font-weight: 800;
    color: cadetblue;
    margin: 0;
}
*/
.parent {
    position: relative;
    height: 100%;
    padding: 0 7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bot-img {
    width: 20rem;
    height: 20rem;
}

.child {
    box-shadow: 0 0 2px salmon;
    border-radius: 15px;
    height: 30rem;
    width: 20rem;
    margin: auto;
    background: white;
}

.header img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 0.5rem;
    border: 1px solid rgb(231,231,231);
    padding: 5px;
}

.header {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid whitesmoke;
    background: white;
    /* width: 16rem;*/
    width: 20rem;
    padding: 5px 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    z-index: 2;
    box-shadow: 0 0 2px rgb(175,175,175);
}

.h-child {
    display: flex;
    align-items: center;
}

.header span {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.refBtn {
    position: absolute;
    bottom: 1rem;
    right: 0.2rem;
    background: none;
    border: none;
    border-radius: 50%;
    color: indianred;
    font-size: 14px;
    cursor: pointer;
}

.name {
    font-weight: 600;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 20rem;
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: indianred;
    padding: 5px 0;
    text-align: center;
    font-size: 10px;
    box-shadow: 0 0 3px rgb(153,153,153);
}


#chat-box {
    position: relative;
    top: 40px;
    padding: 8px 10px;
    font-size: 12px;
    height: 26.2rem;
    overflow: auto;
    background: rgb(224,241,253);
/*    background: blue;*/
    text-align: center;
    /*    z-index: 1;*/
}

/* these classes will be used in javascript file */
.msg {
    background: white;
    padding: 5px 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: max-content;
    font-size: 12px;
    color: #454545;
    box-shadow: 0 0 5px rgb(226,226,226);
    max-width: 65%;
    text-align: left;

}

.chatdiv {
    text-align: right;
    margin: 20px 0;
}

.rep {
    background: rgb(253,243,224);
    /* color: lightslategray;*/
    color: #454545;
    padding: 5px 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 12px;
    box-shadow: 0 0 5px rgb(211,211,211);
    z-index: 1;
}

.opt {
    padding: 5px 20px;
    columns: lightsalmon;
/*    border: 1px solid #f40000;*/
    border-radius: 1rem;
    margin: 0.3rem 0.5rem;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    background: white;
    text-align: center;
    /*    font-size: 14px;*/
    font-size: 12px;
/*    color: #f40000;*/
}

.link {
    text-decoration: none;
    display: block;
    text-align: center;
    color: aliceblue !important;
    background: blueviolet;
}

.m-link {
    text-decoration: none;
}

.link:active {
    background: white;
    border: 1px solid blueviolet;
    color: blueviolet;
}


.open-button {
    background-color: red;
    /*color: white;
  padding: 16px 20px;*/
    border-radius: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding: 5px;
    border: none;
    cursor: pointer;
    /*  opacity: 0.8;*/
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 150px;
}
