/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-breadcrumb .anticon {
  font-size: 14px;
}
.ant-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-breadcrumb li:last-child {
  color: rgba(0, 0, 0, 0.85);
}
.ant-breadcrumb li:last-child a {
  color: rgba(0, 0, 0, 0.85);
}
li:last-child > .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-link > .anticon + a {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}
.ant-breadcrumb-rtl {
  direction: rtl;
}
.ant-breadcrumb-rtl::before {
  display: table;
  content: '';
}
.ant-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}
.ant-breadcrumb-rtl > span {
  float: right;
}
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
  margin-right: 4px;
  margin-left: 0;
}
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
  margin-right: 4px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-anchor {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding-left: 2px;
}
.ant-anchor-wrapper {
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
  background-color: transparent;
}
.ant-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.ant-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
  content: ' ';
}
.ant-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #ef3637;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: top 0.3s ease-in-out;
}
.ant-anchor-ink-ball.ant-anchor-ink-ball-visible {
  display: inline-block;
}
.ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.ant-anchor-link {
  padding: 4px 0 4px 16px;
}
.ant-anchor-link-title {
  position: relative;
  display: block;
  margin-bottom: 3px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #ef3637;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 2px;
  padding-bottom: 2px;
}
.ant-anchor-rtl {
  direction: rtl;
}
.ant-anchor-rtl.ant-anchor-wrapper {
  margin-right: -4px;
  margin-left: 0;
  padding-right: 4px;
  padding-left: 0;
}
.ant-anchor-rtl .ant-anchor-ink {
  right: 0;
  left: auto;
}
.ant-anchor-rtl .ant-anchor-ink-ball {
  right: 50%;
  left: 0;
  transform: translateX(50%);
}
.ant-anchor-rtl .ant-anchor-link {
  padding: 4px 16px 4px 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-affix {
  position: fixed;
  z-index: 10;
}

.rpa-help-breadcrumb{padding-left:50px;margin-bottom:20px}.rpa-help-content-wrapper{padding:0 0 50px 50px;height:calc(100% - 30px);overflow:auto}.rpa-help-content-wrapper::-webkit-scrollbar{display:none}.rpa-help-content-wrapper .rpa-help-content{display:flex}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left{flex:1}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .help-title{margin-bottom:10px;font-size:30px;font-weight:bold;line-height:60px}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .time{padding-bottom:16px;padding-right:30px;color:#999;display:flex;align-items:center;justify-content:space-between;font-size:14px}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content{margin-top:20px;min-height:calc(100vh - 386px);padding-bottom:50px}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content pre{white-space:pre-wrap;word-wrap:break-word}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content p{margin-top:10px;font-size:14px;font-weight:400;color:#333;line-height:24px}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content a{color:#588ce9}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content p a{color:#588ce9}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content a:hover{text-decoration:underline}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content p a:hover{text-decoration:underline}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content img{max-width:calc(100% - 40px);display:block;box-shadow:0px 0px 12px 0px rgba(0,0,0,.3);margin:20px;border-radius:8px}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content img:hover{cursor:zoom-in}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content table{margin-top:14px;border-left:1px solid #d9d9d9;border-top:1px solid #d9d9d9}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content table th{padding:12px 10px;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;background:#f7f9fd;word-break:keep-all;white-space:nowrap}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content table td{padding:12px 10px;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;word-break:break-word}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content table td p{color:#333;text-indent:0;margin-bottom:0}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content table tr td:first-child p{word-break:keep-all}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content .description{margin-top:5px;color:#888}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content blockquote{padding:0px 20px;margin:0 0 20px;border-left:5px solid #eee;font-style:italic}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content blockquote p{margin-top:10px;color:#999}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content h1{color:#333;font-weight:500;font-size:26px;height:25px;font-weight:500;color:#333;line-height:25px;margin-top:20px}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content h2{color:#333;font-weight:500;margin-top:14px;font-size:22px}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-left .content h3{color:#333;font-weight:500;margin-top:14px;line-height:50px;font-size:18px}.rpa-help-content-wrapper .rpa-help-content .rpa-help-content-right{width:280px;flex-shrink:0}.rpa-help-content-empty{margin-top:150px}
.rpa-help-page-wrapper{background:#fff}.rpa-help-page-wrapper .rpa-help-page-doc{min-height:100%;display:flex;border-top:1px solid #e8e8e8;min-width:1200px;margin:0 auto}.rpa-help-page-wrapper .rpa-help-page-doc .rpa-help-page-doc-menu{width:360px;height:calc(100vh - 94px);flex-shrink:0;padding:16px;overflow:auto;border-right:1px solid #e8e8e8}.rpa-help-page-wrapper .rpa-help-page-doc .rpa-help-page-doc-menu .ant-tree-title{font-size:12px}.rpa-help-page-wrapper .rpa-help-page-doc .rpa-help-page-doc-container{flex:1;position:relative;height:calc(100vh - 94px);padding:16px}
