.loading_chatbot img {
    height: 70px;
  }
  
  #Modal_Chat {
    border-radius: 10px;
    width: 85% !important;
    max-height: 90%;
    height: 90%;
    max-height: 90% !important;
    top: 5% !important;
    scrollbar-width: none !important; 
  }
  
  
  #Modal_Chat::-webkit-scrollbar {
    display: none !important;
  }
  
  #Modal_Chat #Modal_Chat_footer {
    padding: 4px 6px;
    width: 100%;
    align-items: center;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; 
    z-index: 1;
  }
  #icon-chat {
    font-size: 1.5rem;
  }
  
  #input_footer_chat{
    position: relative;
    margin-top: 9px;
    margin-bottom: 1rem;
  }
  #nav_modal_chat{
    margin-right: 30px;
  }
  #encabezado{
    background-color: #ffc107; 
    height: 45px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    position: sticky;
    top: 0;
  }
  #titulo_bot{
    flex: 1; 
    text-align: center; 
    color: white;
    font-size: large;
    margin-left: 50px;
  }
  .bot-message {
    background-color: #707a79;
    color: #fff;
    display: flex;
    align-self: flex-start;
    margin-bottom: 15px;
    padding: .5px;
    margin-right: .5%;
    border-radius: 10px;
    max-width: 600px;
    max-height: 2000px;
    flex-direction: row;
    align-items: center;
  }
  
  .bot-message p{
    padding-right: 10px;
    padding-left: 10px;
    color: white;
  }
  
  .bot-button{
    background-color: transparent;
    align-self: flex-end;
    margin-bottom: 5px;
    padding: .5px;
    margin-right: .5px;
    border-radius: 15px;
    border: 1px solid grey;
  }
  
  .bot-confirm{
    background-color: transparent;
    align-self: flex-start;
    margin-bottom: 10px;
    padding: .5px;
    margin-right: .5%;
  }
  .bot-confirm a{
    text-align: center;
    width: 100px;
    border-radius: 15px;
    border: 1px solid grey;
  }
  .hora{
    float: right;
    margin-bottom: 3px;
    font-size: 12px;
  }
  .user-message {
    background-color: #095ca0;
    color: #fff;
    display: flex;
    align-self: flex-end;
    margin-bottom: 15px;
    padding: .5px;
    margin-left: .5%;
    border-radius: 10px;
    max-width: 600px;
    max-height: 3000px;
    align-items: center;
  }
  
  .user-message p{
    padding-right: 10px;
    padding-left: 10px;
    color: white;
  }
  
  #chat-container {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 5px;
    height: 88%;/**/
  }
  
  #texto_input{
    color: #48494b;
    padding: 0rem 0rem 0rem 2rem !important;
    margin: -3px 0px 0px 0px;
  }