@charset "UTF-8";
html {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}

body {
  font-family: "Arial", sans-serif;
  margin: 0;
  background-color: #e2e2e2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 90vh;
  width: 90vw;
}

h1 {
  color: #333;
}

button {
  border-radius: 144px;
  border: 2px solid #000;
  color: rgb(32, 32, 32);
  padding: 10px 20px;
  margin-right: 10px;
  cursor: pointer;
}
button:disabled {
  background-color: #cccccc;
}
button:hover:not(:disabled) {
  opacity: 0.8;
}

audio {
  margin-bottom: 20px;
}

.userinfo {
  z-index: 16;
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
.userinfo #username {
  font-size: 1.1em;
  padding: 5px;
  border: #222 solid 0.5px;
  border-radius: 0 5px 5px 0;
}
.userinfo #logoutBtn {
  border: none;
  background: none;
  padding: 0;
  text-decoration: underline;
  font-size: 1.1em;
  margin-left: 10px;
}
.userinfo #nonviplemit {
  font-size: 1.1em;
  padding: 5px;
  border: #222 solid 0.5px;
  border-radius: 0 5px 5px 0;
  background-color: #ccc;
}
.userinfo #vipstatus {
  font-size: 1.1em;
  padding: 5px;
  border: #222 solid 0.5px;
  border-radius: 5px 0 0 5px;
}

.vipalert {
  position: absolute;
  top: 50px;
  right: 0;
  width: 99%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  border-radius: 20px;
  border: 2px solid rgb(62, 62, 62);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}
.vipalert img {
  width: 90%;
}
.vipalert strong {
  width: 100%;
  margin: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #d1d1d1;
}
.vipalert p {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 22px;
  color: #222;
}
.vipalert input {
  margin: 20px 0;
  width: calc(90% - 100px);
  padding: 20px 50px;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  background: rgba(177, 177, 177, 0.104);
  outline: none;
  color: #222;
}
.vipalert button {
  width: calc(98% - 40px);
  font-size: 15px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  background: linear-gradient(157.31deg, #2e2e2e -10.38%, #b0b0b0 82.68%);
  border-radius: 10px;
  color: #ffffff;
}
.vipalert button:hover {
  background: linear-gradient(157.31deg, #888888 -10.38%, #d3d3d3 82.68%);
}

.left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logobox {
  display: flex;
  flex-direction: column;
}
.logobox .logo {
  width: -moz-fit-content;
  width: fit-content;
}

#startRecording:not(:disabled),
#stopRecording:not(:disabled) {
  transition: background-color 0.3s ease;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.loading-spinner {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 50px;
  height: 50px; /* Safari */
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.step {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.st1 {
  background-color: #e2e2e2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.st1 .st1-2 {
  margin-top: 10px;
  width: 98vw;
  max-width: 440px;
  height: 15%;
  max-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
  background: linear-gradient(93deg, rgba(195, 195, 195, 0.14) 8.92%, rgba(0, 0, 0, 0) 100%), rgba(255, 255, 255, 0.83);
}
.st1 .stateball {
  width: 332px;
  height: 332px;
  border-radius: 308px;
  background: #f6f6f6;
  filter: blur(182px);
  position: absolute;
  z-index: 1;
}

.st2 {
  width: 100vw;
  height: 100vh;
  background-color: #e2e2e2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.st2 .box {
  width: 98vw;
  max-width: 1000px;
  height: 90%;
  overflow: scroll;
}
.st2 .box .Notes-box {
  width: 50%;
}
.st2 .box .Notes-box .title {
  border: none;
  color: #5d5d5d;
  font-size: 2em;
  background: none;
}
.st2 .box .Notes-box .time {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
.st2 .box .Notes-box .info {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.st2 .box .Notes-box .info .edit {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-bottom: 5px;
}
.st2 .box .Notes-box .info .edit button {
  background-color: #cccccc;
  padding: 5px;
}
.st2 .box .Transcription-box {
  margin-top: 50px;
  width: 50%;
}
.st2 .box .Transcription-box p {
  opacity: 0.7;
  font-size: 12px;
}

.box {
  border-radius: 8px;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.57);
  box-shadow: 0px 0px 61.3px 0px rgba(255, 248, 248, 0.25);
  width: 434px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: linear-gradient(93deg, rgba(195, 195, 195, 0.14) 8.92%, rgba(0, 0, 0, 0) 100%), rgba(255, 255, 255, 0.83);
  z-index: 2;
}
.box .controler {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.box #stopRecording {
  height: -moz-fit-content;
  height: fit-content;
}
.box .controls {
  height: 49px;
  flex-shrink: 0;
  border-radius: 144px;
  border: 3px solid #2d2d2d;
  background: #fff;
  color: #000;
  z-index: 80;
}
.box #upload-form {
  display: flex;
  flex-direction: row;
}
.box .prettier-input input {
  display: none;
}
.box .prettier-input div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  font-size: 40px;
  font-weight: 100;
  cursor: pointer;
  border-radius: 4px;
}
.box .prettier-input div:hover {
  background-color: #ccc;
}
.box .logo {
  margin-bottom: 20px;
}

#audioVisualizer {
  width: 388px;
  height: 20px;
  background-color: #000;
}

#meetingNotesEditor {
  width: 100%;
  height: 550px;
  font-size: 20px;
  border: none;
  background-color: #ededed;
}

#meetingNotes {
  font-size: 20px;
}

#meetingNotes pre {
  white-space: pre-wrap; /* 保留换行，同时允许单词在达到边界时自动换行 */
  word-wrap: break-word; /* 在长单词或 URL 地址达到容器边界时进行换行 */
  /* 添加其他样式以匹配你的页面设计 */
}

#meetingDetails {
  width: 100%;
  max-width: 100%;
  margin-left: 20px;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.57);
  box-shadow: 0px 0px 61.3px 0px rgba(255, 248, 248, 0.25);
}

.undoButtonbox {
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 15px;
  background: rgba(255, 0, 0, 0.25);
}
.undoButtonbox .undoButton {
  margin: 5px;
  border-radius: 15px;
  border: 1px solid #d90000;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  color: #d90000;
  background: none;
}

#meetingsList {
  max-height: 100%;
  overflow-y: scroll;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 21px;
  z-index: 10;
  border-radius: 0 0 12px 12px;
  background: #222;
  transform: translateY(-10px);
}

#scrollToTop {
  background: none;
  border: none;
  display: none;
}

#meetingDetails {
  flex: 2;
  padding: 20px;
  box-sizing: border-box;
}

.workspace {
  max-height: 648px;
  padding-top: 15px;
  overflow-y: scroll;
}

#meetingNotes_RC {
  display: block;
  max-width: 100%;
  word-wrap: break-word; /* 允许在长单词或URL地址内部断行 */
  white-space: pre-wrap; /* 保留空白符并在容器边界换行 */
}
#meetingNotes_RC ol,
#meetingNotes_RC ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 40px;
}

#meetingsListshow {
  cursor: pointer;
  text-decoration: underline;
}

.meetingsListshow {
  margin-top: 10px;
  width: 100%;
  min-height: 48px;
  border-radius: 12px 12px 12px 12px;
  background: #222;
  justify-content: space-around;
  z-index: 10;
  display: flex;
  align-items: center;
}
.meetingsListshow dir {
  display: flex;
}
.meetingsListshow dir div {
  margin-left: 0;
  margin-right: 15px;
}
.meetingsListshow div {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 25px;
  color: #e7e7e7;
  font-family: "Noto Sans TC";
  font-size: 14px;
}

#transcriptionText {
  border-top: #333 solid 1px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  word-wrap: break-word; /* 允许在长单词或URL地址内部断行 */
  white-space: pre-wrap; /* 保留空白符并在容器边界换行 */
  color: #757575;
  font-size: 0.4em;
}

#meetingSearch {
  border: none;
  border-radius: 5px;
  padding: 5px 20px;
  background-color: black;
  color: #ffffff;
}

#loadingOverlay {
  flex-direction: column;
}
#loadingOverlay p {
  color: #000;
  background: #e9e9e9;
  padding: 20px;
  margin: 60px;
  border-radius: 60px;
  position: absolute;
  bottom: 0;
}

.meetingStyleTag {
  background: rgb(187, 187, 187);
  color: black;
  font-size: small;
}

.meetingItem {
  margin-bottom: 10px;
  background-color: #222;
  width: calc(100% - 50px);
  max-width: 100%;
  padding: 25px;
  margin: 0;
  cursor: pointer;
  border-bottom: 1px #e7e7e7 solid;
}
.meetingItem div {
  width: -moz-fit-content;
  width: fit-content;
}
.meetingItem div h3 {
  margin-top: 0;
  color: #e7e7e7;
  font-size: 1em;
}
.meetingItem div p {
  font-size: 0.5em;
  color: rgb(126, 126, 126);
}
.meetingItem button {
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: translateY(-150%);
  background: none;
  border: none;
}
.meetingItem:hover {
  border: #5d5d5d dashed 1px;
  background-color: #3f3f3f;
}
.meetingItem:hover button {
  opacity: 0.5;
}

.meetingItem.active {
  background-color: #555;
  color: white;
}

#closemeetingDetails {
  display: none;
}

.discordIcon {
  width: 15px;
  vertical-align: middle;
  margin-left: 5px;
}

.linkDiscord {
  margin-left: 10px;
  text-decoration-line: none;
  background-color: black;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 400;
  font-size: small;
}
.linkDiscord img {
  margin-right: 8px;
}

@media screen and (max-width: 1000px) {
  html {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
  body {
    display: flex;
    flex-direction: column;
  }
  .left {
    width: 100%;
  }
  .left .step {
    width: 100%;
  }
  .left .step .box {
    width: calc(100% - 50px);
  }
  #meetingDetails {
    position: absolute;
    margin: 0;
    background: rgb(255, 255, 255);
    z-index: 12;
    width: 100vw;
    max-width: 100%;
  }
  #audioPlayback2 {
    margin-top: 0px;
  }
  #closemeetingDetails {
    display: flex;
    position: fixed;
    border: none;
    background: #e2e2e2;
    right: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
  }
  body {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: auto;
    min-height: 100vh;
  }
  .left {
    width: 100%;
    margin-top: 50px;
    padding: 10px;
    box-sizing: border-box;
  }
  .left .step {
    width: 100%;
    margin: 0;
  }
  #audioPlayback {
    top: 10px;
    max-width: 90vw;
  }
  #audioPlayback2 {
    width: 90%;
    margin-top: 0px;
  }
  #audioVisualizer {
    width: 100%;
    max-width: 300px;
  }
  .controler {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .controler #st1-2 {
    width: 100%;
  }
  .controler #startRecording {
    display: none;
  }
  .controls,
  #uploadAudiobtn {
    margin: 5px;
    font-size: 14px;
    padding: 8px 15px;
  }
  #upload-form {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }
  #upload-form .prettier-input {
    width: 90%;
  }
  #upload-form .prettier-input div {
    width: 100%;
    padding: 0;
    background-color: #cccccc;
  }
  #upload-form #languageSelect {
    width: 90%;
  }
  #upload-form #submit {
    width: 100%;
    background-color: black;
    color: white;
    margin: 0;
  }
  #languageSelect {
    width: 100%;
    margin: 10px 0;
    height: 40px;
  }
  #meetingsList {
    max-height: 60vh;
    width: 100%;
  }
  .meetingItem {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
  #meetingDetails {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 200;
    overflow-y: auto;
    padding: 60px 15px 20px 15px;
  }
  #closemeetingDetails {
    display: flex;
    position: fixed;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    z-index: 201;
  }
  #closemeetingDetails img {
    scale: 1.4;
  }
  .workspace {
    max-height: 70vh;
  }
  #loadingOverlay p {
    width: 80%;
    margin: 20px auto;
    font-size: 14px;
    bottom: 20px;
    border-radius: 30px;
    text-align: center;
  }
  #meetingSearch {
    width: 90%;
    margin: 10px auto;
  }
  .meetings-search {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .meetingsListshow {
    margin-top: 10px;
    text-align: center;
  }
  .meetingsListshow dir {
    justify-content: center;
  }
  .undoButtonbox {
    max-width: 80%;
    right: 10px;
    bottom: 10px;
  }
  .undoButtonbox .undoButton {
    height: auto;
    padding: 8px 15px;
    font-size: 12px;
  }
  .userinfo {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    display: grid;
    flex-direction: column;
    align-items: flex-end;
    background-color: transparent;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.3s ease;
    max-height: 50px;
    z-index: 100;
  }
  .userinfo.expanded {
    max-height: 300px;
    background-color: rgba(255, 255, 255, 0.868);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  .userinfo #mobileMenuToggle {
    display: block;
    margin-left: auto;
    margin-right: 5px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0);
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 2em;
    cursor: pointer;
    z-index: 20;
  }
  .userinfo #username,
  .userinfo .linkDiscord,
  .userinfo #logoutBtn,
  .userinfo #loginBtn,
  .userinfo #nonviplemit,
  .userinfo #vipstatus,
  .userinfo #chat-container {
    display: none;
    width: auto;
    text-align: center;
  }
  .userinfo.expanded #username,
  .userinfo.expanded .linkDiscord,
  .userinfo.expanded #logoutBtn,
  .userinfo.expanded #loginBtn,
  .userinfo.expanded #nonviplemit,
  .userinfo.expanded #vipstatus,
  .userinfo.expanded #chat-container {
    color: #000;
    display: block;
  }
  .userinfo.expanded .linkDiscord {
    color: #ffffff;
  }
  .userinfo .linkDiscord {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
    width: auto;
  }
  .userinfo #loginBtn,
  .userinfo #logoutBtn {
    margin-left: 0;
    margin-top: 10px;
    background: white;
    color: black;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
  }
  .userinfo #username {
    color: white;
    margin-right: 10px;
    font-weight: bold;
  }
  #meetingNotesEditor {
    width: 100%;
    height: 75vh;
    font-size: 16px;
  }
  #editMeetingNotesBtn,
  #saveMeetingNotesBtn {
    margin: 10px 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .vipalert {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
  }
  .vipalert p {
    font-size: 14px;
    width: 85%;
  }
  .vipalert input,
  .vipalert button {
    width: 80%;
  }
}
@media screen and (max-width: 375px) {
  .box {
    width: 90%;
    padding: 15px;
    margin: 0 auto;
  }
  .controler {
    flex-direction: column;
    align-items: center;
  }
  .controls {
    width: 80%;
    margin: 0;
    font-size: 12px;
    padding: 6px 12px;
  }
  #uploadAudiobtn {
    width: 80%;
    font-size: 12px;
    padding: 8px;
  }
  #languageSelect {
    font-size: 14px;
    height: 36px;
  }
  .logobox .logo {
    max-width: 90%;
    margin: 0 auto;
  }
  .stateball {
    width: 280px;
    height: 280px;
  }
  #audioVisualizer {
    max-width: 250px;
  }
  #audioPlayback,
  #audioPlayback2 {
    width: 90%;
    margin: 10px auto;
  }
  #audioPlayback2 {
    margin-top: 0px;
  }
  .workspace {
    max-height: 60vh;
    padding-top: 10px;
  }
  #meetingNotes_RC {
    font-size: 14px;
  }
  #transcriptionText {
    font-size: 12px;
    margin-top: 15px;
    padding-top: 10px;
  }
  .userinfo #mobileMenuToggle {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  .userinfo.expanded {
    max-height: 350px;
  }
  .userinfo .linkDiscord,
  .userinfo #loginBtn,
  .userinfo #logoutBtn {
    font-size: 12px;
    padding: 6px 10px;
  }
  .meetingItem {
    padding: 12px 10px;
  }
  .meetingItem div h3 {
    font-size: 0.9em;
  }
  .meetingItem button {
    right: 5px;
  }
  #meetingSearch {
    width: 95%;
    font-size: 12px;
    padding: 5px 10px;
  }
  .vipalert p {
    font-size: 12px;
    line-height: 1.4;
  }
  .vipalert input {
    padding: 15px 20px;
    width: 85%;
  }
  .vipalert button {
    width: 85%;
    padding: 8px;
  }
  #meetingNotesEditor {
    height: 250px;
    font-size: 14px;
  }
  #editMeetingNotesBtn,
  #saveMeetingNotesBtn {
    font-size: 12px;
    padding: 8px;
  }
  #loadingOverlay p {
    font-size: 12px;
    padding: 12px;
    width: 90%;
    bottom: 10px;
  }
  .undoButtonbox .undoButton {
    font-size: 10px;
    padding: 6px 10px;
  }
  #closemeetingDetails {
    width: 32px;
    height: 32px;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 280px) {
  .box {
    padding: 10px;
    width: 95%;
  }
  body {
    font-size: 0.9em;
  }
  .controls {
    width: 95%;
    font-size: 11px;
    padding: 5px 8px;
  }
  #uploadAudiobtn {
    width: 95%;
    font-size: 11px;
  }
  .stateball {
    width: 220px;
    height: 220px;
  }
  .userinfo #mobileMenuToggle {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .meetingItem {
    padding: 8px 5px;
  }
  .meetingItem div h3 {
    font-size: 0.8em;
  }
  .meetingItem div p {
    font-size: 0.4em;
  }
  #meetingDetails {
    padding: 50px 10px 10px 10px;
  }
  #meetingNotes_RC {
    font-size: 12px;
  }
  #transcriptionText {
    font-size: 10px;
  }
  #meetingNotesEditor {
    height: 200px;
    font-size: 12px;
  }
  .vipalert {
    top: 60px;
  }
  .vipalert p {
    font-size: 11px;
    width: 90%;
  }
  .vipalert input,
  .vipalert button {
    width: 90%;
    font-size: 12px;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  html,
  body {
    height: auto;
    overflow-y: auto;
  }
  .left {
    margin-top: 60px;
    padding-bottom: 20px;
  }
  .stateball {
    width: 200px;
    height: 200px;
  }
  .box {
    padding: 15px;
  }
  .box .controler {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #meetingDetails {
    padding-top: 50px;
    height: 100vh;
    overflow-y: auto;
  }
  .workspace {
    max-height: 70vh;
  }
  .userinfo.expanded {
    max-height: 100vh;
    overflow-y: auto;
  }
  .vipalert {
    width: 80%;
    max-height: 80vh;
    overflow-y: auto;
  }
  #meetingsList {
    max-height: 60vh;
  }
  #loadingOverlay p {
    bottom: 10px;
    width: 70%;
  }
}/*# sourceMappingURL=style.css.map */