<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#fixed_img_section {
    background-image: url("../img/ayuda-photo-section.png");
  }
  #chat_wrapper {
    padding: 3px 15px;
  }
  
  .title-wrapper {
    border-bottom: 2px solid var(--accent-color);
    padding: 10px 25px;
  }
  
  .content-wrapper {
    margin-top: 10px;
    position: static;
    height: 89%;
    width: 100%;
    background-color: rgb(12, 64, 114);
    padding: 15px;
  }
  
  .footer-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  
  .footer-wrapper button.btn {
    margin-left: 12px;
  }
  
  table.table thead tr th {
    border-bottom: 0px;
  }
  
  .chat-messages-wrapper {
    padding: 5px;
    height: 100%;
    /* border: 1px solid white; */
    overflow-y: auto;
  }
  
  .chat-message {
    border: 1px solid white;
    padding: 10px;
    margin-bottom: 8px;
  }
  
  .form-group {
    color: black;
  }
  
  .body__content{
    width: 100%;
    justify-content: stretch;
    margin-left: 0%;
  }
  .titulo-con-icono.ayuda{
    padding-left: 15px;
  }
  .titulo-con-icono__icono.ayuda{
    width: 3rem;
  }
  .titulo-con-icono__icono.ayuda svg path{
    fill: var(--blue-color);
  }
  #divAgregarTickets .panel,
  #divAgregarTickets .panel-heading,
  #divAgregarTickets textarea,
  #divAgregarTickets input[type=text]{
    background-color: var(--main-gray);
  }  
  @media screen and (min-width: 769px) {
    #chat_wrapper {
      position: absolute;
      display: grid;
      grid-template-columns: 3fr 2fr;
      grid-gap: 20px;
      height: 69vh;
      width: 78vw;
    }
  }
  
  /* table.table-bordered{
    border: 0px; 
  } */
  
  .table-bordered &gt; thead &gt; tr &gt; th, 
  .table-bordered &gt; tbody &gt; tr &gt; th, 
  .table-bordered &gt; tfoot &gt; tr &gt; th, 
  .table-bordered &gt; thead &gt; tr &gt; td, 
  .table-bordered &gt; tbody &gt; tr &gt; td, 
  .table-bordered &gt; tfoot &gt; tr &gt; td {
     border: 1px solid var(--gray-color);
  }
  
  table.table &gt; tbody &gt; tr &gt; th {
     width: 33.3%; 
     text-align: center;
  }
  
  table.table &gt; tbody &gt; tr &gt; td {
     /* border-top: 0px; */
     padding: 15px 0px;
     /* border-bottom: 1px solid white; */
     text-align: center;
  }
  
  /*******************************************************/
  /*********** CSS CONVERSACIONES TIPO WHATSAPP **********/
  /*******************************************************/
  .message-body {
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
    height: auto;
  }
  
  .message-main-receiver {
    /*padding: 10px 20px;*/
    max-width: 60%;
  }
  
  .message-main-sender {
    padding: 3px 20px !important;
    margin-left: 40% !important;
    max-width: 60%;
  }
  
  .message-text {
    margin: 0 !important;
    padding: 5px !important;
    word-wrap:break-word;
    font-weight: 200;
    font-size: 14px;
    padding-bottom: 0 !important;
  }
  
  .message-time {
    margin: 0 !important;
    margin-left: 50px !important;
    font-size: 12px;
    text-align: right;
    color: #9a9a9a;
  
  }
  
  .receiver {
    width: auto !important;
    padding: 4px 10px 7px !important;
    border-radius: 10px 10px 10px 0;
    background: #f7f1e3;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    word-wrap: break-word;
    display: inline-block;
  }
  
  .sender {
    float: right;
    width: auto !important;
    background: #dcf8c6;
    border-radius: 10px 10px 0 10px;
    padding: 4px 10px 7px !important;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    display: inline-block;
    word-wrap: break-word;
  }
  
  .name{
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 4px;
    color: #3498db;
  }
  </pre></body></html>