body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji ",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #e9ecf3;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
small,
.small {
  font-size: 12px;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
.el-picker-panel__shortcut {
  line-height: 20px;
  margin-bottom: 10px;
}
.icon-info-2:before {
  content: "\e900";
}
.icon-shield-arrows:before {
  content: "\e901";
}
.icon-d-arrow-right:before {
  content: "\e902";
}
.icon-d-arrow-left:before {
  content: "\e903";
}
.icon-cross-eye:before {
  content: "\e904";
}
.icon-open-eye:before {
  content: "\e905";
}
.icon-empty-group:before {
  content: "\e906";
}
.icon-trash1:before {
  content: "\e907";
}
.icon-rollback:before {
  content: "\e908";
}
.icon-settings:before {
  content: "\e909";
}
.icon-smartphone1:before {
  content: "\e90a";
}
.icon-bell:before {
  content: "\e90b";
}
.icon-email:before {
  content: "\e90c";
}
.icon-email1:before {
  content: "\e90d";
}
.icon-arrow-previous:before {
  content: "\e90e";
}
.icon-arrow-next:before {
  content: "\e90f";
}
.icon-image-gallery:before {
  content: "\e910";
}
.icon-person-circle:before {
  content: "\e911";
}
.icon-person:before {
  content: "\e912";
}
.icon-money-solid:before {
  content: "\e913";
}
.icon-pen-solid:before {
  content: "\e914";
}
.icon-export-right:before {
  content: "\e915";
}
.icon-tag-diagonal:before {
  content: "\e916";
}
.icon-add-image:before {
  content: "\e917";
}
.icon-add-group:before {
  content: "\e918";
}
.icon-filters:before {
  content: "\e919";
}
.icon-menu-hollow:before {
  content: "\e91a";
}
.icon-barcode-scanner-2:before {
  content: "\e91b";
}
.icon-warning-triangle:before {
  content: "\e91c";
}
.icon-people-list-solid:before {
  content: "\e91d";
}
.icon-person-note:before {
  content: "\e91e";
}
.icon-list:before {
  content: "\e91f";
}
.icon-history:before {
  content: "\e920";
}
.icon-archive:before {
  content: "\e921";
}
.icon-details:before {
  content: "\e922";
}
.icon-csv-file:before {
  content: "\e923";
}
.icon-xlsx-file:before {
  content: "\e924";
}
.icon-external-link:before {
  content: "\e925";
}
.icon-add-card:before {
  content: "\e926";
}
.icon-barcode-scanner:before {
  content: "\e927";
}
.icon-manager:before {
  content: "\e928";
}
.icon-return:before {
  content: "\e929";
}
.icon-settings-work-tool:before {
  content: "\e92a";
}
.icon-star:before {
  content: "\e92b";
}
.icon-bookmark:before {
  content: "\e92c";
}
.icon-calendar:before {
  content: "\e92d";
}
.icon-calendar2:before {
  content: "\e92e";
}
.icon-details1:before {
  content: "\e92f";
}
.icon-add-doc:before {
  content: "\e930";
}
.icon-add-user:before {
  content: "\e931";
}
.icon-alert:before {
  content: "\e932";
}
.icon-arrow-left:before {
  content: "\e933";
}
.icon-bluetooth:before {
  content: "\e934";
}
.icon-camera-2:before {
  content: "\e935";
}
.icon-car:before {
  content: "\e936";
}
.icon-card-backside:before {
  content: "\e937";
}
.icon-check:before {
  content: "\e938";
}
.icon-cloud-check:before {
  content: "\e939";
}
.icon-cloud-upload:before {
  content: "\e93a";
}
.icon-comment:before {
  content: "\e93b";
}
.icon-comment-2:before {
  content: "\e93c";
}
.icon-copy:before {
  content: "\e93d";
}
.icon-check-circle:before {
  content: "\e93e";
}
.icon-chevron-down:before {
  content: "\e93f";
}
.icon-clock:before {
  content: "\e940";
}
.icon-close:before {
  content: "\e941";
}
.icon-cloud:before {
  content: "\e942";
}
.icon-credit-card-2side:before {
  content: "\e943";
}
.icon-customize:before {
  content: "\e944";
}
.icon-document:before {
  content: "\e945";
}
.icon-download:before {
  content: "\e946";
}
.icon-edit:before {
  content: "\e947";
}
.icon-edit-2:before {
  content: "\e948";
}
.icon-edit-3:before {
  content: "\e949";
}
.icon-envelope:before {
  content: "\e94a";
}
.icon-heart:before {
  content: "\e94b";
}
.icon-home:before {
  content: "\e94c";
}
.icon-id-card:before {
  content: "\e94d";
}
.icon-id-card-2side:before {
  content: "\e94e";
}
.icon-info:before {
  content: "\e94f";
}
.icon-eye:before {
  content: "\e950";
}
.icon-folder:before {
  content: "\e951";
}
.icon-dollar-sign:before {
  content: "\e952";
}
.icon-gear:before {
  content: "\e953";
}
.icon-location-point:before {
  content: "\e954";
}
.icon-male:before {
  content: "\e955";
}
.icon-mark:before {
  content: "\e956";
}
.icon-mastercard:before {
  content: "\e957";
}
.icon-micro:before {
  content: "\e958";
}
.icon-more-hor:before {
  content: "\e959";
}
.icon-more-vert:before {
  content: "\e95a";
}
.icon-paste:before {
  content: "\e95b";
}
.icon-search:before {
  content: "\e95c";
}
.icon-share:before {
  content: "\e95d";
}
.icon-shoping-bag:before {
  content: "\e95e";
}
.icon-shoping-cart:before {
  content: "\e95f";
}
.icon-smartphone:before {
  content: "\e960";
}
.icon-payment-card:before {
  content: "\e961";
}
.icon-dollar:before {
  content: "\e962";
}
.icon-phone:before {
  content: "\e963";
}
.icon-pie-chart:before {
  content: "\e964";
}
.icon-plus:before {
  content: "\e965";
}
.icon-survey:before {
  content: "\e966";
}
.icon-tablet:before {
  content: "\e967";
}
.icon-trash:before {
  content: "\e968";
}
.icon-turn-camera:before {
  content: "\e969";
}
.icon-unlock:before {
  content: "\e96a";
}
.icon-upload:before {
  content: "\e96b";
}
.icon-user:before {
  content: "\e96c";
}
.icon-users:before {
  content: "\e96d";
}
.icon-zap:before {
  content: "\e96e";
}
.icon-image:before {
  content: "\e96f";
}
.icon-link:before {
  content: "\e970";
}
.icon-paperclip:before {
  content: "\e971";
}
.icon-save:before {
  content: "\e972";
}
.icon-zip-file:before {
  content: "\e973";
}
.icon-xls-file:before {
  content: "\e974";
}
.icon-csv-file1:before {
  content: "\e975";
}
.icon-pdf-file2:before {
  content: "\e976";
}
.icon-flame:before {
  content: "\e977";
}
.icon-corner-up-left:before {
  content: "\e978";
}
.icon-rotate-ccw:before {
  content: "\e979";
}
.icon-rotate-cw:before {
  content: "\e97a";
}
.icon-refresh-cw:before {
  content: "\e97b";
}
.icon-calendar3:before {
  content: "\e97c";
}
.icon-credential:before {
  content: "\e97d";
}
.icon-arrow-down:before {
  content: "\e97e";
}
.icon-arrow-right:before {
  content: "\e97f";
}
.icon-arrow-up:before {
  content: "\e980";
}
.icon-chevron-right:before {
  content: "\e981";
}
.icon-chevron-left:before {
  content: "\e982";
}
.icon-chevron-up:before {
  content: "\e983";
}
.icon-reports:before {
  content: "\e984";
}
.icon-dashboard:before {
  content: "\e985";
}
.icon-face:before {
  content: "\e986";
}
.icon-monitor:before {
  content: "\e987";
}
.icon-mail:before {
  content: "\e988";
}
.icon-eye-hidden:before {
  content: "\e989";
}
.icon-tag:before {
  content: "\e98a";
}
.icon-resetpassword:before {
  content: "\e98b";
}
.icon-statistics:before {
  content: "\e98c";
}
.icon-addcustomer:before {
  content: "\e98d";
}
.icon-references:before {
  content: "\e98e";
}
.icon-employees:before {
  content: "\e98f";
}
.icon-store:before {
  content: "\e990";
}
.icon-timer:before {
  content: "\e991";
}
.icon-checkin:before {
  content: "\e992";
}
.icon-checkout:before {
  content: "\e993";
}
.icon-vendors:before {
  content: "\e994";
}
.icon-male-female:before {
  content: "\e995";
}
.icon-statistics1:before {
  content: "\e996";
}
.icon-female:before {
  content: "\e997";
}
.icon-fingerprint:before {
  content: "\e998";
}
.icon-cloud1:before {
  content: "\e999";
}
.icon-file-excel:before {
  content: "\e99a";
}
.icon-zip-folder:before {
  content: "\e99b";
}
.icon-file-pdf:before {
  content: "\e99c";
}
.icon-drag:before {
  content: "\e99d";
}
.icon-cake:before {
  content: "\e99e";
}
.icon-arrow-repeat-all:before {
  content: "\e99f";
}
.icon-not-allowed:before {
  content: "\e9a0";
}
.icon-person-money:before {
  content: "\e9a1";
}
.icon-arrow-redo:before {
  content: "\e9a2";
}
.icon-calendar4:before {
  content: "\e9a3";
}
.icon-people:before {
  content: "\e9a4";
}
.icon-locked:before {
  content: "\e9a5";
}
.icon-Add:before {
  content: "\e9a6";
}
.icon-Alert-On:before {
  content: "\e9a7";
}
.icon-Calendar-Info:before {
  content: "\e9a8";
}
.icon-Camera:before {
  content: "\e9a9";
}
.icon-Cant-Scan:before {
  content: "\e9aa";
}
.icon-Comment:before {
  content: "\e9ab";
}
.icon-Home:before {
  content: "\e9ac";
}
.icon-Image-Prohibited:before {
  content: "\e9ad";
}
.icon-Info:before {
  content: "\e9ae";
}
.icon-Number-Row:before {
  content: "\e9af";
}
.icon-Payment:before {
  content: "\e9b0";
}
.icon-People:before {
  content: "\e9b1";
}
.icon-Person-Add:before {
  content: "\e9b2";
}
.icon-Person:before {
  content: "\e9b3";
}
.icon-Play-Circle:before {
  content: "\e9b4";
}
.icon-Print:before {
  content: "\e9b5";
}
.icon-Shield-Dismiss:before {
  content: "\e9b6";
}
.icon-Star:before {
  content: "\e9b7";
}
.icon-Text-Bullet-List-Square-Edit:before {
  content: "\e9b8";
}
.icon-person-circle1:before {
  content: "\e9b9";
}
.icon-shield:before {
  content: "\e9ba";
}
.icon-scales:before {
  content: "\e9bb";
}
.icon-thumbup:before {
  content: "\e9bc";
}
.icon-eye1:before {
  content: "\e9ce";
}
.icon-eye-blocked:before {
  content: "\e9d1";
}
body {
  moduleID: 1;
}
:root {
  --el-color-white:#ffffff;
  --el-color-black:#000000;
  --el-color-primary-rgb:64,
    158,
    255;
  --el-color-success-rgb:103,
    194,
    58;
  --el-color-warning-rgb:230,
    162,
    60;
  --el-color-danger-rgb:245,
    108,
    108;
  --el-color-error-rgb:245,
    108,
    108;
  --el-color-info-rgb:144,
    147,
    153;
  --el-font-size-extra-large:20px;
  --el-font-size-large:18px;
  --el-font-size-medium:16px;
  --el-font-size-base:14px;
  --el-font-size-small:13px;
  --el-font-size-extra-small:12px;
  --el-font-family:"Helvetica Neue",
    Helvetica,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    "\5fae\8f6f\96c5\9ed1",
    Arial,
    sans-serif;
  --el-font-weight-primary:500;
  --el-font-line-height-primary:24px;
  --el-index-normal:1;
  --el-index-top:1000;
  --el-index-popper:2000;
  --el-border-radius-base:4px;
  --el-border-radius-small:2px;
  --el-border-radius-round:20px;
  --el-border-radius-circle:100%;
  --el-transition-duration:0.3s;
  --el-transition-duration-fast:0.2s;
  --el-transition-function-ease-in-out-bezier:cubic-bezier(0.645, 0.045, 0.355, 1);
  --el-transition-function-fast-bezier:cubic-bezier(0.23, 1, 0.32, 1);
  --el-transition-all:all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
  --el-transition-fade:opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
  --el-transition-md-fade:transform var(--el-transition-duration) var(--el-transition-function-fast-bezier), opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
  --el-transition-fade-linear:opacity var(--el-transition-duration-fast) linear;
  --el-transition-border:border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
  --el-transition-box-shadow:box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
  --el-transition-color:color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
  --el-component-size-large:52px;
  --el-component-size:40px;
  --el-component-size-small:34px;
}
:root {
  color-scheme: light;
  --el-color-white:#ffffff;
  --el-color-black:#000000;
  --el-color-primary:#409eff;
  --el-color-primary-light-3:#79bbff;
  --el-color-primary-light-5:#a0cfff;
  --el-color-primary-light-7:#c6e2ff;
  --el-color-primary-light-8:#d9ecff;
  --el-color-primary-light-9:#ecf5ff;
  --el-color-primary-dark-2:#337ecc;
  --el-color-success:#67c23a;
  --el-color-success-light-3:#95d475;
  --el-color-success-light-5:#b3e19d;
  --el-color-success-light-7:#d1edc4;
  --el-color-success-light-8:#e1f3d8;
  --el-color-success-light-9:#f0f9eb;
  --el-color-success-dark-2:#529b2e;
  --el-color-warning:#e6a23c;
  --el-color-warning-light-3:#eebe77;
  --el-color-warning-light-5:#f3d19e;
  --el-color-warning-light-7:#f8e3c5;
  --el-color-warning-light-8:#faecd8;
  --el-color-warning-light-9:#fdf6ec;
  --el-color-warning-dark-2:#b88230;
  --el-color-danger:#f56c6c;
  --el-color-danger-light-3:#f89898;
  --el-color-danger-light-5:#fab6b6;
  --el-color-danger-light-7:#fcd3d3;
  --el-color-danger-light-8:#fde2e2;
  --el-color-danger-light-9:#fef0f0;
  --el-color-danger-dark-2:#c45656;
  --el-color-error:#f56c6c;
  --el-color-error-light-3:#f89898;
  --el-color-error-light-5:#fab6b6;
  --el-color-error-light-7:#fcd3d3;
  --el-color-error-light-8:#fde2e2;
  --el-color-error-light-9:#fef0f0;
  --el-color-error-dark-2:#c45656;
  --el-color-info:#909399;
  --el-color-info-light-3:#b1b3b8;
  --el-color-info-light-5:#c8c9cc;
  --el-color-info-light-7:#dedfe0;
  --el-color-info-light-8:#e9e9eb;
  --el-color-info-light-9:#f4f4f5;
  --el-color-info-dark-2:#73767a;
  --el-bg-color:#ffffff;
  --el-bg-color-page:#f2f3f5;
  --el-bg-color-overlay:#ffffff;
  --el-text-color-primary:#303133;
  --el-text-color-regular:#606266;
  --el-text-color-secondary:#909399;
  --el-text-color-placeholder:#a8abb2;
  --el-text-color-disabled:#c0c4cc;
  --el-border-color:#dcdfe6;
  --el-border-color-light:#e4e7ed;
  --el-border-color-lighter:#ebeef5;
  --el-border-color-extra-light:#f2f6fc;
  --el-border-color-dark:#d4d7de;
  --el-border-color-darker:#cdd0d6;
  --el-fill-color:#f0f2f5;
  --el-fill-color-light:#f5f7fa;
  --el-fill-color-lighter:#fafafa;
  --el-fill-color-extra-light:#fafcff;
  --el-fill-color-dark:#ebedf0;
  --el-fill-color-darker:#e6e8eb;
  --el-fill-color-blank:#ffffff;
  --el-box-shadow:0px 12px 32px 4px rgba(0, 0, 0, 0.04), 0px 8px 20px rgba(0, 0, 0, 0.08);
  --el-box-shadow-light:0px 0px 12px rgba(0, 0, 0, 0.12);
  --el-box-shadow-lighter:0px 0px 6px rgba(0, 0, 0, 0.12);
  --el-box-shadow-dark:0px 16px 48px 16px rgba(0, 0, 0, 0.08),
    0px 12px 32px rgba(0, 0, 0, 0.12),
    0px 8px 16px -8px rgba(0, 0, 0, 0.16);
  --el-disabled-bg-color:var(--el-fill-color-light);
  --el-disabled-text-color:var(--el-text-color-placeholder);
  --el-disabled-border-color:var(--el-border-color-light);
  --el-overlay-color:rgba(0, 0, 0, 0.8);
  --el-overlay-color-light:rgba(0, 0, 0, 0.7);
  --el-overlay-color-lighter:rgba(0, 0, 0, 0.5);
  --el-mask-color:rgba(255, 255, 255, 0.9);
  --el-mask-color-extra-light:rgba(255, 255, 255, 0.3);
  --el-border-width:1px;
  --el-border-style:solid;
  --el-border-color-hover:var(--el-text-color-disabled);
  --el-border:var(--el-border-width) var(--el-border-style) var(--el-border-color);
  --el-svg-monochrome-grey:var(--el-border-color);
}
.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
  transition: var(--el-transition-fade-linear);
}
.fade-in-linear-enter-from,
.fade-in-linear-leave-to {
  opacity: 0;
}
.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
  transition: var(--el-transition-fade-linear);
}
.el-fade-in-linear-enter-from,
.el-fade-in-linear-leave-to {
  opacity: 0;
}
.el-fade-in-enter-active,
.el-fade-in-leave-active {
  transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
}
.el-fade-in-enter-from,
.el-fade-in-leave-active {
  opacity: 0;
}
.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
  transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
}
.el-zoom-in-center-enter-from,
.el-zoom-in-center-leave-active {
  opacity: 0;
  transform: scaleX(0);
}
.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: var(--el-transition-md-fade);
  transform-origin: center top;
}
.el-zoom-in-top-enter-active[data-popper-placement^=top],
.el-zoom-in-top-leave-active[data-popper-placement^=top] {
  transform-origin: center bottom;
}
.el-zoom-in-top-enter-from,
.el-zoom-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: var(--el-transition-md-fade);
  transform-origin: center bottom;
}
.el-zoom-in-bottom-enter-from,
.el-zoom-in-bottom-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
  opacity: 1;
  transform: scale(1, 1);
  transition: var(--el-transition-md-fade);
  transform-origin: top left;
}
.el-zoom-in-left-enter-from,
.el-zoom-in-left-leave-active {
  opacity: 0;
  transform: scale(0.45, 0.45);
}
.collapse-transition {
  transition:
    var(--el-transition-duration) height ease-in-out,
    var(--el-transition-duration) padding-top ease-in-out,
    var(--el-transition-duration) padding-bottom ease-in-out;
}
.el-collapse-transition-leave-active,
.el-collapse-transition-enter-active {
  transition:
    var(--el-transition-duration) max-height ease-in-out,
    var(--el-transition-duration) padding-top ease-in-out,
    var(--el-transition-duration) padding-bottom ease-in-out;
}
.horizontal-collapse-transition {
  transition:
    var(--el-transition-duration) width ease-in-out,
    var(--el-transition-duration) padding-left ease-in-out,
    var(--el-transition-duration) padding-right ease-in-out;
}
.el-list-enter-active,
.el-list-leave-active {
  transition: all 1s;
}
.el-list-enter-from,
.el-list-leave-to {
  opacity: 0;
  transform: translateY(-30px);
}
.el-list-leave-active {
  position: absolute !important;
}
.el-opacity-transition {
  transition: opacity var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
}
body {
  moduleID: 1;
}
.el-icon-loading {
  animation: rotating 2s linear infinite;
}
.el-icon--right {
  margin-left: 5px;
}
.el-icon--left {
  margin-right: 5px;
}
@keyframes rotating {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.el-icon {
  --color: inherit;
  height: 1em;
  width: 1em;
  line-height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  fill: currentColor;
  color: var(--color);
  font-size: inherit;
}
.el-icon.is-loading {
  animation: rotating 2s linear infinite;
}
.el-icon svg {
  height: 1em;
  width: 1em;
}
[class^=el-icon-],
[class*=" el-icon-"] {
  font-family: "element-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.el-icon-ice-cream-round:before {
  content: "\e6a0";
}
.el-icon-ice-cream-square:before {
  content: "\e6a3";
}
.el-icon-lollipop:before {
  content: "\e6a4";
}
.el-icon-potato-strips:before {
  content: "\e6a5";
}
.el-icon-milk-tea:before {
  content: "\e6a6";
}
.el-icon-ice-drink:before {
  content: "\e6a7";
}
.el-icon-ice-tea:before {
  content: "\e6a9";
}
.el-icon-coffee:before {
  content: "\e6aa";
}
.el-icon-orange:before {
  content: "\e6ab";
}
.el-icon-pear:before {
  content: "\e6ac";
}
.el-icon-apple:before {
  content: "\e6ad";
}
.el-icon-cherry:before {
  content: "\e6ae";
}
.el-icon-watermelon:before {
  content: "\e6af";
}
.el-icon-grape:before {
  content: "\e6b0";
}
.el-icon-refrigerator:before {
  content: "\e6b1";
}
.el-icon-goblet-square-full:before {
  content: "\e6b2";
}
.el-icon-goblet-square:before {
  content: "\e6b3";
}
.el-icon-goblet-full:before {
  content: "\e6b4";
}
.el-icon-goblet:before {
  content: "\e6b5";
}
.el-icon-cold-drink:before {
  content: "\e6b6";
}
.el-icon-coffee-cup:before {
  content: "\e6b8";
}
.el-icon-water-cup:before {
  content: "\e6b9";
}
.el-icon-hot-water:before {
  content: "\e6ba";
}
.el-icon-ice-cream:before {
  content: "\e6bb";
}
.el-icon-dessert:before {
  content: "\e6bc";
}
.el-icon-sugar:before {
  content: "\e6bd";
}
.el-icon-tableware:before {
  content: "\e6be";
}
.el-icon-burger:before {
  content: "\e6bf";
}
.el-icon-knife-fork:before {
  content: "\e6c1";
}
.el-icon-fork-spoon:before {
  content: "\e6c2";
}
.el-icon-chicken:before {
  content: "\e6c3";
}
.el-icon-food:before {
  content: "\e6c4";
}
.el-icon-dish-1:before {
  content: "\e6c5";
}
.el-icon-dish:before {
  content: "\e6c6";
}
.el-icon-moon-night:before {
  content: "\e6ee";
}
.el-icon-moon:before {
  content: "\e6f0";
}
.el-icon-cloudy-and-sunny:before {
  content: "\e6f1";
}
.el-icon-partly-cloudy:before {
  content: "\e6f2";
}
.el-icon-cloudy:before {
  content: "\e6f3";
}
.el-icon-sunny:before {
  content: "\e6f6";
}
.el-icon-sunset:before {
  content: "\e6f7";
}
.el-icon-sunrise-1:before {
  content: "\e6f8";
}
.el-icon-sunrise:before {
  content: "\e6f9";
}
.el-icon-heavy-rain:before {
  content: "\e6fa";
}
.el-icon-lightning:before {
  content: "\e6fb";
}
.el-icon-light-rain:before {
  content: "\e6fc";
}
.el-icon-wind-power:before {
  content: "\e6fd";
}
.el-icon-baseball:before {
  content: "\e712";
}
.el-icon-soccer:before {
  content: "\e713";
}
.el-icon-football:before {
  content: "\e715";
}
.el-icon-basketball:before {
  content: "\e716";
}
.el-icon-ship:before {
  content: "\e73f";
}
.el-icon-truck:before {
  content: "\e740";
}
.el-icon-bicycle:before {
  content: "\e741";
}
.el-icon-mobile-phone:before {
  content: "\e6d3";
}
.el-icon-service:before {
  content: "\e6d4";
}
.el-icon-key:before {
  content: "\e6e2";
}
.el-icon-unlock:before {
  content: "\e6e4";
}
.el-icon-lock:before {
  content: "\e6e5";
}
.el-icon-watch:before {
  content: "\e6fe";
}
.el-icon-watch-1:before {
  content: "\e6ff";
}
.el-icon-timer:before {
  content: "\e702";
}
.el-icon-alarm-clock:before {
  content: "\e703";
}
.el-icon-map-location:before {
  content: "\e704";
}
.el-icon-delete-location:before {
  content: "\e705";
}
.el-icon-add-location:before {
  content: "\e706";
}
.el-icon-location-information:before {
  content: "\e707";
}
.el-icon-location-outline:before {
  content: "\e708";
}
.el-icon-location:before {
  content: "\e79e";
}
.el-icon-place:before {
  content: "\e709";
}
.el-icon-discover:before {
  content: "\e70a";
}
.el-icon-first-aid-kit:before {
  content: "\e70b";
}
.el-icon-trophy-1:before {
  content: "\e70c";
}
.el-icon-trophy:before {
  content: "\e70d";
}
.el-icon-medal:before {
  content: "\e70e";
}
.el-icon-medal-1:before {
  content: "\e70f";
}
.el-icon-stopwatch:before {
  content: "\e710";
}
.el-icon-mic:before {
  content: "\e711";
}
.el-icon-copy-document:before {
  content: "\e718";
}
.el-icon-full-screen:before {
  content: "\e719";
}
.el-icon-switch-button:before {
  content: "\e71b";
}
.el-icon-aim:before {
  content: "\e71c";
}
.el-icon-crop:before {
  content: "\e71d";
}
.el-icon-odometer:before {
  content: "\e71e";
}
.el-icon-time:before {
  content: "\e71f";
}
.el-icon-bangzhu:before {
  content: "\e724";
}
.el-icon-close-notification:before {
  content: "\e726";
}
.el-icon-microphone:before {
  content: "\e727";
}
.el-icon-turn-off-microphone:before {
  content: "\e728";
}
.el-icon-position:before {
  content: "\e729";
}
.el-icon-postcard:before {
  content: "\e72a";
}
.el-icon-message:before {
  content: "\e72b";
}
.el-icon-chat-line-square:before {
  content: "\e72d";
}
.el-icon-chat-dot-square:before {
  content: "\e72e";
}
.el-icon-chat-dot-round:before {
  content: "\e72f";
}
.el-icon-chat-square:before {
  content: "\e730";
}
.el-icon-chat-line-round:before {
  content: "\e731";
}
.el-icon-chat-round:before {
  content: "\e732";
}
.el-icon-set-up:before {
  content: "\e733";
}
.el-icon-turn-off:before {
  content: "\e734";
}
.el-icon-open:before {
  content: "\e735";
}
.el-icon-connection:before {
  content: "\e736";
}
.el-icon-link:before {
  content: "\e737";
}
.el-icon-cpu:before {
  content: "\e738";
}
.el-icon-thumb:before {
  content: "\e739";
}
.el-icon-female:before {
  content: "\e73a";
}
.el-icon-male:before {
  content: "\e73b";
}
.el-icon-guide:before {
  content: "\e73c";
}
.el-icon-news:before {
  content: "\e73e";
}
.el-icon-price-tag:before {
  content: "\e744";
}
.el-icon-discount:before {
  content: "\e745";
}
.el-icon-wallet:before {
  content: "\e747";
}
.el-icon-coin:before {
  content: "\e748";
}
.el-icon-money:before {
  content: "\e749";
}
.el-icon-bank-card:before {
  content: "\e74a";
}
.el-icon-box:before {
  content: "\e74b";
}
.el-icon-present:before {
  content: "\e74c";
}
.el-icon-sell:before {
  content: "\e6d5";
}
.el-icon-sold-out:before {
  content: "\e6d6";
}
.el-icon-shopping-bag-2:before {
  content: "\e74d";
}
.el-icon-shopping-bag-1:before {
  content: "\e74e";
}
.el-icon-shopping-cart-2:before {
  content: "\e74f";
}
.el-icon-shopping-cart-1:before {
  content: "\e750";
}
.el-icon-shopping-cart-full:before {
  content: "\e751";
}
.el-icon-smoking:before {
  content: "\e752";
}
.el-icon-no-smoking:before {
  content: "\e753";
}
.el-icon-house:before {
  content: "\e754";
}
.el-icon-table-lamp:before {
  content: "\e755";
}
.el-icon-school:before {
  content: "\e756";
}
.el-icon-office-building:before {
  content: "\e757";
}
.el-icon-toilet-paper:before {
  content: "\e758";
}
.el-icon-notebook-2:before {
  content: "\e759";
}
.el-icon-notebook-1:before {
  content: "\e75a";
}
.el-icon-files:before {
  content: "\e75b";
}
.el-icon-collection:before {
  content: "\e75c";
}
.el-icon-receiving:before {
  content: "\e75d";
}
.el-icon-suitcase-1:before {
  content: "\e760";
}
.el-icon-suitcase:before {
  content: "\e761";
}
.el-icon-film:before {
  content: "\e763";
}
.el-icon-collection-tag:before {
  content: "\e765";
}
.el-icon-data-analysis:before {
  content: "\e766";
}
.el-icon-pie-chart:before {
  content: "\e767";
}
.el-icon-data-board:before {
  content: "\e768";
}
.el-icon-data-line:before {
  content: "\e76d";
}
.el-icon-reading:before {
  content: "\e769";
}
.el-icon-magic-stick:before {
  content: "\e76a";
}
.el-icon-coordinate:before {
  content: "\e76b";
}
.el-icon-mouse:before {
  content: "\e76c";
}
.el-icon-brush:before {
  content: "\e76e";
}
.el-icon-headset:before {
  content: "\e76f";
}
.el-icon-umbrella:before {
  content: "\e770";
}
.el-icon-scissors:before {
  content: "\e771";
}
.el-icon-mobile:before {
  content: "\e773";
}
.el-icon-attract:before {
  content: "\e774";
}
.el-icon-monitor:before {
  content: "\e775";
}
.el-icon-search:before {
  content: "\e778";
}
.el-icon-takeaway-box:before {
  content: "\e77a";
}
.el-icon-paperclip:before {
  content: "\e77d";
}
.el-icon-printer:before {
  content: "\e77e";
}
.el-icon-document-add:before {
  content: "\e782";
}
.el-icon-document:before {
  content: "\e785";
}
.el-icon-document-checked:before {
  content: "\e786";
}
.el-icon-document-copy:before {
  content: "\e787";
}
.el-icon-document-delete:before {
  content: "\e788";
}
.el-icon-document-remove:before {
  content: "\e789";
}
.el-icon-tickets:before {
  content: "\e78b";
}
.el-icon-folder-checked:before {
  content: "\e77f";
}
.el-icon-folder-delete:before {
  content: "\e780";
}
.el-icon-folder-remove:before {
  content: "\e781";
}
.el-icon-folder-add:before {
  content: "\e783";
}
.el-icon-folder-opened:before {
  content: "\e784";
}
.el-icon-folder:before {
  content: "\e78a";
}
.el-icon-edit-outline:before {
  content: "\e764";
}
.el-icon-edit:before {
  content: "\e78c";
}
.el-icon-date:before {
  content: "\e78e";
}
.el-icon-c-scale-to-original:before {
  content: "\e7c6";
}
.el-icon-view:before {
  content: "\e6ce";
}
.el-icon-loading:before {
  content: "\e6cf";
}
.el-icon-rank:before {
  content: "\e6d1";
}
.el-icon-sort-down:before {
  content: "\e7c4";
}
.el-icon-sort-up:before {
  content: "\e7c5";
}
.el-icon-sort:before {
  content: "\e6d2";
}
.el-icon-finished:before {
  content: "\e6cd";
}
.el-icon-refresh-left:before {
  content: "\e6c7";
}
.el-icon-refresh-right:before {
  content: "\e6c8";
}
.el-icon-refresh:before {
  content: "\e6d0";
}
.el-icon-video-play:before {
  content: "\e7c0";
}
.el-icon-video-pause:before {
  content: "\e7c1";
}
.el-icon-d-arrow-right:before {
  content: "\e6dc";
}
.el-icon-d-arrow-left:before {
  content: "\e6dd";
}
.el-icon-arrow-up:before {
  content: "\e6e1";
}
.el-icon-arrow-down:before {
  content: "\e6df";
}
.el-icon-arrow-right:before {
  content: "\e6e0";
}
.el-icon-arrow-left:before {
  content: "\e6de";
}
.el-icon-top-right:before {
  content: "\e6e7";
}
.el-icon-top-left:before {
  content: "\e6e8";
}
.el-icon-top:before {
  content: "\e6e6";
}
.el-icon-bottom:before {
  content: "\e6eb";
}
.el-icon-right:before {
  content: "\e6e9";
}
.el-icon-back:before {
  content: "\e6ea";
}
.el-icon-bottom-right:before {
  content: "\e6ec";
}
.el-icon-bottom-left:before {
  content: "\e6ed";
}
.el-icon-caret-top:before {
  content: "\e78f";
}
.el-icon-caret-bottom:before {
  content: "\e790";
}
.el-icon-caret-right:before {
  content: "\e791";
}
.el-icon-caret-left:before {
  content: "\e792";
}
.el-icon-d-caret:before {
  content: "\e79a";
}
.el-icon-share:before {
  content: "\e793";
}
.el-icon-menu:before {
  content: "\e798";
}
.el-icon-s-grid:before {
  content: "\e7a6";
}
.el-icon-s-check:before {
  content: "\e7a7";
}
.el-icon-s-data:before {
  content: "\e7a8";
}
.el-icon-s-opportunity:before {
  content: "\e7aa";
}
.el-icon-s-custom:before {
  content: "\e7ab";
}
.el-icon-s-claim:before {
  content: "\e7ad";
}
.el-icon-s-finance:before {
  content: "\e7ae";
}
.el-icon-s-comment:before {
  content: "\e7af";
}
.el-icon-s-flag:before {
  content: "\e7b0";
}
.el-icon-s-marketing:before {
  content: "\e7b1";
}
.el-icon-s-shop:before {
  content: "\e7b4";
}
.el-icon-s-open:before {
  content: "\e7b5";
}
.el-icon-s-management:before {
  content: "\e7b6";
}
.el-icon-s-ticket:before {
  content: "\e7b7";
}
.el-icon-s-release:before {
  content: "\e7b8";
}
.el-icon-s-home:before {
  content: "\e7b9";
}
.el-icon-s-promotion:before {
  content: "\e7ba";
}
.el-icon-s-operation:before {
  content: "\e7bb";
}
.el-icon-s-unfold:before {
  content: "\e7bc";
}
.el-icon-s-fold:before {
  content: "\e7a9";
}
.el-icon-s-platform:before {
  content: "\e7bd";
}
.el-icon-s-order:before {
  content: "\e7be";
}
.el-icon-s-cooperation:before {
  content: "\e7bf";
}
.el-icon-bell:before {
  content: "\e725";
}
.el-icon-message-solid:before {
  content: "\e799";
}
.el-icon-video-camera:before {
  content: "\e772";
}
.el-icon-video-camera-solid:before {
  content: "\e796";
}
.el-icon-camera:before {
  content: "\e779";
}
.el-icon-camera-solid:before {
  content: "\e79b";
}
.el-icon-download:before {
  content: "\e77c";
}
.el-icon-upload2:before {
  content: "\e77b";
}
.el-icon-upload:before {
  content: "\e7c3";
}
.el-icon-picture-outline-round:before {
  content: "\e75f";
}
.el-icon-picture-outline:before {
  content: "\e75e";
}
.el-icon-picture:before {
  content: "\e79f";
}
.el-icon-close:before {
  content: "\e6db";
}
.el-icon-check:before {
  content: "\e6da";
}
.el-icon-plus:before {
  content: "\e6d9";
}
.el-icon-minus:before {
  content: "\e6d8";
}
.el-icon-help:before {
  content: "\e73d";
}
.el-icon-s-help:before {
  content: "\e7b3";
}
.el-icon-circle-close:before {
  content: "\e78d";
}
.el-icon-circle-check:before {
  content: "\e720";
}
.el-icon-circle-plus-outline:before {
  content: "\e723";
}
.el-icon-remove-outline:before {
  content: "\e722";
}
.el-icon-zoom-out:before {
  content: "\e776";
}
.el-icon-zoom-in:before {
  content: "\e777";
}
.el-icon-error:before {
  content: "\e79d";
}
.el-icon-success:before {
  content: "\e79c";
}
.el-icon-circle-plus:before {
  content: "\e7a0";
}
.el-icon-remove:before {
  content: "\e7a2";
}
.el-icon-info:before {
  content: "\e7a1";
}
.el-icon-question:before {
  content: "\e7a4";
}
.el-icon-warning-outline:before {
  content: "\e6c9";
}
.el-icon-warning:before {
  content: "\e7a3";
}
.el-icon-goods:before {
  content: "\e7c2";
}
.el-icon-s-goods:before {
  content: "\e7b2";
}
.el-icon-star-off:before {
  content: "\e717";
}
.el-icon-star-on:before {
  content: "\e797";
}
.el-icon-more-outline:before {
  content: "\e6cc";
}
.el-icon-more:before {
  content: "\e794";
}
.el-icon-phone-outline:before {
  content: "\e6cb";
}
.el-icon-phone:before {
  content: "\e795";
}
.el-icon-user:before {
  content: "\e6e3";
}
.el-icon-user-solid:before {
  content: "\e7a5";
}
.el-icon-setting:before {
  content: "\e6ca";
}
.el-icon-s-tools:before {
  content: "\e7ac";
}
.el-icon-delete:before {
  content: "\e6d7";
}
.el-icon-delete-solid:before {
  content: "\e7c9";
}
.el-icon-eleme:before {
  content: "\e7c7";
}
.el-icon-platform-eleme:before {
  content: "\e7ca";
}
.el-icon-loading {
  animation: rotating 2s linear infinite;
}
.el-icon--right {
  margin-left: 5px;
}
.el-icon--left {
  margin-right: 5px;
}
@keyframes rotating {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.el-affix--fixed {
  position: fixed;
}
.el-alert {
  --el-alert-padding:8px 16px;
  --el-alert-border-radius-base:var(--el-border-radius-base);
  --el-alert-title-font-size:13px;
  --el-alert-description-font-size:12px;
  --el-alert-close-font-size:12px;
  --el-alert-close-customed-font-size:13px;
  --el-alert-icon-size:16px;
  --el-alert-icon-large-size:28px;
  width: 100%;
  padding: var(--el-alert-padding);
  margin: 0;
  box-sizing: border-box;
  border-radius: var(--el-alert-border-radius-base);
  position: relative;
  background-color: var(--el-color-white);
  overflow: hidden;
  opacity: 1;
  display: flex;
  align-items: center;
  transition: opacity var(--el-transition-duration-fast);
}
.el-alert.is-light .el-alert__close-btn {
  color: var(--el-text-color-placeholder);
}
.el-alert.is-dark .el-alert__close-btn {
  color: var(--el-color-white);
}
.el-alert.is-dark .el-alert__description {
  color: var(--el-color-white);
}
.el-alert.is-center {
  justify-content: center;
}
.el-alert--success {
  --el-alert-bg-color:var(--el-color-success-light-9);
}
.el-alert--success.is-light {
  background-color: var(--el-alert-bg-color);
  color: var(--el-color-success);
}
.el-alert--success.is-light .el-alert__description {
  color: var(--el-color-success);
}
.el-alert--success.is-dark {
  background-color: var(--el-color-success);
  color: var(--el-color-white);
}
.el-alert--info {
  --el-alert-bg-color:var(--el-color-info-light-9);
}
.el-alert--info.is-light {
  background-color: var(--el-alert-bg-color);
  color: var(--el-color-info);
}
.el-alert--info.is-light .el-alert__description {
  color: var(--el-color-info);
}
.el-alert--info.is-dark {
  background-color: var(--el-color-info);
  color: var(--el-color-white);
}
.el-alert--warning {
  --el-alert-bg-color:var(--el-color-warning-light-9);
}
.el-alert--warning.is-light {
  background-color: var(--el-alert-bg-color);
  color: var(--el-color-warning);
}
.el-alert--warning.is-light .el-alert__description {
  color: var(--el-color-warning);
}
.el-alert--warning.is-dark {
  background-color: var(--el-color-warning);
  color: var(--el-color-white);
}
.el-alert--error {
  --el-alert-bg-color:var(--el-color-error-light-9);
}
.el-alert--error.is-light {
  background-color: var(--el-alert-bg-color);
  color: var(--el-color-error);
}
.el-alert--error.is-light .el-alert__description {
  color: var(--el-color-error);
}
.el-alert--error.is-dark {
  background-color: var(--el-color-error);
  color: var(--el-color-white);
}
.el-alert__content {
  display: table-cell;
  padding: 0 8px;
}
.el-alert .el-alert__icon {
  font-size: var(--el-alert-icon-size);
  width: var(--el-alert-icon-size);
}
.el-alert .el-alert__icon.is-big {
  font-size: var(--el-alert-icon-large-size);
  width: var(--el-alert-icon-large-size);
}
.el-alert__title {
  font-size: var(--el-alert-title-font-size);
  line-height: 18px;
  vertical-align: text-top;
}
.el-alert__title.is-bold {
  font-weight: bold;
}
.el-alert .el-alert__description {
  font-size: var(--el-alert-description-font-size);
  margin: 5px 0 0 0;
}
.el-alert .el-alert__close-btn {
  font-size: var(--el-alert-close-font-size);
  opacity: 1;
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
}
.el-alert .el-alert__close-btn.is-customed {
  font-style: normal;
  font-size: var(--el-alert-close-customed-font-size);
  top: 9px;
}
.el-alert-fade-enter-from,
.el-alert-fade-leave-active {
  opacity: 0;
}
.el-aside {
  overflow: auto;
  box-sizing: border-box;
  flex-shrink: 0;
  width: var(--el-aside-width, 300px);
}
.el-autocomplete {
  position: relative;
  display: inline-block;
}
.el-autocomplete__popper.el-popper {
  background: var(--el-bg-color-overlay);
  border: 1px solid var(--el-border-color-light);
  box-shadow: var(--el-box-shadow-light);
}
.el-autocomplete__popper.el-popper .el-popper__arrow::before {
  border: 1px solid var(--el-border-color-light);
}
.el-autocomplete__popper.el-popper[data-popper-placement^=top] .el-popper__arrow::before {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
.el-autocomplete__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.el-autocomplete__popper.el-popper[data-popper-placement^=left] .el-popper__arrow::before {
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}
.el-autocomplete__popper.el-popper[data-popper-placement^=right] .el-popper__arrow::before {
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}
.el-autocomplete-suggestion {
  border-radius: var(--el-border-radius-base);
  box-sizing: border-box;
}
.el-autocomplete-suggestion__wrap {
  max-height: 280px;
  padding: 10px 0;
  box-sizing: border-box;
}
.el-autocomplete-suggestion__list {
  margin: 0;
  padding: 0;
}
.el-autocomplete-suggestion li {
  padding: 0 20px;
  margin: 0;
  line-height: 34px;
  cursor: pointer;
  color: var(--el-text-color-regular);
  font-size: var(--el-font-size-base);
  list-style: none;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-autocomplete-suggestion li:hover {
  background-color: var(--el-fill-color-light);
}
.el-autocomplete-suggestion li.highlighted {
  background-color: var(--el-fill-color-light);
}
.el-autocomplete-suggestion li.divider {
  margin-top: 6px;
  border-top: 1px solid var(--el-color-black);
}
.el-autocomplete-suggestion li.divider:last-child {
  margin-bottom: -6px;
}
.el-autocomplete-suggestion.is-loading li {
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  color: var(--el-text-color-secondary);
}
.el-autocomplete-suggestion.is-loading li::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.el-autocomplete-suggestion.is-loading li:hover {
  background-color: var(--el-bg-color-overlay);
}
.el-autocomplete-suggestion.is-loading .el-icon-loading {
  vertical-align: middle;
}
.el-avatar {
  --el-avatar-text-color:var(--el-color-white);
  --el-avatar-bg-color:var(--el-text-color-disabled);
  --el-avatar-text-size:14px;
  --el-avatar-icon-size:18px;
  --el-avatar-border-radius:var(--el-border-radius-base);
  --el-avatar-size-large:56px;
  --el-avatar-size:40px;
  --el-avatar-size-small:24px;
  --el-avatar-size:40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  color: var(--el-avatar-text-color);
  background: var(--el-avatar-bg-color);
  width: var(--el-avatar-size);
  height: var(--el-avatar-size);
  font-size: var(--el-avatar-text-size);
}
.el-avatar > img {
  display: block;
  height: 100%;
}
.el-avatar--circle {
  border-radius: 50%;
}
.el-avatar--square {
  border-radius: var(--el-avatar-border-radius);
}
.el-avatar--icon {
  font-size: var(--el-avatar-icon-size);
}
.el-avatar--small {
  --el-avatar-size:24px;
}
.el-avatar--large {
  --el-avatar-size:56px;
}
.el-backtop {
  --el-backtop-bg-color:var(--el-bg-color-overlay);
  --el-backtop-text-color:var(--el-color-primary);
  --el-backtop-hover-bg-color:var(--el-border-color-extra-light);
  position: fixed;
  background-color: var(--el-backtop-bg-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--el-backtop-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: var(--el-box-shadow-lighter);
  cursor: pointer;
  z-index: 5;
}
.el-backtop:hover {
  background-color: var(--el-backtop-hover-bg-color);
}
.el-backtop__icon {
  font-size: 20px;
}
.el-badge {
  --el-badge-bg-color:var(--el-color-danger);
  --el-badge-radius:10px;
  --el-badge-font-size:12px;
  --el-badge-padding:6px;
  --el-badge-size:18px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.el-badge__content {
  background-color: var(--el-badge-bg-color);
  border-radius: var(--el-badge-radius);
  color: var(--el-color-white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--el-badge-font-size);
  height: var(--el-badge-size);
  padding: 0 var(--el-badge-padding);
  white-space: nowrap;
  border: 1px solid var(--el-bg-color);
}
.el-badge__content.is-fixed {
  position: absolute;
  top: 0;
  right: calc(1px + var(--el-badge-size)/2);
  transform: translateY(-50%) translateX(100%);
}
.el-badge__content.is-fixed.is-dot {
  right: 5px;
}
.el-badge__content.is-dot {
  height: 8px;
  width: 8px;
  padding: 0;
  right: 0;
  border-radius: 50%;
}
.el-badge__content--primary {
  background-color: var(--el-color-primary);
}
.el-badge__content--success {
  background-color: var(--el-color-success);
}
.el-badge__content--warning {
  background-color: var(--el-color-warning);
}
.el-badge__content--info {
  background-color: var(--el-color-info);
}
.el-badge__content--danger {
  background-color: var(--el-color-danger);
}
.el-breadcrumb {
  font-size: 14px;
  line-height: 1;
}
.el-breadcrumb::before,
.el-breadcrumb::after {
  display: table;
  content: "";
}
.el-breadcrumb::after {
  clear: both;
}
.el-breadcrumb__separator {
  margin: 0 9px;
  font-weight: bold;
  color: var(--el-text-color-placeholder);
}
.el-breadcrumb__separator.el-icon {
  margin: 0 6px;
  font-weight: normal;
}
.el-breadcrumb__separator.el-icon svg {
  vertical-align: middle;
}
.el-breadcrumb__item {
  float: left;
  display: flex;
  align-items: center;
}
.el-breadcrumb__inner {
  color: var(--el-text-color-regular);
}
.el-breadcrumb__inner.is-link,
.el-breadcrumb__inner a {
  font-weight: bold;
  text-decoration: none;
  transition: var(--el-transition-color);
  color: var(--el-text-color-primary);
}
.el-breadcrumb__inner.is-link:hover,
.el-breadcrumb__inner a:hover {
  color: var(--el-color-primary);
  cursor: pointer;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
  font-weight: normal;
  color: var(--el-text-color-regular);
  cursor: text;
}
.el-breadcrumb__item:last-child .el-breadcrumb__separator {
  display: none;
}
.el-button-group {
  display: inline-block;
  vertical-align: middle;
}
.el-button-group::before,
.el-button-group::after {
  display: table;
  content: "";
}
.el-button-group::after {
  clear: both;
}
.el-button-group > .el-button {
  float: left;
  position: relative;
}
.el-button-group > .el-button + .el-button {
  margin-left: 0;
}
.el-button-group > .el-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-button-group > .el-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-button-group > .el-button:first-child:last-child {
  border-top-right-radius: var(--el-border-radius-base);
  border-bottom-right-radius: var(--el-border-radius-base);
  border-top-left-radius: var(--el-border-radius-base);
  border-bottom-left-radius: var(--el-border-radius-base);
}
.el-button-group > .el-button:first-child:last-child.is-round {
  border-radius: var(--el-border-radius-round);
}
.el-button-group > .el-button:first-child:last-child.is-circle {
  border-radius: 50%;
}
.el-button-group > .el-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.el-button-group > .el-button:not(:last-child) {
  margin-right: -1px;
}
.el-button-group > .el-button:hover,
.el-button-group > .el-button:focus,
.el-button-group > .el-button:active {
  z-index: 1;
}
.el-button-group > .el-button.is-active {
  z-index: 1;
}
.el-button-group > .el-dropdown > .el-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: var(--el-button-divide-border-color);
}
.el-button-group .el-button--primary:first-child {
  border-right-color: var(--el-button-divide-border-color);
}
.el-button-group .el-button--primary:last-child {
  border-left-color: var(--el-button-divide-border-color);
}
.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
  border-left-color: var(--el-button-divide-border-color);
  border-right-color: var(--el-button-divide-border-color);
}
.el-button-group .el-button--success:first-child {
  border-right-color: var(--el-button-divide-border-color);
}
.el-button-group .el-button--success:last-child {
  border-left-color: var(--el-button-divide-border-color);
}
.el-button-group .el-button--success:not(:first-child):not(:last-child) {
  border-left-color: var(--el-button-divide-border-color);
  border-right-color: var(--el-button-divide-border-color);
}
.el-button-group .el-button--warning:first-child {
  border-right-color: var(--el-button-divide-border-color);
}
.el-button-group .el-button--warning:last-child {
  border-left-color: var(--el-button-divide-border-color);
}
.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
  border-left-color: var(--el-button-divide-border-color);
  border-right-color: var(--el-button-divide-border-color);
}
.el-button-group .el-button--danger:first-child {
  border-right-color: var(--el-button-divide-border-color);
}
.el-button-group .el-button--danger:last-child {
  border-left-color: var(--el-button-divide-border-color);
}
.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
  border-left-color: var(--el-button-divide-border-color);
  border-right-color: var(--el-button-divide-border-color);
}
.el-button-group .el-button--info:first-child {
  border-right-color: var(--el-button-divide-border-color);
}
.el-button-group .el-button--info:last-child {
  border-left-color: var(--el-button-divide-border-color);
}
.el-button-group .el-button--info:not(:first-child):not(:last-child) {
  border-left-color: var(--el-button-divide-border-color);
  border-right-color: var(--el-button-divide-border-color);
}
.el-button {
  --el-button-font-weight:var(--el-font-weight-primary);
  --el-button-border-color:var(--el-border-color);
  --el-button-bg-color:var(--el-fill-color-blank);
  --el-button-text-color:var(--el-text-color-regular);
  --el-button-disabled-text-color:var(--el-disabled-text-color);
  --el-button-disabled-bg-color:var(--el-fill-color-blank);
  --el-button-disabled-border-color:var(--el-border-color-light);
  --el-button-divide-border-color:rgba(255, 255, 255, 0.5);
  --el-button-hover-text-color:var(--el-color-primary);
  --el-button-hover-bg-color:var(--el-color-primary-light-9);
  --el-button-hover-border-color:var(--el-color-primary-light-7);
  --el-button-active-text-color:var(--el-button-hover-text-color);
  --el-button-active-border-color:var(--el-color-primary);
  --el-button-active-bg-color:var(--el-button-hover-bg-color);
  --el-button-outline-color:var(--el-color-primary-light-5);
  --el-button-hover-link-text-color:var(--el-color-info);
  --el-button-active-color:var(--el-text-color-primary);
}
.el-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 40px;
  white-space: nowrap;
  cursor: pointer;
  color: var(--el-button-text-color);
  text-align: center;
  box-sizing: border-box;
  outline: none;
  transition: .1s;
  font-weight: var(--el-button-font-weight);
  user-select: none;
  vertical-align: middle;
  -webkit-appearance: none;
  background-color: var(--el-button-bg-color);
  border: var(--el-border);
  border-color: var(--el-button-border-color);
  padding: 12px 19px;
  font-size: var(--el-font-size-base);
  border-radius: var(--el-border-radius-base);
}
.el-button:hover,
.el-button:focus {
  color: var(--el-button-hover-text-color);
  border-color: var(--el-button-hover-border-color);
  background-color: var(--el-button-hover-bg-color);
  outline: none;
}
.el-button:active {
  color: var(--el-button-active-text-color);
  border-color: var(--el-button-active-border-color);
  background-color: var(--el-button-active-bg-color);
  outline: none;
}
.el-button:focus-visible {
  outline: 2px solid var(--el-button-outline-color);
  outline-offset: 1px;
}
.el-button > span {
  display: inline-flex;
  align-items: center;
}
.el-button + .el-button {
  margin-left: 12px;
}
.el-button.is-round {
  padding: 12px 19px;
}
.el-button::-moz-focus-inner {
  border: 0;
}
.el-button [class*=el-icon] + span {
  margin-left: 6px;
}
.el-button [class*=el-icon] svg {
  vertical-align: bottom;
}
.el-button.is-plain {
  --el-button-hover-text-color:var(--el-color-primary);
  --el-button-hover-bg-color:var(--el-fill-color-blank);
  --el-button-hover-border-color:var(--el-color-primary);
}
.el-button.is-active {
  color: var(--el-button-active-text-color);
  border-color: var(--el-button-active-border-color);
  background-color: var(--el-button-active-bg-color);
  outline: none;
}
.el-button.is-disabled,
.el-button.is-disabled:hover,
.el-button.is-disabled:focus {
  color: var(--el-button-disabled-text-color);
  cursor: not-allowed;
  background-image: none;
  background-color: var(--el-button-disabled-bg-color);
  border-color: var(--el-button-disabled-border-color);
}
.el-button.is-loading {
  position: relative;
  pointer-events: none;
}
.el-button.is-loading:before {
  z-index: 1;
  pointer-events: none;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: var(--el-mask-color-extra-light);
}
.el-button.is-round {
  border-radius: var(--el-border-radius-round);
}
.el-button.is-circle {
  border-radius: 50%;
  padding: 12px;
}
.el-button.is-text {
  color: var(--el-button-text-color);
  border: 0 solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}
.el-button.is-text.is-disabled {
  color: var(--el-button-disabled-text-color);
  background-color: rgba(0, 0, 0, 0) !important;
}
.el-button.is-text:not(.is-disabled):focus-visible {
  outline: 2px solid var(--el-button-outline-color);
  outline-offset: 1px;
}
.el-button.is-text:not(.is-disabled).is-has-bg {
  background-color: var(--el-fill-color-light);
}
.el-button.is-text:not(.is-disabled).is-has-bg:hover,
.el-button.is-text:not(.is-disabled).is-has-bg:focus {
  background-color: var(--el-fill-color);
}
.el-button.is-text:not(.is-disabled).is-has-bg:active {
  background-color: var(--el-fill-color-dark);
}
.el-button__text--expand {
  letter-spacing: .3em;
  margin-right: -0.3em;
}
.el-button.is-link {
  border-color: rgba(0, 0, 0, 0);
  color: var(--el-button-text-color);
  background: rgba(0, 0, 0, 0);
  padding: 2px;
  height: auto;
}
.el-button.is-link:hover,
.el-button.is-link:focus {
  color: var(--el-button-hover-link-text-color);
}
.el-button.is-link.is-disabled {
  color: var(--el-button-disabled-text-color);
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.el-button.is-link:not(.is-disabled):hover,
.el-button.is-link:not(.is-disabled):focus {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.el-button.is-link:not(.is-disabled):active {
  color: var(--el-button-active-color);
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.el-button--text {
  border-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  color: var(--el-color-primary);
  padding-left: 0;
  padding-right: 0;
}
.el-button--text.is-disabled {
  color: var(--el-button-disabled-text-color);
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.el-button--text:not(.is-disabled):hover,
.el-button--text:not(.is-disabled):focus {
  color: var(--el-color-primary-light-3);
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.el-button--text:not(.is-disabled):active {
  color: var(--el-color-primary-dark-2);
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.el-button__link--expand {
  letter-spacing: .3em;
  margin-right: -0.3em;
}
.el-button--primary {
  --el-button-text-color:var(--el-color-white);
  --el-button-bg-color:var(--el-color-primary);
  --el-button-border-color:var(--el-color-primary);
  --el-button-outline-color:var(--el-color-primary-light-5);
  --el-button-active-color:var(--el-color-primary-dark-2);
  --el-button-hover-text-color:var(--el-color-white);
  --el-button-hover-link-text-color:var(--el-color-primary-light-5);
  --el-button-hover-bg-color:var(--el-color-primary-light-3);
  --el-button-hover-border-color:var(--el-color-primary-light-3);
  --el-button-active-bg-color:var(--el-color-primary-dark-2);
  --el-button-active-border-color:var(--el-color-primary-dark-2);
  --el-button-disabled-text-color:var(--el-color-white);
  --el-button-disabled-bg-color:var(--el-color-primary-light-5);
  --el-button-disabled-border-color:var(--el-color-primary-light-5);
}
.el-button--primary.is-plain,
.el-button--primary.is-text,
.el-button--primary.is-link {
  --el-button-text-color:var(--el-color-primary);
  --el-button-bg-color:var(--el-color-primary-light-9);
  --el-button-border-color:var(--el-color-primary-light-5);
  --el-button-hover-text-color:var(--el-color-white);
  --el-button-hover-bg-color:var(--el-color-primary);
  --el-button-hover-border-color:var(--el-color-primary);
  --el-button-active-text-color:var(--el-color-white);
}
.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:hover,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-text.is-disabled,
.el-button--primary.is-text.is-disabled:hover,
.el-button--primary.is-text.is-disabled:focus,
.el-button--primary.is-text.is-disabled:active,
.el-button--primary.is-link.is-disabled,
.el-button--primary.is-link.is-disabled:hover,
.el-button--primary.is-link.is-disabled:focus,
.el-button--primary.is-link.is-disabled:active {
  color: var(--el-color-primary-light-5);
  background-color: var(--el-color-primary-light-9);
  border-color: var(--el-color-primary-light-8);
}
.el-button--success {
  --el-button-text-color:var(--el-color-white);
  --el-button-bg-color:var(--el-color-success);
  --el-button-border-color:var(--el-color-success);
  --el-button-outline-color:var(--el-color-success-light-5);
  --el-button-active-color:var(--el-color-success-dark-2);
  --el-button-hover-text-color:var(--el-color-white);
  --el-button-hover-link-text-color:var(--el-color-success-light-5);
  --el-button-hover-bg-color:var(--el-color-success-light-3);
  --el-button-hover-border-color:var(--el-color-success-light-3);
  --el-button-active-bg-color:var(--el-color-success-dark-2);
  --el-button-active-border-color:var(--el-color-success-dark-2);
  --el-button-disabled-text-color:var(--el-color-white);
  --el-button-disabled-bg-color:var(--el-color-success-light-5);
  --el-button-disabled-border-color:var(--el-color-success-light-5);
}
.el-button--success.is-plain,
.el-button--success.is-text,
.el-button--success.is-link {
  --el-button-text-color:var(--el-color-success);
  --el-button-bg-color:var(--el-color-success-light-9);
  --el-button-border-color:var(--el-color-success-light-5);
  --el-button-hover-text-color:var(--el-color-white);
  --el-button-hover-bg-color:var(--el-color-success);
  --el-button-hover-border-color:var(--el-color-success);
  --el-button-active-text-color:var(--el-color-white);
}
.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:hover,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-text.is-disabled,
.el-button--success.is-text.is-disabled:hover,
.el-button--success.is-text.is-disabled:focus,
.el-button--success.is-text.is-disabled:active,
.el-button--success.is-link.is-disabled,
.el-button--success.is-link.is-disabled:hover,
.el-button--success.is-link.is-disabled:focus,
.el-button--success.is-link.is-disabled:active {
  color: var(--el-color-success-light-5);
  background-color: var(--el-color-success-light-9);
  border-color: var(--el-color-success-light-8);
}
.el-button--warning {
  --el-button-text-color:var(--el-color-white);
  --el-button-bg-color:var(--el-color-warning);
  --el-button-border-color:var(--el-color-warning);
  --el-button-outline-color:var(--el-color-warning-light-5);
  --el-button-active-color:var(--el-color-warning-dark-2);
  --el-button-hover-text-color:var(--el-color-white);
  --el-button-hover-link-text-color:var(--el-color-warning-light-5);
  --el-button-hover-bg-color:var(--el-color-warning-light-3);
  --el-button-hover-border-color:var(--el-color-warning-light-3);
  --el-button-active-bg-color:var(--el-color-warning-dark-2);
  --el-button-active-border-color:var(--el-color-warning-dark-2);
  --el-button-disabled-text-color:var(--el-color-white);
  --el-button-disabled-bg-color:var(--el-color-warning-light-5);
  --el-button-disabled-border-color:var(--el-color-warning-light-5);
}
.el-button--warning.is-plain,
.el-button--warning.is-text,
.el-button--warning.is-link {
  --el-button-text-color:var(--el-color-warning);
  --el-button-bg-color:var(--el-color-warning-light-9);
  --el-button-border-color:var(--el-color-warning-light-5);
  --el-button-hover-text-color:var(--el-color-white);
  --el-button-hover-bg-color:var(--el-color-warning);
  --el-button-hover-border-color:var(--el-color-warning);
  --el-button-active-text-color:var(--el-color-white);
}
.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:hover,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-text.is-disabled,
.el-button--warning.is-text.is-disabled:hover,
.el-button--warning.is-text.is-disabled:focus,
.el-button--warning.is-text.is-disabled:active,
.el-button--warning.is-link.is-disabled,
.el-button--warning.is-link.is-disabled:hover,
.el-button--warning.is-link.is-disabled:focus,
.el-button--warning.is-link.is-disabled:active {
  color: var(--el-color-warning-light-5);
  background-color: var(--el-color-warning-light-9);
  border-color: var(--el-color-warning-light-8);
}
.el-button--danger {
  --el-button-text-color:var(--el-color-white);
  --el-button-bg-color:var(--el-color-danger);
  --el-button-border-color:var(--el-color-danger);
  --el-button-outline-color:var(--el-color-danger-light-5);
  --el-button-active-color:var(--el-color-danger-dark-2);
  --el-button-hover-text-color:var(--el-color-white);
  --el-button-hover-link-text-color:var(--el-color-danger-light-5);
  --el-button-hover-bg-color:var(--el-color-danger-light-3);
  --el-button-hover-border-color:var(--el-color-danger-light-3);
  --el-button-active-bg-color:var(--el-color-danger-dark-2);
  --el-button-active-border-color:var(--el-color-danger-dark-2);
  --el-button-disabled-text-color:var(--el-color-white);
  --el-button-disabled-bg-color:var(--el-color-danger-light-5);
  --el-button-disabled-border-color:var(--el-color-danger-light-5);
}
.el-button--danger.is-plain,
.el-button--danger.is-text,
.el-button--danger.is-link {
  --el-button-text-color:var(--el-color-danger);
  --el-button-bg-color:var(--el-color-danger-light-9);
  --el-button-border-color:var(--el-color-danger-light-5);
  --el-button-hover-text-color:var(--el-color-white);
  --el-button-hover-bg-color:var(--el-color-danger);
  --el-button-hover-border-color:var(--el-color-danger);
  --el-button-active-text-color:var(--el-color-white);
}
.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:hover,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-text.is-disabled,
.el-button--danger.is-text.is-disabled:hover,
.el-button--danger.is-text.is-disabled:focus,
.el-button--danger.is-text.is-disabled:active,
.el-button--danger.is-link.is-disabled,
.el-button--danger.is-link.is-disabled:hover,
.el-button--danger.is-link.is-disabled:focus,
.el-button--danger.is-link.is-disabled:active {
  color: var(--el-color-danger-light-5);
  background-color: var(--el-color-danger-light-9);
  border-color: var(--el-color-danger-light-8);
}
.el-button--info {
  --el-button-text-color:var(--el-color-white);
  --el-button-bg-color:var(--el-color-info);
  --el-button-border-color:var(--el-color-info);
  --el-button-outline-color:var(--el-color-info-light-5);
  --el-button-active-color:var(--el-color-info-dark-2);
  --el-button-hover-text-color:var(--el-color-white);
  --el-button-hover-link-text-color:var(--el-color-info-light-5);
  --el-button-hover-bg-color:var(--el-color-info-light-3);
  --el-button-hover-border-color:var(--el-color-info-light-3);
  --el-button-active-bg-color:var(--el-color-info-dark-2);
  --el-button-active-border-color:var(--el-color-info-dark-2);
  --el-button-disabled-text-color:var(--el-color-white);
  --el-button-disabled-bg-color:var(--el-color-info-light-5);
  --el-button-disabled-border-color:var(--el-color-info-light-5);
}
.el-button--info.is-plain,
.el-button--info.is-text,
.el-button--info.is-link {
  --el-button-text-color:var(--el-color-info);
  --el-button-bg-color:var(--el-color-info-light-9);
  --el-button-border-color:var(--el-color-info-light-5);
  --el-button-hover-text-color:var(--el-color-white);
  --el-button-hover-bg-color:var(--el-color-info);
  --el-button-hover-border-color:var(--el-color-info);
  --el-button-active-text-color:var(--el-color-white);
}
.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:hover,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-text.is-disabled,
.el-button--info.is-text.is-disabled:hover,
.el-button--info.is-text.is-disabled:focus,
.el-button--info.is-text.is-disabled:active,
.el-button--info.is-link.is-disabled,
.el-button--info.is-link.is-disabled:hover,
.el-button--info.is-link.is-disabled:focus,
.el-button--info.is-link.is-disabled:active {
  color: var(--el-color-info-light-5);
  background-color: var(--el-color-info-light-9);
  border-color: var(--el-color-info-light-8);
}
.el-button--large {
  --el-button-size:52px;
  height: var(--el-button-size);
  padding: 16px 23px;
  font-size: var(--el-font-size-base);
  border-radius: var(--el-border-radius-base);
}
.el-button--large [class*=el-icon] + span {
  margin-left: 8px;
}
.el-button--large.is-round {
  padding: 16px 23px;
}
.el-button--large.is-circle {
  width: var(--el-button-size);
  padding: 16px;
}
.el-button--small {
  --el-button-size:34px;
  height: var(--el-button-size);
  padding: 9px 15px;
  font-size: 12px;
  border-radius: calc(var(--el-border-radius-base) - 1px);
}
.el-button--small [class*=el-icon] + span {
  margin-left: 4px;
}
.el-button--small.is-round {
  padding: 9px 15px;
}
.el-button--small.is-circle {
  width: var(--el-button-size);
  padding: 9px;
}
.el-calendar {
  --el-calendar-border:var(--el-table-border, 1px solid var(--el-border-color-lighter));
  --el-calendar-header-border-bottom:var(--el-calendar-border);
  --el-calendar-selected-bg-color:var(--el-color-primary-light-9);
  --el-calendar-cell-width:85px;
  background-color: var(--el-fill-color-blank);
}
.el-calendar__header {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: var(--el-calendar-header-border-bottom);
}
.el-calendar__title {
  color: var(--el-text-color);
  align-self: center;
}
.el-calendar__body {
  padding: 12px 20px 35px;
}
.el-calendar-table {
  table-layout: fixed;
  width: 100%;
}
.el-calendar-table thead th {
  padding: 12px 0;
  color: var(--el-text-color-regular);
  font-weight: normal;
}
.el-calendar-table:not(.is-range) td.prev,
.el-calendar-table:not(.is-range) td.next {
  color: var(--el-text-color-placeholder);
}
.el-calendar-table td {
  border-bottom: var(--el-calendar-border);
  border-right: var(--el-calendar-border);
  vertical-align: top;
  transition: background-color var(--el-transition-duration-fast) ease;
}
.el-calendar-table td.is-selected {
  background-color: var(--el-calendar-selected-bg-color);
}
.el-calendar-table td.is-today {
  color: var(--el-color-primary);
}
.el-calendar-table tr:first-child td {
  border-top: var(--el-calendar-border);
}
.el-calendar-table tr td:first-child {
  border-left: var(--el-calendar-border);
}
.el-calendar-table tr.el-calendar-table__row--hide-border td {
  border-top: none;
}
.el-calendar-table .el-calendar-day {
  box-sizing: border-box;
  padding: 8px;
  height: var(--el-calendar-cell-width);
}
.el-calendar-table .el-calendar-day:hover {
  cursor: pointer;
  background-color: var(--el-calendar-selected-bg-color);
}
.el-card {
  --el-card-border-color:var(--el-border-color-light);
  --el-card-border-radius:4px;
  --el-card-padding:20px;
  --el-card-bg-color:var(--el-fill-color-blank);
}
.el-card {
  border-radius: var(--el-card-border-radius);
  border: 1px solid var(--el-card-border-color);
  background-color: var(--el-card-bg-color);
  overflow: hidden;
  color: var(--el-text-color-primary);
  transition: var(--el-transition-duration);
}
.el-card.is-always-shadow {
  box-shadow: var(--el-box-shadow-light);
}
.el-card.is-hover-shadow:hover,
.el-card.is-hover-shadow:focus {
  box-shadow: var(--el-box-shadow-light);
}
.el-card__header {
  padding: calc(var(--el-card-padding) - 2px) var(--el-card-padding);
  border-bottom: 1px solid var(--el-card-border-color);
  box-sizing: border-box;
}
.el-card__body {
  padding: var(--el-card-padding);
}
.el-carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  z-index: calc(var(--el-index-normal) - 1);
}
.el-carousel__item.is-active {
  z-index: calc(var(--el-index-normal) - 1);
}
.el-carousel__item.is-animating {
  transition: transform .4s ease-in-out;
}
.el-carousel__item--card {
  width: 50%;
  transition: transform .4s ease-in-out;
}
.el-carousel__item--card.is-in-stage {
  cursor: pointer;
  z-index: var(--el-index-normal);
}
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask {
  opacity: .12;
}
.el-carousel__item--card.is-active {
  z-index: calc(var(--el-index-normal) + 1);
}
.el-carousel__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--el-color-white);
  opacity: .24;
  transition: var(--el-transition-duration-fast);
}
.el-carousel {
  --el-carousel-arrow-font-size:12px;
  --el-carousel-arrow-size:36px;
  --el-carousel-arrow-background:rgba(31, 45, 61, 0.11);
  --el-carousel-arrow-hover-background:rgba(31, 45, 61, 0.23);
  --el-carousel-indicator-width:30px;
  --el-carousel-indicator-height:2px;
  --el-carousel-indicator-padding-horizontal:4px;
  --el-carousel-indicator-padding-vertical:12px;
  --el-carousel-indicator-out-color:var(--el-border-color-hover);
  position: relative;
}
.el-carousel--horizontal {
  overflow-x: hidden;
}
.el-carousel--vertical {
  overflow-y: hidden;
}
.el-carousel__container {
  position: relative;
  height: 300px;
}
.el-carousel__arrow {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: var(--el-carousel-arrow-size);
  width: var(--el-carousel-arrow-size);
  cursor: pointer;
  transition: var(--el-transition-duration);
  border-radius: 50%;
  background-color: var(--el-carousel-arrow-background);
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  text-align: center;
  font-size: var(--el-carousel-arrow-font-size);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.el-carousel__arrow--left {
  left: 16px;
}
.el-carousel__arrow--right {
  right: 16px;
}
.el-carousel__arrow:hover {
  background-color: var(--el-carousel-arrow-hover-background);
}
.el-carousel__arrow i {
  cursor: pointer;
}
.el-carousel__indicators {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: calc(var(--el-index-normal) + 1);
}
.el-carousel__indicators--horizontal {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.el-carousel__indicators--vertical {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.el-carousel__indicators--outside {
  bottom: calc(var(--el-carousel-indicator-height) + var(--el-carousel-indicator-padding-vertical)*2);
  text-align: center;
  position: static;
  transform: none;
}
.el-carousel__indicators--outside .el-carousel__indicator:hover button {
  opacity: .64;
}
.el-carousel__indicators--outside button {
  background-color: var(--el-carousel-indicator-out-color);
  opacity: .24;
}
.el-carousel__indicators--labels {
  left: 0;
  right: 0;
  transform: none;
  text-align: center;
}
.el-carousel__indicators--labels .el-carousel__button {
  height: auto;
  width: auto;
  padding: 2px 18px;
  font-size: 12px;
}
.el-carousel__indicators--labels .el-carousel__indicator {
  padding: 6px 4px;
}
.el-carousel__indicator {
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.el-carousel__indicator:hover button {
  opacity: .72;
}
.el-carousel__indicator--horizontal {
  display: inline-block;
  padding: var(--el-carousel-indicator-padding-vertical) var(--el-carousel-indicator-padding-horizontal);
}
.el-carousel__indicator--vertical {
  padding: var(--el-carousel-indicator-padding-horizontal) var(--el-carousel-indicator-padding-vertical);
}
.el-carousel__indicator--vertical .el-carousel__button {
  width: var(--el-carousel-indicator-height);
  height: calc(var(--el-carousel-indicator-width)/2);
}
.el-carousel__indicator.is-active button {
  opacity: 1;
}
.el-carousel__button {
  display: block;
  opacity: .48;
  width: var(--el-carousel-indicator-width);
  height: var(--el-carousel-indicator-height);
  background-color: #fff;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: var(--el-transition-duration);
}
.carousel-arrow-left-enter-from,
.carousel-arrow-left-leave-active {
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
}
.carousel-arrow-right-enter-from,
.carousel-arrow-right-leave-active {
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
}
.el-cascader-panel {
  --el-cascader-menu-text-color:var(--el-text-color-regular);
  --el-cascader-menu-selected-text-color:var(--el-color-primary);
  --el-cascader-menu-fill:var(--el-bg-color-overlay);
  --el-cascader-menu-font-size:var(--el-font-size-base);
  --el-cascader-menu-radius:var(--el-border-radius-base);
  --el-cascader-menu-border:solid 1px var(--el-border-color-light);
  --el-cascader-menu-shadow:var(--el-box-shadow-light);
  --el-cascader-node-background-hover:var(--el-fill-color-light);
  --el-cascader-node-color-disabled:var(--el-text-color-placeholder);
  --el-cascader-color-empty:var(--el-text-color-placeholder);
  --el-cascader-tag-background:var(--el-fill-color);
}
.el-cascader-panel {
  display: flex;
  border-radius: var(--el-cascader-menu-radius);
  font-size: var(--el-cascader-menu-font-size);
}
.el-cascader-panel.is-bordered {
  border: var(--el-cascader-menu-border);
  border-radius: var(--el-cascader-menu-radius);
}
.el-cascader-menu {
  min-width: 180px;
  box-sizing: border-box;
  color: var(--el-cascader-menu-text-color);
  border-right: var(--el-cascader-menu-border);
}
.el-cascader-menu:last-child {
  border-right: none;
}
.el-cascader-menu:last-child .el-cascader-node {
  padding-right: 20px;
}
.el-cascader-menu__wrap.el-scrollbar__wrap {
  height: 204px;
}
.el-cascader-menu__list {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  box-sizing: border-box;
}
.el-cascader-menu__hover-zone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.el-cascader-menu__empty-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  color: var(--el-cascader-color-empty);
}
.el-cascader-menu__empty-text .is-loading {
  margin-right: 2px;
}
.el-cascader-node {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px 0 20px;
  height: 34px;
  line-height: 34px;
  outline: none;
}
.el-cascader-node.is-selectable.in-active-path {
  color: var(--el-cascader-menu-text-color);
}
.el-cascader-node.in-active-path,
.el-cascader-node.is-selectable.in-checked-path,
.el-cascader-node.is-active {
  color: var(--el-cascader-menu-selected-text-color);
  font-weight: bold;
}
.el-cascader-node:not(.is-disabled) {
  cursor: pointer;
}
.el-cascader-node:not(.is-disabled):hover,
.el-cascader-node:not(.is-disabled):focus {
  background: var(--el-cascader-node-background-hover);
}
.el-cascader-node.is-disabled {
  color: var(--el-cascader-node-color-disabled);
  cursor: not-allowed;
}
.el-cascader-node__prefix {
  position: absolute;
  left: 10px;
}
.el-cascader-node__postfix {
  position: absolute;
  right: 10px;
}
.el-cascader-node__label {
  flex: 1;
  text-align: left;
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-cascader-node > .el-radio {
  margin-right: 0;
}
.el-cascader-node > .el-radio .el-radio__label {
  padding-left: 0;
}
.el-cascader {
  --el-cascader-menu-text-color:var(--el-text-color-regular);
  --el-cascader-menu-selected-text-color:var(--el-color-primary);
  --el-cascader-menu-fill:var(--el-bg-color-overlay);
  --el-cascader-menu-font-size:var(--el-font-size-base);
  --el-cascader-menu-radius:var(--el-border-radius-base);
  --el-cascader-menu-border:solid 1px var(--el-border-color-light);
  --el-cascader-menu-shadow:var(--el-box-shadow-light);
  --el-cascader-node-background-hover:var(--el-fill-color-light);
  --el-cascader-node-color-disabled:var(--el-text-color-placeholder);
  --el-cascader-color-empty:var(--el-text-color-placeholder);
  --el-cascader-tag-background:var(--el-fill-color);
  display: inline-block;
  position: relative;
  font-size: var(--el-font-size-base);
  line-height: 40px;
  outline: none;
}
.el-cascader:not(.is-disabled):hover .el-input__wrapper {
  cursor: pointer;
  box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset;
}
.el-cascader .el-input {
  cursor: pointer;
}
.el-cascader .el-input .el-input__inner {
  text-overflow: ellipsis;
  cursor: pointer;
}
.el-cascader .el-input .el-input__inner::selection {
  outline: none;
}
.el-cascader .el-input .el-input__suffix-inner .el-icon {
  height: calc(100% - 2px);
}
.el-cascader .el-input .el-input__suffix-inner .el-icon svg {
  vertical-align: middle;
}
.el-cascader .el-input .icon-arrow-down {
  transition: transform var(--el-transition-duration);
  font-size: 14px;
}
.el-cascader .el-input .icon-arrow-down.is-reverse {
  transform: rotateZ(180deg);
}
.el-cascader .el-input .icon-circle-close:hover {
  color: var(--el-input-clear-hover-color, var(--el-text-color-secondary));
}
.el-cascader .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 1px var(--el-input-focus-border-color, var(--el-color-primary)) inset;
}
.el-cascader--large {
  font-size: 14px;
  line-height: 52px;
}
.el-cascader--small {
  font-size: 12px;
  line-height: 34px;
}
.el-cascader.is-disabled .el-cascader__label {
  z-index: calc(var(--el-index-normal) + 1);
  color: var(--el-disabled-text-color);
}
.el-cascader__dropdown {
  --el-cascader-menu-text-color:var(--el-text-color-regular);
  --el-cascader-menu-selected-text-color:var(--el-color-primary);
  --el-cascader-menu-fill:var(--el-bg-color-overlay);
  --el-cascader-menu-font-size:var(--el-font-size-base);
  --el-cascader-menu-radius:var(--el-border-radius-base);
  --el-cascader-menu-border:solid 1px var(--el-border-color-light);
  --el-cascader-menu-shadow:var(--el-box-shadow-light);
  --el-cascader-node-background-hover:var(--el-fill-color-light);
  --el-cascader-node-color-disabled:var(--el-text-color-placeholder);
  --el-cascader-color-empty:var(--el-text-color-placeholder);
  --el-cascader-tag-background:var(--el-fill-color);
}
.el-cascader__dropdown {
  font-size: var(--el-cascader-menu-font-size);
  border-radius: var(--el-cascader-menu-radius);
}
.el-cascader__dropdown.el-popper {
  background: var(--el-cascader-menu-fill);
  border: var(--el-cascader-menu-border);
  box-shadow: var(--el-cascader-menu-shadow);
}
.el-cascader__dropdown.el-popper .el-popper__arrow::before {
  border: var(--el-cascader-menu-border);
}
.el-cascader__dropdown.el-popper[data-popper-placement^=top] .el-popper__arrow::before {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
.el-cascader__dropdown.el-popper[data-popper-placement^=bottom] .el-popper__arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.el-cascader__dropdown.el-popper[data-popper-placement^=left] .el-popper__arrow::before {
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}
.el-cascader__dropdown.el-popper[data-popper-placement^=right] .el-popper__arrow::before {
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}
.el-cascader__dropdown.el-popper {
  box-shadow: var(--el-cascader-menu-shadow);
}
.el-cascader__tags {
  position: absolute;
  left: 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
  text-align: left;
  box-sizing: border-box;
}
.el-cascader__tags .el-tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 2px 0 2px 6px;
  text-overflow: ellipsis;
  background: var(--el-cascader-tag-background);
}
.el-cascader__tags .el-tag:not(.is-hit) {
  border-color: rgba(0, 0, 0, 0);
}
.el-cascader__tags .el-tag > span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-cascader__tags .el-tag .el-icon-close {
  flex: none;
  background-color: var(--el-text-color-placeholder);
  color: var(--el-color-white);
}
.el-cascader__tags .el-tag .el-icon-close:hover {
  background-color: var(--el-text-color-secondary);
}
.el-cascader__collapse-tags {
  white-space: normal;
  z-index: var(--el-index-normal);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.el-cascader__collapse-tag {
  line-height: inherit;
  height: inherit;
  display: flex;
}
.el-cascader__suggestion-panel {
  border-radius: var(--el-cascader-menu-radius);
}
.el-cascader__suggestion-list {
  max-height: 204px;
  margin: 0;
  padding: 6px 0;
  font-size: var(--el-font-size-base);
  color: var(--el-cascader-menu-text-color);
  text-align: center;
}
.el-cascader__suggestion-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  padding: 0 15px;
  text-align: left;
  outline: none;
  cursor: pointer;
}
.el-cascader__suggestion-item:hover,
.el-cascader__suggestion-item:focus {
  background: var(--el-cascader-node-background-hover);
}
.el-cascader__suggestion-item.is-checked {
  color: var(--el-cascader-menu-selected-text-color);
  font-weight: bold;
}
.el-cascader__suggestion-item > span {
  margin-right: 10px;
}
.el-cascader__empty-text {
  margin: 10px 0;
  color: var(--el-cascader-color-empty);
}
.el-cascader__search-input {
  flex: 1;
  height: 24px;
  min-width: 60px;
  margin: 2px 0 2px 11px;
  padding: 0;
  color: var(--el-cascader-menu-text-color);
  border: none;
  outline: none;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
}
.el-cascader__search-input::placeholder {
  color: rgba(0, 0, 0, 0);
}
.el-check-tag {
  background-color: var(--el-color-info-light-9);
  border-radius: var(--el-border-radius-base);
  color: var(--el-color-info);
  cursor: pointer;
  display: inline-block;
  font-size: var(--el-font-size-base);
  line-height: var(--el-font-size-base);
  padding: 7px 15px;
  transition: var(--el-transition-all);
  font-weight: bold;
}
.el-check-tag:hover {
  background-color: var(--el-color-info-light-7);
}
.el-check-tag.is-checked {
  background-color: var(--el-color-primary-light-8);
  color: var(--el-color-primary);
}
.el-check-tag.is-checked:hover {
  background-color: var(--el-color-primary-light-7);
}
.el-checkbox-button {
  --el-checkbox-button-checked-bg-color:var(--el-color-primary);
  --el-checkbox-button-checked-text-color:var(--el-color-white);
  --el-checkbox-button-checked-border-color:var(--el-color-primary);
}
.el-checkbox-button {
  position: relative;
  display: inline-block;
}
.el-checkbox-button__inner {
  display: inline-block;
  line-height: 1;
  font-weight: var(--el-checkbox-font-weight);
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: var(--el-button-bg-color, var(--el-fill-color-blank));
  border: var(--el-border);
  border-left: 0;
  color: var(--el-button-text-color, var(--el-text-color-regular));
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  position: relative;
  transition: var(--el-transition-all);
  user-select: none;
  padding: 12px 19px;
  font-size: var(--el-font-size-base);
  border-radius: 0;
}
.el-checkbox-button__inner.is-round {
  padding: 12px 19px;
}
.el-checkbox-button__inner:hover {
  color: var(--el-color-primary);
}
.el-checkbox-button__inner [class*=el-icon-] {
  line-height: .9;
}
.el-checkbox-button__inner [class*=el-icon-] + span {
  margin-left: 5px;
}
.el-checkbox-button__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  z-index: -1;
}
.el-checkbox-button.is-checked .el-checkbox-button__inner {
  color: var(--el-checkbox-button-checked-text-color);
  background-color: var(--el-checkbox-button-checked-bg-color);
  border-color: var(--el-checkbox-button-checked-border-color);
  box-shadow: -1px 0 0 0 var(--el-color-primary-light-7);
}
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
  border-left-color: var(--el-checkbox-button-checked-border-color);
}
.el-checkbox-button.is-disabled .el-checkbox-button__inner {
  color: var(--el-disabled-text-color);
  cursor: not-allowed;
  background-image: none;
  background-color: var(--el-button-disabled-bg-color, var(--el-fill-color-blank));
  border-color: var(--el-button-disabled-border-color, var(--el-border-color-light));
  box-shadow: none;
}
.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
  border-left-color: var(--el-button-disabled-border-color, var(--el-border-color-light));
}
.el-checkbox-button:first-child .el-checkbox-button__inner {
  border-left: var(--el-border);
  border-radius: var(--el-border-radius-base) 0 0 var(--el-border-radius-base);
  box-shadow: none !important;
}
.el-checkbox-button.is-focus .el-checkbox-button__inner {
  border-color: var(--el-checkbox-button-checked-border-color);
}
.el-checkbox-button:last-child .el-checkbox-button__inner {
  border-radius: 0 var(--el-border-radius-base) var(--el-border-radius-base) 0;
}
.el-checkbox-button--large .el-checkbox-button__inner {
  padding: 16px 23px;
  font-size: var(--el-font-size-base);
  border-radius: 0;
}
.el-checkbox-button--large .el-checkbox-button__inner.is-round {
  padding: 16px 23px;
}
.el-checkbox-button--small .el-checkbox-button__inner {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button--small .el-checkbox-button__inner.is-round {
  padding: 9px 15px;
}
.el-checkbox-group {
  font-size: 0;
  line-height: 0;
}
.el-checkbox {
  --el-checkbox-font-size:14px;
  --el-checkbox-font-weight:var(--el-font-weight-primary);
  --el-checkbox-text-color:var(--el-text-color-regular);
  --el-checkbox-input-height:14px;
  --el-checkbox-input-width:14px;
  --el-checkbox-border-radius:var(--el-border-radius-small);
  --el-checkbox-bg-color:var(--el-fill-color-blank);
  --el-checkbox-input-border:var(--el-border);
  --el-checkbox-disabled-border-color:var(--el-border-color);
  --el-checkbox-disabled-input-fill:var(--el-fill-color-light);
  --el-checkbox-disabled-icon-color:var(--el-text-color-placeholder);
  --el-checkbox-disabled-checked-input-fill:var(--el-border-color-extra-light);
  --el-checkbox-disabled-checked-input-border-color:var(--el-border-color);
  --el-checkbox-disabled-checked-icon-color:var(--el-text-color-placeholder);
  --el-checkbox-checked-text-color:var(--el-color-primary);
  --el-checkbox-checked-input-border-color:var(--el-color-primary);
  --el-checkbox-checked-bg-color:var(--el-color-primary);
  --el-checkbox-checked-icon-color:var(--el-color-white);
  --el-checkbox-input-border-color-hover:var(--el-color-primary);
}
.el-checkbox {
  color: var(--el-checkbox-text-color);
  font-weight: var(--el-checkbox-font-weight);
  font-size: var(--el-font-size-base);
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  user-select: none;
  margin-right: 30px;
  height: 40px;
}
.el-checkbox.is-bordered {
  padding: 0 15px 0 9px;
  border-radius: var(--el-border-radius-base);
  border: var(--el-border);
  box-sizing: border-box;
}
.el-checkbox.is-bordered.is-checked {
  border-color: var(--el-color-primary);
}
.el-checkbox.is-bordered.is-disabled {
  border-color: var(--el-border-color-lighter);
  cursor: not-allowed;
}
.el-checkbox.is-bordered.el-checkbox--large {
  padding: 0 19px 0 11px;
  border-radius: var(--el-border-radius-base);
}
.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__label {
  font-size: var(--el-font-size-base);
}
.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__inner {
  height: 14px;
  width: 14px;
}
.el-checkbox.is-bordered.el-checkbox--small {
  padding: 0 11px 0 7px;
  border-radius: calc(var(--el-border-radius-base) - 1px);
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  height: 12px;
  width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}
.el-checkbox input:focus-visible + .el-checkbox__inner {
  outline: 2px solid var(--el-checkbox-input-border-color-hover);
  outline-offset: 1px;
  border-radius: var(--el-checkbox-border-radius);
}
.el-checkbox__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-flex;
  position: relative;
}
.el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: var(--el-checkbox-disabled-input-fill);
  border-color: var(--el-checkbox-disabled-border-color);
  cursor: not-allowed;
}
.el-checkbox__input.is-disabled .el-checkbox__inner::after {
  cursor: not-allowed;
  border-color: var(--el-checkbox-disabled-icon-color);
}
.el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
  cursor: not-allowed;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: var(--el-checkbox-disabled-checked-input-fill);
  border-color: var(--el-checkbox-disabled-checked-input-border-color);
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: var(--el-checkbox-disabled-checked-icon-color);
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  background-color: var(--el-checkbox-disabled-checked-input-fill);
  border-color: var(--el-checkbox-disabled-checked-input-border-color);
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
  background-color: var(--el-checkbox-disabled-checked-icon-color);
  border-color: var(--el-checkbox-disabled-checked-icon-color);
}
.el-checkbox__input.is-disabled + span.el-checkbox__label {
  color: var(--el-disabled-text-color);
  cursor: not-allowed;
}
.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: var(--el-checkbox-checked-bg-color);
  border-color: var(--el-checkbox-checked-input-border-color);
}
.el-checkbox__input.is-checked .el-checkbox__inner::after {
  transform: rotate(45deg) scaleY(1);
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: var(--el-checkbox-checked-text-color);
}
.el-checkbox__input.is-focus:not(.is-checked) .el-checkbox__original:not(:focus-visible) {
  border-color: var(--el-checkbox-input-border-color-hover);
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: var(--el-checkbox-checked-bg-color);
  border-color: var(--el-checkbox-checked-input-border-color);
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  content: "";
  position: absolute;
  display: block;
  background-color: var(--el-checkbox-checked-icon-color);
  height: 2px;
  transform: scale(0.5);
  left: 0;
  right: 0;
  top: 5px;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
  display: none;
}
.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: var(--el-checkbox-input-border);
  border-radius: var(--el-checkbox-border-radius);
  box-sizing: border-box;
  width: var(--el-checkbox-input-width);
  height: var(--el-checkbox-input-height);
  background-color: var(--el-checkbox-bg-color);
  z-index: var(--el-index-normal);
  transition:
    border-color .25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
    background-color .25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
    outline .25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.el-checkbox__inner:hover {
  border-color: var(--el-checkbox-input-border-color-hover);
}
.el-checkbox__inner::after {
  box-sizing: content-box;
  content: "";
  border: 1px solid var(--el-checkbox-checked-icon-color);
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform .15s ease-in .05s;
  transform-origin: center;
}
.el-checkbox__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.el-checkbox__label {
  display: inline-block;
  padding-left: 8px;
  line-height: 1;
  font-size: var(--el-checkbox-font-size);
}
.el-checkbox.el-checkbox--large {
  height: 52px;
}
.el-checkbox.el-checkbox--large .el-checkbox__label {
  font-size: 14px;
}
.el-checkbox.el-checkbox--large .el-checkbox__inner {
  width: 14px;
  height: 14px;
}
.el-checkbox.el-checkbox--small {
  height: 34px;
}
.el-checkbox.el-checkbox--small .el-checkbox__label {
  font-size: 12px;
}
.el-checkbox.el-checkbox--small .el-checkbox__inner {
  width: 12px;
  height: 12px;
}
.el-checkbox.el-checkbox--small .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  top: 4px;
}
.el-checkbox.el-checkbox--small .el-checkbox__inner::after {
  width: 2px;
  height: 6px;
}
.el-checkbox:last-of-type {
  margin-right: 0;
}
[class*=el-col-] {
  box-sizing: border-box;
}
[class*=el-col-].is-guttered {
  display: block;
  min-height: 1px;
}
.el-col-0 {
  display: none;
}
.el-col-0.is-guttered {
  display: none;
}
.el-col-0 {
  max-width: 0%;
  flex: 0 0 0%;
}
.el-col-offset-0 {
  margin-left: 0%;
}
.el-col-pull-0 {
  position: relative;
  right: 0%;
}
.el-col-push-0 {
  position: relative;
  left: 0%;
}
.el-col-1 {
  max-width: 4.1666666667%;
  flex: 0 0 4.1666666667%;
}
.el-col-offset-1 {
  margin-left: 4.1666666667%;
}
.el-col-pull-1 {
  position: relative;
  right: 4.1666666667%;
}
.el-col-push-1 {
  position: relative;
  left: 4.1666666667%;
}
.el-col-2 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%;
}
.el-col-offset-2 {
  margin-left: 8.3333333333%;
}
.el-col-pull-2 {
  position: relative;
  right: 8.3333333333%;
}
.el-col-push-2 {
  position: relative;
  left: 8.3333333333%;
}
.el-col-3 {
  max-width: 12.5%;
  flex: 0 0 12.5%;
}
.el-col-offset-3 {
  margin-left: 12.5%;
}
.el-col-pull-3 {
  position: relative;
  right: 12.5%;
}
.el-col-push-3 {
  position: relative;
  left: 12.5%;
}
.el-col-4 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}
.el-col-offset-4 {
  margin-left: 16.6666666667%;
}
.el-col-pull-4 {
  position: relative;
  right: 16.6666666667%;
}
.el-col-push-4 {
  position: relative;
  left: 16.6666666667%;
}
.el-col-5 {
  max-width: 20.8333333333%;
  flex: 0 0 20.8333333333%;
}
.el-col-offset-5 {
  margin-left: 20.8333333333%;
}
.el-col-pull-5 {
  position: relative;
  right: 20.8333333333%;
}
.el-col-push-5 {
  position: relative;
  left: 20.8333333333%;
}
.el-col-6 {
  max-width: 25%;
  flex: 0 0 25%;
}
.el-col-offset-6 {
  margin-left: 25%;
}
.el-col-pull-6 {
  position: relative;
  right: 25%;
}
.el-col-push-6 {
  position: relative;
  left: 25%;
}
.el-col-7 {
  max-width: 29.1666666667%;
  flex: 0 0 29.1666666667%;
}
.el-col-offset-7 {
  margin-left: 29.1666666667%;
}
.el-col-pull-7 {
  position: relative;
  right: 29.1666666667%;
}
.el-col-push-7 {
  position: relative;
  left: 29.1666666667%;
}
.el-col-8 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
.el-col-offset-8 {
  margin-left: 33.3333333333%;
}
.el-col-pull-8 {
  position: relative;
  right: 33.3333333333%;
}
.el-col-push-8 {
  position: relative;
  left: 33.3333333333%;
}
.el-col-9 {
  max-width: 37.5%;
  flex: 0 0 37.5%;
}
.el-col-offset-9 {
  margin-left: 37.5%;
}
.el-col-pull-9 {
  position: relative;
  right: 37.5%;
}
.el-col-push-9 {
  position: relative;
  left: 37.5%;
}
.el-col-10 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
}
.el-col-offset-10 {
  margin-left: 41.6666666667%;
}
.el-col-pull-10 {
  position: relative;
  right: 41.6666666667%;
}
.el-col-push-10 {
  position: relative;
  left: 41.6666666667%;
}
.el-col-11 {
  max-width: 45.8333333333%;
  flex: 0 0 45.8333333333%;
}
.el-col-offset-11 {
  margin-left: 45.8333333333%;
}
.el-col-pull-11 {
  position: relative;
  right: 45.8333333333%;
}
.el-col-push-11 {
  position: relative;
  left: 45.8333333333%;
}
.el-col-12 {
  max-width: 50%;
  flex: 0 0 50%;
}
.el-col-offset-12 {
  margin-left: 50%;
}
.el-col-pull-12 {
  position: relative;
  right: 50%;
}
.el-col-push-12 {
  position: relative;
  left: 50%;
}
.el-col-13 {
  max-width: 54.1666666667%;
  flex: 0 0 54.1666666667%;
}
.el-col-offset-13 {
  margin-left: 54.1666666667%;
}
.el-col-pull-13 {
  position: relative;
  right: 54.1666666667%;
}
.el-col-push-13 {
  position: relative;
  left: 54.1666666667%;
}
.el-col-14 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%;
}
.el-col-offset-14 {
  margin-left: 58.3333333333%;
}
.el-col-pull-14 {
  position: relative;
  right: 58.3333333333%;
}
.el-col-push-14 {
  position: relative;
  left: 58.3333333333%;
}
.el-col-15 {
  max-width: 62.5%;
  flex: 0 0 62.5%;
}
.el-col-offset-15 {
  margin-left: 62.5%;
}
.el-col-pull-15 {
  position: relative;
  right: 62.5%;
}
.el-col-push-15 {
  position: relative;
  left: 62.5%;
}
.el-col-16 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}
.el-col-offset-16 {
  margin-left: 66.6666666667%;
}
.el-col-pull-16 {
  position: relative;
  right: 66.6666666667%;
}
.el-col-push-16 {
  position: relative;
  left: 66.6666666667%;
}
.el-col-17 {
  max-width: 70.8333333333%;
  flex: 0 0 70.8333333333%;
}
.el-col-offset-17 {
  margin-left: 70.8333333333%;
}
.el-col-pull-17 {
  position: relative;
  right: 70.8333333333%;
}
.el-col-push-17 {
  position: relative;
  left: 70.8333333333%;
}
.el-col-18 {
  max-width: 75%;
  flex: 0 0 75%;
}
.el-col-offset-18 {
  margin-left: 75%;
}
.el-col-pull-18 {
  position: relative;
  right: 75%;
}
.el-col-push-18 {
  position: relative;
  left: 75%;
}
.el-col-19 {
  max-width: 79.1666666667%;
  flex: 0 0 79.1666666667%;
}
.el-col-offset-19 {
  margin-left: 79.1666666667%;
}
.el-col-pull-19 {
  position: relative;
  right: 79.1666666667%;
}
.el-col-push-19 {
  position: relative;
  left: 79.1666666667%;
}
.el-col-20 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%;
}
.el-col-offset-20 {
  margin-left: 83.3333333333%;
}
.el-col-pull-20 {
  position: relative;
  right: 83.3333333333%;
}
.el-col-push-20 {
  position: relative;
  left: 83.3333333333%;
}
.el-col-21 {
  max-width: 87.5%;
  flex: 0 0 87.5%;
}
.el-col-offset-21 {
  margin-left: 87.5%;
}
.el-col-pull-21 {
  position: relative;
  right: 87.5%;
}
.el-col-push-21 {
  position: relative;
  left: 87.5%;
}
.el-col-22 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%;
}
.el-col-offset-22 {
  margin-left: 91.6666666667%;
}
.el-col-pull-22 {
  position: relative;
  right: 91.6666666667%;
}
.el-col-push-22 {
  position: relative;
  left: 91.6666666667%;
}
.el-col-23 {
  max-width: 95.8333333333%;
  flex: 0 0 95.8333333333%;
}
.el-col-offset-23 {
  margin-left: 95.8333333333%;
}
.el-col-pull-23 {
  position: relative;
  right: 95.8333333333%;
}
.el-col-push-23 {
  position: relative;
  left: 95.8333333333%;
}
.el-col-24 {
  max-width: 100%;
  flex: 0 0 100%;
}
.el-col-offset-24 {
  margin-left: 100%;
}
.el-col-pull-24 {
  position: relative;
  right: 100%;
}
.el-col-push-24 {
  position: relative;
  left: 100%;
}
@media only screen and (max-width: 768px) {
  .el-col-xs-0 {
    display: none;
  }
  .el-col-xs-0.is-guttered {
    display: none;
  }
  .el-col-xs-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .el-col-xs-offset-0 {
    margin-left: 0%;
  }
  .el-col-xs-pull-0 {
    position: relative;
    right: 0%;
  }
  .el-col-xs-push-0 {
    position: relative;
    left: 0%;
  }
  .el-col-xs-1 {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%;
  }
  .el-col-xs-offset-1 {
    margin-left: 4.1666666667%;
  }
  .el-col-xs-pull-1 {
    position: relative;
    right: 4.1666666667%;
  }
  .el-col-xs-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .el-col-xs-2 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .el-col-xs-offset-2 {
    margin-left: 8.3333333333%;
  }
  .el-col-xs-pull-2 {
    position: relative;
    right: 8.3333333333%;
  }
  .el-col-xs-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .el-col-xs-3 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
  .el-col-xs-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-xs-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-xs-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-xs-4 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .el-col-xs-offset-4 {
    margin-left: 16.6666666667%;
  }
  .el-col-xs-pull-4 {
    position: relative;
    right: 16.6666666667%;
  }
  .el-col-xs-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .el-col-xs-5 {
    display: block;
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%;
  }
  .el-col-xs-offset-5 {
    margin-left: 20.8333333333%;
  }
  .el-col-xs-pull-5 {
    position: relative;
    right: 20.8333333333%;
  }
  .el-col-xs-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .el-col-xs-6 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .el-col-xs-offset-6 {
    margin-left: 25%;
  }
  .el-col-xs-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-xs-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-xs-7 {
    display: block;
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%;
  }
  .el-col-xs-offset-7 {
    margin-left: 29.1666666667%;
  }
  .el-col-xs-pull-7 {
    position: relative;
    right: 29.1666666667%;
  }
  .el-col-xs-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .el-col-xs-8 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .el-col-xs-offset-8 {
    margin-left: 33.3333333333%;
  }
  .el-col-xs-pull-8 {
    position: relative;
    right: 33.3333333333%;
  }
  .el-col-xs-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .el-col-xs-9 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%;
  }
  .el-col-xs-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-xs-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-xs-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-xs-10 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .el-col-xs-offset-10 {
    margin-left: 41.6666666667%;
  }
  .el-col-xs-pull-10 {
    position: relative;
    right: 41.6666666667%;
  }
  .el-col-xs-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .el-col-xs-11 {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
  }
  .el-col-xs-offset-11 {
    margin-left: 45.8333333333%;
  }
  .el-col-xs-pull-11 {
    position: relative;
    right: 45.8333333333%;
  }
  .el-col-xs-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .el-col-xs-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .el-col-xs-offset-12 {
    margin-left: 50%;
  }
  .el-col-xs-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-xs-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-xs-13 {
    display: block;
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
  }
  .el-col-xs-offset-13 {
    margin-left: 54.1666666667%;
  }
  .el-col-xs-pull-13 {
    position: relative;
    right: 54.1666666667%;
  }
  .el-col-xs-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .el-col-xs-14 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .el-col-xs-offset-14 {
    margin-left: 58.3333333333%;
  }
  .el-col-xs-pull-14 {
    position: relative;
    right: 58.3333333333%;
  }
  .el-col-xs-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .el-col-xs-15 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }
  .el-col-xs-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-xs-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-xs-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-xs-16 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .el-col-xs-offset-16 {
    margin-left: 66.6666666667%;
  }
  .el-col-xs-pull-16 {
    position: relative;
    right: 66.6666666667%;
  }
  .el-col-xs-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .el-col-xs-17 {
    display: block;
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%;
  }
  .el-col-xs-offset-17 {
    margin-left: 70.8333333333%;
  }
  .el-col-xs-pull-17 {
    position: relative;
    right: 70.8333333333%;
  }
  .el-col-xs-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .el-col-xs-18 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .el-col-xs-offset-18 {
    margin-left: 75%;
  }
  .el-col-xs-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-xs-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-xs-19 {
    display: block;
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%;
  }
  .el-col-xs-offset-19 {
    margin-left: 79.1666666667%;
  }
  .el-col-xs-pull-19 {
    position: relative;
    right: 79.1666666667%;
  }
  .el-col-xs-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .el-col-xs-20 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .el-col-xs-offset-20 {
    margin-left: 83.3333333333%;
  }
  .el-col-xs-pull-20 {
    position: relative;
    right: 83.3333333333%;
  }
  .el-col-xs-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .el-col-xs-21 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%;
  }
  .el-col-xs-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-xs-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-xs-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-xs-22 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .el-col-xs-offset-22 {
    margin-left: 91.6666666667%;
  }
  .el-col-xs-pull-22 {
    position: relative;
    right: 91.6666666667%;
  }
  .el-col-xs-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .el-col-xs-23 {
    display: block;
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%;
  }
  .el-col-xs-offset-23 {
    margin-left: 95.8333333333%;
  }
  .el-col-xs-pull-23 {
    position: relative;
    right: 95.8333333333%;
  }
  .el-col-xs-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .el-col-xs-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .el-col-xs-offset-24 {
    margin-left: 100%;
  }
  .el-col-xs-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-xs-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .el-col-sm-0 {
    display: none;
  }
  .el-col-sm-0.is-guttered {
    display: none;
  }
  .el-col-sm-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .el-col-sm-offset-0 {
    margin-left: 0%;
  }
  .el-col-sm-pull-0 {
    position: relative;
    right: 0%;
  }
  .el-col-sm-push-0 {
    position: relative;
    left: 0%;
  }
  .el-col-sm-1 {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%;
  }
  .el-col-sm-offset-1 {
    margin-left: 4.1666666667%;
  }
  .el-col-sm-pull-1 {
    position: relative;
    right: 4.1666666667%;
  }
  .el-col-sm-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .el-col-sm-2 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .el-col-sm-offset-2 {
    margin-left: 8.3333333333%;
  }
  .el-col-sm-pull-2 {
    position: relative;
    right: 8.3333333333%;
  }
  .el-col-sm-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .el-col-sm-3 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
  .el-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-sm-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-sm-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-sm-4 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .el-col-sm-offset-4 {
    margin-left: 16.6666666667%;
  }
  .el-col-sm-pull-4 {
    position: relative;
    right: 16.6666666667%;
  }
  .el-col-sm-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .el-col-sm-5 {
    display: block;
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%;
  }
  .el-col-sm-offset-5 {
    margin-left: 20.8333333333%;
  }
  .el-col-sm-pull-5 {
    position: relative;
    right: 20.8333333333%;
  }
  .el-col-sm-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .el-col-sm-6 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .el-col-sm-offset-6 {
    margin-left: 25%;
  }
  .el-col-sm-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-sm-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-sm-7 {
    display: block;
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%;
  }
  .el-col-sm-offset-7 {
    margin-left: 29.1666666667%;
  }
  .el-col-sm-pull-7 {
    position: relative;
    right: 29.1666666667%;
  }
  .el-col-sm-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .el-col-sm-8 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .el-col-sm-offset-8 {
    margin-left: 33.3333333333%;
  }
  .el-col-sm-pull-8 {
    position: relative;
    right: 33.3333333333%;
  }
  .el-col-sm-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .el-col-sm-9 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%;
  }
  .el-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-sm-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-sm-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-sm-10 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .el-col-sm-offset-10 {
    margin-left: 41.6666666667%;
  }
  .el-col-sm-pull-10 {
    position: relative;
    right: 41.6666666667%;
  }
  .el-col-sm-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .el-col-sm-11 {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
  }
  .el-col-sm-offset-11 {
    margin-left: 45.8333333333%;
  }
  .el-col-sm-pull-11 {
    position: relative;
    right: 45.8333333333%;
  }
  .el-col-sm-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .el-col-sm-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .el-col-sm-offset-12 {
    margin-left: 50%;
  }
  .el-col-sm-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-sm-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-sm-13 {
    display: block;
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
  }
  .el-col-sm-offset-13 {
    margin-left: 54.1666666667%;
  }
  .el-col-sm-pull-13 {
    position: relative;
    right: 54.1666666667%;
  }
  .el-col-sm-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .el-col-sm-14 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .el-col-sm-offset-14 {
    margin-left: 58.3333333333%;
  }
  .el-col-sm-pull-14 {
    position: relative;
    right: 58.3333333333%;
  }
  .el-col-sm-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .el-col-sm-15 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }
  .el-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-sm-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-sm-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-sm-16 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .el-col-sm-offset-16 {
    margin-left: 66.6666666667%;
  }
  .el-col-sm-pull-16 {
    position: relative;
    right: 66.6666666667%;
  }
  .el-col-sm-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .el-col-sm-17 {
    display: block;
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%;
  }
  .el-col-sm-offset-17 {
    margin-left: 70.8333333333%;
  }
  .el-col-sm-pull-17 {
    position: relative;
    right: 70.8333333333%;
  }
  .el-col-sm-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .el-col-sm-18 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .el-col-sm-offset-18 {
    margin-left: 75%;
  }
  .el-col-sm-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-sm-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-sm-19 {
    display: block;
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%;
  }
  .el-col-sm-offset-19 {
    margin-left: 79.1666666667%;
  }
  .el-col-sm-pull-19 {
    position: relative;
    right: 79.1666666667%;
  }
  .el-col-sm-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .el-col-sm-20 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .el-col-sm-offset-20 {
    margin-left: 83.3333333333%;
  }
  .el-col-sm-pull-20 {
    position: relative;
    right: 83.3333333333%;
  }
  .el-col-sm-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .el-col-sm-21 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%;
  }
  .el-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-sm-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-sm-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-sm-22 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .el-col-sm-offset-22 {
    margin-left: 91.6666666667%;
  }
  .el-col-sm-pull-22 {
    position: relative;
    right: 91.6666666667%;
  }
  .el-col-sm-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .el-col-sm-23 {
    display: block;
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%;
  }
  .el-col-sm-offset-23 {
    margin-left: 95.8333333333%;
  }
  .el-col-sm-pull-23 {
    position: relative;
    right: 95.8333333333%;
  }
  .el-col-sm-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .el-col-sm-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .el-col-sm-offset-24 {
    margin-left: 100%;
  }
  .el-col-sm-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-sm-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .el-col-md-0 {
    display: none;
  }
  .el-col-md-0.is-guttered {
    display: none;
  }
  .el-col-md-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .el-col-md-offset-0 {
    margin-left: 0%;
  }
  .el-col-md-pull-0 {
    position: relative;
    right: 0%;
  }
  .el-col-md-push-0 {
    position: relative;
    left: 0%;
  }
  .el-col-md-1 {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%;
  }
  .el-col-md-offset-1 {
    margin-left: 4.1666666667%;
  }
  .el-col-md-pull-1 {
    position: relative;
    right: 4.1666666667%;
  }
  .el-col-md-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .el-col-md-2 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .el-col-md-offset-2 {
    margin-left: 8.3333333333%;
  }
  .el-col-md-pull-2 {
    position: relative;
    right: 8.3333333333%;
  }
  .el-col-md-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .el-col-md-3 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
  .el-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-md-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-md-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-md-4 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .el-col-md-offset-4 {
    margin-left: 16.6666666667%;
  }
  .el-col-md-pull-4 {
    position: relative;
    right: 16.6666666667%;
  }
  .el-col-md-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .el-col-md-5 {
    display: block;
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%;
  }
  .el-col-md-offset-5 {
    margin-left: 20.8333333333%;
  }
  .el-col-md-pull-5 {
    position: relative;
    right: 20.8333333333%;
  }
  .el-col-md-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .el-col-md-6 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .el-col-md-offset-6 {
    margin-left: 25%;
  }
  .el-col-md-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-md-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-md-7 {
    display: block;
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%;
  }
  .el-col-md-offset-7 {
    margin-left: 29.1666666667%;
  }
  .el-col-md-pull-7 {
    position: relative;
    right: 29.1666666667%;
  }
  .el-col-md-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .el-col-md-8 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .el-col-md-offset-8 {
    margin-left: 33.3333333333%;
  }
  .el-col-md-pull-8 {
    position: relative;
    right: 33.3333333333%;
  }
  .el-col-md-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .el-col-md-9 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%;
  }
  .el-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-md-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-md-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-md-10 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .el-col-md-offset-10 {
    margin-left: 41.6666666667%;
  }
  .el-col-md-pull-10 {
    position: relative;
    right: 41.6666666667%;
  }
  .el-col-md-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .el-col-md-11 {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
  }
  .el-col-md-offset-11 {
    margin-left: 45.8333333333%;
  }
  .el-col-md-pull-11 {
    position: relative;
    right: 45.8333333333%;
  }
  .el-col-md-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .el-col-md-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .el-col-md-offset-12 {
    margin-left: 50%;
  }
  .el-col-md-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-md-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-md-13 {
    display: block;
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
  }
  .el-col-md-offset-13 {
    margin-left: 54.1666666667%;
  }
  .el-col-md-pull-13 {
    position: relative;
    right: 54.1666666667%;
  }
  .el-col-md-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .el-col-md-14 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .el-col-md-offset-14 {
    margin-left: 58.3333333333%;
  }
  .el-col-md-pull-14 {
    position: relative;
    right: 58.3333333333%;
  }
  .el-col-md-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .el-col-md-15 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }
  .el-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-md-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-md-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-md-16 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .el-col-md-offset-16 {
    margin-left: 66.6666666667%;
  }
  .el-col-md-pull-16 {
    position: relative;
    right: 66.6666666667%;
  }
  .el-col-md-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .el-col-md-17 {
    display: block;
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%;
  }
  .el-col-md-offset-17 {
    margin-left: 70.8333333333%;
  }
  .el-col-md-pull-17 {
    position: relative;
    right: 70.8333333333%;
  }
  .el-col-md-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .el-col-md-18 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .el-col-md-offset-18 {
    margin-left: 75%;
  }
  .el-col-md-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-md-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-md-19 {
    display: block;
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%;
  }
  .el-col-md-offset-19 {
    margin-left: 79.1666666667%;
  }
  .el-col-md-pull-19 {
    position: relative;
    right: 79.1666666667%;
  }
  .el-col-md-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .el-col-md-20 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .el-col-md-offset-20 {
    margin-left: 83.3333333333%;
  }
  .el-col-md-pull-20 {
    position: relative;
    right: 83.3333333333%;
  }
  .el-col-md-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .el-col-md-21 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%;
  }
  .el-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-md-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-md-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-md-22 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .el-col-md-offset-22 {
    margin-left: 91.6666666667%;
  }
  .el-col-md-pull-22 {
    position: relative;
    right: 91.6666666667%;
  }
  .el-col-md-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .el-col-md-23 {
    display: block;
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%;
  }
  .el-col-md-offset-23 {
    margin-left: 95.8333333333%;
  }
  .el-col-md-pull-23 {
    position: relative;
    right: 95.8333333333%;
  }
  .el-col-md-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .el-col-md-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .el-col-md-offset-24 {
    margin-left: 100%;
  }
  .el-col-md-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-md-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1500px) {
  .el-col-lg-0 {
    display: none;
  }
  .el-col-lg-0.is-guttered {
    display: none;
  }
  .el-col-lg-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .el-col-lg-offset-0 {
    margin-left: 0%;
  }
  .el-col-lg-pull-0 {
    position: relative;
    right: 0%;
  }
  .el-col-lg-push-0 {
    position: relative;
    left: 0%;
  }
  .el-col-lg-1 {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%;
  }
  .el-col-lg-offset-1 {
    margin-left: 4.1666666667%;
  }
  .el-col-lg-pull-1 {
    position: relative;
    right: 4.1666666667%;
  }
  .el-col-lg-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .el-col-lg-2 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .el-col-lg-offset-2 {
    margin-left: 8.3333333333%;
  }
  .el-col-lg-pull-2 {
    position: relative;
    right: 8.3333333333%;
  }
  .el-col-lg-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .el-col-lg-3 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
  .el-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-lg-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-lg-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-lg-4 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .el-col-lg-offset-4 {
    margin-left: 16.6666666667%;
  }
  .el-col-lg-pull-4 {
    position: relative;
    right: 16.6666666667%;
  }
  .el-col-lg-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .el-col-lg-5 {
    display: block;
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%;
  }
  .el-col-lg-offset-5 {
    margin-left: 20.8333333333%;
  }
  .el-col-lg-pull-5 {
    position: relative;
    right: 20.8333333333%;
  }
  .el-col-lg-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .el-col-lg-6 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .el-col-lg-offset-6 {
    margin-left: 25%;
  }
  .el-col-lg-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-lg-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-lg-7 {
    display: block;
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%;
  }
  .el-col-lg-offset-7 {
    margin-left: 29.1666666667%;
  }
  .el-col-lg-pull-7 {
    position: relative;
    right: 29.1666666667%;
  }
  .el-col-lg-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .el-col-lg-8 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .el-col-lg-offset-8 {
    margin-left: 33.3333333333%;
  }
  .el-col-lg-pull-8 {
    position: relative;
    right: 33.3333333333%;
  }
  .el-col-lg-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .el-col-lg-9 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%;
  }
  .el-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-lg-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-lg-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-lg-10 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .el-col-lg-offset-10 {
    margin-left: 41.6666666667%;
  }
  .el-col-lg-pull-10 {
    position: relative;
    right: 41.6666666667%;
  }
  .el-col-lg-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .el-col-lg-11 {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
  }
  .el-col-lg-offset-11 {
    margin-left: 45.8333333333%;
  }
  .el-col-lg-pull-11 {
    position: relative;
    right: 45.8333333333%;
  }
  .el-col-lg-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .el-col-lg-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .el-col-lg-offset-12 {
    margin-left: 50%;
  }
  .el-col-lg-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-lg-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-lg-13 {
    display: block;
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
  }
  .el-col-lg-offset-13 {
    margin-left: 54.1666666667%;
  }
  .el-col-lg-pull-13 {
    position: relative;
    right: 54.1666666667%;
  }
  .el-col-lg-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .el-col-lg-14 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .el-col-lg-offset-14 {
    margin-left: 58.3333333333%;
  }
  .el-col-lg-pull-14 {
    position: relative;
    right: 58.3333333333%;
  }
  .el-col-lg-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .el-col-lg-15 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }
  .el-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-lg-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-lg-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-lg-16 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .el-col-lg-offset-16 {
    margin-left: 66.6666666667%;
  }
  .el-col-lg-pull-16 {
    position: relative;
    right: 66.6666666667%;
  }
  .el-col-lg-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .el-col-lg-17 {
    display: block;
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%;
  }
  .el-col-lg-offset-17 {
    margin-left: 70.8333333333%;
  }
  .el-col-lg-pull-17 {
    position: relative;
    right: 70.8333333333%;
  }
  .el-col-lg-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .el-col-lg-18 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .el-col-lg-offset-18 {
    margin-left: 75%;
  }
  .el-col-lg-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-lg-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-lg-19 {
    display: block;
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%;
  }
  .el-col-lg-offset-19 {
    margin-left: 79.1666666667%;
  }
  .el-col-lg-pull-19 {
    position: relative;
    right: 79.1666666667%;
  }
  .el-col-lg-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .el-col-lg-20 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .el-col-lg-offset-20 {
    margin-left: 83.3333333333%;
  }
  .el-col-lg-pull-20 {
    position: relative;
    right: 83.3333333333%;
  }
  .el-col-lg-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .el-col-lg-21 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%;
  }
  .el-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-lg-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-lg-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-lg-22 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .el-col-lg-offset-22 {
    margin-left: 91.6666666667%;
  }
  .el-col-lg-pull-22 {
    position: relative;
    right: 91.6666666667%;
  }
  .el-col-lg-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .el-col-lg-23 {
    display: block;
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%;
  }
  .el-col-lg-offset-23 {
    margin-left: 95.8333333333%;
  }
  .el-col-lg-pull-23 {
    position: relative;
    right: 95.8333333333%;
  }
  .el-col-lg-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .el-col-lg-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .el-col-lg-offset-24 {
    margin-left: 100%;
  }
  .el-col-lg-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-lg-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .el-col-xl-0 {
    display: none;
  }
  .el-col-xl-0.is-guttered {
    display: none;
  }
  .el-col-xl-0 {
    max-width: 0%;
    flex: 0 0 0%;
  }
  .el-col-xl-offset-0 {
    margin-left: 0%;
  }
  .el-col-xl-pull-0 {
    position: relative;
    right: 0%;
  }
  .el-col-xl-push-0 {
    position: relative;
    left: 0%;
  }
  .el-col-xl-1 {
    display: block;
    max-width: 4.1666666667%;
    flex: 0 0 4.1666666667%;
  }
  .el-col-xl-offset-1 {
    margin-left: 4.1666666667%;
  }
  .el-col-xl-pull-1 {
    position: relative;
    right: 4.1666666667%;
  }
  .el-col-xl-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .el-col-xl-2 {
    display: block;
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .el-col-xl-offset-2 {
    margin-left: 8.3333333333%;
  }
  .el-col-xl-pull-2 {
    position: relative;
    right: 8.3333333333%;
  }
  .el-col-xl-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .el-col-xl-3 {
    display: block;
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
  .el-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-xl-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-xl-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-xl-4 {
    display: block;
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .el-col-xl-offset-4 {
    margin-left: 16.6666666667%;
  }
  .el-col-xl-pull-4 {
    position: relative;
    right: 16.6666666667%;
  }
  .el-col-xl-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .el-col-xl-5 {
    display: block;
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%;
  }
  .el-col-xl-offset-5 {
    margin-left: 20.8333333333%;
  }
  .el-col-xl-pull-5 {
    position: relative;
    right: 20.8333333333%;
  }
  .el-col-xl-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .el-col-xl-6 {
    display: block;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .el-col-xl-offset-6 {
    margin-left: 25%;
  }
  .el-col-xl-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-xl-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-xl-7 {
    display: block;
    max-width: 29.1666666667%;
    flex: 0 0 29.1666666667%;
  }
  .el-col-xl-offset-7 {
    margin-left: 29.1666666667%;
  }
  .el-col-xl-pull-7 {
    position: relative;
    right: 29.1666666667%;
  }
  .el-col-xl-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .el-col-xl-8 {
    display: block;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .el-col-xl-offset-8 {
    margin-left: 33.3333333333%;
  }
  .el-col-xl-pull-8 {
    position: relative;
    right: 33.3333333333%;
  }
  .el-col-xl-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .el-col-xl-9 {
    display: block;
    max-width: 37.5%;
    flex: 0 0 37.5%;
  }
  .el-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-xl-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-xl-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-xl-10 {
    display: block;
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .el-col-xl-offset-10 {
    margin-left: 41.6666666667%;
  }
  .el-col-xl-pull-10 {
    position: relative;
    right: 41.6666666667%;
  }
  .el-col-xl-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .el-col-xl-11 {
    display: block;
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
  }
  .el-col-xl-offset-11 {
    margin-left: 45.8333333333%;
  }
  .el-col-xl-pull-11 {
    position: relative;
    right: 45.8333333333%;
  }
  .el-col-xl-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .el-col-xl-12 {
    display: block;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .el-col-xl-offset-12 {
    margin-left: 50%;
  }
  .el-col-xl-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-xl-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-xl-13 {
    display: block;
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
  }
  .el-col-xl-offset-13 {
    margin-left: 54.1666666667%;
  }
  .el-col-xl-pull-13 {
    position: relative;
    right: 54.1666666667%;
  }
  .el-col-xl-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .el-col-xl-14 {
    display: block;
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .el-col-xl-offset-14 {
    margin-left: 58.3333333333%;
  }
  .el-col-xl-pull-14 {
    position: relative;
    right: 58.3333333333%;
  }
  .el-col-xl-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .el-col-xl-15 {
    display: block;
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }
  .el-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-xl-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-xl-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-xl-16 {
    display: block;
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .el-col-xl-offset-16 {
    margin-left: 66.6666666667%;
  }
  .el-col-xl-pull-16 {
    position: relative;
    right: 66.6666666667%;
  }
  .el-col-xl-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .el-col-xl-17 {
    display: block;
    max-width: 70.8333333333%;
    flex: 0 0 70.8333333333%;
  }
  .el-col-xl-offset-17 {
    margin-left: 70.8333333333%;
  }
  .el-col-xl-pull-17 {
    position: relative;
    right: 70.8333333333%;
  }
  .el-col-xl-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .el-col-xl-18 {
    display: block;
    max-width: 75%;
    flex: 0 0 75%;
  }
  .el-col-xl-offset-18 {
    margin-left: 75%;
  }
  .el-col-xl-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-xl-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-xl-19 {
    display: block;
    max-width: 79.1666666667%;
    flex: 0 0 79.1666666667%;
  }
  .el-col-xl-offset-19 {
    margin-left: 79.1666666667%;
  }
  .el-col-xl-pull-19 {
    position: relative;
    right: 79.1666666667%;
  }
  .el-col-xl-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .el-col-xl-20 {
    display: block;
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .el-col-xl-offset-20 {
    margin-left: 83.3333333333%;
  }
  .el-col-xl-pull-20 {
    position: relative;
    right: 83.3333333333%;
  }
  .el-col-xl-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .el-col-xl-21 {
    display: block;
    max-width: 87.5%;
    flex: 0 0 87.5%;
  }
  .el-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-xl-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-xl-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-xl-22 {
    display: block;
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .el-col-xl-offset-22 {
    margin-left: 91.6666666667%;
  }
  .el-col-xl-pull-22 {
    position: relative;
    right: 91.6666666667%;
  }
  .el-col-xl-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .el-col-xl-23 {
    display: block;
    max-width: 95.8333333333%;
    flex: 0 0 95.8333333333%;
  }
  .el-col-xl-offset-23 {
    margin-left: 95.8333333333%;
  }
  .el-col-xl-pull-23 {
    position: relative;
    right: 95.8333333333%;
  }
  .el-col-xl-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .el-col-xl-24 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .el-col-xl-offset-24 {
    margin-left: 100%;
  }
  .el-col-xl-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-xl-push-24 {
    position: relative;
    left: 100%;
  }
}
.el-collapse {
  --el-collapse-border-color:var(--el-border-color-lighter);
  --el-collapse-header-height:48px;
  --el-collapse-header-bg-color:var(--el-fill-color-blank);
  --el-collapse-header-text-color:var(--el-text-color-primary);
  --el-collapse-header-font-size:13px;
  --el-collapse-content-bg-color:var(--el-fill-color-blank);
  --el-collapse-content-font-size:13px;
  --el-collapse-content-text-color:var(--el-text-color-primary);
  border-top: 1px solid var(--el-collapse-border-color);
  border-bottom: 1px solid var(--el-collapse-border-color);
}
.el-collapse-item.is-disabled .el-collapse-item__header {
  color: var(--el-text-color-disabled);
  cursor: not-allowed;
}
.el-collapse-item__header {
  display: flex;
  align-items: center;
  height: var(--el-collapse-header-height);
  line-height: var(--el-collapse-header-height);
  background-color: var(--el-collapse-header-bg-color);
  color: var(--el-collapse-header-text-color);
  cursor: pointer;
  border-bottom: 1px solid var(--el-collapse-border-color);
  font-size: var(--el-collapse-header-font-size);
  font-weight: 500;
  transition: border-bottom-color var(--el-transition-duration);
  outline: none;
}
.el-collapse-item__arrow {
  margin: 0 8px 0 auto;
  transition: transform var(--el-transition-duration);
  font-weight: 300;
}
.el-collapse-item__arrow.is-active {
  transform: rotate(90deg);
}
.el-collapse-item__header.focusing:focus:not(:hover) {
  color: var(--el-color-primary);
}
.el-collapse-item__header.is-active {
  border-bottom-color: rgba(0, 0, 0, 0);
}
.el-collapse-item__wrap {
  will-change: height;
  background-color: var(--el-collapse-content-bg-color);
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid var(--el-collapse-border-color);
}
.el-collapse-item__content {
  padding-bottom: 25px;
  font-size: var(--el-collapse-content-font-size);
  color: var(--el-collapse-content-text-color);
  line-height: 1.7692307692;
}
.el-collapse-item:last-child {
  margin-bottom: -1px;
}
.el-color-predefine {
  display: flex;
  font-size: 12px;
  margin-top: 8px;
  width: 280px;
}
.el-color-predefine__colors {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.el-color-predefine__color-selector {
  margin: 0 0 8px 8px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.el-color-predefine__color-selector:nth-child(10n+1) {
  margin-left: 0;
}
.el-color-predefine__color-selector.selected {
  box-shadow: 0 0 3px 2px var(--el-color-primary);
}
.el-color-predefine__color-selector > div {
  display: flex;
  height: 100%;
  border-radius: 3px;
}
.el-color-predefine__color-selector.is-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.el-color-hue-slider {
  position: relative;
  box-sizing: border-box;
  width: 280px;
  height: 12px;
  background-color: red;
  padding: 0 2px;
  float: right;
}
.el-color-hue-slider__bar {
  position: relative;
  background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
  height: 100%;
}
.el-color-hue-slider__thumb {
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 1px;
  background: #fff;
  border: 1px solid var(--el-border-color-lighter);
  box-shadow: 0 0 2px rgba(0, 0, 0, .6);
  z-index: 1;
}
.el-color-hue-slider.is-vertical {
  width: 12px;
  height: 180px;
  padding: 2px 0;
}
.el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
  background: linear-gradient(to bottom, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}
.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}
.el-color-svpanel {
  position: relative;
  width: 280px;
  height: 180px;
}
.el-color-svpanel__white,
.el-color-svpanel__black {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.el-color-svpanel__white {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.el-color-svpanel__black {
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.el-color-svpanel__cursor {
  position: absolute;
}
.el-color-svpanel__cursor > div {
  cursor: head;
  width: 4px;
  height: 4px;
  box-shadow:
    0 0 0 1.5px #fff,
    inset 0 0 1px 1px rgba(0, 0, 0, .3),
    0 0 1px 2px rgba(0, 0, 0, .4);
  border-radius: 50%;
  transform: translate(-2px, -2px);
}
.el-color-alpha-slider {
  position: relative;
  box-sizing: border-box;
  width: 280px;
  height: 12px;
  background-image:
    linear-gradient(45deg, var(--el-color-picker-alpha-bg-a) 25%, var(--el-color-picker-alpha-bg-b) 25%),
    linear-gradient(135deg, var(--el-color-picker-alpha-bg-a) 25%, var(--el-color-picker-alpha-bg-b) 25%),
    linear-gradient(45deg, var(--el-color-picker-alpha-bg-b) 75%, var(--el-color-picker-alpha-bg-a) 75%),
    linear-gradient(135deg, var(--el-color-picker-alpha-bg-b) 75%, var(--el-color-picker-alpha-bg-a) 75%);
  background-size: 12px 12px;
  background-position:
    0 0,
    6px 0,
    6px -6px,
    0 6px;
}
.el-color-alpha-slider__bar {
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--el-bg-color) 100%);
  height: 100%;
}
.el-color-alpha-slider__thumb {
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 1px;
  background: #fff;
  border: 1px solid var(--el-border-color-lighter);
  box-shadow: 0 0 2px rgba(0, 0, 0, .6);
  z-index: 1;
}
.el-color-alpha-slider.is-vertical {
  width: 20px;
  height: 180px;
}
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}
.el-color-dropdown {
  width: 300px;
}
.el-color-dropdown__main-wrapper {
  margin-bottom: 6px;
}
.el-color-dropdown__main-wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.el-color-dropdown__btns {
  margin-top: 12px;
  text-align: right;
}
.el-color-dropdown__value {
  float: left;
  line-height: 26px;
  font-size: 12px;
  color: #000;
  width: 160px;
}
.el-color-picker {
  display: inline-block;
  position: relative;
  line-height: normal;
}
.el-color-picker.is-disabled .el-color-picker__trigger {
  cursor: not-allowed;
}
.el-color-picker--large {
  height: 52px;
}
.el-color-picker--large .el-color-picker__trigger {
  height: 52px;
  width: 52px;
}
.el-color-picker--large .el-color-picker__mask {
  height: 50px;
  width: 50px;
}
.el-color-picker--small {
  height: 34px;
}
.el-color-picker--small .el-color-picker__trigger {
  height: 34px;
  width: 34px;
}
.el-color-picker--small .el-color-picker__mask {
  height: 32px;
  width: 32px;
}
.el-color-picker--small .el-color-picker__icon,
.el-color-picker--small .el-color-picker__empty {
  transform: scale(0.8);
}
.el-color-picker__mask {
  height: 38px;
  width: 38px;
  border-radius: 4px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  cursor: not-allowed;
  background-color: rgba(255, 255, 255, .7);
}
.el-color-picker__trigger {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  padding: 4px;
  border: 1px solid var(--el-border-color);
  border-radius: 4px;
  font-size: 0;
  position: relative;
  cursor: pointer;
}
.el-color-picker__color {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 1px solid var(--el-text-color-secondary);
  border-radius: var(--el-border-radius-small);
  width: 100%;
  height: 100%;
  text-align: center;
}
.el-color-picker__color.is-alpha {
  background-image:
    linear-gradient(45deg, var(--el-color-picker-alpha-bg-a) 25%, var(--el-color-picker-alpha-bg-b) 25%),
    linear-gradient(135deg, var(--el-color-picker-alpha-bg-a) 25%, var(--el-color-picker-alpha-bg-b) 25%),
    linear-gradient(45deg, var(--el-color-picker-alpha-bg-b) 75%, var(--el-color-picker-alpha-bg-a) 75%),
    linear-gradient(135deg, var(--el-color-picker-alpha-bg-b) 75%, var(--el-color-picker-alpha-bg-a) 75%);
  background-size: 12px 12px;
  background-position:
    0 0,
    6px 0,
    6px -6px,
    0 6px;
}
.el-color-picker__color-inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.el-color-picker .el-color-picker__empty {
  font-size: 12px;
  color: var(--el-text-color-secondary);
}
.el-color-picker .el-color-picker__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
}
.el-color-picker__panel {
  position: absolute;
  z-index: 10;
  padding: 6px;
  box-sizing: content-box;
  background-color: #fff;
  border-radius: var(--el-border-radius-base);
  box-shadow: var(--el-box-shadow-light);
}
.el-color-picker__panel.el-popper {
  border: 1px solid var(--el-border-color-lighter);
}
.el-color-picker,
.el-color-picker__panel {
  --el-color-picker-alpha-bg-a:#ccc;
  --el-color-picker-alpha-bg-b:transparent;
}
.dark .el-color-picker,
.dark .el-color-picker__panel {
  --el-color-picker-alpha-bg-a:#333333;
}
.el-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  box-sizing: border-box;
  min-width: 0;
}
.el-container.is-vertical {
  flex-direction: column;
}
.el-date-table {
  font-size: 12px;
  user-select: none;
}
.el-date-table.is-week-mode .el-date-table__row:hover .el-date-table-cell {
  background-color: var(--el-datepicker-inrange-bg-color);
}
.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
  color: var(--el-datepicker-text-color);
}
.el-date-table.is-week-mode .el-date-table__row:hover td:first-child .el-date-table-cell {
  margin-left: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.el-date-table.is-week-mode .el-date-table__row:hover td:last-child .el-date-table-cell {
  margin-right: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.el-date-table.is-week-mode .el-date-table__row.current .el-date-table-cell {
  background-color: var(--el-datepicker-inrange-bg-color);
}
.el-date-table td {
  width: 32px;
  height: 30px;
  padding: 4px 0;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.el-date-table td .el-date-table-cell {
  height: 30px;
  padding: 3px 0;
  box-sizing: border-box;
}
.el-date-table td .el-date-table-cell .el-date-table-cell__text {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  line-height: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.el-date-table td.next-month,
.el-date-table td.prev-month {
  color: var(--el-datepicker-off-text-color);
}
.el-date-table td.today {
  position: relative;
}
.el-date-table td.today .el-date-table-cell__text {
  color: var(--color-primary);
  font-weight: bold;
}
.el-date-table td.today.start-date .el-date-table-cell__text,
.el-date-table td.today.end-date .el-date-table-cell__text {
  color: #fff;
}
.el-date-table td.available:hover {
  color: var(--color-primary);
}
.el-date-table td.in-range .el-date-table-cell {
  background-color: var(--el-datepicker-inrange-bg-color);
}
.el-date-table td.in-range .el-date-table-cell:hover {
  background-color: var(--el-datepicker-inrange-hover-bg-color);
}
.el-date-table td.current:not(.disabled) .el-date-table-cell__text {
  color: #fff;
  background-color: var(--el-datepicker-active-color);
}
.el-date-table td.current:not(.disabled):focus-visible .el-date-table-cell__text {
  outline: 2px solid var(--el-datepicker-active-color);
  outline-offset: 1px;
}
.el-date-table td.start-date .el-date-table-cell,
.el-date-table td.end-date .el-date-table-cell {
  color: #fff;
}
.el-date-table td.start-date .el-date-table-cell__text,
.el-date-table td.end-date .el-date-table-cell__text {
  background-color: var(--color-primary);
}
.el-date-table td.start-date .el-date-table-cell {
  margin-left: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.el-date-table td.end-date .el-date-table-cell {
  margin-right: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.el-date-table td.disabled .el-date-table-cell {
  background-color: var(--el-fill-color-light);
  opacity: 1;
  cursor: not-allowed;
  color: var(--el-text-color-placeholder);
}
.el-date-table td.selected .el-date-table-cell {
  margin-left: 5px;
  margin-right: 5px;
  background-color: var(--el-datepicker-inrange-bg-color);
  border-radius: 15px;
}
.el-date-table td.selected .el-date-table-cell:hover {
  background-color: var(--el-datepicker-inrange-hover-bg-color);
}
.el-date-table td.selected .el-date-table-cell__text {
  background-color: var(--el-datepicker-active-color);
  color: #fff;
  border-radius: 15px;
}
.el-date-table td.week {
  font-size: 80%;
  color: var(--el-datepicker-header-text-color);
}
.el-date-table td:focus {
  outline: none;
}
.el-date-table th {
  padding: 5px;
  color: var(--el-datepicker-header-text-color);
  font-weight: 400;
  border-bottom: solid 1px var(--el-border-color-lighter);
}
.el-month-table {
  font-size: 12px;
  margin: -1px;
  border-collapse: collapse;
}
.el-month-table td {
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
}
.el-month-table td div {
  height: 48px;
  padding: 6px 0;
  box-sizing: border-box;
}
.el-month-table td.today .cell {
  color: var(--el-color-primary);
  font-weight: bold;
}
.el-month-table td.today.start-date .cell,
.el-month-table td.today.end-date .cell {
  color: #fff;
}
.el-month-table td.disabled .cell {
  background-color: var(--el-fill-color-light);
  cursor: not-allowed;
  color: var(--el-text-color-placeholder);
}
.el-month-table td.disabled .cell:hover {
  color: var(--el-text-color-placeholder);
}
.el-month-table td .cell {
  width: 60px;
  height: 36px;
  display: block;
  line-height: 36px;
  color: var(--el-datepicker-text-color);
  margin: 0 auto;
  border-radius: 18px;
}
.el-month-table td .cell:hover {
  color: var(--el-datepicker-hover-text-color);
}
.el-month-table td.in-range div {
  background-color: var(--el-datepicker-inrange-bg-color);
}
.el-month-table td.in-range div:hover {
  background-color: var(--el-datepicker-inrange-hover-bg-color);
}
.el-month-table td.start-date div,
.el-month-table td.end-date div {
  color: #fff;
}
.el-month-table td.start-date .cell,
.el-month-table td.end-date .cell {
  color: #fff;
  background-color: var(--el-datepicker-active-color);
}
.el-month-table td.start-date div {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.el-month-table td.end-date div {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.el-month-table td.current:not(.disabled) .cell {
  color: var(--el-datepicker-active-color);
}
.el-month-table td:focus-visible {
  outline: none;
}
.el-month-table td:focus-visible .cell {
  outline: 2px solid var(--el-datepicker-active-color);
}
.el-year-table {
  font-size: 12px;
  margin: -1px;
  border-collapse: collapse;
}
.el-year-table .el-icon {
  color: var(--el-datepicker-icon-color);
}
.el-year-table td {
  text-align: center;
  padding: 20px 3px;
  cursor: pointer;
}
.el-year-table td.today .cell {
  color: var(--el-color-primary);
  font-weight: bold;
}
.el-year-table td.disabled .cell {
  background-color: var(--el-fill-color-light);
  cursor: not-allowed;
  color: var(--el-text-color-placeholder);
}
.el-year-table td.disabled .cell:hover {
  color: var(--el-text-color-placeholder);
}
.el-year-table td .cell {
  width: 48px;
  height: 36px;
  display: block;
  line-height: 36px;
  color: var(--el-datepicker-text-color);
  border-radius: 18px;
  margin: 0 auto;
}
.el-year-table td .cell:hover {
  color: var(--el-datepicker-hover-text-color);
}
.el-year-table td.current:not(.disabled) .cell {
  color: var(--el-datepicker-active-color);
}
.el-year-table td:focus-visible {
  outline: none;
}
.el-year-table td:focus-visible .cell {
  outline: 2px solid var(--el-datepicker-active-color);
}
.el-time-spinner.has-seconds .el-time-spinner__wrapper {
  width: 33.3%;
}
.el-time-spinner__wrapper {
  max-height: 192px;
  overflow: auto;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
}
.el-time-spinner__wrapper.el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
  padding-bottom: 15px;
}
.el-time-spinner__wrapper.is-arrow {
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
  transform: translateY(-32px);
}
.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.is-disabled):not(.is-active) {
  background: var(--el-fill-color-light);
  cursor: default;
}
.el-time-spinner__arrow {
  font-size: 12px;
  color: var(--el-text-color-secondary);
  position: absolute;
  left: 0;
  width: 100%;
  z-index: var(--el-index-normal);
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.el-time-spinner__arrow:hover {
  color: var(--el-color-primary);
}
.el-time-spinner__arrow.arrow-up {
  top: 10px;
}
.el-time-spinner__arrow.arrow-down {
  bottom: 10px;
}
.el-time-spinner__input.el-input {
  width: 70%;
}
.el-time-spinner__input.el-input .el-input__inner {
  padding: 0;
  text-align: center;
}
.el-time-spinner__list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.el-time-spinner__list::after,
.el-time-spinner__list::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
}
.el-time-spinner__item {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: var(--el-text-color-regular);
}
.el-time-spinner__item:hover:not(.is-disabled):not(.is-active) {
  background: var(--el-fill-color-light);
  cursor: pointer;
}
.el-time-spinner__item.is-active:not(.is-disabled) {
  color: var(--el-text-color-primary);
  font-weight: bold;
}
.el-time-spinner__item.is-disabled {
  color: var(--el-text-color-placeholder);
  cursor: not-allowed;
}
.el-picker__popper {
  --el-datepicker-border-color:var(--el-disabled-border-color);
}
.el-picker__popper.el-popper {
  background: var(--el-bg-color-overlay);
  border: 1px solid var(--el-datepicker-border-color);
  box-shadow: var(--el-box-shadow-light);
}
.el-picker__popper.el-popper .el-popper__arrow::before {
  border: 1px solid var(--el-datepicker-border-color);
}
.el-picker__popper.el-popper[data-popper-placement^=top] .el-popper__arrow::before {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
.el-picker__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.el-picker__popper.el-popper[data-popper-placement^=left] .el-popper__arrow::before {
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}
.el-picker__popper.el-popper[data-popper-placement^=right] .el-popper__arrow::before {
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}
.el-date-editor {
  --el-date-editor-width:220px;
  --el-date-editor-monthrange-width:300px;
  --el-date-editor-daterange-width:350px;
  --el-date-editor-datetimerange-width:400px;
  --el-input-text-color:var(--el-text-color-regular);
  --el-input-border:var(--el-border);
  --el-input-hover-border:var(--el-border-color-hover);
  --el-input-focus-border:var(--el-color-primary);
  --el-input-transparent-border:0 0 0 1px transparent inset;
  --el-input-border-color:var(--el-border-color);
  --el-input-border-radius:var(--el-border-radius-base);
  --el-input-bg-color:var(--el-fill-color-blank);
  --el-input-icon-color:var(--el-text-color-placeholder);
  --el-input-placeholder-color:var(--el-text-color-placeholder);
  --el-input-hover-border-color:var(--el-border-color-hover);
  --el-input-clear-hover-color:var(--el-text-color-secondary);
  --el-input-focus-border-color:var(--el-color-primary);
  position: relative;
  display: inline-block;
  text-align: left;
}
.el-date-editor.el-input__wrapper {
  box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
}
.el-date-editor.el-input__wrapper:hover {
  box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset;
}
.el-date-editor.el-input,
.el-date-editor.el-input__wrapper {
  width: var(--el-date-editor-width);
  height: var(--el-input-height, var(--el-component-size));
}
.el-date-editor--monthrange {
  --el-date-editor-width:var(--el-date-editor-monthrange-width);
}
.el-date-editor--daterange,
.el-date-editor--timerange {
  --el-date-editor-width:var(--el-date-editor-daterange-width);
}
.el-date-editor--datetimerange {
  --el-date-editor-width:var(--el-date-editor-datetimerange-width);
}
.el-date-editor--dates .el-input__wrapper {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-date-editor .close-icon {
  cursor: pointer;
}
.el-date-editor .clear-icon {
  cursor: pointer;
}
.el-date-editor .clear-icon:hover {
  color: var(--el-text-color-secondary);
}
.el-date-editor .el-range__icon {
  height: inherit;
  font-size: 14px;
  color: var(--el-text-color-placeholder);
  float: left;
}
.el-date-editor .el-range__icon svg {
  vertical-align: middle;
}
.el-date-editor .el-range-input {
  appearance: none;
  border: none;
  outline: none;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 39%;
  text-align: center;
  font-size: var(--el-font-size-base);
  color: var(--el-text-color-regular);
  background-color: rgba(0, 0, 0, 0);
}
.el-date-editor .el-range-input::placeholder {
  color: var(--el-text-color-placeholder);
}
.el-date-editor .el-range-separator {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 5px;
  margin: 0;
  font-size: 14px;
  word-break: keep-all;
  color: var(--el-text-color-primary);
}
.el-date-editor .el-range__close-icon {
  font-size: 14px;
  color: var(--el-text-color-placeholder);
  height: inherit;
  width: unset;
  cursor: pointer;
}
.el-date-editor .el-range__close-icon:hover {
  color: var(--el-text-color-secondary);
}
.el-date-editor .el-range__close-icon svg {
  vertical-align: middle;
}
.el-date-editor .el-range__close-icon--hidden {
  opacity: 0;
  visibility: hidden;
}
.el-range-editor.el-input__wrapper {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
}
.el-range-editor .el-range-input {
  line-height: 1;
}
.el-range-editor.is-active {
  box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
}
.el-range-editor.is-active:hover {
  box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
}
.el-range-editor--large {
  line-height: var(--el-component-size-large);
}
.el-range-editor--large.el-input__wrapper {
  height: var(--el-component-size-large);
}
.el-range-editor--large .el-range-separator {
  line-height: 52px;
  font-size: 14px;
}
.el-range-editor--large .el-range-input {
  font-size: 14px;
}
.el-range-editor--small {
  line-height: var(--el-component-size-small);
}
.el-range-editor--small.el-input__wrapper {
  height: var(--el-component-size-small);
}
.el-range-editor--small .el-range-separator {
  line-height: 34px;
  font-size: 12px;
}
.el-range-editor--small .el-range-input {
  font-size: 12px;
}
.el-range-editor.is-disabled {
  background-color: var(--el-disabled-bg-color);
  border-color: var(--el-disabled-border-color);
  color: var(--el-disabled-text-color);
  cursor: not-allowed;
}
.el-range-editor.is-disabled:hover,
.el-range-editor.is-disabled:focus {
  border-color: var(--el-disabled-border-color);
}
.el-range-editor.is-disabled input {
  background-color: var(--el-disabled-bg-color);
  color: var(--el-disabled-text-color);
  cursor: not-allowed;
}
.el-range-editor.is-disabled input::placeholder {
  color: var(--el-text-color-placeholder);
}
.el-range-editor.is-disabled .el-range-separator {
  color: var(--el-disabled-text-color);
}
.el-picker-panel {
  color: var(--el-text-color-regular);
  background: var(--el-bg-color-overlay);
  border-radius: var(--el-border-radius-base);
  line-height: 30px;
}
.el-picker-panel .el-time-panel {
  margin: 5px 0;
  border: solid 1px var(--el-datepicker-border-color);
  background-color: var(--el-bg-color-overlay);
  box-shadow: var(--el-box-shadow-light);
}
.el-picker-panel__body::after,
.el-picker-panel__body-wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.el-picker-panel__content {
  position: relative;
  margin: 15px;
}
.el-picker-panel__footer {
  border-top: 1px solid var(--el-datepicker-inner-border-color);
  padding: 4px 12px;
  text-align: right;
  background-color: var(--el-bg-color-overlay);
  position: relative;
  font-size: 0;
}
.el-picker-panel__shortcut {
  display: block;
  width: 100%;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  line-height: 28px;
  font-size: 14px;
  color: var(--color-gray);
  padding-left: 12px;
  text-align: left;
  outline: none;
  cursor: pointer;
}
.el-picker-panel__shortcut:hover {
  color: var(--color-primary);
}
.el-picker-panel__shortcut.active {
  background-color: #e6f1fe;
  color: var(--el-datepicker-active-color);
}
.el-picker-panel__btn {
  border: 1px solid var(--el-fill-color-darker);
  color: var(--el-text-color-primary);
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  font-size: 12px;
}
.el-picker-panel__btn[disabled] {
  color: var(--el-text-color-disabled);
  cursor: not-allowed;
}
.el-picker-panel__icon-btn {
  font-size: 12px;
  color: var(--el-datepicker-icon-color);
  border: 0;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  outline: none;
  margin-top: 8px;
}
.el-picker-panel__icon-btn:hover {
  color: var(--el-datepicker-hover-text-color);
}
.el-picker-panel__icon-btn:focus-visible {
  color: var(--el-datepicker-hover-text-color);
}
.el-picker-panel__icon-btn.is-disabled {
  color: var(--el-text-color-disabled);
}
.el-picker-panel__icon-btn.is-disabled:hover {
  cursor: not-allowed;
}
.el-picker-panel__icon-btn .el-icon {
  cursor: pointer;
  font-size: inherit;
}
.el-picker-panel__link-btn {
  vertical-align: middle;
}
.el-picker-panel *[slot=sidebar],
.el-picker-panel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-right: 1px solid var(--el-datepicker-inner-border-color);
  box-sizing: border-box;
  padding-top: 6px;
  background-color: var(--el-bg-color-overlay);
  overflow: auto;
}
.el-picker-panel *[slot=sidebar] + .el-picker-panel__body,
.el-picker-panel__sidebar + .el-picker-panel__body {
  margin-left: 110px;
}
.el-date-picker {
  --el-datepicker-text-color:var(--el-text-color-regular);
  --el-datepicker-off-text-color:var(--el-text-color-placeholder);
  --el-datepicker-header-text-color:var(--el-text-color-regular);
  --el-datepicker-icon-color:var(--el-text-color-primary);
  --el-datepicker-border-color:var(--el-disabled-border-color);
  --el-datepicker-inner-border-color:var(--el-border-color-light);
  --el-datepicker-inrange-bg-color:var(--el-border-color-extra-light);
  --el-datepicker-inrange-hover-bg-color:var(--el-border-color-extra-light);
  --el-datepicker-active-color:var(--el-color-primary);
  --el-datepicker-hover-text-color:var(--el-color-primary);
}
.el-date-picker {
  width: 322px;
}
.el-date-picker.has-sidebar.has-time {
  width: 434px;
}
.el-date-picker.has-sidebar {
  width: 438px;
}
.el-date-picker.has-time .el-picker-panel__body-wrapper {
  position: relative;
}
.el-date-picker .el-picker-panel__content {
  width: 292px;
}
.el-date-picker table {
  table-layout: fixed;
  width: 100%;
}
.el-date-picker__editor-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px;
}
.el-date-picker__time-header {
  position: relative;
  border-bottom: 1px solid var(--el-datepicker-inner-border-color);
  font-size: 12px;
  padding: 8px 5px 5px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.el-date-picker__header {
  margin: 12px;
  text-align: center;
}
.el-date-picker__header--bordered {
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: solid 1px var(--el-border-color-lighter);
}
.el-date-picker__header--bordered + .el-picker-panel__content {
  margin-top: 0;
}
.el-date-picker__header-label {
  font-size: 16px;
  font-weight: 500;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  color: var(--el-text-color-regular);
}
.el-date-picker__header-label:hover {
  color: var(--el-datepicker-hover-text-color);
}
.el-date-picker__header-label:focus-visible {
  outline: none;
  color: var(--el-datepicker-hover-text-color);
}
.el-date-picker__header-label.active {
  color: var(--el-datepicker-active-color);
}
.el-date-picker__prev-btn {
  float: left;
}
.el-date-picker__next-btn {
  float: right;
}
.el-date-picker__time-wrap {
  padding: 10px;
  text-align: center;
}
.el-date-picker__time-label {
  float: left;
  cursor: pointer;
  line-height: 30px;
  margin-left: 10px;
}
.el-date-picker .el-time-panel {
  position: absolute;
}
.el-date-range-picker {
  --el-datepicker-text-color:var(--el-text-color-regular);
  --el-datepicker-off-text-color:var(--el-text-color-placeholder);
  --el-datepicker-header-text-color:var(--el-text-color-regular);
  --el-datepicker-icon-color:var(--el-text-color-primary);
  --el-datepicker-border-color:var(--el-disabled-border-color);
  --el-datepicker-inner-border-color:var(--el-border-color-light);
  --el-datepicker-inrange-bg-color:var(--el-border-color-extra-light);
  --el-datepicker-inrange-hover-bg-color:var(--el-border-color-extra-light);
  --el-datepicker-active-color:var(--el-color-primary);
  --el-datepicker-hover-text-color:var(--el-color-primary);
}
.el-date-range-picker {
  width: 646px;
}
.el-date-range-picker.has-sidebar {
  width: 756px;
}
.el-date-range-picker table {
  table-layout: fixed;
  width: 100%;
}
.el-date-range-picker .el-picker-panel__body {
  min-width: 513px;
}
.el-date-range-picker .el-picker-panel__content {
  margin: 0;
}
.el-date-range-picker__header {
  position: relative;
  text-align: center;
  height: 28px;
}
.el-date-range-picker__header [class*=arrow-left] {
  float: left;
}
.el-date-range-picker__header [class*=arrow-right] {
  float: right;
}
.el-date-range-picker__header div {
  font-size: 16px;
  font-weight: 500;
  margin-right: 50px;
}
.el-date-range-picker__content {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  padding: 16px;
}
.el-date-range-picker__content.is-left {
  border-right: 1px solid var(--el-datepicker-inner-border-color);
}
.el-date-range-picker__content .el-date-range-picker__header div {
  margin-left: 50px;
  margin-right: 50px;
}
.el-date-range-picker__editors-wrap {
  box-sizing: border-box;
  display: table-cell;
}
.el-date-range-picker__editors-wrap.is-right {
  text-align: right;
}
.el-date-range-picker__time-header {
  position: relative;
  border-bottom: 1px solid var(--el-datepicker-inner-border-color);
  font-size: 12px;
  padding: 8px 5px 5px 5px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.el-date-range-picker__time-header > .el-icon-arrow-right {
  font-size: 20px;
  vertical-align: middle;
  display: table-cell;
  color: var(--el-datepicker-icon-color);
}
.el-date-range-picker__time-picker-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px;
}
.el-date-range-picker__time-picker-wrap .el-picker-panel {
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 1;
  background: #fff;
}
.el-date-range-picker__time-picker-wrap .el-time-panel {
  position: absolute;
}
.el-date-range-picker__time-picker-wrap .el-input .el-input__inner {
  background-color: var(--background-color-base);
  color: var(--color-gray);
  padding: 0 15px;
  font-size: 12px;
}
.date-time-picker .el-dialog {
  min-width: 360px;
  width: 360px;
}
@media (max-width: 599px) {
  .date-time-picker .el-dialog {
    width: 100%;
    min-width: 320px;
    border-radius: 0;
  }
}
.date-time-picker .el-dialog__header {
  display: none;
}
.date-time-picker .el-dialog__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.date-time-picker__header {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  height: 54px;
}
.date-time-picker__header-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1e;
}
.date-time-picker__tabs {
  position: relative;
  display: flex;
  justify-content: center;
  height: 40px;
  margin-top: 8px;
  border-bottom: 1px solid #d1d1d1;
}
.date-time-picker__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 152px;
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
.date-time-picker__tab-time {
  line-height: 20px;
}
.date-time-picker__active-tab-line {
  position: absolute;
}
.date-time-picker__active-tab {
  color: #3396f5;
  border-bottom: 1px solid #3396f5;
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.date-time-picker__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.date-time-picker__select-range {
  padding: 16px;
  border-bottom: 1px solid #d1d1d1;
}
.date-time-picker__select-range .el-select {
  width: 100%;
  height: 40px;
}
.date-time-picker__select-range .el-select .el-select-dropdown {
  max-width: 300px;
}
.date-time-picker__date-time {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
}
.date-time-picker__date,
.date-time-picker__time {
  display: flex;
  align-items: center;
  width: 100% !important;
}
.date-time-picker__date .el-date-editor.el-input,
.date-time-picker__date .el-date-editor.el-input__inner,
.date-time-picker__time .el-date-editor.el-input,
.date-time-picker__time .el-date-editor.el-input__inner {
  background: rgba(0, 0, 0, 0) !important;
  width: 100% !important;
}
.date-time-picker__date .el-date-editor.el-input .el-input__prefix,
.date-time-picker__date .el-date-editor.el-input__inner .el-input__prefix,
.date-time-picker__time .el-date-editor.el-input .el-input__prefix,
.date-time-picker__time .el-date-editor.el-input__inner .el-input__prefix {
  display: none !important;
}
.date-time-picker__date .el-date-editor.el-input input,
.date-time-picker__date .el-date-editor.el-input__inner input,
.date-time-picker__time .el-date-editor.el-input input,
.date-time-picker__time .el-date-editor.el-input__inner input {
  padding: 0 !important;
  padding-left: 12px !important;
}
.date-time-picker__date .el-input__inner,
.date-time-picker__time .el-input__inner {
  height: 32px !important;
}
.date-time-picker__calendar .el-calendar__header {
  display: none;
}
.date-time-picker__calendar .current,
.date-time-picker__calendar .prev,
.date-time-picker__calendar .next {
  border: none !important;
}
.date-time-picker__calendar .current .el-calendar-day,
.date-time-picker__calendar .prev .el-calendar-day,
.date-time-picker__calendar .next .el-calendar-day {
  padding: 0 !important;
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
}
.date-time-picker__calendar .current .el-calendar-day span,
.date-time-picker__calendar .prev .el-calendar-day span,
.date-time-picker__calendar .next .el-calendar-day span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
}
.date-time-picker__calendar .el-calendar__body {
  padding-top: 0;
}
.date-time-picker__calendar .el-calendar-table thead {
  text-align: center;
}
.date-time-picker__calendar .el-calendar-table thead th {
  padding-top: 8px;
}
.date-time-picker__calendar .current.is-selected {
  background-color: rgba(0, 0, 0, 0) !important;
}
.date-time-picker__calendar .current.is-selected .el-calendar-day {
  background-color: rgba(0, 0, 0, 0) !important;
}
.date-time-picker__calendar .current.is-selected .el-calendar-day span {
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #0067f5;
  border-radius: 1000px;
  color: #fff;
}
.date-time-picker__calendar-handler {
  color: #333335;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
.date-time-picker__calendar-handler div i {
  font-size: 18px !important;
}
.date-time-picker__calendar-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 15%;
}
.date-time-picker__button {
  padding: 16px;
}
@media (max-width: 768px) {
  .date-time-picker__popper {
    display: none !important;
  }
}
.el-time-range-picker {
  width: 354px;
  overflow: visible;
}
.el-time-range-picker__content {
  position: relative;
  text-align: center;
  padding: 10px;
  z-index: 1;
}
.el-time-range-picker__cell {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 7px 7px;
  width: 50%;
  display: inline-block;
}
.el-time-range-picker__header {
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
}
.el-time-range-picker__body {
  border-radius: 2px;
  border: 1px solid var(--el-datepicker-border-color);
}
.el-time-panel {
  border-radius: 2px;
  position: relative;
  width: 180px;
  left: 0;
  z-index: var(--el-index-top);
  user-select: none;
  box-sizing: content-box;
}
.el-time-panel__content {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.el-time-panel__content::after,
.el-time-panel__content::before {
  content: "";
  top: 50%;
  position: absolute;
  margin-top: -16px;
  height: 32px;
  z-index: -1;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-top: 6px;
  text-align: left;
}
.el-time-panel__content::after {
  left: 50%;
  margin-left: 12%;
  margin-right: 12%;
}
.el-time-panel__content::before {
  padding-left: 50%;
  margin-right: 12%;
  margin-left: 12%;
  border-top: 1px solid var(--el-border-color-light);
  border-bottom: 1px solid var(--el-border-color-light);
}
.el-time-panel__content.has-seconds::after {
  left: 66.6666666667%;
}
.el-time-panel__content.has-seconds::before {
  padding-left: 33.3333333333%;
}
.el-time-panel__footer {
  border-top: 1px solid var(--el-timepicker-inner-border-color, var(--el-border-color-light));
  padding: 4px;
  height: 36px;
  line-height: 25px;
  text-align: right;
  box-sizing: border-box;
}
.el-time-panel__btn {
  border: none;
  line-height: 28px;
  padding: 0 5px;
  margin: 0 5px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  font-size: 12px;
  color: var(--el-text-color-primary);
}
.el-time-panel__btn.confirm {
  font-weight: 800;
  color: var(--el-timepicker-active-color, var(--el-color-primary));
}
.el-descriptions {
  --el-descriptions-table-border:1px solid var(--el-border-color-lighter);
  --el-descriptions-item-bordered-label-background:var(--el-fill-color-light);
  box-sizing: border-box;
  font-size: var(--el-font-size-base);
  color: var(--el-text-color-primary);
}
.el-descriptions__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.el-descriptions__title {
  color: var(--el-text-color-primary);
  font-size: 16px;
  font-weight: bold;
}
.el-descriptions__body {
  background-color: var(--el-fill-color-blank);
}
.el-descriptions__body .el-descriptions__table {
  border-collapse: collapse;
  width: 100%;
}
.el-descriptions__body .el-descriptions__table .el-descriptions__cell {
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  line-height: 23px;
  font-size: 14px;
}
.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-left {
  text-align: left;
}
.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-center {
  text-align: center;
}
.el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-right {
  text-align: right;
}
.el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell {
  border: var(--el-descriptions-table-border);
  padding: 8px 11px;
}
.el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell {
  padding-bottom: 12px;
}
.el-descriptions--large {
  font-size: 14px;
}
.el-descriptions--large .el-descriptions__header {
  margin-bottom: 20px;
}
.el-descriptions--large .el-descriptions__header .el-descriptions__title {
  font-size: 16px;
}
.el-descriptions--large .el-descriptions__body .el-descriptions__table .el-descriptions__cell {
  font-size: 14px;
}
.el-descriptions--large .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell {
  padding: 12px 15px;
}
.el-descriptions--large .el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell {
  padding-bottom: 16px;
}
.el-descriptions--small {
  font-size: 12px;
}
.el-descriptions--small .el-descriptions__header {
  margin-bottom: 12px;
}
.el-descriptions--small .el-descriptions__header .el-descriptions__title {
  font-size: 14px;
}
.el-descriptions--small .el-descriptions__body .el-descriptions__table .el-descriptions__cell {
  font-size: 12px;
}
.el-descriptions--small .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell {
  padding: 4px 7px;
}
.el-descriptions--small .el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell {
  padding-bottom: 8px;
}
.el-descriptions__label.el-descriptions__cell.is-bordered-label {
  font-weight: bold;
  color: var(--el-text-color-regular);
  background: var(--el-descriptions-item-bordered-label-background);
}
.el-descriptions__label:not(.is-bordered-label) {
  color: var(--el-text-color-primary);
  margin-right: 16px;
}
.el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label {
  padding-bottom: 6px;
}
.el-descriptions__content.el-descriptions__cell.is-bordered-content {
  color: var(--el-text-color-primary);
}
.el-descriptions__content:not(.is-bordered-label) {
  color: var(--el-text-color-regular);
}
.el-descriptions--large .el-descriptions__label:not(.is-bordered-label) {
  margin-right: 16px;
}
.el-descriptions--large .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label {
  padding-bottom: 8px;
}
.el-descriptions--small .el-descriptions__label:not(.is-bordered-label) {
  margin-right: 12px;
}
.el-descriptions--small .el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label {
  padding-bottom: 4px;
}
:root {
  --el-popup-modal-bg-color:var(--el-color-black);
  --el-popup-modal-opacity:0.5;
}
.v-modal-enter {
  animation: v-modal-in var(--el-transition-duration-fast) ease;
}
.v-modal-leave {
  animation: v-modal-out var(--el-transition-duration-fast) ease forwards;
}
@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: var(--el-popup-modal-opacity);
  background: var(--el-popup-modal-bg-color);
}
.el-popup-parent--hidden {
  overflow: hidden;
}
.el-dialog {
  --el-dialog-width:50%;
  --el-dialog-margin-top:15vh;
  --el-dialog-bg-color:var(--el-bg-color);
  --el-dialog-box-shadow:var(--el-box-shadow);
  --el-dialog-title-font-size:var(--el-font-size-large);
  --el-dialog-content-font-size:14px;
  --el-dialog-font-line-height:var(--el-font-line-height-primary);
  --el-dialog-padding-primary:20px;
  --el-dialog-border-radius:var(--el-border-radius-small);
  position: relative;
  margin: var(--el-dialog-margin-top, 15vh) auto 50px;
  background: var(--el-dialog-bg-color);
  border-radius: var(--el-dialog-border-radius);
  box-shadow: var(--el-dialog-box-shadow);
  box-sizing: border-box;
  width: var(--el-dialog-width, 50%);
}
.el-dialog:focus {
  outline: none !important;
}
.el-dialog.is-fullscreen {
  --el-dialog-width:100%;
  --el-dialog-margin-top:0;
  margin-bottom: 0;
  height: 100%;
  overflow: auto;
}
.el-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
}
.el-dialog.is-draggable .el-dialog__header {
  cursor: move;
  user-select: none;
}
.el-dialog__header {
  padding: var(--el-dialog-padding-primary);
  padding-bottom: 10px;
  word-break: break-all;
}
.el-dialog__headerbtn {
  position: absolute;
  top: 6px;
  right: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  cursor: pointer;
  font-size: var(--el-message-close-size, 16px);
}
.el-dialog__headerbtn .el-dialog__close {
  color: var(--el-color-info);
  font-size: inherit;
}
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
  color: var(--el-color-primary);
}
.el-dialog__title {
  line-height: var(--el-dialog-font-line-height);
  font-size: var(--el-dialog-title-font-size);
  color: var(--el-text-color-primary);
}
.el-dialog__body {
  padding: calc(var(--el-dialog-padding-primary) + 10px) var(--el-dialog-padding-primary);
  color: var(--el-text-color-regular);
  font-size: var(--el-dialog-content-font-size);
  word-break: break-all;
}
.el-dialog__footer {
  padding: var(--el-dialog-padding-primary);
  padding-top: 10px;
  text-align: right;
  box-sizing: border-box;
}
.el-dialog--center {
  text-align: center;
}
.el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 25px calc(var(--el-dialog-padding-primary) + 5px) 30px;
}
.el-dialog--center .el-dialog__footer {
  text-align: inherit;
}
.el-overlay-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
.dialog-fade-enter-active {
  animation: modal-fade-in var(--el-transition-duration);
}
.dialog-fade-enter-active .el-overlay-dialog {
  animation: dialog-fade-in var(--el-transition-duration);
}
.dialog-fade-leave-active {
  animation: modal-fade-out var(--el-transition-duration);
}
.dialog-fade-leave-active .el-overlay-dialog {
  animation: dialog-fade-out var(--el-transition-duration);
}
@keyframes dialog-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes dialog-fade-out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
@keyframes modal-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.el-divider {
  position: relative;
}
.el-divider--horizontal {
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
  border-top: 1px var(--el-border-color) var(--el-border-style);
}
.el-divider--vertical {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin: 0 8px;
  vertical-align: middle;
  position: relative;
  border-left: 1px var(--el-border-color) var(--el-border-style);
}
.el-divider__text {
  position: absolute;
  background-color: var(--el-bg-color);
  padding: 0 20px;
  font-weight: 500;
  color: var(--el-text-color-primary);
  font-size: 14px;
}
.el-divider__text.is-left {
  left: 20px;
  transform: translateY(-50%);
}
.el-divider__text.is-center {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.el-divider__text.is-right {
  right: 20px;
  transform: translateY(-50%);
}
.el-drawer {
  --el-drawer-bg-color:var(--el-dialog-bg-color, var(--el-bg-color));
  --el-drawer-padding-primary:var(--el-dialog-padding-primary, 20px);
}
.el-drawer {
  position: absolute;
  box-sizing: border-box;
  background-color: var(--el-drawer-bg-color);
  display: flex;
  flex-direction: column;
  box-shadow: var(--el-box-shadow-dark);
  overflow: hidden;
  transition: all var(--el-transition-duration);
}
.el-drawer .rtl {
  transform: translate(0, 0);
}
.el-drawer .ltr {
  transform: translate(0, 0);
}
.el-drawer .ttb {
  transform: translate(0, 0);
}
.el-drawer .btt {
  transform: translate(0, 0);
}
.el-drawer__sr-focus:focus {
  outline: none !important;
}
.el-drawer__header {
  align-items: center;
  color: #72767b;
  display: flex;
  margin-bottom: 32px;
  padding: var(--el-drawer-padding-primary);
  padding-bottom: 0;
}
.el-drawer__header > :first-child {
  flex: 1;
}
.el-drawer__title {
  margin: 0;
  flex: 1;
  line-height: inherit;
  font-size: 1rem;
}
.el-drawer__footer {
  padding: var(--el-drawer-padding-primary);
  padding-top: 10px;
  text-align: right;
}
.el-drawer__close-btn {
  border: none;
  cursor: pointer;
  font-size: var(--el-font-size-extra-large);
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
}
.el-drawer__close-btn:focus i,
.el-drawer__close-btn:hover i {
  color: var(--el-color-primary);
}
.el-drawer__close-btn .el-icon {
  font-size: inherit;
  vertical-align: text-bottom;
}
.el-drawer__body {
  flex: 1;
  padding: var(--el-drawer-padding-primary);
  overflow: auto;
}
.el-drawer__body > * {
  box-sizing: border-box;
}
.el-drawer.ltr,
.el-drawer.rtl {
  height: 100%;
  top: 0;
  bottom: 0;
}
.el-drawer.ttb,
.el-drawer.btt {
  width: 100%;
  left: 0;
  right: 0;
}
.el-drawer.ltr {
  left: 0;
}
.el-drawer.rtl {
  right: 0;
}
.el-drawer.ttb {
  top: 0;
}
.el-drawer.btt {
  bottom: 0;
}
.el-drawer-fade-enter-active,
.el-drawer-fade-leave-active {
  transition: all var(--el-transition-duration);
}
.el-drawer-fade-enter-from,
.el-drawer-fade-enter-active,
.el-drawer-fade-enter-to,
.el-drawer-fade-leave-from,
.el-drawer-fade-leave-active,
.el-drawer-fade-leave-to {
  overflow: hidden !important;
}
.el-drawer-fade-enter-from,
.el-drawer-fade-leave-to {
  opacity: 0;
}
.el-drawer-fade-enter-to,
.el-drawer-fade-leave-from {
  opacity: 1;
}
.el-drawer-fade-enter-from .rtl,
.el-drawer-fade-leave-to .rtl {
  transform: translateX(100%);
}
.el-drawer-fade-enter-from .ltr,
.el-drawer-fade-leave-to .ltr {
  transform: translateX(-100%);
}
.el-drawer-fade-enter-from .ttb,
.el-drawer-fade-leave-to .ttb {
  transform: translateY(-100%);
}
.el-drawer-fade-enter-from .btt,
.el-drawer-fade-leave-to .btt {
  transform: translateY(100%);
}
.el-dropdown {
  --el-dropdown-menu-box-shadow:var(--el-box-shadow-light);
  --el-dropdown-menuItem-hover-fill:var(--el-color-primary-light-9);
  --el-dropdown-menuItem-hover-color:var(--el-color-primary);
  --el-dropdown-menu-index:10;
  display: inline-flex;
  position: relative;
  color: var(--el-text-color-regular);
  font-size: var(--el-font-size-base);
  line-height: 1;
  vertical-align: top;
}
.el-dropdown.is-disabled {
  color: var(--el-text-color-placeholder);
  cursor: not-allowed;
}
.el-dropdown__popper {
  --el-dropdown-menu-box-shadow:var(--el-box-shadow-light);
  --el-dropdown-menuItem-hover-fill:var(--el-color-primary-light-9);
  --el-dropdown-menuItem-hover-color:var(--el-color-primary);
  --el-dropdown-menu-index:10;
}
.el-dropdown__popper.el-popper {
  background: var(--el-bg-color-overlay);
  border: 1px solid var(--el-border-color-light);
  box-shadow: var(--el-dropdown-menu-box-shadow);
}
.el-dropdown__popper.el-popper .el-popper__arrow::before {
  border: 1px solid var(--el-border-color-light);
}
.el-dropdown__popper.el-popper[data-popper-placement^=top] .el-popper__arrow::before {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
.el-dropdown__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.el-dropdown__popper.el-popper[data-popper-placement^=left] .el-popper__arrow::before {
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}
.el-dropdown__popper.el-popper[data-popper-placement^=right] .el-popper__arrow::before {
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}
.el-dropdown__popper .el-dropdown-menu {
  border: none;
}
.el-dropdown__popper .el-dropdown__popper-selfdefine {
  outline: none;
}
.el-dropdown__popper .el-scrollbar__bar {
  z-index: calc(var(--el-dropdown-menu-index) + 1);
}
.el-dropdown__popper .el-dropdown__list {
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.el-dropdown .el-dropdown__caret-button {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  border-left: none;
}
.el-dropdown .el-dropdown__caret-button > span {
  display: inline-flex;
}
.el-dropdown .el-dropdown__caret-button::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  top: -1px;
  bottom: -1px;
  left: 0;
  background: var(--el-overlay-color-lighter);
}
.el-dropdown .el-dropdown__caret-button.el-button::before {
  background: var(--el-border-color);
  opacity: .5;
}
.el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
  font-size: inherit;
  padding-left: 0;
}
.el-dropdown .el-dropdown-selfdefine {
  outline: none;
}
.el-dropdown--large .el-dropdown__caret-button {
  width: 52px;
}
.el-dropdown--small .el-dropdown__caret-button {
  width: 34px;
}
.el-dropdown-menu {
  position: relative;
  top: 0;
  left: 0;
  z-index: var(--el-dropdown-menu-index);
  padding: 5px 0;
  margin: 0;
  background-color: var(--el-bg-color-overlay);
  border: none;
  border-radius: var(--el-border-radius-base);
  box-shadow: none;
  list-style: none;
}
.el-dropdown-menu__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  list-style: none;
  line-height: 36px;
  padding: 5px 16px;
  margin: 0;
  font-size: var(--el-font-size-base);
  color: var(--el-text-color-regular);
  cursor: pointer;
  outline: none;
}
.el-dropdown-menu__item:not(.is-disabled):focus {
  background-color: var(--el-dropdown-menuItem-hover-fill);
  color: var(--el-dropdown-menuItem-hover-color);
}
.el-dropdown-menu__item i {
  margin-right: 5px;
}
.el-dropdown-menu__item--divided {
  margin: 6px 0;
  border-top: 1px solid var(--el-border-color-lighter);
}
.el-dropdown-menu__item.is-disabled {
  cursor: not-allowed;
  color: var(--el-text-color-disabled);
}
.el-dropdown-menu--large {
  padding: 7px 0;
}
.el-dropdown-menu--large .el-dropdown-menu__item {
  padding: 7px 20px;
  line-height: 22px;
  font-size: 14px;
}
.el-dropdown-menu--large .el-dropdown-menu__item--divided {
  margin: 8px 0;
}
.el-dropdown-menu--small {
  padding: 3px 0;
}
.el-dropdown-menu--small .el-dropdown-menu__item {
  padding: 2px 12px;
  line-height: 20px;
  font-size: 12px;
}
.el-dropdown-menu--small .el-dropdown-menu__item--divided {
  margin: 4px 0;
}
.el-empty {
  --el-empty-padding:40px 0;
  --el-empty-image-width:160px;
  --el-empty-description-margin-top:20px;
  --el-empty-bottom-margin-top:20px;
  --el-empty-fill-color-0:var(--el-color-white);
  --el-empty-fill-color-1:#fcfcfd;
  --el-empty-fill-color-2:#f8f9fb;
  --el-empty-fill-color-3:#f7f8fc;
  --el-empty-fill-color-4:#eeeff3;
  --el-empty-fill-color-5:#edeef2;
  --el-empty-fill-color-6:#e9ebef;
  --el-empty-fill-color-7:#e5e7e9;
  --el-empty-fill-color-8:#e0e3e9;
  --el-empty-fill-color-9:#d5d7de;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: var(--el-empty-padding);
}
.el-empty__image {
  width: var(--el-empty-image-width);
}
.el-empty__image img {
  user-select: none;
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: contain;
}
.el-empty__image svg {
  color: var(--el-svg-monochrome-grey);
  fill: currentColor;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.el-empty__description {
  margin-top: var(--el-empty-description-margin-top);
}
.el-empty__description p {
  margin: 0;
  font-size: var(--el-font-size-base);
  color: var(--el-text-color-secondary);
}
.el-empty__bottom {
  margin-top: var(--el-empty-bottom-margin-top);
}
.el-footer {
  --el-footer-padding:0 20px;
  --el-footer-height:60px;
  padding: var(--el-footer-padding);
  box-sizing: border-box;
  flex-shrink: 0;
  height: var(--el-footer-height);
}
.el-form {
  --el-form-label-font-size:var(--el-font-size-base);
}
.el-form--label-left .el-form-item__label {
  justify-content: flex-start;
}
.el-form--label-top .el-form-item {
  display: block;
}
.el-form--label-top .el-form-item .el-form-item__label {
  display: block;
  height: auto;
  text-align: left;
  margin-bottom: 8px;
  line-height: 14px;
}
.el-form--inline .el-form-item {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 32px;
}
.el-form--inline.el-form--label-top {
  display: flex;
  flex-wrap: wrap;
}
.el-form--inline.el-form--label-top .el-form-item {
  display: block;
}
.el-form--large.el-form--label-top .el-form-item .el-form-item__label {
  margin-bottom: 12px;
  line-height: 22px;
}
.el-form--default.el-form--label-top .el-form-item .el-form-item__label {
  margin-bottom: 8px;
  line-height: 14px;
}
.el-form--small.el-form--label-top .el-form-item .el-form-item__label {
  margin-bottom: 4px;
  line-height: 20px;
}
.el-form-item {
  display: block;
  --font-size: 14px;
  margin-bottom: 18px;
}
.el-form-item .el-form-item {
  margin-bottom: 0;
}
.el-form-item .el-input__validateIcon {
  display: none;
}
.el-form-item--large {
  --font-size: 14px;
  --el-form-label-font-size:var(--font-size);
  margin-bottom: 22px;
}
.el-form-item--large .el-form-item__label {
  height: 40px;
  line-height: 40px;
}
.el-form-item--large .el-form-item__content {
  line-height: 40px;
}
.el-form-item--large .el-form-item__error {
  padding-top: 4px;
}
.el-form-item--default {
  --font-size: 14px;
  --el-form-label-font-size:var(--font-size);
  margin-bottom: 18px;
}
.el-form-item--default .el-form-item__label {
  height: 40px;
  line-height: 40px;
}
.el-form-item--default .el-form-item__content {
  line-height: 40px;
}
.el-form-item--default .el-form-item__error {
  padding-top: 2px;
}
.el-form-item--small {
  --font-size: 12px;
  --el-form-label-font-size:var(--font-size);
  margin-bottom: 18px;
}
.el-form-item--small .el-form-item__label {
  height: 24px;
  line-height: 24px;
}
.el-form-item--small .el-form-item__content {
  line-height: 24px;
}
.el-form-item--small .el-form-item__error {
  padding-top: 2px;
}
.el-form-item__label-wrap {
  display: flex;
}
.el-form-item__label {
  display: inline-block;
  padding-bottom: 10px;
  flex: 0 0 auto;
  font-size: var(--el-form-label-font-size);
  color: var(--el-text-color-regular);
  line-height: 40px;
  box-sizing: border-box;
}
.el-form-item__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  line-height: 40px;
  height: auto;
  position: relative;
  font-size: var(--font-size);
  min-width: 0;
}
.el-form-item__content .el-input-group {
  vertical-align: top;
}
.el-form-item__error {
  color: var(--el-color-danger);
  font-size: 12px;
  line-height: 1;
  padding-top: 2px;
  position: absolute;
  top: 100%;
  left: 0;
}
.el-form-item__error--inline {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  margin-left: 10px;
}
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label-wrap > .el-form-item__label:before {
  content: "*";
  color: var(--el-color-danger);
  margin-right: 4px;
}
.el-form-item.is-error .el-select-v2__wrapper,
.el-form-item.is-error .el-select-v2__wrapper:focus,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus {
  box-shadow: 0 0 0 1px var(--el-color-danger) inset;
}
.el-form-item.is-error .el-input__inner {
  box-shadow: 0 0 0 1px var(--el-color-danger) inset;
}
.el-form-item.is-error .el-input-group__append .el-input__inner,
.el-form-item.is-error .el-input-group__prepend .el-input__inner {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0) inset;
}
.el-form-item.is-error .el-input__validateIcon {
  color: var(--el-color-danger);
}
.el-form-item--feedback .el-input__validateIcon {
  display: inline-flex;
}
.el-header {
  --el-header-padding:0 20px;
  --el-header-height:60px;
  padding: var(--el-header-padding);
  box-sizing: border-box;
  flex-shrink: 0;
  height: var(--el-header-height);
}
.el-image-viewer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.el-image-viewer__btn {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: .8;
  cursor: pointer;
  box-sizing: border-box;
  user-select: none;
}
.el-image-viewer__btn .el-icon {
  font-size: inherit;
  cursor: pointer;
}
.el-image-viewer__close {
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
}
.el-image-viewer__canvas {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}
.el-image-viewer__actions {
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 282px;
  height: 44px;
  padding: 0 23px;
  background-color: var(--el-text-color-regular);
  border-color: #fff;
  border-radius: 22px;
}
.el-image-viewer__actions__inner {
  width: 100%;
  height: 100%;
  text-align: justify;
  cursor: default;
  font-size: 23px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.el-image-viewer__prev {
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: var(--el-text-color-regular);
  border-color: #fff;
}
.el-image-viewer__next {
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  text-indent: 2px;
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: var(--el-text-color-regular);
  border-color: #fff;
}
.el-image-viewer__close {
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: var(--el-text-color-regular);
  border-color: #fff;
}
.el-image-viewer__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  background: #000;
}
.viewer-fade-enter-active {
  animation: viewer-fade-in var(--el-transition-duration);
}
.viewer-fade-leave-active {
  animation: viewer-fade-out var(--el-transition-duration);
}
@keyframes viewer-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes viewer-fade-out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
.el-image__error,
.el-image__placeholder,
.el-image__wrapper,
.el-image__inner {
  width: 100%;
  height: 100%;
}
.el-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.el-image__inner {
  vertical-align: top;
  opacity: 1;
}
.el-image__inner.is-loading {
  opacity: 0;
}
.el-image__wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.el-image__placeholder {
  background: var(--el-fill-color-light);
}
.el-image__error {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background: var(--el-fill-color-light);
  color: var(--el-text-color-placeholder);
  vertical-align: middle;
}
.el-image__preview {
  cursor: pointer;
}
.el-input-number {
  position: relative;
  display: inline-block;
  width: 150px;
  line-height: 38px;
}
.el-input-number .el-input__wrapper {
  padding-left: 50px;
  padding-right: 50px;
}
.el-input-number .el-input__inner {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  text-align: center;
  line-height: 1;
}
.el-input-number .el-input__inner::-webkit-inner-spin-button,
.el-input-number .el-input__inner::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.el-input-number__increase,
.el-input-number__decrease {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 1px;
  bottom: 1px;
  width: 40px;
  background: var(--el-fill-color-light);
  color: var(--el-text-color-regular);
  cursor: pointer;
  font-size: 13px;
  user-select: none;
}
.el-input-number__increase:hover,
.el-input-number__decrease:hover {
  color: var(--el-color-primary);
}
.el-input-number__increase:hover ~ .el-input:not(.is-disabled) .el-input_wrapper,
.el-input-number__decrease:hover ~ .el-input:not(.is-disabled) .el-input_wrapper {
  box-shadow: 0 0 0 1px var(--el-input-focus-border-color, var(--el-color-primary)) inset;
}
.el-input-number__increase.is-disabled,
.el-input-number__decrease.is-disabled {
  color: var(--el-disabled-text-color);
  cursor: not-allowed;
}
.el-input-number__increase {
  right: 1px;
  border-radius: 0 var(--el-border-radius-base) var(--el-border-radius-base) 0;
  border-left: var(--el-border);
}
.el-input-number__decrease {
  left: 1px;
  border-radius: var(--el-border-radius-base) 0 0 var(--el-border-radius-base);
  border-right: var(--el-border);
}
.el-input-number.is-disabled .el-input-number__increase,
.el-input-number.is-disabled .el-input-number__decrease {
  border-color: var(--el-disabled-border-color);
  color: var(--el-disabled-border-color);
}
.el-input-number.is-disabled .el-input-number__increase:hover,
.el-input-number.is-disabled .el-input-number__decrease:hover {
  color: var(--el-disabled-border-color);
  cursor: not-allowed;
}
.el-input-number--large {
  width: 180px;
  line-height: 50px;
}
.el-input-number--large .el-input-number__increase,
.el-input-number--large .el-input-number__decrease {
  width: 52px;
  font-size: 14px;
}
.el-input-number--large .el-input__wrapper {
  padding-left: 59px;
  padding-right: 59px;
}
.el-input-number--small {
  width: 120px;
  line-height: 32px;
}
.el-input-number--small .el-input-number__increase,
.el-input-number--small .el-input-number__decrease {
  width: 34px;
  font-size: 12px;
}
.el-input-number--small .el-input__wrapper {
  padding-left: 41px;
  padding-right: 41px;
}
.el-input-number--small .el-input-number__increase [class*=el-icon],
.el-input-number--small .el-input-number__decrease [class*=el-icon] {
  transform: scale(0.9);
}
.el-input-number.is-without-controls .el-input__wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.el-input-number.is-controls-right .el-input__wrapper {
  padding-left: 15px;
  padding-right: 50px;
}
.el-input-number.is-controls-right .el-input-number__increase,
.el-input-number.is-controls-right .el-input-number__decrease {
  --el-input-number-controls-height:19px;
  height: var(--el-input-number-controls-height);
  line-height: var(--el-input-number-controls-height);
}
.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon],
.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon] {
  transform: scale(0.8);
}
.el-input-number.is-controls-right .el-input-number__increase {
  bottom: auto;
  left: auto;
  border-radius: 0 var(--el-border-radius-base) 0 0;
  border-bottom: var(--el-border);
}
.el-input-number.is-controls-right .el-input-number__decrease {
  right: 1px;
  top: auto;
  left: auto;
  border-right: none;
  border-left: var(--el-border);
  border-radius: 0 0 var(--el-border-radius-base) 0;
}
.el-input-number.is-controls-right[class*=large] [class*=increase],
.el-input-number.is-controls-right[class*=large] [class*=decrease] {
  --el-input-number-controls-height:25px;
}
.el-input-number.is-controls-right[class*=small] [class*=increase],
.el-input-number.is-controls-right[class*=small] [class*=decrease] {
  --el-input-number-controls-height:16px;
}
.el-textarea {
  --el-input-text-color:var(--el-text-color-regular);
  --el-input-border:var(--el-border);
  --el-input-hover-border:var(--el-border-color-hover);
  --el-input-focus-border:var(--el-color-primary);
  --el-input-transparent-border:0 0 0 1px transparent inset;
  --el-input-border-color:var(--el-border-color);
  --el-input-border-radius:var(--el-border-radius-base);
  --el-input-bg-color:var(--el-fill-color-blank);
  --el-input-icon-color:var(--el-text-color-placeholder);
  --el-input-placeholder-color:var(--el-text-color-placeholder);
  --el-input-hover-border-color:var(--el-border-color-hover);
  --el-input-clear-hover-color:var(--el-text-color-secondary);
  --el-input-focus-border-color:var(--el-color-primary);
}
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: var(--el-font-size-base);
}
.el-textarea__inner {
  position: relative;
  display: block;
  resize: vertical;
  padding: 5px 11px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  color: var(--el-input-text-color, var(--el-text-color-regular));
  background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
  background-image: none;
  -webkit-appearance: none;
  box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
  border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
  transition: var(--el-transition-box-shadow);
  border: none;
}
.el-textarea__inner::placeholder {
  color: var(--el-input-placeholder-color, var(--el-text-color-placeholder));
}
.el-textarea__inner:hover {
  box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset;
}
.el-textarea__inner:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
}
.el-textarea .el-input__count {
  color: var(--el-color-info);
  background: var(--el-fill-color-blank);
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: var(--el-disabled-bg-color);
  border-color: var(--el-disabled-border-color);
  color: var(--el-disabled-text-color);
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: var(--el-text-color-placeholder);
}
.el-textarea.is-exceed .el-textarea__inner {
  border-color: var(--el-color-danger);
}
.el-textarea.is-exceed .el-input__count {
  color: var(--el-color-danger);
}
.el-input {
  --el-input-text-color:var(--el-text-color-regular);
  --el-input-border:var(--el-border);
  --el-input-hover-border:var(--el-border-color-hover);
  --el-input-focus-border:var(--el-color-primary);
  --el-input-transparent-border:0 0 0 1px transparent inset;
  --el-input-border-color:var(--el-border-color);
  --el-input-border-radius:var(--el-border-radius-base);
  --el-input-bg-color:var(--el-fill-color-blank);
  --el-input-icon-color:var(--el-text-color-placeholder);
  --el-input-placeholder-color:var(--el-text-color-placeholder);
  --el-input-hover-border-color:var(--el-border-color-hover);
  --el-input-clear-hover-color:var(--el-text-color-secondary);
  --el-input-focus-border-color:var(--el-color-primary);
}
.el-input {
  --el-input-height:var(--el-component-size);
  position: relative;
  font-size: var(--el-font-size-base);
  display: inline-flex;
  width: 100%;
  line-height: var(--el-input-height);
  box-sizing: border-box;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: var(--el-text-color-disabled);
}
.el-input::-webkit-scrollbar-corner {
  background: var(--el-fill-color-blank);
}
.el-input::-webkit-scrollbar-track {
  background: var(--el-fill-color-blank);
}
.el-input::-webkit-scrollbar-track-piece {
  background: var(--el-fill-color-blank);
  width: 6px;
}
.el-input .el-input__clear,
.el-input .el-input__password {
  color: var(--el-input-icon-color);
  font-size: 14px;
  cursor: pointer;
}
.el-input .el-input__clear:hover,
.el-input .el-input__password:hover {
  color: var(--el-input-clear-hover-color);
}
.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: var(--el-color-info);
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: var(--el-fill-color-blank);
  line-height: initial;
  display: inline-block;
  padding-left: 8px;
}
.el-input__wrapper {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: inherit;
}
.el-input__inner {
  padding: 1px 11px;
  background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
  background-image: none;
  transition: var(--el-transition-box-shadow);
  border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
  box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
}
.el-input__inner:hover {
  box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset;
}
.el-input__inner.is-focus {
  box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
}
.el-input__inner {
  --el-input-inner-height:calc(var(--el-input-height, 40px) - 2px);
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  color: var(--el-input-text-color, var(--el-text-color-regular));
  font-size: inherit;
  height: var(--el-input-inner-height);
  line-height: var(--el-input-inner-height);
  padding: 0;
  outline: none;
  border: none;
  background: none;
  box-sizing: border-box;
}
.el-input__inner:focus {
  box-shadow: 0 0 0 1px var(--color-primary) inset;
  outline: none;
}
.el-input__inner::placeholder {
  color: var(--el-input-placeholder-color, var(--el-text-color-placeholder));
}
.el-input__inner[type=password]::-ms-reveal {
  display: none;
}
.el-input__prefix {
  z-index: 201;
  position: absolute;
  display: inline-flex;
  white-space: nowrap;
  flex-shrink: 0;
  flex-wrap: nowrap;
  height: 100%;
  text-align: center;
  color: var(--el-input-icon-color, var(--el-text-color-placeholder));
  transition: all var(--el-transition-duration);
  pointer-events: none;
}
.el-input__prefix-inner {
  pointer-events: all;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.el-input__prefix-inner > :last-child {
  margin-right: 8px;
}
.el-input__prefix-inner > :first-child,
.el-input__prefix-inner > :first-child.el-input__icon {
  margin-left: 0;
}
.el-input__suffix {
  z-index: 201;
  position: absolute;
  display: inline-flex;
  white-space: nowrap;
  flex-shrink: 0;
  flex-wrap: nowrap;
  height: 100%;
  text-align: center;
  color: var(--el-input-icon-color, var(--el-text-color-placeholder));
  transition: all var(--el-transition-duration);
  pointer-events: none;
}
.el-input__suffix-inner {
  pointer-events: all;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.el-input__suffix-inner > :first-child {
  margin-left: 8px;
}
.el-input .el-input__icon {
  height: inherit;
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all var(--el-transition-duration);
  margin-left: 8px;
}
.el-input__validateIcon {
  pointer-events: none;
}
.el-input.is-active .el-input__inner {
  box-shadow: 0 0 0 1px var(--el-input-focus-color, ) inset;
}
.el-input.is-disabled {
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner {
  background-color: var(--el-disabled-bg-color);
  box-shadow: 0 0 0 1px var(--el-disabled-border-color) inset;
}
.el-input.is-disabled .el-input__inner {
  color: var(--el-disabled-text-color);
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: var(--el-text-color-placeholder);
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}
.el-input.is-exceed .el-input__inner {
  box-shadow: 0 0 0 1px var(--el-color-danger) inset;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: var(--el-color-danger);
}
.el-input--large {
  --el-input-height:var(--el-component-size-large);
  font-size: 14px;
}
.el-input--large .el-input__inner {
  padding: 1px 15px;
}
.el-input--large .el-input__inner {
  --el-input-inner-height:calc(var(--el-input-height, 52px) - 2px);
}
.el-input--small {
  --el-input-height:var(--el-component-size-small);
  font-size: 12px;
}
.el-input--small .el-input__inner {
  padding: 1px 7px;
}
.el-input--small .el-input__inner {
  --el-input-inner-height:calc(var(--el-input-height, 34px) - 2px);
}
.el-input-group {
  display: inline-flex;
  width: 100%;
  align-items: stretch;
}
.el-input-group__append,
.el-input-group__prepend {
  background-color: var(--el-fill-color-light);
  color: var(--el-color-info);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  border-radius: var(--el-input-border-radius);
  padding: 0 20px;
  white-space: nowrap;
}
.el-input-group__append:focus,
.el-input-group__prepend:focus {
  outline: none;
}
.el-input-group__append .el-select,
.el-input-group__append .el-button,
.el-input-group__prepend .el-select,
.el-input-group__prepend .el-button {
  display: inline-block;
  margin: 0 -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append button.el-button:hover,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend button.el-button:hover,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}
.el-input-group__prepend {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow:
    1px 0 0 0 var(--el-input-border-color) inset,
    0 1px 0 0 var(--el-input-border-color) inset,
    0 -1px 0 0 var(--el-input-border-color) inset;
}
.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow:
    0 1px 0 0 var(--el-input-border-color) inset,
    0 -1px 0 0 var(--el-input-border-color) inset,
    -1px 0 0 0 var(--el-input-border-color) inset;
}
.el-input-group--prepend > .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--prepend .el-input-group__prepend .el-select .el-input .el-input__inner {
  box-shadow: none !important;
}
.el-input-group--prepend .el-input-group__prepend .el-select .el-input .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow:
    1px 0 0 0 var(--el-input-border-color) inset,
    0 1px 0 0 var(--el-input-border-color) inset,
    0 -1px 0 0 var(--el-input-border-color) inset;
}
.el-input-group--prepend .el-input-group__prepend .el-select .el-input.is-focus .el-input__inner {
  box-shadow:
    1px 0 0 0 var(--el-input-focus-border-color) inset,
    1px 0 0 0 var(--el-input-focus-border-color),
    0 1px 0 0 var(--el-input-focus-border-color) inset,
    0 -1px 0 0 var(--el-input-focus-border-color) inset !important;
  z-index: 2;
}
.el-input-group--prepend .el-input-group__prepend .el-select .el-input.is-focus .el-input__inner:focus {
  outline: none;
  z-index: 2;
  box-shadow:
    1px 0 0 0 var(--el-input-focus-border-color) inset,
    1px 0 0 0 var(--el-input-focus-border-color),
    0 1px 0 0 var(--el-input-focus-border-color) inset,
    0 -1px 0 0 var(--el-input-focus-border-color) inset !important;
}
.el-input-group--prepend .el-input-group__prepend .el-select:hover .el-input__inner {
  box-shadow: none !important;
}
.el-input-group--prepend .el-input-group__prepend .el-select:hover .el-input__inner {
  z-index: 1;
  box-shadow:
    1px 0 0 0 var(--el-input-hover-border-color) inset,
    1px 0 0 0 var(--el-input-hover-border-color),
    0 1px 0 0 var(--el-input-hover-border-color) inset,
    0 -1px 0 0 var(--el-input-hover-border-color) inset !important;
}
.el-input-group--append > .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group--append .el-input-group__append .el-select .el-input .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow:
    0 1px 0 0 var(--el-input-border-color) inset,
    0 -1px 0 0 var(--el-input-border-color) inset,
    -1px 0 0 0 var(--el-input-border-color) inset;
}
.el-input-group--append .el-input-group__append .el-select .el-input.is-focus .el-input__inner {
  box-shadow: none !important;
}
.el-input-group--append .el-input-group__append .el-select .el-input.is-focus .el-input__inner {
  z-index: 2;
  box-shadow:
    -1px 0 0 0 var(--el-input-focus-border-color),
    -1px 0 0 0 var(--el-input-focus-border-color) inset,
    0 1px 0 0 var(--el-input-focus-border-color) inset,
    0 -1px 0 0 var(--el-input-focus-border-color) inset !important;
}
.el-input-group--append .el-input-group__append .el-select:hover .el-input__inner {
  box-shadow: none !important;
}
.el-input-group--append .el-input-group__append .el-select:hover .el-input__inner {
  z-index: 1;
  box-shadow:
    -1px 0 0 0 var(--el-input-hover-border-color),
    -1px 0 0 0 var(--el-input-hover-border-color) inset,
    0 1px 0 0 var(--el-input-hover-border-color) inset,
    0 -1px 0 0 var(--el-input-hover-border-color) inset !important;
}
.el-link {
  --el-link-font-size:var(--el-font-size-base);
  --el-link-font-weight:var(--el-font-weight-primary);
  --el-link-text-color:var(--el-text-color-regular);
  --el-link-hover-text-color:var(--el-color-primary);
  --el-link-disabled-text-color:var(--el-text-color-placeholder);
}
.el-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  font-size: var(--el-link-font-size);
  font-weight: var(--el-link-font-weight);
  color: var(--el-link-text-color);
}
.el-link:hover {
  color: var(--el-link-hover-text-color);
}
.el-link.is-underline:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--el-link-hover-text-color);
}
.el-link.is-disabled {
  color: var(--el-link-disabled-text-color);
  cursor: not-allowed;
}
.el-link [class*=el-icon-] + span {
  margin-left: 5px;
}
.el-link.el-link--default:after {
  border-color: var(--el-link-hover-text-color);
}
.el-link__inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.el-link.el-link--primary {
  --el-link-text-color:var(--el-color-primary);
  --el-link-hover-text-color:var(--el-color-primary-light-3);
  --el-link-disabled-text-color:var(--el-color-primary-light-5);
}
.el-link.el-link--primary:after {
  border-color: var(--el-link-text-color);
}
.el-link.el-link--primary.is-underline:hover:after {
  border-color: var(--el-link-text-color);
}
.el-link.el-link--success {
  --el-link-text-color:var(--el-color-success);
  --el-link-hover-text-color:var(--el-color-success-light-3);
  --el-link-disabled-text-color:var(--el-color-success-light-5);
}
.el-link.el-link--success:after {
  border-color: var(--el-link-text-color);
}
.el-link.el-link--success.is-underline:hover:after {
  border-color: var(--el-link-text-color);
}
.el-link.el-link--warning {
  --el-link-text-color:var(--el-color-warning);
  --el-link-hover-text-color:var(--el-color-warning-light-3);
  --el-link-disabled-text-color:var(--el-color-warning-light-5);
}
.el-link.el-link--warning:after {
  border-color: var(--el-link-text-color);
}
.el-link.el-link--warning.is-underline:hover:after {
  border-color: var(--el-link-text-color);
}
.el-link.el-link--danger {
  --el-link-text-color:var(--el-color-danger);
  --el-link-hover-text-color:var(--el-color-danger-light-3);
  --el-link-disabled-text-color:var(--el-color-danger-light-5);
}
.el-link.el-link--danger:after {
  border-color: var(--el-link-text-color);
}
.el-link.el-link--danger.is-underline:hover:after {
  border-color: var(--el-link-text-color);
}
.el-link.el-link--error {
  --el-link-text-color:var(--el-color-error);
  --el-link-hover-text-color:var(--el-color-error-light-3);
  --el-link-disabled-text-color:var(--el-color-error-light-5);
}
.el-link.el-link--error:after {
  border-color: var(--el-link-text-color);
}
.el-link.el-link--error.is-underline:hover:after {
  border-color: var(--el-link-text-color);
}
.el-link.el-link--info {
  --el-link-text-color:var(--el-color-info);
  --el-link-hover-text-color:var(--el-color-info-light-3);
  --el-link-disabled-text-color:var(--el-color-info-light-5);
}
.el-link.el-link--info:after {
  border-color: var(--el-link-text-color);
}
.el-link.el-link--info.is-underline:hover:after {
  border-color: var(--el-link-text-color);
}
:root {
  --el-loading-spinner-size:42px;
  --el-loading-fullscreen-spinner-size:50px;
}
.el-loading-parent--relative {
  position: relative !important;
}
.el-loading-parent--hidden {
  overflow: hidden !important;
}
.el-loading-mask {
  position: absolute;
  z-index: 2000;
  background-color: var(--el-mask-color);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity var(--el-transition-duration);
}
.el-loading-mask.is-fullscreen {
  position: fixed;
}
.el-loading-mask.is-fullscreen .el-loading-spinner {
  margin-top: calc((0px - var(--el-loading-fullscreen-spinner-size))/2);
}
.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
  height: var(--el-loading-fullscreen-spinner-size);
  width: var(--el-loading-fullscreen-spinner-size);
}
.el-loading-spinner {
  top: 50%;
  margin-top: calc((0px - var(--el-loading-spinner-size))/2);
  width: 100%;
  text-align: center;
  position: absolute;
}
.el-loading-spinner .el-loading-text {
  color: var(--el-color-primary);
  margin: 3px 0;
  font-size: 14px;
}
.el-loading-spinner .circular {
  display: inline;
  height: var(--el-loading-spinner-size);
  width: var(--el-loading-spinner-size);
  animation: loading-rotate 2s linear infinite;
}
.el-loading-spinner .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: var(--el-color-primary);
  stroke-linecap: round;
}
.el-loading-spinner i {
  color: var(--el-color-primary);
}
.el-loading-fade-enter-from,
.el-loading-fade-leave-to {
  opacity: 0;
}
@keyframes loading-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
.el-main {
  --el-main-padding:20px;
  display: block;
  flex: 1;
  flex-basis: auto;
  overflow: auto;
  box-sizing: border-box;
  padding: var(--el-main-padding);
}
:root {
  --el-menu-active-color:var(--el-color-primary);
  --el-menu-text-color:var(--el-text-color-primary);
  --el-menu-hover-text-color:var(--el-color-primary);
  --el-menu-bg-color:var(--el-fill-color-blank);
  --el-menu-hover-bg-color:var(--el-color-primary-light-9);
  --el-menu-item-height:40px;
  --el-menu-sub-item-height:calc(var(--el-menu-item-height) - 6px);
  --el-menu-horizontal-sub-item-height:36px;
  --el-menu-item-font-size:var(--el-font-size-base);
  --el-menu-item-hover-fill:var(--el-color-primary-light-9);
  --el-menu-border-color:var(--el-border-color);
  --el-menu-base-level-padding:20px;
  --el-menu-level-padding:20px;
  --el-menu-icon-width:24px;
  --el-menu-icon-transform-closed:none;
  --el-menu-icon-transform-open:rotateZ(180deg);
}
.el-menu {
  border-right: solid 1px var(--el-menu-border-color);
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 0;
  background-color: var(--el-menu-bg-color);
  box-sizing: border-box;
}
.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item,
.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-sub-menu__title,
.el-menu--vertical:not(.el-menu--collapse):not(.el-menu--popup-container) .el-menu-item-group__title {
  padding-left: calc(var(--el-menu-base-level-padding) + var(--el-menu-level)*var(--el-menu-level-padding));
}
.el-menu--horizontal {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: solid 1px var(--el-menu-border-color);
  border-right: none;
}
.el-menu--horizontal > .el-menu-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  color: var(--el-menu-text-color);
}
.el-menu--horizontal > .el-menu-item a,
.el-menu--horizontal > .el-menu-item a:hover {
  color: inherit;
}
.el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
.el-menu--horizontal > .el-menu-item:not(.is-disabled):focus {
  background-color: #fff;
}
.el-menu--horizontal > .el-sub-menu:focus,
.el-menu--horizontal > .el-sub-menu:hover {
  outline: none;
}
.el-menu--horizontal > .el-sub-menu:hover .el-sub-menu__title {
  color: var(--el-menu-hover-text-color);
}
.el-menu--horizontal > .el-sub-menu.is-active .el-sub-menu__title {
  border-bottom: 2px solid var(--el-menu-active-color);
  color: var(--el-menu-active-color);
}
.el-menu--horizontal > .el-sub-menu .el-sub-menu__title {
  height: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  color: var(--el-menu-text-color);
}
.el-menu--horizontal > .el-sub-menu .el-sub-menu__title:hover {
  background-color: var(--el-bg-color-overlay);
}
.el-menu--horizontal > .el-sub-menu .el-sub-menu__icon-arrow {
  position: static;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -3px;
}
.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-sub-menu__title {
  background-color: var(--el-menu-bg-color);
  display: flex;
  align-items: center;
  height: var(--el-menu-horizontal-sub-item-height);
  padding: 0 10px;
  color: var(--el-menu-text-color);
}
.el-menu--horizontal .el-menu .el-sub-menu__title {
  padding-right: 40px;
}
.el-menu--horizontal .el-menu .el-menu-item.is-active,
.el-menu--horizontal .el-menu .el-sub-menu.is-active > .el-sub-menu__title {
  color: var(--el-menu-active-color);
}
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover,
.el-menu--horizontal .el-menu-item:not(.is-disabled):focus {
  outline: none;
  color: var(--el-menu-hover-text-color);
  background-color: var(--el-menu-hover-bg-color);
}
.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: 2px solid var(--el-menu-active-color);
  color: var(--el-menu-active-color) !important;
}
.el-menu--collapse {
  width: calc(var(--el-menu-icon-width) + var(--el-menu-base-level-padding)*2);
}
.el-menu--collapse > .el-menu-item [class^=el-icon],
.el-menu--collapse > .el-sub-menu > .el-sub-menu__title [class^=el-icon] {
  margin: 0;
  vertical-align: middle;
  width: var(--el-menu-icon-width);
  text-align: center;
}
.el-menu--collapse > .el-menu-item .el-sub-menu__icon-arrow,
.el-menu--collapse > .el-sub-menu > .el-sub-menu__title .el-sub-menu__icon-arrow {
  display: none;
}
.el-menu--collapse > .el-menu-item > span,
.el-menu--collapse > .el-sub-menu > .el-sub-menu__title > span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}
.el-menu--collapse > .el-menu-item.is-active i {
  color: inherit;
}
.el-menu--collapse .el-menu .el-sub-menu {
  min-width: 200px;
}
.el-menu--collapse .el-sub-menu {
  position: relative;
}
.el-menu--collapse .el-sub-menu .el-menu {
  position: absolute;
  margin-left: 5px;
  top: 0;
  left: 100%;
  z-index: 10;
  border: 1px solid var(--el-border-color-light);
  border-radius: var(--el-border-radius-small);
  box-shadow: var(--el-box-shadow-light);
}
.el-menu--collapse .el-sub-menu.is-opened > .el-sub-menu__title .el-sub-menu__icon-arrow {
  transform: var(--el-menu-icon-transform-closed);
}
.el-menu--collapse .el-sub-menu.is-active .el-sub-menu__title {
  color: var(--el-menu-active-color);
}
.el-menu--popup {
  z-index: 100;
  min-width: 200px;
  border: none;
  padding: 5px 0;
  border-radius: var(--el-border-radius-small);
  box-shadow: var(--el-box-shadow-light);
}
.el-menu .el-icon {
  flex-shrink: 0;
}
.el-menu-item {
  display: flex;
  align-items: center;
  height: var(--el-menu-item-height);
  line-height: var(--el-menu-item-height);
  font-size: var(--el-menu-item-font-size);
  color: var(--el-menu-text-color);
  padding: 0 var(--el-menu-base-level-padding);
  list-style: none;
  cursor: pointer;
  position: relative;
  transition:
    border-color var(--el-transition-duration),
    background-color var(--el-transition-duration),
    color var(--el-transition-duration);
  box-sizing: border-box;
  white-space: nowrap;
}
.el-menu-item * {
  vertical-align: bottom;
}
.el-menu-item i {
  color: inherit;
}
.el-menu-item:hover,
.el-menu-item:focus {
  outline: none;
}
.el-menu-item:hover {
  background-color: var(--el-menu-hover-bg-color);
}
.el-menu-item.is-disabled {
  opacity: .25;
  cursor: not-allowed;
  background: none !important;
}
.el-menu-item [class^=el-icon] {
  margin-right: 5px;
  width: var(--el-menu-icon-width);
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}
.el-menu-item.is-active {
  color: var(--el-menu-active-color);
}
.el-menu-item.is-active i {
  color: inherit;
}
.el-menu-item .el-menu-tooltip__trigger {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 var(--el-menu-base-level-padding);
}
.el-sub-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.el-sub-menu__title {
  display: flex;
  align-items: center;
  height: var(--el-menu-item-height);
  line-height: var(--el-menu-item-height);
  font-size: var(--el-menu-item-font-size);
  color: var(--el-menu-text-color);
  padding: 0 var(--el-menu-base-level-padding);
  list-style: none;
  cursor: pointer;
  position: relative;
  transition:
    border-color var(--el-transition-duration),
    background-color var(--el-transition-duration),
    color var(--el-transition-duration);
  box-sizing: border-box;
  white-space: nowrap;
}
.el-sub-menu__title * {
  vertical-align: bottom;
}
.el-sub-menu__title i {
  color: inherit;
}
.el-sub-menu__title:hover,
.el-sub-menu__title:focus {
  outline: none;
}
.el-sub-menu__title:hover {
  background-color: var(--el-menu-hover-bg-color);
}
.el-sub-menu__title.is-disabled {
  opacity: .25;
  cursor: not-allowed;
  background: none !important;
}
.el-sub-menu__title:hover {
  background-color: var(--el-menu-hover-bg-color);
}
.el-sub-menu .el-menu {
  border: none;
}
.el-sub-menu .el-menu-item {
  height: var(--el-menu-sub-item-height);
  line-height: var(--el-menu-sub-item-height);
  min-width: 200px;
}
.el-sub-menu__hide-arrow .el-sub-menu__icon-arrow {
  display: none !important;
}
.el-sub-menu.is-active .el-sub-menu__title {
  border-bottom-color: var(--el-menu-active-color);
}
.el-sub-menu.is-opened > .el-sub-menu__title .el-sub-menu__icon-arrow {
  transform: var(--el-menu-icon-transform-open);
}
.el-sub-menu.is-disabled .el-sub-menu__title,
.el-sub-menu.is-disabled .el-menu-item {
  opacity: .25;
  cursor: not-allowed;
  background: none !important;
}
.el-sub-menu .el-icon {
  vertical-align: middle;
  margin-right: 5px;
  width: var(--el-menu-icon-width);
  text-align: center;
  font-size: 18px;
}
.el-sub-menu .el-icon.el-sub-menu__icon-more {
  margin-right: 0 !important;
}
.el-sub-menu .el-sub-menu__icon-arrow {
  position: absolute;
  top: 50%;
  right: var(--el-menu-base-level-padding);
  margin-top: -7px;
  transform: var(--el-menu-icon-transform-closed);
  transition: transform var(--el-transition-duration);
  font-size: 12px;
  margin-right: 0;
  width: inherit;
}
.el-menu-item-group > ul {
  padding: 0;
}
.el-menu-item-group__title {
  padding: 7px 0 7px var(--el-menu-base-level-padding);
  line-height: normal;
  font-size: 12px;
  color: var(--el-text-color-secondary);
}
.horizontal-collapse-transition .el-sub-menu__title .el-sub-menu__icon-arrow {
  transition: var(--el-transition-duration-fast);
  opacity: 0;
}
.el-message-box {
  --el-messagebox-title-color:var(--el-text-color-primary);
  --el-messagebox-width:420px;
  --el-messagebox-border-radius:4px;
  --el-messagebox-font-size:var(--el-font-size-large);
  --el-messagebox-content-font-size:var(--el-font-size-base);
  --el-messagebox-content-color:var(--el-text-color-regular);
  --el-messagebox-error-font-size:12px;
  --el-messagebox-padding-primary:15px;
}
.el-message-box {
  display: inline-block;
  width: var(--el-messagebox-width);
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: var(--el-bg-color);
  border-radius: var(--el-messagebox-border-radius);
  border: 1px solid var(--el-border-color-lighter);
  font-size: var(--el-messagebox-font-size);
  box-shadow: var(--el-box-shadow-light);
  text-align: left;
  overflow: hidden;
  backface-visibility: hidden;
}
.el-message-box:focus {
  outline: none !important;
}
.el-overlay.is-message-box .el-overlay-message-box {
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
.el-overlay.is-message-box .el-overlay-message-box::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.el-message-box.is-draggable .el-message-box__header {
  cursor: move;
  user-select: none;
}
.el-message-box__header {
  position: relative;
  padding: var(--el-messagebox-padding-primary);
  padding-bottom: 10px;
}
.el-message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: var(--el-messagebox-font-size);
  line-height: 1;
  color: var(--el-messagebox-title-color);
}
.el-message-box__headerbtn {
  position: absolute;
  top: var(--el-messagebox-padding-primary);
  right: var(--el-messagebox-padding-primary);
  padding: 0;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  font-size: var(--el-message-close-size, 16px);
  cursor: pointer;
}
.el-message-box__headerbtn .el-message-box__close {
  color: var(--el-color-info);
  font-size: inherit;
}
.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
  color: var(--el-color-primary);
}
.el-message-box__content {
  padding: 10px var(--el-messagebox-padding-primary);
  color: var(--el-messagebox-content-color);
  font-size: var(--el-messagebox-content-font-size);
}
.el-message-box__container {
  position: relative;
}
.el-message-box__input {
  padding-top: 15px;
}
.el-message-box__input div.invalid > input {
  border-color: var(--el-color-error);
}
.el-message-box__input div.invalid > input:focus {
  border-color: var(--el-color-error);
}
.el-message-box__status {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px !important;
}
.el-message-box__status::before {
  padding-left: 1px;
}
.el-message-box__status.el-icon {
  position: absolute;
}
.el-message-box__status + .el-message-box__message {
  padding-left: 36px;
  padding-right: 12px;
  word-break: break-word;
}
.el-message-box__status.el-message-box-icon--success {
  --el-messagebox-color:var(--el-color-success);
  color: var(--el-messagebox-color);
}
.el-message-box__status.el-message-box-icon--info {
  --el-messagebox-color:var(--el-color-info);
  color: var(--el-messagebox-color);
}
.el-message-box__status.el-message-box-icon--warning {
  --el-messagebox-color:var(--el-color-warning);
  color: var(--el-messagebox-color);
}
.el-message-box__status.el-message-box-icon--error {
  --el-messagebox-color:var(--el-color-error);
  color: var(--el-messagebox-color);
}
.el-message-box__message {
  margin: 0;
}
.el-message-box__message p {
  margin: 0;
  line-height: 24px;
}
.el-message-box__errormsg {
  color: var(--el-color-error);
  font-size: var(--el-messagebox-error-font-size);
  min-height: 18px;
  margin-top: 2px;
}
.el-message-box__btns {
  padding: 5px 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.el-message-box__btns button:nth-child(2) {
  margin-left: 10px;
}
.el-message-box__btns-reverse {
  flex-direction: row-reverse;
}
.el-message-box--center .el-message-box__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-message-box--center .el-message-box__status {
  position: relative;
  top: auto;
  padding-right: 5px;
  text-align: center;
  transform: translateY(-1px);
}
.el-message-box--center .el-message-box__message {
  margin-left: 0;
}
.el-message-box--center .el-message-box__btns {
  justify-content: center;
}
.el-message-box--center .el-message-box__content {
  padding-left: calc(var(--el-messagebox-padding-primary) + 12px);
  padding-right: calc(var(--el-messagebox-padding-primary) + 12px);
  text-align: center;
}
.fade-in-linear-enter-active .el-overlay-message-box {
  animation: msgbox-fade-in var(--el-transition-duration);
}
.fade-in-linear-leave-active .el-overlay-message-box {
  animation: msgbox-fade-in var(--el-transition-duration) reverse;
}
@keyframes msgbox-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes msgbox-fade-out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
.el-message {
  --el-message-min-width:380px;
  --el-message-bg-color:var(--el-color-info-light-9);
  --el-message-border-color:var(--el-border-color-lighter);
  --el-message-padding:15px 15px 15px 20px;
  --el-message-close-size:16px;
  --el-message-close-icon-color:var(--el-text-color-placeholder);
  --el-message-close-hover-color:var(--el-text-color-secondary);
}
.el-message {
  min-width: var(--el-message-min-width);
  box-sizing: border-box;
  border-radius: var(--el-border-radius-base);
  border-width: var(--el-border-width);
  border-style: var(--el-border-style);
  border-color: var(--el-message-border-color);
  position: fixed;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  transition:
    opacity .3s,
    transform .4s,
    top .4s;
  background-color: var(--el-message-bg-color);
  transition:
    opacity var(--el-transition-duration),
    transform .4s,
    top .4s;
  padding: var(--el-message-padding);
  display: flex;
  align-items: center;
}
.el-message.is-center {
  justify-content: center;
}
.el-message.is-closable .el-message__content {
  padding-right: 16px;
}
.el-message p {
  margin: 0;
}
.el-message--success {
  --el-message-bg-color:var(--el-color-success-light-9);
  --el-message-border-color:var(--el-color-success-light-8);
  --el-message-text-color:var(--el-color-success);
}
.el-message--success .el-message__content {
  color: var(--el-message-text-color);
}
.el-message .el-message-icon--success {
  color: var(--el-message-text-color);
}
.el-message--info {
  --el-message-bg-color:var(--el-color-info-light-9);
  --el-message-border-color:var(--el-color-info-light-8);
  --el-message-text-color:var(--el-color-info);
}
.el-message--info .el-message__content {
  color: var(--el-message-text-color);
}
.el-message .el-message-icon--info {
  color: var(--el-message-text-color);
}
.el-message--warning {
  --el-message-bg-color:var(--el-color-warning-light-9);
  --el-message-border-color:var(--el-color-warning-light-8);
  --el-message-text-color:var(--el-color-warning);
}
.el-message--warning .el-message__content {
  color: var(--el-message-text-color);
}
.el-message .el-message-icon--warning {
  color: var(--el-message-text-color);
}
.el-message--error {
  --el-message-bg-color:var(--el-color-error-light-9);
  --el-message-border-color:var(--el-color-error-light-8);
  --el-message-text-color:var(--el-color-error);
}
.el-message--error .el-message__content {
  color: var(--el-message-text-color);
}
.el-message .el-message-icon--error {
  color: var(--el-message-text-color);
}
.el-message__icon {
  margin-right: 10px;
}
.el-message .el-message__badge {
  position: absolute;
  top: -8px;
  right: -8px;
}
.el-message__content {
  padding: 0;
  font-size: 14px;
  line-height: 1;
}
.el-message__content:focus {
  outline-width: 0;
}
.el-message .el-message__closeBtn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--el-message-close-icon-color);
  font-size: var(--el-message-close-size);
}
.el-message .el-message__closeBtn:focus {
  outline-width: 0;
}
.el-message .el-message__closeBtn:hover {
  color: var(--el-message-close-hover-color);
}
.el-message-fade-enter-from,
.el-message-fade-leave-to {
  opacity: 0;
  transform: translate(-50%, -100%);
}
.el-notification {
  --el-notification-width:330px;
  --el-notification-padding:14px 26px 14px 13px;
  --el-notification-radius:8px;
  --el-notification-shadow:var(--el-box-shadow-light);
  --el-notification-border-color:var(--el-border-color-lighter);
  --el-notification-icon-size:24px;
  --el-notification-close-font-size:var(--el-message-close-size, 16px);
  --el-notification-group-margin-left:13px;
  --el-notification-group-margin-right:8px;
  --el-notification-content-font-size:var(--el-font-size-base);
  --el-notification-content-color:var(--el-text-color-regular);
  --el-notification-title-font-size:16px;
  --el-notification-title-color:var(--el-text-color-primary);
  --el-notification-close-color:var(--el-text-color-secondary);
  --el-notification-close-hover-color:var(--el-text-color-regular);
}
.el-notification {
  display: flex;
  width: var(--el-notification-width);
  padding: var(--el-notification-padding);
  border-radius: var(--el-notification-radius);
  box-sizing: border-box;
  border: 1px solid var(--el-notification-border-color);
  position: fixed;
  background-color: var(--el-bg-color-overlay);
  box-shadow: var(--el-notification-shadow);
  transition:
    opacity var(--el-transition-duration),
    transform var(--el-transition-duration),
    left var(--el-transition-duration),
    right var(--el-transition-duration),
    top .4s,
    bottom var(--el-transition-duration);
  overflow-wrap: anywhere;
  overflow: hidden;
  z-index: 9999;
}
.el-notification.right {
  right: 16px;
}
.el-notification.left {
  left: 16px;
}
.el-notification__group {
  margin-left: var(--el-notification-group-margin-left);
  margin-right: var(--el-notification-group-margin-right);
}
.el-notification__title {
  font-weight: bold;
  font-size: var(--el-notification-title-font-size);
  line-height: var(--el-notification-icon-size);
  color: var(--el-notification-title-color);
  margin: 0;
}
.el-notification__content {
  font-size: var(--el-notification-content-font-size);
  line-height: 24px;
  margin: 6px 0 0;
  color: var(--el-notification-content-color);
  text-align: justify;
}
.el-notification__content p {
  margin: 0;
}
.el-notification .el-notification__icon {
  height: var(--el-notification-icon-size);
  width: var(--el-notification-icon-size);
  font-size: var(--el-notification-icon-size);
}
.el-notification .el-notification__closeBtn {
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
  color: var(--el-notification-close-color);
  font-size: var(--el-notification-close-font-size);
}
.el-notification .el-notification__closeBtn:hover {
  color: var(--el-notification-close-hover-color);
}
.el-notification .el-notification--success {
  --el-notification-icon-color:var(--el-color-success);
  color: var(--el-notification-icon-color);
}
.el-notification .el-notification--info {
  --el-notification-icon-color:var(--el-color-info);
  color: var(--el-notification-icon-color);
}
.el-notification .el-notification--warning {
  --el-notification-icon-color:var(--el-color-warning);
  color: var(--el-notification-icon-color);
}
.el-notification .el-notification--error {
  --el-notification-icon-color:var(--el-color-error);
  color: var(--el-notification-icon-color);
}
.el-notification-fade-enter-from.right {
  right: 0;
  transform: translateX(100%);
}
.el-notification-fade-enter-from.left {
  left: 0;
  transform: translateX(-100%);
}
.el-notification-fade-leave-to {
  opacity: 0;
}
.el-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  height: 100%;
  background-color: var(--el-overlay-color-lighter);
  overflow: auto;
}
.el-overlay .el-overlay-root {
  height: 0;
}
.el-page-header {
  display: flex;
  line-height: 24px;
}
.el-page-header__left {
  display: flex;
  cursor: pointer;
  margin-right: 40px;
  position: relative;
}
.el-page-header__left::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--el-border-color);
}
.el-page-header__icon {
  font-size: 18px;
  margin-right: 6px;
  display: flex;
  align-items: center;
}
.el-page-header__icon .el-icon {
  font-size: inherit;
}
.el-page-header__title {
  font-size: 14px;
  font-weight: 500;
}
.el-page-header__content {
  font-size: 18px;
  color: var(--el-text-color-primary);
}
.el-pagination {
  --el-pagination-font-size:14px;
  --el-pagination-bg-color:var(--el-fill-color-blank);
  --el-pagination-text-color:var(--el-text-color-primary);
  --el-pagination-border-radius:3px;
  --el-pagination-button-color:var(--el-text-color-primary);
  --el-pagination-button-width:32px;
  --el-pagination-button-height:32px;
  --el-pagination-button-disabled-color:var(--el-text-color-placeholder);
  --el-pagination-button-disabled-bg-color:var(--el-fill-color-blank);
  --el-pagination-button-bg-color:var(--el-fill-color);
  --el-pagination-hover-color:var(--el-color-primary);
  --el-pagination-height-extra-small:24px;
  --el-pagination-line-height-extra-small:var(--el-pagination-height-extra-small);
  white-space: nowrap;
  padding: 2px 5px;
  color: var(--el-pagination-text-color);
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-pagination::before,
.el-pagination::after {
  display: table;
  content: "";
}
.el-pagination::after {
  clear: both;
}
.el-pagination span:not([class*=suffix]),
.el-pagination button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--el-pagination-font-size);
  min-width: var(--el-pagination-button-width);
  height: var(--el-pagination-button-height);
  line-height: var(--el-pagination-button-height);
  box-sizing: border-box;
}
.el-pagination .el-input__inner {
  text-align: center;
  -moz-appearance: textfield;
  line-height: normal;
}
.el-pagination .el-select .el-input {
  width: 100px;
}
.el-pagination button {
  border: none;
  padding: 0 6px;
  background: rgba(0, 0, 0, 0);
}
.el-pagination button:focus {
  outline: none;
}
.el-pagination button:hover {
  color: var(--el-pagination-hover-color);
}
.el-pagination button:disabled {
  color: var(--el-pagination-button-disabled-color);
  background-color: var(--el-pagination-button-disabled-bg-color);
  cursor: not-allowed;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  background: center center no-repeat;
  background-size: 16px;
  background-color: var(--el-pagination-bg-color);
  cursor: pointer;
  margin: 0;
  color: var(--el-pagination-button-color);
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  display: block;
  font-size: 12px;
  font-weight: bold;
  width: inherit;
}
.el-pagination .btn-prev:focus-visible,
.el-pagination .btn-next:focus-visible {
  outline: 1px solid var(--el-pagination-hover-color);
  color: var(--el-pagination-hover-color);
}
.el-pagination .el-pager li.is-disabled {
  color: var(--el-text-color-placeholder);
  cursor: not-allowed;
}
.el-pagination--small .btn-prev,
.el-pagination--small .btn-next,
.el-pagination--small .el-pager li,
.el-pagination--small .el-pager li.btn-quicknext,
.el-pagination--small .el-pager li.btn-quickprev,
.el-pagination--small .el-pager li:last-child {
  border-color: rgba(0, 0, 0, 0);
  font-size: var(--el-font-size-extra-small);
  line-height: var(--el-pagination-line-height-extra-small);
  height: var(--el-pagination-height-extra-small);
  min-width: 24px;
}
.el-pagination--small .arrow.is-disabled {
  visibility: hidden;
}
.el-pagination--small .more::before,
.el-pagination--small li.more::before {
  line-height: var(--el-pagination-line-height-extra-small);
}
.el-pagination--small span:not([class*=suffix]),
.el-pagination--small button {
  height: var(--el-pagination-height-extra-small);
  line-height: var(--el-pagination-line-height-extra-small);
  font-size: var(--el-font-size-extra-small);
}
.el-pagination--small .el-pagination__editor {
  height: var(--el-pagination-line-height-extra-small);
}
.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
  height: var(--el-pagination-height-extra-small);
}
.el-pagination--small .el-input__inner,
.el-pagination--small .el-input--small {
  height: var(--el-pagination-height-extra-small) !important;
  line-height: var(--el-pagination-line-height-extra-small);
}
.el-pagination--small .el-input__suffix {
  line-height: var(--el-pagination-line-height-extra-small);
}
.el-pagination--small .el-input__suffix .el-input__suffix-inner {
  line-height: var(--el-pagination-line-height-extra-small);
}
.el-pagination--small .el-input__suffix .el-input__suffix-inner i.el-select__caret {
  line-height: var(--el-pagination-line-height-extra-small);
}
.el-pagination--small .el-select .el-input {
  width: 100px;
}
.el-pagination__sizes {
  margin: 0 16px 0 0;
  font-weight: normal;
  color: var(--el-text-color-regular);
}
.el-pagination__sizes + button.btn-prev[type=button] {
  margin-left: 0;
}
.el-pagination__sizes + .el-pager .number:first-child {
  margin-left: 0;
}
.el-pagination__sizes + .el-pager .number:last-child {
  margin-right: 0;
}
.el-pagination__total {
  margin-right: 16px;
  font-weight: normal;
  color: var(--el-text-color-regular);
}
.el-pagination__total + button.btn-prev[type=button] {
  margin-left: 0;
}
.el-pagination__total + .el-pager .number:first-child {
  margin-left: 0;
}
.el-pagination__total + .el-pager .number:last-child {
  margin-right: 0;
}
.el-pagination__total[disabled=true] {
  color: var(--el-text-color-placeholder);
}
.el-pagination__jump {
  margin-left: 16px;
  font-weight: normal;
  color: var(--el-text-color-regular);
}
.el-pagination__jump .el-input__inner {
  padding: 0 3px;
}
.el-pagination__jump[disabled=true] {
  color: var(--el-text-color-placeholder);
}
.el-pagination__rightwrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.el-pagination__editor {
  line-height: 18px;
  margin: 0 8px;
  height: var(--el-pagination-button-height);
  min-width: 56px;
  text-align: center;
  box-sizing: border-box;
  border-radius: var(--el-pagination-border-radius);
}
.el-pagination__editor.el-input {
  width: 50px;
}
.el-pagination__editor.el-input .el-input__inner {
  height: var(--el-pagination-button-height);
}
.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .el-pager li {
  margin: 0 4px;
  background-color: var(--el-pagination-button-bg-color);
  color: var(--el-text-color-regular);
  min-width: 32px;
  border-radius: 2px;
}
.el-pagination.is-background .btn-prev.is-disabled,
.el-pagination.is-background .btn-next.is-disabled,
.el-pagination.is-background .el-pager li.is-disabled {
  color: var(--el-text-color-placeholder);
  background-color: var(--el-disabled-bg-color);
}
.el-pagination.is-background .btn-prev.is-disabled.is-active,
.el-pagination.is-background .btn-next.is-disabled.is-active,
.el-pagination.is-background .el-pager li.is-disabled.is-active {
  color: var(--el-text-color-secondary);
  background-color: var(--el-fill-color-dark);
}
.el-pagination.is-background .btn-prev.is-first,
.el-pagination.is-background .btn-next.is-first,
.el-pagination.is-background .el-pager li.is-first {
  margin-left: 0;
}
.el-pagination.is-background .btn-prev.is-last,
.el-pagination.is-background .btn-next.is-last,
.el-pagination.is-background .el-pager li.is-last {
  margin-right: 0;
}
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next {
  padding: 0;
}
.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .btn-next:disabled {
  color: var(--el-text-color-placeholder);
  background-color: var(--el-disabled-bg-color);
}
.el-pagination.is-background .btn-prev:hover:not([disabled]),
.el-pagination.is-background .btn-next:hover:not([disabled]) {
  color: var(--el-pagination-hover-color);
}
.el-pagination.is-background .el-pager li:not(.is-disabled):hover {
  color: var(--el-pagination-hover-color);
}
.el-pagination.is-background .el-pager li:not(.is-disabled).is-active {
  background-color: var(--el-color-primary);
  color: var(--el-color-white);
  font-weight: bold;
}
.el-pagination.is-background.el-pagination--small .btn-prev,
.el-pagination.is-background.el-pagination--small .btn-next,
.el-pagination.is-background.el-pagination--small .el-pager li {
  min-width: 24px;
}
.el-pagination.is-background .el-pagination__sizes.is-last {
  margin-left: 16px;
}
.el-pager {
  user-select: none;
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.el-pager li {
  padding: 0 4px;
  background: var(--el-pagination-bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--el-pagination-font-size);
  min-width: var(--el-pagination-button-width);
  height: var(--el-pagination-button-height);
  line-height: var(--el-pagination-button-height);
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  margin: 0 1px;
}
.el-pager li.btn-quickprev:hover {
  cursor: pointer;
}
.el-pager li.btn-quicknext:hover {
  cursor: pointer;
}
.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
  line-height: 32px;
  color: var(--el-pagination-button-color);
}
.el-pager li.btn-quicknext.is-disabled,
.el-pager li.btn-quickprev.is-disabled {
  color: var(--el-text-color-placeholder);
  cursor: not-allowed;
}
.el-pager li.btn-quicknext svg,
.el-pager li.btn-quickprev svg {
  pointer-events: none;
}
.el-pager li.btn-quicknext:focus-visible,
.el-pager li.btn-quickprev:focus-visible {
  outline: 1px solid var(--el-pagination-hover-color);
  color: var(--el-pagination-hover-color);
}
.el-pager li.is-active + li {
  border-left: 0;
}
.el-pager li:focus-visible {
  outline: 1px solid var(--el-pagination-hover-color);
}
.el-pager li:hover {
  color: var(--el-pagination-hover-color);
}
.el-pager li.is-active {
  color: var(--el-pagination-hover-color);
  cursor: default;
}
.el-pager li.is-active.is-disabled {
  font-weight: bold;
  color: var(--el-text-color-secondary);
}
.el-popconfirm__main {
  display: flex;
  align-items: center;
}
.el-popconfirm__icon {
  margin-right: 5px;
}
.el-popconfirm__action {
  text-align: right;
  margin-top: 8px;
}
.el-popover {
  --el-popover-bg-color:var(--el-bg-color-overlay);
  --el-popover-font-size:var(--el-font-size-base);
  --el-popover-border-color:var(--el-border-color-lighter);
  --el-popover-padding:12px;
  --el-popover-padding-large:18px 20px;
  --el-popover-title-font-size:16px;
  --el-popover-title-text-color:var(--el-text-color-primary);
  --el-popover-border-radius:4px;
}
.el-popover.el-popper {
  background: var(--el-popover-bg-color);
  min-width: 150px;
  border-radius: var(--el-popover-border-radius);
  border: 1px solid var(--el-popover-border-color);
  padding: var(--el-popover-padding);
  z-index: var(--el-index-popper);
  color: var(--el-text-color-regular);
  line-height: 1.4;
  text-align: justify;
  font-size: var(--el-popover-font-size);
  box-shadow: var(--el-box-shadow-light);
  word-break: break-all;
}
.el-popover.el-popper--plain {
  padding: var(--el-popover-padding-large);
}
.el-popover__title {
  color: var(--el-popover-title-text-color);
  font-size: var(--el-popover-title-font-size);
  line-height: 1;
  margin-bottom: 12px;
}
.el-popover__reference:focus:not(.focusing),
.el-popover__reference:focus:hover {
  outline-width: 0;
}
.el-popover.el-popper:focus:active,
.el-popover.el-popper:focus {
  outline-width: 0;
}
.el-progress {
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
}
.el-progress__text {
  font-size: 14px;
  color: var(--el-text-color-regular);
  margin-left: 5px;
  min-width: 50px;
  line-height: 1;
}
.el-progress__text i {
  vertical-align: middle;
  display: block;
}
.el-progress--circle,
.el-progress--dashboard {
  display: inline-block;
}
.el-progress--circle .el-progress__text,
.el-progress--dashboard .el-progress__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  transform: translate(0, -50%);
}
.el-progress--circle .el-progress__text i,
.el-progress--dashboard .el-progress__text i {
  vertical-align: middle;
  display: inline-block;
}
.el-progress--without-text .el-progress__text {
  display: none;
}
.el-progress--without-text .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
  display: block;
}
.el-progress--text-inside .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
}
.el-progress.is-success .el-progress-bar__inner {
  background-color: var(--el-color-success);
}
.el-progress.is-success .el-progress__text {
  color: var(--el-color-success);
}
.el-progress.is-warning .el-progress-bar__inner {
  background-color: var(--el-color-warning);
}
.el-progress.is-warning .el-progress__text {
  color: var(--el-color-warning);
}
.el-progress.is-exception .el-progress-bar__inner {
  background-color: var(--el-color-danger);
}
.el-progress.is-exception .el-progress__text {
  color: var(--el-color-danger);
}
.el-progress-bar {
  flex-grow: 1;
  box-sizing: border-box;
}
.el-progress-bar__outer {
  height: 6px;
  border-radius: 100px;
  background-color: var(--el-border-color-lighter);
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.el-progress-bar__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--el-color-primary);
  text-align: right;
  border-radius: 100px;
  line-height: 1;
  white-space: nowrap;
  transition: width .6s ease;
}
.el-progress-bar__inner::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.el-progress-bar__inner--indeterminate {
  transform: translateZ(0);
  animation: indeterminate 3s infinite;
}
.el-progress-bar__innerText {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  margin: 0 5px;
}
@keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 32px 0;
  }
}
@keyframes indeterminate {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.el-radio-button {
  --el-radio-button-checked-bg-color:var(--el-color-primary);
  --el-radio-button-checked-text-color:var(--el-color-white);
  --el-radio-button-checked-border-color:var(--el-color-primary);
  --el-radio-button-disabled-checked-fill:var(--el-border-color-extra-light);
}
.el-radio-button {
  position: relative;
  display: inline-block;
  outline: none;
}
.el-radio-button__inner {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  background: var(--el-button-bg-color, var(--el-fill-color-blank));
  border: var(--el-border);
  font-weight: var(--el-button-font-weight, var(--el-font-weight-primary));
  border-left: 0;
  color: var(--el-button-text-color, var(--el-text-color-regular));
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  position: relative;
  cursor: pointer;
  transition: var(--el-transition-all);
  user-select: none;
  padding: 12px 19px;
  font-size: var(--el-font-size-base);
  border-radius: 0;
}
.el-radio-button__inner.is-round {
  padding: 12px 19px;
}
.el-radio-button__inner:hover {
  color: var(--el-color-primary);
}
.el-radio-button__inner [class*=el-icon-] {
  line-height: .9;
}
.el-radio-button__inner [class*=el-icon-] + span {
  margin-left: 5px;
}
.el-radio-button:first-child .el-radio-button__inner {
  border-left: var(--el-border);
  border-radius: var(--el-border-radius-base) 0 0 var(--el-border-radius-base);
  box-shadow: none !important;
}
.el-radio-button__original-radio {
  opacity: 0;
  outline: none;
  position: absolute;
  z-index: -1;
}
.el-radio-button__original-radio:checked + .el-radio-button__inner {
  color: var(--el-radio-button-checked-text-color, var(--el-color-white));
  background-color: var(--el-radio-button-checked-bg-color, var(--el-color-primary));
  border-color: var(--el-radio-button-checked-border-color, var(--el-color-primary));
  box-shadow: -1px 0 0 0 var(--el-radio-button-checked-border-color, var(--el-color-primary));
}
.el-radio-button__original-radio:focus-visible + .el-radio-button__inner {
  border-left: var(--el-border);
  border-left-color: var(--el-radio-button-checked-border-color, var(--el-color-primary));
  outline: 2px solid var(--el-radio-button-checked-border-color);
  outline-offset: 1px;
  z-index: 2;
  border-radius: var(--el-border-radius-base);
  box-shadow: none;
}
.el-radio-button__original-radio:disabled + .el-radio-button__inner {
  color: var(--el-disabled-text-color);
  cursor: not-allowed;
  background-image: none;
  background-color: var(--el-button-disabled-bg-color, var(--el-fill-color-blank));
  border-color: var(--el-button-disabled-border-color, var(--el-border-color-light));
  box-shadow: none;
}
.el-radio-button__original-radio:disabled:checked + .el-radio-button__inner {
  background-color: var(--el-radio-button-disabled-checked-fill);
}
.el-radio-button:last-child .el-radio-button__inner {
  border-radius: 0 var(--el-border-radius-base) var(--el-border-radius-base) 0;
}
.el-radio-button:first-child:last-child .el-radio-button__inner {
  border-radius: var(--el-border-radius-base);
}
.el-radio-button--large .el-radio-button__inner {
  padding: 16px 23px;
  font-size: var(--el-font-size-base);
  border-radius: 0;
}
.el-radio-button--large .el-radio-button__inner.is-round {
  padding: 16px 23px;
}
.el-radio-button--small .el-radio-button__inner {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 0;
}
.el-radio-button--small .el-radio-button__inner.is-round {
  padding: 9px 15px;
}
.el-radio-group {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0;
}
.el-radio {
  --el-radio-font-size:var(--el-font-size-base);
  --el-radio-text-color:var(--el-text-color-regular);
  --el-radio-font-weight:var(--el-font-weight-primary);
  --el-radio-input-height:14px;
  --el-radio-input-width:14px;
  --el-radio-input-border-radius:var(--el-border-radius-circle);
  --el-radio-input-bg-color:var(--el-fill-color-blank);
  --el-radio-input-border:var(--el-border);
  --el-radio-input-border-color:var(--el-border-color);
  --el-radio-input-border-color-hover:var(--el-color-primary);
}
.el-radio {
  color: var(--el-radio-text-color);
  font-weight: var(--el-radio-font-weight);
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  outline: none;
  font-size: var(--el-font-size-base);
  user-select: none;
  margin-right: 32px;
  height: 40px;
}
.el-radio.el-radio--large {
  height: 52px;
}
.el-radio.el-radio--small {
  height: 34px;
}
.el-radio.is-bordered {
  padding: 0 15px 0 9px;
  border-radius: var(--el-border-radius-base);
  border: var(--el-border);
  box-sizing: border-box;
}
.el-radio.is-bordered.is-checked {
  border-color: var(--el-color-primary);
}
.el-radio.is-bordered.is-disabled {
  cursor: not-allowed;
  border-color: var(--el-border-color-lighter);
}
.el-radio.is-bordered.el-radio--large {
  padding: 0 19px 0 11px;
  border-radius: var(--el-border-radius-base);
}
.el-radio.is-bordered.el-radio--large .el-radio__label {
  font-size: var(--el-font-size-base);
}
.el-radio.is-bordered.el-radio--large .el-radio__inner {
  height: 14px;
  width: 14px;
}
.el-radio.is-bordered.el-radio--small {
  padding: 0 11px 0 7px;
  border-radius: var(--el-border-radius-base);
}
.el-radio.is-bordered.el-radio--small .el-radio__label {
  font-size: 12px;
}
.el-radio.is-bordered.el-radio--small .el-radio__inner {
  height: 12px;
  width: 12px;
}
.el-radio:last-child {
  margin-right: 0;
}
.el-radio__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.el-radio__input.is-disabled .el-radio__inner {
  background-color: var(--el-disabled-bg-color);
  border-color: var(--el-disabled-border-color);
  cursor: not-allowed;
}
.el-radio__input.is-disabled .el-radio__inner::after {
  cursor: not-allowed;
  background-color: var(--el-disabled-bg-color);
}
.el-radio__input.is-disabled .el-radio__inner + .el-radio__label {
  cursor: not-allowed;
}
.el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: var(--el-disabled-bg-color);
  border-color: var(--el-disabled-border-color);
}
.el-radio__input.is-disabled.is-checked .el-radio__inner::after {
  background-color: var(--el-text-color-placeholder);
}
.el-radio__input.is-disabled + span.el-radio__label {
  color: var(--el-text-color-placeholder);
  cursor: not-allowed;
}
.el-radio__input.is-checked .el-radio__inner {
  border-color: var(--el-color-primary);
  background: var(--el-color-primary);
}
.el-radio__input.is-checked .el-radio__inner::after {
  transform: translate(-50%, -50%) scale(1);
}
.el-radio__input.is-checked + .el-radio__label {
  color: var(--el-color-primary);
}
.el-radio__input.is-focus .el-radio__inner {
  border-color: var(--el-radio-input-border-color-hover);
}
.el-radio__inner {
  border: var(--el-radio-input-border);
  border-radius: var(--el-radio-input-border-radius);
  width: var(--el-radio-input-width);
  height: var(--el-radio-input-height);
  background-color: var(--el-radio-input-bg-color);
  position: relative;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
}
.el-radio__inner:hover {
  border-color: var(--el-radio-input-border-color-hover);
}
.el-radio__inner::after {
  width: 4px;
  height: 4px;
  border-radius: var(--el-radio-input-border-radius);
  background-color: var(--el-color-white);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .15s ease-in;
}
.el-radio__original {
  opacity: 0;
  outline: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.el-radio__original:focus-visible + .el-radio__inner {
  outline: 2px solid var(--el-radio-input-border-color-hover);
  outline-offset: 1px;
  border-radius: var(--el-radio-input-border-radius);
}
.el-radio:focus:not(:focus-visible):not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  box-shadow: 0 0 2px 2px var(--el-radio-input-border-color-hover);
}
.el-radio__label {
  font-size: var(--el-radio-font-size);
  padding-left: 8px;
}
.el-radio.el-radio--large .el-radio__label {
  font-size: 14px;
}
.el-radio.el-radio--large .el-radio__inner {
  width: 14px;
  height: 14px;
}
.el-radio.el-radio--small .el-radio__label {
  font-size: 12px;
}
.el-radio.el-radio--small .el-radio__inner {
  width: 12px;
  height: 12px;
}
.el-rate {
  --el-rate-height:20px;
  --el-rate-font-size:var(--el-font-size-base);
  --el-rate-icon-size:18px;
  --el-rate-icon-margin:6px;
  --el-rate-void-color:var(--el-border-color-darker);
  --el-rate-fill-color:#f7ba2a;
  --el-rate-disabled-void-color:var(--el-fill-color);
  --el-rate-text-color:var(--el-text-color-primary);
}
.el-rate {
  display: inline-flex;
  align-items: center;
  height: 32px;
}
.el-rate:focus,
.el-rate:active {
  outline-width: 0;
}
.el-rate__item {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 0;
  vertical-align: middle;
  color: var(--el-rate-void-color);
}
.el-rate .el-rate__icon {
  position: relative;
  display: inline-block;
  font-size: var(--el-rate-icon-size);
  margin-right: var(--el-rate-icon-margin);
  transition: var(--el-transition-duration);
}
.el-rate .el-rate__icon.hover {
  transform: scale(1.15);
}
.el-rate .el-rate__icon .path2 {
  position: absolute;
  left: 0;
  top: 0;
}
.el-rate .el-rate__icon.is-active {
  color: var(--el-rate-fill-color);
}
.el-rate__decimal {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  color: var(--el-rate-fill-color);
}
.el-rate__text {
  font-size: var(--el-rate-font-size);
  vertical-align: middle;
  color: var(--el-rate-text-color);
}
.el-rate--large {
  height: 40px;
}
.el-rate--small {
  height: 24px;
}
.el-rate.is-disabled .el-rate__item {
  cursor: auto;
  color: var(--el-rate-disabled-void-color);
}
.el-result {
  --el-result-padding:40px 30px;
  --el-result-icon-font-size:64px;
  --el-result-title-font-size:20px;
  --el-result-title-margin-top:20px;
  --el-result-subtitle-margin-top:10px;
  --el-result-extra-margin-top:30px;
}
.el-result {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: var(--el-result-padding);
}
.el-result__icon svg {
  width: var(--el-result-icon-font-size);
  height: var(--el-result-icon-font-size);
}
.el-result__title {
  margin-top: var(--el-result-title-margin-top);
}
.el-result__title p {
  margin: 0;
  font-size: var(--el-result-title-font-size);
  color: var(--el-text-color-primary);
  line-height: 1.3;
}
.el-result__subtitle {
  margin-top: var(--el-result-subtitle-margin-top);
}
.el-result__subtitle p {
  margin: 0;
  font-size: var(--el-font-size-base);
  color: var(--el-text-color-regular);
  line-height: 1.3;
}
.el-result__extra {
  margin-top: var(--el-result-extra-margin-top);
}
.el-result .icon-primary {
  --el-result-color:var(--el-color-primary);
  color: var(--el-result-color);
}
.el-result .icon-success {
  --el-result-color:var(--el-color-success);
  color: var(--el-result-color);
}
.el-result .icon-warning {
  --el-result-color:var(--el-color-warning);
  color: var(--el-result-color);
}
.el-result .icon-danger {
  --el-result-color:var(--el-color-danger);
  color: var(--el-result-color);
}
.el-result .icon-error {
  --el-result-color:var(--el-color-error);
  color: var(--el-result-color);
}
.el-result .icon-info {
  --el-result-color:var(--el-color-info);
  color: var(--el-result-color);
}
.el-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
}
.el-row.is-justify-center {
  justify-content: center;
}
.el-row.is-justify-end {
  justify-content: flex-end;
}
.el-row.is-justify-space-between {
  justify-content: space-between;
}
.el-row.is-justify-space-around {
  justify-content: space-around;
}
.el-row.is-justify-space-evenly {
  justify-content: space-evenly;
}
.el-row.is-align-middle {
  align-items: center;
}
.el-row.is-align-bottom {
  align-items: flex-end;
}
.el-scrollbar {
  --el-scrollbar-opacity:0.3;
  --el-scrollbar-bg-color:var(--el-text-color-secondary);
  --el-scrollbar-hover-opacity:0.5;
  --el-scrollbar-hover-bg-color:var(--el-text-color-secondary);
}
.el-scrollbar {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.el-scrollbar__wrap {
  overflow: auto;
  height: 100%;
}
.el-scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  display: none;
}
.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: var(--el-scrollbar-bg-color, var(--el-text-color-secondary));
  transition: var(--el-transition-duration) background-color;
  opacity: var(--el-scrollbar-opacity, 0.3);
}
.el-scrollbar__thumb:hover {
  background-color: var(--el-scrollbar-hover-bg-color, var(--el-text-color-secondary));
  opacity: var(--el-scrollbar-hover-opacity, 0.5);
}
.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
}
.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}
.el-scrollbar__bar.is-vertical > div {
  width: 100%;
}
.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}
.el-scrollbar__bar.is-horizontal > div {
  height: 100%;
}
.el-scrollbar-fade-enter-active {
  transition: opacity 340ms ease-out;
}
.el-scrollbar-fade-leave-active {
  transition: opacity 120ms ease-out;
}
.el-scrollbar-fade-enter-from,
.el-scrollbar-fade-leave-active {
  opacity: 0;
}
.el-select-dropdown {
  z-index: calc(var(--el-index-top) + 1);
  border-radius: var(--el-border-radius-base);
  box-sizing: border-box;
}
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
  padding: 0;
}
.el-select-dropdown__option-item.is-selected:not(.is-multiple).is-disabled {
  color: var(--el-text-color-placeholder);
}
.el-select-dropdown__option-item.is-selected:not(.is-multiple).is-disabled::after {
  background-color: var(--el-text-color-placeholder);
}
.el-select-dropdown__option-item:hover:not(.hover) {
  background-color: rgba(0, 0, 0, 0);
}
.el-select-dropdown.is-multiple .el-select-dropdown__option-item.is-disabled.is-selected {
  color: var(--el-text-color-placeholder);
}
.el-select-dropdown__empty {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: var(--el-text-color-secondary);
  font-size: var(--el-select-font-size);
}
.el-select-dropdown__wrap {
  max-height: 274px;
}
.el-select-dropdown__list {
  list-style: none;
  margin: 6px 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.el-select-dropdown__option-item {
  font-size: var(--el-select-font-size);
  padding: 0 32px 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--el-text-color-regular);
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
}
.el-select-dropdown__option-item.is-disabled {
  color: var(--el-text-color-placeholder);
  cursor: not-allowed;
}
.el-select-dropdown__option-item.is-disabled:hover {
  background-color: var(--el-bg-color);
}
.el-select-dropdown__option-item.is-selected {
  background-color: var(--el-fill-color-light);
  font-weight: 700;
}
.el-select-dropdown__option-item.is-selected:not(.is-multiple) {
  color: var(--el-color-primary);
}
.el-select-dropdown__option-item.hover {
  background-color: var(--el-fill-color-light) !important;
}
.el-select-dropdown__option-item:hover {
  background-color: var(--el-fill-color-light);
}
.el-select-dropdown.is-multiple .el-select-dropdown__option-item.is-selected {
  color: var(--el-color-primary);
  background-color: var(--el-bg-color-overlay);
}
.el-select-dropdown.is-multiple .el-select-dropdown__option-item.is-selected .el-icon {
  position: absolute;
  right: 20px;
  top: 0;
  height: inherit;
  font-size: 12px;
}
.el-select-dropdown.is-multiple .el-select-dropdown__option-item.is-selected .el-icon svg {
  height: inherit;
  vertical-align: middle;
}
.el-select-group {
  margin: 0;
  padding: 0;
}
.el-select-group__wrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 24px;
}
.el-select-group__wrap:not(:last-of-type)::after {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  bottom: 12px;
  height: 1px;
  background: var(--el-border-color-light);
}
.el-select-group__split-dash {
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  background: var(--el-border-color-light);
}
.el-select-group__title {
  padding-left: 20px;
  font-size: 12px;
  color: var(--el-color-info);
  line-height: 30px;
}
.el-select-group .el-select-dropdown__item {
  padding-left: 20px;
}
.el-select-v2 {
  --el-select-border-color-hover:var(--el-border-color-hover);
  --el-select-disabled-border:var(--el-disabled-border-color);
  --el-select-font-size:var(--el-font-size-base);
  --el-select-close-hover-color:var(--el-text-color-secondary);
  --el-select-input-color:var(--el-text-color-placeholder);
  --el-select-multiple-input-color:var(--el-text-color-regular);
  --el-select-input-focus-border-color:var(--el-color-primary);
  --el-select-input-font-size:14px;
}
.el-select-v2 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
}
.el-select-v2__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  cursor: pointer;
  padding: 1px 30px 1px 0;
  border: 1px solid var(--el-border-color);
  border-radius: var(--el-border-radius-base);
  transition: border-color var(--el-transition-duration-fast) var(--el-ease-in-out-bezier-function);
}
.el-select-v2__wrapper:hover {
  border-color: var(--el-text-color-placeholder);
}
.el-select-v2__wrapper.is-filterable {
  cursor: text;
}
.el-select-v2__wrapper.is-focused {
  border-color: var(--el-color-primary);
}
.el-select-v2__wrapper.is-hovering:not(.is-focused) {
  border-color: var(--el-text-color-placeholder);
}
.el-select-v2__wrapper.is-disabled {
  cursor: not-allowed;
  background-color: var(--el-fill-color-light);
  color: var(--el-text-color-placeholder);
  border-color: var(--el-select-disabled-border);
}
.el-select-v2__wrapper.is-disabled:hover {
  border-color: var(--el-select-disabled-border);
}
.el-select-v2__wrapper.is-disabled.is-focus {
  border-color: var(--el-input-focus-border-color);
}
.el-select-v2__wrapper.is-disabled .is-transparent {
  opacity: 1;
  user-select: none;
}
.el-select-v2__wrapper.is-disabled .el-select-v2__caret {
  cursor: not-allowed;
}
.el-select-v2__wrapper.is-disabled .el-select-v2__combobox-input {
  cursor: not-allowed;
}
.el-select-v2__wrapper .el-select-v2__input-wrapper {
  box-sizing: border-box;
  position: relative;
  margin-inline-start: 12px;
  max-width: 100%;
  overflow: hidden;
}
.el-select-v2__wrapper,
.el-select-v2__wrapper .el-select-v2__input-wrapper {
  line-height: 40px;
}
.el-select-v2__wrapper .el-select-v2__input-wrapper input {
  line-height: 32px;
  height: 32px;
  min-width: 4px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  margin: 2px 0;
  outline: none;
  padding: 0;
}
.el-select-v2 .el-select-v2__tags-text {
  text-overflow: ellipsis;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.el-select-v2__empty {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: var(--el-text-color-secondary);
  font-size: 14px;
}
.el-select-v2__popper.el-popper {
  background: var(--el-bg-color-overlay);
  border: 1px solid var(--el-border-color-light);
  box-shadow: var(--el-box-shadow-light);
}
.el-select-v2__popper.el-popper .el-popper__arrow::before {
  border: 1px solid var(--el-border-color-light);
}
.el-select-v2__popper.el-popper[data-popper-placement^=top] .el-popper__arrow::before {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
.el-select-v2__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.el-select-v2__popper.el-popper[data-popper-placement^=left] .el-popper__arrow::before {
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}
.el-select-v2__popper.el-popper[data-popper-placement^=right] .el-popper__arrow::before {
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}
.el-select-v2--large .el-select-v2__wrapper .el-select-v2__combobox-input {
  height: 44px;
}
.el-select-v2--large .el-select-v2__caret {
  height: 52px;
}
.el-select-v2--large .el-select-v2__suffix {
  height: 52px;
}
.el-select-v2--large .el-select-v2__placeholder {
  font-size: 14px;
  line-height: 52px;
}
.el-select-v2--small .el-select-v2__wrapper .el-select-v2__combobox-input {
  height: 26px;
}
.el-select-v2--small .el-select-v2__caret {
  height: 34px;
}
.el-select-v2--small .el-select-v2__suffix {
  height: 34px;
}
.el-select-v2--small .el-select-v2__placeholder {
  font-size: 12px;
  line-height: 34px;
}
.el-select-v2 .el-select-v2__selection > span {
  display: inline-block;
}
.el-select-v2:hover .el-select-v2__combobox-input {
  border-color: var(--el-select-border-color-hover);
}
.el-select-v2 .el-select__selection-text {
  text-overflow: ellipsis;
  display: inline-block;
  overflow-x: hidden;
  vertical-align: bottom;
}
.el-select-v2 .el-select-v2__combobox-input {
  padding-right: 35px;
  display: block;
}
.el-select-v2 .el-select-v2__combobox-input:focus {
  border-color: var(--el-select-input-focus-border-color);
}
.el-select-v2__input {
  border: none;
  outline: none;
  padding: 0;
  margin-left: 15px;
  color: var(--el-select-multiple-input-color);
  font-size: var(--el-select-font-size);
  appearance: none;
  height: 28px;
}
.el-select-v2__input.is-small {
  height: 14px;
}
.el-select-v2__close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  z-index: var(--el-index-top);
  right: 25px;
  color: var(--el-select-input-color);
  line-height: 18px;
  font-size: var(--el-select-input-font-size);
}
.el-select-v2__close:hover {
  color: var(--el-select-close-hover-color);
}
.el-select-v2__suffix {
  display: inline-flex;
  position: absolute;
  right: 12px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--el-input-icon-color, var(--el-text-color-placeholder));
}
.el-select-v2__suffix .el-input__icon {
  height: inherit;
}
.el-select-v2__caret {
  color: var(--el-select-input-color);
  font-size: var(--el-select-input-font-size);
  transition: transform var(--el-transition-duration);
  transform: rotateZ(0deg);
  cursor: pointer;
}
.el-select-v2__caret.is-reverse {
  transform: rotateZ(180deg);
}
.el-select-v2__caret.is-show-close {
  font-size: var(--el-select-font-size);
  text-align: center;
  transform: rotateZ(180deg);
  border-radius: var(--el-border-radius-circle);
  color: var(--el-select-input-color);
  transition: var(--el-transition-color);
}
.el-select-v2__caret.is-show-close:hover {
  color: var(--el-select-close-hover-color);
}
.el-select-v2__caret.el-icon {
  height: inherit;
}
.el-select-v2__caret.el-icon svg {
  vertical-align: middle;
}
.el-select-v2__selection {
  white-space: normal;
  z-index: var(--el-index-normal);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.el-select-v2__wrapper {
  background-color: var(--el-fill-color-blank);
  border: 1px solid var(--el-border-color);
  border-radius: var(--el-border-radius-base);
  position: relative;
  transition: all var(--el-transition-duration) var(--el-ease-in-out-bezier-function);
}
.el-select-v2__input-calculator {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  white-space: pre;
  z-index: 999;
}
.el-select-v2__selected-item {
  line-height: inherit;
  height: inherit;
  user-select: none;
  display: flex;
}
.el-select-v2__placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-inline-start: 12px;
  width: calc(100% - 52px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--el-input-text-color, var(--el-text-color-regular));
}
.el-select-v2__placeholder.is-transparent {
  color: var(--el-text-color-placeholder);
}
.el-select-v2 .el-select-v2__selection .el-tag {
  box-sizing: border-box;
  border-color: rgba(0, 0, 0, 0);
  margin: 2px 0 2px 6px;
  background-color: var(--el-fill-color);
}
.el-select-v2 .el-select-v2__selection .el-tag .el-icon-close {
  background-color: var(--el-text-color-placeholder);
  right: -7px;
  color: var(--el-color-white);
}
.el-select-v2 .el-select-v2__selection .el-tag .el-icon-close:hover {
  background-color: var(--el-text-color-secondary);
}
.el-select-v2 .el-select-v2__selection .el-tag .el-icon-close::before {
  display: block;
  transform: translate(0, 0.5px);
}
.el-select-v2.el-select-v2--small .el-select-v2__selection .el-tag {
  margin: 1px 0 1px 6px;
  height: 18px;
}
.el-select-dropdown {
  z-index: calc(var(--el-index-top) + 1);
  border-radius: var(--el-border-radius-base);
  box-sizing: border-box;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: var(--el-color-primary);
  background-color: var(--el-bg-color-overlay);
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
  background-color: var(--el-fill-color-light);
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: none;
  border-right: none;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--el-color-primary);
  mask: url("data:image/svg+xml;utf8,%3Csvg class=%27icon%27 width=%27200%27 height=%27200%27 viewBox=%270 0 1024 1024%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill=%27currentColor%27 d=%27M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z%27%3E%3C/path%3E%3C/svg%3E") no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg class=%27icon%27 width=%27200%27 height=%27200%27 viewBox=%270 0 1024 1024%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill=%27currentColor%27 d=%27M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z%27%3E%3C/path%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.is-disabled::after {
  background-color: var(--el-text-color-placeholder);
}
.el-select-dropdown .el-select-dropdown__option-item.is-selected::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: none;
  border-right: none;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--el-color-primary);
  mask: url("data:image/svg+xml;utf8,%3Csvg class=%27icon%27 width=%27200%27 height=%27200%27 viewBox=%270 0 1024 1024%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill=%27currentColor%27 d=%27M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z%27%3E%3C/path%3E%3C/svg%3E") no-repeat;
  mask-size: 100% 100%;
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg class=%27icon%27 width=%27200%27 height=%27200%27 viewBox=%270 0 1024 1024%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill=%27currentColor%27 d=%27M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z%27%3E%3C/path%3E%3C/svg%3E") no-repeat;
  -webkit-mask-size: 100% 100%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
  padding: 0;
}
.el-select-dropdown .el-select-dropdown__item.is-disabled:hover {
  background-color: unset;
}
.el-select-dropdown .el-select-dropdown__item.is-disabled.selected {
  color: var(--el-text-color-placeholder);
}
.el-select-dropdown__empty {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: var(--el-text-color-secondary);
  font-size: var(--el-select-font-size);
}
.el-select-dropdown__wrap {
  max-height: 274px;
}
.el-select-dropdown__list {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  box-sizing: border-box;
}
.el-select {
  --el-select-border-color-hover:var(--el-border-color-hover);
  --el-select-disabled-border:var(--el-disabled-border-color);
  --el-select-font-size:var(--el-font-size-base);
  --el-select-close-hover-color:var(--el-text-color-secondary);
  --el-select-input-color:var(--el-text-color-placeholder);
  --el-select-multiple-input-color:var(--el-text-color-regular);
  --el-select-input-focus-border-color:var(--el-color-primary);
  --el-select-input-font-size:14px;
}
.el-select {
  display: inline-block;
  position: relative;
  line-height: 40px;
}
.el-select__popper.el-popper {
  background: var(--el-bg-color-overlay);
  border: 1px solid var(--el-border-color-light);
  box-shadow: var(--el-box-shadow-light);
}
.el-select__popper.el-popper .el-popper__arrow::before {
  border: 1px solid var(--el-border-color-light);
}
.el-select__popper.el-popper[data-popper-placement^=top] .el-popper__arrow::before {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
.el-select__popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.el-select__popper.el-popper[data-popper-placement^=left] .el-popper__arrow::before {
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}
.el-select__popper.el-popper[data-popper-placement^=right] .el-popper__arrow::before {
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}
.el-select .el-select-tags-wrapper.has-prefix {
  margin-left: 6px;
}
.el-select--large {
  line-height: 52px;
}
.el-select--large .el-select-tags-wrapper.has-prefix {
  margin-left: 8px;
}
.el-select--small {
  line-height: 34px;
}
.el-select--small .el-select-tags-wrapper.has-prefix {
  margin-left: 4px;
}
.el-select .el-select__tags > span {
  display: inline-block;
}
.el-select:hover:not(.el-select--disabled) .el-input__inner {
  box-shadow: 0 0 0 1px var(--el-select-border-color-hover) inset;
}
.el-select .el-select__tags-text {
  text-overflow: ellipsis;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.el-select .el-input__inner {
  cursor: pointer;
}
.el-select .el-input__inner.is-focus {
  box-shadow: 0 0 0 1px var(--el-select-input-focus-border-color) inset !important;
}
.el-select .el-input__inner {
  cursor: pointer;
}
.el-select .el-input {
  display: flex;
}
.el-select .el-input .el-select__caret {
  color: var(--el-select-input-color);
  font-size: var(--el-select-input-font-size);
  transition: transform var(--el-transition-duration);
  transform: rotateZ(0deg);
  cursor: pointer;
}
.el-select .el-input .el-select__caret.is-reverse {
  transform: rotateZ(180deg);
}
.el-select .el-input .el-select__caret.is-show-close {
  font-size: var(--el-select-font-size);
  text-align: center;
  transform: rotateZ(180deg);
  border-radius: var(--el-border-radius-circle);
  color: var(--el-select-input-color);
  transition: var(--el-transition-color);
}
.el-select .el-input .el-select__caret.is-show-close:hover {
  color: var(--el-select-close-hover-color);
}
.el-select .el-input .el-select__caret.el-icon {
  position: relative;
  height: inherit;
  z-index: 2;
}
.el-select .el-input.is-disabled .el-input__inner {
  cursor: not-allowed;
}
.el-select .el-input.is-disabled .el-input__inner:hover {
  box-shadow: 0 0 0 1px var(--el-select-disabled-border) inset;
}
.el-select .el-input.is-disabled .el-input__inner {
  cursor: not-allowed;
}
.el-select .el-input.is-disabled .el-select__caret {
  cursor: not-allowed;
}
.el-select .el-input.is-focus .el-input__inner {
  box-shadow: 0 0 0 1px var(--el-select-input-focus-border-color) inset !important;
}
.el-select__input {
  border: none;
  outline: none;
  padding: 0;
  margin-left: 15px;
  color: var(--el-select-multiple-input-color);
  font-size: var(--el-select-font-size);
  appearance: none;
  height: 28px;
  background-color: rgba(0, 0, 0, 0);
}
.el-select__close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  z-index: var(--el-index-top);
  right: 25px;
  color: var(--el-select-input-color);
  line-height: 18px;
  font-size: var(--el-select-input-font-size);
}
.el-select__close:hover {
  color: var(--el-select-close-hover-color);
}
.el-select__tags {
  position: absolute;
  line-height: normal;
  top: 50%;
  transform: translateY(-50%);
  white-space: normal;
  z-index: var(--el-index-normal);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.el-select__collapse-tags {
  white-space: normal;
  z-index: var(--el-index-normal);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.el-select__collapse-tag {
  line-height: inherit;
  height: inherit;
  display: flex;
}
.el-select .el-select__tags .el-tag {
  box-sizing: border-box;
  border-color: rgba(0, 0, 0, 0);
  margin: 2px 6px 2px 0;
}
.el-select .el-select__tags .el-tag:last-child {
  margin-right: 0;
}
.el-select .el-select__tags .el-tag .el-icon-close {
  background-color: var(--el-text-color-placeholder);
  right: -7px;
  top: 0;
  color: #fff;
}
.el-select .el-select__tags .el-tag .el-icon-close:hover {
  background-color: var(--el-text-color-secondary);
}
.el-select .el-select__tags .el-tag .el-icon-close::before {
  display: block;
  transform: translate(0, 0.5px);
}
.el-select .el-select__tags .el-tag--info {
  background-color: var(--el-fill-color);
}
.el-skeleton {
  --el-skeleton-circle-size:var(--el-avatar-size);
}
.el-skeleton__item {
  background: var(--el-skeleton-color);
  display: inline-block;
  height: 16px;
  border-radius: var(--el-border-radius-base);
  width: 100%;
}
.el-skeleton__circle {
  border-radius: 50%;
  width: var(--el-skeleton-circle-size);
  height: var(--el-skeleton-circle-size);
  line-height: var(--el-skeleton-circle-size);
}
.el-skeleton__button {
  height: 40px;
  width: 64px;
  border-radius: 4px;
}
.el-skeleton__p {
  width: 100%;
}
.el-skeleton__p.is-last {
  width: 61%;
}
.el-skeleton__p.is-first {
  width: 33%;
}
.el-skeleton__text {
  width: 100%;
  height: var(--el-font-size-small);
}
.el-skeleton__caption {
  height: var(--el-font-size-extra-small);
}
.el-skeleton__h1 {
  height: var(--el-font-size-extra-large);
}
.el-skeleton__h3 {
  height: var(--el-font-size-large);
}
.el-skeleton__h5 {
  height: var(--el-font-size-medium);
}
.el-skeleton__image {
  width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.el-skeleton__image svg {
  color: var(--el-svg-monochrome-grey);
  fill: currentColor;
  width: 22%;
  height: 22%;
}
.el-skeleton {
  --el-skeleton-color:var(--el-fill-color);
  --el-skeleton-to-color:var(--el-fill-color-darker);
}
@keyframes el-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.el-skeleton {
  width: 100%;
}
.el-skeleton__first-line {
  height: 16px;
  margin-top: 16px;
  background: var(--el-skeleton-color);
}
.el-skeleton__paragraph {
  height: 16px;
  margin-top: 16px;
  background: var(--el-skeleton-color);
}
.el-skeleton.is-animated .el-skeleton__item {
  background: linear-gradient(90deg, var(--el-skeleton-color) 25%, var(--el-skeleton-to-color) 37%, var(--el-skeleton-color) 63%);
  background-size: 400% 100%;
  animation: el-skeleton-loading 1.4s ease infinite;
}
.el-slider {
  --el-slider-main-bg-color:var(--el-color-primary);
  --el-slider-runway-bg-color:var(--el-border-color-light);
  --el-slider-stop-bg-color:var(--el-color-white);
  --el-slider-disabled-color:var(--el-text-color-placeholder);
  --el-slider-border-radius:3px;
  --el-slider-height:6px;
  --el-slider-button-size:20px;
  --el-slider-button-wrapper-size:36px;
  --el-slider-button-wrapper-offset:-15px;
}
.el-slider {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
}
.el-slider__runway {
  flex: 1;
  height: var(--el-slider-height);
  background-color: var(--el-slider-runway-bg-color);
  border-radius: var(--el-slider-border-radius);
  position: relative;
  cursor: pointer;
}
.el-slider__runway.show-input {
  margin-right: 30px;
  width: auto;
}
.el-slider__runway.is-disabled {
  cursor: default;
}
.el-slider__runway.is-disabled .el-slider__bar {
  background-color: var(--el-slider-disabled-color);
}
.el-slider__runway.is-disabled .el-slider__button {
  border-color: var(--el-slider-disabled-color);
}
.el-slider__runway.is-disabled .el-slider__button-wrapper:hover,
.el-slider__runway.is-disabled .el-slider__button-wrapper.hover {
  cursor: not-allowed;
}
.el-slider__runway.is-disabled .el-slider__button-wrapper.dragging {
  cursor: not-allowed;
}
.el-slider__runway.is-disabled .el-slider__button:hover,
.el-slider__runway.is-disabled .el-slider__button.hover,
.el-slider__runway.is-disabled .el-slider__button.dragging {
  transform: scale(1);
}
.el-slider__runway.is-disabled .el-slider__button:hover,
.el-slider__runway.is-disabled .el-slider__button.hover {
  cursor: not-allowed;
}
.el-slider__runway.is-disabled .el-slider__button.dragging {
  cursor: not-allowed;
}
.el-slider__input {
  flex-shrink: 0;
  width: 130px;
}
.el-slider__bar {
  height: var(--el-slider-height);
  background-color: var(--el-slider-main-bg-color);
  border-top-left-radius: var(--el-slider-border-radius);
  border-bottom-left-radius: var(--el-slider-border-radius);
  position: absolute;
}
.el-slider__button-wrapper {
  height: var(--el-slider-button-wrapper-size);
  width: var(--el-slider-button-wrapper-size);
  position: absolute;
  z-index: 1;
  top: var(--el-slider-button-wrapper-offset);
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  user-select: none;
  line-height: normal;
  outline: none;
}
.el-slider__button-wrapper::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.el-slider__button-wrapper:hover,
.el-slider__button-wrapper.hover {
  cursor: grab;
}
.el-slider__button-wrapper.dragging {
  cursor: grabbing;
}
.el-slider__button {
  display: inline-block;
  width: var(--el-slider-button-size);
  height: var(--el-slider-button-size);
  vertical-align: middle;
  border: solid 2px var(--el-slider-main-bg-color);
  background-color: var(--el-color-white);
  border-radius: 50%;
  box-sizing: border-box;
  transition: var(--el-transition-duration-fast);
  user-select: none;
}
.el-slider__button:hover,
.el-slider__button.hover,
.el-slider__button.dragging {
  transform: scale(1.2);
}
.el-slider__button:hover,
.el-slider__button.hover {
  cursor: grab;
}
.el-slider__button.dragging {
  cursor: grabbing;
}
.el-slider__stop {
  position: absolute;
  height: var(--el-slider-height);
  width: var(--el-slider-height);
  border-radius: var(--el-border-radius-circle);
  background-color: var(--el-slider-stop-bg-color);
  transform: translateX(-50%);
}
.el-slider__marks {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.el-slider__marks-text {
  position: absolute;
  transform: translateX(-50%);
  font-size: 14px;
  color: var(--el-color-info);
  margin-top: 15px;
}
.el-slider.is-vertical {
  position: relative;
  height: 100%;
  flex: 0;
}
.el-slider.is-vertical .el-slider__runway {
  width: var(--el-slider-height);
  height: 100%;
  margin: 0 16px;
}
.el-slider.is-vertical .el-slider__bar {
  width: var(--el-slider-height);
  height: auto;
  border-radius: 0 0 3px 3px;
}
.el-slider.is-vertical .el-slider__button-wrapper {
  top: auto;
  left: var(--el-slider-button-wrapper-offset);
  transform: translateY(50%);
}
.el-slider.is-vertical .el-slider__stop {
  transform: translateY(50%);
}
.el-slider.is-vertical .el-slider__marks-text {
  margin-top: 0;
  left: 15px;
  transform: translateY(50%);
}
.el-slider--large {
  height: 40px;
}
.el-slider--small {
  height: 24px;
}
.el-space {
  display: inline-flex;
  vertical-align: top;
}
.el-space__item {
  display: flex;
  flex-wrap: wrap;
}
.el-space__item > * {
  flex: 1;
}
.el-space--vertical {
  flex-direction: column;
}
.el-time-spinner {
  width: 100%;
  white-space: nowrap;
}
.el-spinner {
  display: inline-block;
  vertical-align: middle;
}
.el-spinner-inner {
  animation: rotate 2s linear infinite;
  width: 50px;
  height: 50px;
}
.el-spinner-inner .path {
  stroke: var(--el-border-color-lighter);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.el-step {
  position: relative;
  flex-shrink: 1;
}
.el-step:last-of-type .el-step__line {
  display: none;
}
.el-step:last-of-type.is-flex {
  flex-basis: auto !important;
  flex-shrink: 0;
  flex-grow: 0;
}
.el-step:last-of-type .el-step__main,
.el-step:last-of-type .el-step__description {
  padding-right: 0;
}
.el-step__head {
  position: relative;
  width: 100%;
}
.el-step__head.is-process {
  color: var(--el-text-color-primary);
  border-color: var(--el-text-color-primary);
}
.el-step__head.is-wait {
  color: var(--el-text-color-placeholder);
  border-color: var(--el-text-color-placeholder);
}
.el-step__head.is-success {
  color: var(--el-color-success);
  border-color: var(--el-color-success);
}
.el-step__head.is-error {
  color: var(--el-color-danger);
  border-color: var(--el-color-danger);
}
.el-step__head.is-finish {
  color: var(--el-color-primary);
  border-color: var(--el-color-primary);
}
.el-step__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  box-sizing: border-box;
  background: var(--el-bg-color);
  transition: .15s ease-out;
}
.el-step__icon.is-text {
  border-radius: 50%;
  border: 2px solid;
  border-color: inherit;
}
.el-step__icon.is-icon {
  width: 40px;
}
.el-step__icon-inner {
  display: inline-block;
  user-select: none;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}
.el-step__icon-inner[class*=el-icon]:not(.is-status) {
  font-size: 25px;
  font-weight: normal;
}
.el-step__icon-inner.is-status {
  transform: translateY(1px);
}
.el-step__line {
  position: absolute;
  border-color: inherit;
  background-color: var(--el-text-color-placeholder);
}
.el-step__line-inner {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  transition: .15s ease-out;
  box-sizing: border-box;
  width: 0;
  height: 0;
}
.el-step__main {
  white-space: normal;
  text-align: left;
}
.el-step__title {
  font-size: 16px;
  line-height: 38px;
}
.el-step__title.is-process {
  font-weight: bold;
  color: var(--el-text-color-primary);
}
.el-step__title.is-wait {
  color: var(--el-text-color-placeholder);
}
.el-step__title.is-success {
  color: var(--el-color-success);
}
.el-step__title.is-error {
  color: var(--el-color-danger);
}
.el-step__title.is-finish {
  color: var(--el-color-primary);
}
.el-step__description {
  padding-right: 10%;
  margin-top: -5px;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
.el-step__description.is-process {
  color: var(--el-text-color-primary);
}
.el-step__description.is-wait {
  color: var(--el-text-color-placeholder);
}
.el-step__description.is-success {
  color: var(--el-color-success);
}
.el-step__description.is-error {
  color: var(--el-color-danger);
}
.el-step__description.is-finish {
  color: var(--el-color-primary);
}
.el-step.is-horizontal {
  display: inline-block;
}
.el-step.is-horizontal .el-step__line {
  height: 2px;
  top: 11px;
  left: 0;
  right: 0;
}
.el-step.is-vertical {
  display: flex;
}
.el-step.is-vertical .el-step__head {
  flex-grow: 0;
  width: 24px;
}
.el-step.is-vertical .el-step__main {
  padding-left: 10px;
  flex-grow: 1;
}
.el-step.is-vertical .el-step__title {
  line-height: 24px;
  padding-bottom: 8px;
}
.el-step.is-vertical .el-step__line {
  width: 2px;
  top: 0;
  bottom: 0;
  left: 11px;
}
.el-step.is-vertical .el-step__icon.is-icon {
  width: 24px;
}
.el-step.is-center .el-step__head {
  text-align: center;
}
.el-step.is-center .el-step__main {
  text-align: center;
}
.el-step.is-center .el-step__description {
  padding-left: 20%;
  padding-right: 20%;
}
.el-step.is-center .el-step__line {
  left: 50%;
  right: -50%;
}
.el-step.is-simple {
  display: flex;
  align-items: center;
}
.el-step.is-simple .el-step__head {
  width: auto;
  font-size: 0;
  padding-right: 10px;
}
.el-step.is-simple .el-step__icon {
  background: rgba(0, 0, 0, 0);
  width: 16px;
  height: 16px;
  font-size: 12px;
}
.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status) {
  font-size: 18px;
}
.el-step.is-simple .el-step__icon-inner.is-status {
  transform: scale(0.8) translateY(1px);
}
.el-step.is-simple .el-step__main {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-grow: 1;
}
.el-step.is-simple .el-step__title {
  font-size: 16px;
  line-height: 20px;
}
.el-step.is-simple:not(:last-of-type) .el-step__title {
  max-width: 50%;
  word-break: break-all;
}
.el-step.is-simple .el-step__arrow {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-step.is-simple .el-step__arrow::before,
.el-step.is-simple .el-step__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 15px;
  width: 1px;
  background: var(--el-text-color-placeholder);
}
.el-step.is-simple .el-step__arrow::before {
  transform: rotate(-45deg) translateY(-4px);
  transform-origin: 0 0;
}
.el-step.is-simple .el-step__arrow::after {
  transform: rotate(45deg) translateY(4px);
  transform-origin: 100% 100%;
}
.el-step.is-simple:last-of-type .el-step__arrow {
  display: none;
}
.el-steps {
  display: flex;
}
.el-steps--simple {
  padding: 13px 8%;
  border-radius: 4px;
  background: var(--el-fill-color-light);
}
.el-steps--horizontal {
  white-space: nowrap;
}
.el-steps--vertical {
  height: 100%;
  flex-flow: column;
}
.el-switch {
  --el-switch-on-color:var(--el-color-primary);
  --el-switch-off-color:var(--el-border-color);
}
.el-switch {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  vertical-align: middle;
}
.el-switch.is-disabled .el-switch__core,
.el-switch.is-disabled .el-switch__label {
  cursor: not-allowed;
}
.el-switch__label {
  transition: var(--el-transition-duration-fast);
  height: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  vertical-align: middle;
  color: var(--el-text-color-primary);
}
.el-switch__label.is-active {
  color: var(--el-color-primary);
}
.el-switch__label--left {
  margin-right: 10px;
}
.el-switch__label--right {
  margin-left: 10px;
}
.el-switch__label * {
  line-height: 1;
  font-size: 14px;
  display: inline-block;
}
.el-switch__label .el-icon {
  height: inherit;
}
.el-switch__label .el-icon svg {
  vertical-align: middle;
}
.el-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}
.el-switch__input:focus-visible ~ .el-switch__core {
  outline: 2px solid var(--el-switch-on-color);
  outline-offset: 1px;
}
.el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid var(--el-switch-border-color, var(--el-switch-off-color));
  outline: none;
  border-radius: 10px;
  box-sizing: border-box;
  background: var(--el-switch-off-color);
  cursor: pointer;
  transition: border-color var(--el-transition-duration), background-color var(--el-transition-duration);
  vertical-align: middle;
}
.el-switch__core .el-switch__inner {
  position: absolute;
  top: 1px;
  left: 1px;
  transition: all var(--el-transition-duration);
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  white-space: nowrap;
}
.el-switch__core .el-switch__inner .is-icon,
.el-switch__core .el-switch__inner .is-text {
  color: var(--el-color-white);
  transition: opacity var(--el-transition-duration);
  position: absolute;
  user-select: none;
}
.el-switch__core .el-switch__action {
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: var(--el-border-radius-circle);
  transition: all var(--el-transition-duration);
  width: 16px;
  height: 16px;
  background-color: var(--el-color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--el-switch-off-color);
}
.el-switch__core .el-switch__action .is-icon,
.el-switch__core .el-switch__action .is-text {
  transition: opacity var(--el-transition-duration);
  position: absolute;
  user-select: none;
}
.el-switch__core .is-text {
  font-size: 12px;
}
.el-switch__core .is-show {
  opacity: 1;
}
.el-switch__core .is-hide {
  opacity: 0;
}
.el-switch.is-checked .el-switch__core {
  border-color: var(--el-switch-border-color, var(--el-switch-on-color));
  background-color: var(--el-switch-on-color);
}
.el-switch.is-checked .el-switch__core .el-switch__action {
  left: 100%;
  margin-left: -17px;
  color: var(--el-switch-on-color);
}
.el-switch.is-checked .el-switch__core .el-switch__inner {
  left: 50%;
  white-space: nowrap;
  margin-left: -17px;
}
.el-switch.is-disabled {
  opacity: .6;
}
.el-switch--wide .el-switch__label.el-switch__label--left span {
  left: 10px;
}
.el-switch--wide .el-switch__label.el-switch__label--right span {
  right: 10px;
}
.el-switch .label-fade-enter-from,
.el-switch .label-fade-leave-active {
  opacity: 0;
}
.el-switch--large {
  font-size: 14px;
  line-height: 24px;
  height: 40px;
}
.el-switch--large .el-switch__label {
  height: 24px;
  font-size: 14px;
}
.el-switch--large .el-switch__label * {
  font-size: 14px;
}
.el-switch--large .el-switch__core {
  width: 50px;
  height: 24px;
  border-radius: 12px;
}
.el-switch--large .el-switch__core .el-switch__inner {
  width: 20px;
  height: 20px;
}
.el-switch--large .el-switch__core .el-switch__action {
  width: 20px;
  height: 20px;
}
.el-switch--large.is-checked .el-switch__core .el-switch__action {
  margin-left: -21px;
}
.el-switch--large.is-checked .el-switch__core .el-switch__inner {
  margin-left: -21px;
}
.el-switch--small {
  font-size: 12px;
  line-height: 16px;
  height: 24px;
}
.el-switch--small .el-switch__label {
  height: 16px;
  font-size: 12px;
}
.el-switch--small .el-switch__label * {
  font-size: 12px;
}
.el-switch--small .el-switch__core {
  width: 30px;
  height: 16px;
  border-radius: 8px;
}
.el-switch--small .el-switch__core .el-switch__inner {
  width: 12px;
  height: 12px;
}
.el-switch--small .el-switch__core .el-switch__action {
  width: 12px;
  height: 12px;
}
.el-switch--small.is-checked .el-switch__core .el-switch__action {
  margin-left: -13px;
}
.el-switch--small.is-checked .el-switch__core .el-switch__inner {
  margin-left: -13px;
}
.el-table-column--selection .cell {
  padding-left: 14px;
  padding-right: 14px;
}
.el-table-filter {
  border: solid 1px var(--el-border-color-lighter);
  border-radius: 2px;
  background-color: #fff;
  box-shadow: var(--el-box-shadow-light);
  box-sizing: border-box;
}
.el-table-filter__list {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  min-width: 100px;
}
.el-table-filter__list-item {
  line-height: 36px;
  padding: 0 10px;
  cursor: pointer;
  font-size: var(--el-font-size-base);
}
.el-table-filter__list-item:hover {
  background-color: var(--el-color-primary-light-9);
  color: var(--el-color-primary);
}
.el-table-filter__list-item.is-active {
  background-color: var(--el-color-primary);
  color: #fff;
}
.el-table-filter__content {
  min-width: 100px;
}
.el-table-filter__bottom {
  border-top: 1px solid var(--el-border-color-lighter);
  padding: 8px;
}
.el-table-filter__bottom button {
  background: rgba(0, 0, 0, 0);
  border: none;
  color: var(--el-text-color-regular);
  cursor: pointer;
  font-size: var(--el-font-size-small);
  padding: 0 3px;
}
.el-table-filter__bottom button:hover {
  color: var(--el-color-primary);
}
.el-table-filter__bottom button:focus {
  outline: none;
}
.el-table-filter__bottom button.is-disabled {
  color: var(--el-disabled-text-color);
  cursor: not-allowed;
}
.el-table-filter__wrap {
  max-height: 280px;
}
.el-table-filter__checkbox-group {
  padding: 10px;
}
.el-table-filter__checkbox-group label.el-checkbox {
  display: flex;
  align-items: center;
  margin-right: 5px;
  margin-bottom: 12px;
  margin-left: 5px;
  height: unset;
}
.el-table-filter__checkbox-group .el-checkbox:last-child {
  margin-bottom: 0;
}
.el-table {
  --el-table-border-color:var(--el-border-color-lighter);
  --el-table-border:1px solid var(--el-table-border-color);
  --el-table-text-color:var(--el-text-color-regular);
  --el-table-header-text-color:var(--el-text-color-secondary);
  --el-table-row-hover-bg-color:var(--el-fill-color-light);
  --el-table-current-row-bg-color:var(--el-color-primary-light-9);
  --el-table-header-bg-color:var(--el-bg-color);
  --el-table-fixed-box-shadow:var(--el-box-shadow-light);
  --el-table-bg-color:var(--el-fill-color-blank);
  --el-table-tr-bg-color:var(--el-fill-color-blank);
  --el-table-expanded-cell-bg-color:var(--el-fill-color-blank);
  --el-table-fixed-left-column:inset 10px 0 10px -10px rgba(0, 0, 0, 0.15);
  --el-table-fixed-right-column:inset -10px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.el-table {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: fit-content;
  width: 100%;
  max-width: 100%;
  background-color: var(--el-table-bg-color);
  font-size: 14px;
  color: var(--el-table-text-color);
}
.el-table__inner-wrapper {
  position: relative;
}
.el-table__inner-wrapper::before {
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  z-index: 3;
}
.el-table.has-footer .el-table__inner-wrapper::before {
  bottom: 1px;
}
.el-table__empty-block {
  position: sticky;
  left: 0;
  min-height: 60px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el-table__empty-text {
  line-height: 60px;
  width: 50%;
  color: var(--el-text-color-secondary);
}
.el-table__expand-column .cell {
  padding: 0;
  text-align: center;
  user-select: none;
}
.el-table__expand-icon {
  position: relative;
  cursor: pointer;
  color: var(--el-text-color-regular);
  font-size: 12px;
  transition: transform var(--el-transition-duration-fast) ease-in-out;
  height: 20px;
}
.el-table__expand-icon--expanded {
  transform: rotate(90deg);
}
.el-table__expand-icon > .el-icon {
  font-size: 12px;
}
.el-table__expanded-cell {
  background-color: var(--el-table-expanded-cell-bg-color);
}
.el-table__expanded-cell[class*=cell] {
  padding: 20px 50px;
}
.el-table__expanded-cell:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.el-table__placeholder {
  display: inline-block;
  width: 20px;
}
.el-table__append-wrapper {
  overflow: hidden;
}
.el-table--fit {
  border-right: 0;
  border-bottom: 0;
}
.el-table--fit .el-table__cell.gutter {
  border-right-width: 1px;
}
.el-table thead {
  color: var(--el-table-header-text-color);
  font-weight: 500;
}
.el-table thead.is-group th.el-table__cell {
  background: var(--el-fill-color-light);
}
.el-table .el-table__cell {
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
  z-index: 1;
}
.el-table .el-table__cell.is-center {
  text-align: center;
}
.el-table .el-table__cell.is-right {
  text-align: right;
}
.el-table .el-table__cell.gutter {
  width: 15px;
  border-right-width: 0;
  border-bottom-width: 0;
  padding: 0;
}
.el-table .el-table__cell.is-hidden > * {
  visibility: hidden;
}
.el-table .cell {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  line-height: 23px;
  padding: 0 12px;
}
.el-table .cell.el-tooltip {
  white-space: nowrap;
  min-width: 50px;
}
.el-table--large {
  font-size: var(--el-font-size-base);
}
.el-table--large .el-table__cell {
  padding: 12px 0;
}
.el-table--large .cell {
  padding: 0 16px;
}
.el-table--small {
  font-size: 12px;
}
.el-table--small .el-table__cell {
  padding: 4px 0;
}
.el-table--small .cell {
  padding: 0 8px;
}
.el-table tr {
  background-color: var(--el-table-tr-bg-color);
}
.el-table tr input[type=checkbox] {
  margin: 0;
}
.el-table th.el-table__cell.is-leaf,
.el-table td.el-table__cell {
  border-bottom: var(--el-table-border);
}
.el-table th.el-table__cell.is-sortable {
  cursor: pointer;
}
.el-table th.el-table__cell {
  user-select: none;
  background-color: var(--el-table-header-bg-color);
}
.el-table th.el-table__cell > .cell {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.el-table th.el-table__cell > .cell.highlight {
  color: var(--el-color-primary);
}
.el-table th.el-table__cell.required > div::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d51;
  margin-right: 5px;
  vertical-align: middle;
}
.el-table td.el-table__cell div {
  box-sizing: border-box;
}
.el-table td.el-table__cell.gutter {
  width: 0;
}
.el-table--group .el-table__inner-wrapper tr:first-child td:first-child,
.el-table--group .el-table__inner-wrapper tr:first-child th:first-child,
.el-table--group .el-table__footer-wrapper tr:first-child td:first-child,
.el-table--group .el-table__footer-wrapper tr:first-child th:first-child,
.el-table--border .el-table__inner-wrapper tr:first-child td:first-child,
.el-table--border .el-table__inner-wrapper tr:first-child th:first-child,
.el-table--border .el-table__footer-wrapper tr:first-child td:first-child,
.el-table--border .el-table__footer-wrapper tr:first-child th:first-child {
  border-left: var(--el-table-border);
}
.el-table--group .el-table__footer-wrapper,
.el-table--border .el-table__footer-wrapper {
  border-top: var(--el-table-border);
}
.el-table--border::after,
.el-table--border::before,
.el-table--border .el-table__inner-wrapper::after,
.el-table__inner-wrapper::before {
  content: "";
  position: absolute;
  background-color: var(--el-table-border-color);
  z-index: 3;
}
.el-table--border .el-table__inner-wrapper::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 3;
}
.el-table--border::before {
  top: -1px;
  left: 0;
  width: 1px;
  height: 100%;
  z-index: 3;
}
.el-table--border::after {
  top: -1px;
  right: 0;
  width: 1px;
  height: 100%;
  z-index: 3;
}
.el-table--border .el-table__inner-wrapper {
  border-right: none;
  border-bottom: none;
}
.el-table--border .el-table__footer-wrapper {
  position: relative;
}
.el-table--border .el-table__footer-wrapper {
  margin-top: -2px;
}
.el-table--border .el-table__cell {
  border-right: var(--el-table-border);
}
.el-table--border th.el-table__cell.gutter:last-of-type {
  border-bottom: var(--el-table-border);
  border-bottom-width: 1px;
}
.el-table--border th.el-table__cell {
  border-bottom: var(--el-table-border);
}
.el-table--hidden {
  visibility: hidden;
}
.el-table__header-wrapper,
.el-table__body-wrapper,
.el-table__footer-wrapper {
  width: 100%;
}
.el-table__header-wrapper tr td.el-table-fixed-column--left,
.el-table__header-wrapper tr td.el-table-fixed-column--right,
.el-table__header-wrapper tr th.el-table-fixed-column--left,
.el-table__header-wrapper tr th.el-table-fixed-column--right,
.el-table__body-wrapper tr td.el-table-fixed-column--left,
.el-table__body-wrapper tr td.el-table-fixed-column--right,
.el-table__body-wrapper tr th.el-table-fixed-column--left,
.el-table__body-wrapper tr th.el-table-fixed-column--right,
.el-table__footer-wrapper tr td.el-table-fixed-column--left,
.el-table__footer-wrapper tr td.el-table-fixed-column--right,
.el-table__footer-wrapper tr th.el-table-fixed-column--left,
.el-table__footer-wrapper tr th.el-table-fixed-column--right {
  position: sticky !important;
  z-index: 2;
  background: inherit;
}
.el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column::before,
.el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column::before,
.el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column::before,
.el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column::before,
.el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column::before,
.el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column::before,
.el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column::before,
.el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column::before,
.el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column::before,
.el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column::before,
.el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column::before,
.el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before,
.el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column::before,
.el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column::before,
.el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column::before,
.el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column::before,
.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column::before,
.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column::before,
.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column::before,
.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column::before,
.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column::before,
.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column::before,
.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column::before,
.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 10px;
  bottom: -1px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: none;
  touch-action: none;
  pointer-events: none;
}
.el-table__header-wrapper tr td.el-table-fixed-column--left.is-first-column::before,
.el-table__header-wrapper tr td.el-table-fixed-column--right.is-first-column::before,
.el-table__header-wrapper tr th.el-table-fixed-column--left.is-first-column::before,
.el-table__header-wrapper tr th.el-table-fixed-column--right.is-first-column::before,
.el-table__body-wrapper tr td.el-table-fixed-column--left.is-first-column::before,
.el-table__body-wrapper tr td.el-table-fixed-column--right.is-first-column::before,
.el-table__body-wrapper tr th.el-table-fixed-column--left.is-first-column::before,
.el-table__body-wrapper tr th.el-table-fixed-column--right.is-first-column::before,
.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-first-column::before,
.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-first-column::before,
.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-first-column::before,
.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-first-column::before {
  left: -10px;
}
.el-table__header-wrapper tr td.el-table-fixed-column--left.is-last-column::before,
.el-table__header-wrapper tr td.el-table-fixed-column--right.is-last-column::before,
.el-table__header-wrapper tr th.el-table-fixed-column--left.is-last-column::before,
.el-table__header-wrapper tr th.el-table-fixed-column--right.is-last-column::before,
.el-table__body-wrapper tr td.el-table-fixed-column--left.is-last-column::before,
.el-table__body-wrapper tr td.el-table-fixed-column--right.is-last-column::before,
.el-table__body-wrapper tr th.el-table-fixed-column--left.is-last-column::before,
.el-table__body-wrapper tr th.el-table-fixed-column--right.is-last-column::before,
.el-table__footer-wrapper tr td.el-table-fixed-column--left.is-last-column::before,
.el-table__footer-wrapper tr td.el-table-fixed-column--right.is-last-column::before,
.el-table__footer-wrapper tr th.el-table-fixed-column--left.is-last-column::before,
.el-table__footer-wrapper tr th.el-table-fixed-column--right.is-last-column::before {
  right: -10px;
  box-shadow: none;
}
.el-table__header-wrapper tr td.el-table__fixed-right-patch,
.el-table__header-wrapper tr th.el-table__fixed-right-patch,
.el-table__body-wrapper tr td.el-table__fixed-right-patch,
.el-table__body-wrapper tr th.el-table__fixed-right-patch,
.el-table__footer-wrapper tr td.el-table__fixed-right-patch,
.el-table__footer-wrapper tr th.el-table__fixed-right-patch {
  position: sticky !important;
  z-index: 2;
  background: #fff;
  right: 0;
}
.el-table__header-wrapper tr th.el-table-fixed-column--left,
.el-table__header-wrapper tr th.el-table-fixed-column--right {
  background-color: #f9f9f9;
}
.el-table__header,
.el-table__body,
.el-table__footer {
  table-layout: fixed;
  border-collapse: separate;
}
.el-table__header-wrapper,
.el-table__footer-wrapper {
  overflow: hidden;
}
.el-table__header-wrapper tbody td.el-table__cell,
.el-table__footer-wrapper tbody td.el-table__cell {
  background-color: var(--el-table-row-hover-bg-color);
  color: var(--el-table-text-color);
}
.el-table__header-wrapper .el-table-column--selection .el-checkbox,
.el-table__body-wrapper .el-table-column--selection .el-checkbox {
  height: unset;
}
.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before {
  box-shadow: var(--el-table-fixed-right-column);
}
.el-table.is-scrolling-left.el-table--border .el-table-fixed-column--left.is-last-column.el-table__cell {
  border-right: var(--el-table-border);
}
.el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column::before {
  box-shadow: var(--el-table-fixed-left-column);
}
.el-table.is-scrolling-right .el-table-fixed-column--left.is-last-column.el-table__cell {
  border-right: none;
}
.el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column.el-table__cell {
  border-right: none;
}
.el-table.is-scrolling-middle .el-table-fixed-column--right.is-first-column::before {
  box-shadow: var(--el-table-fixed-right-column);
}
.el-table.is-scrolling-middle .el-table-fixed-column--left.is-last-column::before {
  box-shadow: var(--el-table-fixed-left-column);
}
.el-table.is-scrolling-none .el-table-fixed-column--left.is-first-column::before,
.el-table.is-scrolling-none .el-table-fixed-column--left.is-last-column::before,
.el-table.is-scrolling-none .el-table-fixed-column--right.is-first-column::before,
.el-table.is-scrolling-none .el-table-fixed-column--right.is-last-column::before {
  box-shadow: none;
}
.el-table__body-wrapper {
  overflow: hidden;
  position: relative;
}
.el-table__body-wrapper .el-scrollbar__bar {
  z-index: 2;
}
.el-table .caret-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: 14px;
  width: 24px;
  vertical-align: middle;
  cursor: pointer;
  overflow: initial;
  position: relative;
}
.el-table .sort-caret {
  width: 0;
  height: 0;
  border: solid 5px rgba(0, 0, 0, 0);
  position: absolute;
  left: 7px;
}
.el-table .sort-caret.ascending {
  border-bottom-color: var(--el-text-color-placeholder);
  top: -5px;
}
.el-table .sort-caret.descending {
  border-top-color: var(--el-text-color-placeholder);
  bottom: -3px;
}
.el-table .ascending .sort-caret.ascending {
  border-bottom-color: var(--el-color-primary);
}
.el-table .descending .sort-caret.descending {
  border-top-color: var(--el-color-primary);
}
.el-table .hidden-columns {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background: var(--el-fill-color-lighter);
}
.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell {
  background-color: var(--el-table-current-row-bg-color);
}
.el-table__body tr.hover-row > td.el-table__cell,
.el-table__body tr.hover-row.current-row > td.el-table__cell,
.el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell,
.el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell {
  background-color: var(--el-table-row-hover-bg-color);
}
.el-table__body tr.current-row > td.el-table__cell {
  background-color: var(--el-table-current-row-bg-color);
}
.el-table__column-resize-proxy {
  position: absolute;
  left: 200px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: var(--el-table-border);
  z-index: 10;
}
.el-table__column-filter-trigger {
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}
.el-table__column-filter-trigger i {
  color: var(--el-color-info);
  font-size: 14px;
  vertical-align: middle;
}
.el-table__border-left-patch {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  z-index: 3;
  position: absolute;
  background-color: var(--el-table-border-color);
}
.el-table__border-bottom-patch {
  left: 0;
  height: 1px;
  z-index: 3;
  position: absolute;
  background-color: var(--el-table-border-color);
}
.el-table__border-right-patch {
  top: 0;
  height: 100%;
  width: 1px;
  z-index: 3;
  position: absolute;
  background-color: var(--el-table-border-color);
}
.el-table--enable-row-transition .el-table__body td.el-table__cell {
  transition: background-color .25s ease;
}
.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: var(--el-table-row-hover-bg-color);
}
.el-table [class*=el-table__row--level] .el-table__expand-icon {
  display: inline-block;
  width: 12px;
  line-height: 12px;
  height: 12px;
  text-align: center;
  margin-right: 8px;
}
.el-table .el-table.el-table--border .el-table__cell {
  border-right: var(--el-table-border);
}
.el-table:not(.el-table--border) .el-table__cell {
  border-right: none;
}
.el-table:not(.el-table--border) > .el-table__inner-wrapper::after {
  content: none;
}
.el-table:not(.el-table--border) .el-table__inner-wrapper tr:first-child td:first-child,
.el-table:not(.el-table--border) .el-table__inner-wrapper tr:first-child th:first-child,
.el-table:not(.el-table--border) .el-table__footer-wrapper tr:first-child td:first-child,
.el-table:not(.el-table--border) .el-table__footer-wrapper tr:first-child th:first-child {
  border-left: none;
}
.el-table-v2 {
  --el-table-border-color:var(--el-border-color-lighter);
  --el-table-border:1px solid var(--el-table-border-color);
  --el-table-text-color:var(--el-text-color-regular);
  --el-table-header-text-color:var(--el-text-color-secondary);
  --el-table-row-hover-bg-color:var(--el-fill-color-light);
  --el-table-current-row-bg-color:var(--el-color-primary-light-9);
  --el-table-header-bg-color:var(--el-bg-color);
  --el-table-fixed-box-shadow:var(--el-box-shadow-light);
  --el-table-bg-color:var(--el-fill-color-blank);
  --el-table-tr-bg-color:var(--el-fill-color-blank);
  --el-table-expanded-cell-bg-color:var(--el-fill-color-blank);
  --el-table-fixed-left-column:inset 10px 0 10px -10px rgba(0, 0, 0, 0.15);
  --el-table-fixed-right-column:inset -10px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.el-table-v2 {
  font-size: 14px;
}
.el-table-v2 * {
  box-sizing: border-box;
}
.el-table-v2__root {
  position: relative;
}
.el-table-v2__root:hover .el-table-v2__main .el-virtual-scrollbar {
  opacity: 1;
}
.el-table-v2__main {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  overflow: hidden;
  top: 0;
  background-color: var(--el-bg-color);
  left: 0;
}
.el-table-v2__main .el-vl__horizontal,
.el-table-v2__main .el-vl__vertical {
  z-index: 2;
}
.el-table-v2__left {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  overflow: hidden;
  top: 0;
  background-color: var(--el-bg-color);
  left: 0;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, .06);
}
.el-table-v2__left .el-virtual-scrollbar {
  opacity: 0;
}
.el-table-v2__left .el-vl__vertical,
.el-table-v2__left .el-vl__horizontal {
  z-index: -1;
}
.el-table-v2__right {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  overflow: hidden;
  top: 0;
  background-color: var(--el-bg-color);
  right: 0;
  box-shadow: -2px 0 4px 0 rgba(0, 0, 0, .06);
}
.el-table-v2__right .el-virtual-scrollbar {
  opacity: 0;
}
.el-table-v2__right .el-vl__vertical,
.el-table-v2__right .el-vl__horizontal {
  z-index: -1;
}
.el-table-v2__header-row {
  padding-inline-end: var(--el-table-scrollbar-size);
}
.el-table-v2__row {
  padding-inline-end: var(--el-table-scrollbar-size);
}
.el-table-v2__header-wrapper {
  overflow: hidden;
}
.el-table-v2__header {
  position: relative;
  overflow: hidden;
}
.el-table-v2__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.el-table-v2__empty {
  position: absolute;
  left: 0;
}
.el-table-v2__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
.el-table-v2__header-row {
  display: flex;
  border-bottom: var(--el-table-border);
}
.el-table-v2__header-cell {
  display: flex;
  align-items: center;
  padding: 0 8px;
  height: 100%;
  user-select: none;
  overflow: hidden;
  background-color: var(--el-table-header-bg-color);
  color: var(--el-table-header-text-color);
  font-weight: bold;
}
.el-table-v2__header-cell.is-align-center {
  justify-content: center;
  text-align: center;
}
.el-table-v2__header-cell.is-align-right {
  justify-content: flex-end;
  text-align: right;
}
.el-table-v2__header-cell.is-sortable {
  cursor: pointer;
}
.el-table-v2__header-cell:hover .el-icon {
  display: block;
}
.el-table-v2__sort-icon {
  transition: opacity, display var(--el-transition-duration);
  opacity: .6;
  display: none;
}
.el-table-v2__sort-icon.is-sorting {
  display: block;
  opacity: 1;
}
.el-table-v2__row {
  border-bottom: var(--el-table-border);
  display: flex;
  align-items: center;
  transition: background-color var(--el-transition-duration);
}
.el-table-v2__row.is-hovered {
  background-color: var(--el-table-row-hover-bg-color);
}
.el-table-v2__row:hover {
  background-color: var(--el-table-row-hover-bg-color);
}
.el-table-v2__row-cell {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.el-table-v2__row-cell.is-align-center {
  justify-content: center;
  text-align: center;
}
.el-table-v2__row-cell.is-align-right {
  justify-content: flex-end;
  text-align: right;
}
.el-table-v2__expand-icon {
  margin: 0 4px;
  cursor: pointer;
  user-select: none;
}
.el-table-v2__expand-icon svg {
  transition: transform var(--el-transition-duration);
}
.el-table-v2__expand-icon.is-expanded svg {
  transform: rotate(90deg);
}
.el-table-v2:not(.is-dynamic) .el-table-v2__cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-table-v2.is-dynamic .el-table-v2__row {
  overflow: hidden;
  align-items: stretch;
}
.el-tabs {
  --el-tabs-header-height:40px;
}
.el-tabs__header {
  padding: 0;
  position: relative;
  margin: 0 0 15px;
}
.el-tabs__active-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: var(--el-color-primary);
  z-index: 1;
  transition: width var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier), transform var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
  list-style: none;
}
.el-tabs__new-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  border: 1px solid var(--el-border-color);
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin: 10px 0 10px 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  color: var(--el-text-color-primary);
  cursor: pointer;
  transition: all .15s;
}
.el-tabs__new-tab .is-icon-plus {
  height: inherit;
  width: inherit;
  transform: scale(0.8, 0.8);
}
.el-tabs__new-tab .is-icon-plus svg {
  vertical-align: middle;
}
.el-tabs__new-tab:hover {
  color: var(--el-color-primary);
}
.el-tabs__nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
}
.el-tabs__nav-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--el-border-color-light);
  z-index: var(--el-index-normal);
}
.el-tabs__nav-wrap.is-scrollable {
  padding: 0 20px;
  box-sizing: border-box;
}
.el-tabs__nav-scroll {
  overflow: hidden;
}
.el-tabs__nav-next,
.el-tabs__nav-prev {
  position: absolute;
  cursor: pointer;
  line-height: 44px;
  font-size: 12px;
  color: var(--el-text-color-secondary);
}
.el-tabs__nav-next {
  right: 0;
}
.el-tabs__nav-prev {
  left: 0;
}
.el-tabs__nav {
  white-space: nowrap;
  position: relative;
  transition: transform var(--el-transition-duration);
  float: left;
  z-index: calc(var(--el-index-normal) + 1);
}
.el-tabs__nav.is-stretch {
  min-width: 100%;
  display: flex;
}
.el-tabs__nav.is-stretch > * {
  flex: 1;
  text-align: center;
}
.el-tabs__item {
  padding: 0 20px;
  height: var(--el-tabs-header-height);
  box-sizing: border-box;
  line-height: var(--el-tabs-header-height);
  display: inline-block;
  list-style: none;
  font-size: var(--el-font-size-base);
  font-weight: 500;
  color: var(--el-text-color-primary);
  position: relative;
}
.el-tabs__item:focus,
.el-tabs__item:focus:active {
  outline: none;
}
.el-tabs__item:focus-visible {
  box-shadow: 0 0 2px 2px var(--el-color-primary) inset;
  border-radius: 3px;
}
.el-tabs__item .is-icon-close {
  border-radius: 50%;
  text-align: center;
  transition: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
  margin-left: 5px;
}
.el-tabs__item .is-icon-close:before {
  transform: scale(0.9);
  display: inline-block;
}
.el-tabs__item .is-icon-close:hover {
  background-color: var(--el-text-color-placeholder);
  color: #fff;
}
.el-tabs__item .is-icon-close svg {
  margin-top: 1px;
}
.el-tabs__item.is-active {
  color: var(--el-color-primary);
}
.el-tabs__item:hover {
  color: var(--el-color-primary);
  cursor: pointer;
}
.el-tabs__item.is-disabled {
  color: var(--el-disabled-text-color);
  cursor: default;
}
.el-tabs__content {
  overflow: hidden;
  position: relative;
}
.el-tabs--card > .el-tabs__header {
  border-bottom: 1px solid var(--el-border-color-light);
  height: var(--el-tabs-header-height);
}
.el-tabs--card > .el-tabs__header .el-tabs__nav-wrap::after {
  content: none;
}
.el-tabs--card > .el-tabs__header .el-tabs__nav {
  border: 1px solid var(--el-border-color-light);
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
}
.el-tabs--card > .el-tabs__header .el-tabs__active-bar {
  display: none;
}
.el-tabs--card > .el-tabs__header .el-tabs__item .is-icon-close {
  position: relative;
  font-size: 12px;
  width: 0;
  height: 14px;
  vertical-align: middle;
  line-height: 15px;
  overflow: hidden;
  top: -1px;
  right: -2px;
  transform-origin: 100% 50%;
}
.el-tabs--card > .el-tabs__header .el-tabs__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid var(--el-border-color-light);
  transition: color var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier), padding var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
}
.el-tabs--card > .el-tabs__header .el-tabs__item:first-child {
  border-left: none;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover {
  padding-left: 13px;
  padding-right: 13px;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover .is-icon-close {
  width: 14px;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
  border-bottom-color: var(--el-bg-color);
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable {
  padding-left: 20px;
  padding-right: 20px;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable .is-icon-close {
  width: 14px;
}
.el-tabs--border-card {
  background: var(--el-bg-color-overlay);
  border: 1px solid var(--el-border-color);
}
.el-tabs--border-card > .el-tabs__content {
  padding: 15px;
}
.el-tabs--border-card > .el-tabs__header {
  background-color: var(--el-fill-color-light);
  border-bottom: 1px solid var(--el-border-color-light);
  margin: 0;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__nav-wrap::after {
  content: none;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item {
  transition: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: -1px;
  color: var(--el-text-color-secondary);
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item:first-child {
  margin-left: -1px;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item + .el-tabs__item {
  margin-left: -1px;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
  color: var(--el-color-primary);
  background-color: var(--el-bg-color-overlay);
  border-right-color: var(--el-border-color);
  border-left-color: var(--el-border-color);
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
  color: var(--el-color-primary);
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-disabled {
  color: var(--el-disabled-text-color);
}
.el-tabs--border-card > .el-tabs__header .is-scrollable .el-tabs__item:first-child {
  margin-left: 0;
}
.el-tabs--top .el-tabs__item.is-top:nth-child(2),
.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2) {
  padding-left: 0;
}
.el-tabs--top .el-tabs__item.is-top:last-child,
.el-tabs--top .el-tabs__item.is-bottom:last-child,
.el-tabs--bottom .el-tabs__item.is-top:last-child,
.el-tabs--bottom .el-tabs__item.is-bottom:last-child {
  padding-right: 0;
}
.el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2) {
  padding-left: 20px;
}
.el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:last-child {
  padding-right: 20px;
}
.el-tabs--bottom .el-tabs__header.is-bottom {
  margin-bottom: 0;
  margin-top: 10px;
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
  border-bottom: 0;
  border-top: 1px solid var(--el-border-color);
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
  margin-top: -1px;
  margin-bottom: 0;
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
  border: 1px solid rgba(0, 0, 0, 0);
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
  margin: 0 -1px -1px;
}
.el-tabs--left,
.el-tabs--right {
  overflow: hidden;
}
.el-tabs--left .el-tabs__header.is-left,
.el-tabs--left .el-tabs__header.is-right,
.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--left .el-tabs__nav-scroll,
.el-tabs--right .el-tabs__header.is-left,
.el-tabs--right .el-tabs__header.is-right,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__nav-scroll {
  height: 100%;
}
.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__active-bar.is-right,
.el-tabs--right .el-tabs__active-bar.is-left,
.el-tabs--right .el-tabs__active-bar.is-right {
  top: 0;
  bottom: auto;
  width: 2px;
  height: auto;
}
.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-bottom: 0;
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next {
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i {
  transform: rotateZ(90deg);
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
  left: auto;
  top: 0;
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next {
  right: auto;
  bottom: 0;
}
.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
  padding: 30px 0;
}
.el-tabs--left .el-tabs__nav-wrap.is-left::after,
.el-tabs--left .el-tabs__nav-wrap.is-right::after,
.el-tabs--right .el-tabs__nav-wrap.is-left::after,
.el-tabs--right .el-tabs__nav-wrap.is-right::after {
  height: 100%;
  width: 2px;
  bottom: auto;
  top: 0;
}
.el-tabs--left .el-tabs__nav.is-left,
.el-tabs--left .el-tabs__nav.is-right,
.el-tabs--right .el-tabs__nav.is-left,
.el-tabs--right .el-tabs__nav.is-right {
  float: none;
}
.el-tabs--left .el-tabs__item.is-left,
.el-tabs--left .el-tabs__item.is-right,
.el-tabs--right .el-tabs__item.is-left,
.el-tabs--right .el-tabs__item.is-right {
  display: block;
}
.el-tabs--left .el-tabs__header.is-left {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
}
.el-tabs--left .el-tabs__nav-wrap.is-left {
  margin-right: -1px;
}
.el-tabs--left .el-tabs__nav-wrap.is-left::after {
  left: auto;
  right: 0;
}
.el-tabs--left .el-tabs__active-bar.is-left {
  right: 0;
  left: auto;
}
.el-tabs--left .el-tabs__item.is-left {
  text-align: right;
}
.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left {
  display: none;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
  border-left: none;
  border-right: 1px solid var(--el-border-color-light);
  border-bottom: none;
  border-top: 1px solid var(--el-border-color-light);
  text-align: left;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
  border-right: 1px solid var(--el-border-color-light);
  border-top: none;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
  border: 1px solid var(--el-border-color-light);
  border-right-color: #fff;
  border-left: none;
  border-bottom: none;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
  border-top: none;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
  border-bottom: none;
}
.el-tabs--left.el-tabs--card .el-tabs__nav {
  border-radius: 4px 0 0 4px;
  border-bottom: 1px solid var(--el-border-color-light);
  border-right: none;
}
.el-tabs--left.el-tabs--card .el-tabs__new-tab {
  float: none;
}
.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
  border-right: 1px solid var(--el-border-color);
}
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
  border: 1px solid rgba(0, 0, 0, 0);
  margin: -1px 0 -1px -1px;
}
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #d1dbe5;
  border-bottom-color: #d1dbe5;
}
.el-tabs--right .el-tabs__header.is-right {
  float: right;
  margin-bottom: 0;
  margin-left: 10px;
}
.el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-left: -1px;
}
.el-tabs--right .el-tabs__nav-wrap.is-right::after {
  left: 0;
  right: auto;
}
.el-tabs--right .el-tabs__active-bar.is-right {
  left: 0;
}
.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
  display: none;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right {
  border-bottom: none;
  border-top: 1px solid var(--el-border-color-light);
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
  border-left: 1px solid var(--el-border-color-light);
  border-top: none;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
  border: 1px solid var(--el-border-color-light);
  border-left-color: #fff;
  border-right: none;
  border-bottom: none;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
  border-top: none;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
  border-bottom: none;
}
.el-tabs--right.el-tabs--card .el-tabs__nav {
  border-radius: 0 4px 4px 0;
  border-bottom: 1px solid var(--el-border-color-light);
  border-left: none;
}
.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
  border-left: 1px solid var(--el-border-color);
}
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
  border: 1px solid rgba(0, 0, 0, 0);
  margin: -1px -1px -1px 0;
}
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #d1dbe5;
  border-bottom-color: #d1dbe5;
}
.slideInRight-transition,
.slideInLeft-transition {
  display: inline-block;
}
.slideInRight-enter {
  animation: slideInRight-enter var(--el-transition-duration);
}
.slideInRight-leave {
  position: absolute;
  left: 0;
  right: 0;
  animation: slideInRight-leave var(--el-transition-duration);
}
.slideInLeft-enter {
  animation: slideInLeft-enter var(--el-transition-duration);
}
.slideInLeft-leave {
  position: absolute;
  left: 0;
  right: 0;
  animation: slideInLeft-leave var(--el-transition-duration);
}
@keyframes slideInRight-enter {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0);
  }
}
@keyframes slideInRight-leave {
  0% {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideInLeft-enter {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0);
  }
}
@keyframes slideInLeft-leave {
  0% {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
}
.el-tag {
  --el-tag-font-size:12px;
  --el-tag-border-radius:4px;
  --el-tag-border-radius-rounded:9999px;
}
.el-tag {
  --el-tag-bg-color:var(--el-color-primary-light-9);
  --el-tag-border-color:var(--el-color-primary-light-8);
  --el-tag-hover-color:var(--el-color-primary);
  --el-tag-text-color:var(--el-color-primary);
  background-color: var(--el-tag-bg-color);
  border-color: var(--el-tag-border-color);
  color: var(--el-tag-text-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 9px;
  font-size: var(--el-tag-font-size);
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  border-radius: var(--el-tag-border-radius);
  box-sizing: border-box;
  white-space: nowrap;
  --el-icon-size:14px;
}
.el-tag.el-tag--primary {
  --el-tag-bg-color:var(--el-color-primary-light-9);
  --el-tag-border-color:var(--el-color-primary-light-8);
  --el-tag-hover-color:var(--el-color-primary);
}
.el-tag.el-tag--success {
  --el-tag-bg-color:var(--el-color-success-light-9);
  --el-tag-border-color:var(--el-color-success-light-8);
  --el-tag-hover-color:var(--el-color-success);
}
.el-tag.el-tag--warning {
  --el-tag-bg-color:var(--el-color-warning-light-9);
  --el-tag-border-color:var(--el-color-warning-light-8);
  --el-tag-hover-color:var(--el-color-warning);
}
.el-tag.el-tag--danger {
  --el-tag-bg-color:var(--el-color-danger-light-9);
  --el-tag-border-color:var(--el-color-danger-light-8);
  --el-tag-hover-color:var(--el-color-danger);
}
.el-tag.el-tag--error {
  --el-tag-bg-color:var(--el-color-error-light-9);
  --el-tag-border-color:var(--el-color-error-light-8);
  --el-tag-hover-color:var(--el-color-error);
}
.el-tag.el-tag--info {
  --el-tag-bg-color:var(--el-color-info-light-9);
  --el-tag-border-color:var(--el-color-info-light-8);
  --el-tag-hover-color:var(--el-color-info);
}
.el-tag.el-tag--primary {
  --el-tag-text-color:var(--el-color-primary);
}
.el-tag.el-tag--success {
  --el-tag-text-color:var(--el-color-success);
}
.el-tag.el-tag--warning {
  --el-tag-text-color:var(--el-color-warning);
}
.el-tag.el-tag--danger {
  --el-tag-text-color:var(--el-color-danger);
}
.el-tag.el-tag--error {
  --el-tag-text-color:var(--el-color-error);
}
.el-tag.el-tag--info {
  --el-tag-text-color:var(--el-color-info);
}
.el-tag.is-hit {
  border-color: var(--el-color-primary);
}
.el-tag.is-round {
  border-radius: var(--el-tag-border-radius-rounded);
}
.el-tag .el-tag__close {
  color: var(--el-tag-text-color);
}
.el-tag .el-tag__close:hover {
  color: var(--el-color-white);
  background-color: var(--el-tag-hover-color);
}
.el-tag .el-icon {
  border-radius: 50%;
  cursor: pointer;
  font-size: calc(var(--el-icon-size) - 2px);
  height: var(--el-icon-size);
  width: var(--el-icon-size);
}
.el-tag .el-tag__close {
  margin-left: 6px;
}
.el-tag--dark {
  --el-tag-bg-color:var(--el-color-primary);
  --el-tag-border-color:var(--el-color-primary);
  --el-tag-hover-color:var(--el-color-primary-light-3);
  --el-tag-text-color:var(--el-color-white);
  --el-tag-text-color:var(--el-color-white);
}
.el-tag--dark.el-tag--primary {
  --el-tag-bg-color:var(--el-color-primary);
  --el-tag-border-color:var(--el-color-primary);
  --el-tag-hover-color:var(--el-color-primary-light-3);
}
.el-tag--dark.el-tag--success {
  --el-tag-bg-color:var(--el-color-success);
  --el-tag-border-color:var(--el-color-success);
  --el-tag-hover-color:var(--el-color-success-light-3);
}
.el-tag--dark.el-tag--warning {
  --el-tag-bg-color:var(--el-color-warning);
  --el-tag-border-color:var(--el-color-warning);
  --el-tag-hover-color:var(--el-color-warning-light-3);
}
.el-tag--dark.el-tag--danger {
  --el-tag-bg-color:var(--el-color-danger);
  --el-tag-border-color:var(--el-color-danger);
  --el-tag-hover-color:var(--el-color-danger-light-3);
}
.el-tag--dark.el-tag--error {
  --el-tag-bg-color:var(--el-color-error);
  --el-tag-border-color:var(--el-color-error);
  --el-tag-hover-color:var(--el-color-error-light-3);
}
.el-tag--dark.el-tag--info {
  --el-tag-bg-color:var(--el-color-info);
  --el-tag-border-color:var(--el-color-info);
  --el-tag-hover-color:var(--el-color-info-light-3);
}
.el-tag--dark.el-tag--primary {
  --el-tag-text-color:var(--el-color-white);
}
.el-tag--dark.el-tag--success {
  --el-tag-text-color:var(--el-color-white);
}
.el-tag--dark.el-tag--warning {
  --el-tag-text-color:var(--el-color-white);
}
.el-tag--dark.el-tag--danger {
  --el-tag-text-color:var(--el-color-white);
}
.el-tag--dark.el-tag--error {
  --el-tag-text-color:var(--el-color-white);
}
.el-tag--dark.el-tag--info {
  --el-tag-text-color:var(--el-color-white);
}
.el-tag--plain {
  --el-tag-bg-color:var(--el-fill-color-blank);
  --el-tag-border-color:var(--el-color-primary-light-5);
  --el-tag-hover-color:var(--el-color-primary);
  --el-tag-bg-color:var(--el-fill-color-blank);
}
.el-tag--plain.el-tag--primary {
  --el-tag-bg-color:var(--el-fill-color-blank);
  --el-tag-border-color:var(--el-color-primary-light-5);
  --el-tag-hover-color:var(--el-color-primary);
}
.el-tag--plain.el-tag--success {
  --el-tag-bg-color:var(--el-fill-color-blank);
  --el-tag-border-color:var(--el-color-success-light-5);
  --el-tag-hover-color:var(--el-color-success);
}
.el-tag--plain.el-tag--warning {
  --el-tag-bg-color:var(--el-fill-color-blank);
  --el-tag-border-color:var(--el-color-warning-light-5);
  --el-tag-hover-color:var(--el-color-warning);
}
.el-tag--plain.el-tag--danger {
  --el-tag-bg-color:var(--el-fill-color-blank);
  --el-tag-border-color:var(--el-color-danger-light-5);
  --el-tag-hover-color:var(--el-color-danger);
}
.el-tag--plain.el-tag--error {
  --el-tag-bg-color:var(--el-fill-color-blank);
  --el-tag-border-color:var(--el-color-error-light-5);
  --el-tag-hover-color:var(--el-color-error);
}
.el-tag--plain.el-tag--info {
  --el-tag-bg-color:var(--el-fill-color-blank);
  --el-tag-border-color:var(--el-color-info-light-5);
  --el-tag-hover-color:var(--el-color-info);
}
.el-tag.is-closable {
  padding-right: 5px;
}
.el-tag--large {
  padding: 0 11px;
  height: 32px;
  --el-icon-size:16px;
}
.el-tag--large .el-tag__content {
  line-height: 32px;
}
.el-tag--large .el-tag__close {
  margin-left: 8px;
}
.el-tag--large.is-closable {
  padding-right: 7px;
}
.el-tag--small {
  padding: 0 7px;
  height: 20px;
  --el-icon-size:12px;
}
.el-tag--small .el-tag__content {
  line-height: 20px;
}
.el-tag--small .el-tag__close {
  margin-left: 4px;
}
.el-tag--small.is-closable {
  padding-right: 3px;
}
.el-tag--small .el-icon-close {
  transform: scale(0.8);
}
.el-tag.el-tag--primary.is-hit {
  border-color: var(--el-color-primary);
}
.el-tag.el-tag--success.is-hit {
  border-color: var(--el-color-success);
}
.el-tag.el-tag--warning.is-hit {
  border-color: var(--el-color-warning);
}
.el-tag.el-tag--danger.is-hit {
  border-color: var(--el-color-danger);
}
.el-tag.el-tag--error.is-hit {
  border-color: var(--el-color-error);
}
.el-tag.el-tag--info.is-hit {
  border-color: var(--el-color-info);
}
.time-select {
  margin: 5px 0;
  min-width: 0;
}
.time-select .el-picker-panel__content {
  max-height: 200px;
  margin: 0;
}
.time-select-item {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
}
.time-select-item.disabled {
  color: var(--el-datepicker-border-color);
  cursor: not-allowed;
}
.time-select-item:hover {
  background-color: var(--el-fill-color-light);
  font-weight: bold;
  cursor: pointer;
}
.time-select .time-select-item.selected:not(.disabled) {
  color: var(--el-color-primary);
  font-weight: bold;
}
.el-timeline-item {
  position: relative;
  padding-bottom: 20px;
}
.el-timeline-item__wrapper {
  position: relative;
  padding-left: 28px;
  top: -3px;
}
.el-timeline-item__tail {
  position: absolute;
  left: 4px;
  height: 100%;
  border-left: 2px solid var(--el-timeline-node-color);
}
.el-timeline-item .el-timeline-item__icon {
  color: var(--el-color-white);
  font-size: var(--el-font-size-small);
}
.el-timeline-item__node {
  position: absolute;
  background-color: var(--el-timeline-node-color);
  border-color: var(--el-timeline-node-color);
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el-timeline-item__node--normal {
  left: -1px;
  width: var(--el-timeline-node-size-normal);
  height: var(--el-timeline-node-size-normal);
}
.el-timeline-item__node--large {
  left: -2px;
  width: var(--el-timeline-node-size-large);
  height: var(--el-timeline-node-size-large);
}
.el-timeline-item__node.is-hollow {
  background: var(--el-color-white);
  border-style: solid;
  border-width: 2px;
}
.el-timeline-item__node--primary {
  background-color: var(--el-color-primary);
  border-color: var(--el-color-primary);
}
.el-timeline-item__node--success {
  background-color: var(--el-color-success);
  border-color: var(--el-color-success);
}
.el-timeline-item__node--warning {
  background-color: var(--el-color-warning);
  border-color: var(--el-color-warning);
}
.el-timeline-item__node--danger {
  background-color: var(--el-color-danger);
  border-color: var(--el-color-danger);
}
.el-timeline-item__node--info {
  background-color: var(--el-color-info);
  border-color: var(--el-color-info);
}
.el-timeline-item__dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el-timeline-item__content {
  color: var(--el-text-color-primary);
}
.el-timeline-item__timestamp {
  color: var(--el-text-color-secondary);
  line-height: 1;
  font-size: var(--el-font-size-small);
}
.el-timeline-item__timestamp.is-top {
  margin-bottom: 8px;
  padding-top: 4px;
}
.el-timeline-item__timestamp.is-bottom {
  margin-top: 8px;
}
.el-timeline {
  --el-timeline-node-size-normal:12px;
  --el-timeline-node-size-large:14px;
  --el-timeline-node-color:var(--el-border-color-light);
}
.el-timeline {
  margin: 0;
  font-size: var(--el-font-size-base);
  list-style: none;
}
.el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
  display: none;
}
.el-timeline .el-timeline-item__center {
  display: flex;
  align-items: center;
}
.el-timeline .el-timeline-item__center .el-timeline-item__wrapper {
  width: 100%;
}
.el-timeline .el-timeline-item__center .el-timeline-item__tail {
  top: 0;
}
.el-timeline .el-timeline-item__center:first-child .el-timeline-item__tail {
  height: calc(50% + 10px);
  top: calc(50% - 10px);
}
.el-timeline .el-timeline-item__center:last-child .el-timeline-item__tail {
  display: block;
  height: calc(50% - 10px);
}
.el-tooltip-v2__content {
  --el-tooltip-v2-padding: 5px 10px;
  --el-tooltip-v2-border-radius: 4px;
  --el-tooltip-v2-border-color:var(--el-border-color);
  border-radius: var(--el-tooltip-v2-border-radius);
  color: var(--el-color-black);
  background-color: var(--el-color-white);
  padding: var(--el-tooltip-v2-padding);
  border: 1px solid var(--el-border-color);
}
.el-tooltip-v2__arrow {
  position: absolute;
  color: var(--el-color-white);
  width: var(--el-tooltip-v2-arrow-width);
  height: var(--el-tooltip-v2-arrow-height);
  pointer-events: none;
  left: var(--el-tooltip-v2-arrow-x);
  top: var(--el-tooltip-v2-arrow-y);
}
.el-tooltip-v2__arrow::before {
  content: "";
  width: 0;
  height: 0;
  border: var(--el-tooltip-v2-arrow-border-width) solid rgba(0, 0, 0, 0);
  position: absolute;
}
.el-tooltip-v2__arrow::after {
  content: "";
  width: 0;
  height: 0;
  border: var(--el-tooltip-v2-arrow-border-width) solid rgba(0, 0, 0, 0);
  position: absolute;
}
.el-tooltip-v2__content[data-side^=top] .el-tooltip-v2__arrow {
  bottom: 0;
}
.el-tooltip-v2__content[data-side^=top] .el-tooltip-v2__arrow::before {
  border-top-color: var(--el-color-white);
  border-top-width: var(--el-tooltip-v2-arrow-border-width);
  border-bottom: 0;
  top: calc(100% - 1px);
}
.el-tooltip-v2__content[data-side^=top] .el-tooltip-v2__arrow::after {
  border-top-color: var(--el-border-color);
  border-top-width: var(--el-tooltip-v2-arrow-border-width);
  border-bottom: 0;
  top: 100%;
  z-index: -1;
}
.el-tooltip-v2__content[data-side^=bottom] .el-tooltip-v2__arrow {
  top: 0;
}
.el-tooltip-v2__content[data-side^=bottom] .el-tooltip-v2__arrow::before {
  border-bottom-color: var(--el-color-white);
  border-bottom-width: var(--el-tooltip-v2-arrow-border-width);
  border-top: 0;
  bottom: calc(100% - 1px);
}
.el-tooltip-v2__content[data-side^=bottom] .el-tooltip-v2__arrow::after {
  border-bottom-color: var(--el-border-color);
  border-bottom-width: var(--el-tooltip-v2-arrow-border-width);
  border-top: 0;
  bottom: 100%;
  z-index: -1;
}
.el-tooltip-v2__content[data-side^=left] .el-tooltip-v2__arrow {
  right: 0;
}
.el-tooltip-v2__content[data-side^=left] .el-tooltip-v2__arrow::before {
  border-left-color: var(--el-color-white);
  border-left-width: var(--el-tooltip-v2-arrow-border-width);
  border-right: 0;
  left: calc(100% - 1px);
}
.el-tooltip-v2__content[data-side^=left] .el-tooltip-v2__arrow::after {
  border-left-color: var(--el-border-color);
  border-left-width: var(--el-tooltip-v2-arrow-border-width);
  border-right: 0;
  left: 100%;
  z-index: -1;
}
.el-tooltip-v2__content[data-side^=right] .el-tooltip-v2__arrow {
  left: 0;
}
.el-tooltip-v2__content[data-side^=right] .el-tooltip-v2__arrow::before {
  border-right-color: var(--el-color-white);
  border-right-width: var(--el-tooltip-v2-arrow-border-width);
  border-left: 0;
  right: calc(100% - 1px);
}
.el-tooltip-v2__content[data-side^=right] .el-tooltip-v2__arrow::after {
  border-right-color: var(--el-border-color);
  border-right-width: var(--el-tooltip-v2-arrow-border-width);
  border-left: 0;
  right: 100%;
  z-index: -1;
}
.el-tooltip-v2__content.is-dark {
  --el-tooltip-v2-border-color: transparent;
  background-color: var(--el-color-black);
  color: var(--el-color-white);
  border-color: rgba(0, 0, 0, 0);
}
.el-tooltip-v2__content.is-dark .el-tooltip-v2__arrow {
  background-color: var(--el-color-black);
  border-color: rgba(0, 0, 0, 0);
}
.el-transfer {
  --el-transfer-border-color:var(--el-border-color-lighter);
  --el-transfer-border-radius:var(--el-border-radius-base);
  --el-transfer-panel-width:200px;
  --el-transfer-panel-header-height:40px;
  --el-transfer-panel-header-bg-color:var(--el-fill-color-light);
  --el-transfer-panel-footer-height:40px;
  --el-transfer-panel-body-height:278px;
  --el-transfer-item-height:30px;
  --el-transfer-filter-height:32px;
}
.el-transfer {
  font-size: var(--el-font-size-base);
}
.el-transfer__buttons {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.el-transfer__button {
  vertical-align: top;
}
.el-transfer__button:nth-child(2) {
  margin: 0 0 0 10px;
}
.el-transfer__button i,
.el-transfer__button span {
  font-size: 14px;
}
.el-transfer__button .el-icon + span {
  margin-left: 0;
}
.el-transfer-panel {
  overflow: hidden;
  background: var(--el-bg-color-overlay);
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: var(--el-transfer-panel-width);
  max-height: 100%;
  box-sizing: border-box;
  position: relative;
}
.el-transfer-panel__body {
  height: var(--el-transfer-panel-body-height);
  border-left: 1px solid var(--el-transfer-border-color);
  border-right: 1px solid var(--el-transfer-border-color);
  border-bottom: 1px solid var(--el-transfer-border-color);
  border-bottom-left-radius: var(--el-transfer-border-radius);
  border-bottom-right-radius: var(--el-transfer-border-radius);
  overflow: hidden;
}
.el-transfer-panel__body.is-with-footer {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.el-transfer-panel__list {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  height: var(--el-transfer-panel-body-height);
  overflow: auto;
  box-sizing: border-box;
}
.el-transfer-panel__list.is-filterable {
  height: calc(100% - var(--el-transfer-filter-height) - 30px);
  padding-top: 0;
}
.el-transfer-panel__item {
  height: var(--el-transfer-item-height);
  line-height: var(--el-transfer-item-height);
  padding-left: 15px;
  display: block !important;
}
.el-transfer-panel__item + .el-transfer-panel__item {
  margin-left: 0;
}
.el-transfer-panel__item.el-checkbox {
  color: var(--el-text-color-regular);
}
.el-transfer-panel__item:hover {
  color: var(--el-color-primary);
}
.el-transfer-panel__item.el-checkbox .el-checkbox__label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
  padding-left: 22px;
  line-height: var(--el-transfer-item-height);
}
.el-transfer-panel__item .el-checkbox__input {
  position: absolute;
  top: 8px;
}
.el-transfer-panel__filter {
  text-align: center;
  margin: 15px;
  box-sizing: border-box;
  width: auto;
}
.el-transfer-panel__filter .el-input__inner {
  height: var(--el-transfer-filter-height);
  width: 100%;
  font-size: 12px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: calc(var(--el-transfer-filter-height)/2);
}
.el-transfer-panel__filter .el-icon-circle-close {
  cursor: pointer;
}
.el-transfer-panel .el-transfer-panel__header {
  display: flex;
  align-items: center;
  height: var(--el-transfer-panel-header-height);
  background: var(--el-transfer-panel-header-bg-color);
  margin: 0;
  padding-left: 15px;
  border: 1px solid var(--el-transfer-border-color);
  border-top-left-radius: var(--el-transfer-border-radius);
  border-top-right-radius: var(--el-transfer-border-radius);
  box-sizing: border-box;
  color: var(--el-color-black);
}
.el-transfer-panel .el-transfer-panel__header .el-checkbox {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
  font-size: 16px;
  color: var(--el-text-color-primary);
  font-weight: normal;
}
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: var(--el-text-color-secondary);
  font-size: 12px;
  font-weight: normal;
}
.el-transfer-panel .el-transfer-panel__footer {
  height: var(--el-transfer-panel-footer-height);
  background: var(--el-bg-color-overlay);
  margin: 0;
  padding: 0;
  border: 1px solid var(--el-transfer-border-color);
  border-bottom-left-radius: var(--el-transfer-border-radius);
  border-bottom-right-radius: var(--el-transfer-border-radius);
}
.el-transfer-panel .el-transfer-panel__footer::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.el-transfer-panel .el-transfer-panel__footer .el-checkbox {
  padding-left: 20px;
  color: var(--el-text-color-regular);
}
.el-transfer-panel .el-transfer-panel__empty {
  margin: 0;
  height: var(--el-transfer-item-height);
  line-height: var(--el-transfer-item-height);
  padding: 6px 15px 0;
  color: var(--el-text-color-secondary);
  text-align: center;
}
.el-transfer-panel .el-checkbox__label {
  padding-left: 8px;
}
.el-transfer-panel .el-checkbox__inner {
  height: 14px;
  width: 14px;
  border-radius: 3px;
}
.el-transfer-panel .el-checkbox__inner::after {
  height: 6px;
  width: 3px;
  left: 4px;
}
.el-tree {
  --el-tree-node-hover-bg-color:var(--el-fill-color-light);
  --el-tree-text-color:var(--el-text-color-regular);
  --el-tree-expand-icon-color:var(--el-text-color-placeholder);
}
.el-tree {
  position: relative;
  cursor: default;
  background: var(--el-fill-color-blank);
  color: var(--el-tree-text-color);
}
.el-tree__empty-block {
  position: relative;
  min-height: 60px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.el-tree__empty-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--el-text-color-secondary);
  font-size: var(--el-font-size-base);
}
.el-tree__drop-indicator {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--el-color-primary);
}
.el-tree-node {
  white-space: nowrap;
  outline: none;
}
.el-tree-node:focus > .el-tree-node__content {
  background-color: var(--el-tree-node-hover-bg-color);
}
.el-tree-node.is-drop-inner > .el-tree-node__content .el-tree-node__label {
  background-color: var(--el-color-primary);
  color: #fff;
}
.el-tree-node__content {
  display: flex;
  align-items: center;
  height: 26px;
  cursor: pointer;
}
.el-tree-node__content > .el-tree-node__expand-icon {
  padding: 6px;
  box-sizing: content-box;
}
.el-tree-node__content > label.el-checkbox {
  margin-right: 8px;
}
.el-tree-node__content:hover {
  background-color: var(--el-tree-node-hover-bg-color);
}
.el-tree.is-dragging .el-tree-node__content {
  cursor: move;
}
.el-tree.is-dragging .el-tree-node__content * {
  pointer-events: none;
}
.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content {
  cursor: not-allowed;
}
.el-tree-node__expand-icon {
  cursor: pointer;
  color: var(--el-tree-expand-icon-color);
  font-size: 12px;
  transform: rotate(0deg);
  transition: transform var(--el-transition-duration) ease-in-out;
}
.el-tree-node__expand-icon.expanded {
  transform: rotate(90deg);
}
.el-tree-node__expand-icon.is-leaf {
  color: rgba(0, 0, 0, 0);
  cursor: default;
}
.el-tree-node__expand-icon.is-hidden {
  visibility: hidden;
}
.el-tree-node__label {
  font-size: var(--el-font-size-base);
}
.el-tree-node__loading-icon {
  margin-right: 8px;
  font-size: var(--el-font-size-base);
  color: var(--el-tree-expand-icon-color);
}
.el-tree-node > .el-tree-node__children {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
}
.el-tree-node.is-expanded > .el-tree-node__children {
  display: block;
}
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background-color: var(--el-color-primary-light-9);
}
.el-tree-select {
  --el-tree-node-hover-bg-color:var(--el-fill-color-light);
  --el-tree-text-color:var(--el-text-color-regular);
  --el-tree-expand-icon-color:var(--el-text-color-placeholder);
}
.el-tree-select__popper .el-tree-node__expand-icon {
  margin-left: 8px;
}
.el-tree-select__popper .el-tree-node.is-checked > .el-tree-node__content .el-select-dropdown__item.selected::after {
  content: none;
}
.el-tree-select__popper .el-select-dropdown__item {
  flex: 1;
  background: rgba(0, 0, 0, 0) !important;
  padding-left: 0;
  height: 20px;
  line-height: 20px;
}
.el-upload {
  --el-upload-dragger-padding-horizontal:40px;
  --el-upload-dragger-padding-vertical:10px;
}
.el-upload {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
}
.el-upload__input {
  display: none;
}
.el-upload__tip {
  font-size: 12px;
  color: var(--el-text-color-regular);
  margin-top: 7px;
}
.el-upload iframe {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.el-upload--picture-card {
  --el-upload-picture-card-size:148px;
  background-color: var(--el-fill-color-lighter);
  border: 1px dashed var(--el-border-color-darker);
  border-radius: 6px;
  box-sizing: border-box;
  width: var(--el-upload-picture-card-size);
  height: var(--el-upload-picture-card-size);
  cursor: pointer;
  vertical-align: top;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.el-upload--picture-card i {
  font-size: 28px;
  color: var(--el-text-color-secondary);
}
.el-upload--picture-card:hover {
  border-color: var(--el-color-primary);
  color: var(--el-color-primary);
}
.el-upload.is-drag {
  display: block;
}
.el-upload:focus {
  border-color: var(--el-color-primary);
  color: var(--el-color-primary);
}
.el-upload:focus .el-upload-dragger {
  border-color: var(--el-color-primary);
}
.el-upload-dragger {
  padding: var(--el-upload-dragger-padding-horizontal) var(--el-upload-dragger-padding-vertical);
  background-color: var(--el-fill-color-blank);
  border: 1px dashed var(--el-border-color);
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.el-upload-dragger .el-icon--upload {
  font-size: 67px;
  color: var(--el-text-color-placeholder);
  margin-bottom: 16px;
  line-height: 50px;
}
.el-upload-dragger + .el-upload__tip {
  text-align: center;
}
.el-upload-dragger ~ .el-upload__files {
  border-top: var(--el-border);
  margin-top: 7px;
  padding-top: 5px;
}
.el-upload-dragger .el-upload__text {
  color: var(--el-text-color-regular);
  font-size: 14px;
  text-align: center;
}
.el-upload-dragger .el-upload__text em {
  color: var(--el-color-primary);
  font-style: normal;
}
.el-upload-dragger:hover {
  border-color: var(--el-color-primary);
}
.el-upload-dragger.is-dragover {
  padding: calc(var(--el-upload-dragger-padding-horizontal) - 1px) calc(var(--el-upload-dragger-padding-vertical) - 1px);
  background-color: var(--el-color-primary-light-9);
  border: 2px dashed var(--el-color-primary);
}
.el-upload-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.el-upload-list__item {
  transition: all .5s cubic-bezier(0.55, 0, 0.1, 1);
  font-size: 14px;
  color: var(--el-text-color-regular);
  margin-bottom: 5px;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}
.el-upload-list__item .el-progress {
  position: absolute;
  top: 20px;
  width: 100%;
}
.el-upload-list__item .el-progress__text {
  position: absolute;
  right: 0;
  top: -13px;
}
.el-upload-list__item .el-progress-bar {
  margin-right: 0;
  padding-right: 0;
}
.el-upload-list__item .el-icon--upload-success {
  color: var(--el-color-success);
}
.el-upload-list__item .el-icon--close {
  display: none;
  position: absolute;
  right: 5px;
  top: 50%;
  cursor: pointer;
  opacity: .75;
  color: var(--el-text-color-regular);
  transition: opacity var(--el-transition-duration);
  transform: translateY(-50%);
}
.el-upload-list__item .el-icon--close:hover {
  opacity: 1;
  color: var(--el-color-primary);
}
.el-upload-list__item .el-icon--close-tip {
  display: none;
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 12px;
  cursor: pointer;
  opacity: 1;
  color: var(--el-color-primary);
  font-style: normal;
}
.el-upload-list__item:hover {
  background-color: var(--el-fill-color-light);
}
.el-upload-list__item:hover .el-icon--close {
  display: inline-flex;
}
.el-upload-list__item:hover .el-progress__text {
  display: none;
}
.el-upload-list__item .el-upload-list__item-info {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 30px);
  margin-left: 4px;
}
.el-upload-list__item.is-success .el-upload-list__item-status-label {
  display: inline-flex;
}
.el-upload-list__item.is-success .el-upload-list__item-name:hover,
.el-upload-list__item.is-success .el-upload-list__item-name:focus {
  color: var(--el-color-primary);
  cursor: pointer;
}
.el-upload-list__item.is-success:focus:not(:hover) .el-icon--close-tip {
  display: inline-block;
}
.el-upload-list__item.is-success:not(.focusing):focus,
.el-upload-list__item.is-success:active {
  outline-width: 0;
}
.el-upload-list__item.is-success:not(.focusing):focus .el-icon--close-tip,
.el-upload-list__item.is-success:active .el-icon--close-tip {
  display: none;
}
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,
.el-upload-list__item.is-success:focus .el-upload-list__item-status-label {
  display: none;
  opacity: 0;
}
.el-upload-list.is-disabled .el-upload-list__item:hover,
.el-upload-list.is-disabled .el-upload-list__item-status-label {
  display: block;
}
.el-upload-list__item-name {
  color: var(--el-text-color-regular);
  display: inline-flex;
  text-align: center;
  align-items: center;
  padding: 0 4px;
  transition: color var(--el-transition-duration);
  font-size: var(--el-font-size-base);
}
.el-upload-list__item-name .el-icon {
  margin-right: 6px;
  color: var(--el-text-color-secondary);
}
.el-upload-list__item-file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-upload-list__item-status-label {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: inherit;
  display: none;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: opacity var(--el-transition-duration);
}
.el-upload-list__item-delete {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 12px;
  color: var(--el-text-color-regular);
  display: none;
}
.el-upload-list__item-delete:hover {
  color: var(--el-color-primary);
}
.el-upload-list--picture-card {
  --el-upload-list-picture-card-size:148px;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
}
.el-upload-list--picture-card .el-upload-list__item {
  overflow: hidden;
  background-color: var(--el-fill-color-blank);
  border: 1px solid var(--el-border-color);
  border-radius: 6px;
  box-sizing: border-box;
  width: var(--el-upload-list-picture-card-size);
  height: var(--el-upload-list-picture-card-size);
  margin: 0 8px 8px 0;
  padding: 0;
  display: inline-flex;
}
.el-upload-list--picture-card .el-upload-list__item .el-icon--check,
.el-upload-list--picture-card .el-upload-list__item .el-icon--circle-check {
  color: #fff;
}
.el-upload-list--picture-card .el-upload-list__item .el-icon--close {
  display: none;
}
.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label {
  opacity: 0;
  display: block;
}
.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text {
  display: block;
}
.el-upload-list--picture-card .el-upload-list__item .el-upload-list__item-name {
  display: none;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.el-upload-list--picture-card .el-upload-list__item-status-label {
  right: -15px;
  top: -6px;
  width: 40px;
  height: 24px;
  background: var(--el-color-success);
  text-align: center;
  transform: rotate(45deg);
}
.el-upload-list--picture-card .el-upload-list__item-status-label i {
  font-size: 12px;
  margin-top: 11px;
  transform: rotate(-45deg);
}
.el-upload-list--picture-card .el-upload-list__item-actions {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  background-color: var(--el-overlay-color-lighter);
  transition: opacity var(--el-transition-duration);
}
.el-upload-list--picture-card .el-upload-list__item-actions span {
  display: none;
  cursor: pointer;
}
.el-upload-list--picture-card .el-upload-list__item-actions span + span {
  margin-left: 1rem;
}
.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete {
  position: static;
  font-size: inherit;
  color: inherit;
}
.el-upload-list--picture-card .el-upload-list__item-actions:hover {
  opacity: 1;
}
.el-upload-list--picture-card .el-upload-list__item-actions:hover span {
  display: inline-flex;
}
.el-upload-list--picture-card .el-progress {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  width: 126px;
}
.el-upload-list--picture-card .el-progress .el-progress__text {
  top: 50%;
}
.el-upload-list--picture .el-upload-list__item {
  overflow: hidden;
  z-index: 0;
  background-color: var(--el-fill-color-blank);
  border: 1px solid var(--el-border-color);
  border-radius: 6px;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 10px;
}
.el-upload-list--picture .el-upload-list__item .el-icon--check,
.el-upload-list--picture .el-upload-list__item .el-icon--circle-check {
  color: #fff;
}
.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label {
  opacity: 0;
  display: block;
}
.el-upload-list--picture .el-upload-list__item:hover .el-progress__text {
  display: block;
}
.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i {
  display: none;
}
.el-upload-list--picture .el-upload-list__item .el-icon--close {
  top: 5px;
  transform: translateY(0);
}
.el-upload-list--picture .el-upload-list__item-thumbnail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  background-color: var(--el-color-white);
}
.el-upload-list--picture .el-upload-list__item-status-label {
  position: absolute;
  right: -17px;
  top: -7px;
  width: 46px;
  height: 26px;
  background: var(--el-color-success);
  text-align: center;
  transform: rotate(45deg);
}
.el-upload-list--picture .el-upload-list__item-status-label i {
  font-size: 12px;
  margin-top: 12px;
  transform: rotate(-45deg);
}
.el-upload-list--picture .el-progress {
  position: relative;
  top: -7px;
}
.el-upload-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  cursor: default;
}
.el-upload-cover::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.el-upload-cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.el-upload-cover__label {
  right: -15px;
  top: -6px;
  width: 40px;
  height: 24px;
  background: var(--el-color-success);
  text-align: center;
  transform: rotate(45deg);
}
.el-upload-cover__label i {
  font-size: 12px;
  margin-top: 11px;
  transform: rotate(-45deg);
  color: #fff;
}
.el-upload-cover__progress {
  display: inline-block;
  vertical-align: middle;
  position: static;
  width: 243px;
}
.el-upload-cover__progress + .el-upload__inner {
  opacity: 0;
}
.el-upload-cover__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.el-upload-cover__interact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--el-overlay-color-light);
  text-align: center;
}
.el-upload-cover__interact .btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  transition: var(--el-transition-md-fade);
  margin-top: 60px;
}
.el-upload-cover__interact .btn i {
  margin-top: 0;
}
.el-upload-cover__interact .btn span {
  opacity: 0;
  transition: opacity .15s linear;
}
.el-upload-cover__interact .btn:not(:first-child) {
  margin-left: 35px;
}
.el-upload-cover__interact .btn:hover {
  transform: translateY(-13px);
}
.el-upload-cover__interact .btn:hover span {
  opacity: 1;
}
.el-upload-cover__interact .btn i {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: inherit;
  margin: 0 auto 5px;
}
.el-upload-cover__title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  height: 36px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
  padding: 0 10px;
  margin: 0;
  line-height: 36px;
  font-size: 14px;
  color: var(--el-text-color-primary);
}
.el-upload-cover + .el-upload__inner {
  opacity: 0;
  position: relative;
  z-index: 1;
}
.el-vl__wrapper {
  position: relative;
}
.el-vl__wrapper:hover .el-virtual-scrollbar {
  opacity: 1;
}
.el-vl__wrapper.always-on .el-virtual-scrollbar {
  opacity: 1;
}
.el-vl__window {
  scrollbar-width: none;
}
.el-vl__window::-webkit-scrollbar {
  display: none;
}
.el-virtual-scrollbar {
  opacity: 0;
  transition: opacity 340ms ease-out;
}
.el-virtual-scrollbar.always-on {
  opacity: 1;
}
.el-vg__wrapper {
  position: relative;
}
.el-popper {
  --el-popper-border-radius:var(--el-popover-border-radius, 4px);
}
.el-popper {
  position: absolute;
  border-radius: var(--el-popper-border-radius);
  padding: 5px 11px;
  z-index: 2000;
  font-size: 12px;
  line-height: 20px;
  min-width: 10px;
  word-wrap: break-word;
  visibility: visible;
}
.el-popper.is-dark {
  color: var(--el-bg-color);
  background: var(--el-text-color-primary);
  border: 1px solid var(--el-text-color-primary);
}
.el-popper.is-dark .el-popper__arrow::before {
  border: 1px solid var(--el-text-color-primary);
  background: var(--el-text-color-primary);
  right: 0;
}
.el-popper.is-light {
  background: var(--el-bg-color-overlay);
  border: 1px solid var(--el-border-color-light);
}
.el-popper.is-light .el-popper__arrow::before {
  border: 1px solid var(--el-border-color-light);
  background: var(--el-bg-color-overlay);
  right: 0;
}
.el-popper.is-pure {
  padding: 0;
}
.el-popper__arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.el-popper__arrow::before {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: -1;
  content: " ";
  transform: rotate(45deg);
  background: var(--el-text-color-primary);
  box-sizing: border-box;
}
.el-popper[data-popper-placement^=top] > .el-popper__arrow {
  bottom: -5px;
}
.el-popper[data-popper-placement^=top] > .el-popper__arrow::before {
  border-bottom-right-radius: 2px;
}
.el-popper[data-popper-placement^=bottom] > .el-popper__arrow {
  top: -5px;
}
.el-popper[data-popper-placement^=bottom] > .el-popper__arrow::before {
  border-top-left-radius: 2px;
}
.el-popper[data-popper-placement^=left] > .el-popper__arrow {
  right: -5px;
}
.el-popper[data-popper-placement^=left] > .el-popper__arrow::before {
  border-top-right-radius: 2px;
}
.el-popper[data-popper-placement^=right] > .el-popper__arrow {
  left: -5px;
}
.el-popper[data-popper-placement^=right] > .el-popper__arrow::before {
  border-bottom-left-radius: 2px;
}
.el-popper[data-popper-placement^=top] .el-popper__arrow::before {
  border-top-color: rgba(0, 0, 0, 0) !important;
  border-left-color: rgba(0, 0, 0, 0) !important;
}
.el-popper[data-popper-placement^=bottom] .el-popper__arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0) !important;
  border-right-color: rgba(0, 0, 0, 0) !important;
}
.el-popper[data-popper-placement^=left] .el-popper__arrow::before {
  border-left-color: rgba(0, 0, 0, 0) !important;
  border-bottom-color: rgba(0, 0, 0, 0) !important;
}
.el-popper[data-popper-placement^=right] .el-popper__arrow::before {
  border-right-color: rgba(0, 0, 0, 0) !important;
  border-top-color: rgba(0, 0, 0, 0) !important;
}
.el-select-dropdown__item {
  font-size: var(--el-font-size-base);
  padding: 0 32px 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--el-text-color-regular);
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
}
.el-select-dropdown__item.is-disabled {
  color: var(--el-text-color-placeholder);
  cursor: not-allowed;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: var(--el-fill-color-light);
}
.el-select-dropdown__item.selected {
  color: var(--el-color-primary);
  font-weight: bold;
}
/*!
* Bootstrap v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.d-none {
  display: none;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-table {
  display: table;
}
.d-table-row {
  display: table-row;
}
.d-table-cell {
  display: table-cell;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1500px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1800px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
}
@media print {
  .d-print-none {
    display: none;
  }
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: flex;
  }
  .d-print-inline-flex {
    display: inline-flex;
  }
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-fill {
  flex: 1 1 auto;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-stretch {
  align-items: stretch;
}
.align-content-start {
  align-content: flex-start;
}
.align-content-end {
  align-content: flex-end;
}
.align-content-center {
  align-content: center;
}
.align-content-between {
  align-content: space-between;
}
.align-content-around {
  align-content: space-around;
}
.align-content-stretch {
  align-content: stretch;
}
.align-self-auto {
  align-self: auto;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.align-self-baseline {
  align-self: baseline;
}
.align-self-stretch {
  align-self: stretch;
}
@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-sm-fill {
    flex: 1 1 auto;
  }
  .flex-sm-grow-0 {
    flex-grow: 0;
  }
  .flex-sm-grow-1 {
    flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-md-fill {
    flex: 1 1 auto;
  }
  .flex-md-grow-0 {
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    flex-grow: 1;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1500px) {
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-lg-fill {
    flex: 1 1 auto;
  }
  .flex-lg-grow-0 {
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1800px) {
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-xl-fill {
    flex: 1 1 auto;
  }
  .flex-xl-grow-0 {
    flex-grow: 0;
  }
  .flex-xl-grow-1 {
    flex-grow: 1;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .align-content-xl-around {
    align-content: space-around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
@media (min-width: 768px) {
  .float-sm-left {
    float: left;
  }
  .float-sm-right {
    float: right;
  }
  .float-sm-none {
    float: none;
  }
}
@media (min-width: 1200px) {
  .float-md-left {
    float: left;
  }
  .float-md-right {
    float: right;
  }
  .float-md-none {
    float: none;
  }
}
@media (min-width: 1500px) {
  .float-lg-left {
    float: left;
  }
  .float-lg-right {
    float: right;
  }
  .float-lg-none {
    float: none;
  }
}
@media (min-width: 1800px) {
  .float-xl-left {
    float: left;
  }
  .float-xl-right {
    float: right;
  }
  .float-xl-none {
    float: none;
  }
}
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.mw-100 {
  max-width: 100%;
}
.mh-100 {
  max-height: 100%;
}
.m-0 {
  margin: 0px;
}
.m-t-0,
.m-y-0 {
  margin-top: 0px;
}
.m-r-0,
.m-x-0 {
  margin-right: 0px;
}
.m-b-0,
.m-y-0 {
  margin-bottom: 0px;
}
.m-l-0,
.m-x-0 {
  margin-left: 0px;
}
.m-5 {
  margin: 5px;
}
.m-t-5,
.m-y-5 {
  margin-top: 5px;
}
.m-r-5,
.m-x-5 {
  margin-right: 5px;
}
.m-b-5,
.m-y-5 {
  margin-bottom: 5px;
}
.m-l-5,
.m-x-5 {
  margin-left: 5px;
}
.m-10 {
  margin: 10px;
}
.m-t-10,
.m-y-10 {
  margin-top: 10px;
}
.m-r-10,
.m-x-10 {
  margin-right: 10px;
}
.m-b-10,
.m-y-10 {
  margin-bottom: 10px;
}
.m-l-10,
.m-x-10 {
  margin-left: 10px;
}
.m-15 {
  margin: 15px;
}
.m-t-15,
.m-y-15 {
  margin-top: 15px;
}
.m-r-15,
.m-x-15 {
  margin-right: 15px;
}
.m-b-15,
.m-y-15 {
  margin-bottom: 15px;
}
.m-l-15,
.m-x-15 {
  margin-left: 15px;
}
.m-20 {
  margin: 20px;
}
.m-t-20,
.m-y-20 {
  margin-top: 20px;
}
.m-r-20,
.m-x-20 {
  margin-right: 20px;
}
.m-b-20,
.m-y-20 {
  margin-bottom: 20px;
}
.m-l-20,
.m-x-20 {
  margin-left: 20px;
}
.m-30 {
  margin: 30px;
}
.m-t-30,
.m-y-30 {
  margin-top: 30px;
}
.m-r-30,
.m-x-30 {
  margin-right: 30px;
}
.m-b-30,
.m-y-30 {
  margin-bottom: 30px;
}
.m-l-30,
.m-x-30 {
  margin-left: 30px;
}
.m-35 {
  margin: 35px;
}
.m-t-35,
.m-y-35 {
  margin-top: 35px;
}
.m-r-35,
.m-x-35 {
  margin-right: 35px;
}
.m-b-35,
.m-y-35 {
  margin-bottom: 35px;
}
.m-l-35,
.m-x-35 {
  margin-left: 35px;
}
.m-40 {
  margin: 40px;
}
.m-t-40,
.m-y-40 {
  margin-top: 40px;
}
.m-r-40,
.m-x-40 {
  margin-right: 40px;
}
.m-b-40,
.m-y-40 {
  margin-bottom: 40px;
}
.m-l-40,
.m-x-40 {
  margin-left: 40px;
}
.m-45 {
  margin: 45px;
}
.m-t-45,
.m-y-45 {
  margin-top: 45px;
}
.m-r-45,
.m-x-45 {
  margin-right: 45px;
}
.m-b-45,
.m-y-45 {
  margin-bottom: 45px;
}
.m-l-45,
.m-x-45 {
  margin-left: 45px;
}
.m-50 {
  margin: 50px;
}
.m-t-50,
.m-y-50 {
  margin-top: 50px;
}
.m-r-50,
.m-x-50 {
  margin-right: 50px;
}
.m-b-50,
.m-y-50 {
  margin-bottom: 50px;
}
.m-l-50,
.m-x-50 {
  margin-left: 50px;
}
.p-0 {
  padding: 0px;
}
.p-t-0,
.p-y-0 {
  padding-top: 0px;
}
.p-r-0,
.p-x-0 {
  padding-right: 0px;
}
.p-b-0,
.p-y-0 {
  padding-bottom: 0px;
}
.p-l-0,
.p-x-0 {
  padding-left: 0px;
}
.p-5 {
  padding: 5px;
}
.p-t-5,
.p-y-5 {
  padding-top: 5px;
}
.p-r-5,
.p-x-5 {
  padding-right: 5px;
}
.p-b-5,
.p-y-5 {
  padding-bottom: 5px;
}
.p-l-5,
.p-x-5 {
  padding-left: 5px;
}
.p-10 {
  padding: 10px;
}
.p-t-10,
.p-y-10 {
  padding-top: 10px;
}
.p-r-10,
.p-x-10 {
  padding-right: 10px;
}
.p-b-10,
.p-y-10 {
  padding-bottom: 10px;
}
.p-l-10,
.p-x-10 {
  padding-left: 10px;
}
.p-15 {
  padding: 15px;
}
.p-t-15,
.p-y-15 {
  padding-top: 15px;
}
.p-r-15,
.p-x-15 {
  padding-right: 15px;
}
.p-b-15,
.p-y-15 {
  padding-bottom: 15px;
}
.p-l-15,
.p-x-15 {
  padding-left: 15px;
}
.p-20 {
  padding: 20px;
}
.p-t-20,
.p-y-20 {
  padding-top: 20px;
}
.p-r-20,
.p-x-20 {
  padding-right: 20px;
}
.p-b-20,
.p-y-20 {
  padding-bottom: 20px;
}
.p-l-20,
.p-x-20 {
  padding-left: 20px;
}
.p-30 {
  padding: 30px;
}
.p-t-30,
.p-y-30 {
  padding-top: 30px;
}
.p-r-30,
.p-x-30 {
  padding-right: 30px;
}
.p-b-30,
.p-y-30 {
  padding-bottom: 30px;
}
.p-l-30,
.p-x-30 {
  padding-left: 30px;
}
.p-35 {
  padding: 35px;
}
.p-t-35,
.p-y-35 {
  padding-top: 35px;
}
.p-r-35,
.p-x-35 {
  padding-right: 35px;
}
.p-b-35,
.p-y-35 {
  padding-bottom: 35px;
}
.p-l-35,
.p-x-35 {
  padding-left: 35px;
}
.p-40 {
  padding: 40px;
}
.p-t-40,
.p-y-40 {
  padding-top: 40px;
}
.p-r-40,
.p-x-40 {
  padding-right: 40px;
}
.p-b-40,
.p-y-40 {
  padding-bottom: 40px;
}
.p-l-40,
.p-x-40 {
  padding-left: 40px;
}
.p-45 {
  padding: 45px;
}
.p-t-45,
.p-y-45 {
  padding-top: 45px;
}
.p-r-45,
.p-x-45 {
  padding-right: 45px;
}
.p-b-45,
.p-y-45 {
  padding-bottom: 45px;
}
.p-l-45,
.p-x-45 {
  padding-left: 45px;
}
.p-50 {
  padding: 50px;
}
.p-t-50,
.p-y-50 {
  padding-top: 50px;
}
.p-r-50,
.p-x-50 {
  padding-right: 50px;
}
.p-b-50,
.p-y-50 {
  padding-bottom: 50px;
}
.p-l-50,
.p-x-50 {
  padding-left: 50px;
}
.m-auto {
  margin: auto;
}
.m-t-auto,
.m-y-auto {
  margin-top: auto;
}
.m-r-auto,
.m-x-auto {
  margin-right: auto;
}
.m-b-auto,
.m-y-auto {
  margin-bottom: auto;
}
.m-l-auto,
.m-x-auto {
  margin-left: auto;
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0px;
  }
  .m-t-sm-0,
  .m-y-sm-0 {
    margin-top: 0px;
  }
  .m-r-sm-0,
  .m-x-sm-0 {
    margin-right: 0px;
  }
  .m-b-sm-0,
  .m-y-sm-0 {
    margin-bottom: 0px;
  }
  .m-l-sm-0,
  .m-x-sm-0 {
    margin-left: 0px;
  }
  .m-sm-5 {
    margin: 5px;
  }
  .m-t-sm-5,
  .m-y-sm-5 {
    margin-top: 5px;
  }
  .m-r-sm-5,
  .m-x-sm-5 {
    margin-right: 5px;
  }
  .m-b-sm-5,
  .m-y-sm-5 {
    margin-bottom: 5px;
  }
  .m-l-sm-5,
  .m-x-sm-5 {
    margin-left: 5px;
  }
  .m-sm-10 {
    margin: 10px;
  }
  .m-t-sm-10,
  .m-y-sm-10 {
    margin-top: 10px;
  }
  .m-r-sm-10,
  .m-x-sm-10 {
    margin-right: 10px;
  }
  .m-b-sm-10,
  .m-y-sm-10 {
    margin-bottom: 10px;
  }
  .m-l-sm-10,
  .m-x-sm-10 {
    margin-left: 10px;
  }
  .m-sm-15 {
    margin: 15px;
  }
  .m-t-sm-15,
  .m-y-sm-15 {
    margin-top: 15px;
  }
  .m-r-sm-15,
  .m-x-sm-15 {
    margin-right: 15px;
  }
  .m-b-sm-15,
  .m-y-sm-15 {
    margin-bottom: 15px;
  }
  .m-l-sm-15,
  .m-x-sm-15 {
    margin-left: 15px;
  }
  .m-sm-20 {
    margin: 20px;
  }
  .m-t-sm-20,
  .m-y-sm-20 {
    margin-top: 20px;
  }
  .m-r-sm-20,
  .m-x-sm-20 {
    margin-right: 20px;
  }
  .m-b-sm-20,
  .m-y-sm-20 {
    margin-bottom: 20px;
  }
  .m-l-sm-20,
  .m-x-sm-20 {
    margin-left: 20px;
  }
  .m-sm-30 {
    margin: 30px;
  }
  .m-t-sm-30,
  .m-y-sm-30 {
    margin-top: 30px;
  }
  .m-r-sm-30,
  .m-x-sm-30 {
    margin-right: 30px;
  }
  .m-b-sm-30,
  .m-y-sm-30 {
    margin-bottom: 30px;
  }
  .m-l-sm-30,
  .m-x-sm-30 {
    margin-left: 30px;
  }
  .m-sm-35 {
    margin: 35px;
  }
  .m-t-sm-35,
  .m-y-sm-35 {
    margin-top: 35px;
  }
  .m-r-sm-35,
  .m-x-sm-35 {
    margin-right: 35px;
  }
  .m-b-sm-35,
  .m-y-sm-35 {
    margin-bottom: 35px;
  }
  .m-l-sm-35,
  .m-x-sm-35 {
    margin-left: 35px;
  }
  .m-sm-40 {
    margin: 40px;
  }
  .m-t-sm-40,
  .m-y-sm-40 {
    margin-top: 40px;
  }
  .m-r-sm-40,
  .m-x-sm-40 {
    margin-right: 40px;
  }
  .m-b-sm-40,
  .m-y-sm-40 {
    margin-bottom: 40px;
  }
  .m-l-sm-40,
  .m-x-sm-40 {
    margin-left: 40px;
  }
  .m-sm-45 {
    margin: 45px;
  }
  .m-t-sm-45,
  .m-y-sm-45 {
    margin-top: 45px;
  }
  .m-r-sm-45,
  .m-x-sm-45 {
    margin-right: 45px;
  }
  .m-b-sm-45,
  .m-y-sm-45 {
    margin-bottom: 45px;
  }
  .m-l-sm-45,
  .m-x-sm-45 {
    margin-left: 45px;
  }
  .m-sm-50 {
    margin: 50px;
  }
  .m-t-sm-50,
  .m-y-sm-50 {
    margin-top: 50px;
  }
  .m-r-sm-50,
  .m-x-sm-50 {
    margin-right: 50px;
  }
  .m-b-sm-50,
  .m-y-sm-50 {
    margin-bottom: 50px;
  }
  .m-l-sm-50,
  .m-x-sm-50 {
    margin-left: 50px;
  }
  .p-sm-0 {
    padding: 0px;
  }
  .p-t-sm-0,
  .p-y-sm-0 {
    padding-top: 0px;
  }
  .p-r-sm-0,
  .p-x-sm-0 {
    padding-right: 0px;
  }
  .p-b-sm-0,
  .p-y-sm-0 {
    padding-bottom: 0px;
  }
  .p-l-sm-0,
  .p-x-sm-0 {
    padding-left: 0px;
  }
  .p-sm-5 {
    padding: 5px;
  }
  .p-t-sm-5,
  .p-y-sm-5 {
    padding-top: 5px;
  }
  .p-r-sm-5,
  .p-x-sm-5 {
    padding-right: 5px;
  }
  .p-b-sm-5,
  .p-y-sm-5 {
    padding-bottom: 5px;
  }
  .p-l-sm-5,
  .p-x-sm-5 {
    padding-left: 5px;
  }
  .p-sm-10 {
    padding: 10px;
  }
  .p-t-sm-10,
  .p-y-sm-10 {
    padding-top: 10px;
  }
  .p-r-sm-10,
  .p-x-sm-10 {
    padding-right: 10px;
  }
  .p-b-sm-10,
  .p-y-sm-10 {
    padding-bottom: 10px;
  }
  .p-l-sm-10,
  .p-x-sm-10 {
    padding-left: 10px;
  }
  .p-sm-15 {
    padding: 15px;
  }
  .p-t-sm-15,
  .p-y-sm-15 {
    padding-top: 15px;
  }
  .p-r-sm-15,
  .p-x-sm-15 {
    padding-right: 15px;
  }
  .p-b-sm-15,
  .p-y-sm-15 {
    padding-bottom: 15px;
  }
  .p-l-sm-15,
  .p-x-sm-15 {
    padding-left: 15px;
  }
  .p-sm-20 {
    padding: 20px;
  }
  .p-t-sm-20,
  .p-y-sm-20 {
    padding-top: 20px;
  }
  .p-r-sm-20,
  .p-x-sm-20 {
    padding-right: 20px;
  }
  .p-b-sm-20,
  .p-y-sm-20 {
    padding-bottom: 20px;
  }
  .p-l-sm-20,
  .p-x-sm-20 {
    padding-left: 20px;
  }
  .p-sm-30 {
    padding: 30px;
  }
  .p-t-sm-30,
  .p-y-sm-30 {
    padding-top: 30px;
  }
  .p-r-sm-30,
  .p-x-sm-30 {
    padding-right: 30px;
  }
  .p-b-sm-30,
  .p-y-sm-30 {
    padding-bottom: 30px;
  }
  .p-l-sm-30,
  .p-x-sm-30 {
    padding-left: 30px;
  }
  .p-sm-35 {
    padding: 35px;
  }
  .p-t-sm-35,
  .p-y-sm-35 {
    padding-top: 35px;
  }
  .p-r-sm-35,
  .p-x-sm-35 {
    padding-right: 35px;
  }
  .p-b-sm-35,
  .p-y-sm-35 {
    padding-bottom: 35px;
  }
  .p-l-sm-35,
  .p-x-sm-35 {
    padding-left: 35px;
  }
  .p-sm-40 {
    padding: 40px;
  }
  .p-t-sm-40,
  .p-y-sm-40 {
    padding-top: 40px;
  }
  .p-r-sm-40,
  .p-x-sm-40 {
    padding-right: 40px;
  }
  .p-b-sm-40,
  .p-y-sm-40 {
    padding-bottom: 40px;
  }
  .p-l-sm-40,
  .p-x-sm-40 {
    padding-left: 40px;
  }
  .p-sm-45 {
    padding: 45px;
  }
  .p-t-sm-45,
  .p-y-sm-45 {
    padding-top: 45px;
  }
  .p-r-sm-45,
  .p-x-sm-45 {
    padding-right: 45px;
  }
  .p-b-sm-45,
  .p-y-sm-45 {
    padding-bottom: 45px;
  }
  .p-l-sm-45,
  .p-x-sm-45 {
    padding-left: 45px;
  }
  .p-sm-50 {
    padding: 50px;
  }
  .p-t-sm-50,
  .p-y-sm-50 {
    padding-top: 50px;
  }
  .p-r-sm-50,
  .p-x-sm-50 {
    padding-right: 50px;
  }
  .p-b-sm-50,
  .p-y-sm-50 {
    padding-bottom: 50px;
  }
  .p-l-sm-50,
  .p-x-sm-50 {
    padding-left: 50px;
  }
  .m-sm-auto {
    margin: auto;
  }
  .m-t-sm-auto,
  .m-y-sm-auto {
    margin-top: auto;
  }
  .m-r-sm-auto,
  .m-x-sm-auto {
    margin-right: auto;
  }
  .m-b-sm-auto,
  .m-y-sm-auto {
    margin-bottom: auto;
  }
  .m-l-sm-auto,
  .m-x-sm-auto {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .m-md-0 {
    margin: 0px;
  }
  .m-t-md-0,
  .m-y-md-0 {
    margin-top: 0px;
  }
  .m-r-md-0,
  .m-x-md-0 {
    margin-right: 0px;
  }
  .m-b-md-0,
  .m-y-md-0 {
    margin-bottom: 0px;
  }
  .m-l-md-0,
  .m-x-md-0 {
    margin-left: 0px;
  }
  .m-md-5 {
    margin: 5px;
  }
  .m-t-md-5,
  .m-y-md-5 {
    margin-top: 5px;
  }
  .m-r-md-5,
  .m-x-md-5 {
    margin-right: 5px;
  }
  .m-b-md-5,
  .m-y-md-5 {
    margin-bottom: 5px;
  }
  .m-l-md-5,
  .m-x-md-5 {
    margin-left: 5px;
  }
  .m-md-10 {
    margin: 10px;
  }
  .m-t-md-10,
  .m-y-md-10 {
    margin-top: 10px;
  }
  .m-r-md-10,
  .m-x-md-10 {
    margin-right: 10px;
  }
  .m-b-md-10,
  .m-y-md-10 {
    margin-bottom: 10px;
  }
  .m-l-md-10,
  .m-x-md-10 {
    margin-left: 10px;
  }
  .m-md-15 {
    margin: 15px;
  }
  .m-t-md-15,
  .m-y-md-15 {
    margin-top: 15px;
  }
  .m-r-md-15,
  .m-x-md-15 {
    margin-right: 15px;
  }
  .m-b-md-15,
  .m-y-md-15 {
    margin-bottom: 15px;
  }
  .m-l-md-15,
  .m-x-md-15 {
    margin-left: 15px;
  }
  .m-md-20 {
    margin: 20px;
  }
  .m-t-md-20,
  .m-y-md-20 {
    margin-top: 20px;
  }
  .m-r-md-20,
  .m-x-md-20 {
    margin-right: 20px;
  }
  .m-b-md-20,
  .m-y-md-20 {
    margin-bottom: 20px;
  }
  .m-l-md-20,
  .m-x-md-20 {
    margin-left: 20px;
  }
  .m-md-30 {
    margin: 30px;
  }
  .m-t-md-30,
  .m-y-md-30 {
    margin-top: 30px;
  }
  .m-r-md-30,
  .m-x-md-30 {
    margin-right: 30px;
  }
  .m-b-md-30,
  .m-y-md-30 {
    margin-bottom: 30px;
  }
  .m-l-md-30,
  .m-x-md-30 {
    margin-left: 30px;
  }
  .m-md-35 {
    margin: 35px;
  }
  .m-t-md-35,
  .m-y-md-35 {
    margin-top: 35px;
  }
  .m-r-md-35,
  .m-x-md-35 {
    margin-right: 35px;
  }
  .m-b-md-35,
  .m-y-md-35 {
    margin-bottom: 35px;
  }
  .m-l-md-35,
  .m-x-md-35 {
    margin-left: 35px;
  }
  .m-md-40 {
    margin: 40px;
  }
  .m-t-md-40,
  .m-y-md-40 {
    margin-top: 40px;
  }
  .m-r-md-40,
  .m-x-md-40 {
    margin-right: 40px;
  }
  .m-b-md-40,
  .m-y-md-40 {
    margin-bottom: 40px;
  }
  .m-l-md-40,
  .m-x-md-40 {
    margin-left: 40px;
  }
  .m-md-45 {
    margin: 45px;
  }
  .m-t-md-45,
  .m-y-md-45 {
    margin-top: 45px;
  }
  .m-r-md-45,
  .m-x-md-45 {
    margin-right: 45px;
  }
  .m-b-md-45,
  .m-y-md-45 {
    margin-bottom: 45px;
  }
  .m-l-md-45,
  .m-x-md-45 {
    margin-left: 45px;
  }
  .m-md-50 {
    margin: 50px;
  }
  .m-t-md-50,
  .m-y-md-50 {
    margin-top: 50px;
  }
  .m-r-md-50,
  .m-x-md-50 {
    margin-right: 50px;
  }
  .m-b-md-50,
  .m-y-md-50 {
    margin-bottom: 50px;
  }
  .m-l-md-50,
  .m-x-md-50 {
    margin-left: 50px;
  }
  .p-md-0 {
    padding: 0px;
  }
  .p-t-md-0,
  .p-y-md-0 {
    padding-top: 0px;
  }
  .p-r-md-0,
  .p-x-md-0 {
    padding-right: 0px;
  }
  .p-b-md-0,
  .p-y-md-0 {
    padding-bottom: 0px;
  }
  .p-l-md-0,
  .p-x-md-0 {
    padding-left: 0px;
  }
  .p-md-5 {
    padding: 5px;
  }
  .p-t-md-5,
  .p-y-md-5 {
    padding-top: 5px;
  }
  .p-r-md-5,
  .p-x-md-5 {
    padding-right: 5px;
  }
  .p-b-md-5,
  .p-y-md-5 {
    padding-bottom: 5px;
  }
  .p-l-md-5,
  .p-x-md-5 {
    padding-left: 5px;
  }
  .p-md-10 {
    padding: 10px;
  }
  .p-t-md-10,
  .p-y-md-10 {
    padding-top: 10px;
  }
  .p-r-md-10,
  .p-x-md-10 {
    padding-right: 10px;
  }
  .p-b-md-10,
  .p-y-md-10 {
    padding-bottom: 10px;
  }
  .p-l-md-10,
  .p-x-md-10 {
    padding-left: 10px;
  }
  .p-md-15 {
    padding: 15px;
  }
  .p-t-md-15,
  .p-y-md-15 {
    padding-top: 15px;
  }
  .p-r-md-15,
  .p-x-md-15 {
    padding-right: 15px;
  }
  .p-b-md-15,
  .p-y-md-15 {
    padding-bottom: 15px;
  }
  .p-l-md-15,
  .p-x-md-15 {
    padding-left: 15px;
  }
  .p-md-20 {
    padding: 20px;
  }
  .p-t-md-20,
  .p-y-md-20 {
    padding-top: 20px;
  }
  .p-r-md-20,
  .p-x-md-20 {
    padding-right: 20px;
  }
  .p-b-md-20,
  .p-y-md-20 {
    padding-bottom: 20px;
  }
  .p-l-md-20,
  .p-x-md-20 {
    padding-left: 20px;
  }
  .p-md-30 {
    padding: 30px;
  }
  .p-t-md-30,
  .p-y-md-30 {
    padding-top: 30px;
  }
  .p-r-md-30,
  .p-x-md-30 {
    padding-right: 30px;
  }
  .p-b-md-30,
  .p-y-md-30 {
    padding-bottom: 30px;
  }
  .p-l-md-30,
  .p-x-md-30 {
    padding-left: 30px;
  }
  .p-md-35 {
    padding: 35px;
  }
  .p-t-md-35,
  .p-y-md-35 {
    padding-top: 35px;
  }
  .p-r-md-35,
  .p-x-md-35 {
    padding-right: 35px;
  }
  .p-b-md-35,
  .p-y-md-35 {
    padding-bottom: 35px;
  }
  .p-l-md-35,
  .p-x-md-35 {
    padding-left: 35px;
  }
  .p-md-40 {
    padding: 40px;
  }
  .p-t-md-40,
  .p-y-md-40 {
    padding-top: 40px;
  }
  .p-r-md-40,
  .p-x-md-40 {
    padding-right: 40px;
  }
  .p-b-md-40,
  .p-y-md-40 {
    padding-bottom: 40px;
  }
  .p-l-md-40,
  .p-x-md-40 {
    padding-left: 40px;
  }
  .p-md-45 {
    padding: 45px;
  }
  .p-t-md-45,
  .p-y-md-45 {
    padding-top: 45px;
  }
  .p-r-md-45,
  .p-x-md-45 {
    padding-right: 45px;
  }
  .p-b-md-45,
  .p-y-md-45 {
    padding-bottom: 45px;
  }
  .p-l-md-45,
  .p-x-md-45 {
    padding-left: 45px;
  }
  .p-md-50 {
    padding: 50px;
  }
  .p-t-md-50,
  .p-y-md-50 {
    padding-top: 50px;
  }
  .p-r-md-50,
  .p-x-md-50 {
    padding-right: 50px;
  }
  .p-b-md-50,
  .p-y-md-50 {
    padding-bottom: 50px;
  }
  .p-l-md-50,
  .p-x-md-50 {
    padding-left: 50px;
  }
  .m-md-auto {
    margin: auto;
  }
  .m-t-md-auto,
  .m-y-md-auto {
    margin-top: auto;
  }
  .m-r-md-auto,
  .m-x-md-auto {
    margin-right: auto;
  }
  .m-b-md-auto,
  .m-y-md-auto {
    margin-bottom: auto;
  }
  .m-l-md-auto,
  .m-x-md-auto {
    margin-left: auto;
  }
}
@media (min-width: 1500px) {
  .m-lg-0 {
    margin: 0px;
  }
  .m-t-lg-0,
  .m-y-lg-0 {
    margin-top: 0px;
  }
  .m-r-lg-0,
  .m-x-lg-0 {
    margin-right: 0px;
  }
  .m-b-lg-0,
  .m-y-lg-0 {
    margin-bottom: 0px;
  }
  .m-l-lg-0,
  .m-x-lg-0 {
    margin-left: 0px;
  }
  .m-lg-5 {
    margin: 5px;
  }
  .m-t-lg-5,
  .m-y-lg-5 {
    margin-top: 5px;
  }
  .m-r-lg-5,
  .m-x-lg-5 {
    margin-right: 5px;
  }
  .m-b-lg-5,
  .m-y-lg-5 {
    margin-bottom: 5px;
  }
  .m-l-lg-5,
  .m-x-lg-5 {
    margin-left: 5px;
  }
  .m-lg-10 {
    margin: 10px;
  }
  .m-t-lg-10,
  .m-y-lg-10 {
    margin-top: 10px;
  }
  .m-r-lg-10,
  .m-x-lg-10 {
    margin-right: 10px;
  }
  .m-b-lg-10,
  .m-y-lg-10 {
    margin-bottom: 10px;
  }
  .m-l-lg-10,
  .m-x-lg-10 {
    margin-left: 10px;
  }
  .m-lg-15 {
    margin: 15px;
  }
  .m-t-lg-15,
  .m-y-lg-15 {
    margin-top: 15px;
  }
  .m-r-lg-15,
  .m-x-lg-15 {
    margin-right: 15px;
  }
  .m-b-lg-15,
  .m-y-lg-15 {
    margin-bottom: 15px;
  }
  .m-l-lg-15,
  .m-x-lg-15 {
    margin-left: 15px;
  }
  .m-lg-20 {
    margin: 20px;
  }
  .m-t-lg-20,
  .m-y-lg-20 {
    margin-top: 20px;
  }
  .m-r-lg-20,
  .m-x-lg-20 {
    margin-right: 20px;
  }
  .m-b-lg-20,
  .m-y-lg-20 {
    margin-bottom: 20px;
  }
  .m-l-lg-20,
  .m-x-lg-20 {
    margin-left: 20px;
  }
  .m-lg-30 {
    margin: 30px;
  }
  .m-t-lg-30,
  .m-y-lg-30 {
    margin-top: 30px;
  }
  .m-r-lg-30,
  .m-x-lg-30 {
    margin-right: 30px;
  }
  .m-b-lg-30,
  .m-y-lg-30 {
    margin-bottom: 30px;
  }
  .m-l-lg-30,
  .m-x-lg-30 {
    margin-left: 30px;
  }
  .m-lg-35 {
    margin: 35px;
  }
  .m-t-lg-35,
  .m-y-lg-35 {
    margin-top: 35px;
  }
  .m-r-lg-35,
  .m-x-lg-35 {
    margin-right: 35px;
  }
  .m-b-lg-35,
  .m-y-lg-35 {
    margin-bottom: 35px;
  }
  .m-l-lg-35,
  .m-x-lg-35 {
    margin-left: 35px;
  }
  .m-lg-40 {
    margin: 40px;
  }
  .m-t-lg-40,
  .m-y-lg-40 {
    margin-top: 40px;
  }
  .m-r-lg-40,
  .m-x-lg-40 {
    margin-right: 40px;
  }
  .m-b-lg-40,
  .m-y-lg-40 {
    margin-bottom: 40px;
  }
  .m-l-lg-40,
  .m-x-lg-40 {
    margin-left: 40px;
  }
  .m-lg-45 {
    margin: 45px;
  }
  .m-t-lg-45,
  .m-y-lg-45 {
    margin-top: 45px;
  }
  .m-r-lg-45,
  .m-x-lg-45 {
    margin-right: 45px;
  }
  .m-b-lg-45,
  .m-y-lg-45 {
    margin-bottom: 45px;
  }
  .m-l-lg-45,
  .m-x-lg-45 {
    margin-left: 45px;
  }
  .m-lg-50 {
    margin: 50px;
  }
  .m-t-lg-50,
  .m-y-lg-50 {
    margin-top: 50px;
  }
  .m-r-lg-50,
  .m-x-lg-50 {
    margin-right: 50px;
  }
  .m-b-lg-50,
  .m-y-lg-50 {
    margin-bottom: 50px;
  }
  .m-l-lg-50,
  .m-x-lg-50 {
    margin-left: 50px;
  }
  .p-lg-0 {
    padding: 0px;
  }
  .p-t-lg-0,
  .p-y-lg-0 {
    padding-top: 0px;
  }
  .p-r-lg-0,
  .p-x-lg-0 {
    padding-right: 0px;
  }
  .p-b-lg-0,
  .p-y-lg-0 {
    padding-bottom: 0px;
  }
  .p-l-lg-0,
  .p-x-lg-0 {
    padding-left: 0px;
  }
  .p-lg-5 {
    padding: 5px;
  }
  .p-t-lg-5,
  .p-y-lg-5 {
    padding-top: 5px;
  }
  .p-r-lg-5,
  .p-x-lg-5 {
    padding-right: 5px;
  }
  .p-b-lg-5,
  .p-y-lg-5 {
    padding-bottom: 5px;
  }
  .p-l-lg-5,
  .p-x-lg-5 {
    padding-left: 5px;
  }
  .p-lg-10 {
    padding: 10px;
  }
  .p-t-lg-10,
  .p-y-lg-10 {
    padding-top: 10px;
  }
  .p-r-lg-10,
  .p-x-lg-10 {
    padding-right: 10px;
  }
  .p-b-lg-10,
  .p-y-lg-10 {
    padding-bottom: 10px;
  }
  .p-l-lg-10,
  .p-x-lg-10 {
    padding-left: 10px;
  }
  .p-lg-15 {
    padding: 15px;
  }
  .p-t-lg-15,
  .p-y-lg-15 {
    padding-top: 15px;
  }
  .p-r-lg-15,
  .p-x-lg-15 {
    padding-right: 15px;
  }
  .p-b-lg-15,
  .p-y-lg-15 {
    padding-bottom: 15px;
  }
  .p-l-lg-15,
  .p-x-lg-15 {
    padding-left: 15px;
  }
  .p-lg-20 {
    padding: 20px;
  }
  .p-t-lg-20,
  .p-y-lg-20 {
    padding-top: 20px;
  }
  .p-r-lg-20,
  .p-x-lg-20 {
    padding-right: 20px;
  }
  .p-b-lg-20,
  .p-y-lg-20 {
    padding-bottom: 20px;
  }
  .p-l-lg-20,
  .p-x-lg-20 {
    padding-left: 20px;
  }
  .p-lg-30 {
    padding: 30px;
  }
  .p-t-lg-30,
  .p-y-lg-30 {
    padding-top: 30px;
  }
  .p-r-lg-30,
  .p-x-lg-30 {
    padding-right: 30px;
  }
  .p-b-lg-30,
  .p-y-lg-30 {
    padding-bottom: 30px;
  }
  .p-l-lg-30,
  .p-x-lg-30 {
    padding-left: 30px;
  }
  .p-lg-35 {
    padding: 35px;
  }
  .p-t-lg-35,
  .p-y-lg-35 {
    padding-top: 35px;
  }
  .p-r-lg-35,
  .p-x-lg-35 {
    padding-right: 35px;
  }
  .p-b-lg-35,
  .p-y-lg-35 {
    padding-bottom: 35px;
  }
  .p-l-lg-35,
  .p-x-lg-35 {
    padding-left: 35px;
  }
  .p-lg-40 {
    padding: 40px;
  }
  .p-t-lg-40,
  .p-y-lg-40 {
    padding-top: 40px;
  }
  .p-r-lg-40,
  .p-x-lg-40 {
    padding-right: 40px;
  }
  .p-b-lg-40,
  .p-y-lg-40 {
    padding-bottom: 40px;
  }
  .p-l-lg-40,
  .p-x-lg-40 {
    padding-left: 40px;
  }
  .p-lg-45 {
    padding: 45px;
  }
  .p-t-lg-45,
  .p-y-lg-45 {
    padding-top: 45px;
  }
  .p-r-lg-45,
  .p-x-lg-45 {
    padding-right: 45px;
  }
  .p-b-lg-45,
  .p-y-lg-45 {
    padding-bottom: 45px;
  }
  .p-l-lg-45,
  .p-x-lg-45 {
    padding-left: 45px;
  }
  .p-lg-50 {
    padding: 50px;
  }
  .p-t-lg-50,
  .p-y-lg-50 {
    padding-top: 50px;
  }
  .p-r-lg-50,
  .p-x-lg-50 {
    padding-right: 50px;
  }
  .p-b-lg-50,
  .p-y-lg-50 {
    padding-bottom: 50px;
  }
  .p-l-lg-50,
  .p-x-lg-50 {
    padding-left: 50px;
  }
  .m-lg-auto {
    margin: auto;
  }
  .m-t-lg-auto,
  .m-y-lg-auto {
    margin-top: auto;
  }
  .m-r-lg-auto,
  .m-x-lg-auto {
    margin-right: auto;
  }
  .m-b-lg-auto,
  .m-y-lg-auto {
    margin-bottom: auto;
  }
  .m-l-lg-auto,
  .m-x-lg-auto {
    margin-left: auto;
  }
}
@media (min-width: 1800px) {
  .m-xl-0 {
    margin: 0px;
  }
  .m-t-xl-0,
  .m-y-xl-0 {
    margin-top: 0px;
  }
  .m-r-xl-0,
  .m-x-xl-0 {
    margin-right: 0px;
  }
  .m-b-xl-0,
  .m-y-xl-0 {
    margin-bottom: 0px;
  }
  .m-l-xl-0,
  .m-x-xl-0 {
    margin-left: 0px;
  }
  .m-xl-5 {
    margin: 5px;
  }
  .m-t-xl-5,
  .m-y-xl-5 {
    margin-top: 5px;
  }
  .m-r-xl-5,
  .m-x-xl-5 {
    margin-right: 5px;
  }
  .m-b-xl-5,
  .m-y-xl-5 {
    margin-bottom: 5px;
  }
  .m-l-xl-5,
  .m-x-xl-5 {
    margin-left: 5px;
  }
  .m-xl-10 {
    margin: 10px;
  }
  .m-t-xl-10,
  .m-y-xl-10 {
    margin-top: 10px;
  }
  .m-r-xl-10,
  .m-x-xl-10 {
    margin-right: 10px;
  }
  .m-b-xl-10,
  .m-y-xl-10 {
    margin-bottom: 10px;
  }
  .m-l-xl-10,
  .m-x-xl-10 {
    margin-left: 10px;
  }
  .m-xl-15 {
    margin: 15px;
  }
  .m-t-xl-15,
  .m-y-xl-15 {
    margin-top: 15px;
  }
  .m-r-xl-15,
  .m-x-xl-15 {
    margin-right: 15px;
  }
  .m-b-xl-15,
  .m-y-xl-15 {
    margin-bottom: 15px;
  }
  .m-l-xl-15,
  .m-x-xl-15 {
    margin-left: 15px;
  }
  .m-xl-20 {
    margin: 20px;
  }
  .m-t-xl-20,
  .m-y-xl-20 {
    margin-top: 20px;
  }
  .m-r-xl-20,
  .m-x-xl-20 {
    margin-right: 20px;
  }
  .m-b-xl-20,
  .m-y-xl-20 {
    margin-bottom: 20px;
  }
  .m-l-xl-20,
  .m-x-xl-20 {
    margin-left: 20px;
  }
  .m-xl-30 {
    margin: 30px;
  }
  .m-t-xl-30,
  .m-y-xl-30 {
    margin-top: 30px;
  }
  .m-r-xl-30,
  .m-x-xl-30 {
    margin-right: 30px;
  }
  .m-b-xl-30,
  .m-y-xl-30 {
    margin-bottom: 30px;
  }
  .m-l-xl-30,
  .m-x-xl-30 {
    margin-left: 30px;
  }
  .m-xl-35 {
    margin: 35px;
  }
  .m-t-xl-35,
  .m-y-xl-35 {
    margin-top: 35px;
  }
  .m-r-xl-35,
  .m-x-xl-35 {
    margin-right: 35px;
  }
  .m-b-xl-35,
  .m-y-xl-35 {
    margin-bottom: 35px;
  }
  .m-l-xl-35,
  .m-x-xl-35 {
    margin-left: 35px;
  }
  .m-xl-40 {
    margin: 40px;
  }
  .m-t-xl-40,
  .m-y-xl-40 {
    margin-top: 40px;
  }
  .m-r-xl-40,
  .m-x-xl-40 {
    margin-right: 40px;
  }
  .m-b-xl-40,
  .m-y-xl-40 {
    margin-bottom: 40px;
  }
  .m-l-xl-40,
  .m-x-xl-40 {
    margin-left: 40px;
  }
  .m-xl-45 {
    margin: 45px;
  }
  .m-t-xl-45,
  .m-y-xl-45 {
    margin-top: 45px;
  }
  .m-r-xl-45,
  .m-x-xl-45 {
    margin-right: 45px;
  }
  .m-b-xl-45,
  .m-y-xl-45 {
    margin-bottom: 45px;
  }
  .m-l-xl-45,
  .m-x-xl-45 {
    margin-left: 45px;
  }
  .m-xl-50 {
    margin: 50px;
  }
  .m-t-xl-50,
  .m-y-xl-50 {
    margin-top: 50px;
  }
  .m-r-xl-50,
  .m-x-xl-50 {
    margin-right: 50px;
  }
  .m-b-xl-50,
  .m-y-xl-50 {
    margin-bottom: 50px;
  }
  .m-l-xl-50,
  .m-x-xl-50 {
    margin-left: 50px;
  }
  .p-xl-0 {
    padding: 0px;
  }
  .p-t-xl-0,
  .p-y-xl-0 {
    padding-top: 0px;
  }
  .p-r-xl-0,
  .p-x-xl-0 {
    padding-right: 0px;
  }
  .p-b-xl-0,
  .p-y-xl-0 {
    padding-bottom: 0px;
  }
  .p-l-xl-0,
  .p-x-xl-0 {
    padding-left: 0px;
  }
  .p-xl-5 {
    padding: 5px;
  }
  .p-t-xl-5,
  .p-y-xl-5 {
    padding-top: 5px;
  }
  .p-r-xl-5,
  .p-x-xl-5 {
    padding-right: 5px;
  }
  .p-b-xl-5,
  .p-y-xl-5 {
    padding-bottom: 5px;
  }
  .p-l-xl-5,
  .p-x-xl-5 {
    padding-left: 5px;
  }
  .p-xl-10 {
    padding: 10px;
  }
  .p-t-xl-10,
  .p-y-xl-10 {
    padding-top: 10px;
  }
  .p-r-xl-10,
  .p-x-xl-10 {
    padding-right: 10px;
  }
  .p-b-xl-10,
  .p-y-xl-10 {
    padding-bottom: 10px;
  }
  .p-l-xl-10,
  .p-x-xl-10 {
    padding-left: 10px;
  }
  .p-xl-15 {
    padding: 15px;
  }
  .p-t-xl-15,
  .p-y-xl-15 {
    padding-top: 15px;
  }
  .p-r-xl-15,
  .p-x-xl-15 {
    padding-right: 15px;
  }
  .p-b-xl-15,
  .p-y-xl-15 {
    padding-bottom: 15px;
  }
  .p-l-xl-15,
  .p-x-xl-15 {
    padding-left: 15px;
  }
  .p-xl-20 {
    padding: 20px;
  }
  .p-t-xl-20,
  .p-y-xl-20 {
    padding-top: 20px;
  }
  .p-r-xl-20,
  .p-x-xl-20 {
    padding-right: 20px;
  }
  .p-b-xl-20,
  .p-y-xl-20 {
    padding-bottom: 20px;
  }
  .p-l-xl-20,
  .p-x-xl-20 {
    padding-left: 20px;
  }
  .p-xl-30 {
    padding: 30px;
  }
  .p-t-xl-30,
  .p-y-xl-30 {
    padding-top: 30px;
  }
  .p-r-xl-30,
  .p-x-xl-30 {
    padding-right: 30px;
  }
  .p-b-xl-30,
  .p-y-xl-30 {
    padding-bottom: 30px;
  }
  .p-l-xl-30,
  .p-x-xl-30 {
    padding-left: 30px;
  }
  .p-xl-35 {
    padding: 35px;
  }
  .p-t-xl-35,
  .p-y-xl-35 {
    padding-top: 35px;
  }
  .p-r-xl-35,
  .p-x-xl-35 {
    padding-right: 35px;
  }
  .p-b-xl-35,
  .p-y-xl-35 {
    padding-bottom: 35px;
  }
  .p-l-xl-35,
  .p-x-xl-35 {
    padding-left: 35px;
  }
  .p-xl-40 {
    padding: 40px;
  }
  .p-t-xl-40,
  .p-y-xl-40 {
    padding-top: 40px;
  }
  .p-r-xl-40,
  .p-x-xl-40 {
    padding-right: 40px;
  }
  .p-b-xl-40,
  .p-y-xl-40 {
    padding-bottom: 40px;
  }
  .p-l-xl-40,
  .p-x-xl-40 {
    padding-left: 40px;
  }
  .p-xl-45 {
    padding: 45px;
  }
  .p-t-xl-45,
  .p-y-xl-45 {
    padding-top: 45px;
  }
  .p-r-xl-45,
  .p-x-xl-45 {
    padding-right: 45px;
  }
  .p-b-xl-45,
  .p-y-xl-45 {
    padding-bottom: 45px;
  }
  .p-l-xl-45,
  .p-x-xl-45 {
    padding-left: 45px;
  }
  .p-xl-50 {
    padding: 50px;
  }
  .p-t-xl-50,
  .p-y-xl-50 {
    padding-top: 50px;
  }
  .p-r-xl-50,
  .p-x-xl-50 {
    padding-right: 50px;
  }
  .p-b-xl-50,
  .p-y-xl-50 {
    padding-bottom: 50px;
  }
  .p-l-xl-50,
  .p-x-xl-50 {
    padding-left: 50px;
  }
  .m-xl-auto {
    margin: auto;
  }
  .m-t-xl-auto,
  .m-y-xl-auto {
    margin-top: auto;
  }
  .m-r-xl-auto,
  .m-x-xl-auto {
    margin-right: auto;
  }
  .m-b-xl-auto,
  .m-y-xl-auto {
    margin-bottom: auto;
  }
  .m-l-xl-auto,
  .m-x-xl-auto {
    margin-left: auto;
  }
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1500px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 1800px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-bold {
  font-weight: bold;
}
.font-italic {
  font-style: italic;
}
.text-white {
  color: #fff;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.export-dropdown a {
  display: block;
}
.border-top-left-radius-0 {
  border-top-left-radius: 0;
}
.border-top-right-radius-0 {
  border-top-right-radius: 0;
}
.wb-break-all {
  word-break: break-all;
}
.container-fluid h2 {
  margin-bottom: 20px;
}
.container-fluid .logo {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.container-fluid .el-menu-demo a {
  text-decoration: none;
}
.container-fluid .left-side-min-width {
  min-width: 300px;
  padding-right: 20px;
}
.container-fluid .el-dropdown-link {
  cursor: pointer;
  color: #409eff;
}
.container-fluid .el-icon-arrow-down {
  font-size: 12px;
}
.container-fluid .el-user-dropdown {
  position: absolute;
  right: 0;
  padding-top: 30px;
}
.iconBtn {
  padding: 10px 10px 7px;
}
.iconBtn i {
  margin-right: 5px;
}
.iconBtnXs {
  padding: 0;
  margin-left: 0 !important;
}
.iconBtnXs .material-icons {
  font-size: 20px;
}
.iconBtnXs i,
.iconBtn i {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.iconBtnXs:hover,
.iconBtn:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
html {
  height: 100%;
}
body {
  font-family:
    "Segoe UI",
    Arial,
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  min-height: 100%;
}
body > div > section {
  min-height: 100%;
}
.cookImg {
  visibility: hidden;
  opacity: 0;
}
a.el-button:hover {
  text-decoration: none;
}
.el-button:focus {
  outline: none;
}
a.color-black:hover {
  color: #4e5d6e;
}
.thumb-img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 6px;
  position: relative;
  background-color: #ebebeb;
  text-align: center;
  overflow: hidden;
}
.thumb-img__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  left: 0;
  top: 0;
}
.thumb-img__text {
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #c7c7c7;
}
.btn-default-width {
  width: 140px;
}
.btn-large-width {
  width: 160px;
}
.min-width-100 {
  min-width: 100px;
}
.min-width-110 {
  min-width: 110px;
}
.min-width-130 {
  min-width: 130px;
}
.min-width-150 {
  min-width: 150px;
}
.min-width-180 {
  min-width: 180px;
}
.min-width-200 {
  min-width: 200px;
}
.min-width-260 {
  min-width: 260px;
}
.min-width-380 {
  min-width: 380px;
}
.el-aside {
  z-index: 2;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  min-height: 100vh;
}
.el-aside__content {
  border-right: solid 1px #dcdfe6;
  position: fixed;
  width: 238px;
  overflow: auto;
  height: 100%;
  background-color: #fff;
}
.el-aside__content .aside-id-verification--collapse {
  background-color: #fff;
}
.el-aside__content .side-menu {
  background-color: #fff;
}
.el-aside__content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.el-aside__content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.el-aside__content::-webkit-scrollbar-thumb {
  background: #dcdfe6;
}
.el-aside__content::-webkit-scrollbar-thumb:hover {
  background: #dcdfe6;
}
.el-aside__logo {
  background-color: #fff;
  padding: 0px 20px;
  min-height: 97px;
  border-bottom: solid 1px #dcdfe6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.el-aside__logo a {
  display: block;
}
.el-aside__logo .logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80%;
}
.el-aside__logo img {
  width: 100%;
  max-height: 100%;
  display: block;
}
.el-aside__logo img.logo-min {
  width: 48px;
  height: 35px;
}
.el-aside__account {
  padding: 20px;
}
.el-container {
  margin-left: auto;
  margin-right: auto;
  min-width: 1024px;
  width: 100%;
}
.bg-success {
  background-color: var(--color-success);
}
.color-success {
  color: var(--color-success);
}
.bg-warning {
  background-color: var(--color-warning);
}
.color-warning {
  color: var(--color-warning);
}
.bg-danger {
  background-color: var(--color-danger);
}
.color-danger {
  color: var(--color-danger);
}
.bg-info {
  background-color: var(--color-info);
}
.color-info {
  color: var(--color-info);
}
.bg-primary {
  background-color: var(--color-primary);
}
.color-primary {
  color: var(--color-primary);
}
.bg-white {
  background-color: var(--color-white);
}
.color-white {
  color: var(--color-white);
}
.bg-black {
  background-color: var(--color-black);
}
.color-black {
  color: var(--color-black);
}
.bg-dark {
  background-color: var(--color-dark);
}
.color-dark {
  color: var(--color-dark);
}
.bg-gray {
  background-color: var(--color-gray);
}
.color-gray {
  color: var(--color-gray);
}
.color-info {
  color: #909399;
}
.color-primary {
  color: #5185f3;
}
.color-black {
  color: #000;
}
.color-dark {
  color: #4e5d6e;
}
.color-gray {
  color: #7f8188;
}
.el-table__row.hover-row > td {
  background-color: inherit !important;
}
.el-table__row.red {
  background-color: #ffe9e9;
}
.el-table__row.orange {
  background-color: #fee7e0;
}
.el-table__row.light-green {
  background-color: #daf5e8;
}
.el-table__row.light-blue {
  background-color: #e8f7ff;
}
.el-table__row.light-purple {
  background-color: #d5d9ef;
}
.el-table__row.gray {
  background-color: #ededed;
}
.el-table__row.pink {
  background-color: #fdf5f5;
}
.el-table__row.yellow {
  background-color: #fdf2d1;
}
.el-table__row.green {
  background-color: #e9fdf2;
}
.el-table__row.blue {
  background-color: #f3f4fb;
}
.el-table__row.white {
  background-color: #fff;
}
.el-table__row.purple {
  background-color: #f0d7f6;
}
.el-table__row.red.hover-row {
  background-color: #ffb6b6;
}
.el-table__row.orange.hover-row {
  background-color: #fbc2b0;
}
.el-table__row.light-green.hover-row {
  background-color: #b2e9d0;
}
.el-table__row.light-blue.hover-row {
  background-color: #9ddefe;
}
.el-table__row.light-purple.hover-row {
  background-color: #b0b8e0;
}
.el-table__row.gray.hover-row {
  background-color: #d4d4d4;
}
.el-table__row.pink.hover-row {
  background-color: #f5cdca;
}
.el-table__row.yellow.hover-row {
  background-color: #fbe3a0;
}
.el-table__row.green.hover-row {
  background-color: #baf9d8;
}
.el-table__row.blue.hover-row {
  background-color: #cdd2ee;
}
.el-table__row.white.hover-row {
  background-color: #ebebeb;
}
.el-table__row.purple.hover-row {
  background-color: #e0acee;
}
.el-table__row.red.current-row > td {
  background-color: #ff8383;
}
.el-table__row.orange.current-row > td {
  background-color: #f99c7f;
}
.el-table__row.light-green.current-row > td {
  background-color: #8adeb7;
}
.el-table__row.light-blue.current-row > td {
  background-color: #6acdfd;
}
.el-table__row.light-purple.current-row > td {
  background-color: #8b97d2;
}
.el-table__row.gray.current-row > td {
  background-color: #bababa;
}
.el-table__row.pink.current-row > td {
  background-color: #eea49e;
}
.el-table__row.yellow.current-row > td {
  background-color: #f9d56f;
}
.el-table__row.green.current-row > td {
  background-color: #8bf5be;
}
.el-table__row.blue.current-row > td {
  background-color: #a7b0e1;
}
.el-table__row.white.current-row > td {
  background-color: #e3e3e3;
}
.el-table__row.purple.current-row > td {
  background-color: #d082e5;
}
.custom-link {
  color: #000;
}
.custom-link:hover {
  text-decoration: underline;
  color: #000;
}
.f-content {
  width: fit-content;
}
.fw-normal {
  font-weight: 400;
}
.fw-semi {
  font-weight: 500;
}
.el-menu {
  background: none;
  border-right: none;
}
.el-header {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hamburger {
  display: none !important;
}
@media (min-width: 1024px) {
  .nav-bar {
    display: none;
  }
}
.nav-bar .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover {
  background-color: rgba(0, 0, 0, 0);
}
.nav-bar .el-menu--horizontal {
  border-bottom: none;
}
.nav-bar .el-menu-item {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.g-wrapper {
  min-height: calc(100vh - 158px);
}
.g-title {
  font-size: 30px;
  line-height: 35px;
  color: #000;
  font-weight: 500;
  padding: 0px 0px 28px 0px;
  display: block;
  margin-top: 13px;
}
.el-aside {
  left: -250px;
  top: 0;
}
.el-aside.active {
  left: 0px;
}
.el-card--with-grey-header .el-card__header {
  height: 63px;
  background: #f5f6f9;
  border: 1px solid #dcdfe6;
}
.el-card--with-grey-header-graph .el-card__header {
  height: 63px;
  background: #f5f6f9;
  border: 1px solid #dcdfe6;
}
.el-card--with-grey-header-graph .el-card__body {
  margin-top: -60px;
}
.el-card--with-table .el-card__body {
  padding: 0;
}
.el-card--with-table .el-table .cell {
  padding-left: 20px;
  padding-right: 20px;
}
.el-card--with-table .el-table thead th {
  padding: 0;
  background: #f5f6f9;
}
.new {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fbb20f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 24px;
  width: 40px;
}
.new span {
  font-size: 12px;
  color: #fbb20f;
}
.w-100.el-date-editor.el-input,
.el-date-editor.el-input__inner .w-100.el-date-editor--datetimerange.el-input,
.w-100.el-date-editor--daterange.el-input,
.w-100.el-date-editor--datetimerange.el-input__inner,
.w-100.el-date-editor--daterange.el-input__inner {
  width: 100%;
}
.btn-w-50 {
  width: 49%;
}
.page-two-colums-template__aside {
  min-width: 200px;
}
.page-two-colums-template__section {
  padding-right: 20px;
  flex: 1;
}
.el-form--label-top .el-form-item__label {
  display: block;
}
.g-footer {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  text-align: center;
}
section.el-container {
  background-color: #e9ecf3;
  max-width: 1980px;
  position: relative;
}
section.el-container .el-aside {
  width: 238px;
  position: absolute;
  overflow: auto;
  height: 100%;
  top: 0;
  left: 0;
}
section.el-container .el-aside::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
section.el-container .el-aside::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
section.el-container .el-aside::-webkit-scrollbar-thumb {
  background: #dcdfe6;
}
section.el-container .el-aside::-webkit-scrollbar-thumb:hover {
  background: #dcdfe6;
}
section.el-container .el-main {
  padding-left: 258px;
}
@media print {
  section.el-container .el-main {
    padding-left: 0;
  }
}
section.el-container.isCollapseMenu {
  min-width: auto;
}
section.el-container.isCollapseMenu .el-aside {
  width: 64px;
  position: static;
  height: auto;
}
section.el-container.isCollapseMenu .el-aside__content {
  background-color: #fff;
  width: 64px;
}
section.el-container.isCollapseMenu .el-main {
  padding-left: 20px;
}
section.el-container.isCollapseMenu .el-submenu.is-active i {
  color: #5185f3;
}
a {
  color: #5185f3;
}
a:hover {
  color: #2164f0;
}
.el-tag {
  text-transform: uppercase;
  font-weight: 700;
  border-width: 2px;
  letter-spacing: .05em;
  color: #7f8188;
}
.el-tag--success {
  color: #13ce66;
}
.property-row {
  align-items: center;
  margin-top: 7px;
}
.property-name {
  flex: 0 0 155px;
  font-family: Segoe UI;
  font-size: 16px;
  line-height: 21px;
  color: #6e6e6e;
  font-weight: 700;
}
.property-definition {
  font-family: Segoe UI;
  font-size: 16px;
  line-height: 21px;
}
.page-404 p {
  color: #fff;
  font-size: 126px;
  line-height: 126px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.page-404 span {
  color: #fff;
  font-size: 18px;
  display: block;
}
.products-center {
  position: relative;
}
.products-center:hover {
  cursor: pointer;
}
.products-center:hover .products-center-list {
  display: flex;
  cursor: pointer;
}
.products-center .products-center-btn {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.products-center .products-center-btn svg rect {
  fill: #afbbc7;
}
.products-center .products-center-wrap {
  position: relative;
  top: 0;
  left: 0;
}
.products-center-list__item {
  font-size: 14px;
  margin: 20px;
  text-align: left;
  justify-content: left;
  align-items: center;
  display: flex;
  color: #000;
}
.products-center-list__item:hover {
  color: #000;
  text-decoration: underline;
}
.products-center-list__item i {
  margin-left: 10px;
}
.table-date div {
  display: inline-block;
  white-space: nowrap;
}
.table-date div + div {
  margin-right: 5px;
}
.redesign .el-dialog .event-btn {
  width: 130px;
  height: 40px;
}
.redesign .el-dialog__body {
  padding: 35px 50px 39px;
}
.redesign .btn-add {
  padding: 7px 34px;
}
.redesign .btn-add span {
  display: flex;
  align-items: center;
}
.redesign .icon-btn {
  margin-right: 9px;
  font-size: 24px;
}
.redesign .el-form--label-top .el-form-item__label {
  margin-bottom: 20px;
}
.redesign .form-edit-tag .el-form-item__label {
  width: auto !important;
  float: none;
  color: #7f8188;
}
.redesign .form-edit-tag .el-form-item:first-child {
  flex-grow: 1;
}
.redesign .form-edit-tag .el-form-item__content {
  margin-left: 0 !important;
}
.redesign icon-search_big {
  font-size: 20px;
}
.settings {
  display: flex;
}
.settings-data-first-line {
  display: flex;
  justify-content: space-between;
}
.settings-footnote {
  color: #7f8188;
}
.settings-inline-items {
  width: 49%;
}
.settings-inline-items .el-input-number {
  width: 100%;
}
.settings-input-number {
  margin-left: 30px;
}
@media (max-width: 1200px) {
  .highcharts-title,
  .top-cities h3,
  .charts-title {
    font-size: 13px !important;
  }
}
@media (max-width: 1345px) {
  .settings-data-first-line {
    justify-content: flex-start;
  }
  .settings-data-first-line .settings-inline-items:first-child {
    margin-right: 30px;
  }
}
@media (min-width: 1345px)and (max-width: 1550px) {
  .settings-older-records {
    flex-direction: column;
  }
  .settings-input-number {
    margin-left: 0;
  }
}
.el-select .el-tag {
  border-width: 1px;
  margin: 2px 0 2px 5px;
  font-size: 13px;
  color: #909399;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-select.el-select--collapse-tags.el-select--tags-l-1 .el-tag {
  max-width: 80%;
}
.text-underline {
  text-decoration: underline;
}
.el-dropdown-menu a {
  display: block;
}
.el-table-shadow {
  box-shadow: var(--box-shadow-16);
}
.list__heading {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
.side-menu-bottom {
  height: 61px;
  border-top: 1px solid #dcdfe6;
  padding: 20px;
}
@media (min-width: 600px) {
  .products-center .products-center-btn {
    width: 24px;
    height: 24px;
  }
}
:root {
  --color-primary: #5185F3;
  --color-black: #000;
  --color-dark: #4E5D6E;
  --color-white: #fff;
  --color-primary-light-1: #6291f4;
  --color-primary-light-2: #749df5;
  --color-primary-light-3: #85aaf7;
  --color-primary-light-4: #97b6f8;
  --color-primary-light-5: #a8c2f9;
  --color-primary-light-6: #b9cefa;
  --color-primary-light-7: #cbdafb;
  --color-primary-light-8: #dce7fd;
  --color-primary-light-9: #eef3fe;
  --color-success: #13CE66;
  --color-warning: #F7BA2A;
  --color-danger: #FF4949;
  --color-info: #909399;
  --color-gray: #7F8188;
  --color-success-light: #d0f5e0;
  --color-warning-light: #fdf1d4;
  --color-danger-light: #ffdbdb;
  --color-info-light: #e9e9eb;
  --color-success-lighter: #e7faf0;
  --color-warning-lighter: #fef8ea;
  --color-danger-lighter: #ffeded;
  --color-info-lighter: #fcfcfc;
  --color-text-primary: #000000;
  --color-text-regular: #7F8188;
  --color-text-secondary: #7F8188;
  --color-text-placeholder: #C0C4CC;
  --border-color-base: #DCDFE6;
  --border-color-light: #e4e7ed;
  --border-color-lighter: #ebeef5;
  --border-color-extra-light: #f2f6fc;
  --background-color-base: #F5F6F9;
  --color-subheader-background: #F5F6F9;
  --input-height: 40px;
  --button-padding-vertical: 12px;
  --button-padding-horizontal: 20px;
  --font-family: "Inter", sans-serif;
  --title-48: 32px;
  --title-24: 24px;
  --title-22: 18px;
  --text-size-headline-1: 20px;
  --text-size-headline-2: 18px;
  --text-size-primary: 14px;
  --text-size-secondary: 12px;
  --text-size-small: 12px;
  --box-shadow-2: 0px 0.15px 0.45px rgba(0, 0, 0, 0.11), 0px 0.8px 1.8px rgba(0, 0, 0, 0.13);
  --box-shadow-4: 0px 0.3px 0.9px rgba(0, 0, 0, 0.07), 0px 1.6px 3.6px rgba(0, 0, 0, 0.11);
  --box-shadow-8: 0px 0.6px 1.8px rgba(0, 0, 0, 0.11), 0px 3.2px 7.2px rgba(0, 0, 0, 0.13);
  --box-shadow-16: 0px 1.2px 3.6px rgba(0, 0, 0, 0.11), 0px 6.4px 14.4px rgba(0, 0, 0, 0.13);
  --box-shadow-32: 0px 2.4px 7.4px rgba(0, 0, 0, 0.18), 0px 12.8px 28.8px rgba(0, 0, 0, 0.22);
  --body-background-color: #e9ecf3;
}
body {
  background-color: var(--body-background-color);
}
.new-theme .el-table__body td,
.new-theme .el-table__body th,
.new-theme .el-table__footer td,
.new-theme .el-table__footer th {
  padding: 7px 0;
}
.new-theme .el-table__footer td,
.new-theme .el-table__footer th {
  padding: 12px 0;
}
.new-theme {
  font-family: var(--font-family);
  font-size: var(--text-size-primary);
  --body-background-color: #e4e4e4;
  --color-primary-2: #0A58EB;
  --color-primary-3: #1360A8;
  --color-text-tertiary: #8E8E8F;
  --color-text-disabled: #C6C6C6;
  --background-high: #FFF;
  --background-medium: #F9F9F9;
  --background-low: #F3F3F3;
  --background-lowest: #EBEBEB;
  --background-sex-female: #FF2D55;
  --background-sex-male: #5AC8FA;
  --background-divider-gray: #D1D1D1;
  --background-divider-white: #FFF;
  --system-gray-high: #2C2C2C;
  --system-gray-medium: #696969;
  --system-gray-low: #AEAEAE;
  --color-success-light: #E8FBF0;
  --color-warning-light: #FFF9EA;
  --color-danger-light: #FFEDED;
  --color-primary: #3396F5;
  --color-danger: #FF4949;
  --color-warning: #F7BA2A;
  --color-success: #13CE66;
  --color-text-primary: #1C1C1E;
  --color-text-secondary: #595959;
  --color-black: var(--color-text-primary);
  --color-menu-item: var(--color-primary);
  --color-menu-icon: var(--color-primary-3);
}
.new-theme section.el-container {
  max-width: 100%;
  background-color: var(--background-lowest);
}
.new-theme section.el-container .el-aside {
  position: relative;
  box-shadow: var(--box-shadow-16);
  height: auto;
}
.new-theme--sizes.new-theme section.el-container .el-aside {
  width: 236px;
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme section.el-container .el-aside {
    width: 314px;
  }
}
.new-theme section.el-container .el-main {
  max-width: 1930px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
}
.new-theme--sizes.new-theme .el-main {
  padding: 20px;
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .el-main {
    padding: 27px 40px 20px 40px;
  }
}
.new-theme--sizes.new-theme .el-aside__content {
  width: 236px;
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .el-aside__content {
    width: 314px;
  }
}
.new-theme--sizes.new-theme .el-container {
  margin-left: 0;
}
.new-theme--sizes.new-theme .el-container.isCollapseMenu .el-aside {
  width: 64px;
}
.new-theme--sizes.new-theme .g-wrapper {
  min-height: calc(100vh - 125px);
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .g-wrapper {
    min-height: calc(100vh - 145px);
  }
}
.new-theme--sizes.new-theme .page-title {
  font-size: var(--title-48);
  font-weight: 700;
  line-height: 1.05;
}
.new-theme .footer__content {
  display: flex;
  justify-content: space-between;
}
.new-theme .footer__item_first {
  flex: 1 1 0px;
  text-align: left;
}
.new-theme .footer__item_center {
  flex: 1 1 0px;
  text-align: center;
}
.new-theme .footer__item_last {
  flex: 1 1 0px;
  text-align: right;
}
.new-theme h1,
.new-theme h2,
.new-theme h3,
.new-theme h4,
.new-theme h5,
.new-theme h6 {
  color: var(--color-text-primary) !important;
  font-weight: 600;
  font-family: var(--font-family) !important;
}
.new-theme .g-title {
  margin-top: 20px;
  font-weight: bold;
}
.new-theme .el-card:not(.is-never-shadow) {
  box-shadow: var(--box-shadow-16);
}
.new-theme .el-card__header {
  font-size: var(--text-size-primary);
}
.new-theme .el-date-editor .el-range-input {
  font-size: var(--text-size-primary);
}
.new-theme .el-date-editor .el-range-separator {
  font-size: var(--text-size-primary);
}
.new-theme--sizes.new-theme .el-date-editor .el-range-separator {
  width: 6%;
  height: auto;
}
.new-theme .el-input__inner,
.new-theme .el-input__inner,
.new-theme .el-textarea__inner,
.new-theme .el-textarea__inner {
  background-color: var(--background-medium);
  font-size: var(--text-size-primary);
  color: var(--color-text-secondary);
}
.new-theme--sizes.new-theme .el-input__inner,
.new-theme--sizes.new-theme .el-input__inner,
.new-theme--sizes.new-theme .el-textarea__inner,
.new-theme--sizes.new-theme .el-textarea__inner {
  height: var(--input-height);
  line-height: var(--input-height);
}
.new-theme .el-input__icon,
.new-theme .el-textarea__icon {
  line-height: 32px;
}
.new-theme .el-button {
  font-size: var(--text-size-primary);
  background: var(--color-primary-3);
  color: var(--color-white);
}
.new-theme .el-button:not(.is-disabled):hover {
  color: var(--color-primary-3);
  background: var(--color-white);
}
.new-theme--sizes.new-theme .el-button {
  padding: var(--button-padding-vertical) var(--button-padding-horizontal);
}
.new-theme--sizes.new-theme .el-button--mini {
  padding: 7px 15px;
}
.new-theme--sizes.new-theme .el-button--icon {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.new-theme--sizes.new-theme .el-button--icon-close {
  font-size: 18px;
}
.new-theme--sizes.new-theme .el-button--icon {
  width: var(--input-height);
  height: var(--input-height);
  min-width: var(--input-height);
}
.new-theme--sizes.new-theme .el-button--icon i {
  margin: 0;
}
.new-theme--sizes.new-theme .el-button--icon.el-button--mini {
  width: 36px;
  height: 36px;
  min-width: 36px;
}
.new-theme--sizes.new-theme .el-button--icon.el-button--mini i {
  margin: 0;
}
.new-theme--sizes.new-theme .el-button--icon-large {
  font-size: 16px;
}
.new-theme .el-button.el-button--default {
  background: var(--color-primary-3);
}
.new-theme .el-button.el-button--default:not(.is-disabled):hover {
  color: var(--color-primary-3);
  background: var(--color-white);
}
.new-theme .el-button.el-button--primary {
  background: var(--color-primary);
}
.new-theme .el-button.el-button--primary:not(.is-disabled):hover {
  background: var(--color-white);
  color: var(--color-primary);
}
.new-theme .el-button--link {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
.new-theme .el-button.el-button--default.el-button--transparent,
.new-theme .el-button.el-button--danger.el-button--transparent,
.new-theme .el-button.el-button--primary.el-button--transparent,
.new-theme .el-button.el-button--success.el-button--transparent {
  background-color: rgba(0, 0, 0, 0);
}
.new-theme .el-button--transparent {
  background-color: rgba(0, 0, 0, 0);
  color: var(--color-primary);
}
.new-theme .el-button--link {
  color: var(--color-text-primary);
  font-size: var(--text-size-primary);
}
.new-theme .el-button--link span {
  font-weight: 400;
}
.new-theme .el-button.el-button--warning {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
}
.new-theme .el-button.el-button--warning:hover {
  background: var(--color-white) !important;
  color: var(--color-warning);
}
.el-button.el-button--warning.is-disabled:hover {
  background: var(--color-warning);
  color: var(--color-white);
}
.new-theme .el-button.el-button--success {
  background-color: var(--color-success);
  border-color: var(--color-success);
}
.new-theme .el-button.el-button--success:hover {
  background: var(--color-white) !important;
  color: var(--color-success);
}
.el-button.el-button--success.is-disabled:hover {
  background: var(--color-success);
  color: var(--color-white);
}
.new-theme .el-button.el-button--danger {
  background-color: var(--color-danger) !important;
  border-color: var(--color-danger);
}
.new-theme .el-button.el-button--danger:hover {
  background: var(--color-white) !important;
  color: var(--color-danger);
}
.el-button.el-button--danger.is-disabled:hover {
  background: var(--color-danger);
  color: var(--color-white);
}
.new-theme .el-button--icon {
  background: var(--color-primary-3);
}
.new-theme .el-button--icon:hover {
  color: var(--color-primary-3);
  background: var(--color-white);
}
.el-button--icon.is-disabled:hover {
  background: var(--color-primary-3);
  color: var(--color-white);
}
.new-theme .el-button--icon.el-button--transparent {
  background: rgba(0, 0, 0, 0);
}
.new-theme .el-button--icon .icon-search:before {
  content: "\e922" !important;
}
.new-theme .el-button--icon .icon-magnifier:before {
  content: "\e95c" !important;
}
.new-theme .el-button--text,
.new-theme .el-button.is-text,
.new-theme .el-button.is-text:hover,
.new-theme .el-button.is-text:focus,
.new-theme .el-button.is-text:focus-within {
  color: var(--color-primary);
  border-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
.new-theme .el-button.el-button--default.el-button--outline,
.new-theme .el-button.el-button--outline {
  color: var(--color-primary-3);
  background: var(--color-white);
  border-color: var(--color-primary-3);
}
.new-theme .el-button.el-button--default.el-button--outline:hover,
.new-theme .el-button.el-button--outline:hover {
  color: var(--color-white);
  background: var(--color-primary-3);
  border-color: rgba(0, 0, 0, 0);
}
.new-theme .el-button.el-button--default.el-button--outline.is-disabled:hover,
.new-theme .el-button.el-button--outline.is-disabled:hover {
  color: var(--color-primary-3);
  background: var(--color-white);
  border-color: var(--color-primary-3);
}
.new-theme .el-button.el-button--danger.el-button--outline {
  color: var(--color-danger);
  background: var(--color-white) !important;
  border-color: var(--color-danger);
}
.new-theme .el-button.el-button--danger.el-button--outline:hover {
  color: var(--color-white);
  background: var(--color-danger) !important;
  border-color: rgba(0, 0, 0, 0);
}
.new-theme .el-button.el-button--danger.el-button--outline.is-disabled:hover {
  color: var(--color-danger);
  background: var(--color-white);
  border-color: var(--color-danger);
}
.new-theme .el-button.el-button--success.el-button--outline {
  color: var(--color-success);
  background: var(--color-white) !important;
  border-color: var(--color-success);
}
.new-theme .el-button.el-button--success.el-button--outline:hover {
  color: var(--color-white);
  background: var(--color-success) !important;
  border-color: rgba(0, 0, 0, 0);
}
.new-theme .el-button.el-button--success.el-button--outline.is-disabled:hover {
  color: var(--color-success);
  background: var(--color-white);
  border-color: var(--color-success);
}
.new-theme .el-button.el-button--primary.el-button--outline {
  color: var(--color-primary);
  background: var(--color-white);
  border-color: var(--color-primary);
}
.new-theme .el-button.el-button--primary.el-button--outline:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: rgba(0, 0, 0, 0);
}
.new-theme .el-button.el-button--primary.el-button--outline.is-disabled:hover {
  color: var(--color-primary);
  background: var(--color-white);
  border-color: var(--color-primary);
}
.new-theme .el-button.el-button--warning.el-button--outline {
  color: var(--color-warning);
  background: var(--color-white);
  border-color: var(--color-warning);
}
.el-button.el-button--warning.el-button--outline:hover {
  color: var(--color-white) !important;
  background: var(--color-warning) !important;
  border-color: rgba(0, 0, 0, 0);
}
.new-theme .el-button.el-button--warning.el-button--outline.is-disabled:hover {
  color: var(--color-warning);
  background: var(--color-white);
  border-color: var(--color-warning);
}
.new-theme .el-button.el-button--export {
  color: var(--color-primary-3);
  background: var(--color-white);
  border-color: var(--color-text-disabled);
}
.el-button.el-button--export:hover {
  border-color: var(--color-text-secondary);
}
.el-button.el-button--export span {
  align-items: baseline;
}
.el-button.el-button--export i {
  color: var(--color-primary-3);
  border-bottom: 1px solid var(--color-primary-3);
  margin-right: 7px;
  margin-top: -1px;
}
.new-theme .el-dropdown {
  font-size: var(--text-size-primary);
}
.new-theme--sizes.new-theme .el-dropdown--button .el-dropdown-link {
  height: var(--input-height);
}
.new-theme .el-tooltip__popper.is-dark {
  background: var(--color-text-primary) !important;
}
.new-theme .el-tag {
  text-transform: capitalize;
  height: auto;
}
.new-theme .el-tag:not(.is-round) {
  border-radius: 6px;
}
.new-theme--sizes.new-theme .el-tag {
  padding: 4px 15px;
}
.new-theme .el-tag--light.el-tag--success {
  background-color: var(--color-success) !important;
  color: var(--color-white);
  font-weight: 700;
  font-size: var(--text-size-primary);
}
.new-theme .el-tag--light.el-tag--warning {
  background-color: var(--color-warning) !important;
  color: var(--color-white);
  font-weight: 700;
  font-size: var(--text-size-primary);
}
.new-theme .el-tag--light.el-tag--danger {
  background-color: var(--color-danger) !important;
  color: var(--color-white);
  font-weight: 700;
  font-size: var(--text-size-primary);
}
.new-theme .el-tag--light.el-tag--info {
  background-color: var(--color-info) !important;
  color: var(--color-white);
  font-weight: 700;
  font-size: var(--text-size-primary);
}
.new-theme .el-table thead {
  color: var(--color-text-secondary) !important;
}
.new-theme .el-table th > .cell {
  font-size: var(--text-size-primary);
}
.new-theme .el-table td > .cell {
  font-size: var(--text-size-primary);
}
.new-theme .el-table__header tr th,
.new-theme .el-table .el-table__header tr td {
  background-color: #f9f9f9;
}
.new-theme .el-table__body {
  color: var(--color-text-primary);
}
.new-theme .el-table__body td,
.new-theme .el-table__body th {
  padding: 7px 0;
}
.new-theme .el-table th.is-leaf,
.new-theme .el-table td {
  border-bottom: 1px solid var(--background-divider-gray);
}
.new-theme .el-form-item__label {
  font-size: var(--text-size-primary) !important;
  font-weight: 600;
  color: var(--color-text-primary);
}
.new-theme--sizes.new-theme .el-form-item__label {
  line-height: 12px;
  margin-bottom: 10px;
}
.new-theme .el-pagination {
  color: var(--color-text-secondary);
}
.new-theme .el-pagination.is-background .el-pagination__total,
.new-theme .el-pagination.is-background .btn-prev,
.new-theme .el-pagination.is-background .btn-next {
  border-radius: 6px;
  font-weight: 400;
}
.new-theme .el-pagination.is-background .el-pager li {
  border-radius: 6px;
  font-weight: 400;
}
.new-theme--sizes.new-theme .el-pagination.is-background .el-pager li {
  margin: 0 7px;
}
.new-theme .el-pagination .btn-prev,
.new-theme .el-pagination .btn-next {
  background-color: var(--background-medium);
  color: var(--color-black);
  box-shadow: var(--box-shadow-2);
  width: var(--input-height);
  height: var(--input-height);
}
.new-theme .el-pagination .btn-prev:hover:not(:disabled),
.new-theme .el-pagination .btn-next:hover:not(:disabled) {
  color: var(--color-white);
  background-color: var(--color-primary-2);
}
.new-theme .el-pagination .el-input__inner:hover {
  color: var(--color-white);
  background-color: var(--color-primary-2);
}
.new-theme .el-pagination span:not([class*=suffix]),
.new-theme .el-pagination button,
.new-theme .el-pagination__sizes .el-select .el-input__inner {
  font-size: var(--text-size-secondary);
}
.new-theme .el-pagination span:not([class*=suffix]) {
  height: var(--input-height);
}
.new-theme .el-pagination .el-pager li {
  font-size: var(--text-size-secondary);
  width: var(--input-height);
  height: var(--input-height);
  box-shadow: var(--box-shadow-2);
  padding: 8px 0px;
  margin: 0 2px;
}
@media (min-width: 1152px) {
  .new-theme .el-pagination .el-pager li {
    margin: 0 7px;
  }
}
.new-theme .el-pagination .el-pager li:not(.disabled).active,
.new-theme .el-pagination .el-pager li:not(.disabled).is-active {
  background-color: var(--color-primary-3);
  font-weight: 400;
}
.new-theme .el-pagination__sizes .el-select .el-input__inner {
  color: var(--color-text-secondary);
  box-shadow: var(--box-shadow-2);
  height: var(--input-height);
  font-weight: 400;
}
.new-theme .el-pagination__total {
  color: var(--color-text-secondary);
  box-shadow: var(--box-shadow-2);
  padding: 8px 12px !important;
}
.new-theme--sizes.new-theme .el-pagination__total {
  margin-left: 12px;
  height: 44px;
}
.new-theme .el-pagination .el-pager li:not(.disabled):hover:hover,
.new-theme .el-pagination__total:hover {
  color: var(--color-white);
  background-color: var(--color-primary-2);
}
.new-theme--sizes.new-theme .el-tabs--card .el-tabs__item {
  height: 53px !important;
}
.new-theme--sizes.new-theme .el-tabs__item {
  font-size: 20px;
}
.new-theme--sizes.new-theme .el-tabs--card .el-tabs__item {
  padding: 0 50px;
}
.new-theme--sizes.new-theme .el-tabs--card .el-tabs__nav {
  padding-top: 25px;
}
.new-theme .el-tabs .is-active {
  color: var(--color-primary);
}
.new-theme--sizes.new-theme .el-switch {
  height: auto;
}
.new-theme--sizes.new-theme .el-switch__core {
  width: 48px !important;
  height: 24px;
  border-radius: 28px;
}
.new-theme--sizes.new-theme .el-switch__core:after {
  width: 18px;
  height: 18px;
  top: 2px;
  left: 3px;
}
.new-theme .el-switch.is-checked__core {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.new-theme--sizes.new-theme .el-switch.is-checked__core:after {
  margin-left: -21px;
}
.new-theme .el-checkbox__input.is-checked:not(.is-disabled) .el-checkbox__inner {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.new-theme .el-alert__title {
  font-size: var(--text-size-primary);
}
.new-theme [class^=icon-],
.new-theme [class*=" icon-"] {
  font-size: var(--text-size-primary);
}
.logo {
  display: none;
}
.new-theme .logo-link {
  display: flex;
  align-items: center;
  width: 100%;
}
.new-theme .logo-new {
  display: none !important;
  margin-top: 7px;
}
@media (min-width: 1200px) {
  .new-theme .logo-new {
    display: block !important;
  }
}
.new-theme .logo-new--small {
  display: block !important;
}
@media (min-width: 1200px) {
  .new-theme .logo-new--small {
    display: none !important;
  }
}
.new-theme .logo-new,
.new-theme .logo-new--small {
  display: none !important;
}
.new-theme--sizes.new-theme .el-aside__logo {
  padding: 7px;
}
@media (min-width: 1200px) {
  .new-theme--sizes.new-theme .el-aside__logo {
    padding: 15px 20px;
  }
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .el-aside__logo {
    padding: 21px 31px;
  }
}
.new-theme .side-menu {
  color: var(--color-black);
  font-size: var(--text-size-primary);
}
.new-theme .side-menu .el-menu-item {
  font-size: var(--text-size-primary);
}
.new-theme--sizes.new-theme .side-menu .el-menu-item {
  height: 56px;
  padding: 15px 15px 15px 16px !important;
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .side-menu .el-menu-item {
    padding: 15px 15px 15px 40px !important;
  }
}
.new-theme .side-menu .el-menu-item i {
  color: var(--color-menu-icon);
}
@media (min-width: 1200px) {
  .new-theme--sizes.new-theme .side-menu .el-menu-item i {
    margin-right: 10px;
  }
}
.new-theme .side-menu .el-menu-item.is-active {
  color: var(--color-menu-item) !important;
  background-color: var(--background-medium) !important;
}
.new-theme .side-menu .el-menu-item.is-active i {
  color: var(--color-menu-icon);
}
.side-menu .el-menu-item.is-active:before {
  background-color: var(--color-menu-item);
}
.new-theme .side-menu .el-menu-item.is-active:hover i {
  color: var(--color-menu-item);
}
.new-theme .side-menu .el-menu-item:hover i {
  color: var(--color-white);
}
.new-theme .side-menu .el-submenu__title,
.new-theme .side-menu .el-sub-menu__title {
  font-size: var(--text-size-primary);
}
.new-theme--sizes.new-theme .side-menu .el-submenu__title,
.new-theme--sizes.new-theme .side-menu .el-sub-menu__title {
  height: 56px;
  justify-content: center;
  padding: 15px 15px 15px 16px !important;
}
@media (min-width: 1200px) {
  .new-theme--sizes.new-theme .side-menu .el-submenu__title,
  .new-theme--sizes.new-theme .side-menu .el-sub-menu__title {
    justify-content: flex-start;
  }
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .side-menu .el-submenu__title,
  .new-theme--sizes.new-theme .side-menu .el-sub-menu__title {
    padding: 15px 15px 15px 40px !important;
  }
}
.new-theme .side-menu .el-submenu__title i,
.new-theme .side-menu .el-sub-menu__title i {
  color: var(--color-menu-icon);
}
.new-theme--sizes.new-theme .side-menu .accordion {
  width: 236px;
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .side-menu .accordion {
    width: 315px;
  }
}
.new-theme--sizes.new-theme .el-menu i:not(.el-submenu__icon-arrow),
.new-theme--sizes.new-theme .el-submenu .icon-gear,
.new-theme--sizes.new-theme .el-menu i:not(.el-sub-menu__icon-arrow),
.new-theme--sizes.new-theme .el-sub-menu .icon-gear {
  font-size: 24px;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .new-theme--sizes.new-theme .el-menu i:not(.el-submenu__icon-arrow),
  .new-theme--sizes.new-theme .el-submenu .icon-gear,
  .new-theme--sizes.new-theme .el-menu i:not(.el-sub-menu__icon-arrow),
  .new-theme--sizes.new-theme .el-sub-menu .icon-gear {
    font-size: 22px;
    margin-right: 10px;
  }
}
.new-theme .el-submenu__title i.vs-icon,
.new-theme .el-sub-menu__title i.vs-icon {
  filter: invert(86%) sepia(20%) saturate(7499%) hue-rotate(204deg) brightness(74%) contrast(73%);
}
.new-theme--sizes.new-theme .el-submenu__title i.vs-icon,
.new-theme--sizes.new-theme .el-sub-menu__title i.vs-icon {
  height: 24px;
  width: 24px;
  background-size: 100%;
  background-position: 3px center;
}
.new-theme .el-submenu__title:hover i.vs-icon,
.new-theme .el-sub-menu__title:hover i.vs-icon {
  filter: none;
}
.new-theme--sizes.new-theme .el-submenu__title:hover i.vs-icon,
.new-theme--sizes.new-theme .el-sub-menu__title:hover i.vs-icon {
  width: 24px !important;
  height: 24px !important;
  background-size: 100% !important;
  background-position: 3px center !important;
}
@media (min-width: 1200px) {
  .new-theme--sizes.new-theme .el-submenu__title i.vs-icon,
  .new-theme--sizes.new-theme .el-submenu__title:hover i.vs-icon,
  .new-theme--sizes.new-theme .el-sub-menu__title i.vs-icon,
  .new-theme--sizes.new-theme .el-sub-menu__title:hover i.vs-icon {
    background-size: 100% !important;
  }
}
.new-theme .el-menu-item:hover,
.new-theme .el-menu-item:focus,
.new-theme .el-menu-item.is-active,
.new-theme .el-submenu__title:hover,
.new-theme .el-submenu__title:focus,
.new-theme .el-sub-menu__title:hover,
.new-theme .el-sub-menu__title:focus {
  background-color: var(--color-menu-item) !important;
}
.new-theme .el-menu-item:not(.is-active):focus {
  background-color: rgba(0, 0, 0, 0) !important;
}
.new-theme .el-menu-item:hover,
.new-theme .el-submenu__title:hover i,
.new-theme .el-submenu__title:focus i,
.new-theme .el-submenu__title:hover,
.new-theme .el-submenu__title:focus,
.new-theme .el-sub-menu__title:hover i,
.new-theme .el-sub-menu__title:focus i,
.new-theme .el-sub-menu__title:hover,
.new-theme .el-sub-menu__title:focus {
  color: var(--color-white) !important;
}
.new-theme .side-menu .el-menu-item.group_menu,
.new-theme .side-menu .el-menu-item.group_menu:hover,
.new-theme .side-menu .el-menu-item.group_menu:focus,
.new-theme .side-menu .el-menu-item.is-active.group_menu,
.new-theme .side-menu .el-menu-item.is-active.group_menu:before {
  background-color: rgba(0, 0, 0, 0) !important;
}
.new-theme--sizes.new-theme .side-menu .el-menu-item.group_menu {
  padding-top: 41px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.new-theme .side-menu .el-menu-item.group_menu i {
  display: none;
}
.new-theme .side-menu .el-menu-item.group_menu span {
  font-size: var(--title-22);
}
.new-theme .el-input-group__append button.el-button,
.new-theme .el-input-group__append div.el-select .el-input__inner,
.new-theme .el-input-group__append div.el-select:hover .el-input__inner,
.new-theme .el-input-group__prepend button.el-button,
.new-theme .el-input-group__prepend div.el-select .el-input__inner,
.new-theme .el-input-group__prepend div.el-select:hover .el-input__inner {
  background-color: rgba(0, 0, 0, 0);
}
.new-theme--sizes {
  --input-height: 44px;
  --button-padding-vertical: 13px;
  --button-padding-horizontal: 20px;
  --text-size-primary: 16px;
  --text-size-secondary: 14px;
  font-family: var(--font-family);
  font-size: var(--text-size-primary);
}
body {
  moduleID: 1;
}
.el-card {
  border: none;
}
.el-card__header {
  font-size: 14px;
}
.el-card.is-never-shadow {
  box-shadow: none !important;
}
.el-upload {
  width: 100%;
}
.el-menu i.fa,
.el-menu [class^=icon-],
.el-menu [class*=" icon-"] {
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  min-width: 24px;
}
.el-menu--collapse [class^=icon-] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a.el-button--icon {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}
.el-upload-dragger .icon-upload {
  font-size: 67px;
  color: #c0c4cc;
  margin: 40px 0 16px;
  line-height: 110px;
}
.el-button {
  font-weight: 500;
}
.el-button i + span {
  margin-left: 5px;
}
.el-button--icon {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.el-button--icon-close {
  font-size: 18px;
}
.el-button--icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.el-button--icon i {
  margin: 0;
}
.el-button--icon.el-button--mini {
  width: 36px;
  height: 36px;
  min-width: 36px;
}
.el-button--icon.el-button--mini i {
  margin: 0;
}
.el-button--icon-large {
  font-size: 16px;
}
.el-button:focus {
  background: #4e5d6e;
  border: 1px solid #dcdfe6;
  border-color: #0b2239;
  color: #fff;
}
.el-button:hover {
  background-color: #fff;
  color: #4e5d6e;
  border-color: #4e5d6e;
}
.el-button:hover:active {
  color: #4e5d6e;
  border-color: #4e5d6e;
  background-color: rgba(11, 34, 57, .1);
}
.el-button:disabled {
  opacity: .5;
}
.el-button--transparent {
  background-color: rgba(0, 0, 0, 0);
  color: #4e5d6e;
  border-color: rgba(0, 0, 0, 0);
}
.el-button--transparent:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #394450;
  border-color: rgba(0, 0, 0, 0);
}
.el-button--transparent:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #63768c;
  border-color: rgba(0, 0, 0, 0);
}
.el-button--transparent:hover:active {
  background-color: rgba(0, 0, 0, 0);
  color: #63768c;
  border-color: rgba(0, 0, 0, 0);
}
.el-button--primary:focus {
  color: #fff;
  background-color: #5185f3;
  border-color: #5185f3;
}
.el-button--primary:hover {
  background-color: #fff;
  border-color: #5185f3;
  color: #5185f3;
}
.el-button--primary:hover:active {
  background-color: rgba(81, 133, 243, .2);
  color: #5185f3;
  border-color: #5185f3;
}
.el-button--primary:disabled {
  opacity: .5;
}
.el-button--primary.el-button--transparent {
  background-color: rgba(0, 0, 0, 0);
  color: #5185f3;
  border-color: rgba(0, 0, 0, 0);
}
.el-button--primary.el-button--transparent:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #2164f0;
  border-color: rgba(0, 0, 0, 0);
}
.el-button--primary.el-button--transparent:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #81a6f6;
  border-color: rgba(0, 0, 0, 0);
}
.el-button--primary.el-button--transparent:hover:active {
  background-color: rgba(0, 0, 0, 0);
  color: #81a6f6;
  border-color: rgba(0, 0, 0, 0);
}
.el-button--danger:focus {
  color: #fff;
  background-color: #ff4949;
  border-color: #ff4949;
}
.el-button--danger:hover {
  background-color: #fff;
  border-color: #ff4949;
  color: #ff4949;
}
.el-button--danger:hover:active {
  background-color: rgba(255, 73, 73, .2);
  color: #ff4949;
  border-color: #ff4949;
}
.el-button--danger:disabled {
  opacity: .5;
}
.el-button--danger.el-button--transparent {
  background-color: rgba(0, 0, 0, 0);
  color: #ff4949;
  border-color: rgba(0, 0, 0, 0);
}
.el-button--danger.el-button--transparent:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #ff1616;
  border-color: rgba(0, 0, 0, 0);
}
.el-button--danger.el-button--transparent:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #ff7c7c;
  border-color: rgba(0, 0, 0, 0);
}
.el-button--danger.el-button--transparent:hover:active {
  background-color: rgba(0, 0, 0, 0);
  color: #ff7c7c;
  border-color: rgba(0, 0, 0, 0);
}
.el-button--warning:focus {
  color: #fff;
  background-color: #f7ba2a;
  border-color: #f7ba2a;
}
.el-button--warning:hover {
  background-color: #fff;
  border-color: #f7ba2a;
  color: #f7ba2a;
}
.el-button--warning:hover:active {
  background-color: rgba(247, 186, 42, .2);
  color: #f7ba2a;
  border-color: #f7ba2a;
}
.el-button--warning:disabled {
  opacity: .5;
}
.el-button--info:focus:hover {
  color: #fff;
  background-color: #909399;
  border-color: #909399;
}
.el-button--info:hover {
  background-color: #fff;
  border-color: #909399;
  color: #909399;
}
.el-button--info:hover:active {
  background-color: rgba(144, 147, 153, .2);
  color: #909399;
  border-color: #909399;
}
.el-button--info:disabled {
  opacity: .5;
}
.el-button--text:focus:hover,
.el-button.is-text:focus:hover {
  color: #5185f3;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.el-button--text:hover,
.el-button.is-text:hover {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
  color: #0e4cd0;
}
.el-button--text:hover:active,
.el-button.is-text:hover:active {
  background-color: #fff;
  color: #0b3ba0;
  border-color: rgba(0, 0, 0, 0);
}
.el-button--text:disabled,
.el-button.is-text:disabled {
  opacity: .5;
}
.el-button--link,
.el-button.is-link {
  background-color: rgba(0, 0, 0, 0);
  color: #5185f3;
  border-color: rgba(0, 0, 0, 0);
  padding: 0;
  border: none;
}
.el-button--link:focus:hover,
.el-button.is-link:focus:hover {
  color: #5185f3;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.el-button--link:hover,
.el-button.is-link:hover {
  text-decoration: underline;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #0e4cd0;
}
.el-button--link:hover:active,
.el-button.is-link:hover:active {
  background-color: rgba(0, 0, 0, 0);
  color: #0b3ba0;
  border-color: rgba(0, 0, 0, 0);
}
.el-button--link:disabled,
.el-button.is-link:disabled {
  opacity: .5;
}
.el-button--sub-text {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #909399;
  padding-left: 0;
  padding-right: 0;
}
.el-button--sub-text:focus:hover {
  color: #909399;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.el-button--sub-text:hover {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
  color: #909399;
}
.el-button--sub-text:hover:active {
  background-color: #fff;
  color: #909399;
  border-color: rgba(0, 0, 0, 0);
}
.el-button--sub-text:disabled {
  opacity: .5;
}
.el-button--text_bold {
  font-weight: 700;
}
.el-button--icon-middle {
  font-size: 20px;
}
.el-button--default-size {
  width: 100px;
}
.el-button--medium-size {
  width: 130px;
}
.el-button--large-size {
  width: 160px;
}
.el-form--label-top .el-form-item__label {
  line-height: 14px;
  padding-bottom: 0;
  margin-bottom: 7px;
}
.el-form-item__label {
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 10px;
}
.el-form-item__content small,
.el-form-item__content .small {
  line-height: 18px;
  display: block;
  font-size: 12px;
}
.el-table {
  border-radius: 4px;
}
.el-table__body tr th,
.el-table__body tr td {
  height: 50px;
}
.el-table thead:not(.is-group) th > .cell {
  padding: 6px 10px;
}
.el-table th > .cell {
  line-height: 23px;
  font-size: 14px;
}
.el-table td.no-text-overflow .cell {
  text-overflow: unset;
}
.el-table td > .cell {
  font-size: 14px;
}
.el-table__expanded-cell[class*=cell] {
  padding: 0;
}
.el-table__header tr th,
.el-table__header tr td {
  padding: 2px 0;
  background-color: #f5f6f9;
}
.el-table__body {
  color: #0b2239;
}
.el-table__body td,
.el-table__body th {
  padding: 14px 0;
}
.el-table__body tr.hover-row > td {
  background-color: #f5f6f9;
}
.el-table__body .cell {
  word-break: break-word;
}
.el-table tr td:first-child > .cell,
.el-table tr th:first-child > .cell {
  padding-left: 20px;
}
.el-table tr td:last-child > .cell,
.el-table tr th:last-child > .cell {
  padding-right: 20px;
}
.el-table__expanded-cell tr {
  background-color: #f5f6f9;
}
.el-pagination__sizes .el-select .el-input__inner {
  font-weight: 700;
  font-size: 12px;
  border: none;
  box-shadow: none;
}
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next {
  background: rgba(0, 0, 0, 0);
}
.el-pagination.is-background .btn-prev:not(.disabled):hover,
.el-pagination.is-background .btn-next:not(.disabled):hover {
  color: #5185f3;
}
.el-pagination.is-background .el-pager li {
  background-color: #fff;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #fff;
  background-color: #5185f3;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #4e5d6e;
}
.el-pagination.is-background .el-pager li:not(.disabled).active:hover {
  color: #fff;
}
.el-pagination.is-background .el-pagination__total {
  margin: 0 5px;
  background-color: #fcfcfc;
  color: #7f8188;
  min-width: 30px;
  border-radius: 2px;
  padding: 0 5px;
  font-weight: 700;
}
.el-tooltip__popper {
  font-size: 14px;
}
.el-tooltip__popper.is-dark {
  background-color: #4e5d6e;
  color: #fff;
}
.el-dropdown--button {
  font-weight: 500;
  display: block;
}
.el-dropdown--button .el-dropdown-link {
  line-height: 20px;
  height: 42px;
  border: solid 1px #4e5d6e;
  background: #4e5d6e;
  width: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: row;
  align-items: center;
  color: #fff;
}
.el-dropdown--button.el-dropdown--primary .el-dropdown-link {
  background-color: #5185f3;
  color: #fff;
  border-color: #5185f3;
  cursor: pointer;
}
.el-dropdown--outline .el-dropdown-link {
  border: solid 1px #dcdfe6;
  background: rgba(0, 0, 0, 0);
  color: #4e5d6e;
}
.el-dropdown--transparent .el-dropdown-link {
  border: none;
  background: rgba(0, 0, 0, 0);
  color: #4e5d6e;
}
.el-dropdown.is-disabled .el-button {
  cursor: not-allowed;
}
.el-dropdown-menu__item {
  color: #000;
}
.el-dropdown-menu__item i {
  margin-right: 5px;
}
.el-dropdown-menu__item a {
  color: inherit;
  text-decoration: none;
}
.el-dropdown-menu__item a:hover {
  color: inherit;
  text-decoration: none;
}
.el-dropdown-menu__item:not(.is-disabled):hover,
.el-dropdown-menu__item:focus {
  background-color: #f5f6f9;
  color: #4e5d6e;
}
.el-dropdown-menu__item:not(.is-disabled):hover i,
.el-dropdown-menu__item:focus i {
  color: #5185f3;
}
.el-tag {
  font-size: 14px;
  background-color: #fff;
  border-color: #909399;
  color: #909399;
}
.el-tag--mini {
  font-size: 12px;
}
.el-tag--bold {
  border-width: 3px;
  height: auto;
}
.el-tag--bold--name {
  font-weight: 700;
}
.el-popover {
  word-break: break-word;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .dialog-title_new {
  padding: 30px;
  font-family: Segoe UI;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.el-dialog .dialog-without-padding {
  padding: 0;
}
.el-dialog .dialog-footer_new {
  padding: 40px 30px 30px 30px;
}
.el-dialog__header {
  padding: 32px 20px;
  background: #f5f6f9;
  border-radius: 4px 4px 0 0;
}
.el-dialog__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  word-break: break-word;
}
.el-dialog--no-header .el-dialog__header {
  padding: 20px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.el-dialog--white-header .el-dialog__header {
  background-color: #fff;
}
.el-dialog--body-no-padding .el-dialog__body {
  padding: 0;
}
.el-tabs--card .el-tabs__header {
  border-bottom: none;
  margin: 0 0 20px;
}
.el-tabs--card .el-tabs__nav {
  padding: 14px 0 20px 0;
  border-radius: 4px !important;
  background-color: #fff;
  border: solid 1px #dcdfe6;
}
.el-tabs--card .el-tabs__item {
  height: 45px !important;
  line-height: 32px !important;
  border-bottom: solid 2px #dcdfe6 !important;
  border-left: none !important;
}
.el-tabs--card .el-tabs__item.is-active {
  border-bottom: solid 2px #5185f3 !important;
}
.el-collapse-item {
  margin-bottom: 10px;
}
.el-collapse-item__arrow {
  line-height: 80px;
}
.el-collapse-item.is-active {
  border-radius: 4px 4px 0px 0px;
}
.el-collapse-item.is-active .el-collapse-item__wrap {
  border-radius: 0px 0px 4px 4px;
}
.el-collapse-item.is-active .el-collapse-item__content {
  border-radius: 0px 0px 4px 4px;
}
.el-collapse-item__header {
  height: 80px;
  line-height: 80px;
  padding: 0px 20px;
  font-weight: bold;
  border-radius: 4px;
  margin: 0;
  font-size: 16px;
  transition: background-color 1s;
}
.el-collapse-item__header.is-active {
  background-color: #f5f6f9;
  border-radius: 4px 4px 0px 0px;
}
.el-collapse-item__header.is-active .el-collapse-item__wrap {
  border-radius: 0px 0px 4px 4px;
}
.el-collapse-item__wrap {
  border-radius: 4px;
}
.el-collapse-item__content {
  font-size: 14px;
  padding-bottom: 0;
  border-radius: 4px;
}
.el-button + .el-button {
  margin-left: 20px;
}
.el-button--icon + .el-button--icon {
  margin-left: 10px;
}
.el-upload {
  text-align: inherit;
}
.el-checkbox {
  height: auto;
}
.el-checkbox__label {
  font-weight: 400;
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #000;
}
.el-checkbox.is-bordered {
  height: 40px;
}
.el-checkbox.is-bordered.is-checked {
  border-color: #5185f3;
}
.el-table .warning-row {
  background: #fef8ea;
}
.el-select-groups {
  display: flex;
}
.el-select-groups .el-select .el-input__inner {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.el-select-groups .el-select:first-child .el-input__inner {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-left: solid 1px #dcdfe6;
  border-right: solid 1px #dcdfe6;
}
.el-select-groups .el-select:last-child .el-input__inner {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-right: solid 1px #dcdfe6;
  border-left: solid 1px #dcdfe6;
}
.el-select-custom-group {
  display: inline-flex;
  width: auto;
}
.el-select-custom-group .el-select .el-input__inner {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.el-select-custom-group .el-input-group__append {
  width: auto;
  padding: 0 20px;
  line-height: 38px;
}
.el-select-custom-group--disabled .el-input-group__append {
  border-color: rgba(0, 0, 0, 0);
}
.el-checkbox + .el-checkbox {
  margin-left: 20px;
}
.el-tooltip__popper[x-placement^=right] .popper__arrow::after {
  border-right-color: #4e5d6e;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow::after {
  border-top-color: #4e5d6e;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow {
  border-top-color: #4e5d6e;
}
.el-menu--vertical[x-placement=right-start] .el-menu {
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  font-size: 12px;
}
.el-menu--vertical[x-placement=right-start] .el-menu i.fa {
  display: none;
}
.el-menu--vertical[x-placement=right-start] .el-menu-item:hover {
  background-color: #f5f6f9;
}
.el-menu-item i {
  color: #4e5d6e;
}
.el-submenu__title i {
  color: #4e5d6e;
}
.el-input-group--prepend .el-input__inner {
  min-height: 100%;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
.el-input-group--append .el-input__inner {
  min-height: 100%;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
.el-input-group.is-disabled .el-input-group__append,
.el-input-group.is-disabled .el-input-group__prepend {
  border-color: #f5f6f9;
}
.el-select-groups .el-select:first-child .el-input.is-disabled .el-input__inner,
.el-select-groups .el-select:last-child .el-input.is-disabled .el-input__inner {
  border-left-color: #f5f6f9;
  border-right-color: #f5f6f9;
}
.el-date-editor .el-range-input {
  background-color: rgba(0, 0, 0, 0);
}
.el-pagination__sizes .el-input .el-input__inner {
  color: #7f8188;
  background-color: #fff;
  padding-left: 8px;
}
.el-pagination__sizes .el-input .el-select__caret {
  height: 11px;
  width: 11px;
}
.el-message {
  box-shadow: 0px 20px 50px -10px rgba(0, 0, 0, 0.2509803922);
  font-weight: 500;
}
.el-message--success {
  background-color: #13ce66;
  border-color: #13ce66;
}
.el-message--success .el-message__icon {
  color: #fff;
}
.el-message--success .el-message__content {
  color: #fff;
}
.el-message--error {
  background-color: #ff4949;
  border-color: #ff4949;
}
.el-message--error .el-message__icon {
  color: #fff;
}
.el-message--error .el-message__content {
  color: #fff;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: #7f8188;
}
.field-component .el-form-item__label {
  font-size: 14px;
  color: #4e5d6e;
  padding-top: 10px;
  padding-bottom: 10px;
}
.el-tag--light {
  background-color: #fff !important;
  border-width: 2px;
}
.el-tag--light.el-tag--info {
  border-color: #909399 !important;
}
.el-tag--light.el-tag--success {
  border-color: #13ce66 !important;
}
.el-tag--light.el-tag--warning {
  border-color: #f7ba2a !important;
}
.el-tag--light.el-tag--danger {
  border-color: #ff4949 !important;
}
.el-tag {
  line-height: 30px;
}
.el-tag--failed {
  color: #ff4949 !important;
  border-color: #ff4949 !important;
}
.el-tabs {
  height: fit-content;
}
.el-tabs .el-tabs__header {
  height: 100%;
}
.d-flex {
  display: flex !important;
}
.el-sub-menu__icon-arrow {
  height: 12px;
  width: 12px;
}
.el-sub-menu__icon-arrow svg {
  font-size: 12px;
  color: var(--color-primary-3);
}
.el-input__inner {
  padding-left: 15px;
  padding-right: 15px;
}
.el-input--prefix .el-input__inner {
  padding-left: 30px;
}
.el-input--prefix .el-input__prefix {
  left: 10px;
}
.el-input--suffix .el-input__inner {
  padding-right: 30px;
}
.el-input--suffix .el-input__suffix {
  right: 10px;
}
.el-input__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.el-dialog.w-480 {
  width: 480px;
}
.el-dialog.w-600 {
  width: 600px;
}
.el-dialog.w-720 {
  width: 720px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next,
.el-pagination .el-pager .number {
  font-weight: bold;
  color: #7f8188;
}
.el-date-editor {
  background-color: var(--background-medium);
  font-size: var(--text-size-primary);
  color: var(--color-text-secondary);
}
.el-input-number .el-input .el-input__wrapper {
  padding: 0;
}
.el-input-number .el-input .el-input__wrapper .el-input__inner {
  min-height: 100%;
  height: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.el-select .el-input__inner {
  min-height: 100%;
}
.el-select-tags-wrapper .el-tag {
  max-width: unset;
}
.idresults .lines .el-icon-info {
  position: absolute;
  left: 0;
  top: 56%;
  color: #909399;
  font-size: 20px;
}
.el-button.el-button--loading {
  position: relative;
}
.el-button.el-button--loading .el-loading-spinner {
  margin-top: unset;
  top: calc(50% - 10px);
}
.el-button.el-button--loading .el-loading-spinner svg {
  height: 20px;
  width: 20px;
}
.el-card--with-table .el-table .cell {
  padding-left: 10px;
  padding-right: 10px;
}
.progress-bar--center-labels .progress-bar__steps .progress-bar__step .step__label {
  position: relative;
  left: 14px;
  width: 0;
  white-space: nowrap;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el-date-editor.w-100.el-input,
.el-date-editor.w-100 {
  width: 100%;
}
.side-menu {
  position: relative;
}
.side-menu .group_menu {
  border-top: 1px solid #dedfe7;
  background: #f4f6fa;
  margin-top: 20px;
}
.side-menu .group_menu:hover {
  background: #f4f6fa;
  cursor: default;
}
.side-menu .group_menu span {
  color: #6f6d6d;
  font-size: 14px;
}
.side-menu .separator {
  border-bottom: 1px solid #dedfe7;
  height: 17px;
}
.side-menu .separator:hover {
  background: none;
  cursor: default;
}
.side-menu .order-1 {
  order: 1;
}
.side-menu .test-mode {
  background-color: #fff;
  width: 237px;
  position: fixed;
  bottom: 0;
}
.side-menu__switch-mode {
  border-top: 1px solid #dcdfe6;
}
.side-menu .accordion.accordion-bottom {
  bottom: 0;
  z-index: 9999;
}
.side-menu .accordion.accordion-top {
  bottom: 42px;
}
.side-menu .accordion {
  color: #000;
  background: #fff;
  border-top: 1px solid #dedfe7;
  width: 237px;
  position: fixed;
  z-index: 2;
}
.side-menu .accordion-title {
  position: relative;
  justify-content: center;
  text-align: center;
}
.side-menu .accordion-list {
  padding-left: 0;
  list-style: none;
}
.side-menu .accordion-list li {
  margin-bottom: 23px;
  font-family: Segoe UI;
  font-size: 16px;
  line-height: 21px;
}
.side-menu .accordion-list li:last-child {
  margin-bottom: 0;
}
.side-menu .accordion .el-collapse-item__arrow {
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.side-menu .accordion .el-collapse-item__header {
  justify-content: center;
}
.side-menu .accordion .el-collapse-item__header.is-active {
  background-color: #fff !important;
}
.side-menu .accordion .el-collapse-item__header.is-active .el-collapse-item__arrow {
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.side-menu hr {
  margin: 0;
  background-color: #232532;
}
.side-menu a {
  color: inherit;
}
.side-menu .material-icons {
  min-width: 20px;
  font-size: 16px;
}
.side-menu .el-menu .inner-submenu-item__without-dropdown {
  padding-left: 50px !important;
}
.side-menu .el-menu .inner-submenu-item {
  padding-left: 10px !important;
}
.side-menu .el-menu .inner-sub-submenu-item {
  padding-left: 60px !important;
}
.side-menu .el-menu .el-menu {
  background-color: #fff;
}
.side-menu .el-menu-item {
  height: 40px;
  line-height: 40px;
  color: inherit;
  display: flex;
  align-items: center;
}
.side-menu .el-menu-item:hover,
.side-menu .el-menu-item:focus,
.side-menu .el-menu-item.is-active {
  background-color: #f5f6f9;
}
.side-menu .el-menu-item:hover i,
.side-menu .el-menu-item:focus i,
.side-menu .el-menu-item.is-active i {
  color: #5185f3;
}
.side-menu .el-menu-item__link_without-decoration a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side-menu .el-menu-item__link_without-decoration a:hover {
  text-decoration: none;
}
.side-menu .el-menu-item__link_ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side-menu .el-menu-item.is-disabled:hover {
  color: #7f8188;
}
.side-menu .el-menu-item.is-disabled:hover i {
  color: #7f8188;
}
.side-menu .el-menu-item.is-active:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #5185f3;
}
.side-menu .el-menu-item__outer {
  font-size: 12px;
  padding-right: 25px;
}
.side-menu .el-submenu__title {
  height: 40px;
  line-height: 40px;
  color: inherit;
  display: flex;
  align-items: center;
}
.side-menu .el-submenu__title:hover,
.side-menu .el-submenu__title:focus {
  background-color: #f5f6f9;
}
.side-menu .el-submenu__title:hover i,
.side-menu .el-submenu__title:focus i {
  color: #5185f3;
}
@media (max-width: 1200px) {
  .side-menu .main-menu {
    margin-bottom: 50px;
  }
  .side-menu .test-mode {
    width: 64px;
  }
  .side-menu .el-menu-vertical-demo {
    border-top: 1px solid #dcdfe6;
    background-color: #fff;
    position: fixed;
    bottom: 0;
  }
  .side-menu .el-menu-vertical-demo.el-menu-vertical-demo-top {
    border-right: 1px solid #dcdfe6;
    bottom: 44px;
  }
  .side-menu .test-mode {
    padding-left: 12px;
    border-top: 1px solid #dcdfe6;
    border-right: 1px solid #dcdfe6;
  }
}
.side-menu .text-underline {
  text-decoration: underline;
}
.side-menu .submenu_icon {
  display: inline-block;
  width: 14px;
}
.side-menu .el-menu--collapse .el-menu-item.group_menu {
  display: none;
}
.el-submenu.is-active:not(.is-opened) {
  background-color: #f5f6f9;
}
.counter-list__element {
  margin-bottom: 20px;
}
.counter-element {
  background: #fff;
  border-radius: 6px;
  border: solid 1px #dcdfe6;
  padding: 0;
}
.counter-element .el-card__body {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  text-align: center;
}
.counter-element__data {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  text-align: center;
  justify-content: space-around;
  min-height: 80px;
  height: 80px;
}
.counter-element__icons {
  display: flex;
  height: auto;
}
.counter-element__icon {
  height: auto;
  width: 72px;
  min-width: 72px;
  display: flex;
  background-color: #5185f3;
  justify-content: center;
  align-items: center;
}
.counter-element__icon i {
  color: #fff;
  font-size: 20px;
}
.counter-element__icon.sizeM i {
  font-size: 25px;
}
.counter-element__divider {
  width: 1px;
  height: auto;
  background-color: #dcdfe6;
}
.counter-element__divider:last-child {
  display: none;
}
.counter-element__digit {
  font-weight: bold;
  font-size: 24px;
  margin: auto;
}
.counter-element__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  height: 100%;
}
.counter-element__inner--one {
  flex-direction: row;
  align-items: center;
}
.counter-element__inner--one .counter-element__name {
  color: #000;
  font-size: 16px;
  line-height: 19px;
}
.counter-element__inner--additional {
  display: grid;
  grid-template-columns: auto auto;
  width: 100%;
  padding: 10px 15px;
}
.counter-element__inner--additional .counter-element__names-additional,
.counter-element__inner--additional .counter-element__digits-additional {
  display: flex;
  flex-direction: column;
  text-align: start;
}
.counter-element__inner--additional .counter-element__name-main {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 3px;
}
.counter-element__inner--additional .counter-element__digit-main {
  font-weight: bold;
  font-size: 20px;
  line-height: 0;
  margin: auto;
  margin-bottom: 13px;
}
.counter-element__inner--additional .counter-element__digit-additional {
  margin: auto;
  line-height: 0;
  font-size: 14px;
  opacity: .7;
}
.counter-element__inner--additional .counter-element__name-additional {
  font-size: 14px;
  opacity: .7;
  white-space: nowrap;
}
.counter-element__name {
  color: #909399;
  font-size: 12px;
}
.counter-element--double .el-card__body {
  display: flex;
  flex-direction: column;
}
.counter-element--double .counter-element__icons {
  height: 81px;
  flex-direction: row;
}
.counter-element--double .counter-element__icons .counter-element__divider {
  background-color: #5185f3;
}
.counter-element--double .counter-element__inner {
  justify-content: center;
}
.counter-element--double .counter-element__icon {
  flex: 1;
}
.counter-element--double .counter-element__data {
  height: 101px;
}
.counter-element__additionalData {
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 5px;
}
.counter-element__additionalData-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.counter-element__additionalData-item span {
  margin-left: 4px;
  font-weight: 600;
}
.user-menu__icon {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 16px;
  display: inline-block;
  min-width: 36px;
  min-height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #afbbc7;
}
@media (max-width: 600px) {
  .user-menu__icon {
    padding: 2px;
    width: 40px;
    height: 40px;
    margin-right: 0;
    background-color: #ebebeb;
    font-size: 20px;
  }
}
.user-menu__name {
  color: #5185f3;
  white-space: nowrap;
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  .user-menu__name {
    display: none;
  }
}
.user-menu__name-dropdown {
  color: #5185f3;
  white-space: nowrap;
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-menu__header-dropdown {
  display: none;
}
@media (max-width: 600px) {
  .user-menu__header-dropdown {
    display: block;
    padding: 15px;
  }
}
.user-menu__header-dropdown-title {
  font-size: 12px;
  line-height: 16px;
  color: #7f8187;
}
@media (max-width: 600px) {
  .user-menu__name-arrow {
    display: none;
  }
}
.user-menu .el-dropdown-link {
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #000;
}
.user-menu__dropdown {
  padding: 5px 0;
}
.user-menu__dropdown .el-dropdown-menu__item {
  border-top: solid 1px #dcdfe6;
  padding: 0 15px;
}
.user-menu__dropdown .el-dropdown-menu__item:first-child {
  border-top: none;
}
.user-menu__dropdown .el-dropdown-menu__item:not(.is-disabled):hover,
.user-menu__dropdown .el-dropdown-menu__item:focus {
  color: #5185f3;
  background-color: #f5f6f9;
}
.pickerWithButton {
  display: flex;
  flex-wrap: nowrap;
  min-width: 368px;
  align-items: center;
}
.pickerWithButton .el-radio-button__inner {
  background: #f5f6f9;
  color: #000;
  border-color: #dcdfe6;
}
.pickerWithButton .el-radio-button--small .el-radio-button__inner {
  padding: 13px 5px;
}
.pickerWithButton .el-date-editor .el-range__icon {
  display: none;
}
.pickerWithButton .el-date-editor--daterange.el-input,
.pickerWithButton .el-date-editor--daterange.el-input__inner,
.pickerWithButton .el-date-editor--timerange.el-input,
.pickerWithButton .el-date-editor--timerange.el-input__inner {
  width: 235px;
}
.pickerWithButton .card-search .el-card__hedaer,
.pickerWithButton .card-search .el-card__body {
  padding-left: 10px;
  padding-right: 10px;
}
.pickerWithButton .el-button + .el-button {
  margin-left: 10px;
}
.pickerWithButton .el-date-editor {
  margin-left: 5px;
}
.progressbarMood {
  padding: 10px 14px;
  border-bottom: 1px solid #dcdfe6;
}
.progressbarMood:hover .threshold__percent {
  opacity: 1;
}
.progressbarMood .threshold {
  position: absolute;
  width: 4px;
  height: 28px;
  background: #000;
  border-radius: 10px;
}
.progressbarMood .threshold__percent {
  position: absolute;
  top: 30px;
  left: -13px;
  width: 40px;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  transition: opacity .3s;
}
.progressbarMood__min {
  font-size: 14px;
  color: #8f9299;
  font-weight: 600;
}
.progressbarMood .progress-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  height: 8px;
}
.progressbarMood .progress-wrap__block {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, rgb(238, 3, 0) 0%, rgb(243, 62, 0) 20%, rgb(243, 68, 0) 21%, rgb(246, 100, 0) 30%, rgb(248, 132, 0) 40%, rgb(249, 137, 1) 41%, rgb(244, 165, 0) 50%, rgb(197, 170, 6) 60%, rgb(191, 170, 7) 61%, rgb(141, 176, 13) 70%, rgb(96, 180, 19) 80%, rgb(89, 181, 19) 81%, rgb(46, 184, 24) 90%, rgb(1, 189, 30) 100%);
}
.progressbarMood__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  min-height: 30px;
}
.progressbarMood__header div {
  flex: 0 1 auto;
  text-align: center;
  width: 122%;
  margin: 0 -30px 15px;
}
.progressbarMood__header h3 {
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  color: #2b3442;
}
.progressbarMood__header h3 b {
  color: #00b01a;
  padding-left: 2px;
}
.progressbarMood__point {
  height: 20px;
  width: 20px;
  margin-top: 0;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: cover !important;
}
@media (min-width: 500px) {
  .progressbarMood__point {
    width: 25px;
    height: 25px;
    margin-top: -2px;
  }
}
.progressbarMood__point--pos1 {
  left: 1%;
}
.progressbarMood__point--pos2 {
  left: 2%;
}
.progressbarMood__point--pos3 {
  left: 3%;
}
.progressbarMood__point--pos4 {
  left: 4%;
}
.progressbarMood__point--pos5 {
  left: 5%;
}
.progressbarMood__point--pos6 {
  left: 6%;
}
.progressbarMood__point--pos7 {
  left: 7%;
}
.progressbarMood__point--pos8 {
  left: 8%;
}
.progressbarMood__point--pos9 {
  left: 9%;
}
.progressbarMood__point--pos10 {
  left: 10%;
}
.progressbarMood__point--pos11 {
  left: 11%;
}
.progressbarMood__point--pos12 {
  left: 12%;
}
.progressbarMood__point--pos13 {
  left: 13%;
}
.progressbarMood__point--pos14 {
  left: 14%;
}
.progressbarMood__point--pos15 {
  left: 15%;
}
.progressbarMood__point--pos16 {
  left: 16%;
}
.progressbarMood__point--pos17 {
  left: 17%;
}
.progressbarMood__point--pos18 {
  left: 18%;
}
.progressbarMood__point--pos19 {
  left: 19%;
}
.progressbarMood__point--pos20 {
  left: 20%;
}
.progressbarMood__point--pos21 {
  left: 21%;
}
.progressbarMood__point--pos22 {
  left: 22%;
}
.progressbarMood__point--pos23 {
  left: 23%;
}
.progressbarMood__point--pos24 {
  left: 24%;
}
.progressbarMood__point--pos25 {
  left: 25%;
}
.progressbarMood__point--pos26 {
  left: 26%;
}
.progressbarMood__point--pos27 {
  left: 27%;
}
.progressbarMood__point--pos28 {
  left: 28%;
}
.progressbarMood__point--pos29 {
  left: 29%;
}
.progressbarMood__point--pos30 {
  left: 30%;
}
.progressbarMood__point--pos31 {
  left: 31%;
}
.progressbarMood__point--pos32 {
  left: 32%;
}
.progressbarMood__point--pos33 {
  left: 33%;
}
.progressbarMood__point--pos34 {
  left: 34%;
}
.progressbarMood__point--pos35 {
  left: 35%;
}
.progressbarMood__point--pos36 {
  left: 36%;
}
.progressbarMood__point--pos37 {
  left: 37%;
}
.progressbarMood__point--pos38 {
  left: 38%;
}
.progressbarMood__point--pos39 {
  left: 39%;
}
.progressbarMood__point--pos40 {
  left: 40%;
}
.progressbarMood__point--pos41 {
  left: 41%;
}
.progressbarMood__point--pos42 {
  left: 42%;
}
.progressbarMood__point--pos43 {
  left: 43%;
}
.progressbarMood__point--pos44 {
  left: 44%;
}
.progressbarMood__point--pos45 {
  left: 45%;
}
.progressbarMood__point--pos46 {
  left: 46%;
}
.progressbarMood__point--pos47 {
  left: 47%;
}
.progressbarMood__point--pos48 {
  left: 48%;
}
.progressbarMood__point--pos49 {
  left: 49%;
}
.progressbarMood__point--pos50 {
  left: 50%;
}
.progressbarMood__point--pos51 {
  left: 51%;
}
.progressbarMood__point--pos52 {
  left: 52%;
}
.progressbarMood__point--pos53 {
  left: 53%;
}
.progressbarMood__point--pos54 {
  left: 54%;
}
.progressbarMood__point--pos55 {
  left: 55%;
}
.progressbarMood__point--pos56 {
  left: 56%;
}
.progressbarMood__point--pos57 {
  left: 57%;
}
.progressbarMood__point--pos58 {
  left: 58%;
}
.progressbarMood__point--pos59 {
  left: 59%;
}
.progressbarMood__point--pos60 {
  left: 60%;
}
.progressbarMood__point--pos61 {
  left: 61%;
}
.progressbarMood__point--pos62 {
  left: 62%;
}
.progressbarMood__point--pos63 {
  left: 63%;
}
.progressbarMood__point--pos64 {
  left: 64%;
}
.progressbarMood__point--pos65 {
  left: 65%;
}
.progressbarMood__point--pos66 {
  left: 66%;
}
.progressbarMood__point--pos67 {
  left: 67%;
}
.progressbarMood__point--pos68 {
  left: 68%;
}
.progressbarMood__point--pos69 {
  left: 69%;
}
.progressbarMood__point--pos70 {
  left: 70%;
}
.progressbarMood__point--pos71 {
  left: 71%;
}
.progressbarMood__point--pos72 {
  left: 72%;
}
.progressbarMood__point--pos73 {
  left: 73%;
}
.progressbarMood__point--pos74 {
  left: 74%;
}
.progressbarMood__point--pos75 {
  left: 75%;
}
.progressbarMood__point--pos76 {
  left: 76%;
}
.progressbarMood__point--pos77 {
  left: 77%;
}
.progressbarMood__point--pos78 {
  left: 78%;
}
.progressbarMood__point--pos79 {
  left: 79%;
}
.progressbarMood__point--pos80 {
  left: 80%;
}
.progressbarMood__point--pos81 {
  left: 81%;
}
.progressbarMood__point--pos82 {
  left: 82%;
}
.progressbarMood__point--pos83 {
  left: 83%;
}
.progressbarMood__point--pos84 {
  left: 84%;
}
.progressbarMood__point--pos85 {
  left: 85%;
}
.progressbarMood__point--pos86 {
  left: 86%;
}
.progressbarMood__point--pos87 {
  left: 87%;
}
.progressbarMood__point--pos88 {
  left: 88%;
}
.progressbarMood__point--pos89 {
  left: 89%;
}
.progressbarMood__point--pos90 {
  left: 90%;
}
.progressbarMood__point--pos91 {
  left: 91%;
}
.progressbarMood__point--pos92 {
  left: 92%;
}
.progressbarMood__point--pos93 {
  left: 93%;
}
.progressbarMood__point--pos94 {
  left: 94%;
}
.progressbarMood__point--pos95 {
  left: 95%;
}
.progressbarMood__point--pos96 {
  left: 96%;
}
.progressbarMood__point--pos97 {
  left: 97%;
}
.progressbarMood__point--pos98 {
  left: 98%;
}
.progressbarMood__point--pos99 {
  left: 99%;
}
.progressbarMood__point--pos100 {
  left: 100%;
}
.progressbarMood__percent {
  float: right;
  font-weight: 600;
  font-size: 12px;
  color: #2b3442;
}
@media (min-width: 1360px) {
  .progressbarMood__percent {
    font-size: 16px;
  }
}
.progressbarMood__percent--level5 b {
  color: #00b01a;
}
.progressbarMood__percent--level4 b {
  color: #90af0c;
}
.progressbarMood__percent--level3 b {
  color: #faa200;
}
.progressbarMood__percent--level2 b {
  color: #f45400;
}
.progressbarMood__percent--level1 b {
  color: #e00;
}
.progressbarMood__percent--small {
  font-size: 11px;
}
.progressbarMood__footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.progressbarMood__footer div {
  flex: 0 1 auto;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 5%;
  font-weight: bold;
}
.progressbarMood__footer--invert {
  flex-flow: row-reverse nowrap;
}
.field-component__date-picker_custom-icon .el-input__prefix {
  left: 12px;
}
.field-component__date-picker_custom-icon .el-input__inner {
  padding-left: 36px;
}
.field-component__select-radio .el-radio.is-bordered + .el-radio.is-bordered {
  margin-left: 5px;
}
.field-component__select-radio .el-radio {
  margin-right: 0;
}
.field-component__select-radio .el-radio.is-checked .el-radio__label {
  color: #000;
}
.field-component__select-radio .el-radio__input {
  display: none;
}
.field-component__text span,
.field-component__text code,
.field-component__text .el-tag {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.field-component__text_multiline span,
.field-component__text_multiline code {
  white-space: normal;
  word-break: break-word;
}
.field-component .el-form-item__error {
  word-break: break-word;
  position: relative;
}
.field-component .el-form-item__label {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.field-component--text .el-form-item__label {
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.field-component .uploader {
  width: 256px;
  height: 256px;
  border-radius: 4px;
  display: flex;
  position: relative;
  z-index: 200;
}
.field-component .uploader .fade-enter-active,
.field-component .uploader .fade-leave-active {
  transition: opacity .3s;
}
.field-component .uploader .fade-enter,
.field-component .uploader .fade-leave-to {
  opacity: 0;
}
.field-component .uploader--size-small {
  width: 128px;
  height: 128px;
}
.field-component .uploader__field {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.field-component .uploader__layer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2000;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  transition: background-color .3s;
}
.field-component .uploader__layer .layer__interface {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.field-component .uploader__layer .layer__interface .interface__item {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  width: 32px;
}
.field-component .uploader__layer .layer__interface .interface__item:hover {
  transform: scale(1.025);
}
.field-component .uploader__layer .layer__interface .interface__item i {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  font-size: 28px;
  line-height: 32px;
}
.field-component .uploader__layer .layer__interface .interface__item_upload i {
  transform: rotate(180deg);
}
.field-component .uploader img {
  max-width: 100%;
  max-height: 100%;
}
.field-component .uploader .el-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 190;
}
.field-component .uploader .el-upload-dragger {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.field-component .uploader .el-upload-dragger img {
  position: absolute;
}
.field-component .uploader .el-upload__tip {
  line-height: 18px;
}
.field-component .uploader .el-upload__text {
  font-size: 14px;
  color: var(--color-text-primary);
}
.field-component .uploader .el-upload__text em {
  color: var(--color-primary);
}
.field-component .uploader i.el-icon-upload {
  font-size: 56px;
  color: var(--color-text-disabled);
  display: block;
  margin-top: 0 !important;
  margin-bottom: 10px;
}
.meta-table__btn-link {
  color: #000;
  text-decoration: none;
}
.meta-table__btn-link:hover {
  color: #000;
}
.text-tabs {
  max-width: 790px;
}
.text-tabs .el-tabs {
  width: 490px;
}
.text-tabs .el-tabs__header {
  margin: 0;
}
.text-tabs .el-tabs__nav {
  width: 100%;
  padding: 0 !important;
  display: flex;
  justify-content: space-around;
  border: none;
  border-radius: 0 !important;
}
.text-tabs .el-tabs__item {
  height: 40px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.text-tabs .el-tabs__item.is-active {
  border-bottom: 2px solid #dcdfe6 !important;
}
.text-tabs__textarea {
  position: relative;
  z-index: 9;
  border: 1px solid #dcdfe6;
  border-radius: 0 0 4px 4px;
  padding-bottom: 55px;
}
.text-tabs__textarea textarea {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 20px 15px 30px;
}
.text-tabs__btn-clear {
  width: auto;
  background: none;
  border: none;
  opacity: .5;
  position: absolute;
  left: 50%;
  padding: 15px;
  bottom: -5px;
  transform: translateX(-50%);
  color: #909399;
  margin: 0;
  z-index: 10;
}
.text-tabs__btn-clear:hover,
.text-tabs__btn-clear:focus,
.text-tabs__btn-clear:active,
.text-tabs__btn-clear:hover:active {
  background: none;
  border: none;
  color: #000;
}
.text-tabs__sms-counter {
  font-size: 12px;
  color: #909399;
  position: absolute;
  right: 15px;
  bottom: -2px;
}
.text-tabs__counter {
  font-size: 12px;
  color: #909399;
  position: absolute;
  left: 15px;
  bottom: -2px;
}
:root {
  --color-primary: #5185F3;
  --color-black: #000;
  --color-dark: #4E5D6E;
  --color-white: #fff;
  --color-primary-light-1: #6291f4;
  --color-primary-light-2: #749df5;
  --color-primary-light-3: #85aaf7;
  --color-primary-light-4: #97b6f8;
  --color-primary-light-5: #a8c2f9;
  --color-primary-light-6: #b9cefa;
  --color-primary-light-7: #cbdafb;
  --color-primary-light-8: #dce7fd;
  --color-primary-light-9: #eef3fe;
  --color-success: #13CE66;
  --color-warning: #F7BA2A;
  --color-danger: #FF4949;
  --color-info: #909399;
  --color-gray: #7F8188;
  --color-success-light: #d0f5e0;
  --color-warning-light: #fdf1d4;
  --color-danger-light: #ffdbdb;
  --color-info-light: #e9e9eb;
  --color-success-lighter: #e7faf0;
  --color-warning-lighter: #fef8ea;
  --color-danger-lighter: #ffeded;
  --color-info-lighter: #fcfcfc;
  --color-text-primary: #000000;
  --color-text-regular: #7F8188;
  --color-text-secondary: #7F8188;
  --color-text-placeholder: #C0C4CC;
  --border-color-base: #DCDFE6;
  --border-color-light: #e4e7ed;
  --border-color-lighter: #ebeef5;
  --border-color-extra-light: #f2f6fc;
  --background-color-base: #F5F6F9;
  --color-subheader-background: #F5F6F9;
  --input-height: 40px;
  --button-padding-vertical: 12px;
  --button-padding-horizontal: 20px;
  --font-family: "Inter", sans-serif;
  --title-48: 32px;
  --title-24: 24px;
  --title-22: 18px;
  --text-size-headline-1: 20px;
  --text-size-headline-2: 18px;
  --text-size-primary: 14px;
  --text-size-secondary: 12px;
  --text-size-small: 12px;
  --box-shadow-2: 0px 0.15px 0.45px rgba(0, 0, 0, 0.11), 0px 0.8px 1.8px rgba(0, 0, 0, 0.13);
  --box-shadow-4: 0px 0.3px 0.9px rgba(0, 0, 0, 0.07), 0px 1.6px 3.6px rgba(0, 0, 0, 0.11);
  --box-shadow-8: 0px 0.6px 1.8px rgba(0, 0, 0, 0.11), 0px 3.2px 7.2px rgba(0, 0, 0, 0.13);
  --box-shadow-16: 0px 1.2px 3.6px rgba(0, 0, 0, 0.11), 0px 6.4px 14.4px rgba(0, 0, 0, 0.13);
  --box-shadow-32: 0px 2.4px 7.4px rgba(0, 0, 0, 0.18), 0px 12.8px 28.8px rgba(0, 0, 0, 0.22);
  --body-background-color: #e9ecf3;
}
body {
  background-color: var(--body-background-color);
}
.new-theme .el-table__body td,
.new-theme .el-table__body th,
.new-theme .el-table__footer td,
.new-theme .el-table__footer th {
  padding: 7px 0;
}
.new-theme .el-table__footer td,
.new-theme .el-table__footer th {
  padding: 12px 0;
}
.new-theme {
  font-family: var(--font-family);
  font-size: var(--text-size-primary);
  --body-background-color: #e4e4e4;
  --color-primary-2: #0A58EB;
  --color-primary-3: #1360A8;
  --color-text-tertiary: #8E8E8F;
  --color-text-disabled: #C6C6C6;
  --background-high: #FFF;
  --background-medium: #F9F9F9;
  --background-low: #F3F3F3;
  --background-lowest: #EBEBEB;
  --background-sex-female: #FF2D55;
  --background-sex-male: #5AC8FA;
  --background-divider-gray: #D1D1D1;
  --background-divider-white: #FFF;
  --system-gray-high: #2C2C2C;
  --system-gray-medium: #696969;
  --system-gray-low: #AEAEAE;
  --color-success-light: #E8FBF0;
  --color-warning-light: #FFF9EA;
  --color-danger-light: #FFEDED;
  --color-primary: #3396F5;
  --color-danger: #FF4949;
  --color-warning: #F7BA2A;
  --color-success: #13CE66;
  --color-text-primary: #1C1C1E;
  --color-text-secondary: #595959;
  --color-black: var(--color-text-primary);
  --color-menu-item: var(--color-primary);
  --color-menu-icon: var(--color-primary-3);
}
.new-theme section.el-container {
  max-width: 100%;
  background-color: var(--background-lowest);
}
.new-theme section.el-container .el-aside {
  position: relative;
  box-shadow: var(--box-shadow-16);
  height: auto;
}
.new-theme--sizes.new-theme section.el-container .el-aside {
  width: 236px;
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme section.el-container .el-aside {
    width: 314px;
  }
}
.new-theme section.el-container .el-main {
  max-width: 1930px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
}
.new-theme--sizes.new-theme .el-main {
  padding: 20px;
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .el-main {
    padding: 27px 40px 20px 40px;
  }
}
.new-theme--sizes.new-theme .el-aside__content {
  width: 236px;
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .el-aside__content {
    width: 314px;
  }
}
.new-theme--sizes.new-theme .el-container {
  margin-left: 0;
}
.new-theme--sizes.new-theme .el-container.isCollapseMenu .el-aside {
  width: 64px;
}
.new-theme--sizes.new-theme .g-wrapper {
  min-height: calc(100vh - 125px);
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .g-wrapper {
    min-height: calc(100vh - 145px);
  }
}
.new-theme--sizes.new-theme .page-title {
  font-size: var(--title-48);
  font-weight: 700;
  line-height: 1.05;
}
.new-theme .footer__content {
  display: flex;
  justify-content: space-between;
}
.new-theme .footer__item_first {
  flex: 1 1 0px;
  text-align: left;
}
.new-theme .footer__item_center {
  flex: 1 1 0px;
  text-align: center;
}
.new-theme .footer__item_last {
  flex: 1 1 0px;
  text-align: right;
}
.new-theme h1,
.new-theme h2,
.new-theme h3,
.new-theme h4,
.new-theme h5,
.new-theme h6 {
  color: var(--color-text-primary) !important;
  font-weight: 600;
  font-family: var(--font-family) !important;
}
.new-theme .g-title {
  margin-top: 20px;
  font-weight: bold;
}
.new-theme .el-card:not(.is-never-shadow) {
  box-shadow: var(--box-shadow-16);
}
.new-theme .el-card__header {
  font-size: var(--text-size-primary);
}
.new-theme .el-date-editor .el-range-input {
  font-size: var(--text-size-primary);
}
.new-theme .el-date-editor .el-range-separator {
  font-size: var(--text-size-primary);
}
.new-theme--sizes.new-theme .el-date-editor .el-range-separator {
  width: 6%;
  height: auto;
}
.new-theme .el-input__inner,
.new-theme .el-input__inner,
.new-theme .el-textarea__inner,
.new-theme .el-textarea__inner {
  background-color: var(--background-medium);
  font-size: var(--text-size-primary);
  color: var(--color-text-secondary);
}
.new-theme--sizes.new-theme .el-input__inner,
.new-theme--sizes.new-theme .el-input__inner,
.new-theme--sizes.new-theme .el-textarea__inner,
.new-theme--sizes.new-theme .el-textarea__inner {
  height: var(--input-height);
  line-height: var(--input-height);
}
.new-theme .el-input__icon,
.new-theme .el-textarea__icon {
  line-height: 32px;
}
.new-theme .el-button {
  font-size: var(--text-size-primary);
  background: var(--color-primary-3);
  color: var(--color-white);
}
.new-theme .el-button:not(.is-disabled):hover {
  color: var(--color-primary-3);
  background: var(--color-white);
}
.new-theme--sizes.new-theme .el-button {
  padding: var(--button-padding-vertical) var(--button-padding-horizontal);
}
.new-theme--sizes.new-theme .el-button--mini {
  padding: 7px 15px;
}
.new-theme--sizes.new-theme .el-button--icon {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.new-theme--sizes.new-theme .el-button--icon-close {
  font-size: 18px;
}
.new-theme--sizes.new-theme .el-button--icon {
  width: var(--input-height);
  height: var(--input-height);
  min-width: var(--input-height);
}
.new-theme--sizes.new-theme .el-button--icon i {
  margin: 0;
}
.new-theme--sizes.new-theme .el-button--icon.el-button--mini {
  width: 36px;
  height: 36px;
  min-width: 36px;
}
.new-theme--sizes.new-theme .el-button--icon.el-button--mini i {
  margin: 0;
}
.new-theme--sizes.new-theme .el-button--icon-large {
  font-size: 16px;
}
.new-theme .el-button.el-button--default {
  background: var(--color-primary-3);
}
.new-theme .el-button.el-button--default:not(.is-disabled):hover {
  color: var(--color-primary-3);
  background: var(--color-white);
}
.new-theme .el-button.el-button--primary {
  background: var(--color-primary);
}
.new-theme .el-button.el-button--primary:not(.is-disabled):hover {
  background: var(--color-white);
  color: var(--color-primary);
}
.new-theme .el-button--link {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
.new-theme .el-button.el-button--default.el-button--transparent,
.new-theme .el-button.el-button--danger.el-button--transparent,
.new-theme .el-button.el-button--primary.el-button--transparent,
.new-theme .el-button.el-button--success.el-button--transparent {
  background-color: rgba(0, 0, 0, 0);
}
.new-theme .el-button--transparent {
  background-color: rgba(0, 0, 0, 0);
  color: var(--color-primary);
}
.new-theme .el-button--link {
  color: var(--color-text-primary);
  font-size: var(--text-size-primary);
}
.new-theme .el-button--link span {
  font-weight: 400;
}
.new-theme .el-button.el-button--warning {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
}
.new-theme .el-button.el-button--warning:hover {
  background: var(--color-white) !important;
  color: var(--color-warning);
}
.el-button.el-button--warning.is-disabled:hover {
  background: var(--color-warning);
  color: var(--color-white);
}
.new-theme .el-button.el-button--success {
  background-color: var(--color-success);
  border-color: var(--color-success);
}
.new-theme .el-button.el-button--success:hover {
  background: var(--color-white) !important;
  color: var(--color-success);
}
.el-button.el-button--success.is-disabled:hover {
  background: var(--color-success);
  color: var(--color-white);
}
.new-theme .el-button.el-button--danger {
  background-color: var(--color-danger) !important;
  border-color: var(--color-danger);
}
.new-theme .el-button.el-button--danger:hover {
  background: var(--color-white) !important;
  color: var(--color-danger);
}
.el-button.el-button--danger.is-disabled:hover {
  background: var(--color-danger);
  color: var(--color-white);
}
.new-theme .el-button--icon {
  background: var(--color-primary-3);
}
.new-theme .el-button--icon:hover {
  color: var(--color-primary-3);
  background: var(--color-white);
}
.el-button--icon.is-disabled:hover {
  background: var(--color-primary-3);
  color: var(--color-white);
}
.new-theme .el-button--icon.el-button--transparent {
  background: rgba(0, 0, 0, 0);
}
.new-theme .el-button--icon .icon-search:before {
  content: "\e922" !important;
}
.new-theme .el-button--icon .icon-magnifier:before {
  content: "\e95c" !important;
}
.new-theme .el-button--text,
.new-theme .el-button.is-text,
.new-theme .el-button.is-text:hover,
.new-theme .el-button.is-text:focus,
.new-theme .el-button.is-text:focus-within {
  color: var(--color-primary);
  border-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
.new-theme .el-button.el-button--default.el-button--outline,
.new-theme .el-button.el-button--outline {
  color: var(--color-primary-3);
  background: var(--color-white);
  border-color: var(--color-primary-3);
}
.new-theme .el-button.el-button--default.el-button--outline:hover,
.new-theme .el-button.el-button--outline:hover {
  color: var(--color-white);
  background: var(--color-primary-3);
  border-color: rgba(0, 0, 0, 0);
}
.new-theme .el-button.el-button--default.el-button--outline.is-disabled:hover,
.new-theme .el-button.el-button--outline.is-disabled:hover {
  color: var(--color-primary-3);
  background: var(--color-white);
  border-color: var(--color-primary-3);
}
.new-theme .el-button.el-button--danger.el-button--outline {
  color: var(--color-danger);
  background: var(--color-white) !important;
  border-color: var(--color-danger);
}
.new-theme .el-button.el-button--danger.el-button--outline:hover {
  color: var(--color-white);
  background: var(--color-danger) !important;
  border-color: rgba(0, 0, 0, 0);
}
.new-theme .el-button.el-button--danger.el-button--outline.is-disabled:hover {
  color: var(--color-danger);
  background: var(--color-white);
  border-color: var(--color-danger);
}
.new-theme .el-button.el-button--success.el-button--outline {
  color: var(--color-success);
  background: var(--color-white) !important;
  border-color: var(--color-success);
}
.new-theme .el-button.el-button--success.el-button--outline:hover {
  color: var(--color-white);
  background: var(--color-success) !important;
  border-color: rgba(0, 0, 0, 0);
}
.new-theme .el-button.el-button--success.el-button--outline.is-disabled:hover {
  color: var(--color-success);
  background: var(--color-white);
  border-color: var(--color-success);
}
.new-theme .el-button.el-button--primary.el-button--outline {
  color: var(--color-primary);
  background: var(--color-white);
  border-color: var(--color-primary);
}
.new-theme .el-button.el-button--primary.el-button--outline:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: rgba(0, 0, 0, 0);
}
.new-theme .el-button.el-button--primary.el-button--outline.is-disabled:hover {
  color: var(--color-primary);
  background: var(--color-white);
  border-color: var(--color-primary);
}
.new-theme .el-button.el-button--warning.el-button--outline {
  color: var(--color-warning);
  background: var(--color-white);
  border-color: var(--color-warning);
}
.el-button.el-button--warning.el-button--outline:hover {
  color: var(--color-white) !important;
  background: var(--color-warning) !important;
  border-color: rgba(0, 0, 0, 0);
}
.new-theme .el-button.el-button--warning.el-button--outline.is-disabled:hover {
  color: var(--color-warning);
  background: var(--color-white);
  border-color: var(--color-warning);
}
.new-theme .el-button.el-button--export {
  color: var(--color-primary-3);
  background: var(--color-white);
  border-color: var(--color-text-disabled);
}
.el-button.el-button--export:hover {
  border-color: var(--color-text-secondary);
}
.el-button.el-button--export span {
  align-items: baseline;
}
.el-button.el-button--export i {
  color: var(--color-primary-3);
  border-bottom: 1px solid var(--color-primary-3);
  margin-right: 7px;
  margin-top: -1px;
}
.new-theme .el-dropdown {
  font-size: var(--text-size-primary);
}
.new-theme--sizes.new-theme .el-dropdown--button .el-dropdown-link {
  height: var(--input-height);
}
.new-theme .el-tooltip__popper.is-dark {
  background: var(--color-text-primary) !important;
}
.new-theme .el-tag {
  text-transform: capitalize;
  height: auto;
}
.new-theme .el-tag:not(.is-round) {
  border-radius: 6px;
}
.new-theme--sizes.new-theme .el-tag {
  padding: 4px 15px;
}
.new-theme .el-tag--light.el-tag--success {
  background-color: var(--color-success) !important;
  color: var(--color-white);
  font-weight: 700;
  font-size: var(--text-size-primary);
}
.new-theme .el-tag--light.el-tag--warning {
  background-color: var(--color-warning) !important;
  color: var(--color-white);
  font-weight: 700;
  font-size: var(--text-size-primary);
}
.new-theme .el-tag--light.el-tag--danger {
  background-color: var(--color-danger) !important;
  color: var(--color-white);
  font-weight: 700;
  font-size: var(--text-size-primary);
}
.new-theme .el-tag--light.el-tag--info {
  background-color: var(--color-info) !important;
  color: var(--color-white);
  font-weight: 700;
  font-size: var(--text-size-primary);
}
.new-theme .el-table thead {
  color: var(--color-text-secondary) !important;
}
.new-theme .el-table th > .cell {
  font-size: var(--text-size-primary);
}
.new-theme .el-table td > .cell {
  font-size: var(--text-size-primary);
}
.new-theme .el-table__header tr th,
.new-theme .el-table .el-table__header tr td {
  background-color: #f9f9f9;
}
.new-theme .el-table__body {
  color: var(--color-text-primary);
}
.new-theme .el-table__body td,
.new-theme .el-table__body th {
  padding: 7px 0;
}
.new-theme .el-table th.is-leaf,
.new-theme .el-table td {
  border-bottom: 1px solid var(--background-divider-gray);
}
.new-theme .el-form-item__label {
  font-size: var(--text-size-primary) !important;
  font-weight: 600;
  color: var(--color-text-primary);
}
.new-theme--sizes.new-theme .el-form-item__label {
  line-height: 12px;
  margin-bottom: 10px;
}
.new-theme .el-pagination {
  color: var(--color-text-secondary);
}
.new-theme .el-pagination.is-background .el-pagination__total,
.new-theme .el-pagination.is-background .btn-prev,
.new-theme .el-pagination.is-background .btn-next {
  border-radius: 6px;
  font-weight: 400;
}
.new-theme .el-pagination.is-background .el-pager li {
  border-radius: 6px;
  font-weight: 400;
}
.new-theme--sizes.new-theme .el-pagination.is-background .el-pager li {
  margin: 0 7px;
}
.new-theme .el-pagination .btn-prev,
.new-theme .el-pagination .btn-next {
  background-color: var(--background-medium);
  color: var(--color-black);
  box-shadow: var(--box-shadow-2);
  width: var(--input-height);
  height: var(--input-height);
}
.new-theme .el-pagination .btn-prev:hover:not(:disabled),
.new-theme .el-pagination .btn-next:hover:not(:disabled) {
  color: var(--color-white);
  background-color: var(--color-primary-2);
}
.new-theme .el-pagination .el-input__inner:hover {
  color: var(--color-white);
  background-color: var(--color-primary-2);
}
.new-theme .el-pagination span:not([class*=suffix]),
.new-theme .el-pagination button,
.new-theme .el-pagination__sizes .el-select .el-input__inner {
  font-size: var(--text-size-secondary);
}
.new-theme .el-pagination span:not([class*=suffix]) {
  height: var(--input-height);
}
.new-theme .el-pagination .el-pager li {
  font-size: var(--text-size-secondary);
  width: var(--input-height);
  height: var(--input-height);
  box-shadow: var(--box-shadow-2);
  padding: 8px 0px;
  margin: 0 2px;
}
@media (min-width: 1152px) {
  .new-theme .el-pagination .el-pager li {
    margin: 0 7px;
  }
}
.new-theme .el-pagination .el-pager li:not(.disabled).active,
.new-theme .el-pagination .el-pager li:not(.disabled).is-active {
  background-color: var(--color-primary-3);
  font-weight: 400;
}
.new-theme .el-pagination__sizes .el-select .el-input__inner {
  color: var(--color-text-secondary);
  box-shadow: var(--box-shadow-2);
  height: var(--input-height);
  font-weight: 400;
}
.new-theme .el-pagination__total {
  color: var(--color-text-secondary);
  box-shadow: var(--box-shadow-2);
  padding: 8px 12px !important;
}
.new-theme--sizes.new-theme .el-pagination__total {
  margin-left: 12px;
  height: 44px;
}
.new-theme .el-pagination .el-pager li:not(.disabled):hover:hover,
.new-theme .el-pagination__total:hover {
  color: var(--color-white);
  background-color: var(--color-primary-2);
}
.new-theme--sizes.new-theme .el-tabs--card .el-tabs__item {
  height: 53px !important;
}
.new-theme--sizes.new-theme .el-tabs__item {
  font-size: 20px;
}
.new-theme--sizes.new-theme .el-tabs--card .el-tabs__item {
  padding: 0 50px;
}
.new-theme--sizes.new-theme .el-tabs--card .el-tabs__nav {
  padding-top: 25px;
}
.new-theme .el-tabs .is-active {
  color: var(--color-primary);
}
.new-theme--sizes.new-theme .el-switch {
  height: auto;
}
.new-theme--sizes.new-theme .el-switch__core {
  width: 48px !important;
  height: 24px;
  border-radius: 28px;
}
.new-theme--sizes.new-theme .el-switch__core:after {
  width: 18px;
  height: 18px;
  top: 2px;
  left: 3px;
}
.new-theme .el-switch.is-checked__core {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.new-theme--sizes.new-theme .el-switch.is-checked__core:after {
  margin-left: -21px;
}
.new-theme .el-checkbox__input.is-checked:not(.is-disabled) .el-checkbox__inner {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.new-theme .el-alert__title {
  font-size: var(--text-size-primary);
}
.new-theme [class^=icon-],
.new-theme [class*=" icon-"] {
  font-size: var(--text-size-primary);
}
.logo {
  display: none;
}
.new-theme .logo-link {
  display: flex;
  align-items: center;
  width: 100%;
}
.new-theme .logo-new {
  display: none !important;
  margin-top: 7px;
}
@media (min-width: 1200px) {
  .new-theme .logo-new {
    display: block !important;
  }
}
.new-theme .logo-new--small {
  display: block !important;
}
@media (min-width: 1200px) {
  .new-theme .logo-new--small {
    display: none !important;
  }
}
.new-theme .logo-new,
.new-theme .logo-new--small {
  display: none !important;
}
.new-theme--sizes.new-theme .el-aside__logo {
  padding: 7px;
}
@media (min-width: 1200px) {
  .new-theme--sizes.new-theme .el-aside__logo {
    padding: 15px 20px;
  }
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .el-aside__logo {
    padding: 21px 31px;
  }
}
.new-theme .side-menu {
  color: var(--color-black);
  font-size: var(--text-size-primary);
}
.new-theme .side-menu .el-menu-item {
  font-size: var(--text-size-primary);
}
.new-theme--sizes.new-theme .side-menu .el-menu-item {
  height: 56px;
  padding: 15px 15px 15px 16px !important;
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .side-menu .el-menu-item {
    padding: 15px 15px 15px 40px !important;
  }
}
.new-theme .side-menu .el-menu-item i {
  color: var(--color-menu-icon);
}
@media (min-width: 1200px) {
  .new-theme--sizes.new-theme .side-menu .el-menu-item i {
    margin-right: 10px;
  }
}
.new-theme .side-menu .el-menu-item.is-active {
  color: var(--color-menu-item) !important;
  background-color: var(--background-medium) !important;
}
.new-theme .side-menu .el-menu-item.is-active i {
  color: var(--color-menu-icon);
}
.side-menu .el-menu-item.is-active:before {
  background-color: var(--color-menu-item);
}
.new-theme .side-menu .el-menu-item.is-active:hover i {
  color: var(--color-menu-item);
}
.new-theme .side-menu .el-menu-item:hover i {
  color: var(--color-white);
}
.new-theme .side-menu .el-submenu__title,
.new-theme .side-menu .el-sub-menu__title {
  font-size: var(--text-size-primary);
}
.new-theme--sizes.new-theme .side-menu .el-submenu__title,
.new-theme--sizes.new-theme .side-menu .el-sub-menu__title {
  height: 56px;
  justify-content: center;
  padding: 15px 15px 15px 16px !important;
}
@media (min-width: 1200px) {
  .new-theme--sizes.new-theme .side-menu .el-submenu__title,
  .new-theme--sizes.new-theme .side-menu .el-sub-menu__title {
    justify-content: flex-start;
  }
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .side-menu .el-submenu__title,
  .new-theme--sizes.new-theme .side-menu .el-sub-menu__title {
    padding: 15px 15px 15px 40px !important;
  }
}
.new-theme .side-menu .el-submenu__title i,
.new-theme .side-menu .el-sub-menu__title i {
  color: var(--color-menu-icon);
}
.new-theme--sizes.new-theme .side-menu .accordion {
  width: 236px;
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .side-menu .accordion {
    width: 315px;
  }
}
.new-theme--sizes.new-theme .el-menu i:not(.el-submenu__icon-arrow),
.new-theme--sizes.new-theme .el-submenu .icon-gear,
.new-theme--sizes.new-theme .el-menu i:not(.el-sub-menu__icon-arrow),
.new-theme--sizes.new-theme .el-sub-menu .icon-gear {
  font-size: 24px;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .new-theme--sizes.new-theme .el-menu i:not(.el-submenu__icon-arrow),
  .new-theme--sizes.new-theme .el-submenu .icon-gear,
  .new-theme--sizes.new-theme .el-menu i:not(.el-sub-menu__icon-arrow),
  .new-theme--sizes.new-theme .el-sub-menu .icon-gear {
    font-size: 22px;
    margin-right: 10px;
  }
}
.new-theme .el-submenu__title i.vs-icon,
.new-theme .el-sub-menu__title i.vs-icon {
  filter: invert(86%) sepia(20%) saturate(7499%) hue-rotate(204deg) brightness(74%) contrast(73%);
}
.new-theme--sizes.new-theme .el-submenu__title i.vs-icon,
.new-theme--sizes.new-theme .el-sub-menu__title i.vs-icon {
  height: 24px;
  width: 24px;
  background-size: 100%;
  background-position: 3px center;
}
.new-theme .el-submenu__title:hover i.vs-icon,
.new-theme .el-sub-menu__title:hover i.vs-icon {
  filter: none;
}
.new-theme--sizes.new-theme .el-submenu__title:hover i.vs-icon,
.new-theme--sizes.new-theme .el-sub-menu__title:hover i.vs-icon {
  width: 24px !important;
  height: 24px !important;
  background-size: 100% !important;
  background-position: 3px center !important;
}
@media (min-width: 1200px) {
  .new-theme--sizes.new-theme .el-submenu__title i.vs-icon,
  .new-theme--sizes.new-theme .el-submenu__title:hover i.vs-icon,
  .new-theme--sizes.new-theme .el-sub-menu__title i.vs-icon,
  .new-theme--sizes.new-theme .el-sub-menu__title:hover i.vs-icon {
    background-size: 100% !important;
  }
}
.new-theme .el-menu-item:hover,
.new-theme .el-menu-item:focus,
.new-theme .el-menu-item.is-active,
.new-theme .el-submenu__title:hover,
.new-theme .el-submenu__title:focus,
.new-theme .el-sub-menu__title:hover,
.new-theme .el-sub-menu__title:focus {
  background-color: var(--color-menu-item) !important;
}
.new-theme .el-menu-item:not(.is-active):focus {
  background-color: rgba(0, 0, 0, 0) !important;
}
.new-theme .el-menu-item:hover,
.new-theme .el-submenu__title:hover i,
.new-theme .el-submenu__title:focus i,
.new-theme .el-submenu__title:hover,
.new-theme .el-submenu__title:focus,
.new-theme .el-sub-menu__title:hover i,
.new-theme .el-sub-menu__title:focus i,
.new-theme .el-sub-menu__title:hover,
.new-theme .el-sub-menu__title:focus {
  color: var(--color-white) !important;
}
.new-theme .side-menu .el-menu-item.group_menu,
.new-theme .side-menu .el-menu-item.group_menu:hover,
.new-theme .side-menu .el-menu-item.group_menu:focus,
.new-theme .side-menu .el-menu-item.is-active.group_menu,
.new-theme .side-menu .el-menu-item.is-active.group_menu:before {
  background-color: rgba(0, 0, 0, 0) !important;
}
.new-theme--sizes.new-theme .side-menu .el-menu-item.group_menu {
  padding-top: 41px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.new-theme .side-menu .el-menu-item.group_menu i {
  display: none;
}
.new-theme .side-menu .el-menu-item.group_menu span {
  font-size: var(--title-22);
}
.new-theme .el-input-group__append button.el-button,
.new-theme .el-input-group__append div.el-select .el-input__inner,
.new-theme .el-input-group__append div.el-select:hover .el-input__inner,
.new-theme .el-input-group__prepend button.el-button,
.new-theme .el-input-group__prepend div.el-select .el-input__inner,
.new-theme .el-input-group__prepend div.el-select:hover .el-input__inner {
  background-color: rgba(0, 0, 0, 0);
}
.new-theme--sizes {
  --input-height: 44px;
  --button-padding-vertical: 13px;
  --button-padding-horizontal: 20px;
  --text-size-primary: 16px;
  --text-size-secondary: 14px;
  font-family: var(--font-family);
  font-size: var(--text-size-primary);
}
.side-menu {
  color: #000 !important;
}
.vs-icon {
  background-size: 63%;
}
.side-menu__item .link i[class*=el-icon-] {
  font-size: 18px;
}
.el-tooltip.is-dark .link__title {
  color: #fff;
}
.side-menu__group {
  border-top: 1px solid #dedfe7;
  padding-left: 20px;
  font-size: 18px;
  margin-top: 20px;
  color: #6f6d6d;
}
.side-menu__popup-list {
  position: fixed;
  z-index: 9999;
  padding-left: 5px;
}
.side-menu__popup-list .side-menu__item {
  height: 56px;
  line-height: 56px;
}
.new-theme .side-menu__popup-list .side-menu__item:hover,
.new-theme .side-menu__popup-list .side-menu__item:focus,
.new-theme .side-menu__popup-list .side-menu__item_active {
  background-color: var(--color-primary-2) !important;
}
.side-menu__popup-list .side-menu__submenu {
  padding: 5px 0;
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  min-width: 200px;
  position: relative;
  z-index: 9999;
}
ul {
  padding: 0;
  list-style: none;
}
.link__icon {
  color: #4e5d6e;
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  min-width: 24px;
}
.link__icon-arrow {
  font-size: 12px;
  color: #4e5d6e;
  transform: rotate(0deg);
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
}
.link__icon-arrow_opened {
  transform: rotate(180deg);
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
}
.side-menu__link {
  position: relative;
  cursor: pointer;
  min-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 40px;
  transition:
    border-color .3s,
    background-color .3s,
    color .3s;
}
.side-menu__link_opened .link__icon-arrow {
  transform: rotate(180deg);
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
}
.side-menu__link_disabled {
  opacity: .25;
  cursor: not-allowed !important;
  background: none !important;
}
.side-menu__link_active-parent {
  background-color: #f5f6f9;
}
@media (max-width: 1200px) {
  .side-menu__link_active-parent .link__icon {
    color: #5185f3 !important;
  }
}
.side-menu__link:hover {
  background-color: #f5f6f9;
}
.side-menu__link:hover .link__icon,
.side-menu__link:hover .link__icon-arrow,
.side-menu__link:hover .link__icon-external {
  color: #5185f3;
}
.side-menu .el-icon {
  font-size: 18px;
}
.side-menu .icon-history::before {
  font-size: 18px;
}
.link__title {
  flex-grow: 1;
  font-size: 14px;
  color: #000;
  list-style: none;
  position: relative;
  transition:
    border-color .3s,
    background-color .3s,
    color .3s;
  box-sizing: border-box;
  white-space: nowrap;
}
.link__title_tip {
  cursor: auto !important;
}
.side-menu__item {
  z-index: 9999;
  position: relative;
  min-height: 40px;
  line-height: 40px;
}
.side-menu__item_disabled .link {
  opacity: .25;
  cursor: not-allowed !important;
  background: none !important;
}
.side-menu__item_active {
  position: relative;
}
@media (min-width: 1200px) {
  .side-menu__item_active {
    background-color: #f5f6f9;
  }
  .new-theme .side-menu__item_active .link__title {
    color: var(--color-primary) !important;
  }
  .side-menu__item_active:before {
    content: "";
    position: absolute;
    z-index: 9999;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #5185f3;
  }
}
@media (max-width: 1200px) {
  .side-menu__item_active {
    background-color: #f5f6f9;
  }
  .new-theme .side-menu__item_active .link__title {
    color: var(--color-primary) !important;
  }
  .side-menu__item_active:before {
    content: "";
    position: absolute;
    z-index: 9999;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #5185f3;
  }
  .new-theme .side-menu__item_active i.link__icon {
    color: var(--color-primary);
  }
}
.side-menu__submenu .side-menu__item_active {
  position: relative;
}
@media (max-width: 1200px) {
  .side-menu__submenu .side-menu__item_active .link__title {
    color: #5185f3;
  }
}
a {
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 1200px) {
  .side-menu__popup-list .side-menu__item_active .link {
    background-color: var(--color-primary) !important;
  }
  .side-menu__popup-list .side-menu__item_active .link__title {
    color: var(--color-white) !important;
  }
}
@media (min-width: 1200px) {
  .new-theme .side-menu__item_active .link__icon {
    color: var(--color-primary);
  }
}
.new-theme .side-menu {
  color: var(--color-black);
  font-size: var(--text-size-primary);
}
.new-theme .side-menu__item {
  font-size: var(--text-size-primary);
}
.new-theme--sizes.new-theme .side-menu__item {
  height: 56px;
  padding: 15px 15px 15px 16px !important;
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .side-menu__item {
    padding: 15px 15px 15px 40px !important;
  }
}
.new-theme .side-menu__item i {
  color: var(--color-primary-3);
}
@media (min-width: 1200px) {
  .new-theme--sizes.new-theme .side-menu__item i {
    margin-right: 10px;
  }
}
.new-theme .side-menu__item:not([class*=_active]) .link:hover i {
  color: var(--color-white);
}
.new-theme .side-menu .link__title {
  font-size: var(--text-size-primary);
}
.new-theme--sizes.new-theme .side-menu .link__title {
  height: 56px;
  justify-content: center;
  padding: 15px 15px 15px 16px !important;
}
@media (min-width: 1200px) {
  .new-theme--sizes.new-theme .side-menu .link__title {
    justify-content: flex-start;
  }
}
@media (min-width: 1440px) {
  .new-theme--sizes.new-theme .side-menu .link__title {
    padding: 15px 15px 15px 40px !important;
  }
}
.new-theme .side-menu .link__title i {
  color: var(--color-primary-3);
}
.new-theme--sizes.new-theme .side-menu__items i:not(.link__icon-arrow) {
  font-size: 24px;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .new-theme--sizes.new-theme .side-menu__items i:not(.link__icon-arrow) {
    font-size: 22px;
    margin-right: 10px;
  }
}
.new-theme .side-menu__link i.vs-icon {
  filter: invert(86%) sepia(20%) saturate(7499%) hue-rotate(204deg) brightness(74%) contrast(73%);
}
.new-theme--sizes.new-theme .side-menu__link i.vs-icon {
  height: 24px;
  width: 24px;
  background-size: 100%;
  background-position: 3px center;
}
.new-theme .side-menu__link:hover i.vs-icon {
  filter: none;
  color: var(--color-white);
}
.new-theme--sizes.new-theme .side-menu__link:hover i.vs-icon {
  width: 24px !important;
  height: 24px !important;
  background-size: 100% !important;
  background-position: 3px center !important;
}
@media (min-width: 1200px) {
  .new-theme--sizes.new-theme .side-menu__link i.vs-icon,
  .new-theme--sizes.new-theme .side-menu__link:hover i.vs-icon {
    background-size: 100% !important;
  }
}
.new-theme .side-menu__item:not(.side-menu__item_active) .side-menu__link .link__icon {
  color: var(--color-primary-3);
}
.new-theme .side-menu__item:not(.side-menu__item_active) .side-menu__link:hover .link__title,
.new-theme .side-menu__item:not(.side-menu__item_active) .side-menu__link:hover i {
  color: var(--color-white) !important;
}
.new-theme .side-menu__item:not(.side-menu__item_active) .side-menu__link:hover {
  background-color: var(--color-primary-2) !important;
}
.new-theme--sizes.new-theme .side-menu .side-menu__group {
  padding-top: 41px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.new-theme .side-menu .side-menu__group i {
  display: none;
}
.new-theme .side-menu .side-menu__group span {
  font-size: var(--title-22);
}
.select-tags-ui {
  position: relative;
}
.select-tags-ui__input {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 4px;
  padding: 4px;
  width: 100%;
  height: 32px;
  background: #efefef;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.select-tags-ui__input:focus {
  box-shadow: 0 0 0 1px #409eff inset !important;
}
.select-tags-ui__input:hover {
  border-color: #d9d9d9;
}
@media (min-width: 1440px) {
  .select-tags-ui__input {
    height: 40px;
  }
}
.select-tags-ui__add-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 78px;
  height: 24px;
  background: #fdfdfd;
  border: 1px solid #409eff;
  box-shadow: 0px .15px .45px rgba(0, 0, 0, .22), 0px .8px 1.8px rgba(0, 0, 0, .13);
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #409eff;
}
.select-tags-ui__add-btn i {
  padding: 1px;
  font-weight: 600;
  font-size: 9px;
  border: 1px solid #409eff;
  border-radius: 4px;
  margin-left: 8px;
}
@media (min-width: 1440px) {
  .select-tags-ui__add-btn {
    min-width: 93px;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
  }
  .select-tags-ui__add-btn i {
    padding: 2px;
    font-size: 10px;
    margin-left: 12px;
  }
}
.select-tags-ui__select-tags {
  display: flex;
  column-gap: 4px;
}
.select-tags-ui__select-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 8px;
  height: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: #fdfdfd;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  white-space: nowrap;
  max-width: 250px;
}
.select-tags-ui__select-tag p {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.select-tags-ui__select-tag i {
  font-size: 8px;
  margin-left: 8px;
}
@media (min-width: 1440px) {
  .select-tags-ui__select-tag {
    padding: 8px 8px 8px 6px;
    height: 32px;
  }
  .select-tags-ui__select-tag i {
    font-size: 12px;
    margin-left: 6px;
  }
}
.select-tags-ui__hidden-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 10px 10px 8px;
  height: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: #fdfdfd;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  white-space: nowrap;
}
@media (min-width: 1440px) {
  .select-tags-ui__hidden-tags {
    padding: 8px 8px 8px 6px;
    height: 32px;
  }
}
.select-tags-ui__hidden-tags .open-hidden-tags {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 32px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 4px;
  min-width: 300px;
  max-width: 400px;
  padding: 4px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #efefef;
}
.select-tags-ui__hidden-tags .open-hidden-tags--open {
  position: absolute;
  opacity: 1;
  pointer-events: all;
}
.select-tags-ui__select-tag {
  position: relative;
  box-shadow: 0px .15px .45px rgba(0, 0, 0, .22), 0px .8px 1.8px rgba(0, 0, 0, .13);
}
.select-tags-ui__select-tag--tooltip {
  position: absolute;
  width: auto;
  padding: 7px 12px;
  border-radius: 4px;
  top: -40px;
  background: #fdfdfd;
  border: 1px solid #d9d9d9;
  filter: drop-shadow(0px 0.6px 1.8px rgba(0, 0, 0, 0.11)) drop-shadow(0px 3.2px 7.2px rgba(0, 0, 0, 0.13));
}
.select-tags-ui__options {
  overflow: auto;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 0;
  background: #efefef;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1.2px 3.6px rgba(0, 0, 0, .11), 0px 6.4px 14.4px rgba(0, 0, 0, .13);
  border-radius: 6px;
  top: 40px;
  left: 0;
  opacity: 0;
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
}
.select-tags-ui__options--show {
  opacity: 1;
  height: 204px;
}
@media (min-width: 1440px) {
  .select-tags-ui__options {
    top: 45px;
  }
}
.select-tags-ui__options-item {
  display: flex;
  align-items: center;
  padding: 0 32px 0 20px;
  min-height: 34px;
  word-break: break-word;
}
.select-tags-ui__options-item--selected {
  color: #0067f5;
}
.select-tags-ui__options-item--selected .select-tags-ui__point-select-item {
  background: #409eff;
  border: none;
}
.select-tags-ui__options-item--selected .select-tags-ui__point-select-item:after {
  position: absolute;
  content: "";
  border-radius: 50px;
  width: 10px;
  height: 10px;
  left: 25%;
  top: 25%;
  background: #fff;
}
.select-tags-ui__options-item--hover {
  background-color: #dedede;
}
.select-tags-ui__options-item:hover {
  background-color: #dedede;
}
.select-tags-ui__point-select-item {
  position: relative;
  color: rgba(0, 0, 0, 0);
  margin-right: 12px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  background: #e8e8e8;
  border-radius: 50px;
  border: 1px solid #555;
}
.select-tags-ui__disabled {
  display: none;
}
.order-status-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  height: 32px;
  font-weight: 600;
  font-size: 16px;
  border-style: solid;
  border-radius: 40px;
  border-width: 1px;
}
.order-status-tag--canceled {
  border-color: #ea9797;
  color: #e92828;
  background-color: #ffe6e6;
}
.order-status-tag--active {
  border-color: #a8ea97;
  color: #4ab278;
  background-color: #f5ffe6;
}
.order-status-tag--draft {
  border-color: #c4bbff;
  color: #6e58f8;
  background-color: #f6eef6;
}
.metrics-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (min-width: 1600px) {
  .metrics-blocks {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
.metrics-blocks .metrics-v2--success-scans {
  grid-column: 1/3;
}
.metrics-blocks .metrics-v1-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.metrics-blocks-lib {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.metrics-library {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.metrics-requests-errors {
  grid-column-start: 1;
  grid-column-end: 3;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 1600px) {
  .metrics-requests-errors {
    grid-column-end: 4;
  }
}
.metrics-v3,
.metrics-v5,
.metrics-library {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (min-width: 1600px) {
  .metrics-v3,
  .metrics-v5,
  .metrics-library {
    grid-column-end: 4;
  }
}
.metrics-first {
  display: flex;
  flex-direction: row;
}
.metrics-first__left {
  flex-grow: 1;
  padding-right: 5px;
}
.metrics-first__right {
  display: flex;
  height: 100%;
  padding-left: 15px;
  flex-grow: 1;
  grid-gap: 20px;
}
.metrics-v1,
.metrics-v1--green {
  flex-grow: 1;
}
.metric__list {
  display: flex;
  justify-content: space-evenly;
  background: #f9f9f9;
}
.metric__item {
  padding: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  width: 33.3%;
  flex-flow: column;
}
.metric__item__name {
  font-size: 15px;
  color: #000;
  margin-bottom: 5px;
}
.metric__item__value {
  font-size: 25px;
  color: #5185f3;
}
.metric__item__value--empty {
  color: #7f8188;
  font-size: 20px;
}
.metric .metric-sub {
  background: #f9f9f9;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.metric .metric-sub__left {
  flex-grow: 1;
  min-width: 450px;
  padding: 20px;
}
.metric .metric-sub__left label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #747474;
  margin-bottom: 10px;
}
.metric .metric-sub__left .el-date-editor {
  width: 100%;
}
.metric .metric-sub__center {
  flex-grow: 1;
  min-width: 350px;
  padding: 20px;
}
.metric .metric-sub__center .el-select {
  max-width: 337px;
}
.metric .metric-sub__center label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #747474;
  margin-bottom: 10px;
}
.metric .metric-sub__right {
  padding: 20px 10px 20px 10px;
}
@media (min-width: 1020px) {
  .metric .metric-sub__right {
    padding: 20px 20px 20px 20px;
  }
}
.metric .metric-sub__right h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.metric .metric-sub__right .table-date {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1020px) {
  .metric .metric-sub__right .table-date {
    font-size: 20px;
  }
}
.metric .metric-sub__right .table-date div:last-child {
  color: #7d7d7d;
}
.metric .metrics-v1 .el-card__body {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.metric .metrics-v1__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.metric .metrics-v1__content {
  margin-top: 15px;
  text-align: center;
}
.metric .metrics-v1__count {
  color: #004bde;
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: bold;
}
.metric .metrics-v1__title {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 18px;
}
.metric .metrics-v1__perc {
  color: #7d7d7d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.metric .metrics-v1--green .metrics-v1__count {
  color: #48da00;
}
.metric .metrics-v2__highchart {
  width: 168px;
  height: 168px;
}
.metric .metrics-v2-stats {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  justify-items: start;
  align-content: end;
  justify-content: end;
  align-items: end;
  grid-gap: 10px;
}
@media (min-width: 1280px) {
  .metric .metrics-v2-stats {
    grid-template-columns: auto auto;
  }
}
.metric .metrics-v2-stats--is-integration-enabled .metrics-v2-stat--both-failed {
  grid-row: 2;
  grid-column: 2;
}
.metric .metrics-v2-stats--is-integration-enabled .metrics-v2-stat--only-ocr-fail {
  grid-column: 1;
  grid-row: 2;
}
.metric .metrics-v2-stat h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.metric .metrics-v2-stat__dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-radius: 50%;
  margin-top: 21px;
  margin-right: 15px;
}
.metric .metrics-v2-stat__dot--6BE72E {
  background-color: #6be72e;
}
.metric .metrics-v2-stat__dot--FF9A51 {
  background-color: #ff9a51;
}
.metric .metrics-v2-stat__dot--FF4949 {
  background-color: #ff4949;
}
.metric .metrics-v2-stat__dot--FFC632 {
  background-color: #ffc632;
}
.metric .metrics-v2-stat__dot--7B61FF {
  background-color: #7b61ff;
}
.metric .metrics-v2-stat__dot--1076FF {
  background-color: #1076ff;
}
.metric .metrics-v2-stat__dot--13CE66 {
  background-color: #13ce66;
}
.metric .metrics-v2-stat__dot--FF0200 {
  background-color: #ff0200;
}
.metric .metrics-v2-stat__dot--FA8005 {
  background-color: #fa8005;
}
.metric .metrics-v2-stat__dot--8AD765 {
  background-color: #8ad765;
}
.metric .metrics-v2-stat__dot--1FCB17 {
  background-color: #1fcb17;
}
.metric .metrics-v2-stat__dot--007300 {
  background-color: #007300;
}
.metric .metrics-v2-stat__dot--FF8787 {
  background-color: #ff8787;
}
.metric .metrics-v2-stat__dot--E25050 {
  background-color: #e25050;
}
.metric .metrics-v2-stat__dot--A01616 {
  background-color: #a01616;
}
.metric .metrics-v2-stat__dot--17596C {
  background-color: #17596c;
}
.metric .metrics-v2-stat__dot--5992A0 {
  background-color: #5992a0;
}
.metric .metrics-v2-stat__dot--97C1CA {
  background-color: #97c1ca;
}
.metric .metrics-v2-stat__dot--4B357F {
  background-color: #4b357f;
}
.metric .metrics-v2-stat__dot--7159A0 {
  background-color: #7159a0;
}
.metric .metrics-v2-stat__dot--AA97CA {
  background-color: #aa97ca;
}
.metric .metrics-v2-stat__dot--0015C9 {
  background-color: #0015c9;
}
.metric .metrics-v2-stat__dot--4173FF {
  background-color: #4173ff;
}
.metric .metrics-v2-stat__dot--81ABFF {
  background-color: #81abff;
}
.metric .metrics-v2-stat__dot-- {
  border: solid 1px #2b3442;
}
.metric .metrics-v2-stat__dot--success {
  background-color: #6be72e;
}
.metric .metrics-v2-stat__dot--failed {
  background-color: #ff0200;
}
.metric .metrics-v2-stat__dot--pending {
  background-color: #fa8005;
}
.metric .metrics-v2-stat__dot--yellow {
  background-color: #ffe34e;
}
.metric .metrics-v2-stat__dot--failed-1 {
  background-color: #ff0200;
}
.metric .metrics-v2-stat__dot--failed-3 {
  background-color: #ff9a51;
}
.metric .metrics-v2-stat__dot--failed-2 {
  background-color: #ffc632;
}
.metric .metrics-v2-stat__dot--failed-4 {
  background-color: #62a3fb;
}
.metric .metrics-v2-stat__dot--success-1 {
  background-color: #7b61ff;
}
.metric .metrics-v2-stat__dot--success-2 {
  background-color: #1076ff;
}
.metric .metrics-v2-stat__dot--success-3 {
  background-color: #13ce66;
}
.metric .metrics-v2-stat__title {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.metric .metrics-v2-stat__count {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.metric .metrics-v3-i {
  display: grid;
  grid-template-columns: 200px 30% auto;
  margin-bottom: 5px;
}
.metric .metrics-v3-i + .metrics-v3-i .metrics-v3-i__chart {
  border-top: none;
}
.metric .metrics-v3-i__name {
  font-size: 14px;
  line-height: 18px;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.metric .metrics-v3-i__chart {
  display: flex;
  width: 100%;
  height: 33px;
  border-top: solid 1px #dcdfe6;
  border-bottom: solid 1px #dcdfe6;
  padding-left: 5px;
  padding-right: 5px;
  align-items: center;
}
.metric .metrics-v3-i__line-wrap {
  width: 100%;
  height: 5px;
  flex-grow: 1;
}
.metric .metrics-v3-i__line {
  height: 100%;
  border-radius: 10px;
  background: #ff0200;
}
.metric .metrics-v3-i__count {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding-left: 20px;
  text-align: right;
  min-width: 60px;
}
.metric .metrics-v3-i__desc {
  font-size: 14px;
  line-height: 18px;
  color: #7d7d7d;
  width: 100%;
  text-overflow: ellipsis;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
}
.metric .metrics-v3 h3,
.metric .metrics-v2 h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}
.metric .metrics-v4__content {
  display: flex;
}
.metric .metrics-v4__block {
  position: relative;
}
.metric .metrics-v4__block .highchart-wrapper {
  width: 290px;
  height: 170px;
  overflow: hidden;
}
.metric .metrics-v4__descriptions {
  display: grid;
  justify-items: start;
  align-content: end;
  justify-content: end;
  align-items: end;
  grid-gap: 10px;
  padding-left: 20px;
}
@media (min-width: 1600px) {
  .metric .metrics-v4__descriptions {
    padding-left: 40px;
  }
}
.metric .metrics-v4__label {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.metric .metrics-v4__label_int,
.metric .metrics-v4__label_int_min {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.layout__header-menu {
  padding: 12px;
  height: 64px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  z-index: 203;
  position: absolute;
  width: 100%;
}
.layout__header-menu .icon-list {
  font-size: 28px;
}
.layout__header-menu .icon-close {
  font-size: 28px;
}
.layout .sidebar-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.layout .sidebar-container__mobile {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding-top: 64px;
  background-color: #fff;
  position: absolute;
  overflow: auto;
  width: 100%;
  z-index: 202;
}
.layout .sidebar-container__mobile .side-menu {
  padding: 0 !important;
  background-color: #fff;
  width: 100%;
  z-index: 200;
  overflow: auto;
}
.layout .sidebar-container__mobile .side-menu__title {
  padding: 10px 0 10px 20px;
  border-top: 1px solid #d1d1d1;
  color: #7f8187;
}
.layout .sidebar-container__mobile--close {
  opacity: 0;
  transform: translateY(-10vh);
  z-index: -1;
}
.layout .sidebar-container__mobile--open {
  opacity: 1;
  transform: translateY(0);
}
.layout__container-main {
  padding-top: 64px;
}
.layout-footer {
  flex-direction: column;
  row-gap: 20px;
}
.layout-footer__item-first {
  text-align: center !important;
}
.layout-footer__item-center {
  text-align: center !important;
}
.layout-footer__item-last {
  text-align: center !important;
}
.layout .el-link {
  color: #fff;
}
.layout__dialog {
  max-width: 666px;
}
@media (max-width: 767px) {
  .layout__dialog {
    width: 300px;
  }
}
.layout__dialog .el-dialog__header {
  padding: 0;
}
.layout__dialog .dialog-footer {
  display: flex;
  justify-content: flex-end;
  column-gap: 12px;
  row-gap: 12px;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .layout__container-main {
    padding-top: 20px;
  }
}
.header-menu__logo {
  height: 40px;
}
.header-menu__logo img {
  width: 100%;
  height: 100%;
}
.el-container {
  min-width: auto;
}
.el-container .el-aside__collapseBtn {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 16px 22px;
  border-bottom: solid 1px #dcdfe6;
  cursor: pointer;
}
.el-container .el-aside__collapseBtn i {
  display: flex;
  align-items: end;
}
.el-popover__title {
  font-weight: bold;
}
.el-popover.el-popper {
  word-break: break-word;
}
.el-select .el-input .el-select__caret {
  transform: rotateZ(0deg);
}
.el-select .el-input .el-select__caret.is-reverse {
  transform: rotateZ(180deg);
}
.dot-layout {
  background-color: #fff;
  display: flex;
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  flex-direction: column;
  min-width: 320px;
  font-family:
    Inter,
    Helvetica,
    Arial,
    sans-serif;
  min-height: 100vh;
}
@media (min-width: 520px) {
  .dot-layout {
    background-color: #004db7;
    min-width: 100%;
    overflow-x: hidden;
    position: relative !important;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
  }
}
.dot-layout .m-t-25 {
  margin-top: 25px;
}
.dot-layout .grid,
.dot-layout .grid-bg,
.dot-layout .grid-line {
  display: none;
}
@media (min-width: 520px) {
  .dot-layout .grid,
  .dot-layout .grid-bg,
  .dot-layout .grid-line {
    display: block;
  }
}
.dot-layout .content-box {
  background-color: #fff;
  padding: 24px;
  position: relative;
  width: 100%;
  flex-grow: 1;
  z-index: 20;
}
.dot-layout .content-box--tall {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 520px) {
  .dot-layout .content-box {
    box-shadow:
      0px 2px 12px rgba(0, 0, 0, .16),
      0px 1.2px 3.6px rgba(0, 0, 0, .22),
      0px 26.1px 48px rgba(0, 0, 0, .22);
    padding: 48px 32px;
    border-radius: 12px;
    max-width: 512px;
  }
}
.dot-layout .content-box__bottom-small-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #6e6e6f;
}
.dot-layout .content-box__bottom-small-text a {
  color: #0067f5;
}
.dot-layout .content-box__logo {
  max-width: 236px;
  margin: 0 auto 32px 0;
  display: block;
}
.dot-layout .content-box__logo a,
.dot-layout .content-box__logo img {
  width: 100%;
}
.dot-layout .content-box__logo--left {
  margin: 0 0 32px 0;
}
.dot-layout .content-box--login .content-box__logo {
  margin: 0 auto 15px auto;
}
.dot-layout .content-box__footer {
  margin-top: 48px;
}
.dot-layout .content-box__heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 8px;
}
.dot-layout .content-box__header {
  margin-bottom: 32px;
}
.dot-layout .content-box__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6e6e6f;
}
.dot-layout .footer-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 100%;
  z-index: 10;
  height: 68px;
  margin-bottom: 0;
  bottom: 0;
  min-height: 68px;
  background: rgba(0, 0, 0, 0);
  color: #6e6e6f;
  padding: 0 24px;
}
@media (min-width: 520px) {
  .dot-layout .footer-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: auto;
    bottom: 20px;
    min-height: auto;
    position: fixed;
  }
}
.dot-layout .footer-text a {
  color: #0067f5;
  text-decoration: underline;
}
@media (min-width: 520px) {
  .dot-layout .footer-text a {
    color: #fff;
  }
}
.dot-layout .footer-text__years {
  margin-right: 4px;
}
.dot-layout .footer-text__company {
  margin-left: 4px;
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
}
.dot-layout .footer-text__company a {
  color: #fff;
}
.dot-layout .min-width-128 {
  min-width: 128px;
}
.dot-layout .el-button {
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  color: #1c1c1e;
  text-align: center;
}
.dot-layout .el-button--primary {
  color: #fff;
  background: #0067f5;
  border-color: #0067f5;
}
.dot-layout .el-button--small {
  padding: 0px 16px;
  height: 32px;
  font-weight: 400;
  font-size: 14px;
}
.dot-layout .el-button--outline {
  background-color: #fff;
}
.dot-layout .el-button--outline.el-button--primary {
  color: var(--color-primary);
}
.dot-layout .el-button--text {
  border: none;
}
.dot-layout .el-form-item__label {
  font-size: 14px;
  color: #1c1c1e;
}
.dot-layout .el-form-info-item {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #ff4949;
}
.dot-layout--white {
  --tile-background: white;
}
.dot-layout--white .footer-text {
  color: #6e6e6f;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: static;
  padding: 0;
  padding-top: 28px;
  height: auto;
}
.dot-layout--white .footer-text a {
  color: #0067f5;
}
@media (min-width: 520px) {
  .dot-layout--white .footer-text {
    color: #6e6e6f;
    height: 68px;
    padding-top: 48px;
  }
  .dot-layout--white .footer-text a {
    color: #0067f5;
  }
}
@media (min-width: 520px) {
  .dot-layout--plans .content-box {
    min-width: 640px;
    padding: 48px;
  }
}
.dot-layout-dropdown .el-dropdown-menu__item:not(.is-disabled):hover .color-danger i,
.dot-layout-dropdown .el-dropdown-menu__item:not(.is-disabled):focus .color-danger i,
.dot-layout-dropdown .el-dropdown-menu__item:hover .color-danger i,
.dot-layout-dropdown .el-dropdown-menu__item:focus .color-danger i {
  color: var(--color-danger);
}
.product-subscriptions__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24%, 390px));
  grid-gap: 20px;
}
.product-subscriptions__wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}
.product-subscriptions__title {
  font-size: 30px;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
}
.product-subscriptions__description {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-subscriptions__price .inner {
  height: 100px;
}
.product-subscriptions__price__dollar {
  font-size: 30px;
  margin-top: -5px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.product-subscriptions__price__money {
  font-size: 54px;
}
.product-subscriptions .el-card {
  height: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.product-subscriptions .el-card .hotdeal {
  position: absolute;
  top: 5px;
  right: -75px;
  width: 200px;
  height: 40px;
  line-height: 45px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background-color: #13ce66;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-subscriptions .el-card__header {
  font-size: 20px;
  color: #000;
  border-bottom-color: #13ce66;
}
.product-subscriptions .el-card__body {
  height: 100%;
  text-align: center;
}
.product-subscriptions .el-card__body h2 {
  text-align: center;
}
.product-subscriptions .el-card__body button {
  width: 50%;
  min-width: 150px;
}
.product-subscriptions .plan-dialog .plan__info {
  border-bottom: solid 1px #dcdfe6;
  height: 99px;
}
.product-subscriptions .plan-dialog .plan__arrow {
  transition: all .8s;
}
.product-subscriptions .plan-dialog .plan__options {
  height: 100px;
  background: #f5f6f9;
  border-bottom: solid 1px #dcdfe6;
  transition: all .3s;
  overflow: hidden;
}
.product-subscriptions .plan-dialog .plan__options--hidden {
  border-bottom-color: rgba(0, 0, 0, 0);
  height: 0;
}
.product-subscriptions .plan-dialog .plan--opened .plan__arrow {
  transform: rotateX(180deg);
}
.product-subscriptions .buy-dialog .el-dialog__body {
  padding: 0;
}
.product-subscriptions .buy-dialog .el-dialog__footer {
  padding: 0;
}
.product-subscriptions .buy-dialog__content {
  max-height: 469px;
  overflow: hidden;
  overflow-y: auto;
}
.product-subscriptions .buy-dialog__scroll {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 1602px;
  transition: all .3s;
}
.product-subscriptions .buy-dialog__screen {
  width: 534px;
  height: 100%;
  padding: 0 20px 20px 20px;
}
.product-subscriptions .buy-dialog__footer {
  padding: 40px;
  border-top: solid 1px #dcdfe6;
  text-align: center;
  color: #4e5d6e;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .product-subscriptions__content {
    grid-template-columns: repeat(2, 2fr);
  }
}
.users__table__name {
  color: #000;
}
.users__table__name:hover {
  color: #000;
}
.subscription__details {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 5px;
}
.subscription__details .param {
  display: flex;
  flex-direction: row;
}
.subscription__details .param .title {
  color: #7f8188;
  min-width: 150px;
}
.subscription__details .param .invoice__title {
  color: #7f8188;
  min-width: 120px;
}
.user-actions__button {
  padding: 10px;
}
.user-actions__button i {
  font-size: 20px !important;
}
.user-actions__button_active {
  background-color: var(--background-low) !important;
  color: var(--color-primary-2) !important;
  border-color: var(--color-primary-2) !important;
}
.user-actions__button_active .el-icon svg {
  color: var(--color-primary-2) !important;
}
.user-actions__dropdown .el-dropdown-menu .el-dropdown-menu__item {
  padding: 10px 20px;
  line-height: initial;
}
.user-actions__dropdown .el-dropdown-menu .el-dropdown-menu__item .el-icon {
  margin-right: 10px;
}
.user-actions__dropdown .el-dropdown-menu .el-dropdown-menu__item svg,
.user-actions__dropdown .el-dropdown-menu .el-dropdown-menu__item span {
  color: var(--color-text-primary) !important;
}
.user-actions__dropdown .el-dropdown-menu .el-dropdown-menu__item.is-disabled svg {
  color: var(--color-text-disabled) !important;
}
.user-actions__dropdown .el-dropdown-menu .el-dropdown-menu__item:hover:not(.is-disabled) {
  color: var(--color-text-primary) !important;
}
.user-actions__dropdown .el-dropdown-menu .el-dropdown-menu__item:hover:not(.is-disabled) svg {
  color: var(--color-text-primary) !important;
}
.permissions .el-card__header {
  border-bottom: 0;
}
.permissions .content-section-title .title {
  font-family: Segoe UI;
  font-size: 20px;
  line-height: 27px;
}
.permissions .content-section-title_subtitle {
  overflow-x: hidden;
  position: relative;
  display: block;
  font-family: Segoe UI;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
}
.permissions .content-section-title_subtitle .line {
  margin-left: 35px;
  display: inline-block;
  max-width: 2000px;
  width: 100%;
  height: 1px;
  background: #dcdfe6;
  position: absolute;
  top: 50%;
}
.permissions__items {
  display: flex;
  flex-wrap: wrap;
}
.permissions__items__item {
  width: 300px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.applications {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (min-width: 1128px) {
  .applications {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 1466px) {
  .applications {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1920px) {
  .applications {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.applications__item {
  display: block;
}
.applications__item__subscription-btn {
  font-size: 18px !important;
  color: #4d6a8a !important;
  font-weight: normal !important;
  border: none !important;
  background: rgba(0, 0, 0, 0) !important;
}
.applications__item .el-button__line {
  position: absolute;
  width: 20%;
  height: 34%;
  top: 0;
  border-bottom: 1px solid #dcdfe6;
}
.applications__item .el-button__line_left {
  left: 0;
}
.applications__item .el-button__line_right {
  right: 0;
}
.applications__item__content--no-purchase {
  border-bottom: none;
}
.applications__item .application__name--no-purchase {
  border-bottom: 0;
}
.applications__item .application__content--no-purchase {
  position: relative;
  height: 63px;
}
.applications__item .el-button--no-purchase {
  width: 60%;
  margin: -2% auto auto auto;
}
.applications__add {
  border: dashed 7px;
  border-radius: 20px;
  border-color: #5185f3;
  text-align: center;
  font-size: 82px;
  font-weight: bold;
  color: #5185f3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  min-height: 400px;
  min-width: 300px;
  background-color: #fff;
}
.applications__add i {
  font-size: 82px !important;
}
.applications__add:hover {
  text-decoration: none;
}
.applications .el-card__body {
  height: 100%;
  flex-direction: column;
  display: flex;
}
.applications .el-card__body > a {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.applications .el-card__body > a img {
  max-height: 80px;
}
.applications .time {
  font-size: 13px;
  color: #999;
}
.applications .bottom {
  margin-top: 13px;
  line-height: 12px;
}
.applications .bottom i {
  font-size: 16pt;
}
.application {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  min-width: 300px;
}
.application--blue .application__img {
  background-color: #3c42df;
}
.application--gray {
  cursor: not-allowed;
}
.application--gray .application__img {
  background-color: #7f8188;
}
.application--grayscale {
  filter: grayscale(1);
  cursor: not-allowed;
}
.application--orange .application__img {
  background-color: #fbb016;
}
.application__copy {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 1;
}
.application__img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 72px 47px;
  background-color: #f9f9f9;
}
.application__img img {
  width: auto;
  display: block;
  height: 80px;
}
.application__copy-text {
  width: 100%;
  cursor: pointer;
  background: #f5f6f9;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
}
.application__name {
  padding: 25px 30px;
  font-size: 22px;
  color: #000;
  border-top: solid 1px #dcdfe6;
  border-bottom: solid 1px #dcdfe6;
  display: block;
  width: 100%;
  font-weight: bold;
}
.application__name:hover {
  text-decoration: none;
  color: #000;
}
.application__content {
  background-color: #fff;
  padding: 10px 30px;
}
.page-auth {
  font-family: "montserrat";
}
.page-auth .el-input-group__append a {
  font-weight: 600;
  line-height: 20px;
  font-size: 12px;
  color: #5185f3;
}
.page-auth .el-input__inner {
  line-height: 44px;
  height: 45px;
  font-weight: 400;
}
.page-auth .el-button {
  background-color: #fff;
  border: 1px solid #5185f3;
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #4e5d6e;
}
.page-auth .el-button--primary {
  background-color: #5185f3;
  color: #fff;
}
.page-auth .el-button--text {
  color: #000;
  font-size: 14px;
}
.page-auth .el-button--text:hover {
  color: #000;
  text-decoration: underline;
}
.page-auth .externalButton {
  border-width: 2px;
  background-color: #e9eef3;
  border-color: #e9eef3;
  text-transform: uppercase;
  color: #000;
  padding: 24px 20px;
}
.page-auth .externalButton img {
  margin-right: 20px;
  margin-top: -6px;
}
.page-auth .externalButton:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #5185f3;
}
.login-wrapper {
  display: flex;
  min-height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
}
.login-wrapper .particles-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #000d7f, #4c1fec);
}
.login-wrapper .login-page {
  overflow: auto;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .login-wrapper .login-page {
    width: auto;
    min-width: 768px;
  }
}
.login-wrapper .login-page .login-box {
  margin: auto;
}
.login-wrapper .login-page .login-box .logo {
  width: 80%;
  display: block;
}
.login-wrapper .login-page .login-box .footer-text {
  margin-top: 100px;
  text-align: center;
  color: #7f8188;
  font-size: 9pt;
  line-height: 20px;
}
@media (min-width: 768px) {
  .login-wrapper .login-page .login-box {
    width: 400px;
  }
}
.login-wrapper .login-page .card .body {
  font-size: 14px;
  color: #555;
}
.login-wrapper .login-page .card .body .msg {
  color: #555;
  margin-bottom: 30px;
  text-align: center;
}
.login-wrapper .login-page .card .body .el-form-item__label {
  margin-bottom: 0;
}
.login-wrapper .login-page .card .body .errMsg {
  text-align: center;
  color: #ff4949;
  margin-top: -10px;
  margin-bottom: 20px;
}
.login-wrapper .login-page .card .body a {
  font-size: 14px;
  text-decoration: none;
}
.login-wrapper .login-page .card .body .right {
  float: right;
}
.page-settings > form > .el-card {
  flex: 1;
  border: solid 1px #dcdfe6;
}
.page-settings .el-card {
  display: flex;
  flex-direction: column;
}
.page-settings .el-card__header {
  font-size: 20px;
  color: #000;
  border-bottom-color: #13ce66;
}
.page-settings .el-card__header button {
  opacity: 0;
}
.page-settings .el-card__body {
  flex: 1;
  background-color: #fff;
  opacity: 1;
}
.page-settings .el-card:hover .el-card__header button {
  opacity: 1;
}
.page-settings .el-form-item__label {
  line-height: normal;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}
.page-settings .el-checkbox + .el-checkbox {
  margin-left: inherit;
}
.page-settings__time {
  font-size: 14px;
}
.page-settings .usageData .el-radio__input.is-checked + .el-radio__label {
  color: inherit;
}
.dot-layout {
  background-color: #fff;
  display: flex;
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  flex-direction: column;
  min-width: 320px;
  font-family:
    Inter,
    Helvetica,
    Arial,
    sans-serif;
  min-height: 100vh;
}
@media (min-width: 520px) {
  .dot-layout {
    background-color: #004db7;
    min-width: 100%;
    position: fixed;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
  }
}
.dot-layout .m-t-25 {
  margin-top: 25px;
}
.dot-layout .mfa-profile-email {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6e6e6f;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.dot-layout .mfa-profile-email i {
  margin-right: 9px;
}
.dot-layout .auth-types .auth-type {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dot-layout .auth-types .auth-type + .auth-type {
  margin-top: 24px;
}
.dot-layout .auth-types .auth-type i {
  background-color: #e6f0fe;
  display: flex;
  flex-direction: row;
  padding: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #0067f5;
}
.dot-layout .auth-types .auth-type__name {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 16px;
}
.dot-layout .resend-btn {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  border: none;
  height: auto;
  text-decoration-line: underline;
  color: #0067f5;
  opacity: 1;
}
.dot-layout .resend-btn:disabled {
  opacity: 1;
  color: #80b3fa;
}
.dot-layout-dropdown .el-dropdown-menu__item:not(.is-disabled):hover .color-danger i,
.dot-layout-dropdown .el-dropdown-menu__item:not(.is-disabled):focus .color-danger i,
.dot-layout-dropdown .el-dropdown-menu__item:hover .color-danger i,
.dot-layout-dropdown .el-dropdown-menu__item:focus .color-danger i {
  color: var(--color-danger);
}
.mfa-page {
  background-color: #fff;
  font-family: "Inter", serif;
  --color-primary: #3396F5;
  word-break: break-word;
  --el-input-inner-height: 40px;
}
.mfa-page p {
  margin-bottom: 0;
}
.mfa-page h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #1c1c1e;
  margin-bottom: 40px;
}
.mfa-page h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1c1c1e;
}
.mfa-page h3 + small {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #595959;
}
.mfa-page h3 + small a {
  text-decoration: underline;
  color: var(--color-primary);
}
.mfa-page h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.mfa-page .min-width-120 {
  min-width: 120px;
}
.mfa-page .el-button {
  padding: 12px 12px;
  background: #fff;
  border: 1px solid;
  border-color: #d3d3d3;
  border-radius: 6px;
  color: #1c1c1e;
  text-align: center;
}
.mfa-page .el-button--primary {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.mfa-page .el-button--no-border {
  border-color: rgba(0, 0, 0, 0);
}
.mfa-page .el-button--no-border:hover {
  border-color: rgba(0, 0, 0, 0);
}
.mfa-page .el-button--danger {
  color: #fff;
}
.mfa-page .el-button--small {
  padding: 0px 16px;
  height: 32px;
  font-weight: 400;
  font-size: 14px;
}
.mfa-page .el-button--outline {
  background-color: #fff;
}
.mfa-page .el-button--outline .el-button--primary {
  color: var(--color-primary);
}
.mfa-page .el-button--outline .el-button--danger {
  color: var(--color-danger);
}
.mfa-page .el-button i.icon-more-hor {
  font-size: 26px;
  padding-top: 3px;
}
.mfa-page .el-form-item__label {
  font-size: 14px;
  color: #1c1c1e;
}
.mfa-page .el-dialog__body {
  color: #1c1c1e;
  word-break: break-word;
}
.mfa-page .el-dialog__footer {
  padding-top: 20px;
}
.mfa-page .el-input__inner {
  height: var(--el-input-inner-height);
}
.mfa-page .mfa-copy-codes {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-primary);
  padding: 0;
}
.mfa-page .mfa-copy-codes i {
  margin-top: 5px;
  margin-left: 5px;
}
.mfa-page .mfa-list {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  width: 100%;
  margin-top: 15px;
  max-width: 398px;
}
.mfa-page .mfa-list__radio {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #c6c6c6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfa-page .mfa-list__radio:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}
.mfa-page .mfa-list__item {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  border-bottom: solid 1px #d1d1d1;
  min-height: 50px;
  cursor: pointer;
}
.mfa-page .mfa-list__item--active .mfa-list__radio {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.mfa-page .mfa-list__item:last-child {
  border-bottom: none;
}
.mfa-page .mfa-list__item > i {
  color: #3396f5;
  font-size: 16px;
  margin-right: 16px;
}
.mfa-page .mfa-list__item > span,
.mfa-page .mfa-list__item > i {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.mfa-page .mfa-list__item > span {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15px;
}
.mfa-page .mfa-list__item > span small {
  font-size: 14px;
  color: #8e8e8f;
}
.mfa-page .mfa-dialog-activate-google ul {
  list-style: decimal;
  padding-left: 35px;
  margin-top: 20px;
}
.mfa-page .mfa-dialog-activate-google ul code {
  background: #dcdfe6;
  padding: 5px;
  border-radius: 6px;
  white-space: nowrap;
}
.mfa-page .mfa-dialog-activate-google ul li + li {
  margin-top: 20px;
}
.mfa-page-dropdown {
  background-color: red;
}
.mfa-page-dropdown .el-dropdown-menu__item i {
  font-size: 16px;
  padding-right: 13px;
}
.signup-layout {
  height: 100vh;
}
@media (min-width: 320px) {
  .signup-layout .signup-layout__container {
    padding: 0 24px;
  }
}
@media (min-width: 768px) {
  .signup-layout .signup-layout__container {
    padding: 0 64px;
  }
}
@media (min-width: 1024px) {
  .signup-layout .signup-layout__container {
    padding: 0 96px;
  }
}
@media (min-width: 1440px) {
  .signup-layout .signup-layout__container {
    padding: 0 128px;
  }
}
@media (min-width: 1920px) {
  .signup-layout .signup-layout__container {
    padding: 0 256px;
  }
}
.signup-layout .signup-first-step {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.signup-layout .signup-first-step .el-form-info-item {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #ff4949;
}
.signup-layout .signup-first-step * {
  font-family: Inter, sans-serif;
}
.signup-layout .signup-first-step__title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}
.signup-layout .signup-first-step__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
}
.signup-layout .signup-first-step__main .signup-first-step__logo {
  width: 209px;
  margin-top: 16px;
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__google-button {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  background: #f8f8f8;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  height: 56px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__google-button .google-button__icon {
  margin-right: 8px;
}
@media (max-width: 360px) {
  .signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__google-button span {
    max-width: 168px;
    white-space: normal;
  }
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__separator {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__separator hr {
  border-color: #b6b6b7;
  width: 100%;
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__separator .signup-form__separator-text {
  font-size: 14px;
  line-height: 20px;
  margin: 0 16px;
  color: #b6b6b7;
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__form {
  padding-bottom: 40px;
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__form .signup-form__fieldset {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__form .signup-form__fieldset .el-form-item {
  flex-grow: 1;
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__form .signup-form__fieldset .signup-form__input-email .el-input__inner {
  background: #f8f8f8;
  border-radius: 6px;
  height: 56px;
  font-weight: 400;
  font-size: 16px;
  box-shadow: 0 0 0 1px inset #d3d3d3;
  line-height: 24px;
  padding: 16px;
  margin-right: 8px;
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__form .signup-form__fieldset .signup-form__input-email .el-input__inner::placeholder {
  color: #6e6e6f;
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__form .signup-form__fieldset .signup-form__signup-button {
  background: #0067f5;
  box-shadow: 0 .15px .45px rgba(0, 0, 0, .32), 0 .8px 1.8px rgba(0, 0, 0, .13);
  border-radius: 6px;
  padding: 0 34px;
  height: 56px;
  font-size: 16px;
  line-height: 24px;
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__form .signup-form__fieldset .signup-form__signup-button:hover {
  background-color: #fff;
}
@media (max-width: 768px) {
  .signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__form .signup-form__fieldset .signup-form__signup-button {
    padding: 0 16px;
  }
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__form .signup-form__signup-description {
  font-size: 12px;
  line-height: 16px;
  color: #49494b;
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__form .signup-form__signup-description a {
  color: #0067f5;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .signup-layout .signup-first-step__main .signup-first-step__signup-form {
    max-width: 384px;
  }
}
@media (min-width: 1280px) {
  .signup-layout .signup-first-step__main .signup-first-step__signup-form {
    max-width: 512px;
  }
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__title {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
  }
}
.signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 48px;
  color: #333335;
}
@media (max-width: 360px) {
  .signup-layout .signup-first-step__main .signup-first-step__signup-form .signup-form__subtitle {
    line-height: 24px;
  }
}
.signup-layout .signup-first-step__footer .signup-first-step__footer-title {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .signup-layout .signup-first-step__footer .signup-first-step__footer-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
.signup-layout .signup-first-step__footer .signup-first-step__customers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 32px;
}
@media (min-width: 768px) {
  .signup-layout .signup-first-step__footer .signup-first-step__customers {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
  }
}
@media (min-width: 1024px) {
  .signup-layout .signup-first-step__footer .signup-first-step__customers {
    grid-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .signup-layout .signup-first-step__footer .signup-first-step__customers {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 11px;
  }
}
@media (min-width: 1440px) {
  .signup-layout .signup-first-step__footer .signup-first-step__customers {
    grid-gap: 30px;
  }
}
.signup-layout .signup-first-step__footer .signup-first-step__customers .customers__customer-box {
  background-color: #fff;
  box-shadow: 0 2.4px 7.4px rgba(0, 0, 0, .21), 0 12.8px 28.8px rgba(0, 0, 0, .18);
  border-radius: 12px;
  width: auto;
  height: 72px;
}
@media (min-width: 768px) {
  .signup-layout .signup-first-step__footer .signup-first-step__customers .customers__customer-box {
    height: 96px;
  }
}
@media (min-width: 1024px) {
  .signup-layout .signup-first-step__footer .signup-first-step__customers .customers__customer-box {
    height: 72px;
  }
}
@media (min-width: 1280px) {
  .signup-layout .signup-first-step__footer .signup-first-step__customers .customers__customer-box {
    height: 96px;
  }
}
@media (min-width: 1920px) {
  .signup-layout .signup-first-step__footer .signup-first-step__customers .customers__customer-box {
    height: 128px;
  }
}
.signup-layout .signup-first-step__footer .signup-first-step__customers .customers__customer-box .customer-box__inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  background-origin: content-box;
}
@media (min-width: 320px) {
  .signup-layout .signup-first-step__footer .signup-first-step__customers .customers__customer-box .customer-box__inner {
    padding: 7px 8px;
  }
}
@media (min-width: 360px) {
  .signup-layout .signup-first-step__footer .signup-first-step__customers .customers__customer-box .customer-box__inner {
    padding: 7px 18px;
  }
}
@media (min-width: 768px) {
  .signup-layout .signup-first-step__footer .signup-first-step__customers .customers__customer-box .customer-box__inner {
    padding: 11px 26px;
  }
}
@media (min-width: 1024px) {
  .signup-layout .signup-first-step__footer .signup-first-step__customers .customers__customer-box .customer-box__inner {
    padding: 7px;
  }
}
@media (min-width: 1280px) {
  .signup-layout .signup-first-step__footer .signup-first-step__customers .customers__customer-box .customer-box__inner {
    padding: 11px 16px;
  }
}
@media (min-width: 1920px) {
  .signup-layout .signup-first-step__footer .signup-first-step__customers .customers__customer-box .customer-box__inner {
    padding: 19px 16px;
  }
}
.signup-result {
  text-align: center;
}
.signup-result i {
  font-size: 63px;
}
.signup-result i.icon-check-circle {
  color: #16c141;
}
.signup-result i.el-icon-circle-close {
  color: #f53025;
}
.signup-result h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #1c1c1e;
  margin-top: 20px;
}
.signup-result__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #49494b;
  margin-top: 16px;
}
.signup-result__btn {
  margin-top: 32px;
}
.signUp-plans .signUp-plan {
  padding: 16px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0px .6px 1.8px rgba(0, 0, 0, .22), 0px 3.2px 7.2px rgba(0, 0, 0, .13);
  border-radius: 6px;
  position: relative;
}
.signUp-plans .signUp-plan + .signUp-plan {
  margin-top: 16px;
}
.signUp-plans .signUp-plan__heading {
  display: flex;
  margin-bottom: 4px;
  align-items: center;
}
.signUp-plans .signUp-plan__feature {
  padding: 2px 8px;
  background: #16c141;
  display: inline-block;
  border: 1px solid #16c141;
  border-radius: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 21px;
  margin-left: 0;
}
@media (min-width: 520px) {
  .signUp-plans .signUp-plan__feature {
    position: relative;
    margin-left: 8px;
    bottom: auto;
  }
}
.signUp-plans .signUp-plan__name {
  flex-grow: 1;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
}
.signUp-plans .signUp-plan__description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6e6e6f;
}
.signUp-plans .signUp-plan__footer {
  display: flex;
  justify-content: end;
}
.signUp-plans .signUp-plan__select {
  min-width: 106px;
}
.signUp-price {
  padding: 16px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0px .3px .9px rgba(0, 0, 0, .14), 0px 1.6px 3.6px rgba(0, 0, 0, .11);
  border-radius: 6px;
  position: relative;
  margin-bottom: 0;
}
.signUp-price__radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f4f4f5;
  border: 1px solid #d3d3d3;
  position: absolute;
  top: 20px;
  right: 20px;
}
.signUp-price--active .signUp-price__radio {
  background: #0067f5;
  border-color: #0067f5;
}
.signUp-price--active .signUp-price__radio:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-left: 50%;
}
.signUp-price__name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #333335;
  margin-bottom: 4px;
}
.signUp-price__amount {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6e6e6f;
}
.signUp-price__saving {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background-color: #16c141;
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: 8px;
  display: inline-block;
}
.signUp-customize-plan__prices {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr;
}
@media (min-width: 520px) {
  .signUp-customize-plan__prices {
    grid-template-columns: 1fr 1fr;
  }
}
.signUp-customize-plan__quantity {
  margin-top: 24px;
}
.signUp-customize-plan__quantity label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 8px;
}
.signUp-customize-plan__quantity .el-input-number {
  width: 100%;
}
@media (min-width: 520px) {
  .signUp-customize-plan__quantity .el-input-number {
    width: 264px;
  }
}
.signUp-customize-plan .el-input__inner {
  background-color: #ededed;
}
.signUp-subtotal,
.signUp-total {
  display: flex;
}
.signUp-subtotal span,
.signUp-subtotal b,
.signUp-total span,
.signUp-total b {
  flex-grow: 1;
}
.signUp-subtotal {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.signUp-total {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.signUp-customize-plan-coupon-input {
  margin-top: 24px;
  position: relative;
}
@media (min-width: 520px) {
  .signUp-customize-plan-coupon-input .el-input {
    max-width: 184px;
  }
}
.signUp-customize-plan-coupon-input .el-button {
  margin-left: 8px;
}
.signUp-customize-plan-coupon-input .el-input.has-error .el-input__inner {
  box-shadow: 0 0 0 1px var(--color-danger) inset;
}
.signUp-customize-plan-coupon-input .el-form-item__error {
  margin-top: 2px;
}
.signUp-customize-plan-coupon-info,
.signUp-checkout-coupon-info {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.signUp-customize-plan-coupon-info__name,
.signUp-checkout-coupon-info__name {
  font-size: 14px;
  flex-grow: 1;
  color: #6e6e6f;
}
.signUp-customize-plan-coupon-info__name span,
.signUp-checkout-coupon-info__name span {
  font-size: 14px;
  line-height: 20px;
  color: #414752;
  padding: 4px 10px;
  background: #efeff1;
  border-radius: 4px;
  display: inline-block;
}
.signUp-customize-plan-coupon-info__amount,
.signUp-checkout-coupon-info__amount {
  font-size: 14px;
  line-height: 20px;
  color: #6e6e6f;
  margin-right: 8px;
}
.signUp-customize-plan-coupon-info__discount,
.signUp-checkout-coupon-info__discount {
  font-size: 14px;
  line-height: 20px;
  color: #16c141;
}
.signUp-hr-line {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #d3d3d3;
}
.signUp-back-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1e;
  cursor: pointer;
}
.signUp-checkout-stripe-elements {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  border: solid 1px #d3d3d3;
  border-radius: 6px;
}
.signUp-checkout-stripe-elements .StripeElement {
  border: none;
}
.signUp-checkout-stripe-elements__card {
  grid-column: 1/4;
  border-bottom: 1px solid #d3d3d3;
}
.signUp-checkout-stripe-elements__cvc {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.dot-layout .login-form-forgot-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0067f5;
  padding: 0;
  height: auto;
  border: none;
  text-decoration: underline;
}
.dot-layout .login-form-external-buttons {
  display: block;
  gap: 20px;
}
@media (min-width: 520px) {
  .dot-layout .login-form-external-buttons {
    display: flex;
  }
}
.dot-layout .login-form-external-buttons > * {
  width: 100%;
  flex-grow: 1;
}
.dot-layout .login-form-google img,
.dot-layout .login-form-azure img {
  margin-right: 8px;
}
.dot-layout .login-form-or {
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #b6b6b7;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 24px;
}
.dot-layout .login-form-or span {
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 10;
}
.dot-layout .login-form-or:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  height: 1px;
  width: 100%;
  background-color: #b6b6b7;
  top: 50%;
}
.page-billing .el-card__header h3 {
  display: flex;
  height: 40px;
  align-items: center;
  margin-bottom: 0;
}
.payments .el-card__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.invoices__pdf-btn {
  line-height: 15px !important;
}
.invoices .el-card__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.particles #canvas {
  z-index: 0;
  filter: blur(2px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.particles .text-block {
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
}
.particles .text-block div {
  color: #fff;
  font-family:
    Segoe UI,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 113px;
}
.payment-methods .el-dialog__body {
  padding: 0;
}
body {
  --tile-background: #004DB7;
  --tile-width: 10px;
  --tile-height: 10px;
}
.grid {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: var(--tile-background);
}
.grid-bg {
  background:
    linear-gradient(0deg, var(--tile-background) 50%, transparent 0%) -50px 0,
    linear-gradient(90deg, var(--tile-background) 50%, transparent 0%) -50px 0,
    linear-gradient(180deg, var(--tile-background) 5%, transparent 0%),
    linear-gradient(45deg, var(--tile-background) 5%, transparent 0%);
  background-size: var(--tile-width) var(--tile-height);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.grid-line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.grid-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(107.56deg, rgba(2, 136, 212, 0) 25%, rgba(2, 136, 212, 0.5) 50%, rgba(2, 136, 212, 0) 75%);
  top: 0;
  left: 0;
  animation: moveGradient 10s linear infinite;
  min-width: 1120px;
}
@keyframes moveGradient {
  0% {
    left: -80%;
  }
  100% {
    left: 150%;
  }
}
.error_item {
  margin-bottom: 5px;
}
.error_item i {
  margin-right: 5px;
}
.login-wrapper {
  display: flex;
  min-height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
}
.login-wrapper .particles-wrap {
  display: none;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #000d7f, #4c1fec);
}
@media (min-width: 768px) {
  .login-wrapper .particles-wrap {
    display: block;
  }
}
.login-wrapper .login-page {
  overflow: auto;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .login-wrapper .login-page {
    width: auto;
    min-width: 768px;
  }
}
.login-wrapper .login-page .login-box {
  margin: auto;
}
.login-wrapper .login-page .login-box .logo {
  width: 80%;
}
.login-wrapper .login-page .login-box .footer-text {
  margin-top: 100px;
  text-align: center;
  color: #7f8188;
  font-size: 9pt;
  line-height: 20px;
}
@media (min-width: 768px) {
  .login-wrapper .login-page .login-box {
    width: 400px;
  }
}
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
}
.StripeElement--focus {
  border-color: #c0c4cc;
}
.StripeElement--invalid {
  border-color: #ff4949;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.card-brand-icon {
  vertical-align: middle;
  width: 24px;
  font-size: 15px;
  display: inline-block;
  height: 17px;
  min-width: 36px;
}
.underline {
  cursor: pointer;
  text-decoration: underline;
}
.underline:hover {
  color: #5185f3;
}
.underline-solid {
  text-decoration-style: solid;
}
.underline-dashed {
  text-decoration-style: dashed;
}
.underline-dotted {
  text-decoration-style: dotted;
}
.el-input__icon[data-v-1b318940] {
  color: #49494b;
  transition: none !important;
}
.el-input__icon.icon-cross-eye[data-v-1b318940] {
  font-size: 17px;
}
