/*!
 * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md.
 */
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@6.8.1@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./src/assets/css/reset.css?vue&type=style&index=0&lang=css&external ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/*定义滚动条高宽及背景
高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #77bc26;
}
/*定义滚动条轨道
 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background-color: #fff;
}
/*定义滑块
 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
  background-color: #77bc26;
  border-style: dashed;

  border-color: transparent;
  border-width: 1.5px;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(119, 188, 38, 0.7) !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
:focus {
  outline: 0;
}
a {
  text-decoration: none;
}
a:hover img {
  border: none;
}

a:active {
  nooutline: expression(this.onFocus=this.blur());
}
/*清除浮动*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/*png css hack for ie6*/
*html img.png {
  _background-image: expression(
    this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter =
      "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src +
      "', sizingMethod='image')",
    this.src =
      "http://i0.itc.cn/20101019/848_0a785a7b_1118_4825_85dc_e8696988c94b_0.gif"
  );
}
.v-tour {
  pointer-events: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #00000080;
  z-index: 100;
}
.step {
  max-height: 100%;
}
.esg-forbid:hover {
  cursor: not-allowed;
}
.esg-hand:hover {
  cursor: pointer;
}

:deep(.el-loading-mask) {
  border: 6px groove #7e57c2;
  transform: rotate(360deg);
  transition: all 1s ease;
  animation: loader-1-inner 1s ease-out alternate infinite;
}
:deep(.el-loading-mask .el-loading-spinner) {
  border: 0px inset #9575cd;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: border-zoom 1s ease-out alternate infinite;
}
:deep(.circular) {
  display: none;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@6.8.1@css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/_sass-loader@10.5.0@sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/index.js??ruleSet[0].use[0]!./src/sites/application/App.vue?vue&type=style&index=1&id=2bcb9136&lang=scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --el-color-primary: #77bc26 !important;
  --el-color-primary-light-3: rgba(119, 188, 38, 0.7) !important;
  --el-color-primary-dark-2: var(--el-color-primary) !important;
}
* {
  font-family: "Ali-Regular";
}
.popover-reportaudits {
  background: #303133 !important;
  border: #303133 !important;
}
.popover-class > .popper__arrow {
  border-right-color: #303133 !important;
}
.popover-class {
  background: #000 !important;
}
.comment-content {
  color: white !important;
  border-bottom: 1px dotted white !important;
  min-width: 300px;
  white-space: pre-wrap;
  word-break: break-all;
}
.popover-class .popper__arrow::before {
  background: #303133 !important;
}
.popper-for-invite > .popper__arrow {
  background: #303133 !important;
  border-right-color: #303133 !important;
  left: 0 !important;
}
.popper-for-invite .popper__arrow::before {
  content: "";
  /*CSS伪类用法*/
  bottom: -1px !important;
  left: -60vw !important;
  z-index: -100;
  width: 60vw !important;
  /* height: 1px; */
  border-bottom: 1px dotted #303133 !important;
  border-right: 0 !important;
}
.popover-large-screen {
  left: calc(50vw + 233px) !important;
  width: 320px !important;
}
.popover-small-screen {
  left: calc(75vw - 60px) !important;
  width: calc(25vw - 40px) !important;
}
.el-dropdown-menu__item:not(.is-disabled):hover {
  color: #77bc26 !important;
  background: #77bc2630 !important;
}
.headerSubTitle {
  margin: 15px 0;
}
.el-button {
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  font-size: 18px;
}
.el-button span {
    font-family: "Ali-Bold";
}
.el-button:focus-visible {
  outline-offset: 0;
  outline: none;
}
.el-button--primary {
  border: none;
  outline: none;
}
.el-button:not(.is-text) {
  border-radius: 8px;
}
.el-button.is-text {
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  border-radius: 0;
}
.el-button.is-text:hover {
    background: none;
}
.el-button.is-disabled {
  background: #c4c4c4;
}
.el-button.is-disabled:hover {
    background: #c4c4c4;
}
.esg-table-button-icon {
  border-left: 1px solid #c4c4c4 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  color: #77bc26 !important;
  padding: 0 14px !important;
  margin: 0 !important;
}
.esg-table-button-icon:first-child {
  border-left: 0 !important;
}
.el-table__row td {
  border-bottom: 1px solid #a9acb235 !important;
}
.el-table__row:hover > td {
  background: #77bc2615 !important;
}
.height-100p {
  height: 100% !important;
}
.el-pagination.is-background {
  text-align: right !important;
}
.el-pagination.is-background .el-pager li:not(.disabled).is-active {
    background: #77bc26 !important;
}
.el-pagination.is-background .btn-next,
  .el-pagination.is-background .btn-prev,
  .el-pagination.is-background .el-pager li {
    background: white !important;
    border-radius: 50% !important;
}
.esg_content_container_operator .el-badge .el-badge__content.is-fixed.is-dot {
  top: 13px !important;
  right: 35px !important;
}
:deep(.el-radio__inner) {
  width: 16px !important;
  border-radius: 0 !important;
  height: 16px !important;
  background: none !important;
}
:deep(.el-radio__inner) :deep(.el-radio__inner) {
    width: 16px !important;
    height: 16px !important;
    border: 1px solid #c4c4c4 !important;
    background: none !important;
}
:deep(.el-radio__label) {
  color: #646770;
}
:deep(.el-radio__input.is-checked:not(.is-disabled) + .el-radio__label) {
  color: #646770;
}
:deep(.el-radio__input.is-checked:not(.is-disabled) .el-radio__inner) {
  border-color: #77bc26 !important;
}
:deep(.el-radio__input.is-checked:not(.is-disabled) .el-radio__inner::after) {
  transform: rotate(45deg) scaleY(1);
}
:deep(.el-radio__input) {
  border-radius: 3px;
}
:deep(.el-radio__input.is-checked:not(.is-disabled)) {
  background-color: #77bc26;
}
:deep(.el-radio__inner::after) {
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 2px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
  background: #77bc26;
  border-radius: 0;
}
:deep(.ck.ck-editor__editable_inline) {
  padding: 0 !important;
}
:deep(.el-dialog) {
  background: #ffffff;
  border: 1px solid rgba(100, 103, 112, 0.3);
  box-sizing: border-box;
  box-shadow: 1px 1px 16px 6px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
.showDataEntryDialog .el-dialog__header {
  padding: 28px 0 32px 39px;
}
.showDataEntryDialog .el-dialog__title {
  font-family: Ali-Bold;
  font-size: 18px;
  line-height: 27px;
  color: #646770;
}
.showDataEntryDialog .el-dialog__body {
  padding: 0 32px 0 39px;
}
.showDataEntryDialog .dialog-footer {
  text-align: right;
  padding-bottom: 29px;
}
.showDataEntryDialog .el-dialog__footer {
  padding: 0 36px 29px 0;
}
.showDataEntryDialog .el-dialog__footer > div .el-button + .el-button {
    margin-left: 20px;
}
.showDataEntryDialog .el-dialog__footer > div .el-button:first-child {
    background: #c4c4c4;
    border-color: #c4c4c4;
}
.showDataEntryDialog .resultArea {
  text-align: left;
}
.showDataEntryDialog .resultArea .title {
    font-size: 14px;
    line-height: 21px;
    color: #a9acb2;
    margin-bottom: 8px;
}
.showDataEntryDialog .resultArea .result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.showDataEntryDialog .resultArea .result ul {
      flex: 1;
}
.showDataEntryDialog .resultArea .result ul li {
        display: inline-block;
        font-family: Ali-Bold;
        font-size: 14px;
        line-height: 21px;
        color: #646770;
        margin-right: 25px;
}
.showDataEntryDialog .resultArea .result ul li:last-child {
          margin-right: 0;
}
.showDataEntryDialog .content {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.showDataEntryDialog .content .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Ali-Bold;
    font-size: 20px;
    line-height: 40px;
}
.showDataEntryDialog .content > .title {
    display: none;
}
.showDataEntryDialog .content .el-table {
    width: 100%;
    display: inline-block;
}
.showDataEntryDialog .content .el-table .el-cascader {
      width: 100%;
}
.showDataEntryDialog .content .el-table tbody .el-table__row:last-child .el-table__cell {
      border-bottom: none !important;
}
.showDataEntryDialog .content .el-table::before {
      background-color: none;
}
.showDataEntryDialog .content .el-table .el-table__body-wrapper,
    .showDataEntryDialog .content .el-table .el-table__footer-wrapper,
    .showDataEntryDialog .content .el-table .el-table__header-wrapper {
      display: block;
}
.showDataEntryDialog .content .el-table .el-table__header {
      width: 100% !important;
}
.showDataEntryDialog .content .el-table .el-table__header th {
        background: rgba(169, 172, 178, 0.2);
        border-bottom: none !important;
        line-height: 49px;
}
.showDataEntryDialog .content .el-table .el-table__body {
      width: 100% !important;
}
.showDataEntryDialog .content .el-table .el-table__cell {
      padding: 0;
      border-top: none;
      border-bottom: 1px solid rgba(100, 103, 112, 0.3) !important;
}
.showDataEntryDialog .content .el-table .el-input__inner {
      border-radius: 7px;
      color: #646770;
      font-size: 14px;
      line-height: 25px;
      height: 25px;
}
.showDataEntryDialog .content .el-table .el-input__inner:not([disabled]) {
        background: #ffffff;
}
.showDataEntryDialog .content .el-table .el-input__icon {
      line-height: 25px;
      height: 25px;
}
.showDataEntryDialog .content .del img {
    width: 12px;
    padding: 10px;
}
.showDataEntryDialog .addEquipment {
  line-height: 30px;
  border-top: 1px solid rgba(100, 103, 112, 0.3);
  border-bottom: 1px solid rgba(100, 103, 112, 0.3);
  text-align: center;
  margin-bottom: 62px;
}
.showDataEntryDialog .addEquipment:hover {
    cursor: pointer;
}
.showDataEntryDialog .addEquipment img {
    width: 16px;
    vertical-align: middle;
}
.tabs {
  display: flex;
  align-items: center;
  font-family: Ali-Bold;
  font-size: 18px;
  line-height: 40px;
  margin-left: 22px;
}
.tabs li {
    position: relative;
    padding: 0 21px;
    margin-left: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.tabs li:hover {
      color: #77bc26;
}
.tabs li::after:hover {
      background: #77bc26;
}
.tabs li:first-child {
      margin-left: 0;
}
.tabs li::after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      background: #a9acb2;
      height: 3px;
      width: 100%;
      z-index: 100;
}
.tabs .chosen {
    color: #77bc26;
}
.tabs .chosen::after {
      background: #77bc26;
}
.esg-card__header .kpi_name {
  font-family: Ali-Bold;
  font-size: 14px;
  line-height: 21px;
  color: #646770;
}
.employeeTable {
  border: 1px solid rgba(169, 172, 178, 0.24);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 30px;
}
.employeeTable .label {
    display: inline-block;
    width: 25%;
    text-align: left;
}
.employeeTable p {
    padding: 0 0px;
    display: flex;
    align-items: stretch;
}
.employeeTable p .label {
      border-right: 1px solid rgba(169, 172, 178, 0.24);
      border-bottom: 1px solid rgba(169, 172, 178, 0.24);
      display: flex;
}
.employeeTable p .label:nth-child(1) {
        width: 60%;
}
.employeeTable p .label:nth-child(2) {
        width: calc(40% - 60px);
}
.employeeTable p .label:last-child {
        border-right: none;
}
.employeeTable p .delIcon {
      width: 60px;
      height: 33px;
      text-indent: 0 !important;
      text-align: center;
}
.employeeTable p .delIcon img {
        vertical-align: middle;
        width: 13px;
        cursor: pointer;
}
.employeeTable .title {
    padding: 0 0px;
    display: flex;
    align-items: stretch;
}
.employeeTable .title .label {
      text-indent: 11px;
}
.employeeTable .title .canEdit {
      text-indent: 0;
}
.employeeTable .addEquipment {
    align-items: center;
    justify-content: center;
    height: 30px;
    cursor: pointer;
}
.employeeTable .addEquipment img {
      width: 16px;
}
.employeeTable li {
    margin-top: 10px;
}
.employeeTable li:first-child {
      margin-top: 0;
}
.employeeTable li > .title {
      font-family: Ali-Bold;
}
.employeeTable li > .title .label {
        background: rgba(169, 172, 178, 0.2);
}
.employeeTable li > .title .el-input.is-disabled .el-input__inner {
        background: none;
}
.employeeTable li .el-input.is-disabled .el-input__inner {
      background: none;
}
.employeeTable li .el-input__wrapper {
      box-shadow: none;
      height: auto;
}
.employeeTable li .el-input__icon {
      line-height: 30px;
      height: 30px;
}
.employeeTable li .content .label {
      text-indent: 11px;
}
.employeeTable li .content p {
      background: #fff;
}
.employeeTable li input {
      width: 100%;
      border: none;
      outline: none;
      padding: 0;
      margin: 0;
      font-size: 16px;
      line-height: 1;
      text-align: left;
}
.employeeTable .icon-color {
    color: red;
    margin: auto;
    width: 14px;
    cursor: pointer;
}
.el-table__fixed-right::before,
.el-table__fixed::before {
  background: none;
}
.el-table__fixed,
.el-table__fixed-right {
  box-shadow: 0 -10px 10px black;
}
.el-tabs__item.is-active {
  color: #77bc26;
  font-family: Ali-Bold;
}
.el-tabs__item:hover {
  color: #77bc26;
}
.el-tabs__active-bar {
  background: #77bc26;
}
.image > img {
  width: 100%;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.commonAdminPageTitle {
  margin: 10px 0;
}
.commonAdminPageTitle .title {
    font-family: Ali-Bold;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}
.commonAdminPageTitle .search,
  .commonAdminPageTitle .operator {
    display: flex;
    align-items: center;
}
.commonAdminPageTitle .operator {
    justify-content: flex-end;
}
.tableHight {
  height: 600px;
}
.el-tables {
  width: 100%;
}
.el-tables .el-table__header {
    width: 100% !important;
}
.el-tables .el-table__header th {
      background-color: #f2f9ea;
      height: 50px;
      border-bottom: none !important;
      line-height: 49px;
}
.disabled_richtext input:disabled {
  background-color: var(--el-disabled-bg-color);
  box-shadow: 0 0 0 1px var(--el-disabled-border-color) inset;
  cursor: not-allowed;
}
:deep(.collapse-button) {
  width: 40px;
  position: fixed;
  left: 0;
  top: 180px;
  padding: 10px;
  font-size: 14px;
  white-space: normal;
}
:deep(.collapse-button:hover) {
  background: #409eff;
  border-color: #409eff;
  color: #fff;
}
:deep(.collapse-button:focus) {
  background: #fff;
  border-color: #409eff;
  color: #409eff;
}
.reportStepList :deep(.el-drawer__body) {
  overflow: visible;
  padding: 0 10px;
}
:deep(.el-date-table td.end-date span)
:deep(.el-date-table td.start-date span) {
  background: #77bc26;
}
.el-select-dropdown__item.selected {
  color: #77bc26 !important;
}
.el-radio__input.is-checked:not(.is-disabled) + .el-radio__label {
  color: #77bc26 !important;
}
.el-radio__input.is-checked:not(.is-disabled) .el-radio__inner {
  border-color: #77bc26 !important;
  background: #77bc26 !important;
}
.el-date-table td.end-date span,
.el-date-table td.start-date span {
  background-color: #77bc26 !important;
}
.el-checkbox__input.is-checked:not(.is-disabled) .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  border-color: #77bc26 !important;
  background: #77bc26 !important;
}
.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
  color: #77bc26 !important;
}
.el-loading-text,
.el-loading-spinner i {
  color: #77bc26 !important;
}
.ck.ck-toolbar > .ck-toolbar__items > :not(.ck-toolbar__line-break),
.ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown {
  margin: 0 !important;
  padding: 0 !important;
}
.ck-button__icon {
  width: 16px !important;
  height: 16px !important;
}
.ck-splitbutton__arrow {
  width: 10px !important;
}
.ck-on {
  background: #77bc26 !important;
}
.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
  min-width: 12em !important;
}
.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label {
  width: 40px !important;
}
.el-switch.is-checked:not(.is-disabled) .el-switch__core {
  border-color: #77bc26 !important;
  background-color: #77bc26 !important;
}
.el-switch__label.is-active {
  color: #77bc26 !important;
}
._base-count-down {
  display: inline-block;
}
.kpi_richtext {
  font-size: 14px;
  line-height: 20px;
  color: #646770;
}
.kpi_richtext .table {
    width: 100%;
    min-height: 150px;
    margin: 0;
    padding: 0;
    display: block;
}
.kpi_richtext .table table {
      width: 100% !important;
      margin-top: 10px;
}
.kpi_richtext .table tbody {
      width: 100%;
      display: block;
}
.kpi_richtext .table tbody tr {
        width: 100%;
        height: auto !important;
        padding: 0 !important;
}
.kpi_richtext .table tbody tr td {
          word-break: break-all;
          padding: 5px 10px !important;
          border: 1px solid #888;
          height: auto !important;
}
.kpi_richtext .table tbody tr td:only-child, .kpi_richtext .table tbody tr td:only-of-type {
            width: 400px !important;
}
.kpi_richtext .table tbody tr td ul,
          .kpi_richtext .table tbody tr td ol {
            list-style-type: none !important;
}
.kpi_richtext .table tbody tr td ul li,
            .kpi_richtext .table tbody tr td ol li {
              text-indent: 0 !important;
              margin: 0 !important;
}
.kpi_richtext :deep(.esg_partner_content) {
    min-width: 100px;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    color: #77bc26;
}
.kpi_richtext :deep(.esg_partner_content)::after {
      position: absolute;
      left: 0;
      bottom: 2px;
      content: "";
      width: 100%;
      border-bottom: 1px solid #685f5f;
}
.common_completion_input {
  border: none;
  outline: none;
  line-height: 25px;
  min-height: 25px;
  font-size: 14px;
  border-bottom: 2px solid #2ee25e;
  padding: 0 10px;
  background: #ffffff;
  color: #646770;
  margin: 0 8px;
  min-width: 60px;
  display: inline-block;
  word-break: break-all;
  text-indent: 0;
  vertical-align: middle;
  -webkit-user-modify: read-write-plaintext-only;
  cursor: text;
}
.common_completion_input:empty::before {
    content: attr(placeholder);
    color: #a8abb2;
}
.common_completion_input_disabled {
  background: #c4c4c4;
  cursor: not-allowed;
  color: #fff;
  -webkit-user-modify: read-only;
}
.tool-tip {
  max-width: 600px;
}
.contentbg {
  background-color: rgba(166, 223, 191, 0.6);
}
.block-el-form-item__content .el-form-item__content {
  display: block;
}
.steer-tooltip {
  max-width: 450px !important;
}
.inputImmediateDialog {
  margin-left: 50px;
}
.inputImmediateDialog li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.inputImmediateDialog li span {
      width: 200px;
}
.inputImmediateDialog li :deep(.el-input__inner) {
      width: 400px;
}
#app,
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@6.8.1@css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/_sass-loader@10.5.0@sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/changLang.vue?vue&type=style&index=0&id=a2606cfa&scoped=true&lang=scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-v-a2606cfa] .el-radio-button:first-child .el-radio-button__inner {
  border: none;
}
[data-v-a2606cfa] .el-radio-button__inner {
  border: none;
  background-color: #d9e7df;
  color: #646770;
  border-radius: 5px !important;
}
[data-v-a2606cfa] .el-radio-button__original-radio:checked + .el-radio-button__inner {
  border: none;
  color: #77bc26;
  background-color: rgba(117, 186, 38, 0.5);
  box-shadow: 0px 0 0 0 var(--el-radio-button-checked-border-color, var(--el-color-primary));
}
.changeLang[data-v-a2606cfa] {
  position: fixed;
  z-index: 99;
  right: 3%;
  top: 1%;
}
.peripheral[data-v-a2606cfa] {
  position: relative;
  right: 0;
  top: 0;
}
.peripheral[data-v-a2606cfa] .el-radio-button__inner {
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 0 !important;
}
.peripheral .esg-language-item[data-v-a2606cfa]:first-child .el-radio-button__inner {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-right: none !important;
}
.peripheral .esg-language-item[data-v-a2606cfa]:last-child .el-radio-button__inner {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-left: none !important;
}
.peripheral[data-v-a2606cfa] .el-radio-button:first-child .el-radio-button__inner {
    border: 1px solid #ebebeb;
}
.peripheral[data-v-a2606cfa] .el-radio-button__original-radio:checked + .el-radio-button__inner {
    background-color: #75ba26;
    color: #fff;
}
.peripheral .esg-language .esg-language-item[data-v-a2606cfa] {
    width: auto;
}
.esg-language[data-v-a2606cfa] {
  height: 72px;
}
.esg-language .esg-language-item[data-v-a2606cfa] {
    width: 60px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@6.8.1@css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/_sass-loader@10.5.0@sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/AttachmentUpload.vue?vue&type=style&index=0&id=aaaad998&scoped=true&lang=scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-v-aaaad998] .el-upload {
  border: 1px dashed #8c939d;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
[data-v-aaaad998] .el-upload .delBtn {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    background: grey;
    padding: 4px;
}
.Voucher[data-v-aaaad998] {
  width: 250px;
  height: 250px;
}
.el-icon.Voucherlogo[data-v-aaaad998] {
  font-size: 28px;
  color: #8c939d;
  width: 250px;
  height: 250px;
  text-align: center;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@6.8.1@css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/_sass-loader@10.5.0@sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/index.js??ruleSet[0].use[0]!./src/sites/application/components/feedback.vue?vue&type=style&index=0&id=56dbbdda&scoped=true&lang=scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-v-56dbbdda] .el-upload {
  border: 1px dashed #8c939d;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.el-icon.avatar-uploader-icon[data-v-56dbbdda] {
  font-size: 28px;
  color: #8c939d;
  width: 100px;
  height: 100px;
  text-align: center;
}
.avatar[data-v-56dbbdda] {
  width: 100px;
  height: 100px;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@6.8.1@css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/_sass-loader@10.5.0@sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/CopyRight.vue?vue&type=style&index=0&id=1b9d5027&lang=scss&scoped=true ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.copyright[data-v-1b9d5027] {
  position: relative;
  text-align: right;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #a9acb2;
}
.copyright .copyright2[data-v-1b9d5027] {
    margin-left: 10px;
}
.copyright_fixed[data-v-1b9d5027] {
  position: fixed;
  width: calc(100% - 40px);
  bottom: 0;
  right: 0;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@6.8.1@css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/_sass-loader@10.5.0@sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/index.js??ruleSet[0].use[0]!./src/sites/application/layouts/newContainer.vue?vue&type=style&index=0&id=61531422&scoped=true&lang=scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrap[data-v-61531422] {
  position: relative;
}
.wrap_no_padding[data-v-61531422] {
  padding-top: 0;
}
.newContainer .changLangDiv[data-v-61531422] {
  height: 72px;
}
.newContainer .newContainerContent[data-v-61531422] {
  height: calc(100vh - 72px);
  padding: 0 72px 0px 72px;
  background: linear-gradient(91.18deg, #e6f2d6, #d7ece7);
  overflow-y: scroll;
  overflow-y: overlay;
}
.newContainer .newContainerContent[data-v-61531422] .el-card {
    height: calc(100vh - 146px);
}
.hasSecondaryMenuBarPage[data-v-61531422] {
  padding: 0;
  height: 100vh;
}
.hasSecondaryMenuBarPage .newContainerContent[data-v-61531422] {
    height: 100vh;
    padding: 0 0 0px 0;
}
.half[data-v-61531422] {
  z-index: 999;
  position: fixed;
  right: 0px;
  bottom: 50px;
  width: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 30px 0px 0px 30px;
}
.half .feedback[data-v-61531422] {
    line-height: 30px;
    cursor: pointer;
}
.FAQ[data-v-61531422] {
  z-index: 999;
  position: fixed;
  right: 10px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  transition: width 0.5s ease;
  cursor: pointer;
}
.FAQ .feedback[data-v-61531422] {
    line-height: 30px;
    cursor: pointer;
}
.FAQ[data-v-61531422]:active {
  background-color: #7c7f83;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@6.8.1@css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/_sass-loader@10.5.0@sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/SecondaryMenuBar.vue?vue&type=style&index=0&id=2fd35250&scoped=true&lang=scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-v-2fd35250] .el-tag {
  border: none;
}
.iconcss[data-v-2fd35250] {
  font-size: 24px !important;
  margin: 0 0 0 5px;
}
.esg-sidebar-switch-1[data-v-2fd35250] {
  position: absolute;
  right: -14px;
  top: calc(40% - 97px);
  z-index: 5;
}
.esg-sidebar-switch-1 img[data-v-2fd35250] {
    width: 28px;
    transform: rotate(180deg);
}
.esg-sidebar-switch-1[data-v-2fd35250]:hover {
  color: #77bc26;
  cursor: pointer;
}
.esg-sidebar-switch-off-1 img[data-v-2fd35250] {
  transform: rotate(0deg);
}
.operatorBtn[data-v-2fd35250] {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.05em;
  color: #018edd;
}
.operatorBtn li[data-v-2fd35250] {
    font-family: Ali-Light;
    line-height: 54px;
    border-bottom: 1px solid #ffffff;
    display: flex;
    align-items: center;
}
.operatorBtn li[data-v-2fd35250]:hover {
      cursor: pointer;
}
.operatorBtn li .el-icon[data-v-2fd35250] {
      font-size: 20px;
      margin: 0 10px;
}
.secondaryMenuBar[data-v-2fd35250] {
  position: relative;
  padding-top: 256px;
  height: calc(100vh - 256px);
  background: #f2f9ea;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.secondaryMenuBarIsCollapse[data-v-2fd35250] {
  width: 40px;
}
.secondaryMenuBarIsCollapse .el-menu[data-v-2fd35250] {
    display: none;
}
.secondaryMenuBarIsCollapse .operatorBtn[data-v-2fd35250] {
    display: none;
}
[data-v-2fd35250] .el-menu {
  border-right: none;
  background: #f2f9ea;
}
[data-v-2fd35250] .el-menu-item {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #6b6b6b;
  border-top: 1px solid #ffffff;
}
[data-v-2fd35250] .el-menu-item:last-child {
    border-bottom: 1px solid #ffffff;
}
[data-v-2fd35250] .is-disabled {
  opacity: 0.3;
}
[data-v-2fd35250] .is-active {
  font-family: Ali-Bold;
  border-left: 4px solid var(--el-color-primary);
  color: var(--el-color-primary);
}
.control_0[data-v-2fd35250] {
  color: #6b6b6b;
  opacity: 1;
  cursor: pointer;
}
.control_0[data-v-2fd35250]:hover {
    opacity: 0.3;
    color: #ff1741;
    cursor: not-allowed;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@6.8.1@css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/_sass-loader@10.5.0@sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/index.js??ruleSet[0].use[0]!./src/sites/application/view/user/components/stepInfo.vue?vue&type=style&index=0&id=2d39094e&scoped=true&lang=scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.stepsDiv[data-v-2d39094e] {
  position: fixed;
  top: 6px;
}
.stepsDiv[data-v-2d39094e] .el-step {
    min-width: 80px;
}
.stepsDiv[data-v-2d39094e] .el-step .el-step__main {
      padding-top: 6px;
}
.stepsDiv[data-v-2d39094e] .el-step__title {
    font-size: 12px;
    line-height: 16px;
}
.stepsDiv[data-v-2d39094e] .el-step__description {
    line-height: 16px;
    margin-top: 0;
    color: #d2a8a8;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@6.8.1@css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/_sass-loader@10.5.0@sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/index.js??ruleSet[0].use[0]!./src/sites/application/layouts/userInfoCotainer.vue?vue&type=style&index=0&id=7a12e985&scoped=true&lang=scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[data-v-7a12e985] .el-menu {
  border-right: none;
  background: #f2f9ea;
}
[data-v-7a12e985] .el-menu-item {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.tenk[data-v-7a12e985] {
  width: 100%;
  position: relative;
}
.newContainer[data-v-7a12e985] {
  background: linear-gradient(120.18deg, #fafdf4, #f6fdfd);
}
.newContainer .side-bar[data-v-7a12e985] {
    display: flex;
}
.newContainer .side-bar .right[data-v-7a12e985] {
      margin-top: 72px;
      padding: 0px 15px 0 15px;
      height: calc(100vh - 72px);
      flex: 1;
      overflow: auto;
}
.half[data-v-7a12e985] {
  z-index: 999;
  position: absolute;
  right: 0px;
  bottom: 50px;
  width: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #dddddd;
  border-radius: 30px 0px 0px 30px;
}
.half .feedback[data-v-7a12e985] {
    line-height: 30px;
    cursor: pointer;
}
.FAQ[data-v-7a12e985] {
  z-index: 999;
  position: absolute;
  right: 10px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #dddddd;
  border-radius: 50%;
  transition: width 0.5s ease;
  cursor: pointer;
}
.FAQ .feedback[data-v-7a12e985] {
    line-height: 30px;
    cursor: pointer;
}
.FAQ[data-v-7a12e985]:active {
  background-color: #7c7f83;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@6.8.1@css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/_sass-loader@10.5.0@sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/assets/css/fonts/font.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: Ali-Heavy;
  src: url(/fonts/Alibaba-PuHuiTi-Heavy.otf); }

@font-face {
  font-family: Ali-Medium;
  src: url(/fonts/Alibaba-PuHuiTi-Medium.otf); }

@font-face {
  font-family: Ali-Bold;
  src: url(/fonts/Alibaba-PuHuiTi-Bold.otf); }

@font-face {
  font-family: Ali-Regular;
  src: url(/fonts/Alibaba-PuHuiTi-Regular.otf); }

@font-face {
  font-family: Ali-Light;
  src: url(/fonts/Alibaba-PuHuiTi-Light.otf); }

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@6.8.1@css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/_sass-loader@10.5.0@sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/sites/application/assets/css/custom.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************/
:deep(table) {
  width: 100%;
  min-height: 150px;
  margin: 0;
  padding: 0;
  display: block; }
  :deep(table) thead th, :deep(table) thead tr th,
  :deep(table) tbody {
    width: 100%;
    display: block; }
    :deep(table) thead th tr, :deep(table) thead tr th tr,
    :deep(table) tbody tr {
      width: 100%;
      height: auto !important;
      padding: 0 !important; }
      :deep(table) thead th tr td, :deep(table) thead tr th tr td,
      :deep(table) tbody tr td {
        word-break: break-all;
        padding: 5px 10px !important;
        border: 1px solid #888;
        height: auto !important; }
        :deep(table) thead th tr td:only-child, :deep(table) thead th tr td:only-of-type, :deep(table) thead tr th tr td:only-child, :deep(table) thead tr th tr td:only-of-type,
        :deep(table) tbody tr td:only-child,
        :deep(table) tbody tr td:only-of-type {
          width: 400px !important; }
        :deep(table) thead th tr td ul,
        :deep(table) thead th tr td ol, :deep(table) thead tr th tr td ul,
        :deep(table) thead tr th tr td ol,
        :deep(table) tbody tr td ul,
        :deep(table) tbody tr td ol {
          list-style-type: none !important; }
          :deep(table) thead th tr td ul li,
          :deep(table) thead th tr td ol li, :deep(table) thead tr th tr td ul li,
          :deep(table) thead tr th tr td ol li,
          :deep(table) tbody tr td ul li,
          :deep(table) tbody tr td ol li {
            text-indent: 0 !important;
            margin: 0 !important; }

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@6.8.1@css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/_sass-loader@10.5.0@sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/_vue-loader@17.3.1@vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/esgKPIName.vue?vue&type=style&index=0&id=0c7d60b4&scoped=true&lang=scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

