#sidebar[data-v-7a5175b8] {
  display: flex;
  flex-basis: 3.8rem;
  flex-direction: column;
  background-color: #fffc;
  backdrop-filter: blur(10px);
  -webkit-app-region: drag;
}
.options[data-v-7a5175b8] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
.logo img[data-v-7a5175b8] {
  width: 2.5rem;
}
.up-half[data-v-7a5175b8],
.down-half[data-v-7a5175b8] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 8rem;
  justify-content: center;
}
.icon-back[data-v-7a5175b8] {
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0rem;
  border-radius: 0.5rem;
}
.icon-back.active[data-v-7a5175b8] {
  padding: 0 0.5rem;
  background-color: #7171711a;
}
.icon-back i[data-v-7a5175b8],
.down-half i[data-v-7a5175b8] {
  margin: 0.5rem 0rem;
  width: 1.8rem;
  height: 1.8rem;
  font-size: 1.6rem;
  color: #000;
}
.admin-avatar[data-v-7a5175b8] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  height: 4.5rem;
  position: relative;
  z-index: 10;
}
.admin-avatar img[data-v-7a5175b8] {
  border-radius: 50%;
  width: 60%;
}
.status[data-v-7a5175b8] {
  position: absolute;
  left: 68%;
  top: 71%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: linear-gradient(to bottom, #34ee8f, #36dd96);
}
.side-icon[data-v-7a5175b8] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-back.active i[data-v-7a5175b8] {
  color: #007bff;
}
@media screen and (max-width: 600px) {
  .options[data-v-7a5175b8] {
    justify-content: space-evenly;
  }
  #sidebar[data-v-7a5175b8] {
    width: 100%;
    flex-direction: row;
    flex-basis: 4rem;
    background-color: #f5f4f9;
  }
  .admin-avatar[data-v-7a5175b8] {
    display: none;
  }
  .options[data-v-7a5175b8] {
    flex-direction: row;
    width: 100%;
  }
  .up-half[data-v-7a5175b8],
  .down-half[data-v-7a5175b8] {
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .icon-back.active[data-v-7a5175b8] {
    background-color: transparent;
  }
}
.window-controls[data-v-a5e279e7] {
  position: absolute;
  display: flex;
  height: 30px;
  z-index: 1000;
  right: 0;
  top: 0;
  background-color: transparent;
  -webkit-app-region: drag;
}
.window-controls.preview[data-v-a5e279e7] {
  display: none;
}
.window-controls .button[data-v-a5e279e7] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #333;
  font-size: 16px;
  outline: none;
  -webkit-app-region: no-drag;
}
.window-controls .button span[data-v-a5e279e7] {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.window-controls .button .window-min[data-v-a5e279e7] {
  font-weight: 700;
  position: relative;
  top: -2px;
}
.window-controls .button .window-max[data-v-a5e279e7] {
  font-size: 14px;
  font-weight: 700;
}
.window-controls .button .window-inmax i.iconfont[data-v-a5e279e7] {
  font-size: 14px;
}
.window-controls .button .window-close[data-v-a5e279e7] {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  top: -1px;
}
.window-controls .button[data-v-a5e279e7]:hover {
  background-color: #0000001a;
}
.window-controls .button#close[data-v-a5e279e7]:hover {
  background-color: #e81123;
  color: #fff;
}
#forward-msg-preview[data-v-19b00d24] {
  width: 15rem;
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0.5rem;
}
#forward-msg-preview.on-phone[data-v-19b00d24] {
  transform: translate(-0.35rem);
}
#forward-msg-body[data-v-19b00d24] {
  margin: 0.5rem 0;
  width: 100%;
  text-overflow: ellipsis;
}
#forward-msg-summary[data-v-19b00d24] {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8rem;
  font-weight: 300;
}
#forward-msg-foot[data-v-19b00d24] {
  border-top: 1px solid #ccc;
  padding-top: 0.2rem;
  width: 100%;
  font-size: 0.7rem;
  color: #969696;
}
.cfg-btns[data-v-19b00d24] {
  transform: scale(0.8);
  transform-origin: top right;
}
#forward-msg-box[data-v-19b00d24] {
  border: 1px solid rgb(199, 199, 199);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24rem;
  height: 30rem;
  z-index: 9999;
  background-color: #f1f1f1;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 0 1rem #0000001a;
}
.message-body > .avatar[data-v-19b00d24] {
  flex-basis: 2.65rem;
  min-width: 2.65rem;
  height: 2.65rem;
}
.avatar > img[data-v-19b00d24] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#forward-msg-box.on-phone[data-v-19b00d24] {
  border: null;
  border-radius: null;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #f1f1f1;
  overflow: hidden;
}
.forward-msg-head[data-v-19b00d24] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  padding-left: 1rem;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 0.8rem;
}
.close[data-v-19b00d24] {
  width: 1.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close[data-v-19b00d24]:hover {
  color: #f0f8ff;
  background-color: #c42b1c;
}
.body[data-v-19b00d24] {
  height: auto;
  max-height: calc(100% - 2rem);
  overflow: auto;
}
i[data-v-7a904a44]:hover {
  color: #09f;
}
.input-bar[data-v-7a904a44] {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  border: 0 solid rgba(161, 154, 154, 0.626);
  flex-basis: 11rem;
}
@media (max-width: 600px) {
  .input-bar[data-v-7a904a44] {
    flex-basis: 7rem;
    width: 100%;
    flex-direction: column-reverse;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background-color: #fffc;
    backdrop-filter: blur(0.5rem);
  }
}
.input-bar .options[data-v-7a904a44] {
  display: flex;
  border-top: 0.0625rem solid rgba(128, 128, 128, 0.502);
  padding: 0.25rem 0.5rem;
}
@media (max-width: 600px) {
  .input-bar .options[data-v-7a904a44] {
    border: none;
    justify-content: space-around;
  }
}
.bu-emoji[data-v-7a904a44] {
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .bu-emoji:hover p.ho-emoji[data-v-7a904a44] {
    display: block;
  }
}
emoji-picker[data-v-7a904a44] {
  position: absolute;
  top: -25.75rem;
  right: -20rem;
}
p.ho-emoji[data-v-7a904a44] {
  text-wrap: nowrap;
  display: none;
  font-size: 0.75rem;
  padding: 0.125rem 0.25rem;
  background-color: #fff;
  border: none;
  box-shadow: 0 0.125rem 0.25rem #0003;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-60%);
}
i[data-v-7a904a44] {
  display: block;
  padding: 0.25rem 0.5rem 0 0;
  font-size: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
}
.input-box[data-v-7a904a44] {
  flex-grow: 1;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media screen and (max-width: 600px) {
  .input-box[data-v-7a904a44] {
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
.input-box .input-content[data-v-7a904a44] {
  flex-wrap: wrap;
  display: flex;
  background-color: #f1f1f1;
  border: 0;
  flex-grow: 1;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .input-box .input-content[data-v-7a904a44] {
    margin: 0.5rem 0.5rem 0.8rem 0;
    min-height: 2rem;
    flex-basis: calc(100% - 4rem);
    max-width: calc(100% - 4rem);
    flex-grow: 0;
    background-color: #fff;
  }
}
.input-box .input-content .input-area[data-v-7a904a44] {
  overflow-y: auto;
  max-height: 20rem;
  resize: none;
  font-size: 1rem;
  background-color: #f1f1f1;
  border: 0;
  flex-grow: 1;
  width: 100%;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-box .input-content .input-area[data-v-7a904a44]:focus {
  border: 0;
  outline: none;
}
@media screen and (max-width: 600px) {
  .input-box .input-content .input-area[data-v-7a904a44] {
    background-color: transparent;
    margin: 0.2rem;
    caret-color: #14c1eb;
  }
}
.input-box button[data-v-7a904a44] {
  white-space: nowrap;
  color: #f0f8ff;
  border-radius: 0.3125rem;
  border: 0;
  background-color: #09f;
  padding: 0.25rem 1rem;
  margin-bottom: 0.8rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .input-box button[data-v-7a904a44] {
    height: 2rem;
    margin-right: 0rem;
  }
}
.file-block[data-v-f2fa73bf] {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 5px;
  background-color: #f5f5f5;
  margin: 0.5rem 0;
  width: 12rem;
  position: relative;
}
.file-block-icon[data-v-f2fa73bf] {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.file-icon[data-v-f2fa73bf] {
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.file-icon-pdf[data-v-f2fa73bf] {
  background-color: #e70012;
}
.file-icon-spreadsheet[data-v-f2fa73bf] {
  background-color: #138147;
}
.file-icon-word[data-v-f2fa73bf] {
  background-color: #144eb3;
}
.file-icon-ppt[data-v-f2fa73bf] {
  background-color: #ca4b27;
}
.file-icon-other[data-v-f2fa73bf] {
  background-color: gray;
}
.file-block-text[data-v-f2fa73bf] {
  flex: 1;
  overflow: hidden;
}
.file-name[data-v-f2fa73bf] {
  font-weight: 700;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-info[data-v-f2fa73bf] {
  font-size: 10px;
  color: #777;
}
.extra-detail[data-v-aef1ba4f] {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20rem;
  max-height: 25rem;
  flex-grow: 1;
  padding-bottom: 1rem;
}
.detail-params[data-v-aef1ba4f],
.detail-result[data-v-aef1ba4f] {
  margin-top: 1rem;
  width: calc(100% - 2rem);
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.detail-title[data-v-aef1ba4f] {
  padding-top: 0.5rem;
  flex-basis: 2rem;
  width: 90%;
  border-bottom: 1px solid #5c5c5c;
}
.detail-content[data-v-aef1ba4f] {
  user-select: text;
  margin: 0.5rem 0rem;
  font-size: 0.8rem;
  color: #5c5c5c;
  width: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 8rem;
  flex-grow: 1;
}
.extra-info-bar[data-v-aef1ba4f] {
  overflow: hidden;
  z-index: 2;
  max-height: 0px;
  transition: 0.3s;
  top: 4rem;
  position: absolute;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  box-shadow: 0 0 5px #0003;
  display: flex;
  flex-direction: column;
}
.extra-info-bar.active[data-v-aef1ba4f] {
  max-height: 50rem;
}
.tool-info[data-v-aef1ba4f] {
  flex-grow: 1;
  flex-basis: 10rem;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0.5rem;
}
.extra-info[data-v-aef1ba4f] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 3rem;
  min-width: 3rem;
}
button.extra-info-button[data-v-aef1ba4f] {
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
button.extra-info-button.active[data-v-aef1ba4f] {
  transform: rotate(-90deg);
}
button.extra-info-button:hover svg[data-v-aef1ba4f] {
  transition: transform 0.3s ease;
  transform: scale(1.2);
}
.tool-name[data-v-aef1ba4f] {
  font-weight: bolder;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tool-call-bar[data-v-aef1ba4f] {
  max-width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 4rem;
  flex-wrap: nowrap;
  background-color: #f5f5f5;
  border-radius: 5px;
  display: flex;
  position: relative;
}
.status-icon[data-v-aef1ba4f] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 50%;
  min-width: 4rem;
}
.call-pend-icon[data-v-aef1ba4f] {
  transform: rotate(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #fff;
}
.call-pend-icon[data-v-aef1ba4f]:before,
.call-pend-icon[data-v-aef1ba4f]:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin-aef1ba4f linear infinite;
}
.call-pend-icon[data-v-aef1ba4f]:after {
  color: #ff3d00;
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}
@keyframes rotate-aef1ba4f {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateccw-aef1ba4f {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin-aef1ba4f {
  0%,
  to {
    box-shadow: 0.2em 0 0 0 currentcolor;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 0.2em 0 0 currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0 -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}
.checkmark-container[data-v-aef1ba4f] {
  width: 2.25rem;
  height: 2rem;
}
.checkmark[data-v-aef1ba4f] {
  width: 100%;
  height: 100%;
}
.checkmark polyline[data-v-aef1ba4f] {
  fill: none;
  stroke: green;
  stroke-width: 10;
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: draw-aef1ba4f 1s forwards;
}
@keyframes draw-aef1ba4f {
  to {
    stroke-dashoffset: 0;
  }
}
.reason-block[data-v-81bd691d] {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.reason-info[data-v-81bd691d] {
  margin: 0.5rem 0;
  font-size: 0.8rem;
  min-width: 8rem;
  flex-basis: 10rem;
  text-wrap: nowrap;
}
.head-bar[data-v-81bd691d] {
  flex-basis: 1rem;
  margin: 0.5rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 0px 0.5rem;
}
.head-bar[data-v-81bd691d]:hover {
  background-color: #ededed;
}
.head-bar button[data-v-81bd691d] {
  flex-basis: 1rem;
  margin-left: 0.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 2px;
}
.head-bar button i[data-v-81bd691d] {
  font-size: 0.8rem;
}
.head-bar button.active[data-v-81bd691d] {
  transform: rotate(-90deg);
}
.reason-content[data-v-81bd691d] {
  max-width: 100%;
  overflow: hidden;
  user-select: text;
  font-size: 0.8rem;
  color: #6f6f6f;
  white-space: pre-line;
  border-left: 2px solid #ccc;
  transition: max-height 0.3s ease-in-out;
  padding-left: 1rem;
}
#message-menu[data-v-8936958f] {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffffc7;
  backdrop-filter: blur(0.5rem);
  border-radius: 0.5rem;
  padding: 0.5rem;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  #message-menu[data-v-8936958f] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    padding: 0.5rem;
    max-width: 16rem;
    background-color: #282c34d9;
    border-radius: 1rem;
    left: 50%;
    transform: translate(-50%);
  }
}
@keyframes pop-up-8936958f {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
#message-menu div[data-v-8936958f] {
  margin: 0.4rem 0;
  padding: 0.2rem 0.4rem;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  #message-menu div[data-v-8936958f] {
    margin: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0.8rem;
    padding: 0rem;
    min-height: 3rem;
    background-color: transparent;
    transition: background-color 0.2s ease;
  }
}
#message-menu div[data-v-8936958f]:hover {
  background-color: #e6e6e6e0;
}
@media (max-width: 768px) {
  #message-menu div[data-v-8936958f]:hover {
    background-color: #ffffff1a;
  }
}
#message-menu div:hover > i[data-v-8936958f] {
  animation: pop-up-8936958f 0.5s ease-in-out 1 forwards;
}
#message-menu i[data-v-8936958f] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
}
@media (max-width: 768px) {
  #message-menu i[data-v-8936958f] {
    position: static;
    font-size: 1rem;
    margin-bottom: 0.3rem;
    color: #ffffffe6;
  }
}
#message-menu span[data-v-8936958f] {
  font-size: 0.8rem;
  color: #787c7f;
  margin-left: 1.8rem;
}
@media (max-width: 768px) {
  #message-menu span[data-v-8936958f] {
    margin-left: 0;
    font-size: 0.7rem;
    color: #fffc;
    line-height: 1.2;
    word-break: break-all;
  }
}
.empty-list[data-v-5f6ecc2e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.presets-list[data-v-5f6ecc2e] {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  height: calc(100% - 3rem);
  overflow-y: auto;
}
.preset-description[data-v-5f6ecc2e] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
  color: #888;
  width: 100%;
}
.presets-item button[data-v-5f6ecc2e] {
  flex-basis: 60px;
}
.presets-loader[data-v-5f6ecc2e] {
  width: 100%;
  height: 1rem;
}
.presets-item[data-v-5f6ecc2e] {
  position: relative;
  margin-top: 0.5rem;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-basis: 3rem;
  justify-content: space-around;
}
.preset-avatar[data-v-5f6ecc2e] {
  min-width: 2.8rem;
  max-width: 2.8rem;
  height: 2.8rem;
  background-color: #09f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preset-avatar.model[data-v-5f6ecc2e] {
  background-color: #fff;
  border-radius: 50%;
}
.preset-avatar.custom img[data-v-5f6ecc2e] {
  width: 100%;
  border-radius: 50%;
}
.preset-avatar.model img[data-v-5f6ecc2e] {
  width: 90%;
}
.preset-info[data-v-5f6ecc2e] {
  position: relative;
  margin-left: 0.5rem;
  width: calc(100% - 7.5rem);
}
.slide-button[data-v-5f6ecc2e] {
  width: 2rem;
  border-top: #0099ff 2px solid;
  margin-left: 0.3rem;
  position: relative;
  left: 0;
  transition: left 0.3s;
}
.body[data-v-5f6ecc2e] {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  position: relative;
  height: calc(100% - 2.5rem);
}
.info[data-v-5f6ecc2e] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  height: calc(100% - 2.5rem);
}
.presets-types[data-v-5f6ecc2e] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-top: 1rem;
  position: relative;
}
.presets-types nav[data-v-5f6ecc2e] {
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
}
.presets-types nav.active[data-v-5f6ecc2e] {
  color: #09f;
}
.search[data-v-5f6ecc2e] {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  height: 2em;
  background-color: #f1f1f1;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}
.search[data-v-5f6ecc2e]:has(input:focus) {
  border: #0099ff 1px solid;
}
.search input[data-v-5f6ecc2e] {
  position: absolute;
  width: calc(100% - 2rem);
  height: 1.5rem;
  background-color: #f1f1f1;
  border: none;
  outline: none;
  margin-left: 1rem;
}
.search i[data-v-5f6ecc2e] {
  position: absolute;
  font-size: 0.8rem;
  color: #888;
}
.add-contactor[data-v-5f6ecc2e] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 500px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #0000001a;
  z-index: 100;
  overflow: hidden;
}
.head[data-v-5f6ecc2e] {
  height: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  font-size: 0.8rem;
  padding-left: 1rem;
}
.close-icon[data-v-5f6ecc2e] {
  width: 1.5rem;
  font-size: 0.8rem;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-icon[data-v-5f6ecc2e]:hover {
  color: #f0f8ff;
  background-color: #c42b1c;
}
@media (max-width: 600px) {
  .add-contactor[data-v-5f6ecc2e] {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
  }
}
.loading,
.loading > div {
  position: relative;
  box-sizing: border-box;
}
.loading {
  display: block;
  font-size: 0;
  color: #000;
}
.loading.la-dark {
  color: #333;
}
.loading > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.loading {
  margin-top: 1rem;
  width: 16px;
  min-height: 1rem;
}
.loading > div {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 16px;
  width: 100%;
  height: 16px;
  height: 100%;
  border-radius: 100%;
  opacity: 0.5;
  animation:
    ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),
    ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
}
.loading > div:nth-child(1) {
  animation-delay:
    0s,
    -0.5s;
}
.loading > div:nth-child(2) {
  animation-delay:
    -0.5s,
    -1s;
}
.loading > div:nth-child(3) {
  animation-delay:
    -1s,
    -1.5s;
}
.loading > div:nth-child(4) {
  animation-delay:
    -1.5s,
    -2s;
}
.loading > div:nth-child(5) {
  animation-delay:
    -2s,
    -2.5s;
}
@keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@keyframes ball-circus-size {
  50% {
    transform: scale(0.3);
  }
}
#add-options[data-v-1e94626e] {
  position: absolute;
  top: 2.5rem;
  background-color: #fff;
  width: 8rem;
  left: 0;
  border: 0.0625rem solid rgba(161, 154, 154, 0.626);
  border-radius: 0.3125rem;
  z-index: 2;
}
#add-options li[data-v-1e94626e] {
  display: flex;
  flex-direction: row-reverse;
  padding: 0.1rem 0.5rem;
}
#add-options li[data-v-1e94626e]:hover {
  background-color: #f5f5f5;
}
#add-options ul[data-v-1e94626e] {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  box-shadow: 0 0 0.5rem #0000001a;
}
#add-options button[data-v-1e94626e] {
  background-color: transparent;
}
#friendlists[data-v-1e94626e] {
  height: 100%;
  display: flex;
  min-width: 14rem;
  max-width: 14rem;
  flex-direction: column;
  position: relative;
  background-color: #fff;
}
.resizer[data-v-1e94626e] {
  width: 5px;
  cursor: ew-resize;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.upsidebar[data-v-1e94626e] {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  flex: 0 0 4rem;
  align-items: flex-end;
  -webkit-app-region: drag;
}
#main-search[data-v-1e94626e] {
  width: calc(100% - 1.125rem);
  margin-top: 0.1875rem;
  padding-left: 0.3125rem;
  height: 1.125rem;
  background-color: transparent;
  border: 0rem;
}
#main-search[data-v-1e94626e]:focus {
  outline: none;
  border: 0rem;
}
button#searchButton[data-v-1e94626e] {
  width: 1rem;
  border: 0rem;
  border-radius: 0.3125rem;
  margin-left: 0.5rem;
  text-wrap: nowrap;
}
.search[data-v-1e94626e] {
  flex-grow: 1;
  flex-basis: 1rem;
  border-radius: 0.3125rem;
  background-color: rgb(245 245, 245);
  height: 2rem;
  display: flex;
  padding: 0rem 0.5rem;
  align-items: center;
  margin: 0 0 0.5rem 0.5rem;
}
.bu-add[data-v-1e94626e] {
  flex-basis: 2rem;
  font-size: 1rem;
  margin: 0.5rem;
  height: 2rem;
  position: relative;
}
.listicon[data-v-1e94626e] {
  padding-top: 0.0625rem;
  width: 1rem;
  height: 1rem;
}
button#addcont[data-v-1e94626e] {
  border-radius: 0.3125rem;
  width: 100%;
  height: 100%;
  border: none;
}
.lists[data-v-1e94626e] {
  align-items: center;
  min-width: 10rem;
  display: flex;
  padding: 0.25rem 0.5rem;
  height: 3.75rem;
  max-height: 3.75rem;
  min-height: 3.75rem;
}
.lists#important[data-v-1e94626e],
.lists[data-v-1e94626e]:hover {
  background-color: #f0f0f0;
}
.lists#important[data-v-1e94626e]:hover {
  background-color: #e7e7e7;
}
.lists#active[data-v-1e94626e] {
  background-color: #09f;
}
.lists > .avatar[data-v-1e94626e] {
  flex-basis: 2.65rem;
  min-width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
.avatar > img[data-v-1e94626e] {
  width: 100%;
  height: 100%;
}
.avatar.model > img[data-v-1e94626e] {
  scale: 0.9;
}
.info[data-v-1e94626e] {
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex: 0 0 calc(100% - 2.65rem);
  max-width: calc(100% - 2.65rem);
  flex-wrap: wrap;
}
.lists#active[data-v-1e94626e] * {
  color: #f0f8ff;
}
.lists .name[data-v-1e94626e] {
  flex-basis: 4rem;
  flex-grow: 1;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  margin-left: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info #time[data-v-1e94626e] {
  font-size: 0.625rem;
  flex-grow: 1;
  text-align: right;
}
.info #msgctt[data-v-1e94626e] {
  flex-basis: 100%;
  padding-right: 1rem;
  font-size: 0.625rem;
  margin-left: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.people[data-v-1e94626e] {
  overflow-y: auto;
}
@media screen and (max-width: 600px) {
  #friendlists[data-v-1e94626e] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
  #add-options[data-v-1e94626e] {
    left: -6rem;
  }
}
.presets-list[data-v-88c48edc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.messages-buttons[data-v-88c48edc] {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0.5rem;
}
.preset-message[data-v-88c48edc] {
  width: 100%;
}
.preset-message-block[data-v-88c48edc] {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0.5rem;
  justify-content: space-between;
  align-items: flex-start;
}
.preset-message-block .message-avatar[data-v-88c48edc] {
  flex-basis: 2rem;
  font-size: 2rem;
  border: 1px solid #ccc;
  border-radius: 10%;
}
.message-avatar .hovered[data-v-88c48edc] {
  cursor: pointer;
  box-shadow: inset 0 0 10px #0000007e;
}
.preset-message-block .message-content[data-v-88c48edc] {
  margin-left: 0.5rem;
  font-size: 0.8rem;
  border: 1px solid #5a9cf8;
  border-radius: 0.5rem;
  flex-grow: 1;
  max-height: 10rem;
  overflow-y: auto;
  padding: 0.5rem;
  min-height: 2rem;
}
.message-content input[data-v-88c48edc] {
  width: 100%;
  border: none;
  outline: none;
}
