/* ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com */
.g-font {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.group-hover\:opacity-100 {
  opacity: 1;
}

#bio-char-count {
  font-weight: bold;
  color: #4a5568;
  /* Gray-700 for Tailwind CSS */
}

textarea:invalid+div span {
  color: #e53e3e;
  /* Red-600 for Tailwind CSS */
}

.swal2-success-circular-line-right, .swal2-success-fix, .swal2-success-circular-line-left{
  background-color: transparent !important;
}

.border-toast{
  border-width: 4px !important;
  border-style: solid !important;
}

.category-title{
  font-size: 0.5;/* 10px */
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.channel-title{
  font-size: 0.875rem;/* 14px */
  line-height: 1.5rem;
  font-weight: 400;
}

.toggle-icon {
  font-size: 1rem;
  cursor: pointer;
  user-select: none;
}

.channel-list {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

#channel-list {
  padding:.5rem;
  height: calc(100vh - 6rem);
}

#message-list{
  width: -moz-available;
  /* For Firefox */
  width: -webkit-fill-available;
  /* For WebKit browsers */
  width: fill-available;
  /* Standardized property */
  height: 100%;
  overflow-y: auto;
}

.tooltip {
  position: absolute;
  background-color: #333;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  display: none;
  /* Start hidden */
  z-index: 1000;
}

.tooltip[data-popper-placement^='top'] {
  margin-bottom: 5px;
}

.tooltip[data-popper-placement^='bottom'] {
  margin-top: 5px;
}

.tooltip[data-popper-placement^='left'] {
  margin-right: 5px;
}

.tooltip[data-popper-placement^='right'] {
  margin-left: 5px;
}