@charset "UTF-8";
.preview[data-v-266726c4] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}
#chat-window[data-v-266726c4] {
  z-index: 1;
  min-width: 0.0625rem;
  position: relative;
  display: flex;
  flex-grow: 1;
  background-color: #f2f2f2;
  flex-direction: column;
}
@media (max-width: 600px) {
  #chat-window[data-v-266726c4] {
    height: 100%;
  }
}
.upside-bar[data-v-266726c4] {
  flex-basis: 4rem;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border-bottom: 0.0625rem solid #ebebeb;
  -webkit-app-region: drag;
}
@media (max-width: 600px) {
  .upside-bar[data-v-266726c4] {
    position: fixed;
    height: 4rem;
    z-index: 1000;
    background-color: #fffc;
    backdrop-filter: blur(0.5rem);
  }
}
.upside-bar .return[data-v-266726c4] {
  display: none;
}
.upside-bar .return[data-v-266726c4]:hover {
  color: #09f;
}
@media (max-width: 600px) {
  .upside-bar .return[data-v-266726c4] {
    display: block;
    margin-left: 1rem;
    margin-bottom: 0.8rem;
  }
}
.upside-bar .name-area[data-v-266726c4] {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  flex-basis: 10rem;
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0 0.5rem 1rem;
}
.upside-bar .name-area .contactor-name[data-v-266726c4] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 10rem;
}
.upside-bar .name-area .delay-status[data-v-266726c4] {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin-left: 0.5rem;
  position: relative;
  top: 0.2rem;
}
@media screen and (max-width: 600px) {
  .upside-bar .name-area .delay-status[data-v-266726c4] {
    display: none;
  }
}
.upside-bar .name-area .delay-status:hover + .delay-num[data-v-266726c4] {
  display: inline-block;
}
.upside-bar .name-area .delay-status.ultra[data-v-266726c4] {
  background-color: #35e992;
}
.upside-bar .name-area .delay-status.low[data-v-266726c4] {
  background-color: #fc0;
}
.upside-bar .name-area .delay-status.mid[data-v-266726c4] {
  background-color: #f66;
}
.upside-bar .name-area .delay-status.high[data-v-266726c4] {
  background-color: #ccc;
}
.upside-bar .name-area .delay-num[data-v-266726c4] {
  display: none;
  position: absolute;
  font-size: 0.8rem;
  bottom: 0rem;
  background-color: #fff;
  border: 1px dashed #000;
  border-radius: 0.25rem;
  padding: 0.125rem 0.25rem;
  margin-left: 1rem;
  white-space: nowrap;
}
.upside-bar .options[data-v-266726c4] {
  flex-basis: 10rem;
  display: flex;
  height: 2rem;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin: 0 1rem 0.5rem 0;
}
.upside-bar .options li[data-v-266726c4] {
  margin-left: 0.5rem;
  color: #000;
  font-weight: 580;
}
.upside-bar .options li[data-v-266726c4]:hover {
  color: #09f;
}
.upside-bar .options li i[data-v-266726c4] {
  font-size: 1.25rem;
}
.black-overlay[data-v-266726c4] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0006;
  z-index: 1001;
}
#roll-buttom-button[data-v-266726c4] {
  position: fixed;
  right: 0.5rem;
  cursor: pointer;
  display: flex;
  z-index: 1000;
  background-color: #fff;
  width: 4rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0.25rem #0003;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}
#roll-buttom-button[data-v-266726c4]:hover {
  background-color: #f0f0f0;
  transform: scale(1.1);
}
#roll-buttom-button[data-v-266726c4]:hover {
  color: #09f;
}
#roll-buttom-button i[data-v-266726c4] {
  font-size: 1rem;
}
#theimg[data-v-266726c4] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 75%;
  max-width: 50%;
}
.inner-content[data-v-266726c4] {
  display: flex;
}
.background img[data-v-266726c4] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.message-body > .avatar[data-v-266726c4] {
  cursor: pointer;
  flex-basis: 2.65rem;
  min-width: 2.65rem;
  height: 2.65rem;
}
.avatar > img[data-v-266726c4] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.window-controls[data-v-266726c4] {
  display: flex;
  flex-basis: 100%;
}
@media (max-width: 600px) {
  .window-controls[data-v-266726c4] {
    display: none;
  }
}
.window-controls .button[data-v-266726c4] {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
  flex: 0 0 2rem;
}
.window-controls .button[data-v-266726c4]:hover {
  background-color: #e7e7e7;
}
.window-controls .button#close[data-v-266726c4]:hover {
  background-color: red;
  color: #fff;
}
.button#close:hover svg path[data-v-266726c4] {
  fill: #fff;
}
.voice-box[data-v-266726c4] {
  display: flex;
  width: 11.25rem;
  height: 1.5rem;
  margin: 0.25rem 0;
}
.voice-box .icon[data-v-266726c4] {
  flex-basis: 1.5rem;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.voice-box .wave[data-v-266726c4] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.wave svg[data-v-266726c4] {
  height: 1.25rem;
  width: 80%;
}
.loader[data-v-266726c4] {
  width: 0.625rem;
  padding: 0.25rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #09f;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  position: absolute;
}
@keyframes move-266726c4 {
  0% {
    left: -20%;
  }
  to {
    left: 120%;
  }
}
.blank-loader[data-v-266726c4] {
  width: 10%;
  height: 200%;
  position: absolute;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255),
    rgb(0, 0, 0) 50%,
    transparent 50%,
    transparent
  );
  top: -50%;
  transform: rotate(30deg);
  filter: blur(5px);
  animation: move-266726c4 1s linear infinite;
}
@keyframes l-266726c4 {
  to {
    transform: rotate(1turn);
  }
}
@media (max-width: 600px) {
  #chatwindow[data-v-266726c4] {
    height: 100%;
  }
  .upsidebar[data-v-266726c4] {
    white-space: nowrap;
    max-width: 7rem;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #00a8ff linear-gradient(to right, #00d2f8, #00a8ff);
  }
  .upsidebar[data-v-266726c4] * {
    color: #fff;
    fill: #fff;
  }
  .delay-num[data-v-266726c4] {
    color: #000;
  }
  .window-controls[data-v-266726c4] {
    display: none;
  }
  .name-area[data-v-266726c4] {
    padding-bottom: 0.25rem;
  }
  .input-area[data-v-266726c4] {
    overflow-y: auto;
  }
  .inputbar[data-v-266726c4] {
    flex-basis: 4rem;
  }
  .delay-status[data-v-266726c4] {
    position: relative;
    top: -0.2rem;
  }
}
.blank-view[data-v-29ea73df] {
  background-color: #f2f2f2;
  flex-grow: 1;
}
.upside-bar[data-v-29ea73df] {
  flex-basis: 3.75rem;
  flex-shrink: 0;
  height: 3.75rem;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.upside-bar .options[data-v-29ea73df] {
  flex-basis: 6rem;
  display: flex;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#main {
  background-color: #fff;
  flex-grow: 1;
  display: flex;
  width: calc(100% - 4.5rem);
  background-color: #f2f2f2;
}
#main > .profile-body {
  margin-top: 4rem;
}
#main-mobile {
  width: 100%;
  max-height: calc(100vh - 4rem);
  background-color: #fff;
  flex-grow: 1;
  display: flex;
}
.mobile-chat#main-mobile {
  max-height: 100%;
}
.block-title {
  font-size: 0.8rem;
}
.block-content {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
  background-color: #fff;
  min-height: 1rem;
  border-radius: 0.5rem;
  flex-direction: column;
}
.block-content:last-child {
  margin-bottom: 2rem;
}
.block-content-item {
  max-height: 50rem;
  overflow-y: auto;
  transition: max-height 0.5s ease;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.block-content-item.parent-item {
  flex-wrap: wrap;
}
.child-item {
  width: calc(100% - 1rem);
  padding-left: 1rem;
}
.item-hidden-content,
.settings-container {
  width: 100%;
}
.base-info-provider {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2rem;
  margin-bottom: 1rem;
}
.plugin-tools-container {
  max-height: 20rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.block-content-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #91919128;
}
.item-title {
  font-size: 0.8rem;
  margin-left: 1rem;
  height: 2.5rem;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
  max-width: calc(100% - 5rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-content {
  transform: scale(0.9);
  flex-basis: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1.5rem;
}
.el-input,
.el-slider,
.el-select {
  width: 10rem;
}
.sub-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
}
.extra-info-button.active {
  transform: rotate(-90deg);
}
.item-content button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.block-content-item.hidden {
  min-height: 0px;
  max-height: 0px;
}
.expand-slide-enter-active,
.expand-slide-leave-active {
  transition:
    max-height 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86),
    opacity 0.4s;
}
.expand-slide-enter-from,
.expand-slide-leave-to {
  max-height: 0;
  opacity: 0;
}
.expand-slide-enter-to,
.expand-slide-leave-from {
  max-height: 20rem;
  opacity: 1;
}
#profile[data-v-00143dfc] {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.profile-container[data-v-00143dfc] {
  overflow-y: auto;
  margin: 2rem 0rem 0rem;
  width: calc(100% - 8rem);
  min-width: 20rem;
  max-width: 40rem;
  display: flex;
  flex-direction: column;
}
.base-info[data-v-00143dfc] {
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  padding-bottom: 1rem;
  border-bottom: 1px solid #88888888;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.base-info-avatar[data-v-00143dfc] {
  margin-top: 1rem;
  margin-left: 1rem;
  flex-basis: 5.5rem;
  height: 5.5rem;
}
.base-info-avatar .el-image[data-v-00143dfc] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.base-info-content[data-v-00143dfc] {
  margin-left: 1.5rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
.base-info-content .name[data-v-00143dfc] {
  font-size: 1.25rem;
}
.base-info-content .id[data-v-00143dfc] {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #696969;
}
.base-info-content .status[data-v-00143dfc] {
  margin-top: 0.25rem;
}
.info-blocks[data-v-00143dfc] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.action-bar[data-v-00143dfc] {
  position: relative;
  background-color: #f2f2f2;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 6rem;
  width: 100%;
  z-index: 2;
}
.profile-body[data-v-00143dfc] {
  position: relative;
  overflow-y: auto;
  flex-grow: 1;
  background-color: #f2f2f2;
}
.delay-status[data-v-00143dfc] {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  transform: translateY(0.25rem);
  margin-right: 0.25rem;
}
.delay-status:hover + .delay-num[data-v-00143dfc] {
  display: inline-block;
}
.delay-status.ultra[data-v-00143dfc] {
  background-color: #35e992;
}
.delay-status.low[data-v-00143dfc] {
  background-color: #fc0;
}
.delay-status.mid[data-v-00143dfc] {
  background-color: #f66;
}
.delay-status.high[data-v-00143dfc] {
  background-color: #ccc;
}
#settings-view[data-v-330c2ae1] {
  flex-grow: 1;
  height: 100%;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-view[data-v-02fd5e8c] {
  background-color: #fff;
  flex-grow: 1;
  display: grid;
  place-items: center;
}
.auth-view .container[data-v-02fd5e8c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  animation: fly-into-02fd5e8c 1s;
}
@keyframes fly-into-02fd5e8c {
  0% {
    transform: translate(-150px);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
.auth-view .container .icon-container[data-v-02fd5e8c] {
  transition: 1s linear;
}
.auth-view .container .icon-container .iconfont.ChatGPT[data-v-02fd5e8c] {
  font-size: 46px;
  border-radius: 10px;
}
.auth-view .container .icon-container.active[data-v-02fd5e8c] {
  transform: rotate(180deg);
  color: #1d93ab;
}
.auth-view .container .title[data-v-02fd5e8c] {
  white-space: nowrap;
  font-size: 50px;
  letter-spacing: 5px;
  color: #000;
  margin: 25px;
}
.auth-view .container .hint[data-v-02fd5e8c] {
  font-size: 15px;
  font-weight: 300;
}
.auth-view .container input[data-v-02fd5e8c] {
  margin-top: 30px;
  border: 2px solid #1d93ab;
  border-radius: 12px;
  width: 250px;
  height: 40px;
  padding: 0 10px;
  text-align: center;
  letter-spacing: 1px;
}
.auth-view .container input[data-v-02fd5e8c]:focus {
  outline: 1px solid #1d93ab;
}
.auth-view .container input[data-v-02fd5e8c]:focus::placeholder {
  color: transparent;
}
.auth-view .container input[data-v-02fd5e8c]::placeholder {
  text-align: center;
}
.auth-view .container .controls[data-v-02fd5e8c] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth-view .container .controls button[data-v-02fd5e8c] {
  width: 10rem;
  margin-top: 20px;
  padding: 10px 15px;
  border-radius: 8px;
}
.auth-view .container .controls button[data-v-02fd5e8c]:hover {
  box-shadow: 0 0 2px #000;
}
.auth-view .container .controls .later[data-v-02fd5e8c] {
  background: transparent;
}
.auth-view .container .controls .login[data-v-02fd5e8c] {
  color: #fff;
  background: #1d93ab;
}
