.group[data-astro-cid-uluok5yd]:hover .delete-btn[data-astro-cid-uluok5yd] {
  opacity: 1;
}

.delete-btn[data-astro-cid-uluok5yd] {
  opacity: 0;
  pointer-events: none;
}

.group[data-astro-cid-uluok5yd]:hover .delete-btn[data-astro-cid-uluok5yd], .group[data-astro-cid-uluok5yd]:focus-within .delete-btn[data-astro-cid-uluok5yd] {
  opacity: 1;
  pointer-events: auto;
}

#conversation-list[data-astro-cid-uluok5yd]::-webkit-scrollbar {
  display: none;
}

#conversation-list[data-astro-cid-uluok5yd] {
  scrollbar-width: none;
}

#sidebar[data-astro-cid-uluok5yd] {
  display: flex;
  flex-direction: column;
}

#conversation-list[data-astro-cid-uluok5yd] > div[data-astro-cid-uluok5yd]:last-child {
  margin-bottom: 1rem;
}

@media (width <= 767px) {
  #conversation-list[data-astro-cid-uluok5yd] .reveal-delete-btn[data-astro-cid-uluok5yd] {
    display: none;
  }
}

#notification[data-astro-cid-uluok5yd] {
  transition: all .3s ease-in-out;
}

#notification[data-astro-cid-uluok5yd].translate-x-full {
  transform: translateX(100%);
}

#notification[data-astro-cid-uluok5yd].translate-x-0 {
  transform: translateX(0);
}

#notification[data-astro-cid-uluok5yd].opacity-0 {
  opacity: 0;
}

#notification[data-astro-cid-uluok5yd].opacity-100 {
  opacity: 1;
}

mark[data-astro-cid-uluok5yd] {
  padding: .1em .2em;
  border-radius: .25em;
  background-color: #fef08a;
  box-shadow: 0 0 0 2px #fef08a;
  font-weight: 500;
}

.message-content[data-astro-cid-uluok5yd] mark[data-astro-cid-uluok5yd] {
  animation: 2s infinite pulse-highlight;
}

@keyframes pulse-highlight {
  0%, 100% {
    background-color: #fef08a;
  }

  50% {
    background-color: #fde047;
  }
}

@keyframes highlightFade {
  0% {
    background-color: #fef9c3;
  }

  100% {
    background-color: #0000;
  }
}

.highlight-search[data-astro-cid-uluok5yd] {
  animation: 2s highlightFade;
}

.transform[data-astro-cid-uluok5yd] {
  transform: translateX(0);
}

.-translate-x-full[data-astro-cid-uluok5yd] {
  transform: translateX(-100%);
}

.transition-transform[data-astro-cid-uluok5yd] {
  transition-property: transform;
}

.transition-opacity[data-astro-cid-uluok5yd] {
  transition-property: opacity;
}

.duration-300[data-astro-cid-uluok5yd] {
  transition-duration: .3s;
}

.ease-in-out[data-astro-cid-uluok5yd] {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

body.sidebar-open {
  overflow: hidden;
}

@media (width <= 767px) {
  body {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
  }
}

@media (width >= 768px) {
  #sidebar[data-astro-cid-uluok5yd] {
    left: 66px;
  }

  .md\:ml-96[data-astro-cid-uluok5yd] {
    margin-left: max(28%, 399px);
  }

  .lg\:ml-112[data-astro-cid-uluok5yd] {
    margin-left: max(28%, 399px);
  }
}

.nav-active[data-astro-cid-uluok5yd] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.nav-indicator[data-astro-cid-uluok5yd] {
  position: absolute;
  right: -.125rem;
  top: .125rem;
  height: .5rem;
  width: .5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transform: scale(0);
  transition: all .2s ease-in-out;
}

.nav-active[data-astro-cid-uluok5yd] .nav-indicator[data-astro-cid-uluok5yd] {
  opacity: 1;
  transform: scale(1);
}

#nav-logout[data-astro-cid-uluok5yd]:hover {
  color: #dc2626;
  background-color: #fee2e2;
}

#nav-logout[data-astro-cid-uluok5yd]:hover svg[data-astro-cid-uluok5yd] {
  stroke: #dc2626;
}

.material-symbols-rounded[data-astro-cid-uluok5yd] {
  font-variation-settings: "FILL" 0,
      "wght" 500,
      "GRAD" 0,
      "opsz" 24;
  font-size: 24px;
  line-height: 1;
  transition: font-variation-settings .2s;
}

button[data-astro-cid-uluok5yd] .material-symbols-rounded[data-astro-cid-uluok5yd] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar[data-astro-cid-uluok5yd] img[data-astro-cid-uluok5yd] {
  max-width: 100%;
  height: auto;
  max-height: 88px;
}

#sidebar[data-astro-cid-uluok5yd] {
  overflow: hidden;
}

@media (width >= 768px) {
  #sidebar[data-astro-cid-uluok5yd] {
    left: 66px;
  }

  .md\:ml-96[data-astro-cid-uluok5yd] {
    margin-left: max(28%, 399px);
  }
}

@supports (-webkit-appearance: none) {
  #sidebar[data-astro-cid-uluok5yd] {
    height: calc(100vh - 2rem);
  }
}

@media (width <= 767px) {
  #sidebar[data-astro-cid-uluok5yd] {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    top: 0;
    left: 0;
    border-radius: 0;
    margin: 0;
    z-index: 40;
  }

  .flex-1[data-astro-cid-uluok5yd].md\:ml-96 {
    margin-left: 0;
  }

  .h-screen[data-astro-cid-uluok5yd], .main-container[data-astro-cid-uluok5yd] {
    height: calc(var(--vh, 1vh) * 100);
    height: -webkit-fill-available;
  }

  .flex-1[data-astro-cid-uluok5yd].md\:ml-96 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 1rem;
    margin-left: 0 !important;
  }
}

.sidebar-slide-out[data-astro-cid-uluok5yd] {
  transform: translateX(-105%);
}

#mobile-back-button[data-astro-cid-uluok5yd] {
  transition: all .2s;
}

#mobile-back-button[data-astro-cid-uluok5yd]:hover {
  background-color: #f3f4f6;
}

#mobile-back-button[data-astro-cid-uluok5yd]:active {
  transform: scale(.95);
}

.icon-filled[data-astro-cid-uluok5yd] {
  font-variation-settings: "FILL" 1,
      "wght" 500,
      "GRAD" 0,
      "opsz" 24 !important;
}

.filled-icon[data-astro-cid-uluok5yd] {
  font-variation-settings: "FILL" 1 !important;
}

#chat-area[data-astro-cid-uluok5yd] {
  margin-left: 399px;
  transition: margin-left .3s ease-in-out, width .3s ease-in-out;
  width: calc(100% - 399px);
  min-height: 100vh;
}

@media (width <= 767px) {
  #chat-area[data-astro-cid-uluok5yd] {
    margin-left: 0;
    width: 100%;
  }
}

.sidebar-hidden[data-astro-cid-uluok5yd] #chat-area[data-astro-cid-uluok5yd] {
  margin-left: max(4.5%, 66px) !important;
  width: calc(100% - max(4.5%, 66px)) !important;
}

@media (width <= 767px) {
  .sidebar-hidden[data-astro-cid-uluok5yd] #chat-area[data-astro-cid-uluok5yd] {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
