.botAll{
    position: fixed;
    width: 300px;
    bottom: 0;
    right: 160px;
    overflow: hidden;
    display: none;
}
.botTitle{
    width: 100%;
    background: #052040;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    color: rgba(255,255,255,0.7);
    font-size: 20px;
}
.botTitle:hover{
    cursor: pointer;
}
.text{
    font-size: 12px;
}
.chatroom{
    width: 100%;
    height: 270px;
    background: white;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column-reverse;
    justify-content: end;
    flex-flow: column-reverse;
}
.botText{
    width: 100%;
    height: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    background: #052040;
}
.botui-container{
    width: 300px;
    height: auto;
}
.botui-app-container{
    height: auto;
    margin-right: 0;
}