.chat__container {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10; }

.chat__menu {
  width: 64px;
  background-color: #EFFBEF;
  border-radius: 0.375rem;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  padding: 12px 0; }

.chat__button {
  width: 64px;
  height: 64px;
  background-color: #EFFBEF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.chat__link {
  text-decoration: none; }

.chat__icon {
  width: 32px;
  height: 32px; }
