@media (max-width: 767px) {
  .n-layout[data-v-c6932c44] {
    min-width: 0;
  }

  .n-layout[data-v-c6932c44] > .n-layout-scroll-container,
  .n-layout[data-v-c6932c44] > .n-layout-scroll-container > .n-layout-content,
  .n-layout[data-v-c6932c44] .n-layout-content > .n-layout-scroll-container,
  .n-layout[data-v-c6932c44] .n-split {
    min-width: 0;
    width: 100%;
    overflow: hidden;
  }

  .n-layout[data-v-c6932c44]
    > .n-layout-scroll-container
    > .n-layout-sider--left-placement {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    overflow: hidden;
  }

  .n-layout[data-v-c6932c44] .account-node-meta,
  .n-layout[data-v-c6932c44] .department-node-label .truncate,
  .n-layout[data-v-c6932c44] .n-base-selection,
  .n-layout[data-v-c6932c44] .n-layout-sider--left-placement input {
    display: none !important;
  }

  .n-layout[data-v-c6932c44] .all-account {
    justify-content: center !important;
    font-size: 0;
  }

  .n-layout[data-v-c6932c44] .n-layout-sider--right-placement {
    display: none !important;
  }

  .n-layout[data-v-c6932c44]:not(:has(.chat-area)) .n-split-pane-1 {
    flex: 0 0 100% !important;
    min-width: 0;
  }

  .n-layout[data-v-c6932c44]:not(:has(.chat-area)) .n-split-pane-2,
  .n-layout[data-v-c6932c44]:not(:has(.chat-area)) .n-split__resize-trigger-wrapper {
    display: none !important;
  }

  .n-layout[data-v-c6932c44]:has(.chat-area) .n-split-pane-1 {
    flex: 0 0 104px !important;
    min-width: 0;
    overflow: hidden;
  }

  .n-layout[data-v-c6932c44]:has(.chat-area) .n-split-pane-2 {
    display: block;
    flex: 1 1 auto !important;
    min-width: 0;
    overflow: hidden;
  }

  .n-layout[data-v-c6932c44]:has(.chat-area) .n-split__resize-trigger-wrapper {
    width: 1px !important;
  }

  .chat-area .virt-list__client {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .chat-area {
    overflow-x: hidden !important;
  }

  .chat-area [class*="max-w-[25vw]"],
  .chat-area [class*="max-w-[20vw]"] {
    max-width: 75% !important;
  }

  .chat-area .max-w-50 {
    max-width: 150px !important;
  }

  .chat-area .min-w-45 {
    min-width: 140px !important;
  }

  .input-area {
    margin-top: 4px !important;
  }
}
