.chats-wrapper {
  height: 100%;
  padding: var(--fs-4);
  justify-content: center;
  align-items: center;
}

.chats_container-icon {
  padding: 1rem;
  padding-bottom: .9rem;
  margin-bottom: 25px;
  border-radius: 12px;
}

.chats_container-icon i {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

.chats_container {
  max-width: 42rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.chats_container-nopermview {
  max-width: 50rem;
  display: flex;
  justify-content: center;
  gap: calc(.25rem * 6);
  align-items: center;
  border-radius: 12px;
}

.chat-noperm-view h2 {
  margin-bottom: 20px;
}

.chat-noperm-view-message strong {
  color: #000;
}

.dark-theme .chat-noperm-view-message strong {
  color: #fff;
}

.chats_button {
  padding: 10px 20px;
  border-radius: .5rem;
  color: unset;
}

.chats_button i {
  margin-right: 10px;
}

.chats_container p {
  text-align: center;
  padding-inline: 70px;
  font-weight: 300;
}

.chats_container p span {
  font-weight: bold;
  font-style: italic;
}