.hidebot{
    display: none !important;
  }
  #chat-fab-container {
    position: relative;
    height: 80px;
    width: 100%;
  }
  #chat-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(112, 112, 112, 0.59);
  }
  #chat-fab-button-desktop {
    right: 70px;
    position: fixed;
    bottom: 20px;
  }
  #chat-fab-button-mobile {
    position: relative;
    left: calc(100% - 70px);
    display: none;
  }
  #chat-fab-button-desktop,
  #chat-fab-button-mobile {
    cursor: pointer;
    transition: all 1s ease-in-out;
    width: 68px;
    height: 68px;
  }
  #chat-modal {
    transition: all 1s ease-in-out;
    background-color: white;
    width: 407px;
    height: 312px;
    border-radius: 46px;
    position: fixed;
    right: 40px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
  }
  #chat-modal #chat-modal-fechar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #e853a0;
    font: normal normal 500 20px/24px Montserrat;
    text-align: center;
    position: absolute;
    right: 19px;
    top: 17px;
    cursor: pointer;
  }
  #chat-modal #chat-modal-fechar::before {
    content: "X";
    color: #ffffff;
    top: 7px;
    position: relative;
  }
  #chat-modal .chat-modal-titulo {
    font: normal normal 500 22px/26px Montserrat;
    color: #000000;
    text-align: center;
    margin: 40px 40px 25px 40px;
  }

  #chat-modal hr {
    margin: 20px 0;
    width: calc(100% - 40px);
    border-color: #bebebe;
  }
  #chat-modal #chat-modal-whatsapp-button {
    width: 279px;
    height: 60px;
    cursor: pointer;
  }
  #chat-modal #chat-modal-webchat-button {
    width: 280px;
    height: 60px;
    cursor: pointer;
  }
  #oloswcdl-root .oloswebchat-main .cta-button {
    display: none !important;
  }
  .oloswebchat-main {
    display: none !important;
  }
  .oloswebchat-main.active {
    display: block !important;
  }
  @media (max-width: 500px) {
    #chat-fab-button-desktop {
      display: none;
    }
    #chat-fab-button-mobile {
      display: block;
    }
  }
