/* 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-dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: -7px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}
.ant-dropdown-wrap .anticon-down::before {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
}
.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
  padding: 0;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #1890ff;
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.45);
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  font-size: 12px;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 26px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #1890ff;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-trigger > .anticon.anticon-down,
:root .ant-dropdown-link > .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-button .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-button .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1890ff;
}

.tm-flex[data-v-1d096a10] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tm-flex-1[data-v-1d096a10] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tm-flex-2[data-v-1d096a10] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tm-items-center[data-v-1d096a10] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-flex-end[data-v-1d096a10] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tm-flex-start[data-v-1d096a10] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tm-justify-between[data-v-1d096a10] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-justify-center[data-v-1d096a10] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tm-justify-flex-end[data-v-1d096a10] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tm-inline-block[data-v-1d096a10] {
  display: inline-block;
}
.tm-w-full[data-v-1d096a10] {
  width: 100%;
}
.tm-w-max[data-v-1d096a10] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tm-h-full[data-v-1d096a10] {
  height: 100%;
}
.tm-h-auto[data-v-1d096a10] {
  height: auto;
}
.tm-col[data-v-1d096a10] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.tm-text-center[data-v-1d096a10] {
  text-align: center;
}
.tm-text-right[data-v-1d096a10] {
  text-align: right;
}
.tm-text-left[data-v-1d096a10] {
  text-align: left;
}
.tm-cursor-pointer[data-v-1d096a10] {
  cursor: pointer;
}
.tm-relative[data-v-1d096a10] {
  position: relative;
}
.tm-absolute[data-v-1d096a10] {
  position: absolute;
}
.tm-fixed[data-v-1d096a10] {
  position: fixed;
}
.tm-top-0[data-v-1d096a10] {
  top: 0;
}
.tm-left-0[data-v-1d096a10] {
  left: 0;
}
.tm-mask-loading[data-v-1d096a10] {
  background-color: rgba(255, 255, 255, 0.6);
}
.tm-margin-0[data-v-1d096a10] {
  margin: 0;
}
.tm-padding-0[data-v-1d096a10] {
  padding: 0;
}
.tm-text-ellipsis[data-v-1d096a10] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tm-flex-wrap[data-v-1d096a10] {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.tm-nowrap[data-v-1d096a10] {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.tm-flex-grow-1[data-v-1d096a10] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tp-branded-card .tp-branded-operate-btn[data-v-1d096a10] {
  margin-left: 11px;
}
.tp-branded-card .tp-branded-card-loading[data-v-1d096a10] {
  top: 0;
  left: 0;
}
.tp-set-name-modal-text[data-v-1d096a10] {
  margin-bottom: 10px;
}

.tp-operate-menu {
  padding: 8px 4px;
}
.tp-operate-menu .tp-operate-menu-ul {
  margin: 0;
  padding: 0;
}
.tp-operate-menu .tp-operate-menu-li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
}
.tp-operate-menu .tp-operate-menu-li:hover {
  background-color: #f5f6f8;
}
.tp-operate-menu .tp-operate-menu-li-btn {
  margin: 0;
  padding: 8px 16px;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  color: inherit;
  outline: none;
}
.tp-operate-menu .tp-operate-menu-li-disabled {
  color: #8c9196;
}

/* 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-dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: -7px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}
.ant-dropdown-wrap .anticon-down::before {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
}
.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
  padding: 0;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #1890ff;
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.45);
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  font-size: 12px;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 26px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #1890ff;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-trigger > .anticon.anticon-down,
:root .ant-dropdown-link > .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-button .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-button .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1890ff;
}

.tm-flex[data-v-2c8d6b68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tm-flex-1[data-v-2c8d6b68] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tm-flex-2[data-v-2c8d6b68] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tm-items-center[data-v-2c8d6b68] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-flex-end[data-v-2c8d6b68] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tm-flex-start[data-v-2c8d6b68] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tm-justify-between[data-v-2c8d6b68] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-justify-center[data-v-2c8d6b68] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tm-justify-flex-end[data-v-2c8d6b68] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tm-inline-block[data-v-2c8d6b68] {
  display: inline-block;
}
.tm-w-full[data-v-2c8d6b68] {
  width: 100%;
}
.tm-w-max[data-v-2c8d6b68] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tm-h-full[data-v-2c8d6b68] {
  height: 100%;
}
.tm-h-auto[data-v-2c8d6b68] {
  height: auto;
}
.tm-col[data-v-2c8d6b68] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.tm-text-center[data-v-2c8d6b68] {
  text-align: center;
}
.tm-text-right[data-v-2c8d6b68] {
  text-align: right;
}
.tm-text-left[data-v-2c8d6b68] {
  text-align: left;
}
.tm-cursor-pointer[data-v-2c8d6b68] {
  cursor: pointer;
}
.tm-relative[data-v-2c8d6b68] {
  position: relative;
}
.tm-absolute[data-v-2c8d6b68] {
  position: absolute;
}
.tm-fixed[data-v-2c8d6b68] {
  position: fixed;
}
.tm-top-0[data-v-2c8d6b68] {
  top: 0;
}
.tm-left-0[data-v-2c8d6b68] {
  left: 0;
}
.tm-mask-loading[data-v-2c8d6b68] {
  background-color: rgba(255, 255, 255, 0.6);
}
.tm-margin-0[data-v-2c8d6b68] {
  margin: 0;
}
.tm-padding-0[data-v-2c8d6b68] {
  padding: 0;
}
.tm-text-ellipsis[data-v-2c8d6b68] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tm-flex-wrap[data-v-2c8d6b68] {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.tm-nowrap[data-v-2c8d6b68] {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.tm-flex-grow-1[data-v-2c8d6b68] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dropdown-input[data-v-2c8d6b68] {
  width: 100%;
}
.dropdown-input[data-v-2c8d6b68] .ant-dropdown {
  width: 100%;
}
.dropdown-input .di-tag[data-v-2c8d6b68] {
  margin: 4px 0 0 4px;
}
.dropdown-input .di-ul[data-v-2c8d6b68] {
  max-height: 300px;
  margin: 0;
  padding: 8px;
  overflow-x: hidden;
  overflow-y: auto;
}
.dropdown-input .di-li[data-v-2c8d6b68] {
  list-style: none;
}
.dropdown-input .di-li-div[data-v-2c8d6b68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px;
}
.dropdown-input .di-li-div[data-v-2c8d6b68] .Polaris-Choice {
  cursor: pointer;
}
.dropdown-input .di-li-div[data-v-2c8d6b68] .Polaris-Choice__Label {
  color: #202223;
  font-weight: 400;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dropdown-input .di-li-div .di-add-text[data-v-2c8d6b68] {
  color: #202223;
}
.Polaris-TextField__VerticalContent[data-v-2c8d6b68] {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 4px 0 0 4px;
}
.Polaris-TextField--hasValue[data-v-2c8d6b68] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.Polaris-TextField__Input[data-v-2c8d6b68] {
  overflow: hidden;
  resize: none;
  letter-spacing: initial;
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: 100%;
  min-width: 0;
  margin: 0;
  background: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.tm-flex[data-v-1325eae4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tm-flex-1[data-v-1325eae4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tm-flex-2[data-v-1325eae4] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tm-items-center[data-v-1325eae4] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-flex-end[data-v-1325eae4] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tm-flex-start[data-v-1325eae4] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tm-justify-between[data-v-1325eae4] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-justify-center[data-v-1325eae4] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tm-justify-flex-end[data-v-1325eae4] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tm-inline-block[data-v-1325eae4] {
  display: inline-block;
}
.tm-w-full[data-v-1325eae4] {
  width: 100%;
}
.tm-w-max[data-v-1325eae4] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tm-h-full[data-v-1325eae4] {
  height: 100%;
}
.tm-h-auto[data-v-1325eae4] {
  height: auto;
}
.tm-col[data-v-1325eae4] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.tm-text-center[data-v-1325eae4] {
  text-align: center;
}
.tm-text-right[data-v-1325eae4] {
  text-align: right;
}
.tm-text-left[data-v-1325eae4] {
  text-align: left;
}
.tm-cursor-pointer[data-v-1325eae4] {
  cursor: pointer;
}
.tm-relative[data-v-1325eae4] {
  position: relative;
}
.tm-absolute[data-v-1325eae4] {
  position: absolute;
}
.tm-fixed[data-v-1325eae4] {
  position: fixed;
}
.tm-top-0[data-v-1325eae4] {
  top: 0;
}
.tm-left-0[data-v-1325eae4] {
  left: 0;
}
.tm-mask-loading[data-v-1325eae4] {
  background-color: rgba(255, 255, 255, 0.6);
}
.tm-margin-0[data-v-1325eae4] {
  margin: 0;
}
.tm-padding-0[data-v-1325eae4] {
  padding: 0;
}
.tm-text-ellipsis[data-v-1325eae4] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tm-flex-wrap[data-v-1325eae4] {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.tm-nowrap[data-v-1325eae4] {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.tm-flex-grow-1[data-v-1325eae4] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.Polaris-TextField .Polaris-TextField__Input[data-v-5d406f98] {
  overflow: hidden;
  resize: none;
  letter-spacing: initial;
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: 100%;
  min-width: 0;
  margin: 0;
  background: none;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.tm-flex[data-v-6a64bb70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tm-flex-1[data-v-6a64bb70] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tm-flex-2[data-v-6a64bb70] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tm-items-center[data-v-6a64bb70] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-flex-end[data-v-6a64bb70] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tm-flex-start[data-v-6a64bb70] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tm-justify-between[data-v-6a64bb70] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-justify-center[data-v-6a64bb70] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tm-justify-flex-end[data-v-6a64bb70] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tm-inline-block[data-v-6a64bb70] {
  display: inline-block;
}
.tm-w-full[data-v-6a64bb70] {
  width: 100%;
}
.tm-w-max[data-v-6a64bb70] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tm-h-full[data-v-6a64bb70] {
  height: 100%;
}
.tm-h-auto[data-v-6a64bb70] {
  height: auto;
}
.tm-col[data-v-6a64bb70] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.tm-text-center[data-v-6a64bb70] {
  text-align: center;
}
.tm-text-right[data-v-6a64bb70] {
  text-align: right;
}
.tm-text-left[data-v-6a64bb70] {
  text-align: left;
}
.tm-cursor-pointer[data-v-6a64bb70] {
  cursor: pointer;
}
.tm-relative[data-v-6a64bb70] {
  position: relative;
}
.tm-absolute[data-v-6a64bb70] {
  position: absolute;
}
.tm-fixed[data-v-6a64bb70] {
  position: fixed;
}
.tm-top-0[data-v-6a64bb70] {
  top: 0;
}
.tm-left-0[data-v-6a64bb70] {
  left: 0;
}
.tm-mask-loading[data-v-6a64bb70] {
  background-color: rgba(255, 255, 255, 0.6);
}
.tm-margin-0[data-v-6a64bb70] {
  margin: 0;
}
.tm-padding-0[data-v-6a64bb70] {
  padding: 0;
}
.tm-text-ellipsis[data-v-6a64bb70] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tm-flex-wrap[data-v-6a64bb70] {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.tm-nowrap[data-v-6a64bb70] {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.tm-flex-grow-1[data-v-6a64bb70] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tp-branded-card .tp-replace-data-ul[data-v-6a64bb70] {
  margin: 0 0 12px 0;
}
.tp-branded-card .tp-replace-data-ul .tp-stack-item[data-v-6a64bb70]:not(:first-of-type) {
  margin-left: 16px;
}

.tm-flex[data-v-2f496f30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tm-flex-1[data-v-2f496f30] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tm-flex-2[data-v-2f496f30] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tm-items-center[data-v-2f496f30] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-flex-end[data-v-2f496f30] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tm-flex-start[data-v-2f496f30] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tm-justify-between[data-v-2f496f30] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-justify-center[data-v-2f496f30] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tm-justify-flex-end[data-v-2f496f30] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tm-inline-block[data-v-2f496f30] {
  display: inline-block;
}
.tm-w-full[data-v-2f496f30] {
  width: 100%;
}
.tm-w-max[data-v-2f496f30] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tm-h-full[data-v-2f496f30] {
  height: 100%;
}
.tm-h-auto[data-v-2f496f30] {
  height: auto;
}
.tm-col[data-v-2f496f30] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.tm-text-center[data-v-2f496f30] {
  text-align: center;
}
.tm-text-right[data-v-2f496f30] {
  text-align: right;
}
.tm-text-left[data-v-2f496f30] {
  text-align: left;
}
.tm-cursor-pointer[data-v-2f496f30] {
  cursor: pointer;
}
.tm-relative[data-v-2f496f30] {
  position: relative;
}
.tm-absolute[data-v-2f496f30] {
  position: absolute;
}
.tm-fixed[data-v-2f496f30] {
  position: fixed;
}
.tm-top-0[data-v-2f496f30] {
  top: 0;
}
.tm-left-0[data-v-2f496f30] {
  left: 0;
}
.tm-mask-loading[data-v-2f496f30] {
  background-color: rgba(255, 255, 255, 0.6);
}
.tm-margin-0[data-v-2f496f30] {
  margin: 0;
}
.tm-padding-0[data-v-2f496f30] {
  padding: 0;
}
.tm-text-ellipsis[data-v-2f496f30] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tm-flex-wrap[data-v-2f496f30] {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.tm-nowrap[data-v-2f496f30] {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.tm-flex-grow-1[data-v-2f496f30] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.Polaris-Frame-ContextualSaveBar[data-v-2f496f30] {
  top: 103px;
  left: 240px;
  width: calc(100vw - 240px);
  z-index: 111;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.Polaris-Frame-ContextualSaveBar .Polaris-Frame-Contextual[data-v-2f496f30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 30px;
}
.Polaris-Frame-ContextualSaveBar .Polaris-Frame-Contextual .content-text[data-v-2f496f30] {
  color: #E3E5E7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.Polaris-Frame-ContextualSaveBar .Polaris-Frame-Contextual .btn-item[data-v-2f496f30]:not(:last-child) {
  margin-right: 8px;
}
.Polaris-Frame-ContextualSaveBar .Polaris-Frame-Contextual .secondary-btn[data-v-2f496f30] {
  background: #202123 !important;
  color: #e3e5e7 !important;
  border-color: #82878b !important;
}
.Polaris-Frame-ContextualSaveBar .Polaris-Frame-Contextual[data-v-2f496f30] .Polaris-Button--primary {
  background-color: #008060 !important;
}
.Polaris-Frame-ContextualSaveBar .Polaris-Frame-Contextual[data-v-2f496f30] .Polaris-Button--primary:hover {
  background-color: #006e52 !important;
  border-color: transparent;
  color: #ffffff;
}

.tm-flex[data-v-2a46f6e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tm-flex-1[data-v-2a46f6e4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tm-flex-2[data-v-2a46f6e4] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tm-items-center[data-v-2a46f6e4] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-flex-end[data-v-2a46f6e4] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tm-flex-start[data-v-2a46f6e4] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tm-justify-between[data-v-2a46f6e4] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tm-justify-center[data-v-2a46f6e4] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tm-justify-flex-end[data-v-2a46f6e4] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tm-inline-block[data-v-2a46f6e4] {
  display: inline-block;
}
.tm-w-full[data-v-2a46f6e4] {
  width: 100%;
}
.tm-w-max[data-v-2a46f6e4] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tm-h-full[data-v-2a46f6e4] {
  height: 100%;
}
.tm-h-auto[data-v-2a46f6e4] {
  height: auto;
}
.tm-col[data-v-2a46f6e4] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.tm-text-center[data-v-2a46f6e4] {
  text-align: center;
}
.tm-text-right[data-v-2a46f6e4] {
  text-align: right;
}
.tm-text-left[data-v-2a46f6e4] {
  text-align: left;
}
.tm-cursor-pointer[data-v-2a46f6e4] {
  cursor: pointer;
}
.tm-relative[data-v-2a46f6e4] {
  position: relative;
}
.tm-absolute[data-v-2a46f6e4] {
  position: absolute;
}
.tm-fixed[data-v-2a46f6e4] {
  position: fixed;
}
.tm-top-0[data-v-2a46f6e4] {
  top: 0;
}
.tm-left-0[data-v-2a46f6e4] {
  left: 0;
}
.tm-mask-loading[data-v-2a46f6e4] {
  background-color: rgba(255, 255, 255, 0.6);
}
.tm-margin-0[data-v-2a46f6e4] {
  margin: 0;
}
.tm-padding-0[data-v-2a46f6e4] {
  padding: 0;
}
.tm-text-ellipsis[data-v-2a46f6e4] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tm-flex-wrap[data-v-2a46f6e4] {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.tm-nowrap[data-v-2a46f6e4] {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}
.tm-flex-grow-1[data-v-2a46f6e4] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tp-branded-page[data-v-2a46f6e4] .Polaris-Page__Content {
  margin-top: 20px;
}
.tp-branded-page[data-v-2a46f6e4] .Polaris-Header-Title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.tp-branded-page .tp-branded-line[data-v-2a46f6e4] {
  width: 100%;
  margin: 20px auto;
  border-bottom: 1px solid #C8C8C8;
}

.tp-branded-page .tp-branded-card .Polaris-Button--plainAction.Polaris-Button {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.tp-branded-page .tp-branded-card .Polaris-Button--plainAction {
  padding-left: 3px;
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: transparent;
}
.tp-branded-page .tp-branded-card .Polaris-Card__Header {
  padding-bottom: 20px;
  border-bottom: 1px solid #C8C8C8;
}
.tp-branded-page .tp-branded-card .Polaris-Heading {
  color: #1F2124;
  font-size: 16px;
  font-weight: 700;
}
.tp-branded-page .tp-branded-card .Polaris-Card__TagLine {
  margin-top: 3px;
  color: #616A75;
  font-size: 14px;
  font-weight: 400;
}
.tp-branded-page .tp-branded-card .tp-branded-more-link {
  color: #215AB1;
  text-decoration: none;
}
.tp-branded-page .tp-branded-card .tp-branded-card-edit {
  color: #215AB1;
}
.tp-branded-page .tp-branded-card .tp-branded-badge {
  margin-left: 8px;
}
.tp-branded-page .tp-branded-card .tp-branded-badge .Polaris-Badge__Content {
  font-size: 12px;
  vertical-align: middle;
}
.tp-branded-page .tp-branded-card .tp-info-list {
  margin-left: 20px;
}
.tp-branded-page .tp-branded-card .tp-info-list .tp-name {
  color: #1F2124;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.tp-branded-page .tp-branded-card .tp-info-list .tp-theme,
.tp-branded-page .tp-branded-card .tp-info-list .tp-last-time {
  color: #616A75;
  font-size: 14px;
  font-weight: 400;
}
.tp-branded-page .tp-branded-card .tp-list-empty {
  color: #616A75;
  font-size: 14px;
}
.tp-branded-page .tp-branded-card .tp-stack-item {
  list-style: none;
  max-width: 407px;
}
.tp-branded-page .tp-branded-card .tp-stack-item-add {
  margin-top: 6px;
}
.tp-branded-page .tp-branded-card .tm-mask-loading {
  z-index: 21;
  border-radius: 8px;
}

