.botui-message-content-image {
    border-radius: 0.6rem;
}

.text-ce {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-family: 'Noto Serif SC', serif;
    font-weight: 700;
    color: #646161;
}

.text-ce i {
    font-style: normal;
    color: #a1a1a1;
    margin: 0 0.6rem;
}

.central-600 {
    background: url("https://img.gejiba.com/images/2e34a88491d60fa809883cc7cd149759.jpg") no-repeat center;
    border-radius: 3rem;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0 8px 12px #ababab87;
    border: 2px solid rgba(208, 206, 206, 0.4) !important;
}

.central-600 .botui-app-container {
    width: 100%;
    background: #35353563;
}

.central-600 .botui-container {
    border-radius: 3rem;
    background: transparent;
}

.central-600 .botui-actions-buttons-button {
    border-radius: 8px;
    background: #919191;
    font-family: 'Noto Serif SC', serif !important;
    font-weight: 400 !important;
}

.central-600 .botui-message-content {
    padding: 10px 16px;
    color: #999999;
    background-color: #ffffff;
}

.central-600 .botui-message-content.human {
    color: #fff;
    background-color: #919292;
}

.central-600 .botui-container {
    padding: 1rem;
    box-sizing: border-box;
}


/* .botoom{
    display: flex;
    justify-content: center;
} */
/* .ChatContent{
    position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; 

} */
.botoom  .chat-content{
    width: 100%;
    height: 85%;
    /* background-color: rgb(50, 54, 68); */
    border-radius: 20px;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
    overflow: auto;
    scroll-behavior: smooth;
    /* width: 100%;
    height: 70vh;
    background-color: rgb(50, 54, 68);
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    position: relative; */
}




.botoom .chat-content::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  
  .botoom .chat-wrapper {
    position: relative;
    word-break: break-all;
  }
  
  .botoom .chat-friend {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .botoom .chat-friend .chat-text {
    max-width: 90%;
    padding: 20px;
    border-radius: 20px 20px 20px 5px;
    background-color: rgb(56, 60, 75);
    color: #fff;
  }
  
  .botoom .chat-friend .chat-text:hover {
    background-color: rgb(39, 42, 55);
  }
  
  .botoom .chat-friend .chat-img img {
    width: 100px;
    height: 100px;
  }
  
  .botoom .chat-friend .info-time {
    margin: 10px 0;
    color: #fff;
    font-size: 14px;
  }
  
  .botoom .chat-friend .info-time img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
  }
  
  .botoom .chat-friend .info-time span:last-child {
    color: black;
    margin-left: 10px;
    vertical-align: middle;
  }
  
  .botoom .chat-me {
    width: 100%;
    float: right;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  
  .botoom .chat-me .chat-text {
    max-width: 90%;
    padding: 20px;
    border-radius: 20px 20px 5px 20px;
    background-color: rgb(29, 144, 245);
    color: #fff;
  }
  
  .botoom .chat-me .chat-text:hover {
    background-color: rgb(26, 129, 219);
  }
  
  .botoom .chat-me .chat-img img {
    max-width: 300px;
    max-height: 200px;
    border-radius: 10px;
  }
  
  .botoom .chat-me .info-time {
    margin: 10px 0;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
  }
  
  .botoom .chat-me .info-time img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
  }
  
  .botoom .chat-me .info-time span {
    line-height: 30px;
  }
  
  .botoom .chat-me .info-time span:first-child {
    color: black;
    margin-right: 10px;
    vertical-align: middle;
  }


  .botoom .chatInputs {
    width: 90%;
    position: absolute;
    bottom: 0;
    margin: 3%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }
  
  .botoom .chatInputs .boxinput {
    width: 50px;
    height: 50px;
    background-color: rgb(66, 70, 86);
    border-radius: 15px;
    border: 1px solid rgb(80, 85, 103);
    position: relative;
    cursor: pointer;
  }
  
  .botoom .chatInputs .boxinput img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .botoom .chatInputs .emoji {
    transition: 0.3s;
  }
  
  .botoom .chatInputs .emoji:hover {
    background-color: rgb(46, 49, 61);
    border: 1px solid rgb(71, 73, 82);
  }
  
  .botoom .chatInputs .inputs {
    width: 90%;
    height: 50px;
    background-color: rgb(66, 70, 86);
    border-radius: 15px;
    border: 2px solid rgb(34, 135, 225);
    padding: 10px;
    box-sizing: border-box;
    transition: 0.2s;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    margin: 0 20px;
  }
  
  .botoom .chatInputs .inputs:focus {
    outline: none;
  }
  
  .botoom .chatInputs .send {
    background-color: rgb(29, 144, 245);
    border: 0;
    transition: 0.3s;
    box-shadow: 0px 0px 5px 0px rgba(0, 136, 255);
  }
  
  .botoom .chatInputs .send:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 136, 255);
  }
  