.chat-popup {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 900;
    background-color: #fff;
    width: 100%;
    height: 40px;
    border-top-left-radius: 4px;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    overflow: hidden;
    animation-name: popup_open;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #e6e6e6; }

  @keyframes popup_open {
    from {
      height: 40px; }
    to {
      height: 75%; } }

  @keyframes popup_close {
    from {
      height: 75%; }
    to {
      height: 40px; } }

  .chat-popup .chat-header {
    background-color: #e6e6e6;
    height: 40px;
    border-top-left-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    color: #10949e; }
    .chat-popup .chat-header h6 {
      margin-top: 10px;
      margin-right: 5px; }
    .chat-popup .chat-header .icon-close {
      position: absolute;
      top: 7px;
      right: 0px;
      cursor: pointer; }
      .chat-popup .chat-header .icon-close:hover {
        color: #08544F; }

    .fd-chat {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 400px;
    height: 87vh;
    max-height: 900px;
    background-color: #fff;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 10px hsla(63, 42%, 65%, 0.63);;
    z-index: 99000;
    }

  .fd-chat-titulo {
    height: 50px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    border-bottom: solid 2px #e7e7e7; }

  .fd-chat-footer {
    height: 50px;
    bottom: 15px;
    border-top: solid 2px red;
    border-bottom: solid 2px red; }

  .fd-chat-body {
    height: calc(100% - 40px); /* Ajuste conforme necessário para o tamanho do cabeçalho e rodapé */
    overflow-y: auto;
    border-radius: 0px 0px 10px 10px; }

  .fd-chat-frame {
    border: none;
    position: relative; }

  .balao {
    position: fixed;
    bottom: 30px;
    right: 40px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px hsla(63, 42%, 65%, 0.63);
    height: 80px;
    width: 10px;
    border-radius: 100%; }

    .balaoInicial {
    position: fixed;
    bottom: 30px;
    right: 40px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px hsla(63, 42%, 65%, 0.63);
    height: 80px;
    width: 10px;
    border-radius: 100%;
    font-weight: 800;
    }

  .balao2 {
    position: fixed;
    bottom: 132px;
    right: 30px;
    height: 0px;
    width: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    box-shadow: 0px 0px 10px rgba(128, 203, 193, 0.63) inset;
    opacity: 0; }

.balaoDinamico {
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 0px 10px  hsla(63, 42%, 65%, 0.63);
    bottom: 150px;
    right: 20px;
    height: 100px;
    width: 180px;
    padding: 5px 2px 2px 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    display: none; }

    .balao3 {
    position: fixed;
    bottom: 132px;
    right: 30px;
    height: 0px;
    width: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    box-shadow: 0px 0px 10px hsla(63, 42%, 65%, 0.63) inset;
    display: none;
    }

.fechar {
    right: 10px;
    position: absolute;
    color: #ffffff;
    font-size: 34px;
    cursor: pointer;
    margin-top: 11px;
    font-weight: 500;
    /* border: 1px solid #833d0b;
    box-shadow: 0px 1px 0px #833d0b; */
}

  @media only screen and (max-width: 600px) {
    .fd-chat {
      right: 5px;
      width: 350px; 
      
    height: 80vh;
      } 
}

  .chat-icon {
    z-index: 999999; }

  .chat-bottom {
    justify-content: space-between; }


    /* PARA ANULAR O CSS NATIVO DA MARISOL */
    .mr-36, .lg:mr-12{
        margin-right: unset !important;
    }
