@charset "UTF-8";/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.icon[data-v-8c31d038] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  line-height: 1;
  color: inherit;
}
.icon--xxs[data-v-8c31d038] {
  width: 10px;
  height: 10px;
}
.icon--xs[data-v-8c31d038] {
  width: 14px;
  height: 14px;
}
.icon--sm[data-v-8c31d038] {
  width: 18px;
  height: 18px;
}
.icon--md[data-v-8c31d038] {
  width: 20px;
  height: 20px;
}
.icon--lg[data-v-8c31d038] {
  width: 24px;
  height: 24px;
}
.icon--xl[data-v-8c31d038] {
  width: 32px;
  height: 32px;
}
.icon--clickable[data-v-8c31d038] {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.icon--clickable[data-v-8c31d038]:hover {
  opacity: 0.8;
}
.icon--clickable[data-v-8c31d038]:active {
  opacity: 0.6;
}
.icon--spinning[data-v-8c31d038] {
  animation: icon-spin-8c31d038 var(--spin-duration, 1s) linear infinite;
}
.icon .icon__svg[data-v-8c31d038] {
  display: inline-flex;
  width: 100%;
  height: 100%;
}
.icon .icon__svg[data-v-8c31d038] svg {
  width: 100%;
  height: 100%;
  display: block;
}
@keyframes icon-spin-8c31d038 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.gx-hover-tip[data-v-de77b803] {
  position: absolute;
  box-sizing: border-box;
  max-width: 268px;
  width: fit-content;
  padding: 6px 8px;
  z-index: 9999;
  word-break: break-all;
  font-size: 13px;
  line-height: 20px;
  border-radius: 6px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7); /* 默认背景色，可被 style 覆盖 */
  cursor: default;
  /* pointer-events: none; */
}
.is-scroll[data-v-de77b803] {
  padding-right: 4px;
}
.tip-content[data-v-de77b803] {
  overflow: auto;
  text-align: initial;
  white-space: normal;
}
.tip-content.ea-scrollbar[data-v-de77b803]::-webkit-scrollbar-track {
  width: 4px;
}
.tip-content.ea-scrollbar[data-v-de77b803]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}
.tip-arrow[data-v-de77b803] {
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  transform: rotateZ(45deg);
  z-index: -1;
}
.top[data-v-de77b803] {
  left: 50%;
  bottom: -3px;
  margin-left: -4px;
}
.bottom[data-v-de77b803] {
  left: 50%;
  top: -3px;
  margin-left: -4px;
}
.left[data-v-de77b803] {
  right: -3px;
  top: 50%;
  margin-top: -3px;
}
.right[data-v-de77b803] {
  left: -3px;
  top: 50%;
  margin-top: -3px;
}.mg-dailog-mask[data-v-7ed76903] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  overflow: auto;
}
.center[data-v-7ed76903],
.mg-dailog-content[data-v-7ed76903] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  overflow: hidden;
}
.mg-bottom-dialog[data-v-7ed76903] {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
}
.full-modal .mg-dailog-content[data-v-7ed76903] {
  border-radius: 8px 8px 0px 0px;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.full-modal .mg-dailog-content[data-v-7ed76903] {
  height: calc(100vh - 72px);
}.loading-content[data-v-a2c45c47] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #101729;
  background-color: #fff;
  border-radius: 4px;
}
.loading-icon[data-v-a2c45c47] {
  display: inline-block;
  background-image: url("/assets/loading-DHV2ohSg.gif");
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  margin-right: 12px;
}.dialog-wrap[data-v-c35ed1f8] {
  background: #ffffff;
  overflow: hidden;
}
.dialog-header[data-v-c35ed1f8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 24px;
}
.dialog-header-content[data-v-c35ed1f8] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dialog-title[data-v-c35ed1f8] {
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #212429;
}
.dialog-sub-title[data-v-c35ed1f8] {
  font-size: 14px;
  color: #495057;
  line-height: normal;
}
.dialog-close[data-v-c35ed1f8] {
  font-size: 24px;
  line-height: 1;
  color: #88929B;
  cursor: pointer;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-close[data-v-c35ed1f8]:hover {
  color: #262626;
}
.dialog-content[data-v-c35ed1f8] {
  padding: 0 30px;
  flex: 1;
  overflow-y: auto;
}
.dialog-footer[data-v-c35ed1f8] {
  padding: 24px 30px 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}.confirm-dialog[data-v-f2587a34] {
  min-width: 416px;
  background: #ffffff;
  overflow: hidden;
}
.confirm-content[data-v-f2587a34] {
  font-size: 14px;
  line-height: 22px;
  color: #495057;
  word-break: break-word;
  white-space: pre-line;
}
.confirm-button[data-v-f2587a34] {
  min-width: 72px;
  height: 35px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}
.confirm-button[data-v-f2587a34]:active {
  transform: translateY(1px);
}
.confirm-button-default[data-v-f2587a34] {
  background: #ffffff;
  color: #495057;
  font-weight: normal;
  cursor: pointer;
}
.confirm-button-default[data-v-f2587a34]:hover {
  color: var(--el-color-primary);
}
.confirm-button-primary[data-v-f2587a34] {
  background: var(--el-color-primary);
  color: #ffffff;
  cursor: pointer;
}
.confirm-button-primary[data-v-f2587a34]:hover:not(.is-plain) {
  background: var(--el-color-primary);
}
.confirm-button-danger[data-v-f2587a34] {
  background: var(--el-color-danger);
  color: #ffffff;
  cursor: pointer;
}
.confirm-button-danger[data-v-f2587a34]:hover {
  background: var(--el-color-danger);
}
.confirm-button-success[data-v-f2587a34] {
  background: var(--el-color-success);
  color: #ffffff;
}
.confirm-button-success[data-v-f2587a34]:hover {
  background: var(--el-color-success);
}
.confirm-button-warning[data-v-f2587a34] {
  background: var(--el-color-warning);
  color: #ffffff;
}
.confirm-button-warning[data-v-f2587a34]:hover {
  background: var(--el-color-warning);
}.gm-style-iw-chr {
  display: none !important;
}
.gm-style .gm-style-iw-c {
  padding: 0 !important;
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}.google-map-dialog .map-dialog-content[data-v-cb9498ef] {
  display: flex;
  flex-direction: column;
}
.google-map-dialog .mp-outer[data-v-cb9498ef] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #DBF1F1;
  text-align: center;
  line-height: 75px;
}
.google-map-dialog .search-section[data-v-cb9498ef] {
  width: 100%;
  position: relative;
}
.google-map-dialog .search-section .search-input[data-v-cb9498ef] {
  width: 100%;
}
.google-map-dialog .search-section .address-notice[data-v-cb9498ef] {
  margin-top: 8px;
  padding: 8px 12px;
  background: #FEF3E2;
  border-left: 3px solid #F59E0B;
  border-radius: 4px;
  font-size: 12px;
  color: #92400E;
  line-height: 18px;
}
.google-map-dialog .search-section .suggestions-list[data-v-cb9498ef] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
}
.google-map-dialog .search-section .suggestions-list .suggestion-item[data-v-cb9498ef] {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-bottom: 4px;
}
.google-map-dialog .search-section .suggestions-list .suggestion-item[data-v-cb9498ef]:last-child {
  border-bottom: none;
}
.google-map-dialog .search-section .suggestions-list .suggestion-item[data-v-cb9498ef]:hover {
  background-color: #F4EFFD;
}
.google-map-dialog .search-section .suggestions-list .suggestion-item .location-icon[data-v-cb9498ef] {
  font-size: 20px;
  color: #6B7280;
  margin-top: 2px;
  flex-shrink: 0;
}
.google-map-dialog .search-section .suggestions-list .suggestion-item .suggestion-content[data-v-cb9498ef] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: row;
  margin-top: 3px;
  line-height: 17px;
}
.google-map-dialog .search-section .suggestions-list .suggestion-item .suggestion-content .suggestion-main[data-v-cb9498ef] {
  font-size: 14px;
  color: #495057;
  font-weight: 500;
}
.google-map-dialog .search-section .suggestions-list .suggestion-item .suggestion-content .suggestion-secondary[data-v-cb9498ef] {
  font-size: 14px;
  color: #88929B;
  margin-left: 4px;
}
.google-map-dialog .map-container[data-v-cb9498ef] {
  width: 528px;
  height: 400px;
  border: 1px solid #E5E7EB;
  overflow: hidden;
  margin-top: 24px;
  position: relative;
}
.google-map-dialog .map-container .map-overlay[data-v-cb9498ef] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.google-map-dialog .map-container .map-overlay .overlay-content[data-v-cb9498ef] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.google-map-dialog .map-container .map-overlay .overlay-content .overlay-icon[data-v-cb9498ef] {
  color: #D1D5DB;
  font-size: 48px;
}
.google-map-dialog .map-container .map-overlay .overlay-content .overlay-text[data-v-cb9498ef] {
  font-size: 16px;
  color: #6B7280;
  font-weight: 500;
  text-align: center;
}
.google-map-dialog .address-hint[data-v-cb9498ef] {
  padding: 12px;
  background: #F7F8FA;
  border-radius: 4px;
  font-size: 14px;
  color: #212429;
  line-height: 22px;
}
.google-map-dialog .dialog-button[data-v-cb9498ef] {
  min-width: 72px;
}.create-account-dialog[data-v-e5638c3c] {
  min-width: 592px;
  max-width: 592px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.email-input-wrapper[data-v-e5638c3c] {
  position: relative;
  width: 100%;
}
.error-text[data-v-e5638c3c] {
  font-size: 14px;
  color: #F56C6C;
  margin-top: 4px;
  line-height: 20px;
}
[data-v-e5638c3c] .el-form-item {
  margin-bottom: 20px;
}
[data-v-e5638c3c] .el-form-item__label {
  font-size: 14px;
  color: #262626;
  font-weight: 500;
  margin-bottom: 8px;
}
[data-v-e5638c3c] .el-input__inner {
  height: 35px;
}
[data-v-e5638c3c] .el-select {
  width: 100%;
}/* Global styles for teleported suggestions (not scoped) */
.email-suggestions-teleport {
  background: #ffffff;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
}
.email-suggestions-teleport .suggestion-item {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #606266;
  transition: background-color 0.3s;
}
.email-suggestions-teleport .suggestion-item:hover {
  background-color: #F5F7FA;
}
.email-suggestions-teleport .suggestion-item:first-child {
  color: #6366F1;
  font-weight: 500;
}.interview-channel-dialog[data-v-9d882bd7] {
  width: 620px;
  background: #ffffff;
}
.channel-form[data-v-9d882bd7] .el-form-item {
  margin-bottom: 20px;
}
.channel-form[data-v-9d882bd7] .el-form-item .el-form-item__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 8px;
  width: 121px;
}
.channel-form[data-v-9d882bd7] .el-switch {
  height: 35px;
}
.enable-description[data-v-9d882bd7] {
  font-size: 14px;
  color: #6C757D;
  line-height: 22px;
  margin-left: 4px;
  margin-top: 5px;
}
.switch-desc[data-v-9d882bd7] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}.create-job-dialog[data-v-43c2b87a] {
  min-width: 416px;
  background: #ffffff;
  overflow: hidden;
}
.create-job-content .label[data-v-43c2b87a] {
  font-size: 14px;
  color: #262626;
  font-weight: 500;
  margin-bottom: 8px;
}
.create-job-content .radio-group[data-v-43c2b87a] {
  display: flex;
  gap: 12px;
}
.create-job-content .radio-group[data-v-43c2b87a] .el-radio {
  margin-right: 0;
  height: auto;
}.job-application-dialog[data-v-406b63d7] {
  min-width: 560px;
  background: #ffffff;
}
.application-form[data-v-406b63d7] .el-form-item {
  margin-bottom: 20px;
}
.application-form[data-v-406b63d7] .el-form-item .el-form-item__label {
  font-size: 14px;
  font-weight: 500;
  color: #212429;
  line-height: 35px;
  text-align: right;
  padding-right: 12px;
  margin-bottom: 0px;
  min-width: 100px;
}
.application-form[data-v-406b63d7] .el-form-item .el-form-item__label::before {
  margin-right: 2px;
}
.application-form[data-v-406b63d7] .el-form-item .el-form-item__content {
  line-height: normal;
}
.application-form[data-v-406b63d7] .el-select {
  width: 100%;
}
.application-form[data-v-406b63d7] .el-textarea__inner {
  font-family: inherit;
}
[data-v-406b63d7] .job-option {
  display: flex;
  flex-direction: column;
  width: 100%;
}
[data-v-406b63d7] .job-option .job-option-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
[data-v-406b63d7] .job-option .job-option-header .job-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-406b63d7] .job-option .job-option-header .skill-tag {
  border: none !important;
  border-radius: 463px;
  font-size: 12px;
  padding: 2px 8px;
  font-weight: 500;
}
[data-v-406b63d7] .job-option .job-option-header .skill-tag1 {
  background-color: #DBF1F1 !important;
  color: #009E99 !important;
}
[data-v-406b63d7] .job-option .job-option-header .skill-tag2 {
  background-color: #EDEFFD !important;
  color: #1F69FF !important;
}
[data-v-406b63d7] .job-option .job-option-header .skill-tag3 {
  background-color: #FAECD8 !important;
  color: #B88230 !important;
}
[data-v-406b63d7] .job-option .job-option-details {
  font-size: 12px !important;
  color: #86909C !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin-top: 4px !important;
}
[data-v-406b63d7] .job-option .job-option-details .job-option-details-item {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-406b63d7] .job-option .job-option-details .separator {
  color: #E5E6EB !important;
  margin: 0 4px !important;
}.job-application-select-dropdown .el-select-dropdown__item {
  height: 55px !important;
  padding: 6px 12px !important;
  line-height: normal !important;
  margin: 0 10px;
  border-radius: 8px;
}
.job-application-select-dropdown .el-select-dropdown__item:hover {
  background-color: #F4EFFD !important;
}
.job-application-select-dropdown .el-select-dropdown__item.selected {
  background-color: #F4EFFD !important;
}
.job-application-select-dropdown .el-select-dropdown__item.active {
  background-color: #F4EFFD !important;
}
.job-application-select-dropdown .el-select-dropdown__item.focus {
  background-color: #F4EFFD !important;
}
.job-application-select-dropdown .el-select-dropdown__item.is-hovering {
  background-color: #F4EFFD !important;
}
.job-application-select-dropdown .el-select-dropdown__list .el-select-dropdown__item.is-selected {
  font-weight: 500 !important;
}
.job-application-select-dropdown .el-select-dropdown__list .el-select-dropdown__item.is-selected span {
  padding-right: 0px !important;
}.no-access-permission-dialog[data-v-1fa92aed] {
  min-width: 260px;
  min-height: 272px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.no-access-permission-dialog[data-v-1fa92aed] .dialog-footer {
  padding: 0;
}
[data-v-1fa92aed] .dialog-header {
  padding: 0;
}
[data-v-1fa92aed] .dialog-content {
  padding: 0;
  min-width: 260px;
  min-height: 272px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.no-access-content[data-v-1fa92aed] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.icon-wrapper[data-v-1fa92aed] {
  width: 100%;
  height: 122px;
  margin-bottom: 22px;
}
.icon-wrapper .e-img[data-v-1fa92aed] {
  width: 100%;
  height: 100%;
}
.message-text[data-v-1fa92aed] {
  font-size: 16px;
  line-height: 24px;
  color: #3D3D3D;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}
.tips-text[data-v-1fa92aed] {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #88929B;
  margin-bottom: 13px;
}
.btn[data-v-1fa92aed] {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.confirm-button[data-v-1fa92aed] {
  min-width: 80px;
  height: 36px;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.update-password-dialog[data-v-9862f47a] {
  min-width: 592px;
  max-width: 592px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.update-password-dialog[data-v-9862f47a] .dialog-footer {
  padding-top: 0;
}
[data-v-9862f47a] .el-form-item {
  margin-bottom: 20px;
}
.el-form > .el-form-item[data-v-9862f47a]:last-child {
  /* 你的样式 */
}
[data-v-9862f47a] .el-form-item__label {
  font-size: 14px;
  color: #262626;
  font-weight: 500;
  margin-bottom: 8px;
}
[data-v-9862f47a] .el-input__inner {
  font-size: 14px;
}.resume-result-form[data-v-73d78c02] .el-form-item__label {
  font-size: 14px;
  font-weight: 500;
  color: #212429;
  line-height: 35px;
  text-align: right;
  padding-right: 12px;
  margin-bottom: 0px;
}
.resume-result-form[data-v-73d78c02] .el-form-item__label::before {
  display: none;
}
.resume-result-form[data-v-73d78c02] .el-radio-group {
  display: flex;
  gap: 20px;
}
.resume-result-form[data-v-73d78c02] .el-radio {
  margin-right: 0;
}
.resume-result-form[data-v-73d78c02] .el-radio .el-radio__label {
  font-size: 14px;
  color: #495057;
  padding-left: 8px;
}
.resume-result-form[data-v-73d78c02] .el-textarea .el-textarea__inner {
  font-size: 14px;
  color: #495057;
  line-height: 22px;
  resize: none;
}
.resume-result-form[data-v-73d78c02] .el-textarea .el-textarea__inner::placeholder {
  color: #C9D3D9;
}
.resume-result-form[data-v-73d78c02] .el-input__count {
  font-size: 12px;
  color: #86909C;
  background: transparent;
}
[data-v-73d78c02] .resume-result-dialog {
  width: 512px;
}.resume-result-dialog {
  width: 512px !important;
}
.resume-result-dialog .dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.resume-result-dialog .dialog-footer .el-button {
  min-width: 80px;
}.offer-result-form[data-v-b25fc72e] .el-form-item__label {
  font-size: 14px;
  font-weight: 500;
  color: #212429;
  line-height: 35px;
  text-align: right;
  padding-right: 12px;
  margin-bottom: 0px;
}
.offer-result-form[data-v-b25fc72e] .el-form-item__label::before {
  display: none;
}
.offer-result-form[data-v-b25fc72e] .el-radio-group {
  display: flex;
  gap: 20px;
}
.offer-result-form[data-v-b25fc72e] .el-radio {
  margin-right: 0;
}
.offer-result-form[data-v-b25fc72e] .el-radio .el-radio__label {
  font-size: 14px;
  color: #495057;
  padding-left: 8px;
}
.offer-result-form[data-v-b25fc72e] .el-textarea .el-textarea__inner {
  font-size: 14px;
  color: #495057;
  line-height: 22px;
  resize: none;
}
.offer-result-form[data-v-b25fc72e] .el-textarea .el-textarea__inner::placeholder {
  color: #C9D3D9;
}
.offer-result-form[data-v-b25fc72e] .el-input__count {
  font-size: 12px;
  color: #86909C;
  background: transparent;
}
[data-v-b25fc72e] .offer-result-dialog {
  width: 512px;
}.offer-result-dialog {
  width: 512px !important;
}
.offer-result-dialog .dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.offer-result-dialog .dialog-footer .el-button {
  min-width: 80px;
}.terminate-dialog-content .confirm-message[data-v-bf860628] {
  font-size: 14px;
  color: #495057;
  line-height: 22px;
  margin-bottom: 24px;
}
.terminate-form[data-v-bf860628] .el-form-item__label {
  font-size: 14px;
  font-weight: 500;
  color: #212429;
  line-height: 35px;
  text-align: right;
  padding-right: 12px;
  margin-bottom: 0px;
}
.terminate-form[data-v-bf860628] .el-form-item__label::before {
  display: none;
}
.terminate-form[data-v-bf860628] .el-textarea .el-textarea__inner {
  font-size: 14px;
  color: #495057;
  line-height: 22px;
  resize: none;
}
.terminate-form[data-v-bf860628] .el-textarea .el-textarea__inner::placeholder {
  color: #C9D3D9;
}
.terminate-form[data-v-bf860628] .el-input__count {
  font-size: 12px;
  color: #86909C;
  background: transparent;
}.terminate-interview-dialog {
  width: 512px !important;
}
.terminate-interview-dialog .dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.terminate-interview-dialog .dialog-footer .el-button {
  min-width: 80px;
}
.terminate-btn {
  border-color: #F03D3E !important;
}
.terminate-btn:hover {
  background-color: #F03D3E !important;
  border-color: #F03D3E !important;
  color: #FFFFFF !important;
}
.terminate-btn:active {
  background-color: #D32F2F !important;
  border-color: #D32F2F !important;
  color: #FFFFFF !important;
}.reject-dialog[data-v-243646cc] {
  min-width: 516px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.reject-header[data-v-243646cc] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 20px;
}
.reject-title[data-v-243646cc] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #101729;
}
.reject-close[data-v-243646cc] {
  font-size: 18px;
  line-height: 1;
  color: #8c8c8c;
  cursor: pointer;
  transition: color 0.3s;
}
.reject-close[data-v-243646cc]:hover {
  color: #262626;
}
.reject-content[data-v-243646cc] {
  padding: 0px 30px;
}
.reject-content .l[data-v-243646cc] {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #495057;
  margin-bottom: 8px;
}
.reject-textarea[data-v-243646cc] {
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 22px;
  color: #101729;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  resize: vertical;
  font-family: inherit;
  transition: border-color 0.3s;
}
.reject-textarea[data-v-243646cc]::placeholder {
  color: #bfbfbf;
}
.reject-textarea[data-v-243646cc]:hover {
  border-color: var(--el-color-primary);
}
.reject-textarea[data-v-243646cc]:focus {
  box-shadow: 0 0 0 2px rgba(64, 150, 255, 0.1);
}
.reject-footer[data-v-243646cc] {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 24px 30px;
}
.reject-button[data-v-243646cc] {
  min-width: 72px;
  height: 35px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}
.reject-button[data-v-243646cc]:active {
  transform: translateY(1px);
}
.reject-button-default[data-v-243646cc] {
  background: #ffffff;
  height: 35px;
  border-color: #d9d9d9;
  color: #262626;
}
.reject-button-default[data-v-243646cc]:hover {
  border-color: var(--el-color-primary);
  color: var(--el-color-primary);
}
.reject-button-danger[data-v-243646cc] {
  background: #fff;
  border: 1px solid #D84910;
  color: #D84910;
}.accept-dialog[data-v-4ff95f26] {
  min-width: 416px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.accept-header[data-v-4ff95f26] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 20px;
}
.accept-title[data-v-4ff95f26] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #101729;
}
.accept-close[data-v-4ff95f26] {
  font-size: 24px;
  line-height: 1;
  color: #8c8c8c;
  cursor: pointer;
  transition: color 0.3s;
}
.accept-close[data-v-4ff95f26]:hover {
  color: #262626;
}
.accept-content[data-v-4ff95f26] {
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-row[data-v-4ff95f26] {
  display: flex;
  gap: 16px;
}
.info-row .info-section[data-v-4ff95f26] {
  flex: 1;
}
.info-section[data-v-4ff95f26] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info-label[data-v-4ff95f26] {
  font-size: 12px;
  line-height: 17px;
  color: #88929B;
}
.info-value[data-v-4ff95f26] {
  font-size: 12px;
  line-height: 17px;
  color: #495057;
}
.info-value.time-value[data-v-4ff95f26] {
  color: #009E99;
  font-weight: 500;
  background: #DBF1F1;
  border-radius: 4px;
  height: 29px;
  width: fit-content;
  white-space: nowrap;
  line-height: 29px;
  padding: 0 8px;
}
.info-link[data-v-4ff95f26] {
  font-size: 12px;
  line-height: 17px;
  color: var(--el-color-primary);
  text-decoration: none;
  word-break: break-all;
}
.info-link[data-v-4ff95f26]:hover {
  text-decoration: underline;
}
.accept-footer[data-v-4ff95f26] {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 24px 30px;
}
.accept-button[data-v-4ff95f26] {
  min-width: 72px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}
.accept-button[data-v-4ff95f26]:active {
  transform: translateY(1px);
}
.accept-button-primary[data-v-4ff95f26] {
  color: #ffffff;
}.edit-remark-form[data-v-222f4381] .el-form-item__label {
  font-size: 14px;
  font-weight: 500;
  color: #212429;
  line-height: 35px;
  text-align: right;
  padding-right: 12px;
  margin-bottom: 0px;
}
.edit-remark-form[data-v-222f4381] .el-form-item__label::before {
  display: none;
}
.edit-remark-form[data-v-222f4381] .el-textarea .el-textarea__inner {
  font-size: 14px;
  color: #495057;
  line-height: 22px;
  resize: none;
}
.edit-remark-form[data-v-222f4381] .el-textarea .el-textarea__inner::placeholder {
  color: #C9D3D9;
}
.edit-remark-form[data-v-222f4381] .el-input__count {
  font-size: 12px;
  color: #86909C;
  background: transparent;
}
[data-v-222f4381] .edit-remark-dialog {
  width: 512px;
}.edit-remark-dialog {
  width: 512px !important;
}
.edit-remark-dialog .dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 30px;
}
.edit-remark-dialog .dialog-footer .el-button {
  min-width: 80px;
}.empty-state[data-v-b313d434] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
  min-height: 300px;
}
.empty-state .empty-content[data-v-b313d434] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 400px;
}
.empty-state .icon-wrapper[data-v-b313d434] {
  margin-bottom: 20px;
  width: 142px;
  height: 121px;
}
.empty-state .empty-title[data-v-b313d434] {
  font-size: 16px;
  font-weight: 400;
  color: #C9D3D9;
  line-height: 24px;
  margin-bottom: 10px;
}
.empty-state .empty-description[data-v-b313d434] {
  font-size: 12px;
  color: #C9D3D9;
  line-height: 22px;
  margin-bottom: 0;
}
.empty-state .empty-actions[data-v-b313d434] {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}.change-owner-form[data-v-35a77ce8] .el-form-item__label {
  font-size: 14px;
  font-weight: 500;
  color: #212429;
  line-height: 35px;
  text-align: right;
  padding-right: 12px;
  margin-bottom: 0px;
}
.change-owner-form[data-v-35a77ce8] .el-form-item__label::before {
  display: none;
}
.change-owner-form[data-v-35a77ce8] .el-select {
  width: 100%;
}
[data-v-35a77ce8] .change-owner-dialog {
  width: 512px;
}.change-owner-dialog {
  width: 512px !important;
}
.change-owner-dialog .dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 30px;
}
.change-owner-dialog .dialog-footer .el-button {
  min-width: 80px;
}.accepted-tip[data-v-18a4fbdc] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 12px;
  margin: 20px 0;
  background-color: #E6F4FF;
  border-radius: 4px;
}
.accepted-tip .tip-icon[data-v-18a4fbdc] {
  flex-shrink: 0;
  margin-top: 5px;
}
.accepted-tip .tip-text[data-v-18a4fbdc] {
  flex: 1;
  font-size: 13px;
  line-height: 22px;
  color: #1677FF;
}
.interview-time-display[data-v-18a4fbdc] {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  background-color: #DBF1F1;
  border-radius: 8px;
  font-size: 13px;
  line-height: 17px;
  font-weight: normal;
}
.interview-time-display .time-date[data-v-18a4fbdc] {
  color: #009E99;
  padding-right: 10px;
}
.interview-time-display .time-separator[data-v-18a4fbdc] {
  padding: 0 8px;
  color: #009E99;
}
.interview-time-display .time-range[data-v-18a4fbdc] {
  color: #009E99;
}
.schedule-interview-form[data-v-18a4fbdc] .el-form-item__label {
  font-size: 14px;
  font-weight: 500;
  color: #212429;
  line-height: 22px;
}
.schedule-interview-form[data-v-18a4fbdc] .el-form-item__label::before {
  display: none;
}
.schedule-interview-form[data-v-18a4fbdc] .el-select {
  width: 100%;
}
.schedule-interview-form .form-row[data-v-18a4fbdc] {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.schedule-interview-form .form-row .form-item-half[data-v-18a4fbdc] {
  flex: 1;
  margin-bottom: 0;
}
.schedule-interview-form .duration-input-wrapper .duration-input[data-v-18a4fbdc] {
  width: 100%;
}
.schedule-interview-form .duration-input-wrapper .duration-unit[data-v-18a4fbdc] {
  font-size: 14px;
  color: #86909C;
}
.schedule-interview-form .schedule-slots[data-v-18a4fbdc] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.schedule-interview-form .schedule-slots .schedule-slot-item[data-v-18a4fbdc] {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  background: #F8F9FF;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: border-color 0.2s;
}
.schedule-interview-form .schedule-slots .schedule-slot-item.schedule-slot-item-error[data-v-18a4fbdc] {
  border-color: #F56C6C;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container[data-v-18a4fbdc] {
  width: 280px;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  background-color: #F8F9FF;
  border-radius: 4px;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .slot-date-picker[data-v-18a4fbdc] .el-input__wrapper {
  box-shadow: none !important;
  padding: 0 !important;
  background-color: #F8F9FF !important;
  border: none !important;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .slot-date-picker[data-v-18a4fbdc] .el-input__inner {
  height: 30px !important;
  padding: 0 !important;
  border: none !important;
  font-size: 13px;
  color: #495057;
  background-color: transparent !important;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .time-select-group[data-v-18a4fbdc] {
  display: flex;
  align-items: center;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .time-select-group .time-hour-select[data-v-18a4fbdc] {
  width: 26px;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .time-select-group .time-hour-select[data-v-18a4fbdc] .el-select__wrapper {
  box-shadow: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  font-size: 13px !important;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .time-select-group .time-hour-select[data-v-18a4fbdc] .el-input__inner {
  padding: 0 !important;
  border: none !important;
  font-size: 13px;
  text-align: center;
  background-color: transparent !important;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .time-select-group .time-hour-select[data-v-18a4fbdc] .el-select__caret {
  display: none !important;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .time-select-group .time-minute-select[data-v-18a4fbdc] {
  width: 30px;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .time-select-group .time-minute-select[data-v-18a4fbdc] .el-select__wrapper {
  box-shadow: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  font-size: 13px !important;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .time-select-group .time-minute-select[data-v-18a4fbdc] .el-input__inner {
  padding: 0 !important;
  border: none !important;
  font-size: 13px;
  text-align: center;
  background-color: transparent !important;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .time-select-group .time-minute-select[data-v-18a4fbdc] .el-select__caret {
  display: none !important;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .time-select-group .time-separator[data-v-18a4fbdc] {
  color: #495057;
  font-size: 13px;
  padding: 0 2px;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .slot-time-picker[data-v-18a4fbdc] .el-select__wrapper {
  box-shadow: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .slot-time-picker[data-v-18a4fbdc] .el-input__wrapper {
  box-shadow: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .slot-time-picker[data-v-18a4fbdc] .el-input__inner {
  padding: 0 !important;
  border: none !important;
  font-size: 13px;
  text-align: center;
  background-color: transparent !important;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .slot-time-picker[data-v-18a4fbdc] .el-select__caret {
  display: none !important;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-input-container .slot-separator[data-v-18a4fbdc] {
  font-size: 13px;
  color: #C9D3D9;
  white-space: nowrap;
  flex-shrink: 0;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-remove-btn[data-v-18a4fbdc] {
  flex-shrink: 0;
  padding: 8px;
  color: #86909C;
  font-size: 14px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: transparent;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-remove-btn[data-v-18a4fbdc]:hover {
  color: #606266;
}
.schedule-interview-form .schedule-slots .schedule-slot-item .slot-remove-btn[data-v-18a4fbdc] .el-icon {
  font-size: 14px;
}
.schedule-interview-form .add-slot-btn[data-v-18a4fbdc] {
  align-self: flex-start;
  border: none;
  background: transparent;
  color: var(--el-color-primary);
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.schedule-interview-form[data-v-18a4fbdc] .el-textarea .el-textarea__inner {
  font-size: 14px;
  color: #495057;
  line-height: 22px;
  resize: none;
}
.schedule-interview-form[data-v-18a4fbdc] .el-textarea .el-textarea__inner::placeholder {
  color: #C9D3D9;
}
.schedule-interview-form[data-v-18a4fbdc] .el-input__count {
  font-size: 12px;
  color: #86909C;
  background: transparent;
}
.view-item[data-v-18a4fbdc] {
  margin-bottom: 20px;
}
.view-item[data-v-18a4fbdc]:last-child {
  margin-bottom: 0;
}
.view-item .view-label[data-v-18a4fbdc] {
  font-size: 14px;
  font-weight: 500;
  color: #86909C;
  margin-bottom: 8px;
}
.view-item .view-value[data-v-18a4fbdc] {
  font-size: 13px;
  color: #495057;
  line-height: 17px;
  word-break: break-all;
}
.view-item.view-item-half[data-v-18a4fbdc] {
  flex: 0 0 calc(50% - 8px);
}
.view-row[data-v-18a4fbdc] {
  display: flex;
  gap: 16px;
}
.schedule-slot-view[data-v-18a4fbdc] {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  background: #F8F9FF;
  border-radius: 8px;
  font-size: 13px;
  color: #495057;
  margin-bottom: 8px;
}
.schedule-slot-view[data-v-18a4fbdc]:last-child {
  margin-bottom: 0;
}
.schedule-slot-view .slot-date[data-v-18a4fbdc] {
  padding-right: 8px;
}
.schedule-slot-view .slot-separator[data-v-18a4fbdc] {
  padding: 0 8px;
  color: #86909C;
}
.schedule-slot-view .slot-time[data-v-18a4fbdc] {
  padding-left: 8px;
}
.interview-time-highlight[data-v-18a4fbdc] {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  background: #DBF1F1;
  border-radius: 8px;
  font-size: 13px;
  line-height: 17px;
  color: #009E99;
}
.interview-time-highlight .time-date[data-v-18a4fbdc] {
  padding-right: 8px;
  color: #009E99;
}
.interview-time-highlight .time-separator[data-v-18a4fbdc] {
  padding: 0 8px;
  color: #86909C;
}
.interview-time-highlight .time-range[data-v-18a4fbdc] {
  padding-left: 8px;
  color: #009E99;
}
.view-mode-container[data-v-18a4fbdc] {
  padding: 20px 0;
}
.view-mode-container .tag-view[data-v-18a4fbdc] {
  border-radius: 462px;
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
  gap: 4px;
  background: #EEF2F7;
  font-size: 14px;
  font-weight: normal;
  color: #88929B;
  width: 75px;
}
[data-v-18a4fbdc] .schedule-interview-dialog {
  width: 512px;
}.schedule-interview-dialog {
  width: 512px !important;
}
.schedule-interview-dialog .schedule-slot-item .slot-date-picker {
  width: 110px !important;
  min-width: 110px !important;
}
.schedule-interview-dialog .schedule-slot-item .slot-time-picker {
  width: 55px !important;
  min-width: 55px !important;
}
.schedule-interview-dialog .schedule-slot-item .slot-date-picker .el-input__wrapper {
  box-shadow: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.schedule-interview-dialog .schedule-slot-item .slot-date-picker .el-input__inner {
  text-align: center !important;
  background-color: transparent !important;
  font-size: 13px !important;
}
.schedule-interview-dialog .schedule-slot-item .slot-date-picker .el-input__prefix {
  display: none !important;
}
.schedule-interview-dialog .schedule-slot-item .slot-date-picker .el-input__prefix-inner {
  display: none !important;
}
.schedule-interview-dialog .schedule-slot-item .slot-time-picker .el-select__wrapper {
  text-align: center !important;
  box-shadow: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.schedule-interview-dialog .schedule-slot-item .slot-time-picker .el-input__wrapper {
  box-shadow: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.schedule-interview-dialog .schedule-slot-item .slot-time-picker .el-input__inner {
  background-color: transparent !important;
  font-size: 13px !important;
  text-align: center;
  padding: 0 !important;
}
.schedule-interview-dialog .schedule-slot-item .slot-time-picker .el-select__placeholder {
  font-size: 13px !important;
}
.schedule-interview-dialog .schedule-slot-item .slot-time-picker .el-select__selected-item {
  font-size: 13px !important;
}
.schedule-interview-dialog .schedule-slot-item .slot-time-picker .el-select__caret {
  display: none !important;
}
.schedule-interview-dialog .schedule-slot-item .slot-time-picker .el-select__prefix {
  display: none !important;
}
.schedule-interview-dialog .schedule-slot-item .slot-time-picker .el-select__prefix-inner {
  display: none !important;
}
.el-select-dropdown__list .el-select-dropdown__item.is-selected span {
  padding-right: 10px !important;
}.schedule-interview-dialog .dialog-content {
  max-height: calc(100vh - 78px - 75px - 100px);
  overflow-y: auto;
}
.schedule-interview-dialog .dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 30px;
}
.schedule-interview-dialog .dialog-footer .el-button {
  min-width: 80px;
}
.schedule-interview-dialog.has-overflow .dialog-footer {
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}
.schedule-interview-dialog.has-overflow .dialog-header {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}.join-date-form[data-v-42c19388] .el-form-item__label {
  font-size: 14px;
  font-weight: 500;
  color: #212429;
  line-height: 35px;
  text-align: right;
  padding-right: 12px;
  margin-bottom: 0px;
}
.join-date-form[data-v-42c19388] .el-form-item__label::before {
  display: none;
}
.join-date-form[data-v-42c19388] .el-date-editor {
  width: 100%;
}
.join-date-form[data-v-42c19388] .el-date-editor .el-input__wrapper {
  font-size: 14px;
  color: #495057;
}
.join-date-form[data-v-42c19388] .el-textarea .el-textarea__inner {
  font-size: 14px;
  color: #495057;
  line-height: 22px;
  resize: none;
}
.join-date-form[data-v-42c19388] .el-textarea .el-textarea__inner::placeholder {
  color: #C9D3D9;
}
.join-date-form[data-v-42c19388] .el-input__count {
  font-size: 12px;
  color: #86909C;
  background: transparent;
}
[data-v-42c19388] .join-date-dialog {
  width: 512px;
}.join-date-dialog {
  width: 512px !important;
}
.join-date-dialog .dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.join-date-dialog .dialog-footer .el-button {
  min-width: 80px;
}.confirm-join-form[data-v-d15c5862] .el-form-item__label {
  font-size: 14px;
  font-weight: 500;
  color: #212429;
  line-height: 35px;
  text-align: right;
  padding-right: 12px;
  margin-bottom: 0px;
}
.confirm-join-form[data-v-d15c5862] .el-form-item__label::before {
  display: none;
}
.confirm-join-form[data-v-d15c5862] .el-radio-group {
  display: flex;
  gap: 20px;
}
.confirm-join-form[data-v-d15c5862] .el-radio {
  margin-right: 0;
}
.confirm-join-form[data-v-d15c5862] .el-radio .el-radio__label {
  font-size: 14px;
  color: #495057;
  padding-left: 8px;
}
.confirm-join-form[data-v-d15c5862] .el-textarea .el-textarea__inner {
  font-size: 14px;
  color: #495057;
  line-height: 22px;
  resize: none;
}
.confirm-join-form[data-v-d15c5862] .el-textarea .el-textarea__inner::placeholder {
  color: #C9D3D9;
}
.confirm-join-form[data-v-d15c5862] .el-input__count {
  font-size: 12px;
  color: #86909C;
  background: transparent;
}
[data-v-d15c5862] .confirm-join-dialog {
  width: 512px;
}.confirm-join-dialog {
  width: 512px !important;
}
.confirm-join-dialog .dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.confirm-join-dialog .dialog-footer .el-button {
  min-width: 80px;
}.edit-message-form[data-v-b4168d10] .el-form-item__label {
  font-size: 14px;
  font-weight: 500;
  color: #212429;
  line-height: 35px;
  text-align: right;
  padding-right: 12px;
  margin-bottom: 0px;
}
.edit-message-form[data-v-b4168d10] .el-form-item__label::before {
  display: none;
}
.edit-message-form[data-v-b4168d10] .el-textarea .el-textarea__inner {
  font-size: 14px;
  color: #495057;
  line-height: 22px;
  resize: none;
}
.edit-message-form[data-v-b4168d10] .el-textarea .el-textarea__inner::placeholder {
  color: #C9D3D9;
}
.edit-message-form[data-v-b4168d10] .el-input__count {
  font-size: 12px;
  color: #86909C;
  background: transparent;
}
[data-v-b4168d10] .edit-message-dialog {
  width: 512px;
}.edit-message-dialog {
  width: 512px !important;
}
.edit-message-dialog .dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 30px;
}
.edit-message-dialog .dialog-footer .el-button {
  min-width: 80px;
}.employee-file-upload .upload-header[data-v-e5fd2956] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.employee-file-upload .upload-header .upload-title[data-v-e5fd2956] {
  font-size: 14px;
  font-weight: normal;
  color: #495057;
  margin: 0;
}
.employee-file-upload .upload-header .upload-btn[data-v-e5fd2956] {
  height: auto !important;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--el-color-primary);
  border: none;
  padding: 0px 4px;
  background: transparent;
  font-weight: normal;
}
.employee-file-upload .upload-header .upload-btn .upload-icon[data-v-e5fd2956] {
  margin-right: 7px;
  width: 14px;
  height: 14px;
}
.employee-file-upload .tips-text[data-v-e5fd2956] {
  font-size: 12px;
  line-height: 1.6;
  color: #88929B;
  white-space: pre-line;
}
.employee-file-upload .file-list[data-v-e5fd2956] {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.employee-file-upload .file-item[data-v-e5fd2956] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 8px;
}
.employee-file-upload .file-item .file-icon[data-v-e5fd2956] {
  flex-shrink: 0;
}
.employee-file-upload .file-item .file-name[data-v-e5fd2956] {
  flex: 1;
  font-size: 14px;
  color: #495057;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.employee-file-upload .file-item .delete-btn[data-v-e5fd2956] {
  flex-shrink: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #86909C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}.add-candidate-dialog[data-v-2c9d0f88] {
  min-width: 520px;
  background: #ffffff;
}
.dialog-content[data-v-2c9d0f88] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.method-row[data-v-2c9d0f88] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.method-label[data-v-2c9d0f88] {
  color: #495057;
  font-size: 14px;
  font-weight: normal;
}
.method-options[data-v-2c9d0f88] {
  display: flex;
  gap: 20px;
}
.upload-section[data-v-2c9d0f88] {
  background: #F7F8FA;
  border-radius: 8px;
  padding: 12px 8px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.is-disabled-opacity[data-v-2c9d0f88] {
  background-color: #8755DE !important;
  opacity: 0.5;
}.ai-parse-residence-card-dialog[data-v-a3d2a697] {
  min-width: 520px;
  background: #ffffff;
}
.dialog-content[data-v-a3d2a697] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.upload-section[data-v-a3d2a697] {
  background: #F7F8FA;
  border-radius: 8px;
  padding: 12px 8px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.is-disabled-opacity[data-v-a3d2a697] {
  background-color: #8755DE !important;
  opacity: 0.5;
}
/* Add any necessary styles here */

.agent-interview-stat-table[data-v-b0a2de9a] {
  overflow: hidden;
  width: 100%;
}
.table-header[data-v-b0a2de9a],
.table-row[data-v-b0a2de9a] {
  display: grid;
  grid-template-columns: 253px 92px 92px;
  height: 40px;
  line-height: 40px;
}
.table-header[data-v-b0a2de9a] {
  background: #f7f8fa;
  color: #6B7075;
  font-size: 14px;
  font-weight: 500;
}
.table-row[data-v-b0a2de9a]:last-child {
  border-bottom: none;
}
.col-agent[data-v-b0a2de9a] {
  display: flex;
  align-items: center;
  min-width: 0;
  padding-left: 12px;
}
.agent-name[data-v-b0a2de9a] {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.col-stat[data-v-b0a2de9a] {
  padding-left: 12px;
  font-size: 14px;
}
.col-stat.highlight[data-v-b0a2de9a] {
  color: var(--el-color-primary);
  font-weight: 500;
  cursor: pointer;
}
.confirm-dialog[data-v-36fd2cce] {
  min-width: 509px;
  background: #ffffff;
  overflow: hidden;
}
.open-title[data-v-36fd2cce] {
  font-size: 14px;
  line-height: 22px;
  color: #495057;
  word-break: break-word;
  white-space: pre-line;
}
.open-form[data-v-36fd2cce] {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.open-form .label[data-v-36fd2cce] {
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  color: #495057;
  margin-right: 20px;
}
.open-form .form-select[data-v-36fd2cce] {
  flex: 1;
}
.open-form .form-select[data-v-36fd2cce] .el-select__wrapper {
  padding: 9px 12px;
}
.open-form .form-select[data-v-36fd2cce] .el-select__selected-item .el-tag {
  background: #F4EFFD;
  border-radius: 4px;
}
.confirm-content[data-v-36fd2cce] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.confirm-text[data-v-36fd2cce] {
  font-size: 14px;
  line-height: 22px;
  color: #495057;
}
.highlight[data-v-36fd2cce] {
  color: var(--el-color-primary);
  font-weight: 500;
}
.confirm-button[data-v-36fd2cce] {
  min-width: 72px;
  height: 35px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}
.confirm-button[data-v-36fd2cce]:active {
  transform: translateY(1px);
}
.confirm-button-default[data-v-36fd2cce] {
  background: #ffffff;
  color: #495057;
  font-weight: normal;
  cursor: pointer;
}
.confirm-button-default[data-v-36fd2cce]:hover {
  color: var(--el-color-primary);
}
.confirm-button-danger[data-v-36fd2cce] {
  background: var(--el-color-danger);
  color: #ffffff;
  cursor: pointer;
}
.confirm-button-danger[data-v-36fd2cce]:hover {
  background: var(--el-color-danger);
}.confirm-dialog[data-v-d8179eaf] {
  min-width: 509px;
  background: #ffffff;
  overflow: hidden;
}
.open-title[data-v-d8179eaf] {
  font-size: 14px;
  line-height: 22px;
  color: #495057;
  word-break: break-word;
  white-space: pre-line;
}
.open-form[data-v-d8179eaf] {
  margin-top: 20px;
}
.open-form[data-v-d8179eaf] .form-item .el-form-item__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  color: #495057;
  padding-right: 20px;
}
.open-form[data-v-d8179eaf] .form-item .el-form-item__content {
  flex: 1;
}
.open-form .form-select[data-v-d8179eaf] {
  width: 100%;
}
.open-form .form-select[data-v-d8179eaf] .el-select__wrapper {
  padding: 9px 12px;
}
.open-form .form-select[data-v-d8179eaf] .el-select__selected-item .el-tag {
  background: #F4EFFD;
  border-radius: 4px;
}
.confirm-button[data-v-d8179eaf] {
  min-width: 72px;
  height: 35px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}
.confirm-button[data-v-d8179eaf]:active {
  transform: translateY(1px);
}
.confirm-button-default[data-v-d8179eaf] {
  background: #ffffff;
  color: #495057;
  font-weight: normal;
  cursor: pointer;
}
.confirm-button-default[data-v-d8179eaf]:hover {
  color: var(--el-color-primary);
}
.confirm-button-danger[data-v-d8179eaf] {
  background: var(--el-color-danger);
  color: #ffffff;
  cursor: pointer;
}
.confirm-button-danger[data-v-d8179eaf]:hover {
  background: var(--el-color-danger);
}
.confirm-button-success[data-v-d8179eaf] {
  background: var(--el-color-success);
  color: #ffffff;
}
.confirm-button-success[data-v-d8179eaf]:hover {
  background: var(--el-color-success);
}
.confirm-button-warning[data-v-d8179eaf] {
  background: var(--el-color-warning);
  color: #ffffff;
}
.confirm-button-warning[data-v-d8179eaf]:hover {
  background: var(--el-color-warning);
}.candidate-summary-dialog[data-v-3e78a20e] {
  width: 760px;
  background: linear-gradient(179deg, #EFF0FF 1%, #FFFFFF 30%);
  box-sizing: border-box;
  border: 1px solid #DCDDFD;
  border-radius: 12px;
}
.candidate-summary-dialog[data-v-3e78a20e] .dialog-header {
  padding: 20px 24px;
  background: transparent;
}
.candidate-summary-dialog[data-v-3e78a20e] .dialog-content {
  padding: 0px;
  overflow-y: auto;
  background: transparent;
}
.candidate-summary-dialog[data-v-3e78a20e] .dialog-footer {
  display: none;
}
.candidate-summary-dialog .dialog-title-content[data-v-3e78a20e] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.candidate-summary-dialog .dialog-title-content .header-icon[data-v-3e78a20e] {
  width: 20px;
  height: 20px;
}
.candidate-summary-dialog .summary-content[data-v-3e78a20e] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: transparent;
  max-height: 700px;
  padding-bottom: 24px;
  overflow: hidden;
}
.candidate-summary-dialog .summary-content .employee-detail-header[data-v-3e78a20e] {
  display: flex;
  gap: 8px;
  padding: 10px 16px;
  background: transparent;
  border-radius: 8px;
  align-items: center;
  margin: 0 20px;
}
.candidate-summary-dialog .summary-content .header-avatar[data-v-3e78a20e] {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
}
.candidate-summary-dialog .summary-content .header-avatar .avatar-img[data-v-3e78a20e] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.candidate-summary-dialog .summary-content .header-avatar .avatar-placeholder[data-v-3e78a20e] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #E9ECEF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.candidate-summary-dialog .summary-content .header-avatar .avatar-placeholder .user-icon[data-v-3e78a20e] {
  width: 90px;
  height: 90px;
}
.candidate-summary-dialog .summary-content .header-info[data-v-3e78a20e] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.candidate-summary-dialog .summary-content .name-row[data-v-3e78a20e] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.candidate-summary-dialog .summary-content .name-row .name-section[data-v-3e78a20e] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.candidate-summary-dialog .summary-content .name-row .name-section .name[data-v-3e78a20e] {
  font-size: 18px;
  font-weight: bold;
  color: #212429;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.candidate-summary-dialog .summary-content .name-row .name-section .nickname[data-v-3e78a20e] {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  color: #1D2129;
}
.candidate-summary-dialog .summary-content .name-row .tags-section[data-v-3e78a20e] {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.candidate-summary-dialog .summary-content .name-row .tags-section .skill-tag[data-v-3e78a20e] {
  background: #FAECD8 !important;
  color: #B88230 !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 4px 8px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  height: auto !important;
  line-height: 17px !important;
}
.candidate-summary-dialog .summary-content .basic-info-row[data-v-3e78a20e] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  color: #495057;
}
.candidate-summary-dialog .summary-content .basic-info-row .separator[data-v-3e78a20e] {
  color: #C9D3D9;
  margin: 0 4px;
}
.candidate-summary-dialog .summary-content .contact-row[data-v-3e78a20e] {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  font-weight: 500;
  color: #495057;
  line-height: 17px;
}
.candidate-summary-dialog .summary-content .contact-row .contact-item[data-v-3e78a20e] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.candidate-summary-dialog .summary-content .contact-row .contact-item .contact-icon[data-v-3e78a20e] {
  width: 16px;
  height: 16px;
  opacity: 0.6;
}
.candidate-summary-dialog .summary-content .work-row[data-v-3e78a20e] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #495057;
  line-height: 17px;
}
.candidate-summary-dialog .summary-content .work-row .work-icon[data-v-3e78a20e] {
  width: 16px;
  height: 16px;
  opacity: 0.6;
}
.candidate-summary-dialog .summary-content .work-row .separator[data-v-3e78a20e] {
  color: #C9D3D9;
  margin: 0 4px;
}
.candidate-summary-dialog .summary-content .work-address[data-v-3e78a20e] {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.candidate-summary-dialog .summary-content .summary-divider[data-v-3e78a20e] {
  width: 100%;
  height: 1px;
  background-color: #EAECF0;
  margin: 0 24px;
}
.candidate-summary-dialog .summary-content .summary-text[data-v-3e78a20e] {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #212429;
  text-align: justify;
  padding: 0 24px;
  margin: 0;
  white-space: pre-wrap;
  flex: 1;
  overflow: auto;
}
.candidate-summary-dialog .header-action[data-v-3e78a20e] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.candidate-summary-dialog .header-action .summary-btn[data-v-3e78a20e] {
  background: #F8F9FF;
  border: 1px solid #8755DE;
  color: #8755DE;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  line-height: 20px;
}
.candidate-summary-dialog .header-action .summary-btn[data-v-3e78a20e]:active {
  background: #E8EBFF;
}
.candidate-summary-dialog .header-action.ai-score-section[data-v-3e78a20e] {
  align-items: flex-start;
}
.candidate-summary-dialog .header-action .ai-score-display[data-v-3e78a20e] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  max-width: 180px;
}
.candidate-summary-dialog .header-action .ai-score-display .ai-score-number[data-v-3e78a20e] {
  font-size: 36px;
  font-weight: 500;
  color: #7A5CF2;
  line-height: 1;
  margin-right: 12px;
}
.candidate-summary-dialog .header-action .ai-score-display .ai-score-items[data-v-3e78a20e] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  width: 100%;
}
.candidate-summary-dialog .header-action .ai-score-display .ai-score-items .ai-score-item[data-v-3e78a20e] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 0;
  transition: opacity 0.2s;
}
.candidate-summary-dialog .header-action .ai-score-display .ai-score-items .ai-score-item .item-icon[data-v-3e78a20e] {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(37%) sepia(73%) saturate(2234%) hue-rotate(237deg) brightness(97%) contrast(93%);
}
.candidate-summary-dialog .header-action .ai-score-display .ai-score-items .ai-score-item .item-text[data-v-3e78a20e] {
  font-size: 14px;
  font-weight: normal;
  color: #7A5CF2;
}
.candidate-summary-dialog .header-action .ai-score-display .ai-score-items .ai-score-item .item-arrow[data-v-3e78a20e] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(32%) sepia(65%) saturate(2456%) hue-rotate(249deg) brightness(91%) contrast(90%);
}.notify-recipient-dialog[data-v-be335453] .dialog-layout-body {
  padding: 0;
}
.notify-recipient-dialog .dialog-title-wrapper .dialog-title[data-v-be335453] {
  font-size: 16px;
  font-weight: 500;
  color: #303133;
}
.notify-recipient-dialog .dialog-title-wrapper .dialog-subtitle[data-v-be335453] {
  margin-top: 8px;
  font-size: 14px;
  color: #606266;
  font-weight: normal;
}
.notify-recipient-dialog .dialog-content[data-v-be335453] {
  display: flex;
  height: 600px;
  gap: 20px;
}
.notify-recipient-dialog .dialog-content .left-panel[data-v-be335453] {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  overflow: hidden;
}
.notify-recipient-dialog .dialog-content .left-panel .search-box[data-v-be335453] {
  padding: 12px;
  border-bottom: 1px solid #EBEEF5;
}
.notify-recipient-dialog .dialog-content .left-panel .selection-area[data-v-be335453] {
  flex: 1;
  overflow-y: auto;
  padding: 12px;
}
.notify-recipient-dialog .dialog-content .left-panel .selection-area .no-results[data-v-be335453] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #909399;
}
.notify-recipient-dialog .dialog-content .left-panel .selection-area .selection-group[data-v-be335453]:last-child {
  margin-bottom: 0;
}
.notify-recipient-dialog .dialog-content .left-panel .selection-area .selection-group .group-header[data-v-be335453] {
  font-size: 14px;
  font-weight: 500;
  color: #88929B;
  margin-bottom: 2px;
  background: #F8F9FA;
  padding: 4px 0 4px 20px;
}
.notify-recipient-dialog .dialog-content .left-panel .selection-area .selection-group .checkbox-list[data-v-be335453] {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.notify-recipient-dialog .dialog-content .left-panel .selection-area .selection-group .checkbox-list .checkbox-item[data-v-be335453] {
  margin: 8px 0;
  height: auto;
}
.notify-recipient-dialog .dialog-content .left-panel .selection-area .selection-group .checkbox-list .checkbox-item.account-item[data-v-be335453] .el-checkbox__label {
  width: 100%;
}
.notify-recipient-dialog .dialog-content .left-panel .selection-area .selection-group .checkbox-list .checkbox-item .account-info[data-v-be335453] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.notify-recipient-dialog .dialog-content .left-panel .selection-area .selection-group .checkbox-list .checkbox-item .account-info .account-name[data-v-be335453] {
  font-size: 14px;
  color: #303133;
}
.notify-recipient-dialog .dialog-content .left-panel .selection-area .selection-group .checkbox-list .checkbox-item .account-info .account-name[data-v-be335453] .highlight {
  color: var(--el-color-primary);
  font-weight: 500;
}
.notify-recipient-dialog .dialog-content .left-panel .selection-area .selection-group .checkbox-list .checkbox-item .account-info .account-email[data-v-be335453] {
  font-size: 12px;
  color: #909399;
}
.notify-recipient-dialog .dialog-content .left-panel .selection-area .selection-group .checkbox-list .checkbox-item .account-info .account-email[data-v-be335453] .highlight {
  color: var(--el-color-primary);
  font-weight: 500;
}
.notify-recipient-dialog .dialog-content .left-panel .selection-area .selection-group .checkbox-list .checkbox-item[data-v-be335453] .highlight {
  color: var(--el-color-primary);
  font-weight: 500;
}
.notify-recipient-dialog .dialog-content .right-panel[data-v-be335453] {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  overflow: hidden;
  background: #FFF;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-header[data-v-be335453] {
  margin: 20px 20px 12px;
  font-size: 14px;
  font-weight: 500;
  height: 33px;
  line-height: 33px;
  color: #303133;
  background: #fff;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list[data-v-be335453] {
  flex: 1;
  overflow-y: auto;
  padding: 0px 20px;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list .selected-section[data-v-be335453]:last-child {
  margin-bottom: 0;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list .selected-section .section-title[data-v-be335453] {
  font-size: 12px;
  color: #909399;
  margin-bottom: 8px;
  background: #F8F9FA;
  height: 24px;
  line-height: 24px;
  padding-left: 20px;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list .selected-section .selected-item[data-v-be335453] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 2px;
  font-size: 14px;
  color: #495057;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list .selected-section .selected-item .info[data-v-be335453] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  width: 100%;
  margin-bottom: 2px;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list .selected-section .selected-item .line[data-v-be335453] {
  width: 100%;
  height: 1px;
  background: #EAECF0;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list .selected-section .selected-item:hover .info[data-v-be335453] {
  background: #F4EFFD;
  border-radius: 8px;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list .selected-section .selected-item.default-item:hover .info[data-v-be335453] {
  background: #fff;
  border-radius: 8px;
  cursor: not-allowed;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list .selected-section .selected-item[data-v-be335453]:last-child {
  margin-bottom: 0;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list .selected-section .selected-item.default-item[data-v-be335453] {
  color: #495057;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list .selected-section .selected-item .account-info[data-v-be335453] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list .selected-section .selected-item .account-info .account-name[data-v-be335453] {
  font-size: 14px;
  color: #495057;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list .selected-section .selected-item .account-info .account-email[data-v-be335453] {
  font-size: 12px;
  color: #6B7075;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list .selected-section .selected-item .remove-icon[data-v-be335453] {
  cursor: pointer;
  color: #909399;
  font-size: 16px;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list .selected-section .selected-item .remove-icon[data-v-be335453]:hover {
  color: #F56C6C;
}
.notify-recipient-dialog .dialog-content .right-panel .selected-list .selected-section .selected-item .lock-icon[data-v-be335453] {
  color: #C0C4CC;
  font-size: 16px;
}.announcement-dialog[data-v-f3511fb7] {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.announcement-content[data-v-f3511fb7] {
  border-radius: 8px;
  opacity: 1;
  padding: 20px;
  background: #F8F9FA;
}
.announcement-content .content-text[data-v-f3511fb7] {
  font-size: 14px;
  line-height: 24px;
  color: #212429;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
}
.dialog-footer-wrapper[data-v-f3511fb7] {
  width: 100%;
  display: flex;
  justify-content: center;
}
.dialog-footer-wrapper .confirm-button[data-v-f3511fb7] {
  min-width: 120px;
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
[data-v-f3511fb7] .dialog-content {
  padding: 0 30px;
  max-height: 60vh;
  overflow-y: auto;
}
[data-v-f3511fb7] .dialog-header {
  justify-content: center;
}
[data-v-f3511fb7] .dialog-header .dialog-title {
  text-align: center;
  flex: none;
}
[data-v-f3511fb7] .dialog-header .dialog-close {
  position: absolute;
  right: 30px;
}
[data-v-f3511fb7] .dialog-footer {
  padding: 24px 30px 30px;
  justify-content: center;
}.file-confirm-dialog {
  min-width: 500px;
}.file-confirm-content[data-v-1e14f48a] {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FAF8FF;
  border: 1px solid #BC97FC;
  border-radius: 8px;
  padding: 6px 8px;
}
.file-confirm-content .file-confirm-icon[data-v-1e14f48a] {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.file-confirm-content .file-confirm-info[data-v-1e14f48a] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow: hidden;
}
.file-confirm-content .file-confirm-info .file-confirm-name[data-v-1e14f48a] {
  font-size: 14px;
  color: #495057;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-confirm-content .file-confirm-info .file-confirm-size[data-v-1e14f48a] {
  font-size: 12px;
  color: #86909c;
}.contact-dialog {
  width: 830px;
}
.contact-dialog .dialog-content {
  padding-bottom: 0;
}.contact-body[data-v-84faa92d] {
  display: flex;
  gap: 0;
  height: 420px;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.contact-divider[data-v-84faa92d] {
  width: 1px;
  background: #e4e7ed;
  flex-shrink: 0;
}
.company-list[data-v-84faa92d] {
  width: 340px;
  flex-shrink: 0;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.company-item[data-v-84faa92d] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.company-item[data-v-84faa92d]:hover {
  border-color: #8755DE;
  background: #F4EFFD;
}
.company-item.active[data-v-84faa92d] {
  border-color: #8755DE;
  background: #F4EFFD;
}
.company-logo[data-v-84faa92d] {
  width: 40px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-logo img[data-v-84faa92d] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-logo-placeholder[data-v-84faa92d] {
  font-size: 18px;
  color: #86909c;
}
.company-name[data-v-84faa92d] {
  font-size: 13px;
  color: #212429;
  line-height: 1.4;
  word-break: break-all;
}
.person-list[data-v-84faa92d] {
  flex: 1;
  overflow-y: auto;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.person-item[data-v-84faa92d] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s;
  border-bottom: 1px solid #f0f2f5;
}
.person-item[data-v-84faa92d]:last-child {
  border-bottom: none;
}
.person-item.opening[data-v-84faa92d] {
  background: #f5f0ff;
  cursor: wait;
}
.person-item[data-v-84faa92d]:hover {
  background: #f5f0ff;
}
.person-item:hover .person-chat-icon[data-v-84faa92d] {
  opacity: 1;
}
.person-avatar[data-v-84faa92d] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.person-avatar img[data-v-84faa92d] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar-placeholder[data-v-84faa92d] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #8755DE;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.person-name[data-v-84faa92d] {
  flex: 1;
  font-size: 14px;
  color: #212429;
}
.person-chat-icon[data-v-84faa92d] {
  font-size: 18px;
  color: #8755DE;
  opacity: 0;
  transition: opacity 0.15s;
}
.contact-empty[data-v-84faa92d] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-empty .contact-empty-title[data-v-84faa92d] {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #C9D3D9;
}
.contact-loading[data-v-84faa92d] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #8755DE;
}* {
  box-sizing: border-box;
}

html, body, #app {
  height: 100%;
}

body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

:focus-visible {
  outline: none;
}

input[type=radio i]:focus-visible {
  outline: none;
}:root {
  --el-color-primary: #8755DE;
  --el-color-primary-disabled: #B0B3F2;
  --el-color-primary-disabled-2: #F8F9FF;
  --el-menu-active-color: #8755DE;
  --el-menu-hover-bg-color: #FAF8FF;
  --el-menu-text-color: #333333;
  --el-menu-bg-color: #ffffff;
  --el-color-primary-light-5: #EFF0FF;
  --el-color-primary-light-7: #EFF0FF;
  --el-color-primary-light-9: #EFF0FF;
  --el-color-success: #67c23a;
  --el-color-warning: #FFA500;
  --el-color-danger: #F53F3F;
  --el-color-info: #1677FF;
  --el-input-border-radius: 8px;
  --el-border-radius-base: 8px;
  --el-border-color: #C9D3D9;
  --el-component-size: 35px;
  --el-text-color-regular: #495057;
  --el-disabled-text-color: #c8cacd;
  --el-link-hover-text-color: #8755DE;
  --el-table-border: none;
  --el-fill-color-lighter: #FCFCFF;
  --el-disabled-bg-color: #F5F7FA;
  --el-fill-color-light: #F4EFFD;
  --el-border-color-lighter: #EFF0FF;
  --el-disabled-border-color: #C9D3D9;
  --el-disabled-text-color: #495057;
  --el-border-radius-small: 3px;
  --el-fill-color: #fff;
  --el-pagination-item-gap: 8px;
  --el-disabled-text-color: #C9D3D9;
  --el-font-weight-primary: 400;
  --el-radio-input-width: 16px;
  --el-checkbox-input-width: 16px;
  --el-checkbox-input-height: 16px;
  --el-checkbox-height: 35px;
  --el-select-disabled-color:#C9D3D9;
}

.el-menu--popup-container .el-menu-item .sub-menu-content {
  background-color: transparent;
  color: #212429;
}

.el-menu--popup-container .el-menu-item.is-active .sub-menu-content {
  color: var(--el-color-primary);
}

.el-popper.is-light {
  border: none;
}

.el-select__wrapper {
  min-height: 35px;
}

.employees-select .el-select-dropdown__item {
  height: auto;
  border-radius: 8px;
  margin: 0 16px;
  margin-bottom: 2px;
  padding: 0;
}

.employees-select .el-select-dropdown__item.is-selected {
  background: #EDEEFF;
}

.employees-select .el-select-dropdown__item:hover {
  background: #F4EFFD;
}

.is-error .input-section {
  box-shadow: 0 0 0 1px var(--el-color-danger) inset !important;
}

.el-select__caret {
  color: #495057;
}

.empty-select-content .empty-state {
  min-height: auto !important;
  padding: 0 !important;
}

.empty-select-content .empty-content .icon-wrapper {
  width: 90px !important;
  height: 77px !important;
}

.empty-select-content .empty-content .empty-title {
  font-size: 12px !important;
}

.el-select-dropdown__item.is-selected {
  position: relative;
  display: flex;
  align-items: center;
}
.el-select-dropdown__item.is-selected::after {
  position: absolute;
  content: "";
  right: 20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='none'%20version='1.1'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%3e%3cdefs%3e%3cclipPath%20id='master_svg0_94_095435'%3e%3crect%20x='0'%20y='0'%20width='14'%20height='14'%20rx='0'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23master_svg0_94_095435)'%3e%3cpath%20d='M12.074974859375,3.38371506375C11.841350859375,3.15008994975,11.462474859375,3.15008994975,11.258599259375,3.38371506375L5.599974859375,9.10008999375L2.741349579375,6.300090093750001C2.508599519375,6.06646489375,2.128849599375,6.06646489375,1.924974559375,6.300090093750001C1.691349581375,6.533714993749999,1.691349581375,6.91258999375,1.924974559375,7.11646489375L5.191349759375,10.32508989375C5.308599959375,10.44146539375,5.453849759375,10.50009009375,5.599974859375,10.50009009375C5.754117959375,10.498810293750001,5.901310459375,10.43577339375,6.008599759375,10.32508989375L12.074974859375,4.20008993375C12.308337859375,3.9779951537500002,12.308337859375,3.6058098637500002,12.074974859375,3.38371506375Z'%20fill='%2388929B'%20fill-opacity='1'/%3e%3c/g%3e%3c/svg%3e");
}

.is-multiple .el-select-dropdown__item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 42px;
  color: #495057;
  height: auto;
}
.is-multiple .el-select-dropdown__item::after {
  position: absolute;
  content: "";
  left: 20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #86909C;
  border-radius: 3px;
}
.is-multiple .el-select-dropdown__item.is-selected {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--el-color-primary);
}
.is-multiple .el-select-dropdown__item.is-selected::before {
  position: absolute;
  left: 20px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='none'%20version='1.1'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3cg%3e%3crect%20x='0'%20y='0'%20width='16'%20height='16'%20rx='3'%20fill='%238755DE'%20fill-opacity='1'/%3e%3crect%20x='0.5'%20y='0.5'%20width='15'%20height='15'%20rx='2.5'%20fill-opacity='0'%20stroke-opacity='1'%20stroke='%237A5CF2'%20fill='none'%20stroke-width='1'/%3e%3cpath%20d='M4.7659731999999995,7.8677773046875C4.3619831,7.4683771046875,3.7069848199999997,7.4683771046875,3.30299467,7.8677773046875C2.89900178,8.2671771046875,2.89900178,8.9147243046875,3.30299467,9.314124104687501C3.30299467,9.314124104687501,4.7659731999999995,7.8677773046875,4.7659731999999995,7.8677773046875C4.7659731999999995,7.8677773046875,4.7659731999999995,7.8677773046875,4.7659731999999995,7.8677773046875ZM6.448275799999999,10.9773025046875C6.448275799999999,10.9773025046875,5.7167866,11.7005024046875,5.7167866,11.7005024046875C5.9182483999999995,11.8996611046875,6.1938759999999995,12.0078649046875,6.478662,11.9996157046875C6.7634482,11.9912968046875,7.0321722,11.8672752046875,7.2214546,11.6567645046875C7.2214546,11.6567645046875,6.448275799999999,10.9773025046875,6.448275799999999,10.9773025046875C6.448275799999999,10.9773025046875,6.448275799999999,10.9773025046875,6.448275799999999,10.9773025046875ZM12.7386856,5.5204294046874995C13.118272,5.0982674046875,13.07979,4.4518328346875,12.6527557,4.0765803746875005C12.22579,3.7013231846875,11.571928,3.7393480016875,11.1923418,4.1615099946875C11.1923418,4.1615099946875,12.7386856,5.5204294046874995,12.7386856,5.5204294046874995C12.7386856,5.5204294046874995,12.7386856,5.5204294046874995,12.7386856,5.5204294046874995ZM3.30299467,9.314124104687501C3.30299467,9.314124104687501,5.7167866,11.7005024046875,5.7167866,11.7005024046875C5.7167866,11.7005024046875,7.1797647,10.2541285046875,7.1797647,10.2541285046875C7.1797647,10.2541285046875,4.7659731999999995,7.8677773046875,4.7659731999999995,7.8677773046875C4.7659731999999995,7.8677773046875,3.30299467,9.314124104687501,3.30299467,9.314124104687501C3.30299467,9.314124104687501,3.30299467,9.314124104687501,3.30299467,9.314124104687501ZM7.2214546,11.6567645046875C7.2214546,11.6567645046875,12.7386856,5.5204294046874995,12.7386856,5.5204294046874995C12.7386856,5.5204294046874995,11.1923418,4.1615099946875,11.1923418,4.1615099946875C11.1923418,4.1615099946875,5.6750968,10.2978396046875,5.6750968,10.2978396046875C5.6750968,10.2978396046875,7.2214546,11.6567645046875,7.2214546,11.6567645046875C7.2214546,11.6567645046875,7.2214546,11.6567645046875,7.2214546,11.6567645046875Z'%20fill='%23FFFFFF'%20fill-opacity='1'/%3e%3c/g%3e%3c/svg%3e");
  color: var(--el-color-primary);
  border: none;
}
.is-multiple .el-select-dropdown__item.is-selected::after {
  display: none;
}

.input-with-select-container .el-input__wrapper:hover, .el-form-item__content .input-with-select-container .el-input__wrapper:focus {
  box-shadow: none !important;
}

.el-form-item.is-error .el-form-item__content .input-with-select-container {
  border: 1px solid var(--el-color-danger);
}

.el-select-dropdown__item.is-hovering {
  color: var(--el-color-primary);
}

.el-select-group__wrap .el-select-group__title {
  color: #88929B;
  background: #F8F9FA;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-select-group__wrap .el-select-dropdown__item {
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.el-select-dropdown__item.is-selected .job-option .job-option-details {
  font-weight: normal !important;
  color: var(--el-color-primary) !important;
}

.el-select-dropdown__item.is-hovering .job-option .job-option-details {
  font-weight: normal !important;
  color: var(--el-color-primary) !important;
}

.el-select-dropdown__item.is-selected .job-option .job-option-header .job-name {
  font-weight: normal !important;
}

.el-select-dropdown__item.is-hovering .job-option .job-option-header .job-name {
  color: var(--el-color-primary) !important;
}

.is-multiple .el-select-dropdown__item.is-selected .job-option .job-option-header .job-name {
  font-weight: normal !important;
  color: var(--el-color-primary) !important;
}

.is-multiple .el-select-dropdown__item.is-selected .job-option .job-option-details {
  font-weight: normal !important;
  color: var(--el-color-primary) !important;
}

.is-multiple .el-select-dropdown__item.is-selected .job-option .job-option-details span {
  font-weight: normal !important;
  color: var(--el-color-primary) !important;
}

.el-select-dropdown__footer {
  padding: 4px;
  border-top: 1px solid #EAECF0;
}

.el-button {
  padding: 8px 24px;
  height: 35px;
  border: 1px solid #C9D3D9;
}

.el-button > span {
  line-height: 22px;
}

.el-button:hover {
  background: #fff;
}

.confirm-button-default:hover {
  background: #fff;
  border: 1px solid var(--el-color-primary);
  color: var(--el-color-primary);
  font-weight: 500;
}

.el-button--default:hover {
  background: #fff;
  border: 1px solid var(--el-color-primary);
  font-weight: 500;
}

.el-button.is-link:not(.el-button--danger):hover {
  color: var(--el-color-primary);
}

.el-button--primary-outline {
  border-color: var(--el-color-primary);
  color: var(--el-color-primary);
}

.el-button--primary-outline:hover {
  border-color: var(--el-color-primary);
  color: var(--el-color-primary);
}

.el-button--danger-outline {
  border-color: #F03D3E;
  color: #F03D3E;
}

.el-button--danger-outline:hover {
  border-color: #F03D3E;
  color: #F03D3E;
}

.el-button--primary-outline:not(.is-disabled):hover {
  background-color: #F4EFFD;
}

.el-button--info.is-plain.is-disabled {
  border: 1px solid #C9D3D9;
  background: #F5F7FA;
  color: #C9D3D9;
}

.el-button--primary-outline.is-disabled {
  background-color: #F8F9FA;
  border-color: #C9D3D9;
  color: #C9D3D9;
}
.el-button--primary-outline.is-disabled:hover {
  background-color: #F8F9FA;
  color: #C9D3D9;
}

.el-button--primary:not(.is-plain, .is-link) {
  background-color: var(--el-color-primary);
  border: none;
}

.el-button.is-plain {
  background: #fff;
}

.el-button--primary.is-plain {
  border-color: var(--el-color-primary);
  color: var(--el-color-primary);
}

.el-button--default.is-plain:hover {
  border: 1px solid var(--el-color-primary);
  color: var(--el-color-primary);
}

.el-button--default.danger {
  border: 1px solid var(--el-color-danger);
  color: var(--el-color-danger);
}

.el-button--default.danger:hover {
  border: 1px solid var(--el-color-danger);
  color: var(--el-color-danger);
}

.el-button--primary.is-plain.is-disabled {
  border: 1px solid #C9D3D9;
  background: #F8F9FA;
  color: #C9D3D9;
}

.el-button--primary.is-plain.is-disabled:hover {
  border: 1px solid #C9D3D9;
  background: #F8F9FA;
  color: #C9D3D9;
}

.el-button--primary.is-disabled {
  background-color: #B0B3F2;
  border: none;
  color: #fff;
}

.el-button--primary.is-disabled:hover {
  background-color: #B0B3F2;
  border: none;
  color: #fff;
}

.el-button--danger.is-link:not(.is-disabled):hover {
  color: var(--el-color-danger);
}

.el-button--text {
  height: 35px !important;
  border: none;
  padding: 0 !important;
}

.el-button--text:not(.is-disabled):hover {
  color: var(--el-color-primary);
  border: none;
}

.el-button--text.default {
  color: #88929B;
  border: none;
}

.el-button--text.default:not(.is-disabled):hover {
  color: #88929B;
  border: none;
}

.default-no-border {
  border: none;
  color: #88929B;
}
.default-no-border:hover {
  border: none;
  background: transparent;
  color: #88929B;
}

.el-button--primary.is-link.is-disabled {
  color: rgba(135, 85, 222, 0.3);
}
.el-button--primary.is-link.is-disabled:hover {
  color: rgba(135, 85, 222, 0.3);
}

.el-tabs__item.is-active {
  background: var(--el-color-primary-light-5);
  border-radius: 8px 8px 0px 0px !important;
}

.el-tabs__item {
  padding: 8px 16px !important;
}

.el-tabs--top > .el-tabs__header .el-tabs__item:nth-child(2) {
  padding: 8px 16px !important;
}

.el-tabs--top > .el-tabs__header {
  margin: 0;
}

.el-tabs__active-bar {
  display: none;
}

.el-tabs__nav-wrap:after {
  background-color: #EAECF0;
}

.el-tabs__item {
  border: none;
  padding: 12px 24px;
  color: #495057;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  height: 38px;
}
.el-tabs__item.is-active {
  background-color: #F4EFFD;
  border-radius: 8px;
  font-weight: 500;
  color: var(--el-color-primary);
}
.el-tabs__item:hover {
  color: var(--el-color-primary);
}

.tabs-with-action {
  margin-top: 9px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.tabs-with-action .tab-btn-g {
  position: absolute;
  right: 0;
  top: -7px;
}

.el-form--inline .el-form-item {
  margin-right: 20px;
}

.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label::before {
  content: "" !important;
  margin-right: 0 !important;
  display: none !important;
}
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label::after {
  content: "*";
  color: var(--el-color-danger);
  margin-left: 4px;
}

.el-form--label-top .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label::before {
  content: "" !important;
  margin-right: 0 !important;
  display: none !important;
}
.el-form--label-top .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label::after {
  content: "*";
  color: var(--el-color-danger);
  margin-left: 4px;
}

.el-form-item--label-top .el-form-item__label {
  line-height: 17px;
}

.el-checkbox .el-checkbox__inner {
  width: 16px;
  height: 16px;
}

.el-checkbox.is-checked .el-checkbox__inner::after {
  display: none !important;
}
.el-checkbox.is-checked .el-checkbox__inner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='none'%20version='1.1'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3cg%3e%3cg%3e%3crect%20x='0'%20y='0'%20width='16'%20height='16'%20rx='3'%20fill='var(--el-color-primary)'%20fill-opacity='1'/%3e%3crect%20x='0.5'%20y='0.5'%20width='15'%20height='15'%20rx='2.5'%20fill-opacity='0'%20stroke-opacity='1'%20stroke='var(--el-color-primary)'%20fill='none'%20stroke-width='1'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M4.7659731999999995,7.8677773046875C4.3619831,7.4683771046875,3.7069848199999997,7.4683771046875,3.30299467,7.8677773046875C2.89900178,8.2671771046875,2.89900178,8.9147243046875,3.30299467,9.314124104687501C3.30299467,9.314124104687501,4.7659731999999995,7.8677773046875,4.7659731999999995,7.8677773046875C4.7659731999999995,7.8677773046875,4.7659731999999995,7.8677773046875,4.7659731999999995,7.8677773046875ZM6.448275799999999,10.9773025046875C6.448275799999999,10.9773025046875,5.7167866,11.7005024046875,5.7167866,11.7005024046875C5.9182483999999995,11.8996611046875,6.1938759999999995,12.0078649046875,6.478662,11.9996157046875C6.7634482,11.9912968046875,7.0321722,11.8672752046875,7.2214546,11.6567645046875C7.2214546,11.6567645046875,6.448275799999999,10.9773025046875,6.448275799999999,10.9773025046875C6.448275799999999,10.9773025046875,6.448275799999999,10.9773025046875,6.448275799999999,10.9773025046875ZM12.7386856,5.5204294046874995C13.118272,5.0982674046875,13.07979,4.4518328346875,12.6527557,4.0765803746875005C12.22579,3.7013231846875,11.571928,3.7393480016875,11.1923418,4.1615099946875C11.1923418,4.1615099946875,12.7386856,5.5204294046874995,12.7386856,5.5204294046874995C12.7386856,5.5204294046874995,12.7386856,5.5204294046874995,12.7386856,5.5204294046874995ZM3.30299467,9.314124104687501C3.30299467,9.314124104687501,5.7167866,11.7005024046875,5.7167866,11.7005024046875C5.7167866,11.7005024046875,7.1797647,10.2541285046875,7.1797647,10.2541285046875C7.1797647,10.2541285046875,4.7659731999999995,7.8677773046875,4.7659731999999995,7.8677773046875C4.7659731999999995,7.8677773046875,3.30299467,9.314124104687501,3.30299467,9.314124104687501C3.30299467,9.314124104687501,3.30299467,9.314124104687501,3.30299467,9.314124104687501ZM7.2214546,11.6567645046875C7.2214546,11.6567645046875,12.7386856,5.5204294046874995,12.7386856,5.5204294046874995C12.7386856,5.5204294046874995,11.1923418,4.1615099946875,11.1923418,4.1615099946875C11.1923418,4.1615099946875,5.6750968,10.2978396046875,5.6750968,10.2978396046875C5.6750968,10.2978396046875,7.2214546,11.6567645046875,7.2214546,11.6567645046875C7.2214546,11.6567645046875,7.2214546,11.6567645046875,7.2214546,11.6567645046875Z'%20fill='%23FFFFFF'%20fill-opacity='1'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
}

.el-select .el-select__wrapper.is-focused .el-select__suffix .el-select__caret {
  color: var(--el-color-primary);
}

.el-form-item__label {
  color: #495057;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 8px;
}

.el-form-item__content .el-input.is-disabled {
  color: #495057 !important;
}
.el-form-item__content .el-input.is-disabled .el-input_inner::placeholder {
  color: #C9D3D9 !important;
}

.el-input.is-disabled .el-input__inner {
  -webkit-text-fill-color: var(--el-disabled-text-color);
}

.el-form-item .el-input.is-disabled .el-input__wrapper {
  background: #F0F2F5;
  border-color: #C9D3D9;
  cursor: not-allowed;
  -webkit-text-fill-color: #C9D3D9;
}
.el-form-item .el-select .el-select__wrapper.is-disabled {
  background: #F0F2F5;
  border-color: #F8F9FF;
}
.el-form-item .el-select .el-select__wrapper.is-disabled .el-select__suffix {
  display: none;
}

.el-radio {
  margin-right: 24px;
}

.el-radio__input .el-radio__inner {
  width: 16px;
  height: 16px;
}

.el-radio-group {
  min-height: 35px;
}

.el-radio__original:focus-visible + .el-radio__inner {
  outline: none;
}

.el-radio__label {
  color: #495057;
  font-weight: normal;
}

.el-radio__input.is-checked + .el-radio__label {
  color: #495057;
}

.el-radio__input.is-checked .el-radio__inner {
  background: #fff;
  width: 16px;
  height: 16px;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='none'%20version='1.1'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3e%3crect%20x='0.5'%20y='0.5'%20width='15'%20height='15'%20rx='7.5'%20fill-opacity='0'%20stroke-opacity='1'%20stroke='%238755DE'%20fill='none'%20stroke-width='1'/%3e%3crect%20x='2.857421875'%20y='2.857147216796875'%20width='10.285715103149414'%20height='10.285715103149414'%20rx='5.142857551574707'%20fill='%238755DE'%20fill-opacity='1'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
}
.el-radio__input.is-checked .el-radio__inner:after {
  display: none;
}

.el-form-item.is-error .el-form-item__content .period-input .el-input__wrapper {
  box-shadow: none;
}

.el-form-item.is-error .el-form-item__content .period-input {
  box-shadow: 0 0 0 1px var(--el-color-danger) inset;
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #c3aaef;
}

.el-tag.el-tag--info {
  background: #E6F4FF;
  border: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  height: 23px;
  padding: 0 8px;
  border-radius: 23px;
}

.el-tag.el-tag--info1 {
  background: #EDEFFD;
  border: none;
  color: #1F69FF;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  height: 23px;
  padding: 0 8px;
  border-radius: 23px;
}

.el-tag.el-tag--default {
  background: #E9E9EA;
  border: none;
  color: #88929B;
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  height: 23px;
  padding: 0 8px;
  border-radius: 23px;
}

.el-tag.el-tag--dedark {
  background: #EAECF0;
  border: none;
  color: #1D2129;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  height: 23px;
  padding: 0 8px;
  border-radius: 4px;
}

.el-tag.el-tag--warning {
  background: #FAAD14;
  border: none;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  height: 23px;
  padding: 0 8px;
  border-radius: 23px;
}

.el-tag.el-tag--warning1 {
  background: #FAECD8;
  border: none;
  color: #B88230;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  height: 23px;
  padding: 0 8px;
  border-radius: 23px;
}

.el-tag.el-tag--danger {
  background: #FFE6E8;
  border: none;
  color: #FF4D5E;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  height: 23px;
  padding: 0 8px;
  border-radius: 23px;
}

.el-tag.el-tag--success {
  color: #009E99;
  background: #DBF1F1;
  border: none;
  border-radius: 23px;
}

.el-select__selected-item .el-tag {
  background: #EDEEFF;
  color: #495057;
}
.el-select__selected-item .el-tag__close {
  color: #495057;
}
.el-select__selected-item .el-tag .el-tag__close:hover {
  background-color: transparent;
  color: #495057;
}

.el-select__selection.is-near {
  margin-left: 0;
}

.role-1 {
  background: #FFF2DF !important;
  color: #FA9E14 !important;
  border: none;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 4px;
  height: 24px;
  min-width: 42px;
}

.role-4 {
  background: #ECDFFF !important;
  color: #8755DE !important;
  border: none;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 4px;
  height: 24px;
  min-width: 42px;
}

.role-2 {
  background: #ECDFFF !important;
  color: #8755DE !important;
  border: none;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 4px;
  height: 24px;
  min-width: 42px;
}

.role-3 {
  background: rgba(73, 155, 255, 0.16) !important;
  color: #226CFF !important;
  border: none;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 4px;
  height: 24px;
  min-width: 42px;
}

.role-5 {
  background: rgba(73, 155, 255, 0.16) !important;
  color: #226CFF !important;
  border: none;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 4px;
  height: 24px;
  min-width: 42px;
}

.role-6 {
  background: rgba(57, 212, 132, 0.16) !important;
  color: #2E9C64 !important;
  border: none;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 4px;
  height: 24px;
  min-width: 42px;
}

.table-stats {
  padding: 12px 0;
  font-size: 14px;
  line-height: 20px;
  color: #88929B;
}

.table-stats-primary {
  color: var(--el-color-primary);
}

.el-table.is-scrolling-none th.el-table-fixed-column--left, .el-table.is-scrolling-none th.el-table-fixed-column--right {
  background: #f7f8fa;
}

.el-link__inner {
  font-weight: normal !important;
}
.el-link__inner:hover {
  color: var(--el-color-primary) !important;
}

.el-table th.el-table__cell {
  background: #F7F8FA;
  height: 56px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #6B7075 !important;
}

.el-table__body-wrapper .el-table-column--selection > .cell, .el-table__header-wrapper .el-table-column--selection > .cell {
  width: 34px;
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner:before {
  top: 6px;
}

.cell.el-tooltip {
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-table .el-table__cell {
  padding: 0;
  color: #212429;
}

.el-table .cell {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.el-table-column--selection .cell {
  padding-left: 16px;
  padding-right: 0;
  width: 30px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.el-table.is-scrolling-left th.el-table-fixed-column--left, .el-table.is-scrolling-right th.el-table-fixed-column--right {
  background: #F7F8FA;
  height: 56px;
}

.el-table__header-wrapper tr th.el-table-fixed-column--left, .el-table__header-wrapper tr th.el-table-fixed-column--right {
  background: #F7F8FA;
  height: 56px;
}

.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf {
  border-bottom: none;
}

.el-table:not(.el-table--border) .el-table__cell {
  min-height: 60px;
}

.el-table__inner-wrapper:before {
  display: none;
}

.el-pagination.is-background .btn-prev {
  margin-left: 8px;
}
.el-pagination .el-input {
  height: 32px;
}
.el-pagination .el-select__wrapper {
  box-shadow: 0 0 0 1px rgba(16, 23, 41, 0.2) inset;
  min-height: 32px;
  font-size: 12px;
}
.el-pagination .el-select {
  width: 112px;
  font-size: 12px;
}
.el-pagination .el-select__placeholder {
  color: rgba(16, 23, 41, 0.8);
}
.el-pagination .btn-prev {
  margin-right: 8px;
}
.el-pagination .btn-next {
  margin-left: 8px;
}
.el-pagination .btn-prev, .el-pagination .btn-next {
  border: 1px solid rgba(16, 23, 41, 0.2);
  border-radius: 6px;
  color: rgba(16, 23, 41, 0.7);
}
.el-pagination .btn-prev:disabled, .el-pagination .btn-next:disabled {
  background: #F9F9FC;
  color: rgba(16, 23, 41, 0.2);
}
.el-pagination.is-background .el-pager .number {
  border-radius: 6px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid rgba(16, 23, 41, 0.2);
  color: rgba(16, 23, 41, 0.8);
}
.el-pagination.is-background .el-pager .number.is-active {
  background: #F4EFFD;
  border: 1px solid var(--el-color-primary);
  color: var(--el-color-primary);
  font-weight: normal;
}

.border-table .el-table__body td {
  border-bottom: 1px solid #EAECF0;
}

.tb-cell-over-ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-border-right {
  border-right: 1px solid #EAECF0 !important;
}

.el-table--border .el-table__cell {
  border-right: 1px solid #EAECF0;
}

.over-ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-ellipse-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-message {
  border-radius: 12px;
  border: none;
  padding: 8px 16px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(64, 70, 124, 0.3);
}

.el-message .el-message__content {
  line-height: 22px;
  color: #495057;
}

.el-drawer__header {
  color: #212429;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.el-drawer__close-btn {
  color: #495057;
  padding: 0;
}

.el-drawer__body {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 20px;
}

.el-drawer__footer {
  border-top: 1px solid #EAECF0;
  padding-top: 20px;
}

.el-switch {
  height: 20px;
}

.el-switch__core {
  min-width: 36px;
}
.el-switch__core .el-switch__action {
  height: 14px;
  width: 14px;
  left: 3px;
  top: 2px;
}

.el-dropdown-menu__item {
  margin: 4px;
  border-radius: 8px;
  min-height: 32px;
}

.el-dropdown-menu__item:not(.is-disabled):focus, .el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #F4EFFD;
}

.danger-item.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #FDEFEF;
  color: #F03D3E;
}

.el-select-group__title {
  color: #88929B;
  background: #F8F9FA;
  font-size: 12px;
}

.el-select-dropdown__item.is-hovering {
  background-color: #F4EFFD;
}

.exchange-product.el-popover.el-popper {
  padding: 4px 0;
}

.el-textarea .el-input__count {
  color: var(--el-color-primary) !important;
}

.el-popper.is-dark {
  background: rgba(0, 0, 0, 0.7);
}