#frame {
    /* font-family: "proxima-nova", "Source Sans Pro", sans-serif; */
    font-size: 1.4em;
    width: 100%;
    min-width: 302px;
    height: 100%;
    min-height: 300px;
    /* max-height: 720px; */
    background: #f3f3f3;
    -webkit-font-smoothing: antialiased;
    border-radius: 20px 20px 0 0;
    /* border: 1px solid #b9b9b9; */
    }
    body{margin:0}
    #contacts ul{
      padding:0;
    }
    #frame .content {
      width:100%;
    }
    #frame .content .message-input .wrap {
      display:flex;
    }
    #frame .content .message-input .wrap input {
      height: 100%;
      margin: 0;
    }
    @media screen and (max-width: 360px) {
      #frame {
        width: 100%;
        height: 100vh;
      }
    }
    #frame .content {
      float: right;
      /* width: 60%; */
      height: 100%;
      overflow: hidden;
      position: relative;
    }
    @media screen and (max-width: 735px) {
      #frame .content {
        /* width: 100%; */
        min-width: 300px !important;
        /* border-radius: 20px 20px 0 0;
        border: 1px solid #b9b9b9; */
      }
    }
    @media screen and (min-width: 900px) {
      /* #frame .content {
        width: calc(100% - 340px);
      } */
    }
    #frame .content .contact-profile {
      width: 100%;
      /* height: 60px;
      line-height: 60px; */
      /* background: #e6eaea; */
      text-align:center;
    }
    #frame .content .contact-profile img {
      max-height: 100px;
      max-width: 235px;
      border-radius: 10px;
      /* float: left; */
      margin: 9px 8px 0 9px;
    }
    #frame .content .contact-profile p {
      float: left;
      margin:0;
      line-height:initial;
      width:64vw;
      font-size:6vw;
      padding-top:8px
    }
    /* #frame .content .contact-profile .social-option {
      float: left;
      cursor: pointer;
    } */
    #frame .content .messages {
      width: 100%;
      height: auto;
      min-height: calc(100% - 60px);
      max-height: calc(100% - 60px);
      overflow-y: scroll;
      overflow-x: hidden;
    }
    @media screen and (max-width: 735px) {
      /* #frame .content .messages {
        max-height: calc(100% - 105px);
      } */
    }
    #frame .content .messages::-webkit-scrollbar {
      width: 8px;
      background: transparent;
    }
    #frame .content .messages::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.3);
    }
    #frame ul{
        margin-top:0
    }
    #frame .content .messages ul{
      padding-inline-start: 10px;
    }
    #frame .content .messages ul li {
      display: inline-block;
      clear: both;
      float: left;
      margin: 15px 15px 5px 15px;
      width: calc(100% - 25px);
      font-size: 0.9em;
    }
    #frame .content .messages ul li:nth-last-child(1) {
      margin-bottom: 20px;
    }
    #frame .content .messages ul li.sent img {
      margin: 6px 8px 0 0;
    }
    #frame .content .messages ul li.sent p {
      background: #435f7a;
      color: #f5f5f5;
    }
    #frame .content .messages ul li.replies img {
      float: right;
      margin: 6px 0 0 8px;
    }
    #frame .content .messages ul li.replies p {
      background: #e9e9e9;
      /* float: right; */
      margin-bottom: 2px;
      clear: both;
    }
    #frame .content .messages ul li.repliesBtn{
      text-align:center;
      margin:2px 15px;
    }
    #frame .content .messages ul li.repliesBtn p{
      background: #ededed;
      border: 1px solid black;
      font-size:14px; 
      border-radius:4px;
      box-shadow:1px 1px;
      cursor:pointer;
      min-width: 200px;
      max-width: 200px;
    }
    #frame .content .messages ul li img {
      /* width: 22px; */
      border-radius: 20%;
      float: left;
      max-height: 22px;
      max-width: 50px;
    }
    #frame .content .messages ul li p {
      display: block;
      /* padding: 10px 15px; */
      border-radius: 11px;
      /* max-width: 93%; */
      line-height: 130%;
      font-size:0.95rem;
      margin-bottom:0;
      overflow-wrap: break-word;
    }
    .repliesBtn p {
      padding: 10px 15px !important;
    }
    #frame .content .messages ul li p:empty {
      padding:0;
      margin:0;
    }
    @media screen and (min-width: 735px) {
      /* #frame .content .messages ul li p {
        max-width: 300px;
      } */
    }
    #frame .content .message-input {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 99;
    }
    #frame .content .message-input .wrap {
      position: relative;
    }
    #frame .content .message-input .wrap input {
      font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
      float: left;
      border: none;
      width: calc(100% - 50px);
      padding: 11px 85px 10px 8px;
      font-size: 0.8em;
      color: #32465a;
    }
    @media screen and (max-width: 735px) {
      #frame .content .message-input .wrap input {
        padding: 15px 85px 16px 8px;
      }
    }
    #frame .content .message-input .wrap input:focus {
      outline: none;
    }
    #frame .content .message-input .wrap .attachment {
      position: absolute;
      right: 80px;
      z-index: 4;
      margin-top: 10px;
      font-size: 1.1em;
      color: #435f7a;
      opacity: .5;
      cursor: pointer;
    }
    #frame .content .message-input .wrap .attachment2{
      color: #435f7a;
      margin-top: 10px;
      position: absolute;
      right: 60px;
      opacity: 0.5;
    }
    @media screen and (max-width: 735px) {
      #frame .content .message-input .wrap .attachment {
        margin-top: 17px;
        right: 85px;
      }
      #frame .content .message-input .wrap .attachment2 {
        margin-top: 17px;
        right: 65px;
      }
    }
    #frame .content .message-input .wrap .attachment:hover, #frame .content .message-input .wrap .attachment2:hover {
      opacity: 1;
    }
    
    #frame .content .message-input .wrap button {
      float: right;
      border: none;
      width: 50px;
      padding: 12px 0;
      cursor: pointer;
      background: #32465a;
      color: #f5f5f5;
    }
    @media screen and (max-width: 735px) {
      #frame .content .message-input .wrap button {
        padding: 16px 0;
      }
    }
    #frame .content .message-input .wrap button:hover {
      background: #435f7a;
    }
    #frame .content .message-input .wrap button:focus {
      outline: none;
    }
    
    #zoom-messenger-modal-accept-tittle{
      font-size:1.4rem;
    }
    
    #zoom-messenger-modal-accept-message{
      padding: 1rem 1.5rem;
      font-size: 1.2rem;
      text-align: justify;
    }
    
    #zoom-messenger-modal-div-button{
      text-align: center;
      margin-bottom: 16px;
    }
    
    #zoom-messenger-modal-button-accept{
      width:76%;
    }
    
    #message-input-text::placeholder{
      font-size:15px
    }

    #label-audio-input {
      display: flex;
      padding: 5px;
      cursor: pointer;
      margin: 0;
      justify-content: center;
      align-items: center;
      background-color: transparent;
      position: absolute;
      top: 50%;
      right: 95px;
      transform: translateY(-50%);
      border-radius: 100px;
      width: 35px;
      height: 35px;
      transition: 0.2s;
    }

    #label-audio-input:hover {
      background-color: #ececec;
    }

    #label-audio-input:hover i {
      opacity: 1;
    }

    #label-audio-input i {
      margin: 0;
      opacity: 0.8;
    }

    .disabled-audio {
      opacity: 0.5;
      pointer-events: none;
    }

    .disabled-audio:hover {
      background-color: white!important;
    }

    .disabled-audio:hover i {
      opacity: 0.8!important;
    }

    #label-file-input {
      display: flex;
      padding: 5px;
      cursor: pointer;
      margin: 0;
      justify-content: center;
      align-items: center;
      background-color: transparent;
      position: absolute;
      top: 50%;
      right: 55px;
      transform: translateY(-50%);
      border-radius: 100px;
      width: 35px;
      height: 35px;
      transition: 0.2s;
    }

    #label-file-input:hover {
      background-color: #ececec;
    }

    #label-file-input:hover i {
      opacity: 1;
    }

    #label-file-input i {
      margin: 0;
      opacity: 0.8;
    }

    #file-input {
      display: none;
    }
    
    .loader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: rgb(255, 255, 255);
        opacity: 1;
    }
    /* Estilos del Loader al enviar el formulario */
    .btnLoader{ margin-top:60%; margin-left:47%; border: 5px solid #f3f3f3; border-radius: 50%; border-top: 5px solid #000486; width: 40px!important; 
      height: 40px;	-webkit-animation: spinLoader 2s linear infinite; /* <- Safari */ animation: spinLoader 2s linear infinite; background-color:#989898
    }
    /* Safari -> */@-webkit-keyframes spinLoader { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); }}
    @keyframes spinLoader { 0% { transform:  rotate(0deg); } 100% { transform:  rotate(360deg); }
    }

    #clear-file {
      justify-content: center;
      align-items: center;
      margin-left: 5px;
      font-size: 14px;
      color: #ca3a3a;
      cursor: pointer;
      margin-bottom: 4px;
    }

    /* CSS audios */

    #box-audio {
      position: absolute!important;
      z-index: 9999;
      right: 0;
      height: 100%;
      background-color: white;
      width: 100%;
      padding: 0 15px 0px 10px;
      align-items: center;
      justify-content: end;
    }

    #send-audio {
      width: 30px;
      height: 30px;
      background-color: #435f7a;
      border-radius: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: 0.3s;
      min-width: 30px;
    }

    #send-audio:hover {
      background-color: #3890e5;
    }

    #send-audio i{
      color: white;
      font-size: 15px;
      margin-right: 3px;
    }

    #pause-audio {
      width: 30px;
      height: 30px;
      border-radius: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
      cursor: pointer;
      border: solid 1px red;
      margin-right: 10px;
      min-width: 30px;
    }

    #pause-audio i{
      color: red;
      font-size: 15px;
    }

    #resume-audio {
      width: 30px;
      height: 30px;
      border-radius: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;
      cursor: pointer;
      border: solid 1px red;
      margin-right: 10px;
      min-width: 30px;
    }

    #resume-audio i{
      color: red;
      font-size: 15px;
    }

    .audio-oscillator {
      width: fit-content;
      height: 25%;
      background-color: #ffffff;
      position: relative;
      overflow: hidden;
      border-radius: 5px;
    }
    
    .oscillation-container {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: center;
    }
    
    .oscillation-bar {
      width: 3px;
      height: 60%;
      background-color: #435f7a;
      margin: 0 3px;
      border-radius: 5px 5px 0 0;
      animation: oscillation 0.6s infinite ease-in-out;
    }
    
    .oscillation-bar:nth-child(1) {
      animation-delay: 0s;
    }
    
    .oscillation-bar:nth-child(2) {
      animation-delay: 0.2s;
    }
    
    .oscillation-bar:nth-child(3) {
      animation-delay: 0.4s;
    }
    
    .oscillation-bar:nth-child(4) {
      animation-delay: 0.6s;
    }
    
    .oscillation-bar:nth-child(5) {
      animation-delay: 0.8s;
    }

    .oscillation-bar:nth-child(6) {
      animation-delay: 1s;
    }

    .oscillation-bar:nth-child(7) {
      animation-delay: 1.2s;
    }

    .oscillation-bar:nth-child(8) {
      animation-delay: 1.4s;
    }

    .oscillation-bar:nth-child(9) {
      animation-delay: 1.6s;
    }

    .oscillation-bar:nth-child(10) {
      animation-delay: 1.8s;
    }

    .oscillation-bar:nth-child(11) {
      animation-delay: 2s;
    }
    
    @keyframes oscillation {
      0% {
        height: 10%;
      }
      
      50% {
        height: 90%;
      }
      
      100% {
        height: 10%;
      }
    }

    #crono-audio {

    }

    #crono-audio p {
      font-size: 18px;
      margin: 0;
    }

    #cancel-audio {
      margin-right: 10px;
      cursor: pointer;
    }

    #cancel-audio i {
      color: #7e7e7e;
      font-size: 25px;
    }

    #cancel-audio i:hover {
      color: #a6a6a6;
    }

    #audio-preview {
      height: 65%;
      margin-right: 10px;
      width: inherit;
    }

    #audio-preview audio{
      height: 100%;
      width: 100%;
    }

    #zoom-messenger-modal-zoom-img-close {
      right: 0; 
      width: 20px; 
      position: absolute; 
      z-index: 9; 
      opacity: 1; 
      top: -30px;
    }

    #zoom-messenger-modal-zoom-img-download_link {
      position: absolute;
      z-index: 9;
      margin-top: -22px;
      right: 28px;
      color: white;
      cursor: pointer;
      font-size: 16px;
    }
    
    .sentDivDoc {
      background: #435f7a;
      color: #E9EDEF;
      display: flex;
      font-size: 0.95rem;
      margin-bottom: 0;
      overflow-wrap: break-word;
      padding: 8px 15px;
      border-radius: 6px;
      align-items: flex-start;
      width: fit-content;
      line-height: 18px;
      max-width: 100%;
      max-width: 100%;
    }

    .sentDivDoc i{
      font-size: 2rem;
      margin-right: 10px;
      cursor: pointer;
      margin-top: 3px;
    }

    .sentDivDoc a:hover{
      color: #ffffff;
    }

    .sentDivDocChild{
      margin: auto;
      max-width: 67%;
    }
    
    .sentDivAudio {
      background: #435f7a;
      color: #E9EDEF;
      display: flex;
      font-size: 0.95rem;
      margin-bottom: 0;
      overflow-wrap: break-word;
      padding: 8px 15px;
      border-radius: 6px;
      align-items: flex-start;
      width: fit-content;
      line-height: 18px;
      max-width: 100%;
      max-width: 100%;
    }

    .sentDivAudio i{
      font-size: 2rem;
      margin-right: 10px;
      cursor: pointer;
      margin-top: 3px;
    }

    .sentDivDoc2 {
      background: #e9e9e9;
      color: black;
      display: flex;
      font-size: 0.95rem;
      margin-bottom: 0;
      overflow-wrap: break-word;
      padding: 8px 15px;
      border-radius: 6px;
      align-items: flex-start;
      width: fit-content;
      line-height: 18px;
      max-width: 90%;
    }

    .sentDivDoc2 i{
      font-size: 2rem;
      margin-right: 10px;
      cursor: pointer;
      margin-top: 3px;
    }

    .sentDivDoc2 a:hover{
      color: #ffffff;
    }
    