#init{
    margin-top: 2rem;
    background:  #e05518;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

#test{

 position: fixed; 
 top: 5rem;
 right: 6rem;
 z-index: 2;
 text-align: right;
 margin: 20px 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 rgb(11, 11, 11);
    border-radius: 15px;
    height: 34rem;
    width: 22rem;
    margin: auto;
    background: white;
}
.header img{
    width: 43px;
    height: 44px;
    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: #e05518;
    width: 22rem;
    padding: 5px 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    z-index: 1;
    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: 1rem;
    background: none;
    border: none;
    border-radius: 50%;
    color: #000;
    font-size: 15px;
    cursor: pointer;
}
.name{
    font-weight: 700;
    color:white;
}
.footer{
    position: absolute;
    bottom: 0;
    width: 22rem;
    background:#e3dbd6;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #000;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 0 3px rgb(153,153,153);
}
#chat-box{
    position: relative;
    top: 70px;
    padding: 8px 10px;
    font-size: 13px;
    height: 27.2rem;
    overflow: auto;
    background: #e3dbd6;
    text-align: center;
}

.fixed-action-btn {
    z-index: 998;
    position:fixed;
}

/* these classes will be used in javascript file */
.msg{
    background: #525359;
    padding: 5px 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: max-content;
    font-size: 13px;
    color: #fff;
    box-shadow: 0 0 5px rgb(226,226,226);
    max-width: 65%;
    text-align: left;
}

.rep{
    background:  #fff;
    color: #000;
    padding: 5px 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 13px;
    box-shadow: 0 0 5px rgb(211,211,211);
}
.opt{
    padding: 5px 20px;
    columns: rgb(14, 13, 13);
    border: 1px solid #e3dbd6;
    border-radius: 1rem;
    margin: 0.3rem 0.5rem;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    background: #fff;
    text-align: left;
    font-size: 13px;
    color: #000;
}
/* .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;
} */
.chattext{
    font-weight: bold;
    font-style: normal;
    font-size: 13px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}

@media only screen and (max-width: 600px) {
    .child{
        box-shadow: 0 0 2px salmon;
        border-radius: 15px;
        height: 15rem;
        width: 16rem;
        margin: auto;
        background: rgb(227 219 214);
    }

    #init{
        margin-top: 2rem;
        bottom: 108px;
        background:  #cb4835;
        border: none;
        padding: 10px 20px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        cursor: pointer;
    }

    #test{
        top: 5rem; 
        right: 6rem;
        z-index: 2;
        text-align: right;
        margin: 62px -31px;
       }
      
    .parent{
        position: relative;
        height: 100%;
        padding: 0 7rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bot-img{
        width: 20rem;
        height: 20rem;
    }
    .header img{
        width: 43px;
        height: 44px;
        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: #cb4835;
        width: 16rem;
        padding: 5px 0;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        z-index: 1;
        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: 1rem;
        background: none;
        border: none;
        border-radius: 50%;
        color: indianred;
        font-size: 15px;
        cursor: pointer;
    }
    .name{
        font-weight: 700;
        color:white;
    }
    .footer{
        position: absolute;
        bottom: 0;
        width: 22rem;
        background:#e3dbd6;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        color: #000;
        padding: 15px 0;
        text-align: center;
        font-size: 16px;
        box-shadow: 0 0 3px rgb(153,153,153);
    }
    #chat-box{
        position: relative;
        top: 70px;
        padding: 8px 10px;
        font-size: 13px;
        height: 27.2rem;
        overflow: auto;
        background: #e3dbd6;
        text-align: center;
    }
    
    /* these classes will be used in javascript file */
    .msg{
        /*  background: #f16f23; */
        background: #1f3264eb;
        padding: 5px 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        width: max-content;
        font-size: 13px;
        color: #fff;
        box-shadow: 0 0 5px rgb(226,226,226);
        max-width: 65%;
        text-align: left;
    }

    .rep{
        background:  #fff;
        color: #000;
        padding: 5px 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        font-size: 13px;
        box-shadow: 0 0 5px rgb(211,211,211);
    }
    .opt{
        padding: 5px 20px;
        columns: lightsalmon;
        border: 1px solid #e3dbd6;
        border-radius: 1rem;
        margin: 0.3rem 0.5rem;
        display: inline-block;
        cursor: pointer;
        font-weight: 500;
        background: #fff;
        text-align: left;
        font-size: 13px;
        color: #000;
    }
    .chattext{
        font-weight: bold;
        font-style: normal;
        font-size: 13px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
    }
    

}