#container-chat-allice{
    position: absolute;
    top: 0;
    bottom: 0;
    color: var(--customGray);
}

.heigh-default{
    background-color: #fff;
    height: 100%;
}

.image-inbox{
    width: 25px;
    height: 25px;
}

#container-chat-allice .header-section{
    border-bottom: 1px solid #e2e8f0;
}

#button-create-conversation{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 7px;
    background-color: var(--customGray);
}

#button-create-conversation i{
    color: #fff;
}

#search-allices-chat{
    border-radius: 6px;
    color: #000;
    background-color: #f8fafc;
    border: 1px solid #f8fafc;
}

#search-inbox{
    color: #b9bec8;
    font-size: 20px;
    transform: rotate(90deg);
    position: absolute;
    top: 6px;
    right: 7px;
    z-index: 2;
}

.border-image-allices{
    border: 0.1rem solid #fff !important;
    margin-right: 6px;
}

.border-image-allices-left{
    border: 0.2rem solid #c1c1c1 !important;
}

#allices-conversation-list{
    height: 82%;
    overflow-y: auto;
}

#allices-conversation-list a{
    text-decoration: none;
    color: #1f2937;
    font-weight: 300;
}

#allices-conversation-list{
  scrollbar-width: thin;
  scrollbar-color: var(--customGray) #f5f5f5;
}

#allices-conversation-list::-webkit-scrollbar{
  width: 12px;
}

#allices-conversation-list::-webkit-scrollbar-track{
  background: #f5f5f5;
}

#allices-conversation-list::-webkit-scrollbar-thumb{
  background-color: var(--customGray);
  border-radius: 20px;
  border: 3px solid #f5f5f5;
}

.content-chat-float .header-user{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.header-user{
    display: flex;
    justify-content: center;
    height: 8%;
    border: 1px solid #e2e8f0 !important;
    background-color: #ffffff;
    color: #1f2937;
}
.content-chat{
    height: 84%;
    border-right: 1px solid #e2e8f0 !important;
    border-left: 1px solid #e2e8f0 !important;
    overflow-y: auto;
    background-color: #f9fafb;
}

.content-chat ul li{
    background-color: #f9fafb;
}

.content-chat{
  scrollbar-width: thin;
  scrollbar-color: var(--customGray) #f5f5f5;
}

.content-chat::-webkit-scrollbar {
  width: 12px;
}

.content-chat::-webkit-scrollbar-track{
  background: #f5f5f5;
}

.content-chat::-webkit-scrollbar-thumb{
  background-color: var(--customGray);
  border-radius: 20px;
  border: 3px solid #f5f5f5;
}

.form-chat{
    height: 8%;
    border-right: 1px solid #e2e8f0 !important;
    border-left: 1px solid #e2e8f0 !important;
    border-top: 1px solid #e2e8f0 !important;
}

.form-chat .emojionearea{
    border-radius: 6px;
    border: 1px solid #f8fafc;
    margin-right: 10px;
    box-shadow: none;
    background-color: #f8fafc;
}

.form-chat .emojionearea .emojionearea-editor{
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    padding: 6px 34px 6px 12px;
    font-size: 14px;
    font-weight: 200;
    color: #000;
}

.form-chat .emojionearea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px #e4ebf9;
    outline: none;
}

.border-info-user{
    border: 0.1rem solid var(--customGray) !important;
    border-radius: 10px;
}

.bg-btn-chat{
    background-color: #155dfc !important;
    padding: 4px 8px;
    border: 1px solid #155dfc;
    border-radius: 6px;
}

#message-data{
    border: 1px solid #ffffff;
    border-radius: 6px !important;
}

#message-data:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px #e4ebf9;
    outline: none;
}

.conect_allice{
    display: inline-block !important;
    width: 15px;
    height: 15px;
    vertical-align: top;
    align-content: center;
    padding: 0px;
}

.notReadMessageAllice, .blockAllice{
    width: 15px;
    height: 15px;
    vertical-align: top;
    align-content: center;
    padding: 0px;
}

.notReadMessageAllice i, .blockAllice i{
    font-size: 80%;
}

.close-chat-allice{
    border: 1px solid #fff;
    width: 5%;
    height: 5%;
    padding: 0px;
    background-color: #fff;
}

.drop-chat-allice, .info-chat-allice{
    border: 1px solid var(--customGray);
    width: 5%;
    height: 5%;
    padding: 0px;
    background-color: var(--customGray);
}

.info-chat-allice{
    display: none;
}

.close-chat-allice i{
    color: #000;
}

.drop-chat-allice i, .info-chat-allice i{
    color: #fff;
}

.message-right{
    background-color: #155dfc;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 200;
    max-width: 98%;
    word-break: break-word;
}

.message-left{
    background-color: #f3f4f6;
    border-radius: 10px;
    color: #101828;
    font-weight: 200;
    max-width: 98%;
    word-break: break-word;
}

.message-text {
    text-align: justify;
    margin: 10px 10px 20px;
}

.message-text a{
  color: #fff !important;
}

.avatar-info-user{
    width: 150px !important;
    height: 150px !important;
    border-radius: 100% !important;
}

.btn-view-profile{
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    left: 30%;
}

.modal-list-allices{
    overflow-y: auto;
    height: 450px;
}

.modal-list-allices{
  scrollbar-width: thin;
  scrollbar-color: var(--customGray) #f5f5f5;
}

.modal-list-allices::-webkit-scrollbar {
  width: 12px;
}

.modal-list-allices::-webkit-scrollbar-track{
  background: #f5f5f5;
}

.modal-list-allices::-webkit-scrollbar-thumb{
  background-color: var(--customGray);
  border-radius: 20px;
  border: 3px solid #f5f5f5;
}

#div-info-allice{
    display: none;
    background-color: var(--customGray);
    border-radius: 10px;
    color: #fff;
    text-align: left;
}

.btn-back-info-user{
    border-radius: 10px;
    border: 1px solid var(--customGray);
    width: 30px;
    height: 30px;
    background-color: var(--customGray);
}

.btn-back-info-user i{
    color: #fff;
}

@media (max-width: 760px) {
  .info-chat-allice {
    display: inline;
  }

  #container-chat-allice{
    top: 0%;
  }

  .content-chat-info-allice{
    display: none;
  }
}

.emojionearea-editor{
  max-height: 2em!important;
}

p.message-text iframe{
    height: auto !important;
}

.content-chat .message-text a{
    overflow-wrap: anywhere;
}

#talkSendMessage div.emojionearea-editor{
    overflow-wrap: anywhere !important;
}