.footer-style[data-v-2b9ff90b] {
  padding-bottom: 30px;
  padding-top: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 1px solid #999;
}
.noPadding[data-v-2b9ff90b] {
  padding: 0px !important;
  margin: 0px !important;
  height: auto;
}
.nowrap[data-v-2b9ff90b] {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.emailTemplate[data-v-2b9ff90b] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.emailTemplate > button[data-v-2b9ff90b] {
  margin-bottom: 5px;
}
.show-btn[data-v-2b9ff90b] {
  display: none;
  color: #fff !important;
}
.show-btn .el-icon-delete[data-v-2b9ff90b] {
  color: #fff !important;
}
.emailTemplate:hover .show-btn[data-v-2b9ff90b] {
  display: inline-block;
}
#google-tooltip {
  font-size: 14px;
  word-break: normal;
  color: #606266;
}
#google-tooltip .help-tooltip {
  background: none;
  border: 1px solid gray;
  font-size: 12px;
  padding: 2px 4px 0 4px;
  background: gray;
  color: white;
}
#google-tooltip .help-tooltip:hover {
  color: gray;
  background: none;
}
.el-tooltip__popper.is-light {
  border: none !important;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
  padding: 15px;
  width: 300px;
}
.theme-blue .el-tooltip__popper .popper__arrow,
.theme-blue .el-tooltip__popper .popper__arrow::after {
  border-style: none;
}
#google-tooltip-content {
  font-size: 14px;
  color: #606266;
}
#google-tooltip-content a {
  color: blue;
}
#google-tooltip-content a:hover {
  text-decoration: underline;
}
.el-collapse-item__header #google-tooltip,
.assets #google-tooltip {
  color: black !important;
}
.assets #google-tooltip {
  font-size: 20px;
}
