@charset "UTF-8";

@media (max-width: 1250px) {

  .sidenav {
    width: 0;
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    transition: width 0.3s ease;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);

}

.sidenav.open {
    width: 50%;
    display: block;
}

  .barra {
    width: 25px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
	  right: 0;
  }
  .menu-hamburguer{
    display: inline-block;
    flex-direction: row;
    align-items: end;
    justify-content: end;
    text-decoration: none;
    top: 50px;
    position: absolute;
    right: 3%;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 99999;
	  width: auto;
  }

  .site-visitor-chat-container {
    width: 100%;
    left: 0;
  }
  .live-chat-container {
    width: 100% !important;
    left: 0;
  }
  .chat-with-bot-container {
    width: 100%;
    left: 0;
  }
  .embed-script-chat-container {
    width: 100%;
    left: 0;
  }
  .new-chat-with-bot-container {
    width: 100%;
    left: 0;
  }
  .display-bot-memory-container {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 850px) {
  .sidenav {
    width: 0;
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    transition: width 0.3s ease;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);
}

.sidenav.open {
    width: 70%;
    display: block;
}

  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  #chatWithBot {
    font-size: 16px;
    font-weight: 500;
    width: auto;
  }
}

@media (max-width: 700px) {
  .sidenav {
      width: 0;
      display: none;
      z-index: 9999;
      position: fixed;
      left: 0;
      bottom: 0;
      overflow-x: hidden;
      transition: width 0.3s ease;
      background: rgba(255, 255, 255, 0.5);
      -webkit-backdrop-filter: blur(10px);
     backdrop-filter: blur(10px);

  }

  .sidenav.open {
      width: 70%;
      display: block;
  }

  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
    top: 30%;
  }
  h3 {
    font-size: 16px;
    top: 30%;
  }
  #chatWithBot {
    font-size: 16px;
    font-weight: 500;
    width: auto;
  }
}

@media (max-width: 350px) {

#chatWithBot {
font-size: 16px;
font-weight: 500;
width: auto;
top: 25%;
position: relative;
left: 50%;
}
.sidenav {
  width: 0;
  display: none;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 9.5%;
  bottom: 0;
  overflow-x: hidden;
  transition: width 0.3s ease;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
 backdrop-filter: blur(10px);
}

.sidenav.open {
  width: 100%;
  display: block;
}

  .prompt2 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    top: 78%;
    }
}
