
.upgrade-unlock-modal .Polaris-Modal-CloseButton--withoutTitle{
	display: none;
}

.upgrade-unlock[data-v-2263ab26] .upgrade-unlock-modal .Polaris-Modal-Dialog__Modal {
  max-width: 500px;
}
.upgrade-unlock-box[data-v-2263ab26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upgrade-unlock-box-title[data-v-2263ab26] {
  padding: 24px 0 35px 0;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}
.upgrade-unlock-box-content[data-v-2263ab26] {
  padding: 30px;
  background-color: #F0F0F0;
  border-radius: 4px;
}
.upgrade-unlock-box-content-title[data-v-2263ab26] {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.upgrade-unlock-box-content-features[data-v-2263ab26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  padding: 0;
}
.upgrade-unlock-box-content-features .item[data-v-2263ab26] {
  width: 50%;
  height: 25px;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  list-style: none;
}
.upgrade-unlock-box-content-features .item .point[data-v-2263ab26] {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: #000000;
}
.upgrade-unlock-box .upgrade-unlock-btn[data-v-2263ab26] {
  max-width: 100px;
  margin: 35px auto 20px;
}

.embedded-pages[data-v-d52d8f4e] {
  max-width: 1200px;
}
.embedded-pages .line[data-v-d52d8f4e] {
  width: 100%;
  height: 1px;
  margin-bottom: 21px;
  background-color: #cccccc;
}
.embedded-pages[data-v-d52d8f4e] .Polaris-Layout__Annotation {
  padding-top: 0;
}
.embedded-pages[data-v-d52d8f4e] .Polaris-Layout__AnnotationContent {
  position: relative;
}
.embedded-pages .subtitle[data-v-d52d8f4e] {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.embedded-pages .explain[data-v-d52d8f4e] {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.embedded-pages .explain .a-link[data-v-d52d8f4e] {
  text-decoration: none;
  color: #2C6ECB;
}
.embedded-pages .embedded-box-title[data-v-d52d8f4e] {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.embedded-pages .embedded-box .list-btn[data-v-d52d8f4e] {
  max-width: 300px;
  padding: 7px 8px;
}
.embedded-pages .embedded-box .list-btn[data-v-d52d8f4e] .Polaris-Button__Content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.embedded-pages .embedded-box .list-btn[data-v-d52d8f4e] .Polaris-Button__Text {
  text-align: left;
}
.embedded-pages .embedded-box .list-btn[data-v-d52d8f4e]:hover {
  background-color: transparent!important;
}
.embedded-pages .embedded-box .tp-ul[data-v-d52d8f4e] {
  max-height: 250px;
  padding: 10px;
  overflow-y: auto;
}
.embedded-pages .embedded-box .tp-ul[data-v-d52d8f4e]::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}
.embedded-pages .embedded-box .tp-ul[data-v-d52d8f4e]::-webkit-scrollbar-thumb {
  width: 7px;
  background-color: #c1c1c1;
  border-radius: 4px;
}
.embedded-pages .embedded-box .tp-ul .Polaris-OptionList-Option--select[data-v-d52d8f4e] {
  height: 36px;
  background: rgba(255, 103, 0, 0.1);
}
.embedded-pages .embedded-box .tp-list[data-v-d52d8f4e] {
  height: auto!important;
  padding: 5px 6px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.embedded-pages .embedded-box .tp-list .name[data-v-d52d8f4e] {
  padding: 5px 0;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  color: #202223;
}
.embedded-pages .embedded-box .tp-list .link[data-v-d52d8f4e] {
  padding-bottom: 5px;
  word-break: break-all;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  color: #202223;
}
.embedded-pages .embedded-box .tp-list[data-v-d52d8f4e]:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 227, 232, 0.3)), to(rgba(223, 227, 232, 0.3)));
  background-image: linear-gradient(rgba(223, 227, 232, 0.3), rgba(223, 227, 232, 0.3));
}
.embedded-pages .embedded-box-subtitle[data-v-d52d8f4e] {
  margin: 17px 0 3px;
  font-weight: 700;
  font-size: 14px;
  color: #202223;
}
.embedded-pages .embedded-box .code-edit[data-v-d52d8f4e] {
  min-height: 50px;
  max-height: 230px;
  border: 1px solid #d2d5d8;
  padding: 8px 12px;
  background: #fafbfb;
  border-radius: 4px;
  overflow: auto;
  color: #6d7175;
  margin-bottom: 14px;
  white-space: pre-wrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.embedded-pages .embedded-box .operate-btn[data-v-d52d8f4e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.embedded-pages .loading[data-v-d52d8f4e] {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
}
.embedded-pages[data-v-d52d8f4e] .Polaris-Layout__Annotation {
  padding-right: 12px;
}
.upgrade-popover-box .upgrade-popover[data-v-d52d8f4e] {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.upgrade-popover-box .ant-popover-inner-content {
  border-radius: 4px;
  background-color: #D9E5EC;
}
.upgrade-popover-box .ant-popover-arrow {
  border-top-color: #D9E5EC !important;
  border-left-color: #D9E5EC !important;
}
.upgrade-popover-box .ant-popover-inner {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

