.bottom-floating {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;

  /* opacity: 0;
    visibility: hidden; */
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  height: 100%;
  pointer-events: none;
  right: 2rem;
}

.bottom-floating__inner {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  gap: 15px;
  height: 100%;
  place-content: end;
  pointer-events: none;
}

.bottom-floating__inner > div {
  pointer-events: auto;
}

.bottom-floating-button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.kakao-login-floating a {
  display: flex;
  width: 60px;
  height: 60px;
  background: #fee500;
  border-radius: 100%;
  text-align: center;
  flex-direction: column;
  place-content: center;
  align-items: center;
  font-weight: 800;
  color: rgb(0 0 0 / 85%);
}

.kakao-login-floating a img {
  width: 32px;
}

.top-button button {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: unset;
  background: #7c5aff;
  cursor: pointer;
  place-items: center;
}

.top-button button img {
  width: 32px;
}

.modnmedi-chatbot-toggle {
  margin-bottom: 2rem !important;
}
@media (max-width: 770px) {
  .kakao-login-floating a {
    width: 50px;
    height: 50px;
  }
  .kakao-login-floating a img {
    width: 22px;
  }
  .top-button button {
    width: 50px;
    height: 50px;
  }
  .top-button button img {
    width: 22px;
  }
}
