.tlpl-bubble-bot {
  position: fixed;
  bottom: 1rem;
  right: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
  padding: 0 0.75rem;
  border: 1px solid #e60064;
  border-radius: 0.75rem;
  background-color: #e60064;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}

.tlpl-bubble-bot img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.3rem;
}

@media only screen and (max-width:1200px) {

}

@media only screen and (max-width:1024px) {

}

@media only screen and (max-width:768px) {

}

@media only screen and (max-width:480px) {
  .tlpl-bubble-bot {
    position: fixed;
    bottom: 0.75rem;
    right: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    padding: 0 0.5rem;
    border: 1px solid #e60064;
    border-radius: 0.5rem;
    background-color: #e60064;
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
  }
  
  .tlpl-bubble-bot img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.1rem;
  }
}

@media only screen and (max-width: 360px) {
  html {
    font-size: 12px;
  }
}