

  /* CHAT STYLES */

    .badge-success {
      padding: 8px 21px;
      margin-bottom: 6px;
  }

    .alert-danger {
      margin: 0px 25px 15px;
    }

    .alert-dismissible .close {
      box-shadow: none;
    }

    .chat {
    width: 100%;
    background: #F2F6FC;
    border-radius: 20px;
    color: #434651;
    padding-right: 10px;
    padding-bottom: 10px;
    }
    .chat .chat-header {
    padding: 20px;
    border-bottom: 2px solid white;
    }
    .chat .chat-header img {
    float: left;
    }
    .chat .chat-header .chat-about {
    float: none;
    padding-left: 10px;
    margin-left: 56px;
    }
    .chat .chat-header .chat-with {
    font-weight: bold;
    font-size: 16px;
    }
    .chat .chat-header .chat-num-messages {
    color: #92959E;
    }
    .chat .chat-header .fa-star {
    float: right;
    color: #D8DADF;
    font-size: 20px;
    margin-top: 12px;
    }
    .chat .chat-history {
    padding: 20px 30px;
    overflow-y: scroll;
    height: 418px;
    }

    .chat .chat-history .rounded-letra-chat {    
      border-radius: 100%;
      width: 40px;
      height: 35px;
      text-align: center;
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
      color: #fff;
    }

    .chat .chat-history .message-data {
    margin-bottom: 5px;
    }

    .chat .chat-history .message-data-time {
    color: #a8aab1;
    padding-left: 6px;
    font-size: 14px;
    }
    .chat .chat-history .message-data-name {
      font-size: 14px;
    }
    
    .chat .chat-history .message {
      line-height: 17px;
      width: 100%;
      position: relative;
    }

    .chat .chat-history .my-lyric{
      margin-top: 2px;
    }

    .chat .chat-history .other-lyric{
      margin-top: 3px;
    }

    .chat .chat-history .my-message {
      background: #19233B;
      color: #fff;
      padding: 12px 15px;
      font-size: 14px;
      box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
  }
    .chat .chat-history .other-message {
      color: #5a5a5a;
      font-size: 14px;
      padding-left: 10px;
    }
    .chat .chat-message {
    padding: 10px 5px;
    }

    .chat .chat-message .inputs-chat {
      display: flex;
      padding: 0px 20px;
    }

    .chat .chat-message textarea, input, option, button{
      background: #ffffff;
      color: #5a5a5a;
      font-size: 16px;
      box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
      padding: 15px 20px;
      line-height: 19px;
      border-radius: 15px;
      border: 0;
    }

    .chat .chat-message input[type=text]{
      width: 100%;
      display: flex;
      margin-right: 15px;
    }

    .bg-color1{
      background: #17525e;
    }

    .bg-color5{
      background: #0057A4;
    }

    .chat .chat-message button[type=submit]{
      background: #0057A4;
      color: #fff;
      font-weight: 400;
      float: right;
      display: flex;
      text-transform: uppercase;
    } 

    .chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
    font-size: 16px;
    color: gray;
    cursor: pointer;
    }
  
    .online, .offline, .me {
    margin-right: 3px;
    font-size: 10px;
    }
  
    .online {
    color: #86BB71;
    }
  
    .offline {
    color: #E38968;
    }
  
    .me {
    color: #94C2ED;
    }

    .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }


    @media only screen and (max-width: 800px) and (orientation: landscape) {  

      .alert {
        margin-top: 8px;
        font-size: 12px !important;
      }

    .alert-danger {
      margin: 0px 25px 15px;
      }
      
      .chat .chat-history {
        padding: 10px 10px;
        overflow-y: scroll;
        height: 550px;
      }

      .chat .chat-history .message {
        color: white;
        padding: 5px 10px;
        line-height: 19px;
        font-size: 13px;
        border-radius: 15px;
        margin-bottom: 20px;
        width: 89% !important;
        position: relative;
      }

      .chat .chat-history .my-lyric{
        margin-top: -7px;
      }

      .chat .chat-history .other-lyric{
        margin-top: 4px;
      }

      .chat .chat-history .message-data {
        margin-bottom: 5px;
      }

      .chat .chat-history .my-message {
        background: #19233B;
        color: #fff;
        padding: 12px 15px;
        font-size: 14px;
        box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    }
      .chat .chat-history .other-message {
        color: #5a5a5a;
        font-size: 14px;
      }

      .chat .chat-message .inputs-chat {
        display: flex;
        padding: 0px 5px;
      }

      #info-menu a {
        padding: 7px 40px;
      }

      .text-right {
        margin-right: 0;
      }


    }


    @media only screen and (max-width: 768px) {

      .alert {
        margin-top: 8px;
        font-size: 12px !important;
      }

    .alert-danger {
      margin: 0px 25px 15px;
    }
      
      .chat .chat-history {
        padding: 10px 10px;
        overflow-y: scroll;
        height: 465px;
      }

      .chat .chat-history .message {
        color: white;
        padding: 5px 10px;
        line-height: 19px;
        font-size: 13px;
        border-radius: 15px;
        margin-bottom: 20px;
        width: 86%;
        position: relative;
      }

      #agendabox{
        width:100%;
      }

      .chat .chat-history .my-lyric{
        margin-top: -7px;
      }

      .chat .chat-history .other-lyric{
        margin-top: 4px;
      }
    
      .chat .chat-history .message-data {
        margin-bottom: 5px;
      }

      .chat .chat-history .my-message {
        background: #19233B;
        color: #fff;
        padding: 12px 15px;
        font-size: 14px;
        width: 88%;
        box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    }
      .chat .chat-history .other-message {
        color: #5a5a5a;
        font-size: 14px;
      }

      .chat .chat-message .inputs-chat {
        display: flex;
        padding: 0px 5px;
      }

    }