.w-desc-text[data-v-0e573586] {
  color: #a2a4a8;
}
.w-row-text[data-v-0e573586] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-t-center[data-v-0e573586] {
  text-align: left;
}
.w-t-left[data-v-0e573586] {
  left: 0;
  text-align: left;
}
.w-t-right[data-v-0e573586] {
  right: 0;
  text-align: left;
}
.w-h-center[data-v-0e573586] {
  display: flex;
  align-items: center;
}
.preview-file[data-v-0e573586] {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.header[data-v-0e573586] {
  position: sticky;
  top: 0;
  z-index: 999;
  font-size: 16px !important;
  padding: 8px 18px !important;
  background: linear-gradient(90deg, #246aef 0%, #2bc1f0 40%, #2bc1f0 60%, #246aef 100%) !important;
  color: #ffffff !important;
  border-radius: 25px 25px 0 0;
}
.content[data-v-0e573586] {
  height: calc(100% - 40px);
  padding: 20px 50px 50px;
  box-sizing: border-box;
}
.content-top[data-v-0e573586] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.content-top .white[data-v-0e573586] {
  color: #0b73ff;
  border: 1px solid #0b73ff;
}
.content-top .select[data-v-0e573586] {
  margin-bottom: 20px;
}
.content-top .select span[data-v-0e573586] {
  margin-right: 15px;
  color: #000;
}
.content-bottom[data-v-0e573586] {
  height: calc(100% - 67px);
  overflow-y: auto;
}
.content-bottom .container[data-v-0e573586] {
  height: 100%;
  width: 100%;
}
.content-bottom .pdfBox[data-v-0e573586] {
  width: 100%;
  height: 100%;
}
.content-bottom .pdfBox iframe[data-v-0e573586] {
  width: 100%;
  height: calc(100% - 4px);
  border: none;
  box-sizing: border-box;
}
