.button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  background-color: #008069;
  border-radius: 100%;
  z-index: 2000;
}

.button:hover {
  background-color: #008069;
}

.button img {
  width: 100%;
  height: 100%;
}

.bg-whats-color {
  background-color: #e8feda;
}

.wp-input-user {
  display: flex;
  align-items: center;
}

button.check:disabled {
  background-color: darkcyan !important;
  color: #fff !important;
}

.wp-notification {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 3px;
  width: 20px;
  height: 20px;
  background-color: red;
  color: white;
  font-size: 12px;
  z-index: 3000;
  left: -5px;
  top: 5px;
}

.wp-text-notification {
  position: absolute;
  z-index: 3000;
  background-color: #fff;
  right: 90px;
  top: -60px;
  right: 0;
  width: 150px;
  border-radius: 10px;
  font-size: 14px;
  padding: 5px;
}

.box {
  position: fixed;
  padding: 10px;
  width: 400px;
  height: 500px;
  background-color: #008069;
  bottom: 100px;
  right: 20px;
  border-radius: 10px;
  z-index: 1;
}

.positionButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
}

.bgWhats {
  padding: 10px;
  border-radius: 10px;
  background-image: url("/img/bg-wp.png");
  overflow-x: hidden;
}

.bgWhats::-webkit-scrollbar {
  width: 5px;
}

.bgWhats::-webkit-scrollbar-thumb {
  background-color: #0003;
}

.bubble {
  padding: 10px;
  max-width: 70% !important;
  word-break: break-word;
  border-radius: 10px;
  margin-top: 5px;
}

.p-0 {
  padding: 0px !important;
}

.content {
  overflow-x: hidden;
}

.content::-webkit-scrollbar {
  width: 5px;
}

.wp-header {
  display: flex;
  padding: 1rem;
}

.wp-header img {
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .box {
    width: 90%;
  }
}
