@charset "UTF-8";

/* node_modules/prismjs/themes/prism.css */
code[class*=language-],
pre[class*=language-] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family:
    Consolas,
    Monaco,
    "Andale Mono",
    "Ubuntu Mono",
    monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection,
code[class*=language-] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*=language-]::selection,
pre[class*=language-] ::selection,
code[class*=language-]::selection,
code[class*=language-] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*=language-],
  pre[class*=language-] {
    text-shadow: none;
  }
}
pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #f5f2f0;
}
:not(pre) > code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.token.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function,
.token.class-name {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}

/* node_modules/docsearch.js/dist/cdn/docsearch.css */
.searchbox {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 32px !important;
  white-space: nowrap;
  box-sizing: border-box;
  visibility: visible !important;
}
.searchbox .algolia-autocomplete {
  display: block;
  width: 100%;
  height: 100%;
}
.searchbox__wrapper {
  width: 100%;
  height: 100%;
  z-index: 999;
  position: relative;
}
.searchbox__input {
  display: inline-block;
  box-sizing: border-box;
  transition: box-shadow 0.4s ease, background 0.4s ease;
  border: 0;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px #cccccc;
  background: #ffffff !important;
  padding: 0;
  padding-right: 26px;
  padding-left: 32px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  white-space: normal;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.searchbox__input::-webkit-search-decoration,
.searchbox__input::-webkit-search-cancel-button,
.searchbox__input::-webkit-search-results-button,
.searchbox__input::-webkit-search-results-decoration {
  display: none;
}
.searchbox__input:hover {
  box-shadow: inset 0 0 0 1px #b3b3b3;
}
.searchbox__input:focus,
.searchbox__input:active {
  outline: 0;
  box-shadow: inset 0 0 0 1px #aaaaaa;
  background: #ffffff;
}
.searchbox__input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.searchbox__input:-ms-input-placeholder {
  color: #aaaaaa;
}
.searchbox__input::-ms-input-placeholder {
  color: #aaaaaa;
}
.searchbox__input::placeholder {
  color: #aaaaaa;
}
.searchbox__submit {
  position: absolute;
  top: 0;
  margin: 0;
  border: 0;
  border-radius: 16px 0 0 16px;
  background-color: rgba(69, 142, 225, 0);
  padding: 0;
  width: 32px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: inherit;
  left: 0;
}
.searchbox__submit::before {
  display: inline-block;
  margin-right: -4px;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.searchbox__submit:hover,
.searchbox__submit:active {
  cursor: pointer;
}
.searchbox__submit:focus {
  outline: 0;
}
.searchbox__submit svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  fill: #6d7e96;
}
.searchbox__reset {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  fill: rgba(0, 0, 0, 0.5);
}
.searchbox__reset.hide {
  display: none;
}
.searchbox__reset:focus {
  outline: 0;
}
.searchbox__reset svg {
  display: block;
  margin: 4px;
  width: 8px;
  height: 8px;
}
.searchbox__input:valid ~ .searchbox__reset {
  display: block;
  -webkit-animation-name: sbx-reset-in;
  animation-name: sbx-reset-in;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}
@-webkit-keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu {
  right: 0 !important;
  left: inherit !important;
}
.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu:before {
  right: 48px;
}
.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu {
  left: 0 !important;
  right: inherit !important;
}
.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu:before {
  left: 48px;
}
.algolia-autocomplete .ds-dropdown-menu {
  position: relative;
  top: -6px;
  border-radius: 4px;
  margin: 6px 0 0;
  padding: 0;
  text-align: left;
  height: auto;
  position: relative;
  background: transparent;
  border: none;
  z-index: 999;
  max-width: 600px;
  min-width: 500px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.algolia-autocomplete .ds-dropdown-menu:before {
  display: block;
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  z-index: 1000;
  top: -7px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 2px;
}
.algolia-autocomplete .ds-dropdown-menu .ds-suggestions {
  position: relative;
  z-index: 1000;
  margin-top: 8px;
}
.algolia-autocomplete .ds-dropdown-menu .ds-suggestions a:hover {
  text-decoration: none;
}
.algolia-autocomplete .ds-dropdown-menu .ds-suggestion {
  cursor: pointer;
}
.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion.suggestion-layout-simple {
  background-color: rgba(69, 142, 225, 0.05);
}
.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content {
  background-color: rgba(69, 142, 225, 0.05);
}
.algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-] {
  position: relative;
  border: solid 1px #d9d9d9;
  background: #fff;
  border-radius: 4px;
  overflow: auto;
  padding: 0 8px 8px;
}
.algolia-autocomplete .ds-dropdown-menu * {
  box-sizing: border-box;
}
.algolia-autocomplete .algolia-docsearch-suggestion {
  display: block;
  position: relative;
  padding: 0 8px;
  background: #fff;
  color: #02060c;
  overflow: hidden;
}
.algolia-autocomplete .algolia-docsearch-suggestion--highlight {
  color: #174d8c;
  background: rgba(143, 187, 237, 0.1);
  padding: 0.1em 0.05em;
}
.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl0 .algolia-docsearch-suggestion--highlight,
.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl1 .algolia-docsearch-suggestion--highlight {
  padding: 0 0 1px;
  background: inherit;
  box-shadow: inset 0 -2px 0 0 rgba(69, 142, 225, 0.8);
  color: inherit;
}
.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {
  padding: 0 0 1px;
  background: inherit;
  box-shadow: inset 0 -2px 0 0 rgba(69, 142, 225, 0.8);
  color: inherit;
}
.algolia-autocomplete .algolia-docsearch-suggestion--content {
  display: block;
  float: right;
  width: 70%;
  position: relative;
  padding: 5.33333px 0 5.33333px 10.66667px;
  cursor: pointer;
}
.algolia-autocomplete .algolia-docsearch-suggestion--content:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 1px;
  background: #ddd;
  left: -1px;
}
.algolia-autocomplete .algolia-docsearch-suggestion--category-header {
  position: relative;
  border-bottom: 1px solid #ddd;
  display: none;
  margin-top: 8px;
  padding: 4px 0;
  font-size: 1em;
  color: #33363d;
}
.algolia-autocomplete .algolia-docsearch-suggestion--wrapper {
  width: 100%;
  float: left;
  padding: 8px 0 0 0;
}
.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {
  float: left;
  width: 30%;
  padding-left: 0;
  text-align: right;
  position: relative;
  padding: 5.33333px 10.66667px;
  color: #a4a7ae;
  font-size: 0.9em;
  word-wrap: break-word;
}
.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 1px;
  background: #ddd;
  right: 0;
}
.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-inline {
  display: none;
}
.algolia-autocomplete .algolia-docsearch-suggestion--title {
  margin-bottom: 4px;
  color: #02060c;
  font-size: 0.9em;
  font-weight: bold;
}
.algolia-autocomplete .algolia-docsearch-suggestion--text {
  display: block;
  line-height: 1.2em;
  font-size: 0.85em;
  color: #63676d;
}
.algolia-autocomplete .algolia-docsearch-suggestion--no-results {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 1.2em;
}
.algolia-autocomplete .algolia-docsearch-suggestion--no-results::before {
  display: none;
}
.algolia-autocomplete .algolia-docsearch-suggestion code {
  padding: 1px 5px;
  font-size: 90%;
  border: none;
  color: #222222;
  background-color: #ebebeb;
  border-radius: 3px;
  font-family:
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}
.algolia-autocomplete .algolia-docsearch-suggestion code .algolia-docsearch-suggestion--highlight {
  background: none;
}
.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__main .algolia-docsearch-suggestion--category-header {
  display: block;
}
.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__secondary {
  display: block;
}
@media all and (min-width: 768px) {
  .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column {
    display: inline-block;
    width: auto;
    text-align: left;
    float: left;
    padding: 0;
    color: #02060c;
    font-size: 0.9em;
    font-weight: bold;
    text-align: left;
    opacity: 0.5;
  }
  .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column:before {
    display: none;
  }
  .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column:after {
    content: "|";
  }
  .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--content {
    display: inline-block;
    width: auto;
    text-align: left;
    float: left;
    padding: 0;
  }
  .algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--content:before {
    display: none;
  }
}
.algolia-autocomplete .suggestion-layout-simple.algolia-docsearch-suggestion {
  border-bottom: solid 1px #eee;
  padding: 8px;
  margin: 0;
}
.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content {
  width: 100%;
  padding: 0;
}
.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content::before {
  display: none;
}
.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: none;
}
.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl0 {
  opacity: 0.6;
  font-size: 0.85em;
}
.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1 {
  opacity: 0.6;
  font-size: 0.85em;
}
.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 20 38" xmlns="http://www.w3.org/2000/svg"><path d="M1.49 4.31l14 16.126.002-2.624-14 16.074-1.314 1.51 3.017 2.626 1.313-1.508 14-16.075 1.142-1.313-1.14-1.313-14-16.125L3.2.18.18 2.8l1.31 1.51z" fill-rule="evenodd" fill="%231D3657" /></svg>');
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
}
.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--wrapper {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--duplicate-content,
.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--subcategory-inline {
  display: none !important;
}
.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title {
  margin: 0;
  color: #458ee1;
  font-size: 0.9em;
  font-weight: normal;
}
.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title::before {
  content: "#";
  font-weight: bold;
  color: #458ee1;
  display: inline-block;
}
.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text {
  margin: 4px 0 0;
  display: block;
  line-height: 1.4em;
  padding: 5.33333px 8px;
  background: #f8f8f8;
  font-size: 0.85em;
  opacity: 0.8;
}
.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {
  color: #3f4145;
  font-weight: bold;
  box-shadow: none;
}
.algolia-autocomplete .algolia-docsearch-footer {
  width: 134px;
  height: 20px;
  z-index: 2000;
  margin-top: 10.66667px;
  float: right;
  font-size: 0;
  line-height: 0;
}
.algolia-autocomplete .algolia-docsearch-footer--logo {
  background-image: url("data:image/svg+xml,%3Csvg width='168' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M78.988.938h16.594a2.968 2.968 0 0 1 2.966 2.966V20.5a2.967 2.967 0 0 1-2.966 2.964H78.988a2.967 2.967 0 0 1-2.966-2.964V3.897A2.961 2.961 0 0 1 78.988.938zm41.937 17.866c-4.386.02-4.386-3.54-4.386-4.106l-.007-13.336 2.675-.424v13.254c0 .322 0 2.358 1.718 2.364v2.248zm-10.846-2.18c.821 0 1.43-.047 1.855-.129v-2.719a6.334 6.334 0 0 0-1.574-.199c-.295 0-.596.021-.897.069a2.699 2.699 0 0 0-.814.24c-.24.116-.439.28-.582.491-.15.212-.219.335-.219.656 0 .628.219.991.616 1.23s.938.362 1.615.362zm-.233-9.7c.883 0 1.629.109 2.231.328.602.218 1.088.525 1.444.915.363.396.609.922.76 1.483.157.56.232 1.175.232 1.85v6.874c-.41.089-1.034.19-1.868.314-.834.123-1.772.185-2.813.185-.69 0-1.327-.069-1.895-.198a4.001 4.001 0 0 1-1.471-.636 3.085 3.085 0 0 1-.951-1.134c-.226-.465-.343-1.12-.343-1.803 0-.656.13-1.073.384-1.525.26-.45.608-.819 1.047-1.106.445-.287.95-.492 1.532-.615a8.8 8.8 0 0 1 1.82-.185 8.404 8.404 0 0 1 1.972.24v-.438c0-.307-.035-.6-.11-.874a1.88 1.88 0 0 0-.384-.73 1.784 1.784 0 0 0-.724-.493 3.164 3.164 0 0 0-1.143-.205c-.616 0-1.177.075-1.69.164a7.735 7.735 0 0 0-1.26.307l-.321-2.192c.335-.117.834-.233 1.478-.349a10.98 10.98 0 0 1 2.073-.178zm52.842 9.626c.822 0 1.43-.048 1.854-.13V13.7a6.347 6.347 0 0 0-1.574-.199c-.294 0-.595.021-.896.069a2.7 2.7 0 0 0-.814.24 1.46 1.46 0 0 0-.582.491c-.15.212-.218.335-.218.656 0 .628.218.991.615 1.23.404.245.938.362 1.615.362zm-.226-9.694c.883 0 1.629.108 2.231.327.602.219 1.088.526 1.444.915.355.39.609.923.759 1.483.158.56.233 1.175.233 1.852v6.873c-.41.088-1.034.19-1.868.314-.834.123-1.772.184-2.813.184-.69 0-1.327-.068-1.895-.198a4.001 4.001 0 0 1-1.471-.635 3.085 3.085 0 0 1-.951-1.134c-.226-.465-.343-1.12-.343-1.804 0-.656.13-1.073.384-1.524.26-.45.608-.82 1.047-1.107.445-.286.95-.491 1.532-.614a8.803 8.803 0 0 1 2.751-.13c.329.034.671.096 1.04.185v-.437a3.3 3.3 0 0 0-.109-.875 1.873 1.873 0 0 0-.384-.731 1.784 1.784 0 0 0-.724-.492 3.165 3.165 0 0 0-1.143-.205c-.616 0-1.177.075-1.69.164-.514.089-.938.191-1.26.307l-.321-2.193c.335-.116.834-.232 1.478-.348a11.633 11.633 0 0 1 2.073-.177zm-8.034-1.271a1.626 1.626 0 0 1-1.628-1.62c0-.895.725-1.62 1.628-1.62.904 0 1.63.725 1.63 1.62 0 .895-.733 1.62-1.63 1.62zm1.348 13.22h-2.689V7.27l2.69-.423v11.956zm-4.714 0c-4.386.02-4.386-3.54-4.386-4.107l-.008-13.336 2.676-.424v13.254c0 .322 0 2.358 1.718 2.364v2.248zm-8.698-5.903c0-1.156-.253-2.119-.746-2.788-.493-.677-1.183-1.01-2.067-1.01-.882 0-1.574.333-2.065 1.01-.493.676-.733 1.632-.733 2.788 0 1.168.246 1.953.74 2.63.492.683 1.183 1.018 2.066 1.018.882 0 1.574-.342 2.067-1.019.492-.683.738-1.46.738-2.63zm2.737-.007c0 .902-.13 1.584-.397 2.33a5.52 5.52 0 0 1-1.128 1.906 4.986 4.986 0 0 1-1.752 1.223c-.685.286-1.739.45-2.265.45-.528-.006-1.574-.157-2.252-.45a5.096 5.096 0 0 1-1.744-1.223c-.487-.527-.863-1.162-1.137-1.906a6.345 6.345 0 0 1-.41-2.33c0-.902.123-1.77.397-2.508a5.554 5.554 0 0 1 1.15-1.892 5.133 5.133 0 0 1 1.75-1.216c.679-.287 1.425-.423 2.232-.423.808 0 1.553.142 2.237.423.685.286 1.274.69 1.753 1.216a5.644 5.644 0 0 1 1.135 1.892c.287.738.431 1.606.431 2.508zm-20.138 0c0 1.12.246 2.363.738 2.882.493.52 1.13.78 1.91.78.424 0 .828-.062 1.204-.178.377-.116.677-.253.917-.417V9.33a10.476 10.476 0 0 0-1.766-.226c-.971-.028-1.71.37-2.23 1.004-.513.636-.773 1.75-.773 2.788zm7.438 5.274c0 1.824-.466 3.156-1.404 4.004-.936.846-2.367 1.27-4.296 1.27-.705 0-2.17-.137-3.34-.396l.431-2.118c.98.205 2.272.26 2.95.26 1.074 0 1.84-.219 2.299-.656.459-.437.684-1.086.684-1.948v-.437a8.07 8.07 0 0 1-1.047.397c-.43.13-.93.198-1.492.198-.739 0-1.41-.116-2.018-.349a4.206 4.206 0 0 1-1.567-1.025c-.431-.45-.774-1.017-1.013-1.694-.24-.677-.363-1.885-.363-2.773 0-.834.13-1.88.384-2.577.26-.696.629-1.298 1.129-1.796.493-.498 1.095-.881 1.8-1.162a6.605 6.605 0 0 1 2.428-.457c.87 0 1.67.109 2.45.24.78.129 1.444.265 1.985.415V18.17z' fill='%235468FF'/%3E%3Cpath d='M6.972 6.677v1.627c-.712-.446-1.52-.67-2.425-.67-.585 0-1.045.13-1.38.391a1.24 1.24 0 0 0-.502 1.03c0 .425.164.765.494 1.02.33.256.835.532 1.516.83.447.192.795.356 1.045.495.25.138.537.332.862.582.324.25.563.548.718.894.154.345.23.741.23 1.188 0 .947-.334 1.691-1.004 2.234-.67.542-1.537.814-2.601.814-1.18 0-2.16-.229-2.936-.686v-1.708c.84.628 1.814.942 2.92.942.585 0 1.048-.136 1.388-.407.34-.271.51-.646.51-1.125 0-.287-.1-.55-.302-.79-.203-.24-.42-.42-.655-.542-.234-.123-.585-.29-1.053-.503-.276-.127-.47-.218-.582-.271a13.67 13.67 0 0 1-.55-.287 4.275 4.275 0 0 1-.567-.351 6.92 6.92 0 0 1-.455-.4c-.18-.17-.31-.34-.39-.51-.08-.17-.155-.37-.224-.598a2.553 2.553 0 0 1-.104-.742c0-.915.333-1.638.998-2.17.664-.532 1.523-.798 2.576-.798.968 0 1.793.17 2.473.51zm7.468 5.696v-.287c-.022-.607-.187-1.088-.495-1.444-.309-.357-.75-.535-1.324-.535-.532 0-.99.194-1.373.583-.382.388-.622.949-.717 1.683h3.909zm1.005 2.792v1.404c-.596.34-1.383.51-2.362.51-1.255 0-2.255-.377-3-1.132-.744-.755-1.116-1.744-1.116-2.968 0-1.297.34-2.316 1.021-3.055.68-.74 1.548-1.11 2.6-1.11 1.033 0 1.852.323 2.458.966.606.644.91 1.572.91 2.784 0 .33-.033.676-.096 1.038h-5.314c.107.702.405 1.239.894 1.611.49.372 1.106.558 1.85.558.862 0 1.58-.202 2.155-.606zm6.605-1.77h-1.212c-.596 0-1.045.116-1.349.35-.303.234-.454.532-.454.894 0 .372.117.664.35.877.235.213.575.32 1.022.32.51 0 .912-.142 1.204-.424.293-.281.44-.651.44-1.108v-.91zm-4.068-2.554V9.325c.627-.361 1.457-.542 2.489-.542 2.116 0 3.175 1.026 3.175 3.08V17h-1.548v-.957c-.415.68-1.143 1.02-2.186 1.02-.766 0-1.38-.22-1.843-.661-.462-.442-.694-1.003-.694-1.684 0-.776.293-1.38.878-1.81.585-.431 1.404-.647 2.457-.647h1.34V11.8c0-.554-.133-.971-.399-1.253-.266-.282-.707-.423-1.324-.423a4.07 4.07 0 0 0-2.345.718zm9.333-1.93v1.42c.394-1 1.101-1.5 2.123-1.5.148 0 .313.016.494.048v1.531a1.885 1.885 0 0 0-.75-.143c-.542 0-.989.24-1.34.718-.351.479-.527 1.048-.527 1.707V17h-1.563V8.91h1.563zm5.01 4.084c.022.82.272 1.492.75 2.019.479.526 1.15.79 2.01.79.639 0 1.235-.176 1.788-.527v1.404c-.521.319-1.186.479-1.995.479-1.265 0-2.276-.4-3.031-1.197-.755-.798-1.133-1.792-1.133-2.984 0-1.16.38-2.151 1.14-2.975.761-.825 1.79-1.237 3.088-1.237.702 0 1.346.149 1.93.447v1.436a3.242 3.242 0 0 0-1.77-.495c-.84 0-1.513.266-2.019.798-.505.532-.758 1.213-.758 2.042zM40.24 5.72v4.579c.458-1 1.293-1.5 2.505-1.5.787 0 1.42.245 1.899.734.479.49.718 1.17.718 2.042V17h-1.564v-5.106c0-.553-.14-.98-.422-1.284-.282-.303-.652-.455-1.11-.455-.531 0-1.002.202-1.411.606-.41.405-.615 1.022-.615 1.851V17h-1.563V5.72h1.563zm14.966 10.02c.596 0 1.096-.253 1.5-.758.404-.506.606-1.157.606-1.955 0-.915-.202-1.62-.606-2.114-.404-.495-.92-.742-1.548-.742-.553 0-1.05.224-1.491.67-.442.447-.662 1.133-.662 2.058 0 .958.212 1.67.638 2.138.425.469.946.703 1.563.703zM53.004 5.72v4.42c.574-.894 1.388-1.341 2.44-1.341 1.022 0 1.857.383 2.506 1.149.649.766.973 1.781.973 3.047 0 1.138-.309 2.109-.925 2.912-.617.803-1.463 1.205-2.537 1.205-1.075 0-1.894-.447-2.457-1.34V17h-1.58V5.72h1.58zm9.908 11.104l-3.223-7.913h1.739l1.005 2.632 1.26 3.415c.096-.32.48-1.458 1.15-3.415l.909-2.632h1.66l-2.92 7.866c-.777 2.074-1.963 3.11-3.559 3.11a2.92 2.92 0 0 1-.734-.079v-1.34c.17.042.351.064.543.064 1.032 0 1.755-.57 2.17-1.708z' fill='%235D6494'/%3E%3Cpath d='M89.632 5.967v-.772a.978.978 0 0 0-.978-.977h-2.28a.978.978 0 0 0-.978.977v.793c0 .088.082.15.171.13a7.127 7.127 0 0 1 1.984-.28c.65 0 1.295.088 1.917.259.082.02.164-.04.164-.13m-6.248 1.01l-.39-.389a.977.977 0 0 0-1.382 0l-.465.465a.973.973 0 0 0 0 1.38l.383.383c.062.061.15.047.205-.014.226-.307.472-.601.746-.874.281-.28.568-.526.883-.751.068-.042.075-.137.02-.2m4.16 2.453v3.341c0 .096.104.165.192.117l2.97-1.537c.068-.034.089-.117.055-.184a3.695 3.695 0 0 0-3.08-1.866c-.068 0-.136.054-.136.13m0 8.048a4.489 4.489 0 0 1-4.49-4.482 4.488 4.488 0 0 1 4.49-4.482 4.488 4.488 0 0 1 4.489 4.482 4.484 4.484 0 0 1-4.49 4.482m0-10.85a6.363 6.363 0 1 0 0 12.729c3.518 0 6.372-2.85 6.372-6.368a6.358 6.358 0 0 0-6.371-6.36' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  overflow: hidden;
  text-indent: -9000px;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  display: block;
}

/* example/src/styles.scss */
.gantt {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  color: #333;
  opacity: 0;
}
.gantt svg {
  overflow: visible !important;
}
.gantt .gantt-side {
  border-right: 1px solid #eee;
  position: relative;
  z-index: 3;
  box-shadow: 12px 0 16px -10px rgba(0, 0, 0, 0.15);
}
.gantt .gantt-side .gantt-side-header {
  box-sizing: border-box;
}
.gantt .gantt-side .gantt-side-container {
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.gantt .gantt-side .gantt-side-container .gantt-table {
  height: 100%;
  flex: 1;
  display: flex;
}
.gantt .gantt-side .gantt-side-container::-webkit-scrollbar {
  display: none;
}
.gantt .gantt-container {
  flex: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: #fafafa;
}
.gantt .gantt-scrollbar {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
}
.gantt .gantt-scrollbar.gantt-scrollbar-bg {
  background-color: #fafafa;
}
.gantt .gantt-scrollbar.gantt-scrollbar-bg .gantt-table-scrollbar.with-scrollbar {
  border-right: 1px solid #eee;
  z-index: 3;
  box-shadow: 10px 0px 10px -3px rgba(0, 0, 0, 0.15);
}
.gantt .gantt-scrollbar .gantt-table-scrollbar.with-scrollbar {
  overflow-x: scroll;
}
.gantt .gantt-scrollbar .gantt-main-scrollbar {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
}
.gantt .gantt-main-container {
  width: 100%;
  height: calc(100% - var(--gantt-header-height));
  flex: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.gantt .gantt-main-container .gantt-main-groups,
.gantt .gantt-main-container .gantt-main-items {
  overflow: hidden;
  min-height: 100%;
}
.gantt .gantt-main-container .gantt-group {
  background: rgba(243, 243, 243, 0.5);
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.gantt .gantt-main-container .gantt-item {
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  position: relative;
}
.gantt .gantt-main-container .gantt-item.gantt-main-item-active {
  background-color: rgba(102, 152, 255, 0.1);
}
.gantt .gantt-main-container .gantt-quick-time-focus-container {
  position: absolute;
  left: 0;
  top: 0;
}
.gantt .gantt-main-container .gantt-quick-time-focus-container .gantt-quick-time-focus {
  position: sticky;
  left: 0;
  width: 0px;
  z-index: 3;
  pointer-events: none;
}
.gantt .gantt-main-container .gantt-quick-time-focus-container .gantt-quick-time-focus-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gantt .gantt-main-container .gantt-quick-time-focus-container .gantt-quick-time-focus-item span {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  pointer-events: all;
}
.gantt .gantt-main-container .gantt-quick-time-focus-container .gantt-quick-time-focus-item span:hover .gantt-quick-time-focus-item-arrow {
  border: 1px solid #6698ff;
}
.gantt .gantt-main-container .gantt-quick-time-focus-container .gantt-quick-time-focus-item-arrow {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 4px 7px 1px rgba(0, 0, 0, 0.05);
}
.gantt .gantt-main-container .gantt-quick-time-focus-container .gantt-quick-time-focus-item-arrow .gantt-icon {
  display: inline-block;
}
.gantt .gantt-main-container .gantt-quick-time-focus-container .gantt-quick-time-focus-item-arrow .gantt-icon svg {
  width: 14px;
  height: 14px;
}
.gantt .gantt-normal-viewport {
  display: flex;
}
.gantt .gantt-virtual-scroll-viewport {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: auto;
}
.gantt .gantt-virtual-scroll-viewport.with-footer .gantt-table-body {
  padding-bottom: 44px;
}
.gantt .gantt-virtual-scroll-viewport.with-footer .gantt-main-groups,
.gantt .gantt-virtual-scroll-viewport.with-footer .gantt-main-items {
  padding-bottom: 44px;
}
.gantt .gantt-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper {
  width: 100%;
  min-width: unset;
  display: flex;
  min-height: 100%;
}
.gantt .gantt-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper .gantt-container .gantt-main-container {
  height: 100%;
  top: 0;
  overflow-y: hidden;
}
.gantt .gantt-virtual-scroll-viewport.gantt-scroll-container .gantt-container .gantt-main-container::-webkit-scrollbar {
  position: static;
}
.gantt .gantt-virtual-scroll-viewport.gantt-normal-viewport .cdk-virtual-scroll-content-wrapper {
  height: 100%;
}
.gantt .gantt-virtual-scroll-viewport.gantt-normal-viewport .cdk-virtual-scroll-spacer {
  display: none;
}
.gantt .gantt-virtual-scroll-viewport.gantt-normal-viewport .gantt-container .gantt-main-container {
  overflow-y: auto;
}
.gantt-header {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.gantt-header .gantt-container-header {
  flex: 1;
  overflow: hidden;
  background-color: #fafafa;
}
.gantt-footer {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: white;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.gantt-footer .gantt-table-footer {
  height: 44px;
  border-right: 1px solid #eee;
  box-shadow: 16px 0 14px -10px rgba(0, 0, 0, 0.15);
  overflow-x: auto;
  overflow-y: hidden;
}
.gantt-footer .gantt-table-footer::-webkit-scrollbar {
  display: none;
}
.gantt-footer .gantt-container-footer {
  height: 44px;
  overflow-x: auto;
  overflow-y: hidden;
  flex: 1;
}
.gantt-footer .gantt-container-footer::-webkit-scrollbar {
  display: none;
}
.gantt-table-header {
  text-align: center;
  background: #fff;
  box-shadow: 12px 0 16px -10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 3;
  border-right: 1px solid #eee;
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.gantt-table-header .gantt-table-header-container {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.gantt-table-header .gantt-table-header-container::-webkit-scrollbar {
  display: none;
}
.gantt-table-header .gantt-table-column {
  overflow: hidden;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
}
.gantt-table-header .gantt-table-column:nth-last-child(2) {
  border-right: none;
}
.gantt-table-header .gantt-table-column.gantt-table-column-placeholder {
  padding: 0;
  border: 1px solid #eee;
  border-right: none;
}
.gantt-table-header-first-level-group {
  background: rgba(243, 243, 243, 0.5);
}
.gantt-table-header-with-group .gantt-table-column:first-child {
  padding: 0 15px 0 32px;
}
.gantt-table-header .gantt-table-column {
  display: flex;
  padding: 0 15px;
}
.gantt-table-header .gantt-table-column-content {
  flex: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gantt-table-header:hover {
  background-color: #fafafa;
}
.gantt-table-header-active {
  background-color: rgba(102, 152, 255, 0.1);
}
.gantt-table-header-active:hover {
  background-color: rgba(102, 152, 255, 0.1);
}
.gantt-table-header .gantt-table-column {
  display: flex;
  padding: 0 15px;
}
.gantt-table-header .gantt-table-column:nth-last-child(2) {
  border-right: none;
}
.gantt-table-header .gantt-table-column.gantt-table-column-placeholder {
  padding: 0;
  border: 1px solid #eee;
  border-right: none;
}
.gantt-table-header .gantt-table-column-content {
  flex: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gantt-table-header .gantt-expand-icon {
  display: inline-block;
  width: 20px;
  color: #aaa;
}
.gantt-table-header .gantt-drag-handle {
  width: 1rem;
  padding: 0 5px 0 0;
  display: flex;
  align-items: center;
  margin-left: -10px;
}
.gantt-table-header:hover {
  background-color: #fafafa;
}
.gantt-table-header-active {
  background-color: rgba(102, 152, 255, 0.1);
}
.gantt-table-header-active:hover {
  background-color: rgba(102, 152, 255, 0.1);
}
.gantt-table-header .gantt-table-column {
  font-weight: 400;
  z-index: 1;
}
.gantt-table-body {
  display: block;
  flex: 1;
}
.gantt-table-body .gantt-table-group {
  display: flex;
  background: rgba(243, 243, 243, 0.5);
  padding: 0 10px;
  align-items: center;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  position: relative;
}
.gantt-table-body .gantt-table-group .gantt-table-group-title {
  cursor: pointer;
}
.gantt-table-body .gantt-table-group .gantt-table-group-title .expand-icon {
  color: #aaa;
  margin-right: 6px;
}
.gantt-table-body .gantt-table-item {
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.gantt-table-body .gantt-table-item .gantt-table-column {
  overflow: hidden;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
}
.gantt-table-body .gantt-table-item .gantt-table-column:nth-last-child(2) {
  border-right: none;
}
.gantt-table-body .gantt-table-item .gantt-table-column.gantt-table-column-placeholder {
  padding: 0;
  border: 1px solid #eee;
  border-right: none;
}
.gantt-table-body .gantt-table-item-first-level-group {
  background: rgba(243, 243, 243, 0.5);
}
.gantt-table-body .gantt-table-item-with-group .gantt-table-column:first-child {
  padding: 0 15px 0 32px;
}
.gantt-table-body .gantt-table-item .gantt-table-column {
  display: flex;
  padding: 0 15px;
}
.gantt-table-body .gantt-table-item .gantt-table-column-content {
  flex: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gantt-table-body .gantt-table-item:hover {
  background-color: #fafafa;
}
.gantt-table-body .gantt-table-item-active {
  background-color: rgba(102, 152, 255, 0.1);
}
.gantt-table-body .gantt-table-item-active:hover {
  background-color: rgba(102, 152, 255, 0.1);
}
.gantt-table-body .gantt-table-item .gantt-table-column {
  display: flex;
  padding: 0 15px;
}
.gantt-table-body .gantt-table-item .gantt-table-column:nth-last-child(2) {
  border-right: none;
}
.gantt-table-body .gantt-table-item .gantt-table-column.gantt-table-column-placeholder {
  padding: 0;
  border: 1px solid #eee;
  border-right: none;
}
.gantt-table-body .gantt-table-item .gantt-table-column-content {
  flex: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gantt-table-body .gantt-table-item .gantt-expand-icon {
  display: inline-block;
  width: 20px;
  color: #aaa;
}
.gantt-table-body .gantt-table-item .gantt-drag-handle {
  width: 1rem;
  padding: 0 5px 0 0;
  display: flex;
  align-items: center;
  margin-left: -10px;
}
.gantt-table-body .gantt-table-item:hover {
  background-color: #fafafa;
}
.gantt-table-body .gantt-table-item-active {
  background-color: rgba(102, 152, 255, 0.1);
}
.gantt-table-body .gantt-table-item-active:hover {
  background-color: rgba(102, 152, 255, 0.1);
}
.gantt-table-body .gantt-expand-icon {
  display: inline-block;
  width: 20px;
  color: #aaa;
}
.gantt-table-empty {
  height: 100%;
  position: relative;
}
.gantt-table-empty .gantt-table-body-container {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 22px;
}
.gantt-table-empty .gantt-table-body-container .empty-icon svg {
  height: 78px;
  width: 78px;
}
.gantt-table-empty .gantt-table-body-container .empty-text {
  color: #cacaca;
}
.table-resize-handle,
.column-resize-handle {
  width: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: ew-resize;
  height: 5000px;
  z-index: 2;
}
.table-resize-handle:hover,
.column-resize-handle:hover {
  background: #6698ff;
}
.column-resize-handle {
  height: unset;
  z-index: 2;
}
.table-resize-auxiliary-line {
  width: 3px;
  background: #6698ff;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  height: 5000px;
}
.cdk-drag-preview.gantt-table-item {
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.08);
  opacity: 0.9;
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column {
  overflow: hidden;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column:nth-last-child(2) {
  border-right: none;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column.gantt-table-column-placeholder {
  padding: 0;
  border: 1px solid #eee;
  border-right: none;
}
.cdk-drag-preview.gantt-table-item-first-level-group {
  background: rgba(243, 243, 243, 0.5);
}
.cdk-drag-preview.gantt-table-item-with-group .gantt-table-column:first-child {
  padding: 0 15px 0 32px;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column {
  display: flex;
  padding: 0 15px;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column-content {
  flex: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cdk-drag-preview.gantt-table-item:hover {
  background-color: #fafafa;
}
.cdk-drag-preview.gantt-table-item-active {
  background-color: rgba(102, 152, 255, 0.1);
}
.cdk-drag-preview.gantt-table-item-active:hover {
  background-color: rgba(102, 152, 255, 0.1);
}
.cdk-drag-preview.gantt-table-item .gantt-table-column {
  display: flex;
  padding: 0 15px;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column:nth-last-child(2) {
  border-right: none;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column.gantt-table-column-placeholder {
  padding: 0;
  border: 1px solid #eee;
  border-right: none;
}
.cdk-drag-preview.gantt-table-item .gantt-table-column-content {
  flex: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cdk-drag-preview.gantt-table-item .gantt-expand-icon {
  display: inline-block;
  width: 20px;
  color: #aaa;
}
.cdk-drag-preview.gantt-table-item .gantt-drag-handle {
  width: 1rem;
  padding: 0 5px 0 0;
  display: flex;
  align-items: center;
  margin-left: -10px;
}
.cdk-drag-preview.gantt-table-item:hover {
  background-color: #fafafa;
}
.cdk-drag-preview.gantt-table-item-active {
  background-color: rgba(102, 152, 255, 0.1);
}
.cdk-drag-preview.gantt-table-item-active:hover {
  background-color: rgba(102, 152, 255, 0.1);
}
.gantt-table-body.gantt-table-draggable .cdk-drag-placeholder {
  display: none !important;
}
.gantt-table-body.gantt-table-draggable .cdk-drag-placeholder + .cdk-drop-list {
  display: none !important;
}
.gantt-table-body.gantt-table-draggable .cdk-drag-disabled.gantt-table-item .gantt-drag-handle svg {
  display: none;
}
.gantt-table-body.gantt-table-draggable.gantt-table-dragging .gantt-table-item:hover {
  background: unset;
}
.gantt-table-body.gantt-table-draggable.gantt-table-dragging .gantt-table-item:hover .gantt-drag-handle {
  visibility: hidden !important;
}
.gantt-table-body.gantt-table-draggable .drag-item-hide {
  display: none !important;
}
.gantt-table-body.gantt-table-draggable .drop-position-inside .gantt-table-column {
  height: 100%;
  border-top: 2px dashed #6698ff !important;
  border-bottom: 2px dashed #6698ff !important;
}
.gantt-table-body.gantt-table-draggable .drop-position-inside .gantt-table-column:first-child {
  border-left: 2px dashed #6698ff !important;
}
.gantt-table-body.gantt-table-draggable .drop-position-inside .gantt-table-column:last-child {
  border-right: 2px dashed #6698ff !important;
}
.gantt-table-body.gantt-table-draggable .drop-position-before {
  background: #f5f5f5 !important;
  border-top: 2px solid #6698ff !important;
}
.gantt-table-body.gantt-table-draggable .drop-position-after {
  background: #f5f5f5 !important;
  border-bottom: 2px solid #6698ff !important;
}
.gantt-calendar {
  display: block;
  height: 100%;
  overflow: hidden;
}
.gantt-calendar svg {
  position: relative;
  background-color: #fff;
}
.gantt-calendar line {
  shape-rendering: crispEdges;
}
.gantt-calendar .primary-line {
  stroke: #ddd;
}
.gantt-calendar .gantt-calendar-today-overlay {
  position: relative;
  z-index: 1;
}
.gantt-calendar .gantt-calendar-today-overlay .today-rect {
  width: 35px;
  height: 24px;
  position: absolute;
  background: #ff9f73;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.gantt-calendar .gantt-calendar-today-overlay .today-line {
  position: absolute;
  width: 3px;
  background: #ff9f73;
  transform: scaleX(0.5);
  transform-origin: 100% 0;
  margin-left: -2px;
}
.gantt-calendar-header {
  position: relative;
  z-index: 2;
}
.gantt-calendar-header .gantt-calendar-today-overlay {
  z-index: 2;
}
.gantt-calendar-header .header-line {
  stroke: #eee;
}
.gantt-calendar-header .primary-text {
  fill: #888;
  font-size: 14px;
}
.gantt-calendar-header .secondary-text {
  fill: #333;
  font-size: 14px;
}
.gantt-calendar-header .secondary-text-weekend {
  fill: #aaa;
}
.gantt-calendar-header .primary-text,
.gantt-calendar-header .secondary-text {
  text-anchor: middle;
}
.gantt-calendar-grid {
  position: absolute;
  width: 100%;
}
.gantt-calendar-grid svg {
  background-color: transparent;
}
.gantt-calendar-grid .gantt-calendar-grid-fill {
  position: absolute;
  top: 0;
}
.gantt-calendar-grid .gantt-calendar-grid-main {
  z-index: 2;
}
.gantt-calendar-grid .secondary-line {
  stroke-dasharray: 2px 5px;
  stroke: #cacaca;
}
.gantt-calendar-grid .secondary-backdrop {
  fill: rgba(243, 243, 243, 0.5);
}
.gantt-drag-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
  overflow: hidden;
}
.gantt-drag-mask {
  position: absolute;
  z-index: 1;
  height: 100%;
  display: none;
  background: rgba(102, 152, 255, 0.05);
}
.gantt-drag-mask .date-range {
  width: 100%;
  min-width: 120px;
  top: -23px;
  background: #6698ff;
  line-height: 23px;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
}
.gantt-link-drag-container {
  width: 100%;
  height: 1px;
  overflow: visible !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.gantt-link-drag-container .link-dragging-line {
  stroke: #6698ff;
  stroke-width: 2px;
}
.gantt-bar {
  position: absolute;
  border-radius: 4px;
  z-index: 2;
  background: #fff;
}
.gantt-bar .gantt-bar-layer {
  width: calc(100% + 32px);
  height: calc(100% + 42px);
  position: absolute;
  border-radius: 4px;
  left: -16px;
  top: -21px;
  display: none;
}
.gantt-bar .gantt-bar-layer .drag-handles {
  background: #fff;
  width: 100%;
  height: calc(100% - 16px * 2);
  position: absolute;
  border-radius: 4px;
  top: 16px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.gantt-bar .gantt-bar-layer .drag-handles .handle {
  width: 15px;
  height: 100%;
  position: absolute;
  cursor: col-resize;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gantt-bar .gantt-bar-layer .drag-handles .handle:before,
.gantt-bar .gantt-bar-layer .drag-handles .handle:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #cacaca;
}
.gantt-bar .gantt-bar-layer .drag-handles .handle::before {
  margin-right: 2px;
}
.gantt-bar .gantt-bar-layer .drag-handles .handle:first-child {
  left: 0;
}
.gantt-bar .gantt-bar-layer .drag-handles .handle:last-child {
  right: 0;
}
.gantt-bar .gantt-bar-layer .link-handles .handle {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}
.gantt-bar .gantt-bar-layer .link-handles .handle:first-child {
  left: 0;
  top: 0;
}
.gantt-bar .gantt-bar-layer .link-handles .handle:last-child {
  right: 0;
  bottom: 0;
}
.gantt-bar .gantt-bar-layer .link-handles .handle .point {
  color: #6698ff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6698ff;
  transition: 0.3 ease;
}
.gantt-bar .gantt-bar-layer .link-handles .handle .point:hover {
  width: 12px;
  height: 12px;
}
.gantt-bar .gantt-bar-border {
  width: calc(100% + 5px * 2);
  height: calc(100% + 5px * 2);
  position: absolute;
  border-radius: 4px;
  left: -5px;
  top: -5px;
  display: none;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.gantt-bar .gantt-bar-content {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #6698ff;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.gantt-bar .gantt-bar-content .gantt-bar-content-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.gantt-bar-active {
  z-index: 1000;
}
.gantt-bar-active .gantt-bar-layer {
  display: block;
  z-index: 1;
}
.gantt-bar-active .gantt-bar-content {
  z-index: 1;
  box-shadow: none;
}
.gantt-bar-active .cdk-drag {
  transition: none;
}
.gantt-bar-single-drop-active .gantt-bar-border {
  display: block;
}
.gantt-bar-single-drop-active .gantt-bar-content {
  box-shadow: none;
}
.gantt-bar-draggable-drag {
  z-index: 1001;
}
.gantt-bar-drop-active {
  z-index: 1000;
}
.gantt-bar-drop-active .gantt-bar-layer {
  display: block;
  z-index: 1;
}
.gantt-bar-drop-active .gantt-bar-content {
  z-index: 1;
  box-shadow: none;
}
.gantt-bar-drop-active .cdk-drag {
  transition: none;
}
.gantt-bar-drop-active .gantt-bar-layer .link-handles .handle {
  width: 26px;
  height: 100%;
}
.gantt-bar-drop-active .gantt-bar-layer .link-handles .handle:first-child {
  left: -21px;
}
.gantt-bar-drop-active .gantt-bar-layer .link-handles .handle:last-child {
  right: -21px;
}
.gantt-bar-drop-active .gantt-bar-layer .link-handles .handle:hover .point {
  width: 12px;
  height: 12px;
}
.gantt-range {
  position: absolute;
  z-index: 2;
}
.gantt-range .gantt-range-main {
  height: 10px;
  background: #dfdfdf;
  border: 1px solid #888;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  position: relative;
}
.gantt-range .gantt-range-main .gantt-range-main-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #888;
}
.gantt-range .gantt-range-triangle {
  width: 0;
  height: 0;
  border-top: 7px solid #888;
  position: absolute;
  top: 10px;
}
.gantt-range .gantt-range-triangle.left {
  border-right: 6px solid transparent;
  left: 0;
}
.gantt-range .gantt-range-triangle.right {
  border-left: 6px solid transparent;
  right: 0;
}
.gantt-icon {
  font-size: 1rem;
  line-height: 0;
}
.gantt-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.125em;
  background-repeat: no-repeat;
}
.gantt-links-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.gantt-links-overlay svg {
  overflow: visible;
  z-index: 2;
  position: absolute;
}
.link-dragging-container {
  width: 100%;
  height: 1px;
  overflow: visible !important;
  position: absolute;
  left: 0;
  z-index: 2000;
}
.link-dragging-container .link-dragging-line {
  stroke: #6698ff;
  stroke-width: 2px;
}
.gantt-baseline {
  position: absolute;
  z-index: 2;
}
.gantt-baseline .baseline-content {
  height: 8px;
  border-radius: 2px;
  background-color: #cacaca;
}
.gantt-toolbar {
  position: absolute;
  top: 60px;
  right: 20px;
  z-index: 1000;
}
.gantt-toolbar .toolbar-views {
  display: inline-flex;
}
.gantt-toolbar .toolbar-views .toolbar-view {
  padding: 0 15px;
  cursor: pointer;
  flex: 0 1 auto;
  border: 1px solid #ddd;
  margin-left: -1px;
  position: relative;
  background-color: #ffffff;
}
.gantt-toolbar .toolbar-views .toolbar-view.active {
  color: #6698ff;
  border-color: #6698ff;
  z-index: 1;
}
.gantt-toolbar .toolbar-views .toolbar-view:first-child {
  border-radius: 4px 0 0 4px;
}
.gantt-toolbar .toolbar-views .toolbar-view:last-child {
  border-radius: 0 4px 4px 0;
}
.gantt-loader-overlay {
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
  top: 40px;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1001;
}
.gantt-loader-wrapper {
  position: absolute;
  padding-top: 20px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.gantt-loader-loading {
  display: inline-block;
  position: relative;
  height: 8px;
  border-radius: 4px;
  transform: translateX(-18px);
}
.gantt-loader-loading:before,
.gantt-loader-loading:after {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 4px;
}
.gantt-loader-loading:before {
  animation: gantt-loader-loading-ellipsis-b 1s ease-in-out infinite;
  background: #6698ff;
  opacity: 0.4;
}
.gantt-loader-loading:after {
  animation: gantt-loader-loading-ellipsis-a 1s ease-in-out infinite;
  background: #6698ff;
  opacity: 0.8;
}
.gantt-loader-loading-spot {
  position: absolute;
  left: 13px;
  height: 8px;
  width: 8px;
  background: #6698ff;
  border-radius: 4px;
}
@keyframes gantt-loader-loading-ellipsis-b {
  0% {
    left: 0;
    transform: scale(1.1);
  }
  50% {
    left: 25px;
    transform: scale(1);
  }
  100% {
    left: 0;
    transform: scale(1.1);
  }
}
@keyframes gantt-loader-loading-ellipsis-a {
  0% {
    left: 25px;
    transform: scale(1.1);
  }
  50% {
    left: 0;
    transform: scale(1);
  }
  100% {
    left: 25px;
    transform: scale(1.1);
  }
}
html,
body {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    PingFang SC,
    Helvetica Neue,
    Noto Sans,
    Noto Sans CJK SC,
    Microsoft Yahei,
    Arial,
    Hiragino Sans GB,
    sans-serif;
  font-size: 0.875rem;
  color: var(--dg-text-color);
  background-color: var(--dg-bg-color);
  line-height: 1.5715;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 8px 0;
}
p {
  margin: 0;
}
a,
a:visited,
a:hover {
  color: #6698ff;
  text-decoration: none;
}
.dg-hidden {
  visibility: hidden !important;
}
.dg-d-none {
  display: none !important;
}
.dg-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.dg-m-0 {
  margin: 0 !important;
}
.dg-mt-0,
.dg-my-0 {
  margin-top: 0 !important;
}
.dg-mr-0,
.dg-mx-0 {
  margin-right: 0 !important;
}
.dg-mb-0,
.dg-my-0 {
  margin-bottom: 0 !important;
}
.dg-ml-0,
.dg-mx-0 {
  margin-left: 0 !important;
}
.dg-m-1 {
  margin: 0.25rem !important;
}
.dg-mt-1,
.dg-my-1 {
  margin-top: 0.25rem !important;
}
.dg-mr-1,
.dg-mx-1 {
  margin-right: 0.25rem !important;
}
.dg-mb-1,
.dg-my-1 {
  margin-bottom: 0.25rem !important;
}
.dg-ml-1,
.dg-mx-1 {
  margin-left: 0.25rem !important;
}
.dg-m-2 {
  margin: 0.5rem !important;
}
.dg-mt-2,
.dg-my-2 {
  margin-top: 0.5rem !important;
}
.dg-mr-2,
.dg-mx-2 {
  margin-right: 0.5rem !important;
}
.dg-mb-2,
.dg-my-2 {
  margin-bottom: 0.5rem !important;
}
.dg-ml-2,
.dg-mx-2 {
  margin-left: 0.5rem !important;
}
.dg-m-3 {
  margin: 1rem !important;
}
.dg-mt-3,
.dg-my-3 {
  margin-top: 1rem !important;
}
.dg-mr-3,
.dg-mx-3 {
  margin-right: 1rem !important;
}
.dg-mb-3,
.dg-my-3 {
  margin-bottom: 1rem !important;
}
.dg-ml-3,
.dg-mx-3 {
  margin-left: 1rem !important;
}
.dg-m-4 {
  margin: 1.5rem !important;
}
.dg-mt-4,
.dg-my-4 {
  margin-top: 1.5rem !important;
}
.dg-mr-4,
.dg-mx-4 {
  margin-right: 1.5rem !important;
}
.dg-mb-4,
.dg-my-4 {
  margin-bottom: 1.5rem !important;
}
.dg-ml-4,
.dg-mx-4 {
  margin-left: 1.5rem !important;
}
.dg-m-5 {
  margin: 3rem !important;
}
.dg-mt-5,
.dg-my-5 {
  margin-top: 3rem !important;
}
.dg-mr-5,
.dg-mx-5 {
  margin-right: 3rem !important;
}
.dg-mb-5,
.dg-my-5 {
  margin-bottom: 3rem !important;
}
.dg-ml-5,
.dg-mx-5 {
  margin-left: 3rem !important;
}
.dg-p-0 {
  padding: 0 !important;
}
.dg-pt-0,
.dg-py-0 {
  padding-top: 0 !important;
}
.dg-pr-0,
.dg-px-0 {
  padding-right: 0 !important;
}
.dg-pb-0,
.dg-py-0 {
  padding-bottom: 0 !important;
}
.dg-pl-0,
.dg-px-0 {
  padding-left: 0 !important;
}
.dg-p-1 {
  padding: 0.25rem !important;
}
.dg-pt-1,
.dg-py-1 {
  padding-top: 0.25rem !important;
}
.dg-pr-1,
.dg-px-1 {
  padding-right: 0.25rem !important;
}
.dg-pb-1,
.dg-py-1 {
  padding-bottom: 0.25rem !important;
}
.dg-pl-1,
.dg-px-1 {
  padding-left: 0.25rem !important;
}
.dg-p-2 {
  padding: 0.5rem !important;
}
.dg-pt-2,
.dg-py-2 {
  padding-top: 0.5rem !important;
}
.dg-pr-2,
.dg-px-2 {
  padding-right: 0.5rem !important;
}
.dg-pb-2,
.dg-py-2 {
  padding-bottom: 0.5rem !important;
}
.dg-pl-2,
.dg-px-2 {
  padding-left: 0.5rem !important;
}
.dg-p-3 {
  padding: 1rem !important;
}
.dg-pt-3,
.dg-py-3 {
  padding-top: 1rem !important;
}
.dg-pr-3,
.dg-px-3 {
  padding-right: 1rem !important;
}
.dg-pb-3,
.dg-py-3 {
  padding-bottom: 1rem !important;
}
.dg-pl-3,
.dg-px-3 {
  padding-left: 1rem !important;
}
.dg-p-4 {
  padding: 1.5rem !important;
}
.dg-pt-4,
.dg-py-4 {
  padding-top: 1.5rem !important;
}
.dg-pr-4,
.dg-px-4 {
  padding-right: 1.5rem !important;
}
.dg-pb-4,
.dg-py-4 {
  padding-bottom: 1.5rem !important;
}
.dg-pl-4,
.dg-px-4 {
  padding-left: 1.5rem !important;
}
.dg-p-5 {
  padding: 3rem !important;
}
.dg-pt-5,
.dg-py-5 {
  padding-top: 3rem !important;
}
.dg-pr-5,
.dg-px-5 {
  padding-right: 3rem !important;
}
.dg-pb-5,
.dg-py-5 {
  padding-bottom: 3rem !important;
}
.dg-pl-5,
.dg-px-5 {
  padding-left: 3rem !important;
}
.dg-divider {
  border: 0;
  border-top: 1px solid var(--dg-gray-200);
  margin-bottom: 0;
}
:root {
  --dg-gray-10: #fff;
  --dg-gray-80: #f3f3f3;
  --dg-gray-90: #f3f5f7;
  --dg-gray-100: #f6f8fa;
  --dg-gray-200: #eee;
  --dg-gray-300: #ddd;
  --dg-gray-400: #cacaca;
  --dg-gray-500: #aaa;
  --dg-gray-600: #999;
  --dg-gray-700: #666;
  --dg-gray-800: #333;
  --dg-bg-color: #fff;
  --dg-text-color: #333;
  --dg-hero-banner-bg-color: #dae6f3;
  --dg-hero-launch-title-color: #1e3042;
  --dg-navbar-box-shadow: 0 8px 24px -2px rgba(0, 0, 0, 0.05);
  --dg-dropdown-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
:root[theme=dark] {
  --dg-gray-10: #2a2e34;
  --dg-gray-80: #393e46;
  --dg-gray-90: #3c414a;
  --dg-gray-100: #393e46;
  --dg-gray-200: #3c414a;
  --dg-gray-300: #464c57;
  --dg-gray-400: #5b6370;
  --dg-gray-500: #666e7d;
  --dg-gray-600: #6f7a8a;
  --dg-gray-700: #87909e;
  --dg-gray-800: #bcc4d1;
  --dg-bg-color: #2a2e34;
  --dg-text-color: #bcc4d1;
  --dg-hero-banner-bg-color: #303640;
  --dg-hero-launch-title-color: #bcc4d1;
  --dg-navbar-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.15);
  --dg-dropdown-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.dg-main {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
}
.dg-scroll-container {
  overflow: auto;
}
.dg-layout {
  display: flex;
  flex-direction: column;
  flex: auto;
}
.dg-layout .dg-sidebar {
  flex: 0 0 auto;
  width: 300px;
  overflow: auto;
  padding-top: 20px;
  border-right: 1px solid var(--dg-gray-300);
  position: fixed;
  top: 60px;
  bottom: 0;
}
.dg-layout .dg-doc-viewer {
  flex: auto;
  padding: 30px 50px 0 50px;
  margin-left: 300px;
}
.dg-layout .dg-doc-viewer--single {
  margin-left: 0px;
}
.dg-layout .dg-doc-viewer-backdrop {
  position: absolute;
  transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 0s 0.4s;
  background-color: transparent;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .dg-layout.dg-sidebar-show .dg-sidebar {
    display: block;
    left: 0;
    background: var(--dg-gray-100);
  }
  .dg-layout.dg-sidebar-show .dg-doc-viewer-backdrop {
    transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .dg-layout .dg-sidebar {
    z-index: 2;
    transition: left 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.4s;
    left: -300px;
  }
  .dg-layout .dg-doc-viewer {
    margin-left: 0px;
    padding: 20px 15px;
    position: relative;
  }
}
.dg-mode-lite .dg-main {
  top: 0;
}
.dg-mode-lite .dg-layout .dg-sidebar {
  background: var(--dg-gray-100);
  top: 0;
}
.dg-tab-links {
  position: relative;
  display: flex;
  border-bottom: 1px solid var(--dg-gray-200);
}
.dg-tab-links .dg-tab-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 30px;
  margin-right: 20px;
  transform: translateY(1px);
  color: var(--dg-gray-700);
  border-bottom: 2px solid transparent;
  font-weight: 500;
}
.dg-tab-links .dg-tab-link:hover,
.dg-tab-links .dg-tab-link.active {
  color: #6698ff;
  border-bottom: 2px solid #6698ff;
  text-decoration: none;
}
.dg-doc-viewer {
  display: flex;
  flex-direction: column;
}
.dg-doc-viewer .dg-doc-header {
  display: flex;
  align-items: center;
}
.dg-doc-viewer .dg-doc-header .sidebar-toggler {
  display: none;
  margin-right: 10px;
  padding: 4px 8px;
  border-radius: 4px;
}
.dg-doc-viewer .dg-doc-header .sidebar-toggler .dg-icon {
  font-size: 14px;
}
.dg-doc-viewer .dg-doc-header .sidebar-toggler:hover {
  background: #6698ff;
  color: #fff;
}
@media (max-width: 991.98px) {
  .dg-doc-viewer .dg-doc-header .sidebar-toggler {
    display: block;
  }
}
.dg-doc-viewer .dg-doc-header .title {
  font-size: 1.5rem;
  font-weight: 700;
}
.dg-doc-viewer .dg-doc-header .subtitle {
  margin-left: 10px;
  font-size: 1.5rem;
  color: var(--dg-gray-700);
  font-weight: normal;
}
.dg-doc-viewer--toc .dg-doc-viewer-inner-content {
  max-width: 78%;
}
.dg-doc-viewer .dg-doc-viewer-inner {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
}
.dg-doc-viewer .dg-doc-viewer-inner-content {
  flex: auto;
  width: 78%;
}
.dg-doc-viewer .dg-component-viewer {
  display: block;
  width: 100%;
}
.dg-doc-viewer .dg-component-viewer .dg-component-empty {
  display: block;
  margin-top: 20px;
}
.dg-doc-viewer .dg-component-viewer .dg-doc-header {
  margin-bottom: 10px;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api {
  display: flex;
  align-items: flex-start;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-component-api-content {
  flex: auto;
  width: 78%;
  max-width: 78%;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-header {
  display: flex;
  align-items: center;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-header:not(:first-child) {
  margin-top: 30px;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-header .name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-header .type-label {
  background-color: rgba(52, 143, 228, 0.8);
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 8px;
  margin-top: 3px;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-header .type-label.directive {
  background-color: rgba(216, 27, 96, 0.8);
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-header .type-label.service {
  background-color: rgba(142, 36, 170, 0.8);
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-header .type-label.interface,
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-header .type-label.class {
  background-color: rgba(124, 179, 66, 0.8);
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-header .type-label.pipe {
  background-color: rgba(84, 110, 122, 0.8);
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-description {
  color: var(--dg-gray-700);
  margin: 6px 0px 6px 0px;
  font-size: 0.875rem;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-section {
  margin-top: 10px;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-section .section-title {
  padding: 2px 0px;
  font-weight: 500;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-section + .dg-section {
  margin-top: 20px;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-property-table,
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table {
  margin-top: 8px;
  display: table;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-property-table th,
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table th {
  text-align: left;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-property-table td label,
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table td label {
  word-break: break-all;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-property-table .dg-api-property-header-row .dg-api-property-name-th,
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-property-header-row .dg-api-property-name-th {
  width: 18%;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-property-table .dg-api-property-header-row .dg-api-property-type-th,
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-property-header-row .dg-api-property-type-th {
  width: 18%;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-property-table .dg-api-property-header-row .dg-api-property-default-th,
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-property-header-row .dg-api-property-default-th {
  width: 18%;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-property-table .dg-api-property-header-row .dg-api-property-description-th,
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-property-header-row .dg-api-property-description-th {
  width: auto;
  word-break: break-all;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-property-table .dg-api-property-row .dg-api-property-name-cell,
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-property-row .dg-api-property-name-cell {
  text-align: left;
  word-break: break-all;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-property-table .dg-api-property-row .dg-api-property-type-cell,
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-property-row .dg-api-property-type-cell {
  text-align: left;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-property-table .dg-api-property-row .dg-api-property-default-cell,
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-property-row .dg-api-property-default-cell {
  text-align: left;
  word-break: break-all;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-property-table .dg-api-property-row .dg-api-property-description-cell,
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-property-row .dg-api-property-description-cell {
  word-break: break-all;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-methods-type-th {
  width: 400px;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-method-parameter-description {
  padding-left: 7px;
  word-break: break-all;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-method-parameter-item {
  padding-left: 5px;
  margin-bottom: 4px;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-method-return-value {
  padding-left: 5px;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-method-parameter-type {
  background-color: var(--dg-gray-90);
  color: var(--dg-text-color);
  border-radius: 4px;
  padding: 2px 4px;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-method-parameter-head {
  color: var(--dg-text-color);
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-method-parameter {
  display: flex;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-method-parameter-list {
  display: flex;
  flex-wrap: wrap;
}
.dg-doc-viewer .dg-component-viewer .dg-component-api .dg-api-methods-table .dg-api-no-method-parameter {
  padding-left: 5px;
}
@media (max-width: 991.98px) {
  .dg-doc-viewer .dg-doc-viewer-inner-content {
    width: 100%;
    max-width: 100%;
  }
  .dg-doc-viewer .dg-toc {
    display: none;
  }
}
.dg-doc-viewer .dg-spring {
  flex: 1 0 30px;
}
.dg-doc-content {
  flex: 1;
  display: block;
  padding: 20px 0px;
}
.dg-doc-content > :first-child {
  margin-top: 0 !important;
}
.dg-doc-content h1:not(.dg-example-viewer h1) {
  font-size: 1.5rem;
  margin: 30px 0px 16px 0px;
  color: var(--dg-text-color);
}
.dg-doc-content h2:not(.dg-example-viewer h2) {
  font-size: 1.25rem;
  margin: 30px 0px 16px 0px;
  color: var(--dg-text-color);
}
.dg-doc-content h3:not(.dg-example-viewer h3) {
  font-size: 18px;
  margin: 20px 0px 16px 0px;
}
.dg-doc-content h4:not(.dg-example-viewer h4) {
  font-size: 16px;
  margin: 10px 0px 10px 0px;
}
.dg-doc-content h5:not(.dg-example-viewer h5) {
  font-size: 14px;
  margin: 10px 0px 10px 0px;
}
.dg-doc-content ul:not(.dg-example-viewer ul) {
  margin: 10px 0 10px 32px;
  padding: 0;
}
.dg-doc-content ul:not(.dg-example-viewer ul) li {
  padding: 3px 0px;
}
.dg-doc-content ol:not(.dg-example-viewer ol) {
  margin: 10px 0 10px 32px;
  padding: 0;
}
.dg-doc-content ol:not(.dg-example-viewer ol) li {
  padding: 3px 0px;
}
.dg-doc-content code:not(.dg-example-viewer code) {
  display: inline-block;
  padding: 0px 4px;
  margin: 0px 2px;
  background: var(--dg-gray-90);
  border-radius: 4px;
  color: var(--dg-text-color);
}
.dg-doc-content pre:not(.dg-example-viewer pre) {
  padding: 1em;
  color: var(--dg-gray-700);
  background: var(--dg-gray-100);
  border-radius: 4px;
  overflow: auto;
}
.dg-doc-content pre:not(.dg-example-viewer pre) code {
  padding: 0px;
  background: transparent;
  font-size: 0.875rem;
}
.dg-doc-content p:not(.dg-example-viewer p) {
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1rem;
}
.dg-doc-content p:not(.dg-example-viewer p) code {
  line-height: 24px;
}
.dg-doc-content .dg-paragraph:not(.dg-example-viewer .dg-paragraph) {
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1rem;
}
.dg-doc-content .dg-paragraph:not(.dg-example-viewer .dg-paragraph) code {
  line-height: 24px;
}
.dg-doc-content img:not(.dg-example-viewer img) {
  max-width: 100%;
}
.dg-doc-content blockquote:not(.dg-example-viewer blockquote) {
  margin-left: 0px;
  border-left: 2px solid var(--dg-gray-300);
  color: var(--dg-gray-600);
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 10px;
}
.dg-doc-content table:not(.dg-example-viewer table) {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;
  width: 100%;
  max-width: 100%;
  font-size: 0.875rem;
}
.dg-doc-content table:not(.dg-example-viewer table) th,
.dg-doc-content table:not(.dg-example-viewer table) td {
  border: 1px solid var(--dg-gray-200);
  padding: 10px 14px;
}
.dg-doc-content table:not(.dg-example-viewer table) th p,
.dg-doc-content table:not(.dg-example-viewer table) td p {
  margin: 0px;
}
.dg-doc-content table:not(.dg-example-viewer table) th {
  background: var(--dg-gray-80);
  text-align: center;
  font-weight: 400;
}
.dg-doc-content table:not(.dg-example-viewer table) td {
  vertical-align: middle;
}
.dg-doc-meta {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 25px 0px;
  border-top: 1px solid var(--dg-gray-200);
}
.dg-doc-meta .dg-contributor-avatar-list {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 8px;
}
.dg-doc-meta .dg-contributor-avatar {
  box-shadow: 0 0 0 2px #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.dg-doc-meta .dg-contributor-avatar img {
  width: 100%;
}
.dg-doc-meta .dg-contributor-avatar:nth-child(n):not(:first-child) {
  margin-left: -8px;
}
.dg-doc-meta .dg-contributor-avatar:nth-child(1) {
  order: 3;
}
.dg-doc-meta .dg-contributor-avatar:nth-child(2) {
  order: 2;
}
.dg-doc-meta .dg-contributor-avatar:nth-child(3) {
  order: 1;
}
.dg-doc-meta .dg-contributor-other {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dg-gray-500);
  background-color: var(--dg-gray-100);
}
.dg-doc-meta .dg-contribution-last-time {
  color: var(--dg-gray-500);
}
.dg-pages-link {
  display: flex;
}
.dg-pages-link .dg-page-link {
  flex: 1 1 0;
  width: 100%;
  display: flex;
}
.dg-pages-link .dg-page-link a {
  padding: 16px;
  border-radius: 3px;
  color: var(--dg-text-color);
  border: 1px solid var(--dg-gray-200);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
}
.dg-pages-link .dg-page-link a:hover {
  text-decoration: none;
  color: #6698ff;
  border-color: #6698ff;
  cursor: pointer;
}
.dg-pages-link .dg-page-link a:hover .dg-page-link-icon {
  color: #6698ff;
}
.dg-pages-link .dg-page-link a .dg-page-link-icon {
  color: var(--dg-gray-500);
  flex: 1 1 0;
  align-self: center;
}
.dg-pages-link .dg-page-link a .dg-page-link-icon dg-icon {
  font-size: 24px;
}
.dg-pages-link .dg-page-link:first-child a {
  text-align: right;
}
.dg-pages-link .dg-page-link:first-child:not(:last-child) {
  margin-right: 24px;
}
.dg-pages-link .dg-page-link:first-child .dg-page-link-icon {
  text-align: left;
}
.dg-pages-link .dg-page-link:last-child a {
  text-align: left;
  flex-direction: row-reverse;
}
.dg-pages-link .dg-page-link:last-child .dg-page-link-icon {
  text-align: right;
}
.dg-pages-link .dg-page-link .dg-page-link-label {
  font-size: 12px;
  color: var(--dg-gray-600);
  font-weight: 400;
  line-height: 1.625;
}
.dg-pages-link .dg-page-link .dg-page-link-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.dg-doc-content code[class*=language-],
.dg-doc-content pre[class*=language-],
.dg-source-code-content code[class*=language-],
.dg-source-code-content pre[class*=language-] {
  text-shadow: none;
}
.dg-doc-content .token.operator,
.dg-doc-content .token.entity,
.dg-doc-content .token.url,
.dg-doc-content .language-css .token.string,
.dg-doc-content .style .token.string,
.dg-source-code-content .token.operator,
.dg-source-code-content .token.entity,
.dg-source-code-content .token.url,
.dg-source-code-content .language-css .token.string,
.dg-source-code-content .style .token.string {
  background: none;
}
.dg-doc-content .token.selector,
.dg-doc-content .token.attr-name,
.dg-doc-content .token.string,
.dg-doc-content .token.char,
.dg-doc-content .token.builtin,
.dg-doc-content .token.inserted,
.dg-source-code-content .token.selector,
.dg-source-code-content .token.attr-name,
.dg-source-code-content .token.string,
.dg-source-code-content .token.char,
.dg-source-code-content .token.builtin,
.dg-source-code-content .token.inserted {
  color: #00b42a;
}
.dg-doc-content .token.property,
.dg-doc-content .token.tag,
.dg-doc-content .token.boolean,
.dg-doc-content .token.number,
.dg-doc-content .token.constant,
.dg-doc-content .token.symbol,
.dg-doc-content .token.deleted,
.dg-source-code-content .token.property,
.dg-source-code-content .token.tag,
.dg-source-code-content .token.boolean,
.dg-source-code-content .token.number,
.dg-source-code-content .token.constant,
.dg-source-code-content .token.symbol,
.dg-source-code-content .token.deleted {
  color: #b882ff;
}
.dg-doc-content .token.atrule,
.dg-doc-content .token.attr-value,
.dg-doc-content .token.keyword,
.dg-source-code-content .token.atrule,
.dg-source-code-content .token.attr-value,
.dg-source-code-content .token.keyword {
  color: #6698ff;
}
.dg-icon {
  font-size: 1rem;
  line-height: 0;
}
.dg-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.16em;
  background-repeat: no-repeat;
}
.dg-label {
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.875rem;
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1;
}
.dg-label-default {
  background-color: var(--dg-gray-200);
}
.dg-label-light {
  background-color: var(--dg-gray-300);
}
.dg-label-primary {
  background-color: #6698ff;
}
.dg-label-primary-light {
  background-color: #246eff;
}
.dg-label-success {
  background-color: #73d897;
}
.dg-label-info {
  background-color: #5dcfff;
}
.dg-label-warning {
  background-color: #ffcd5d;
}
.dg-label-danger {
  background-color: #ff7575;
}
.dg-label-dark {
  background-color: var(--dg-gray-700);
}
.dg-label-outline-default {
  color: var(--dg-gray-200);
  background-color: transparent;
  border: 1px solid var(--dg-gray-200);
}
.dg-label-outline-light {
  color: var(--dg-gray-300);
  background-color: transparent;
  border: 1px solid var(--dg-gray-300);
}
.dg-label-outline-primary {
  color: #6698ff;
  background-color: transparent;
  border: 1px solid #6698ff;
}
.dg-label-outline-primary-light {
  color: #246eff;
  background-color: transparent;
  border: 1px solid #246eff;
}
.dg-label-outline-success {
  color: #73d897;
  background-color: transparent;
  border: 1px solid #73d897;
}
.dg-label-outline-info {
  color: #5dcfff;
  background-color: transparent;
  border: 1px solid #5dcfff;
}
.dg-label-outline-warning {
  color: #ffcd5d;
  background-color: transparent;
  border: 1px solid #ffcd5d;
}
.dg-label-outline-danger {
  color: #ff7575;
  background-color: transparent;
  border: 1px solid #ff7575;
}
.dg-label-outline-dark {
  color: var(--dg-gray-700);
  background-color: transparent;
  border: 1px solid var(--dg-gray-700);
}
.dg-label-default,
.dg-label-light,
.dg-label-outline-default,
.dg-label-outline-light {
  color: var(--dg-gray-700);
}
.dg-label-sm {
  padding: 2px 8px;
  font-size: 0.75rem;
}
.dg-alert {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0px;
  padding: 10px 20px;
  border-left: 0px;
  background: var(--dg-gray-80);
  border-radius: 1px;
}
.dg-alert::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 3px;
  border-radius: 1px;
}
.dg-alert-default {
  background-color: rgba(var(--dg-gray-200), 0.05);
}
.dg-alert-default::after {
  background: var(--dg-gray-200);
}
.dg-alert-light {
  background-color: rgba(var(--dg-gray-300), 0.05);
}
.dg-alert-light::after {
  background: var(--dg-gray-300);
}
.dg-alert-primary {
  background-color: rgba(102, 152, 255, 0.05);
}
.dg-alert-primary::after {
  background: #6698ff;
}
.dg-alert-primary-light {
  background-color: rgba(36, 110, 255, 0.05);
}
.dg-alert-primary-light::after {
  background: #246eff;
}
.dg-alert-success {
  background-color: rgba(115, 216, 151, 0.05);
}
.dg-alert-success::after {
  background: #73d897;
}
.dg-alert-info {
  background-color: rgba(93, 207, 255, 0.05);
}
.dg-alert-info::after {
  background: #5dcfff;
}
.dg-alert-warning {
  background-color: rgba(255, 205, 93, 0.05);
}
.dg-alert-warning::after {
  background: #ffcd5d;
}
.dg-alert-danger {
  background-color: rgba(255, 117, 117, 0.05);
}
.dg-alert-danger::after {
  background: #ff7575;
}
.dg-alert-dark {
  background-color: rgba(var(--dg-gray-700), 0.05);
}
.dg-alert-dark::after {
  background: var(--dg-gray-700);
}
.dg-toc {
  flex: 1;
  position: sticky;
  top: 20px;
  margin: 20px 0 20px 20px;
}
.dg-toc .dg-toc-container {
  font-size: 13px;
  width: 19%;
  padding-left: 10px;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
.dg-toc .dg-toc-container + .docs-toc-container {
  padding-top: 8px;
}
.dg-toc .dg-toc-heading {
  margin: 0;
  padding: 6px 12px 6px 12px;
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
}
.dg-toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dg-toc ul li {
  list-style: none;
  position: relative;
  padding: 0px;
}
.dg-toc ul li[data-level="1"] {
  padding-left: 12px;
}
.dg-toc ul li[data-level="2"] {
  padding-left: 24px;
}
.dg-toc ul li[data-level="3"] {
  padding-left: 36px;
}
.dg-toc ul li[data-level="4"] {
  padding-left: 48px;
}
.dg-toc ul li a {
  color: var(--dg-gray-700);
}
.dg-toc .dg-link {
  padding: 6px 0px;
  color: var(--dg-gray-700);
  line-height: 16px;
  text-decoration: none;
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  box-sizing: border-box;
  word-break: break-all;
}
.dg-toc .dg-link::before {
  border-left: 2px solid var(--dg-gray-300);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.dg-toc .dg-link.active {
  color: rgb(51, 117.6666666667, 255);
}
.dg-toc .dg-link.active::before {
  border-color: #6698ff;
  border-width: 2px;
}
.dg-toc-menu .dg-toc-container {
  padding-left: 20px;
}
.dg-toc-menu .dg-link {
  position: relative;
}
.dg-toc-menu .dg-link::before {
  border-width: 0px;
}
.dg-toc-menu .dg-link.active::before {
  border-width: 0px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #6698ff;
  top: 12px;
  left: -10px;
}
.dg-btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 10px;
  font-size: 1rem;
  line-height: 1.5715;
  border-radius: 4px;
}
.dg-btn:focus,
.dg-btn.focus {
  outline: 0;
  box-shadow: none;
}
.dg-btn.disabled,
.dg-btn:disabled {
  opacity: 0.6;
  box-shadow: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.dg-btn.dg-btn-outline-default {
  color: var(--dg-gray-200);
  border-color: var(--dg-gray-200);
}
.dg-btn.dg-btn-outline-default:hover {
  color: var(--dg-gray-200);
  border-color: var(--dg-gray-200);
}
.dg-btn.dg-btn-outline-default:focus,
.dg-btn.dg-btn-outline-default.focus {
  box-shadow: 0 0 0 0px rgba(var(--dg-gray-200), 0.5);
}
.dg-btn.dg-btn-outline-default.disabled,
.dg-btn.dg-btn-outline-default:disabled {
  color: var(--dg-gray-200);
  background-color: transparent;
}
.dg-btn.dg-btn-default {
  color: #fff;
  background-color: var(--dg-gray-200);
  border-color: var(--dg-gray-200);
  box-shadow: none;
}
.dg-btn.dg-btn-default:hover {
  color: #fff;
  background-color: var(--dg-gray-200);
  border-color: var(--dg-gray-200);
}
.dg-btn.dg-btn-default.disabled,
.dg-btn.dg-btn-default:disabled {
  color: color-yiq(var(--dg-gray-200));
  background-color: var(--dg-gray-200);
  border-color: var(--dg-gray-200);
}
.dg-btn.dg-btn-default:hover {
  box-shadow: 0 2px 5px 1px rgba(var(--dg-gray-200), 0.6);
}
.dg-btn.dg-btn-outline-light {
  color: var(--dg-gray-300);
  border-color: var(--dg-gray-300);
}
.dg-btn.dg-btn-outline-light:hover {
  color: var(--dg-gray-300);
  border-color: var(--dg-gray-300);
}
.dg-btn.dg-btn-outline-light:focus,
.dg-btn.dg-btn-outline-light.focus {
  box-shadow: 0 0 0 0px rgba(var(--dg-gray-300), 0.5);
}
.dg-btn.dg-btn-outline-light.disabled,
.dg-btn.dg-btn-outline-light:disabled {
  color: var(--dg-gray-300);
  background-color: transparent;
}
.dg-btn.dg-btn-light {
  color: #fff;
  background-color: var(--dg-gray-300);
  border-color: var(--dg-gray-300);
  box-shadow: none;
}
.dg-btn.dg-btn-light:hover {
  color: #fff;
  background-color: var(--dg-gray-300);
  border-color: var(--dg-gray-300);
}
.dg-btn.dg-btn-light.disabled,
.dg-btn.dg-btn-light:disabled {
  color: color-yiq(var(--dg-gray-300));
  background-color: var(--dg-gray-300);
  border-color: var(--dg-gray-300);
}
.dg-btn.dg-btn-light:hover {
  box-shadow: 0 2px 5px 1px rgba(var(--dg-gray-300), 0.6);
}
.dg-btn.dg-btn-outline-primary {
  color: #6698ff;
  border-color: #6698ff;
}
.dg-btn.dg-btn-outline-primary:hover {
  color: #6698ff;
  border-color: #6698ff;
}
.dg-btn.dg-btn-outline-primary:focus,
.dg-btn.dg-btn-outline-primary.focus {
  box-shadow: 0 0 0 0px rgba(102, 152, 255, 0.5);
}
.dg-btn.dg-btn-outline-primary.disabled,
.dg-btn.dg-btn-outline-primary:disabled {
  color: #6698ff;
  background-color: transparent;
}
.dg-btn.dg-btn-primary {
  color: #fff;
  background-color: #6698ff;
  border-color: #6698ff;
  box-shadow: none;
}
.dg-btn.dg-btn-primary:hover {
  color: #fff;
  background-color: #6698ff;
  border-color: #6698ff;
}
.dg-btn.dg-btn-primary.disabled,
.dg-btn.dg-btn-primary:disabled {
  color: color-yiq(#6698ff);
  background-color: #6698ff;
  border-color: #6698ff;
}
.dg-btn.dg-btn-primary:hover {
  box-shadow: 0 2px 5px 1px rgba(102, 152, 255, 0.6);
}
.dg-btn.dg-btn-outline-primary-light {
  color: #246eff;
  border-color: #246eff;
}
.dg-btn.dg-btn-outline-primary-light:hover {
  color: #246eff;
  border-color: #246eff;
}
.dg-btn.dg-btn-outline-primary-light:focus,
.dg-btn.dg-btn-outline-primary-light.focus {
  box-shadow: 0 0 0 0px rgba(36, 110, 255, 0.5);
}
.dg-btn.dg-btn-outline-primary-light.disabled,
.dg-btn.dg-btn-outline-primary-light:disabled {
  color: #246eff;
  background-color: transparent;
}
.dg-btn.dg-btn-primary-light {
  color: #fff;
  background-color: #246eff;
  border-color: #246eff;
  box-shadow: none;
}
.dg-btn.dg-btn-primary-light:hover {
  color: #fff;
  background-color: #246eff;
  border-color: #246eff;
}
.dg-btn.dg-btn-primary-light.disabled,
.dg-btn.dg-btn-primary-light:disabled {
  color: color-yiq(#246eff);
  background-color: #246eff;
  border-color: #246eff;
}
.dg-btn.dg-btn-primary-light:hover {
  box-shadow: 0 2px 5px 1px rgba(36, 110, 255, 0.6);
}
.dg-btn.dg-btn-outline-success {
  color: #73d897;
  border-color: #73d897;
}
.dg-btn.dg-btn-outline-success:hover {
  color: #73d897;
  border-color: #73d897;
}
.dg-btn.dg-btn-outline-success:focus,
.dg-btn.dg-btn-outline-success.focus {
  box-shadow: 0 0 0 0px rgba(115, 216, 151, 0.5);
}
.dg-btn.dg-btn-outline-success.disabled,
.dg-btn.dg-btn-outline-success:disabled {
  color: #73d897;
  background-color: transparent;
}
.dg-btn.dg-btn-success {
  color: #fff;
  background-color: #73d897;
  border-color: #73d897;
  box-shadow: none;
}
.dg-btn.dg-btn-success:hover {
  color: #fff;
  background-color: #73d897;
  border-color: #73d897;
}
.dg-btn.dg-btn-success.disabled,
.dg-btn.dg-btn-success:disabled {
  color: color-yiq(#73d897);
  background-color: #73d897;
  border-color: #73d897;
}
.dg-btn.dg-btn-success:hover {
  box-shadow: 0 2px 5px 1px rgba(115, 216, 151, 0.6);
}
.dg-btn.dg-btn-outline-info {
  color: #5dcfff;
  border-color: #5dcfff;
}
.dg-btn.dg-btn-outline-info:hover {
  color: #5dcfff;
  border-color: #5dcfff;
}
.dg-btn.dg-btn-outline-info:focus,
.dg-btn.dg-btn-outline-info.focus {
  box-shadow: 0 0 0 0px rgba(93, 207, 255, 0.5);
}
.dg-btn.dg-btn-outline-info.disabled,
.dg-btn.dg-btn-outline-info:disabled {
  color: #5dcfff;
  background-color: transparent;
}
.dg-btn.dg-btn-info {
  color: #fff;
  background-color: #5dcfff;
  border-color: #5dcfff;
  box-shadow: none;
}
.dg-btn.dg-btn-info:hover {
  color: #fff;
  background-color: #5dcfff;
  border-color: #5dcfff;
}
.dg-btn.dg-btn-info.disabled,
.dg-btn.dg-btn-info:disabled {
  color: color-yiq(#5dcfff);
  background-color: #5dcfff;
  border-color: #5dcfff;
}
.dg-btn.dg-btn-info:hover {
  box-shadow: 0 2px 5px 1px rgba(93, 207, 255, 0.6);
}
.dg-btn.dg-btn-outline-warning {
  color: #ffcd5d;
  border-color: #ffcd5d;
}
.dg-btn.dg-btn-outline-warning:hover {
  color: #ffcd5d;
  border-color: #ffcd5d;
}
.dg-btn.dg-btn-outline-warning:focus,
.dg-btn.dg-btn-outline-warning.focus {
  box-shadow: 0 0 0 0px rgba(255, 205, 93, 0.5);
}
.dg-btn.dg-btn-outline-warning.disabled,
.dg-btn.dg-btn-outline-warning:disabled {
  color: #ffcd5d;
  background-color: transparent;
}
.dg-btn.dg-btn-warning {
  color: #fff;
  background-color: #ffcd5d;
  border-color: #ffcd5d;
  box-shadow: none;
}
.dg-btn.dg-btn-warning:hover {
  color: #fff;
  background-color: #ffcd5d;
  border-color: #ffcd5d;
}
.dg-btn.dg-btn-warning.disabled,
.dg-btn.dg-btn-warning:disabled {
  color: color-yiq(#ffcd5d);
  background-color: #ffcd5d;
  border-color: #ffcd5d;
}
.dg-btn.dg-btn-warning:hover {
  box-shadow: 0 2px 5px 1px rgba(255, 205, 93, 0.6);
}
.dg-btn.dg-btn-outline-danger {
  color: #ff7575;
  border-color: #ff7575;
}
.dg-btn.dg-btn-outline-danger:hover {
  color: #ff7575;
  border-color: #ff7575;
}
.dg-btn.dg-btn-outline-danger:focus,
.dg-btn.dg-btn-outline-danger.focus {
  box-shadow: 0 0 0 0px rgba(255, 117, 117, 0.5);
}
.dg-btn.dg-btn-outline-danger.disabled,
.dg-btn.dg-btn-outline-danger:disabled {
  color: #ff7575;
  background-color: transparent;
}
.dg-btn.dg-btn-danger {
  color: #fff;
  background-color: #ff7575;
  border-color: #ff7575;
  box-shadow: none;
}
.dg-btn.dg-btn-danger:hover {
  color: #fff;
  background-color: #ff7575;
  border-color: #ff7575;
}
.dg-btn.dg-btn-danger.disabled,
.dg-btn.dg-btn-danger:disabled {
  color: color-yiq(#ff7575);
  background-color: #ff7575;
  border-color: #ff7575;
}
.dg-btn.dg-btn-danger:hover {
  box-shadow: 0 2px 5px 1px rgba(255, 117, 117, 0.6);
}
.dg-btn.dg-btn-outline-dark {
  color: var(--dg-gray-700);
  border-color: var(--dg-gray-700);
}
.dg-btn.dg-btn-outline-dark:hover {
  color: var(--dg-gray-700);
  border-color: var(--dg-gray-700);
}
.dg-btn.dg-btn-outline-dark:focus,
.dg-btn.dg-btn-outline-dark.focus {
  box-shadow: 0 0 0 0px rgba(var(--dg-gray-700), 0.5);
}
.dg-btn.dg-btn-outline-dark.disabled,
.dg-btn.dg-btn-outline-dark:disabled {
  color: var(--dg-gray-700);
  background-color: transparent;
}
.dg-btn.dg-btn-dark {
  color: #fff;
  background-color: var(--dg-gray-700);
  border-color: var(--dg-gray-700);
  box-shadow: none;
}
.dg-btn.dg-btn-dark:hover {
  color: #fff;
  background-color: var(--dg-gray-700);
  border-color: var(--dg-gray-700);
}
.dg-btn.dg-btn-dark.disabled,
.dg-btn.dg-btn-dark:disabled {
  color: color-yiq(var(--dg-gray-700));
  background-color: var(--dg-gray-700);
  border-color: var(--dg-gray-700);
}
.dg-btn.dg-btn-dark:hover {
  box-shadow: 0 2px 5px 1px rgba(var(--dg-gray-700), 0.6);
}
.dg-btn-xsm {
  padding: 0.5px 10px;
  font-size: 1rem;
  line-height: 1.5715;
  border-radius: 4px;
}
.dg-btn-xsm .dg-icon {
  font-size: 1rem;
}
.dg-btn-sm {
  padding: 2.5px 10px;
  font-size: 1rem;
  line-height: 1.5715;
  border-radius: 4px;
}
.dg-btn-sm .dg-icon {
  font-size: 1rem;
}
.dg-btn-md {
  padding: 4.5px 10px;
  font-size: 1rem;
  line-height: 1.5715;
  border-radius: 4px;
}
.dg-btn-md .dg-icon {
  font-size: 1rem;
}
.dg-btn-lg {
  padding: 6.5px 10px;
  font-size: 1rem;
  line-height: 1.5715;
  border-radius: 4px;
}
.dg-btn-lg .dg-icon {
  font-size: 1rem;
}
.dg-btn-xlg {
  padding: 8.5px 30px;
  font-size: 1rem;
  line-height: 1.5715;
  border-radius: 4px;
}
.dg-btn-xlg .dg-icon {
  font-size: 1rem;
}
input[type=submit].dg-btn-block,
input[type=reset].dg-btn-block,
input[type=button].dg-btn-block {
  width: 100%;
}
.dg-btn.dg-btn-round {
  border-radius: 8888px;
}
.dg-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 0.719rem 1.25rem;
  justify-content: space-between;
  font-size: 1rem;
  z-index: 100;
}
.dg-navbar .nav.nav-spacer {
  display: flex;
  visibility: hidden;
  width: 0;
  margin: 0;
  flex: 0 0 auto;
}
.dg-navbar .navbar-brand {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
}
.dg-navbar .navbar-brand .logo {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.dg-navbar .navbar-brand .title {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.dg-navbar .navbar-brand .title:hover {
  text-decoration: none;
}
.dg-navbar .navbar-toggler {
  margin-left: 10px;
  display: none;
}
.dg-navbar .nav {
  display: flex;
}
.dg-navbar .nav a {
  padding: 6px 18px;
  margin-right: 8px;
  text-decoration: none;
}
.dg-navbar .nav a.active {
  border-radius: 4px;
  text-decoration: none !important;
}
.dg-navbar .nav a:hover {
  text-decoration: none !important;
}
.dg-navbar .spacer {
  flex: 1;
}
.dg-navbar .action-items {
  display: flex;
  align-items: center;
  flex: auto;
  justify-content: flex-end;
}
.dg-navbar .action-items .search-container {
  flex: auto;
  max-width: 300px;
}
.dg-navbar .action-items .action-icon {
  padding: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  border-radius: 6px;
  transition: all 0.2s;
  cursor: pointer;
  outline: none;
}
.dg-navbar .action-items .action-icon .dg-icon {
  font-size: 1.25rem;
}
.dg-navbar .action-items .action-icon-item {
  margin-left: 12px;
}
@media (max-width: 991.98px) {
  .dg-navbar {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dg-navbar .navbar-toggler {
    display: block;
  }
  .dg-navbar .spacer,
  .dg-navbar .nav,
  .dg-navbar .action-items {
    display: none;
  }
  .dg-navbar .nav {
    flex-direction: column;
    flex-basis: 100%;
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .dg-navbar .action-items {
    flex-direction: column;
    align-items: flex-start;
  }
  .dg-navbar .action-items .action-item {
    margin-bottom: 10px;
  }
  .dg-navbar.show .spacer,
  .dg-navbar.show .nav,
  .dg-navbar.show .action-items {
    display: flex;
  }
}
.dg-navbar-theme-angular .dg-navbar {
  background-color: #3f51b5;
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.dg-navbar-theme-angular .dg-navbar .nav a {
  color: #fff;
}
.dg-navbar-theme-angular .dg-navbar .navbar-brand .title {
  color: #fff;
}
.dg-navbar-theme-angular .dg-navbar .repo-url {
  color: #fff;
}
.dg-navbar-theme-angular .dg-navbar .nav a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.dg-navbar-theme-angular .dg-navbar .nav a.active {
  background: hsla(0, 0%, 100%, 0.15);
}
.dg-navbar-theme-angular .dg-navbar .action-items .action-icon {
  color: #fff;
}
.dg-navbar-theme-angular .dg-navbar .action-items .action-icon:hover,
.dg-navbar-theme-angular .dg-navbar .action-items .action-icon.active {
  background-color: hsla(0, 0%, 100%, 0.15);
}
.dg-navbar-theme-default .dg-navbar {
  background-color: var(--dg-bg-color);
  box-shadow: var(--dg-navbar-box-shadow);
}
.dg-navbar-theme-default .dg-navbar .nav a {
  color: var(--dg-text-color);
}
.dg-navbar-theme-default .dg-navbar .navbar-brand .title {
  color: var(--dg-text-color);
}
.dg-navbar-theme-default .dg-navbar .repo-url {
  color: var(--dg-text-color);
}
.dg-navbar-theme-default .dg-navbar .nav a:hover {
  color: #6698ff;
}
.dg-navbar-theme-default .dg-navbar .nav a.active {
  color: #6698ff;
  background: rgba(102, 152, 255, 0.12);
}
.dg-navbar-theme-default .dg-navbar .action-items .action-icon {
  color: var(--dg-text-color);
}
.dg-navbar-theme-default .dg-navbar .action-items .action-icon:hover,
.dg-navbar-theme-default .dg-navbar .action-items .action-icon.active {
  background-color: var(--dg-gray-80);
}
:root[theme=dark] .dg-navbar-theme-angular .dg-navbar {
  background-color: var(--dg-bg-color);
  box-shadow: var(--dg-navbar-box-shadow);
}
:root[theme=dark] .dg-navbar-theme-angular .dg-navbar .nav a {
  color: var(--dg-text-color);
}
:root[theme=dark] .dg-navbar-theme-angular .dg-navbar .navbar-brand .title {
  color: var(--dg-text-color);
}
:root[theme=dark] .dg-navbar-theme-angular .dg-navbar .repo-url {
  color: var(--dg-text-color);
}
:root[theme=dark] .dg-navbar-theme-angular .dg-navbar .nav a:hover {
  color: #6698ff;
}
:root[theme=dark] .dg-navbar-theme-angular .dg-navbar .nav a.active {
  color: #6698ff;
  background: rgba(102, 152, 255, 0.12);
}
:root[theme=dark] .dg-navbar-theme-angular .dg-navbar .action-items .action-icon {
  color: var(--dg-text-color);
}
:root[theme=dark] .dg-navbar-theme-angular .dg-navbar .action-items .action-icon:hover,
:root[theme=dark] .dg-navbar-theme-angular .dg-navbar .action-items .action-icon.active {
  background-color: var(--dg-gray-80);
}
.dg-menu {
  overflow-x: hidden;
}
.dg-menu .menu-group {
  cursor: pointer;
}
.dg-menu .menu-group .group-header {
  display: flex;
  align-items: center;
}
.dg-menu .menu-group .group-header .group-title {
  flex: 1 1 0;
  padding: 9px 30px;
  color: var(--dg-gray-600);
  padding-right: 0;
}
.dg-menu .menu-group .group-header .group-arrow {
  margin-right: 30px;
  transition: all 0.5s;
}
.dg-menu .menu-group .group-body {
  margin-left: 10px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.dg-menu .menu-group .menu-item {
  margin-left: 10px;
}
.dg-menu .menu-group.menu-group--open > .group-body {
  max-height: 4000px;
  opacity: 1;
}
.dg-menu .menu-group.menu-group--open > .group-header .group-arrow {
  transform: rotate(90deg);
}
.dg-menu .menu-item {
  display: block;
  padding: 0px 15px 0 30px;
}
.dg-menu .menu-item.active {
  padding-right: 12px;
}
.dg-menu .menu-item.active {
  border-right: 3px solid #6698ff;
}
.dg-menu .menu-item.active .item-content {
  background: rgba(102, 152, 255, 0.05);
  color: #6698ff;
}
.dg-menu .menu-item.active::after {
  background-color: #6698ff;
  width: 3px;
}
.dg-menu .menu-item .item-content {
  display: flex;
  align-items: center;
  margin: 0 -1000px;
  padding: 9px 1000px;
  color: var(--dg-text-color);
}
.dg-menu .menu-item .item-content .external-icon {
  margin-right: 5px;
}
.dg-menu .menu-item .item-content > .item-content-title {
  flex: 1 1 0;
}
.dg-menu .menu-item .item-content > .item-content-label {
  flex: 0 0 auto;
  background-color: var(--dg-bg-color);
  display: flex;
  border-radius: 4px;
}
.dg-menu .menu-item .subtitle {
  color: var(--dg-gray-600);
  font-size: 0.75rem;
  margin-left: 4px;
}
.dg-menu .menu-item:hover .item-content {
  color: #6698ff;
  text-decoration: none;
}
.dg-sidebar .dg-sidebar-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid var(--dg-gray-200);
}
.dg-sidebar .dg-sidebar-header .logo {
  width: 80px;
  height: 80px;
}
.dg-sidebar .dg-sidebar-header .title {
  font-weight: 500;
  color: var(--dg-text-color);
  font-size: 1.25rem;
  padding: 5px 0px;
}
.dg-sidebar .dg-sidebar-header .description {
  color: var(--dg-gray-700);
  padding: 5px 10px;
}
.dg-sidebar .action-items {
  border-top: 1px solid var(--dg-gray-200);
}
.dg-sidebar .action-items .action-item {
  padding: 10px 30px;
}
.dg-sidebar .dg-search-container {
  margin: 10px;
}
.dg-sidebar .dg-search-container .algolia-autocomplete .ds-dropdown-menu {
  min-width: 280px;
}
.dg-search-container {
  position: relative;
  line-height: 0.875rem;
  font-size: 0.875rem;
}
.dg-search-container .search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 1;
  color: var(--dg-gray-500);
  pointer-events: none;
  font-size: 0.875rem;
}
.dg-search-container .search {
  padding: 0.532rem 10px 0.532rem 30px;
  width: 100%;
  outline: none;
  color: var(--dg-text-color);
  background-color: var(--dg-bg-color);
  border: 1px solid var(--dg-gray-200);
  border-radius: 18px;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.dg-search-container .search-results-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 8px 0 0;
  min-width: 200px;
  max-width: 400px;
  max-height: 230px;
  padding: 6px 0;
  z-index: 10;
  background-color: var(--dg-bg-color);
  border-radius: 4px;
  border: 1px solid var(--dg-gray-200);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow-y: auto;
}
.dg-search-container .search-results-container.is-searching {
  display: block;
}
.dg-search-container .search-results-container.result-empty {
  text-align: center;
  padding: 40px 0;
}
.dg-search-container .search-results-container.result-empty .empty-icon svg {
  width: 64px;
  height: 58px;
}
.dg-search-container .search-results-container .search-result {
  display: block;
  padding: 6px 20px;
  color: var(--dg-gray-700);
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 1.5715;
  transition: background-color 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.dg-search-container .search-results-container .search-result:hover {
  background-color: var(--dg-gray-80);
  color: #6698ff;
}
.dg-search-container .search-results-container .search-result .dg-word-highlight {
  background-color: rgba(255, 205, 93, 0.4);
}
.dg-search-container .algolia-autocomplete {
  width: 100%;
}
.dg-footer {
  display: block;
  padding: 20px;
  border-top: 1px solid var(--dg-gray-200);
  text-align: center;
  color: var(--dg-gray-600);
}
.dg-footer a {
  color: var(--dg-gray-600);
  text-decoration: none;
}
.dg-footer a:hover {
  color: var(--dg-gray-700);
  text-decoration: none;
}
.dg-footer .beian {
  margin-top: 5px;
}
.dg-footer .beian-public-security {
  margin-left: 5px;
}
.dg-footer .beian-public-security img {
  vertical-align: -4px;
}
.dg-example-viewer {
  display: block;
  padding: 20px 0px;
}
.dg-example-viewer:target .dg-example-viewer-wrapper {
  border-color: #6698ff;
}
.dg-example-viewer.dg-example-viewer-inline {
  padding: 10px 0px;
}
.dg-example-viewer.dg-example-viewer-inline .dg-example-viewer-wrapper {
  border: none;
  box-shadow: none;
}
.dg-example-viewer.dg-example-viewer-inline .dg-example-viewer-header,
.dg-example-viewer.dg-example-viewer-inline .dg-example-viewer-actions {
  display: none;
}
.dg-example-viewer.dg-example-viewer-inline .dg-example-viewer-body {
  padding: 0px;
}
.dg-example-viewer .dg-example-viewer-wrapper {
  border: 1px solid var(--dg-gray-200);
  border-radius: 2px;
}
.dg-example-viewer .dg-example-viewer-header {
  border-bottom: 1px solid var(--dg-gray-200);
  padding: 5px 20px;
  background: var(--dg-gray-100);
  color: var(--dg-gray-700);
}
.dg-example-viewer .dg-example-viewer-header .title {
  font-size: 1.25rem;
  font-weight: bold;
}
.dg-example-viewer .dg-example-viewer-body {
  padding: 20px;
}
.dg-example-viewer .dg-example-viewer-body.dg-example-viewer-compact {
  padding: 0;
}
.dg-example-viewer .dg-example-viewer-intro {
  border-top: 1px solid var(--dg-gray-200);
  padding: 20px;
  position: relative;
  margin-top: 6px;
}
.dg-example-viewer .dg-example-viewer-intro::before {
  position: absolute;
  content: attr(title);
  top: 0;
  left: 1em;
  margin-left: -4px;
  padding: 0 4px;
  color: var(--dg-gray-700);
  font-weight: 500;
  background-color: var(--dg-bg-color);
  transform: translateY(-50%);
}
.dg-example-viewer .dg-example-viewer-actions {
  border-top: 1px dashed var(--dg-gray-200);
  padding: 10px;
  text-align: center;
  clear: both;
}
.dg-example-viewer .dg-example-viewer-actions .action-item {
  color: var(--dg-gray-500);
  padding: 5px;
  margin-right: 10px;
  cursor: pointer;
}
.dg-example-viewer .dg-example-viewer-actions .action-item:hover {
  color: #6698ff;
  font-weight: 500;
}
.dg-example-viewer .dg-example-viewer-sources {
  border-top: 1px solid var(--dg-gray-200);
  display: block;
  flex-direction: column;
  transition: opacity 1s;
  height: 0px;
  opacity: 0;
  visibility: hidden;
}
.dg-example-viewer .dg-example-viewer-sources.dg-sources-show {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.dg-example-viewer .dg-example-viewer-sources.dg-sources-show .dg-source-code,
.dg-example-viewer .dg-example-viewer-sources.dg-sources-show .dg-example-viewer-sources-content {
  height: auto;
}
.dg-example-viewer .dg-example-viewer-sources .dg-tab-links {
  padding: 0px 10px;
}
.dg-examples .dg-example-viewer {
  margin-bottom: 10px;
}
.dg-locales-selector {
  position: relative;
}
.dg-locales-selector .locales-container {
  background-color: transparent;
  position: absolute;
  top: 100%;
  left: 0;
  width: 80px;
}
.dg-locales-selector .locales-menu {
  width: 100%;
  margin-top: 8px;
  padding: 8px 0;
  background-color: var(--dg-bg-color);
  border-radius: 4px;
  border: 1px solid var(--dg-gray-200);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.dg-locales-selector .locales-menu .locale {
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0 8px;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dg-locales-selector .locales-menu .locale:hover {
  background-color: var(--dg-gray-80);
}
.dg-locales-selector .locales-menu .locale.active {
  color: #6698ff;
  background-color: rgba(102, 152, 255, 0.1019607843);
}
.dg-navbar-theme-default .dg-locales-selector select {
  color: inherit;
}
.dg-navbar-theme-default .dg-locales-selector .dg-selector-arrow {
  border-color: inherit;
}
.dg-navbar-theme-default .dg-locales-selector:hover select {
  color: rgba(var(--dg-text-color), 0.8);
}
.dg-navbar-theme-default .dg-locales-selector:hover .dg-selector-arrow {
  border-color: rgba(var(--dg-text-color), 0.8);
}
.dg-navbar-theme-angular .dg-locales-selector select {
  color: #fff;
}
.dg-navbar-theme-angular .dg-locales-selector .dg-selector-arrow {
  border-color: #fff;
}
.dg-navbar-theme-angular .dg-locales-selector:hover select {
  color: rgba(255, 255, 255, 0.8);
}
.dg-navbar-theme-angular .dg-locales-selector:hover .dg-selector-arrow {
  border-color: rgba(255, 255, 255, 0.8);
}
.dg-themes-selector {
  position: relative;
}
.dg-themes-selector .themes-container {
  background-color: transparent;
  position: absolute;
  top: 100%;
  left: 0;
  width: 80px;
}
.dg-themes-selector .themes-menu {
  width: 100%;
  margin-top: 8px;
  padding: 8px 0;
  background-color: var(--dg-bg-color);
  border-radius: 4px;
  border: 1px solid var(--dg-gray-200);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.dg-themes-selector .themes-menu .theme {
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0 8px;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dg-themes-selector .themes-menu .theme:hover {
  background-color: var(--dg-gray-80);
}
.dg-themes-selector .themes-menu .theme.active {
  color: #6698ff;
  background-color: rgba(102, 152, 255, 0.1019607843);
}
.dg-themes-selector .dg-icon.system svg {
  fill: none;
}
.dg-copy {
  cursor: pointer;
}
.dg-source-code {
  display: block;
  padding: 10px 20px;
  background: var(--dg-gray-100);
  white-space: nowrap;
  margin: 0px;
  height: 0px;
  position: relative;
}
.dg-source-code .dg-source-code-content {
  white-space: break-spaces;
  padding: 10px 0px;
  font-size: 0.875rem;
}
.dg-source-code .dg-copy {
  position: absolute;
  top: 1em;
  right: 1.1em;
  color: var(--dg-gray-500);
}
.dg-source-code .dg-copy:hover {
  color: #6698ff;
}
.dg-home {
  display: block;
}
.dg-home .dg-hero .dg-hero-launch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.dg-home .dg-hero .dg-hero-launch .dg-launch-title {
  letter-spacing: 1.1px;
  font-weight: 700;
  margin: 0;
}
.dg-home .dg-hero .dg-hero-launch .dg-launch-description {
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--dg-gray-600);
}
.dg-home .dg-hero .dg-hero-launch .dg-launch-actions .dg-launch-action {
  margin-right: 20px;
  border-radius: 8888px;
}
.dg-home .dg-hero .dg-hero-launch .dg-launch-actions .dg-launch-action:hover {
  text-decoration: none;
}
.dg-home .dg-hero .dg-hero-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  background: var(--dg-hero-banner-bg-color);
}
.dg-home .dg-hero .dg-hero-banner img {
  object-fit: cover;
}
.dg-home .dg-features {
  display: grid;
  margin-top: 60px;
  margin-bottom: 40px;
}
.dg-home .dg-features img {
  max-width: 80px;
  max-height: 80px;
}
.dg-home .dg-features .dg-feature {
  text-align: center;
}
.dg-home .dg-features .dg-feature:nth-child(-n+3) {
  padding-top: 0;
}
.dg-home .dg-features .dg-feature-title {
  color: var(--dg-text-color);
  font-size: 16px;
  padding-bottom: 14px;
}
.dg-home .dg-features .dg-feature-description {
  color: var(--dg-gray-600);
  font-size: 16px;
  line-height: 1.5;
}
.dg-home .dg-hero,
.dg-home .dg-features,
.dg-home .dg-extra-content {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .dg-home .dg-hero-launch {
    height: 400px;
  }
  .dg-home .dg-hero-launch h1 {
    font-size: 77px;
  }
  .dg-home .dg-hero-banner {
    height: 400px;
  }
  .dg-home .dg-hero-banner img {
    height: 100%;
    width: 100%;
  }
  .dg-home .dg-features {
    padding: 0 20%;
    grid: auto/1fr 1fr 1fr;
    grid-gap: 80px 50px;
  }
  .dg-home .dg-features .dg-feature {
    flex: 0 0 27.2727272727%;
  }
  .dg-home .dg-extra-content {
    padding: 0 20%;
  }
}
@media (max-width: 767px) {
  .dg-home .dg-hero-launch {
    height: 230px;
  }
  .dg-home .dg-hero-launch h1 {
    font-size: 29px;
  }
  .dg-home .dg-hero-banner {
    height: 230px;
  }
  .dg-home .dg-hero-banner img {
    height: 100%;
    position: relative;
  }
  .dg-home .dg-features {
    padding: 0 30px;
    grid: auto/1fr 1fr;
    grid-gap: 50px 25px;
  }
  .dg-home .dg-features .dg-feature {
    flex: 0 0 40.9090909091%;
  }
  .dg-home .dg-extra-content {
    padding: 0 30px;
  }
}
.dg-component-overview {
  display: flex;
  align-items: flex-start;
}
.algolia-autocomplete .ds-dropdown-menu {
  border: none;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.18);
}
.algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-] {
  background: var(--dg-bg-color);
  border: none;
}
.algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-] .algolia-docsearch-suggestion {
  background: var(--dg-bg-color);
}
.algolia-autocomplete .ds-dropdown-menu::before {
  display: none;
}
.algolia-autocomplete .algolia-docsearch-suggestion--title {
  color: var(--dg-text-color);
}
.algolia-autocomplete .algolia-docsearch-suggestion--highlight {
  color: #6698ff;
}
.page-wrapper-rtl .algolia-autocomplete {
  direction: rtl !important;
}
.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content {
  background-color: rgba(102, 152, 255, 0.05);
}
:root {
  --gray-10: #fff;
  --gray-70: #f7f7f7;
  --gray-80: #fafafa;
  --gray-100: #f5f5f5;
  --gray-200: #eee;
  --gray-300: #ddd;
  --gray-400: #cacaca;
  --gray-500: #aaa;
  --gray-600: #999;
  --gray-700: #666;
  --gray-800: #333;
  --bg-color-default: #fff;
  --bg-color-panel: #fff;
  --bg-color-float: #fff;
  --text-color: #333;
  --image-preview-bg-color: #333;
  --image-preview-backdrop-bg-color: rgba(51, 51, 51, 0.95);
  --image-preview-text-color: #fff;
  --image-preview-action-bg-color: rgba(255, 255, 255, 0.2);
  --image-preview-action-icon-color: #fff;
  --image-preview-switch-bg-color: #666;
  --image-preview-switch-hover-bg-color: #aaa;
  --image-preview-switch-icon-color: #aaa;
  --image-preview-switch-icon-hover-color: #666;
  --menu-theme-dark-text-color: #ddd;
  --menu-theme-dark-icon-color: #ddd;
  --menu-theme-dark-divider-color: #666;
  --menu-theme-dark-hover-color: #ddd;
  --carousel-control-bg-color: #f7f7f74d;
  --carousel-control-hover-bg-color: #f7f7f799;
  --carousel-dot-bg-color: #ffffff80;
  --layout-header-box-shadow: 0 4px 8px 0px rgba(0 0 0 / 3%);
  --layout-sidebar-light-bg-color: #fbfbfb;
  --table-fixed-column-left-box-shadow: 6px 0 6px 0 rgba(0, 0, 0, 0.05);
  --table-fixed-column-right-box-shadow: -6px 0 6px 0 rgba(0, 0, 0, 0.05);
  --segment-active-bg-color: #fff;
  --tooltip-bg-color: #000000bf;
  --calendar-active-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  --checkbox-disabled-bg-color: rgba(0, 0, 0, 0.03);
  --avatar-disabled-color: #f5f5f5;
  --float-btn-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  --float-btn-hover-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
:root[theme=dark] {
  --gray-10: #2a2e34;
  --gray-70: #32363d;
  --gray-80: #30353c;
  --gray-100: #393e46;
  --gray-200: #3c414a;
  --gray-300: #464c57;
  --gray-400: #5b6370;
  --gray-500: #666e7d;
  --gray-600: #6f7a8a;
  --gray-700: #87909e;
  --gray-800: #bcc4d1;
  --bg-color-default: #2a2e34;
  --bg-color-panel: #30353c;
  --bg-color-float: #393e46;
  --text-color: #bcc4d1;
  --image-preview-bg-color: #32363d;
  --image-preview-backdrop-bg-color: #3c414a;
  --image-preview-text-color: #bcc4de;
  --image-preview-action-bg-color: rgba(188, 196, 209, 0.1);
  --image-preview-action-icon-color: #6f7a8a;
  --image-preview-switch-bg-color: #464c57;
  --image-preview-switch-hover-bg-color: #5b6370;
  --image-preview-switch-icon-color: #6f7a8a;
  --image-preview-switch-icon-hover-color: #87909e;
  --menu-theme-dark-text-color: #bcc4d1;
  --menu-theme-dark-icon-color: #87909e;
  --menu-theme-dark-divider-color: #3c414a;
  --menu-theme-dark-hover-color: #ddd;
  --carousel-control-bg-color: #32363d4d;
  --carousel-control-hover-bg-color: #32363d99;
  --carousel-dot-bg-color: #32363d4d;
  --layout-header-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.2);
  --layout-sidebar-light-bg-color: #30353c;
  --table-fixed-column-left-box-shadow: 6px 0 6px 0 rgba(0, 0, 0, 0.1);
  --table-fixed-column-right-box-shadow: -6px 0 6px 0 rgba(0, 0, 0, 0.1);
  --segment-active-bg-color: #464c57;
  --tooltip-bg-color: #464c57;
  --calendar-active-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  --checkbox-disabled-bg-color: #393e46;
  --avatar-disabled-color: #87909e;
  --float-btn-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  --float-btn-hover-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    PingFang SC,
    Helvetica Neue,
    Noto Sans,
    Noto Sans CJK SC,
    Microsoft Yahei,
    Arial,
    Hiragino Sans GB,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5715;
  color: var(--gray-800);
  text-align: left;
  background-color: var(--bg-color-default);
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 12px 16px;
  padding-bottom: 12px 16px;
  color: var(--gray-600);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
a {
  color: #6698ff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover,
a.active,
a:active {
  color: #6698ff;
  text-decoration: underline;
}
a .thy-icon,
a .wtf {
  display: inline-block;
}
a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
a.link-has-icon .thy-icon,
a.link-has-icon .wtf {
  padding-right: 4px;
}
a.link-has-icon .thy-icon {
  font-size: 0.875rem;
}
a.link-has-icon .thy-icon svg {
  vertical-align: -0.12em;
}
a.link-primary {
  color: #6698ff;
  text-decoration: none;
}
a.link-primary:hover,
a.link-primary.active,
a.link-primary:active {
  color: #6698ff;
  text-decoration: underline;
}
a.link-info {
  color: #5dcfff;
  text-decoration: none;
}
a.link-info:hover,
a.link-info.active,
a.link-info:active {
  color: #5dcfff;
  text-decoration: underline;
}
a.link-secondary {
  color: var(--gray-500);
  text-decoration: none;
}
a.link-secondary:hover,
a.link-secondary.active,
a.link-secondary:active {
  color: #6698ff;
  text-decoration: none;
}
a.link-danger-weak {
  color: var(--gray-500);
  text-decoration: none;
}
a.link-danger-weak:hover,
a.link-danger-weak.active,
a.link-danger-weak:active {
  color: #ff7575;
  text-decoration: none;
}
a.link-danger {
  color: #ff7575;
  text-decoration: none;
}
a.link-danger:hover,
a.link-danger.active,
a.link-danger:active {
  color: #ff7575;
  text-decoration: underline;
}
a.link-success {
  color: #73d897;
  text-decoration: none;
}
a.link-success:hover,
a.link-success.active,
a.link-success:active {
  color: #73d897;
  text-decoration: underline;
}
a.link-major {
  color: var(--gray-800);
  text-decoration: none;
}
a.link-major:hover,
a.link-major.active,
a.link-major:active {
  color: #6698ff;
  text-decoration: none;
}
a.link-muted {
  color: var(--gray-600);
  text-decoration: none;
}
a.link-muted:hover,
a.link-muted.active,
a.link-muted:active {
  color: #6698ff;
  text-decoration: none;
}
a.link-sm {
  font-size: 0.75rem;
}
a.link-sm .thy-icon,
a.link-sm .wtf {
  font-size: 0.75rem;
}
a.link-body {
  color: var(--gray-800);
  text-decoration: none;
}
a.link-body:hover,
a.link-body.active,
a.link-body:active {
  color: #6698ff;
  text-decoration: none;
}
a.link-warning {
  color: #ffcd5d;
  text-decoration: none;
}
a.link-warning:hover,
a.link-warning.active,
a.link-warning:active {
  color: #ffcd5d;
  text-decoration: underline;
}
a.link-warning-weak {
  color: var(--gray-500);
  text-decoration: none;
}
a.link-warning-weak:hover,
a.link-warning-weak.active,
a.link-warning-weak:active {
  color: #ffcd5d;
  text-decoration: none;
}
a.disabled {
  opacity: 50%;
  pointer-events: none;
  text-decoration: none;
}
a.disabled:hover,
a.disabled.active,
a.disabled:active {
  text-decoration: none;
}
.table {
  width: 100%;
  max-width: 100%;
  color: var(--gray-800);
  background-color: transparent;
}
.table th,
.table td {
  padding: 0 16px;
  vertical-align: middle;
  border-bottom: 1px solid var(--gray-200);
}
.table th .thy-avatar,
.table td .thy-avatar {
  display: flex;
  align-items: center;
}
.table tbody tr.clear-hover {
  cursor: default !important;
  box-shadow: initial !important;
  background-color: transparent !important;
}
.table tbody tr.clear-hover td {
  border-bottom: 0;
}
.table thead tr {
  height: 52px;
}
.table tbody tr {
  height: 52px;
}
.table tbody tr td {
  padding: 12px 16px;
}
.table thead th,
.table thead td {
  padding: 12px 16px;
}
.table .table {
  background-color: var(--bg-color-default);
}
.table-default thead th,
.table-default thead td {
  text-align: left;
  vertical-align: bottom;
  background-color: transparent;
  font-weight: 400;
  border-bottom: 1px solid var(--gray-200);
  color: var(--gray-700);
  padding: 12px 16px;
}
.table-bordered {
  border: 1px solid var(--gray-200);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid var(--gray-200);
}
.table-bordered:has(+ .thy-table-skeleton) > thead tr th {
  border-bottom: 0;
}
.table-bordered thead th,
.table-bordered thead td {
  text-align: center;
  vertical-align: middle;
  background-color: var(--gray-100);
  font-weight: 400;
  border-bottom: 1px solid var(--gray-200);
  color: var(--gray-800);
  padding: 0;
}
.table-boxed {
  border: 1px solid var(--gray-200);
}
.table-boxed tbody tr:last-child td {
  border-bottom: 0px;
}
.table-boxed:has(+ .thy-table-skeleton) {
  border-radius: 0 !important;
  border-top-left-radius: 0.25rem !important;
}
.table-boxed:has(+ .thy-table-skeleton) > thead tr th {
  border-bottom: 0;
}
.table-boxed thead th,
.table-boxed thead td {
  text-align: left;
  vertical-align: middle;
  background-color: var(--gray-100);
  font-weight: 400;
  border-bottom: 1px solid var(--gray-200);
  color: var(--gray-800);
  padding: 0;
}
.table-xlg thead tr {
  height: 60px;
}
.table-xlg tbody tr {
  height: 60px;
}
.table-xlg tbody tr td {
  padding: 12px 16px;
}
.table-xlg thead th,
.table-xlg thead td {
  padding: 16px 16px;
}
.table-lg thead tr {
  height: 56px;
}
.table-lg tbody tr {
  height: 56px;
}
.table-lg tbody tr td {
  padding: 12px 16px;
}
.table-lg thead th,
.table-lg thead td {
  padding: 12px 16px;
}
.table-md thead tr {
  height: 52px;
}
.table-md tbody tr {
  height: 52px;
}
.table-md tbody tr td {
  padding: 12px 16px;
}
.table-md thead th,
.table-md thead td {
  padding: 12px 16px;
}
.table-sm thead tr {
  height: 48px;
}
.table-sm tbody tr {
  height: 48px;
}
.table-sm tbody tr td {
  padding: 8px 16px;
}
.table-sm thead th,
.table-sm thead td {
  padding: 8px 16px;
}
.table-xs thead tr {
  height: 44px;
}
.table-xs tbody tr {
  height: 44px;
}
.table-xs tbody tr td {
  padding: 8px 16px;
}
.table-xs thead th,
.table-xs thead td {
  padding: 8px 16px;
}
.table-fixed {
  table-layout: fixed;
}
.table-hover tbody tr:hover {
  cursor: pointer;
  background-color: var(--gray-80);
}
.table-draggable thead tr th:first-child {
  padding-left: 16px;
}
.table-draggable tbody tr td {
  position: relative;
}
.table-draggable tbody tr td:first-child {
  padding-left: 16px;
}
.table-draggable tbody tr td .table-draggable-icon {
  position: absolute;
  display: none;
  color: var(--gray-600);
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.table-draggable tbody tr:hover {
  cursor: pointer;
}
.table-draggable tbody tr:hover td .table-draggable-icon {
  display: block;
}
.table-draggable tbody tr.table-draggable-ignore-item:hover {
  cursor: inherit;
  box-shadow: none;
}
.table-draggable tbody tr.table-draggable-ignore-item:hover td .table-draggable-icon {
  display: none;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.table-group tbody tr:not(.thy-table-group) td:first-child {
  padding-left: 43px;
}
.d-flex-column-fill,
.thy-dialog-content {
  flex: auto;
  display: flex;
  flex-direction: column;
  min-height: 0px;
}
.d-flex-row-fill {
  flex: auto;
  display: flex;
  flex-direction: row;
  min-width: 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.wtf {
  vertical-align: -0.045em;
}
.close {
  font-size: 1rem;
  font-weight: normal;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  color: var(--gray-400);
  text-decoration: none;
  cursor: pointer;
}
.close:hover {
  color: #6698ff;
  text-decoration: none;
  opacity: 1;
}
.close:active {
  text-decoration: none;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
button.close:focus {
  outline: none;
}
.close-link {
  color: var(--gray-300);
  text-decoration: none;
  cursor: pointer;
}
.close-link:hover {
  color: #6698ff;
  text-decoration: none;
  opacity: 1;
}
.close-link:active {
  text-decoration: none;
}
.close-link {
  font-size: 0.875rem !important;
}
.close-link i {
  font-size: 0.875rem;
}
.close-link-sm {
  font-size: 0.75rem !important;
}
.close-link-sm i {
  font-size: 0.75rem;
}
.close-link-md {
  font-size: 1rem !important;
}
.close-link-md i {
  font-size: 1rem;
}
.close-link-lg {
  font-size: 1.25rem !important;
}
.close-link-lg i {
  font-size: 1.25rem;
}
.close-link-danger {
  color: var(--gray-300);
  text-decoration: none;
  cursor: pointer;
}
.close-link-danger:hover {
  color: #ff7575;
  text-decoration: none;
  opacity: 1;
}
.close-link-danger:active {
  text-decoration: none;
}
.remove-link {
  color: var(--gray-400);
  text-decoration: none;
  cursor: pointer;
}
.remove-link:hover {
  color: #ff7575;
  text-decoration: none;
  opacity: 1;
}
.remove-link:active {
  text-decoration: none;
}
.remove-link {
  font-size: 0.875rem !important;
}
.remove-link i {
  font-size: 0.875rem;
}
.remove-link .remove-link-icon {
  background: var(--bg-color-default);
  border-radius: 50%;
}
.remove-link-xs {
  font-size: 0.75rem !important;
}
.remove-link-xs i {
  font-size: 0.75rem;
}
.remove-link-sm {
  font-size: 0.875rem !important;
}
.remove-link-sm i {
  font-size: 0.875rem;
}
.remove-link-md {
  font-size: 0.875rem !important;
}
.remove-link-md i {
  font-size: 0.875rem;
}
.remove-link-default {
  font-size: 0.875rem !important;
}
.remove-link-default i {
  font-size: 0.875rem;
}
.remove-link-lg {
  font-size: 1rem !important;
}
.remove-link-lg i {
  font-size: 1rem;
}
.icon-text {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
}
.icon-text thy-icon {
  display: inline-block;
  margin-right: 0.5rem;
  width: 20px;
  font-size: 20px;
}
.icon-text thy-icon svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.icon-text-lg thy-icon {
  width: 24px;
  font-size: 24px;
}
.icon-text-sm thy-icon {
  width: 16px;
  font-size: 16px;
}
.icon-text-xs {
  font-size: 0.75rem;
}
.icon-text-xs thy-icon {
  width: 0.75rem;
  font-size: 0.875rem;
}
.icon-text i {
  display: inline-block;
  margin-right: 0.3em;
  width: 20px;
  font-size: 20px;
}
.icon-text i:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.icon-text-lg i {
  width: 24px;
  font-size: 24px;
}
.icon-text-sm i {
  width: 18px;
  font-size: 18px;
}
.icon-text-xs {
  font-size: 0.75rem;
}
.icon-text-xs i {
  width: 0.875rem;
  font-size: 0.875rem;
}
.thy-sortable-list-empty,
.cdk-drop-list-empty {
  display: block;
  line-height: 40px;
  font-size: 0.75rem;
  color: var(--gray-500);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: var(--gray-100);
}
.thy-sortable-item,
.cdk-drag {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.thy-sortable-item .thy-sortable-handle,
.thy-sortable-item .cdk-drag-handle,
.thy-sortable-item .drag-handle,
.cdk-drag .thy-sortable-handle,
.cdk-drag .cdk-drag-handle,
.cdk-drag .drag-handle {
  visibility: hidden;
  padding: 0 15px 0 3px;
}
.thy-sortable-item:hover .thy-sortable-handle,
.thy-sortable-item:hover .cdk-drag-handle,
.thy-sortable-item:hover .drag-handle,
.cdk-drag:hover .thy-sortable-handle,
.cdk-drag:hover .cdk-drag-handle,
.cdk-drag:hover .drag-handle {
  visibility: visible;
  color: var(--gray-600);
}
.thy-sortable-item .thy-sortable-disabled:hover .thy-sortable-handle,
.thy-sortable-item .thy-sortable-disabled:hover .cdk-drag-handle,
.thy-sortable-item .thy-sortable-disabled:hover .drag-handle,
.thy-sortable-item .cdk-drag-disabled:hover .thy-sortable-handle,
.thy-sortable-item .cdk-drag-disabled:hover .cdk-drag-handle,
.thy-sortable-item .cdk-drag-disabled:hover .drag-handle,
.cdk-drag .thy-sortable-disabled:hover .thy-sortable-handle,
.cdk-drag .thy-sortable-disabled:hover .cdk-drag-handle,
.cdk-drag .thy-sortable-disabled:hover .drag-handle,
.cdk-drag .cdk-drag-disabled:hover .thy-sortable-handle,
.cdk-drag .cdk-drag-disabled:hover .cdk-drag-handle,
.cdk-drag .cdk-drag-disabled:hover .drag-handle {
  visibility: hidden;
}
.thy-sortable-ghost,
.cdk-drag-placeholder:not(.thy-tree-node):not(.thy-customize-drag-placeholder) {
  color: transparent !important;
  background: var(--gray-200) !important;
}
.thy-sortable-ghost:hover,
.cdk-drag-placeholder:not(.thy-tree-node):not(.thy-customize-drag-placeholder):hover {
  box-shadow: none;
}
.thy-sortable-ghost *,
.cdk-drag-placeholder:not(.thy-tree-node):not(.thy-customize-drag-placeholder) * {
  color: transparent !important;
  visibility: hidden;
  box-shadow: none;
}
.thy-sortable-drag,
.cdk-drag-preview {
  box-sizing: border-box;
  background: var(--bg-color-panel) !important;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.08);
}
.cdk-drag-animating {
  transition: none;
}
.thy-dragging-body * {
  cursor: grabbing !important;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: content-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.55);
}
.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.thy-editable {
  display: block;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}
.thy-editable:hover {
  border-color: var(--gray-200);
}
.thy-editable-lg {
  padding: 0.1875rem 0.75rem;
  line-height: 1.5;
  font-size: 1.5rem;
}
.font-size-base {
  font-size: 0.875rem !important;
}
.font-size-sm {
  font-size: 0.75rem !important;
}
.font-size-md {
  font-size: 1rem !important;
}
.font-size-xs {
  font-size: 0.625rem !important;
}
.font-size-lg {
  font-size: 1.25rem !important;
}
.font-size-xlg {
  font-size: 1.5rem !important;
}
.font-size-max-lg {
  font-size: 3.25rem !important;
}
.thy-typography h1,
.thy-typography h2 {
  font-size: 1.25rem;
  margin: 46px 0 1.25rem;
}
.thy-typography h1:first-child {
  margin-top: 0;
}
.thy-typography h3 {
  font-size: 14px;
  margin-bottom: 1rem;
}
.thy-typography pre {
  font-size: 14px;
  color: var(--gray-700);
  background: var(--gray-80);
  padding: 20px;
  border-radius: 2px;
}
.thy-typography p {
  color: var(--gray-700);
}
.thy-typography blockquote {
  border-left: 2px solid var(--gray-300);
  color: var(--gray-600);
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 10px;
}
.thy-typography.thy-styles-markdown em {
  font-size: 0.875rem;
  font-style: normal;
  color: var(--gray-500);
}
.thy-typography.thy-styles-markdown table {
  width: 100%;
  border-collapse: collapse;
}
.thy-typography.thy-styles-markdown table th,
.thy-typography.thy-styles-markdown table td {
  border: 1px solid var(--gray-300);
  padding: 8px;
}
.thy-typography.thy-styles-markdown table thead th {
  background: var(--gray-80);
}
.thy-typography.thy-styles-rich .ql-code-block-container {
  background: var(--gray-80);
  color: var(--gray-700);
  padding: 20px;
  border-radius: 2px;
}
.thy-typography.thy-styles-rich ol {
  color: var(--gray-700);
  font-size: 14px;
  padding-left: 0;
}
.thy-typography.thy-styles-rich ol li {
  list-style-position: inside;
}
.thy-typography.thy-styles-rich ol li[data-list=bullet] {
  list-style-type: disc;
}
.thy-typography.thy-styles-rich table {
  width: 100%;
  border-collapse: collapse;
}
.thy-typography.thy-styles-rich table td {
  border: 1px solid var(--gray-300);
  padding: 8px;
}
.thy-typography.thy-styles-rich table tbody tr:first-child {
  background: var(--gray-80);
}
.thy-typography.thy-styles-rich img {
  max-width: 100%;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: var(--gray-600);
  --gray-dark: var(--gray-800);
  --primary: #6698ff;
  --secondary: var(--gray-700);
  --success: #73d897;
  --info: #5dcfff;
  --warning: #ffcd5d;
  --danger: #ff7575;
  --light: var(--gray-300);
  --dark: var(--gray-800);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    PingFang SC,
    Helvetica Neue,
    Noto Sans,
    Noto Sans CJK SC,
    Microsoft Yahei,
    Arial,
    Hiragino Sans GB,
    sans-serif;
  --font-family-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
code {
  font-size: 0.875rem;
  color: #ff7575;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd {
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
kbd kbd {
  box-shadow: none;
}
pre {
  display: block;
  font-size: 0.875rem;
  color: var(--gray-800);
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.1875rem;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
h2,
.h2 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
h3,
.h3 {
  font-size: 1.53125rem;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.278125rem + 0.3375vw);
  }
}
h4,
.h4 {
  font-size: 1.3125rem;
}
@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
h5,
.h5 {
  font-size: 1.09375rem;
}
h6,
.h6 {
  font-size: 0.875rem;
}
.lead {
  font-weight: 300;
  font-size: 1.09375rem;
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 6rem;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 5.5rem;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 4.5rem;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 3.5rem;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-weight: 400;
  font-size: 80%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  text-transform: uppercase;
  font-size: 90%;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}
.blockquote-footer {
  display: block;
  color: var(--gray-600);
  font-size: 80%;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-lighter {
  background-color: var(--gray-100) !important;
}
.bg-bright {
  background-color: var(--gray-80) !important;
}
.bg-content {
  background-color: var(--gray-80) !important;
}
.bg-primary {
  background-color: #6698ff !important;
}
.bg-secondary {
  background-color: var(--gray-700) !important;
}
.bg-success {
  background-color: #73d897 !important;
}
.bg-info {
  background-color: #5dcfff !important;
}
.bg-warning {
  background-color: #ffcd5d !important;
}
.bg-danger {
  background-color: #ff7575 !important;
}
.bg-light {
  background-color: var(--gray-300) !important;
}
.bg-dark {
  background-color: var(--gray-800) !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-default {
  background-color: var(--bg-color-default) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid var(--gray-200) !important;
}
.border-top {
  border-top: 1px solid var(--gray-200) !important;
}
.border-right {
  border-right: 1px solid var(--gray-200) !important;
}
.border-bottom {
  border-bottom: 1px solid var(--gray-200) !important;
}
.border-left {
  border-left: 1px solid var(--gray-200) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #6698ff !important;
}
.border-secondary {
  border-color: var(--gray-700) !important;
}
.border-success {
  border-color: #73d897 !important;
}
.border-info {
  border-color: #5dcfff !important;
}
.border-warning {
  border-color: #ffcd5d !important;
}
.border-danger {
  border-color: #ff7575 !important;
}
.border-light {
  border-color: var(--gray-300) !important;
}
.border-dark {
  border-color: var(--gray-800) !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-contents {
  display: contents !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-contents {
    display: contents !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-contents {
    display: contents !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-contents {
    display: contents !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-contents {
    display: contents !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-contents {
    display: contents !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.min-w-0 {
  min-width: 0px !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.mt-5,
.my-5 {
  margin-top: 1.25rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 1.25rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 1.25rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 1.25rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.mt-6,
.my-6 {
  margin-top: 1.5rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 1.5rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 1.5rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 1.5rem !important;
}
.m-7 {
  margin: 1.75rem !important;
}
.mt-7,
.my-7 {
  margin-top: 1.75rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 1.75rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 1.75rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 1.75rem !important;
}
.m-8 {
  margin: 2rem !important;
}
.mt-8,
.my-8 {
  margin-top: 2rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 2rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 2rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 2rem !important;
}
.m-9 {
  margin: 2.25rem !important;
}
.mt-9,
.my-9 {
  margin-top: 2.25rem !important;
}
.mr-9,
.mx-9 {
  margin-right: 2.25rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 2.25rem !important;
}
.ml-9,
.mx-9 {
  margin-left: 2.25rem !important;
}
.m-10 {
  margin: 2.5rem !important;
}
.mt-10,
.my-10 {
  margin-top: 2.5rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 2.5rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 2.5rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 2.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}
.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}
.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1rem !important;
}
.p-5 {
  padding: 1.25rem !important;
}
.pt-5,
.py-5 {
  padding-top: 1.25rem !important;
}
.pr-5,
.px-5 {
  padding-right: 1.25rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 1.25rem !important;
}
.pl-5,
.px-5 {
  padding-left: 1.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.pt-6,
.py-6 {
  padding-top: 1.5rem !important;
}
.pr-6,
.px-6 {
  padding-right: 1.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 1.5rem !important;
}
.pl-6,
.px-6 {
  padding-left: 1.5rem !important;
}
.p-7 {
  padding: 1.75rem !important;
}
.pt-7,
.py-7 {
  padding-top: 1.75rem !important;
}
.pr-7,
.px-7 {
  padding-right: 1.75rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 1.75rem !important;
}
.pl-7,
.px-7 {
  padding-left: 1.75rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.pt-8,
.py-8 {
  padding-top: 2rem !important;
}
.pr-8,
.px-8 {
  padding-right: 2rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 2rem !important;
}
.pl-8,
.px-8 {
  padding-left: 2rem !important;
}
.p-9 {
  padding: 2.25rem !important;
}
.pt-9,
.py-9 {
  padding-top: 2.25rem !important;
}
.pr-9,
.px-9 {
  padding-right: 2.25rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 2.25rem !important;
}
.pl-9,
.px-9 {
  padding-left: 2.25rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.pt-10,
.py-10 {
  padding-top: 2.5rem !important;
}
.pr-10,
.px-10 {
  padding-right: 2.5rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 2.5rem !important;
}
.pl-10,
.px-10 {
  padding-left: 2.5rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -0.75rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}
.m-n4 {
  margin: -1rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}
.m-n5 {
  margin: -1.25rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -1.25rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -1.25rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -1.25rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -1.25rem !important;
}
.m-n6 {
  margin: -1.5rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -1.5rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -1.5rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -1.5rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -1.5rem !important;
}
.m-n7 {
  margin: -1.75rem !important;
}
.mt-n7,
.my-n7 {
  margin-top: -1.75rem !important;
}
.mr-n7,
.mx-n7 {
  margin-right: -1.75rem !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -1.75rem !important;
}
.ml-n7,
.mx-n7 {
  margin-left: -1.75rem !important;
}
.m-n8 {
  margin: -2rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -2rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -2rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -2rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -2rem !important;
}
.m-n9 {
  margin: -2.25rem !important;
}
.mt-n9,
.my-n9 {
  margin-top: -2.25rem !important;
}
.mr-n9,
.mx-n9 {
  margin-right: -2.25rem !important;
}
.mb-n9,
.my-n9 {
  margin-bottom: -2.25rem !important;
}
.ml-n9,
.mx-n9 {
  margin-left: -2.25rem !important;
}
.m-n10 {
  margin: -2.5rem !important;
}
.mt-n10,
.my-n10 {
  margin-top: -2.5rem !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -2.5rem !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -2.5rem !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -2.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 2.25rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 2.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 2rem !important;
  }
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 2.25rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 2.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n7 {
    margin: -1.75rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -1.75rem !important;
  }
  .m-sm-n8 {
    margin: -2rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -2rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -2rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -2rem !important;
  }
  .m-sm-n9 {
    margin: -2.25rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -2.25rem !important;
  }
  .m-sm-n10 {
    margin: -2.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -2.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 2rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 2.25rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 2.25rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 2.25rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 2.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 2.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 2.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 1.75rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 2rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 2rem !important;
  }
  .p-md-9 {
    padding: 2.25rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 2.25rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 2.25rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 2.25rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 2.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 2.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 2.5rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.25rem !important;
  }
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -1.5rem !important;
  }
  .m-md-n7 {
    margin: -1.75rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -1.75rem !important;
  }
  .m-md-n8 {
    margin: -2rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -2rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -2rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -2rem !important;
  }
  .m-md-n9 {
    margin: -2.25rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -2.25rem !important;
  }
  .m-md-n10 {
    margin: -2.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -2.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 2.25rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 2.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 2rem !important;
  }
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 2.25rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 2.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n7 {
    margin: -1.75rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -1.75rem !important;
  }
  .m-lg-n8 {
    margin: -2rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -2rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -2rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -2rem !important;
  }
  .m-lg-n9 {
    margin: -2.25rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -2.25rem !important;
  }
  .m-lg-n10 {
    margin: -2.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -2.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 2.25rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 2.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 2rem !important;
  }
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 2.25rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 2.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xl-n8 {
    margin: -2rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -2rem !important;
  }
  .m-xl-n9 {
    margin: -2.25rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -2.25rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -2.25rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -2.25rem !important;
  }
  .m-xl-n10 {
    margin: -2.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -2.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-placeholder {
  color: var(--gray-400) !important;
}
.text-body {
  color: var(--gray-800) !important;
}
.text-desc {
  color: var(--gray-500) !important;
}
.text-muted {
  color: var(--gray-600) !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #6698ff !important;
}
.text-secondary {
  color: var(--gray-700) !important;
}
.text-success {
  color: #73d897 !important;
}
.text-info {
  color: #5dcfff !important;
}
.text-warning {
  color: #ffcd5d !important;
}
.text-danger {
  color: #ff7575 !important;
}
.text-light {
  color: var(--gray-300) !important;
}
.text-dark {
  color: var(--gray-800) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
}
.btn i,
.btn .wtf,
.btn .thy-icon {
  font-size: 0.875rem;
  line-height: 1rem;
}
.btn {
  padding: 0.375rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5715;
  min-width: 97px;
  border-radius: 4px;
}
.btn.btn-link {
  padding: 0.375rem 10px;
}
.btn > .thy-icon + span,
.btn > span + .thy-icon {
  margin-left: 7px;
}
.btn.thy-btn-icon-only {
  min-width: unset;
  padding: 0.375rem 0.625rem;
}
.btn.thy-btn-icon-only .thy-icon {
  font-size: 0.875rem;
}
.btn {
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn.disabled,
.btn:disabled {
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
.btn:not(:disabled):not(.disabled).loading {
  opacity: 0.65;
  pointer-events: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary,
.btn-group-primary > .btn {
  color: #fff;
  background-color: #6698ff;
  border-color: #6698ff;
}
.btn-primary:hover,
.btn-group-primary > .btn:hover {
  color: #fff;
  background-color: #6698ff;
  border-color: #6698ff;
}
.btn-primary.disabled:hover,
.btn-group-primary > .disabled.btn:hover,
.btn-primary:disabled:hover,
.btn-group-primary > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-primary.disabled:hover,
.btn-group-primary > .disabled.btn:hover,
.btn-primary:disabled:hover,
.btn-group-primary > .btn:disabled:hover {
  box-shadow: none;
}
.btn-primary.disabled,
.btn-group-primary > .disabled.btn,
.btn-primary:disabled,
.btn-group-primary > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-primary.disabled,
.btn-group-primary > .disabled.btn,
.btn-primary:disabled,
.btn-group-primary > .btn:disabled {
  box-shadow: none;
}
.btn-primary:hover,
.btn-group-primary > .btn:hover {
  box-shadow: 0px 2px 5px 1px rgba(102, 152, 255, 0.6);
}
.btn-secondary,
.btn-group-secondary > .btn {
  color: #fff;
  background-color: var(--gray-700);
  border-color: var(--gray-700);
}
.btn-secondary:hover,
.btn-group-secondary > .btn:hover {
  color: #fff;
  background-color: var(--gray-700);
  border-color: var(--gray-700);
}
.btn-secondary.disabled:hover,
.btn-group-secondary > .disabled.btn:hover,
.btn-secondary:disabled:hover,
.btn-group-secondary > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-secondary.disabled:hover,
.btn-group-secondary > .disabled.btn:hover,
.btn-secondary:disabled:hover,
.btn-group-secondary > .btn:disabled:hover {
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-group-secondary > .disabled.btn,
.btn-secondary:disabled,
.btn-group-secondary > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-secondary.disabled,
.btn-group-secondary > .disabled.btn,
.btn-secondary:disabled,
.btn-group-secondary > .btn:disabled {
  box-shadow: none;
}
.btn-secondary:hover,
.btn-group-secondary > .btn:hover {
  box-shadow: 0px 2px 5px 1px rgba(var(--gray-700), 0.6);
}
.btn-success,
.btn-group-success > .btn {
  color: #fff;
  background-color: #73d897;
  border-color: #73d897;
}
.btn-success:hover,
.btn-group-success > .btn:hover {
  color: #fff;
  background-color: #73d897;
  border-color: #73d897;
}
.btn-success.disabled:hover,
.btn-group-success > .disabled.btn:hover,
.btn-success:disabled:hover,
.btn-group-success > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-success.disabled:hover,
.btn-group-success > .disabled.btn:hover,
.btn-success:disabled:hover,
.btn-group-success > .btn:disabled:hover {
  box-shadow: none;
}
.btn-success.disabled,
.btn-group-success > .disabled.btn,
.btn-success:disabled,
.btn-group-success > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-success.disabled,
.btn-group-success > .disabled.btn,
.btn-success:disabled,
.btn-group-success > .btn:disabled {
  box-shadow: none;
}
.btn-success:hover,
.btn-group-success > .btn:hover {
  box-shadow: 0px 2px 5px 1px rgba(115, 216, 151, 0.6);
}
.btn-info,
.btn-group-info > .btn {
  color: #fff;
  background-color: #5dcfff;
  border-color: #5dcfff;
}
.btn-info:hover,
.btn-group-info > .btn:hover {
  color: #fff;
  background-color: #5dcfff;
  border-color: #5dcfff;
}
.btn-info.disabled:hover,
.btn-group-info > .disabled.btn:hover,
.btn-info:disabled:hover,
.btn-group-info > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-info.disabled:hover,
.btn-group-info > .disabled.btn:hover,
.btn-info:disabled:hover,
.btn-group-info > .btn:disabled:hover {
  box-shadow: none;
}
.btn-info.disabled,
.btn-group-info > .disabled.btn,
.btn-info:disabled,
.btn-group-info > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-info.disabled,
.btn-group-info > .disabled.btn,
.btn-info:disabled,
.btn-group-info > .btn:disabled {
  box-shadow: none;
}
.btn-info:hover,
.btn-group-info > .btn:hover {
  box-shadow: 0px 2px 5px 1px rgba(93, 207, 255, 0.6);
}
.btn-warning,
.btn-group-warning > .btn {
  color: #fff;
  background-color: #ffcd5d;
  border-color: #ffcd5d;
}
.btn-warning:hover,
.btn-group-warning > .btn:hover {
  color: #fff;
  background-color: #ffcd5d;
  border-color: #ffcd5d;
}
.btn-warning.disabled:hover,
.btn-group-warning > .disabled.btn:hover,
.btn-warning:disabled:hover,
.btn-group-warning > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-warning.disabled:hover,
.btn-group-warning > .disabled.btn:hover,
.btn-warning:disabled:hover,
.btn-group-warning > .btn:disabled:hover {
  box-shadow: none;
}
.btn-warning.disabled,
.btn-group-warning > .disabled.btn,
.btn-warning:disabled,
.btn-group-warning > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-warning.disabled,
.btn-group-warning > .disabled.btn,
.btn-warning:disabled,
.btn-group-warning > .btn:disabled {
  box-shadow: none;
}
.btn-warning:hover,
.btn-group-warning > .btn:hover {
  box-shadow: 0px 2px 5px 1px rgba(255, 205, 93, 0.6);
}
.btn-danger,
.btn-group-danger > .btn {
  color: #fff;
  background-color: #ff7575;
  border-color: #ff7575;
}
.btn-danger:hover,
.btn-group-danger > .btn:hover {
  color: #fff;
  background-color: #ff7575;
  border-color: #ff7575;
}
.btn-danger.disabled:hover,
.btn-group-danger > .disabled.btn:hover,
.btn-danger:disabled:hover,
.btn-group-danger > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-danger.disabled:hover,
.btn-group-danger > .disabled.btn:hover,
.btn-danger:disabled:hover,
.btn-group-danger > .btn:disabled:hover {
  box-shadow: none;
}
.btn-danger.disabled,
.btn-group-danger > .disabled.btn,
.btn-danger:disabled,
.btn-group-danger > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-danger.disabled,
.btn-group-danger > .disabled.btn,
.btn-danger:disabled,
.btn-group-danger > .btn:disabled {
  box-shadow: none;
}
.btn-danger:hover,
.btn-group-danger > .btn:hover {
  box-shadow: 0px 2px 5px 1px rgba(255, 117, 117, 0.6);
}
.btn-light,
.btn-group-light > .btn {
  color: #fff;
  background-color: var(--gray-300);
  border-color: var(--gray-300);
}
.btn-light:hover,
.btn-group-light > .btn:hover {
  color: #fff;
  background-color: var(--gray-300);
  border-color: var(--gray-300);
}
.btn-light.disabled:hover,
.btn-group-light > .disabled.btn:hover,
.btn-light:disabled:hover,
.btn-group-light > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-light.disabled:hover,
.btn-group-light > .disabled.btn:hover,
.btn-light:disabled:hover,
.btn-group-light > .btn:disabled:hover {
  box-shadow: none;
}
.btn-light.disabled,
.btn-group-light > .disabled.btn,
.btn-light:disabled,
.btn-group-light > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-light.disabled,
.btn-group-light > .disabled.btn,
.btn-light:disabled,
.btn-group-light > .btn:disabled {
  box-shadow: none;
}
.btn-light:hover,
.btn-group-light > .btn:hover {
  box-shadow: 0px 2px 5px 1px rgba(var(--gray-300), 0.6);
}
.btn-dark,
.btn-group-dark > .btn {
  color: #fff;
  background-color: var(--gray-800);
  border-color: var(--gray-800);
}
.btn-dark:hover,
.btn-group-dark > .btn:hover {
  color: #fff;
  background-color: var(--gray-800);
  border-color: var(--gray-800);
}
.btn-dark.disabled:hover,
.btn-group-dark > .disabled.btn:hover,
.btn-dark:disabled:hover,
.btn-group-dark > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-dark.disabled:hover,
.btn-group-dark > .disabled.btn:hover,
.btn-dark:disabled:hover,
.btn-group-dark > .btn:disabled:hover {
  box-shadow: none;
}
.btn-dark.disabled,
.btn-group-dark > .disabled.btn,
.btn-dark:disabled,
.btn-group-dark > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-100);
}
.btn-dark.disabled,
.btn-group-dark > .disabled.btn,
.btn-dark:disabled,
.btn-group-dark > .btn:disabled {
  box-shadow: none;
}
.btn-dark:hover,
.btn-group-dark > .btn:hover {
  box-shadow: 0px 2px 5px 1px rgba(var(--gray-800), 0.6);
}
.btn-outline-primary,
.btn-group-outline-primary > .btn {
  color: #6698ff;
  background-color: transparent;
  background-image: none;
  border-color: #6698ff;
}
.btn-outline-primary:hover,
.btn-group-outline-primary > .btn:hover {
  color: #fff;
  background-color: #6698ff;
}
.btn-outline-primary.disabled:hover,
.btn-group-outline-primary > .disabled.btn:hover,
.btn-outline-primary:disabled:hover,
.btn-group-outline-primary > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-primary.disabled:hover,
.btn-group-outline-primary > .disabled.btn:hover,
.btn-outline-primary:disabled:hover,
.btn-group-outline-primary > .btn:disabled:hover {
  box-shadow: none;
}
.btn-outline-primary.disabled,
.btn-group-outline-primary > .disabled.btn,
.btn-outline-primary:disabled,
.btn-group-outline-primary > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-primary.disabled,
.btn-group-outline-primary > .disabled.btn,
.btn-outline-primary:disabled,
.btn-group-outline-primary > .btn:disabled {
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #6698ff;
}
.btn-outline-secondary,
.btn-group-outline-secondary > .btn {
  color: var(--gray-700);
  background-color: transparent;
  background-image: none;
  border-color: var(--gray-700);
}
.btn-outline-secondary:hover,
.btn-group-outline-secondary > .btn:hover {
  color: #fff;
  background-color: var(--gray-700);
}
.btn-outline-secondary.disabled:hover,
.btn-group-outline-secondary > .disabled.btn:hover,
.btn-outline-secondary:disabled:hover,
.btn-group-outline-secondary > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-secondary.disabled:hover,
.btn-group-outline-secondary > .disabled.btn:hover,
.btn-outline-secondary:disabled:hover,
.btn-group-outline-secondary > .btn:disabled:hover {
  box-shadow: none;
}
.btn-outline-secondary.disabled,
.btn-group-outline-secondary > .disabled.btn,
.btn-outline-secondary:disabled,
.btn-group-outline-secondary > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-secondary.disabled,
.btn-group-outline-secondary > .disabled.btn,
.btn-outline-secondary:disabled,
.btn-group-outline-secondary > .btn:disabled {
  box-shadow: none;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-group-outline-secondary > .btn:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-group-outline-secondary > .btn:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle,
.show.btn-group-outline-secondary > .dropdown-toggle.btn {
  color: #fff;
  background-color: var(--gray-700);
}
.btn-outline-success,
.btn-group-outline-success > .btn {
  color: #73d897;
  background-color: transparent;
  background-image: none;
  border-color: #73d897;
}
.btn-outline-success:hover,
.btn-group-outline-success > .btn:hover {
  color: #fff;
  background-color: #73d897;
}
.btn-outline-success.disabled:hover,
.btn-group-outline-success > .disabled.btn:hover,
.btn-outline-success:disabled:hover,
.btn-group-outline-success > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-success.disabled:hover,
.btn-group-outline-success > .disabled.btn:hover,
.btn-outline-success:disabled:hover,
.btn-group-outline-success > .btn:disabled:hover {
  box-shadow: none;
}
.btn-outline-success.disabled,
.btn-group-outline-success > .disabled.btn,
.btn-outline-success:disabled,
.btn-group-outline-success > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-success.disabled,
.btn-group-outline-success > .disabled.btn,
.btn-outline-success:disabled,
.btn-group-outline-success > .btn:disabled {
  box-shadow: none;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-group-outline-success > .btn:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-group-outline-success > .btn:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle,
.show.btn-group-outline-success > .dropdown-toggle.btn {
  color: #fff;
  background-color: #73d897;
}
.btn-outline-info,
.btn-group-outline-info > .btn {
  color: #5dcfff;
  background-color: transparent;
  background-image: none;
  border-color: #5dcfff;
}
.btn-outline-info:hover,
.btn-group-outline-info > .btn:hover {
  color: #fff;
  background-color: #5dcfff;
}
.btn-outline-info.disabled:hover,
.btn-group-outline-info > .disabled.btn:hover,
.btn-outline-info:disabled:hover,
.btn-group-outline-info > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-info.disabled:hover,
.btn-group-outline-info > .disabled.btn:hover,
.btn-outline-info:disabled:hover,
.btn-group-outline-info > .btn:disabled:hover {
  box-shadow: none;
}
.btn-outline-info.disabled,
.btn-group-outline-info > .disabled.btn,
.btn-outline-info:disabled,
.btn-group-outline-info > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-info.disabled,
.btn-group-outline-info > .disabled.btn,
.btn-outline-info:disabled,
.btn-group-outline-info > .btn:disabled {
  box-shadow: none;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-group-outline-info > .btn:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-group-outline-info > .btn:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle,
.show.btn-group-outline-info > .dropdown-toggle.btn {
  color: #fff;
  background-color: #5dcfff;
}
.btn-outline-warning,
.btn-group-outline-warning > .btn {
  color: #ffcd5d;
  background-color: transparent;
  background-image: none;
  border-color: #ffcd5d;
}
.btn-outline-warning:hover,
.btn-group-outline-warning > .btn:hover {
  color: #fff;
  background-color: #ffcd5d;
}
.btn-outline-warning.disabled:hover,
.btn-group-outline-warning > .disabled.btn:hover,
.btn-outline-warning:disabled:hover,
.btn-group-outline-warning > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-warning.disabled:hover,
.btn-group-outline-warning > .disabled.btn:hover,
.btn-outline-warning:disabled:hover,
.btn-group-outline-warning > .btn:disabled:hover {
  box-shadow: none;
}
.btn-outline-warning.disabled,
.btn-group-outline-warning > .disabled.btn,
.btn-outline-warning:disabled,
.btn-group-outline-warning > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-warning.disabled,
.btn-group-outline-warning > .disabled.btn,
.btn-outline-warning:disabled,
.btn-group-outline-warning > .btn:disabled {
  box-shadow: none;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-group-outline-warning > .btn:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-group-outline-warning > .btn:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle,
.show.btn-group-outline-warning > .dropdown-toggle.btn {
  color: #fff;
  background-color: #ffcd5d;
}
.btn-outline-danger,
.btn-group-outline-danger > .btn {
  color: #ff7575;
  background-color: transparent;
  background-image: none;
  border-color: #ff7575;
}
.btn-outline-danger:hover,
.btn-group-outline-danger > .btn:hover {
  color: #fff;
  background-color: #ff7575;
}
.btn-outline-danger.disabled:hover,
.btn-group-outline-danger > .disabled.btn:hover,
.btn-outline-danger:disabled:hover,
.btn-group-outline-danger > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-danger.disabled:hover,
.btn-group-outline-danger > .disabled.btn:hover,
.btn-outline-danger:disabled:hover,
.btn-group-outline-danger > .btn:disabled:hover {
  box-shadow: none;
}
.btn-outline-danger.disabled,
.btn-group-outline-danger > .disabled.btn,
.btn-outline-danger:disabled,
.btn-group-outline-danger > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-danger.disabled,
.btn-group-outline-danger > .disabled.btn,
.btn-outline-danger:disabled,
.btn-group-outline-danger > .btn:disabled {
  box-shadow: none;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-group-outline-danger > .btn:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-group-outline-danger > .btn:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle,
.show.btn-group-outline-danger > .dropdown-toggle.btn {
  color: #fff;
  background-color: #ff7575;
}
.btn-outline-light,
.btn-group-outline-light > .btn {
  color: var(--gray-300);
  background-color: transparent;
  background-image: none;
  border-color: var(--gray-300);
}
.btn-outline-light:hover,
.btn-group-outline-light > .btn:hover {
  color: #fff;
  background-color: var(--gray-300);
}
.btn-outline-light.disabled:hover,
.btn-group-outline-light > .disabled.btn:hover,
.btn-outline-light:disabled:hover,
.btn-group-outline-light > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-light.disabled:hover,
.btn-group-outline-light > .disabled.btn:hover,
.btn-outline-light:disabled:hover,
.btn-group-outline-light > .btn:disabled:hover {
  box-shadow: none;
}
.btn-outline-light.disabled,
.btn-group-outline-light > .disabled.btn,
.btn-outline-light:disabled,
.btn-group-outline-light > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-light.disabled,
.btn-group-outline-light > .disabled.btn,
.btn-outline-light:disabled,
.btn-group-outline-light > .btn:disabled {
  box-shadow: none;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-group-outline-light > .btn:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-group-outline-light > .btn:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle,
.show.btn-group-outline-light > .dropdown-toggle.btn {
  color: #fff;
  background-color: var(--gray-300);
}
.btn-outline-dark,
.btn-group-outline-dark > .btn {
  color: var(--gray-800);
  background-color: transparent;
  background-image: none;
  border-color: var(--gray-800);
}
.btn-outline-dark:hover,
.btn-group-outline-dark > .btn:hover {
  color: #fff;
  background-color: var(--gray-800);
}
.btn-outline-dark.disabled:hover,
.btn-group-outline-dark > .disabled.btn:hover,
.btn-outline-dark:disabled:hover,
.btn-group-outline-dark > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-dark.disabled:hover,
.btn-group-outline-dark > .disabled.btn:hover,
.btn-outline-dark:disabled:hover,
.btn-group-outline-dark > .btn:disabled:hover {
  box-shadow: none;
}
.btn-outline-dark.disabled,
.btn-group-outline-dark > .disabled.btn,
.btn-outline-dark:disabled,
.btn-group-outline-dark > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-dark.disabled,
.btn-group-outline-dark > .disabled.btn,
.btn-outline-dark:disabled,
.btn-group-outline-dark > .btn:disabled {
  box-shadow: none;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-group-outline-dark > .btn:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-group-outline-dark > .btn:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle,
.show.btn-group-outline-dark > .dropdown-toggle.btn {
  color: #fff;
  background-color: var(--gray-800);
}
.btn-outline-default,
.btn-group-outline-default > .btn {
  color: var(--gray-700);
  background-color: transparent;
  background-image: none;
  border-color: var(--gray-300);
}
.btn-outline-default:hover,
.btn-group-outline-default > .btn:hover {
  color: var(--gray-700);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-default.disabled:hover,
.btn-group-outline-default > .disabled.btn:hover,
.btn-outline-default:disabled:hover,
.btn-group-outline-default > .btn:disabled:hover {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-default.disabled:hover,
.btn-group-outline-default > .disabled.btn:hover,
.btn-outline-default:disabled:hover,
.btn-group-outline-default > .btn:disabled:hover {
  box-shadow: none;
}
.btn-outline-default.disabled,
.btn-group-outline-default > .disabled.btn,
.btn-outline-default:disabled,
.btn-group-outline-default > .btn:disabled {
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-outline-default.disabled,
.btn-group-outline-default > .disabled.btn,
.btn-outline-default:disabled,
.btn-group-outline-default > .btn:disabled {
  box-shadow: none;
}
.btn-outline-default:not(:disabled):not(.disabled):active,
.btn-group-outline-default > .btn:not(:disabled):not(.disabled):active,
.btn-outline-default:not(:disabled):not(.disabled).active,
.btn-group-outline-default > .btn:not(:disabled):not(.disabled).active,
.show > .btn-outline-default.dropdown-toggle,
.show.btn-group-outline-default > .dropdown-toggle.btn {
  color: var(--gray-700);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.btn-square {
  border-radius: 0.25rem;
}
.btn-square.btn-lg,
.btn-group-lg > .btn-square.btn,
.btn-square.btn-md,
.btn-group-md > .btn-square.btn,
.btn-square.btn-sm,
.btn-group-sm > .btn-square.btn,
.btn-square.btn-xs,
.btn-group-xs > .btn-square.btn {
  border-radius: 0.25rem;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.375rem 2.215rem;
  font-size: 1.25rem;
  line-height: 1.5;
  min-width: 108px;
  border-radius: 4px;
}
.btn-lg.btn-link,
.btn-group-lg > .btn-link.btn {
  padding: 0.375rem 10px;
}
.btn-lg.thy-btn-icon-only,
.btn-group-lg > .thy-btn-icon-only.btn {
  min-width: unset;
  padding: 0.375rem 0.875rem;
}
.btn-lg.thy-btn-icon-only .thy-icon,
.btn-group-lg > .thy-btn-icon-only.btn .thy-icon {
  font-size: 0.875rem;
}
.btn-md,
.btn-group-md > .btn {
  padding: 0.25rem 15px;
  font-size: 0.875rem;
  line-height: 1.5715;
  min-width: 70px;
  border-radius: 4px;
}
.btn-md.btn-link,
.btn-group-md > .btn-link.btn {
  padding: 0.25rem 10px;
}
.btn-md.thy-btn-icon-only,
.btn-group-md > .thy-btn-icon-only.btn {
  min-width: unset;
  padding: 0.25rem 0.5rem;
}
.btn-md.thy-btn-icon-only .thy-icon,
.btn-group-md > .thy-btn-icon-only.btn .thy-icon {
  font-size: 0.875rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.125rem 15px;
  font-size: 0.875rem;
  line-height: 1.5715;
  min-width: 70px;
  border-radius: 4px;
}
.btn-sm.btn-link,
.btn-group-sm > .btn-link.btn {
  padding: 0.125rem 10px;
}
.btn-sm > .thy-icon + span,
.btn-group-sm > .btn > .thy-icon + span,
.btn-sm > span + .thy-icon,
.btn-group-sm > .btn > span + .thy-icon {
  margin-left: 5px;
}
.btn-sm.thy-btn-icon-only,
.btn-group-sm > .thy-btn-icon-only.btn {
  min-width: unset;
  padding: 0.125rem 0.375rem;
}
.btn-sm.thy-btn-icon-only .thy-icon,
.btn-group-sm > .thy-btn-icon-only.btn .thy-icon {
  font-size: 0.875rem;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 0.125rem 15px;
  font-size: 0.75rem;
  line-height: 1.5;
  min-width: 60px;
  border-radius: 4px;
}
.btn-xs.btn-link,
.btn-group-xs > .btn-link.btn {
  padding: 0.125rem 10px;
}
.btn-xs > .thy-icon + span,
.btn-group-xs > .btn > .thy-icon + span,
.btn-xs > span + .thy-icon,
.btn-group-xs > .btn > span + .thy-icon {
  margin-left: 5px;
}
.btn-xs.thy-btn-icon-only,
.btn-group-xs > .thy-btn-icon-only.btn {
  min-width: unset;
  padding: 0.125rem 0.25rem;
}
.btn-xs.thy-btn-icon-only .thy-icon,
.btn-group-xs > .thy-btn-icon-only.btn .thy-icon {
  font-size: 0.875rem;
}
.btn-link {
  font-weight: 400;
  color: #6698ff;
  background-color: transparent;
}
.btn-link:hover {
  color: #6698ff;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  background-color: transparent;
}
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link:disabled:hover,
.btn-link:disabled:focus {
  color: var(--gray-400);
  text-decoration: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: var(--gray-400);
  border-color: transparent;
}
.btn.btn-icon,
.btn.btn-link {
  min-width: 0px;
}
.btn-link.btn-link-info {
  color: #5dcfff;
  background-color: transparent;
}
.btn-link.btn-link-info:hover {
  color: #6698ff;
  text-decoration: none;
}
.btn-link.btn-link-info:focus,
.btn-link.btn-link-info.focus {
  text-decoration: none;
}
.btn-link.btn-link-info:disabled,
.btn-link.btn-link-info.disabled {
  color: var(--gray-400);
}
.btn-link.btn-link-info:disabled:hover,
.btn-link.btn-link-info.disabled:hover {
  color: var(--gray-400);
  text-decoration: none;
}
.btn-link.btn-link-default {
  color: var(--gray-500);
  background-color: transparent;
}
.btn-link.btn-link-default:hover {
  color: #6698ff;
  text-decoration: none;
}
.btn-link.btn-link-default:focus,
.btn-link.btn-link-default.focus {
  text-decoration: none;
}
.btn-link.btn-link-default:disabled,
.btn-link.btn-link-default.disabled {
  color: var(--gray-400);
}
.btn-link.btn-link-default:disabled:hover,
.btn-link.btn-link-default.disabled:hover {
  color: var(--gray-400);
  text-decoration: none;
}
.btn-link.btn-link-primary-weak {
  color: var(--gray-500);
  background-color: transparent;
}
.btn-link.btn-link-primary-weak:hover {
  color: #6698ff;
  text-decoration: none;
}
.btn-link.btn-link-primary-weak:focus,
.btn-link.btn-link-primary-weak.focus {
  text-decoration: none;
}
.btn-link.btn-link-primary-weak:disabled,
.btn-link.btn-link-primary-weak.disabled {
  color: var(--gray-400);
}
.btn-link.btn-link-primary-weak:disabled:hover,
.btn-link.btn-link-primary-weak.disabled:hover {
  color: var(--gray-400);
  text-decoration: none;
}
.btn-link.btn-link-danger-weak {
  color: var(--gray-500);
  background-color: transparent;
}
.btn-link.btn-link-danger-weak:hover {
  color: #ff7575;
  text-decoration: none;
}
.btn-link.btn-link-danger-weak:focus,
.btn-link.btn-link-danger-weak.focus {
  text-decoration: none;
}
.btn-link.btn-link-danger-weak:disabled,
.btn-link.btn-link-danger-weak.disabled {
  color: var(--gray-400);
}
.btn-link.btn-link-danger-weak:disabled:hover,
.btn-link.btn-link-danger-weak.disabled:hover {
  color: var(--gray-400);
  text-decoration: none;
}
.btn-link.btn-link-danger {
  color: #ff7575;
  background-color: transparent;
}
.btn-link.btn-link-danger:hover {
  color: #ff7575;
  text-decoration: underline;
}
.btn-link.btn-link-danger:focus,
.btn-link.btn-link-danger.focus {
  text-decoration: underline;
}
.btn-link.btn-link-danger:disabled,
.btn-link.btn-link-danger.disabled {
  color: var(--gray-400);
}
.btn-link.btn-link-danger:disabled:hover,
.btn-link.btn-link-danger.disabled:hover {
  color: var(--gray-400);
  text-decoration: none;
}
.btn-link.btn-link-success {
  color: #73d897;
  background-color: transparent;
}
.btn-link.btn-link-success:hover {
  color: #73d897;
  text-decoration: underline;
}
.btn-link.btn-link-success:focus,
.btn-link.btn-link-success.focus {
  text-decoration: underline;
}
.btn-link.btn-link-success:disabled,
.btn-link.btn-link-success.disabled {
  color: var(--gray-400);
}
.btn-link.btn-link-success:disabled:hover,
.btn-link.btn-link-success.disabled:hover {
  color: var(--gray-400);
  text-decoration: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.btn-pair .btn + .btn {
  margin-left: 20px;
}
.btn-pair .btn + .btn.btn-link {
  margin-left: 10px;
}
.btn-pair .btn-link + .btn {
  margin-left: 10px;
}
.btn-pair-sm .btn + .btn {
  margin-left: 4px;
}
.btn-icon {
  padding: 0px;
  color: var(--gray-500);
  background-color: transparent;
}
.btn-icon:hover {
  color: #6698ff;
  text-decoration: none;
}
.btn-icon:focus,
.btn-icon.focus {
  text-decoration: none;
}
.btn-icon:disabled,
.btn-icon.disabled {
  color: var(--gray-400);
}
.btn-icon:disabled:hover,
.btn-icon.disabled:hover {
  color: var(--gray-400);
  text-decoration: none;
}
.btn-icon i,
.btn-icon .wtf,
.btn-icon .thy-icon {
  display: inline-block;
  line-height: 1;
  margin: 0px;
}
.btn-icon:disabled,
.btn-icon.disabled {
  border: none;
  background: none;
}
.btn-icon.active,
.btn-icon.btn-icon-active {
  color: #6698ff;
}
.btn-icon.active .thy-icon,
.btn-icon.btn-icon-active .thy-icon {
  color: #6698ff;
  border-color: #6698ff;
}
.btn-icon i,
.btn-icon .wtf,
.btn-icon .thy-icon {
  font-size: 1rem;
}
.btn-icon.btn-icon-circle i,
.btn-icon.btn-icon-circle .wtf,
.btn-icon.btn-icon-circle .thy-icon {
  padding: 7px;
  font-size: 1rem;
  width: 36px;
  height: 36px;
}
.btn-icon.btn-icon-circle.border-thick:hover i,
.btn-icon.btn-icon-circle.border-thick:hover .wtf,
.btn-icon.btn-icon-circle.border-thick:focus i,
.btn-icon.btn-icon-circle.border-thick:focus .wtf {
  padding: 7px;
}
.btn-icon.btn-icon-circle:hover i,
.btn-icon.btn-icon-circle:hover .wtf,
.btn-icon.btn-icon-circle:hover .thy-icon,
.btn-icon.btn-icon-circle:focus i,
.btn-icon.btn-icon-circle:focus .wtf,
.btn-icon.btn-icon-circle:focus .thy-icon {
  border-width: 2px;
  padding: 7px;
}
.btn-icon.btn-icon-danger-weak {
  color: var(--gray-500);
  background-color: transparent;
}
.btn-icon.btn-icon-danger-weak:hover {
  color: #ff7575;
  text-decoration: none;
}
.btn-icon.btn-icon-danger-weak:focus,
.btn-icon.btn-icon-danger-weak.focus {
  text-decoration: none;
}
.btn-icon.btn-icon-danger-weak:disabled,
.btn-icon.btn-icon-danger-weak.disabled {
  color: var(--gray-400);
}
.btn-icon.btn-icon-danger-weak:disabled:hover,
.btn-icon.btn-icon-danger-weak.disabled:hover {
  color: var(--gray-400);
  text-decoration: none;
}
.btn-icon-circle.btn {
  border: 0px;
}
.btn-icon-circle i,
.btn-icon-circle .wtf,
.btn-icon-circle .thy-icon {
  color: var(--gray-400);
  border-color: transparent;
  border-width: 2px;
  border-radius: 50%;
  line-height: 1;
  outline-width: 1px;
  outline-color: var(--gray-400);
  outline-offset: -1px;
}
.btn-icon-circle .thy-icon {
  transition:
    border 200ms,
    padding 200ms,
    outline 200ms;
}
.btn-icon-circle .wtf {
  vertical-align: initial;
}
.btn-icon-circle span {
  margin-left: 6px;
}
.btn-icon-circle.border-thick i,
.btn-icon-circle.border-thick .wtf,
.btn-icon-circle.border-thick .thy-icon {
  border-width: 2px;
  outline: 0 none;
}
.btn-icon-circle.border-thick:not(:hover):not(.invalid):not(.active):not(.btn-icon-active).circle-solid i,
.btn-icon-circle.border-thick:not(:hover):not(.invalid):not(.active):not(.btn-icon-active).circle-solid .wtf,
.btn-icon-circle.border-thick:not(:hover):not(.invalid):not(.active):not(.btn-icon-active).circle-solid .thy-icon {
  color: var(--gray-400);
  border-color: var(--gray-400);
}
.btn-icon-circle.border-thick:not(:hover):not(.invalid):not(.active):not(.btn-icon-active).circle-dashed i,
.btn-icon-circle.border-thick:not(:hover):not(.invalid):not(.active):not(.btn-icon-active).circle-dashed .wtf,
.btn-icon-circle.border-thick:not(:hover):not(.invalid):not(.active):not(.btn-icon-active).circle-dashed .thy-icon {
  color: var(--gray-300);
  border-color: var(--gray-300);
}
.btn-icon-circle:hover,
.btn-icon-circle:focus {
  color: #6698ff;
}
.btn-icon-circle:hover i,
.btn-icon-circle:hover .wtf,
.btn-icon-circle:hover .thy-icon,
.btn-icon-circle:focus i,
.btn-icon-circle:focus .wtf,
.btn-icon-circle:focus .thy-icon {
  border-color: #6698ff;
  color: #6698ff;
  border-style: solid;
  outline: 0 none;
}
.btn-icon-circle.invalid {
  color: #ff7575;
}
.btn-icon-circle.invalid i,
.btn-icon-circle.invalid .wtf,
.btn-icon-circle.invalid .thy-icon {
  border-color: #ff7575;
  color: #ff7575;
  outline: 0 none;
}
.btn-icon-circle.invalid:hover i,
.btn-icon-circle.invalid:hover .wtf,
.btn-icon-circle.invalid:hover .thy-icon,
.btn-icon-circle.invalid:focus i,
.btn-icon-circle.invalid:focus .wtf,
.btn-icon-circle.invalid:focus .thy-icon {
  color: #6698ff;
  border-color: #6698ff;
}
.btn-icon-circle:not(:hover):not(.active):not(.btn-icon-active).circle-dashed i,
.btn-icon-circle:not(:hover):not(.active):not(.btn-icon-active).circle-dashed .wtf,
.btn-icon-circle:not(:hover):not(.active):not(.btn-icon-active).circle-dashed .thy-icon {
  border-style: dashed;
  outline-style: dashed;
}
.btn-icon-circle.circle-solid i,
.btn-icon-circle.circle-solid .wtf,
.btn-icon-circle.circle-solid .thy-icon {
  border-style: solid;
  outline-style: solid;
}
.btn-icon-circle.active,
.btn-icon-circle.btn-icon-active {
  color: #6698ff;
}
.btn-icon-circle.active .thy-icon,
.btn-icon-circle.btn-icon-active .thy-icon {
  color: #6698ff;
  border-color: #6698ff;
}
.btn-icon-circle.active .thy-icon,
.btn-icon-circle.btn-icon-active .thy-icon {
  border-style: solid;
  border-width: 2px;
  outline: 0 none;
  padding: 7px;
}
.btn-icon-light {
  color: var(--gray-300);
}
.btn-icon-xs i,
.btn-icon-xs .wtf,
.btn-icon-xs .thy-icon {
  font-size: 0.75rem;
}
.btn-icon-xs.btn-icon-circle i,
.btn-icon-xs.btn-icon-circle .wtf,
.btn-icon-xs.btn-icon-circle .thy-icon {
  padding: 4px;
  font-size: 0.75rem;
  width: 24px;
  height: 24px;
}
.btn-icon-xs.btn-icon-circle.border-thick:hover i,
.btn-icon-xs.btn-icon-circle.border-thick:hover .wtf,
.btn-icon-xs.btn-icon-circle.border-thick:focus i,
.btn-icon-xs.btn-icon-circle.border-thick:focus .wtf {
  padding: 4px;
}
.btn-icon-xs.btn-icon-circle:hover i,
.btn-icon-xs.btn-icon-circle:hover .wtf,
.btn-icon-xs.btn-icon-circle:hover .thy-icon,
.btn-icon-xs.btn-icon-circle:focus i,
.btn-icon-xs.btn-icon-circle:focus .wtf,
.btn-icon-xs.btn-icon-circle:focus .thy-icon {
  border-width: 2px;
  padding: 4px;
}
.btn-icon-xs.btn-icon-circle.active,
.btn-icon-xs.btn-icon-circle.btn-icon-active {
  color: #6698ff;
}
.btn-icon-xs.btn-icon-circle.active .thy-icon,
.btn-icon-xs.btn-icon-circle.btn-icon-active .thy-icon {
  color: #6698ff;
  border-color: #6698ff;
}
.btn-icon-xs.btn-icon-circle.active .thy-icon,
.btn-icon-xs.btn-icon-circle.btn-icon-active .thy-icon {
  border-style: solid;
  border-width: 2px;
  outline: 0 none;
  padding: 4px;
}
.btn-icon-sm i,
.btn-icon-sm .wtf,
.btn-icon-sm .thy-icon {
  font-size: 0.875rem;
}
.btn-icon-sm.btn-icon-circle i,
.btn-icon-sm.btn-icon-circle .wtf,
.btn-icon-sm.btn-icon-circle .thy-icon {
  padding: 5px;
  font-size: 0.875rem;
  width: 28px;
  height: 28px;
}
.btn-icon-sm.btn-icon-circle.border-thick:hover i,
.btn-icon-sm.btn-icon-circle.border-thick:hover .wtf,
.btn-icon-sm.btn-icon-circle.border-thick:focus i,
.btn-icon-sm.btn-icon-circle.border-thick:focus .wtf {
  padding: 5px;
}
.btn-icon-sm.btn-icon-circle:hover i,
.btn-icon-sm.btn-icon-circle:hover .wtf,
.btn-icon-sm.btn-icon-circle:hover .thy-icon,
.btn-icon-sm.btn-icon-circle:focus i,
.btn-icon-sm.btn-icon-circle:focus .wtf,
.btn-icon-sm.btn-icon-circle:focus .thy-icon {
  border-width: 2px;
  padding: 5px;
}
.btn-icon-sm.btn-icon-circle.active,
.btn-icon-sm.btn-icon-circle.btn-icon-active {
  color: #6698ff;
}
.btn-icon-sm.btn-icon-circle.active .thy-icon,
.btn-icon-sm.btn-icon-circle.btn-icon-active .thy-icon {
  color: #6698ff;
  border-color: #6698ff;
}
.btn-icon-sm.btn-icon-circle.active .thy-icon,
.btn-icon-sm.btn-icon-circle.btn-icon-active .thy-icon {
  border-style: solid;
  border-width: 2px;
  outline: 0 none;
  padding: 5px;
}
.btn-icon-md i,
.btn-icon-md .wtf,
.btn-icon-md .thy-icon {
  font-size: 1rem;
}
.btn-icon-md.btn-icon-circle i,
.btn-icon-md.btn-icon-circle .wtf,
.btn-icon-md.btn-icon-circle .thy-icon {
  padding: 6px;
  font-size: 1rem;
  width: 32px;
  height: 32px;
}
.btn-icon-md.btn-icon-circle.border-thick:hover i,
.btn-icon-md.btn-icon-circle.border-thick:hover .wtf,
.btn-icon-md.btn-icon-circle.border-thick:focus i,
.btn-icon-md.btn-icon-circle.border-thick:focus .wtf {
  padding: 6px;
}
.btn-icon-md.btn-icon-circle:hover i,
.btn-icon-md.btn-icon-circle:hover .wtf,
.btn-icon-md.btn-icon-circle:hover .thy-icon,
.btn-icon-md.btn-icon-circle:focus i,
.btn-icon-md.btn-icon-circle:focus .wtf,
.btn-icon-md.btn-icon-circle:focus .thy-icon {
  border-width: 2px;
  padding: 6px;
}
.btn-icon-md.btn-icon-circle.active,
.btn-icon-md.btn-icon-circle.btn-icon-active {
  color: #6698ff;
}
.btn-icon-md.btn-icon-circle.active .thy-icon,
.btn-icon-md.btn-icon-circle.btn-icon-active .thy-icon {
  color: #6698ff;
  border-color: #6698ff;
}
.btn-icon-md.btn-icon-circle.active .thy-icon,
.btn-icon-md.btn-icon-circle.btn-icon-active .thy-icon {
  border-style: solid;
  border-width: 2px;
  outline: 0 none;
  padding: 7px;
}
.btn-icon-lg i,
.btn-icon-lg .wtf,
.btn-icon-lg .thy-icon {
  font-size: 1.25rem;
}
.btn-icon-lg.btn-icon-circle i,
.btn-icon-lg.btn-icon-circle .wtf,
.btn-icon-lg.btn-icon-circle .thy-icon {
  padding: 10px;
  font-size: 1.25rem;
  width: 44px;
  height: 44px;
}
.btn-icon-lg.btn-icon-circle.border-thick:hover i,
.btn-icon-lg.btn-icon-circle.border-thick:hover .wtf,
.btn-icon-lg.btn-icon-circle.border-thick:focus i,
.btn-icon-lg.btn-icon-circle.border-thick:focus .wtf {
  padding: 10px;
}
.btn-icon-lg.btn-icon-circle:hover i,
.btn-icon-lg.btn-icon-circle:hover .wtf,
.btn-icon-lg.btn-icon-circle:hover .thy-icon,
.btn-icon-lg.btn-icon-circle:focus i,
.btn-icon-lg.btn-icon-circle:focus .wtf,
.btn-icon-lg.btn-icon-circle:focus .thy-icon {
  border-width: 2px;
  padding: 10px;
}
.btn-icon-lg.btn-icon-circle.active,
.btn-icon-lg.btn-icon-circle.btn-icon-active {
  color: #6698ff;
}
.btn-icon-lg.btn-icon-circle.active .thy-icon,
.btn-icon-lg.btn-icon-circle.btn-icon-active .thy-icon {
  color: #6698ff;
  border-color: #6698ff;
}
.btn-icon-lg.btn-icon-circle.active .thy-icon,
.btn-icon-lg.btn-icon-circle.btn-icon-active .thy-icon {
  border-style: solid;
  border-width: 2px;
  outline: 0 none;
  padding: 10px;
}
.thy-property-operation:hover .btn-icon-circle i,
.thy-property-operation:hover .btn-icon-circle .wtf {
  border: 2px solid #6698ff;
  padding: 7px;
  color: #6698ff;
}
.thy-property-operation:hover .btn-icon-circle.border-thick i,
.thy-property-operation:hover .btn-icon-circle.border-thick .wtf {
  padding: 7px;
}
.thy-property-operation:hover .btn-icon-circle.border-thick i,
.thy-property-operation:hover .btn-icon-circle.border-thick .wtf {
  padding: 7px;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
  padding: 0.375rem 20px;
}
.btn-group > .btn.thy-btn-icon-only,
.btn-group-vertical > .btn.thy-btn-icon-only {
  min-width: unset;
  padding: 0.375rem 0.625rem;
}
.btn-group > .btn.thy-btn-icon-only .thy-icon,
.btn-group-vertical > .btn.thy-btn-icon-only .thy-icon {
  font-size: 0.875rem;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group > .btn i,
.btn-group > .btn .wtf,
.btn-group > .btn .thy-icon,
.btn-group-vertical > .btn i,
.btn-group-vertical > .btn .wtf,
.btn-group-vertical > .btn .thy-icon {
  vertical-align: middle;
  margin-top: -0.14rem;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group.btn-group-clear-min-width .btn {
  min-width: unset;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-xs > .btn {
  padding: 0.125rem 10px;
  font-size: 0.625rem;
}
.btn-group-xs > .btn.thy-btn-icon-only {
  min-width: unset;
  padding: 0.125rem 0.25rem;
}
.btn-group-xs > .btn.thy-btn-icon-only .thy-icon {
  font-size: 0.875rem;
}
.btn-group-sm > .btn {
  padding: 0.125rem 15px;
}
.btn-group-sm > .btn.thy-btn-icon-only {
  min-width: unset;
  padding: 0.125rem 0.375rem;
}
.btn-group-sm > .btn.thy-btn-icon-only .thy-icon {
  font-size: 0.875rem;
}
.btn-group-md > .btn {
  padding: 0.25rem 20px;
}
.btn-group-md > .btn.thy-btn-icon-only {
  min-width: unset;
  padding: 0.25rem 0.5rem;
}
.btn-group-md > .btn.thy-btn-icon-only .thy-icon {
  font-size: 0.875rem;
}
.btn-group-lg > .btn {
  padding: 0.375rem 25px;
}
.btn-group-lg > .btn.thy-btn-icon-only {
  min-width: unset;
  padding: 0.375rem 0.625rem;
}
.btn-group-lg > .btn.thy-btn-icon-only .thy-icon {
  font-size: 0.875rem;
}
.btn-group-primary > .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group-primary .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group-secondary > .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group-secondary .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group-success > .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group-success .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group-info > .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group-info .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group-warning > .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group-warning .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group-danger > .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group-danger .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group-light > .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group-light .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group-dark > .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group-dark .btn:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.thy-alert {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.625rem 1.125rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.thy-alert.thy-alert-naked {
  padding: 0;
  border: none;
}
.thy-alert.thy-alert-hidden {
  display: none;
}
.thy-alert .thy-alert-content {
  flex: 1;
  display: flex;
  align-items: center;
}
.thy-alert .thy-alert-operation {
  margin-left: 40px;
}
.thy-alert .thy-alert-operation .thy-alert-action {
  margin: 0 10px;
  position: relative;
}
.thy-alert .thy-alert-operation .thy-alert-action:first-child {
  margin: 0 10px 0 0;
}
.thy-alert .thy-alert-operation .thy-alert-action:last-child {
  margin: 0 0 0 10px;
}
.thy-alert .thy-alert-operation .thy-alert-action:not(:last-child):after {
  content: "";
  border-right: 1px solid var(--gray-300);
  width: 10px;
  height: 13px;
  position: absolute;
  right: -12px;
  top: 2px;
}
.thy-alert .thy-alert-close {
  color: var(--gray-400);
}
.thy-alert .thy-alert-close:hover {
  color: var(--gray-600);
}
.thy-alert-icon {
  margin-right: 8px;
}
.thy-alert-heading {
  color: inherit;
}
.thy-alert-link {
  font-weight: 700;
}
.thy-alert-dismissible {
  padding-right: 3.25rem;
}
.thy-alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.625rem 1.125rem;
  color: inherit;
}
.thy-alert-fill-primary {
  color: var(--gray-700);
  background-color: rgba(102, 152, 255, 0.1);
  border-color: #6698ff;
}
.thy-alert-fill-primary .thy-alert-icon {
  color: #6698ff;
}
.thy-alert-fill-primary .thy-alert-tips {
  color: #6698ff;
}
.thy-alert-bordered-primary {
  color: var(--gray-600);
  background: var(--bg-color-default);
  border-color: var(--gray-200) var(--gray-200) var(--gray-200) #6698ff;
  border-left-width: 2px;
}
.thy-alert-bordered-primary .thy-alert-icon {
  color: #6698ff;
}
.thy-alert-bordered-primary .thy-alert-tips {
  color: #6698ff;
}
.thy-alert-naked-primary {
  color: var(--gray-800);
}
.thy-alert-naked-primary .thy-alert-icon {
  color: #6698ff;
}
.thy-alert-naked-primary .thy-alert-tips {
  color: #6698ff;
}
.thy-alert-fill-secondary {
  color: var(--gray-700);
  background-color: rgba(var(--gray-700), 0.1);
  border-color: var(--gray-700);
}
.thy-alert-fill-secondary .thy-alert-icon {
  color: var(--gray-700);
}
.thy-alert-fill-secondary .thy-alert-tips {
  color: var(--gray-700);
}
.thy-alert-bordered-secondary {
  color: var(--gray-600);
  background: var(--bg-color-default);
  border-color: var(--gray-200) var(--gray-200) var(--gray-200) var(--gray-700);
  border-left-width: 2px;
}
.thy-alert-bordered-secondary .thy-alert-icon {
  color: var(--gray-700);
}
.thy-alert-bordered-secondary .thy-alert-tips {
  color: var(--gray-700);
}
.thy-alert-naked-secondary {
  color: var(--gray-800);
}
.thy-alert-naked-secondary .thy-alert-icon {
  color: var(--gray-700);
}
.thy-alert-naked-secondary .thy-alert-tips {
  color: var(--gray-700);
}
.thy-alert-fill-success {
  color: var(--gray-700);
  background-color: rgba(115, 216, 151, 0.1);
  border-color: #73d897;
}
.thy-alert-fill-success .thy-alert-icon {
  color: #73d897;
}
.thy-alert-fill-success .thy-alert-tips {
  color: #73d897;
}
.thy-alert-bordered-success {
  color: var(--gray-600);
  background: var(--bg-color-default);
  border-color: var(--gray-200) var(--gray-200) var(--gray-200) #73d897;
  border-left-width: 2px;
}
.thy-alert-bordered-success .thy-alert-icon {
  color: #73d897;
}
.thy-alert-bordered-success .thy-alert-tips {
  color: #73d897;
}
.thy-alert-naked-success {
  color: var(--gray-800);
}
.thy-alert-naked-success .thy-alert-icon {
  color: #73d897;
}
.thy-alert-naked-success .thy-alert-tips {
  color: #73d897;
}
.thy-alert-fill-info {
  color: var(--gray-700);
  background-color: rgba(93, 207, 255, 0.1);
  border-color: #5dcfff;
}
.thy-alert-fill-info .thy-alert-icon {
  color: #5dcfff;
}
.thy-alert-fill-info .thy-alert-tips {
  color: #5dcfff;
}
.thy-alert-bordered-info {
  color: var(--gray-600);
  background: var(--bg-color-default);
  border-color: var(--gray-200) var(--gray-200) var(--gray-200) #5dcfff;
  border-left-width: 2px;
}
.thy-alert-bordered-info .thy-alert-icon {
  color: #5dcfff;
}
.thy-alert-bordered-info .thy-alert-tips {
  color: #5dcfff;
}
.thy-alert-naked-info {
  color: var(--gray-800);
}
.thy-alert-naked-info .thy-alert-icon {
  color: #5dcfff;
}
.thy-alert-naked-info .thy-alert-tips {
  color: #5dcfff;
}
.thy-alert-fill-warning {
  color: var(--gray-700);
  background-color: rgba(255, 205, 93, 0.1);
  border-color: #ffcd5d;
}
.thy-alert-fill-warning .thy-alert-icon {
  color: #ffcd5d;
}
.thy-alert-fill-warning .thy-alert-tips {
  color: #ffcd5d;
}
.thy-alert-bordered-warning {
  color: var(--gray-600);
  background: var(--bg-color-default);
  border-color: var(--gray-200) var(--gray-200) var(--gray-200) #ffcd5d;
  border-left-width: 2px;
}
.thy-alert-bordered-warning .thy-alert-icon {
  color: #ffcd5d;
}
.thy-alert-bordered-warning .thy-alert-tips {
  color: #ffcd5d;
}
.thy-alert-naked-warning {
  color: var(--gray-800);
}
.thy-alert-naked-warning .thy-alert-icon {
  color: #ffcd5d;
}
.thy-alert-naked-warning .thy-alert-tips {
  color: #ffcd5d;
}
.thy-alert-fill-danger {
  color: var(--gray-700);
  background-color: rgba(255, 117, 117, 0.1);
  border-color: #ff7575;
}
.thy-alert-fill-danger .thy-alert-icon {
  color: #ff7575;
}
.thy-alert-fill-danger .thy-alert-tips {
  color: #ff7575;
}
.thy-alert-bordered-danger {
  color: var(--gray-600);
  background: var(--bg-color-default);
  border-color: var(--gray-200) var(--gray-200) var(--gray-200) #ff7575;
  border-left-width: 2px;
}
.thy-alert-bordered-danger .thy-alert-icon {
  color: #ff7575;
}
.thy-alert-bordered-danger .thy-alert-tips {
  color: #ff7575;
}
.thy-alert-naked-danger {
  color: var(--gray-800);
}
.thy-alert-naked-danger .thy-alert-icon {
  color: #ff7575;
}
.thy-alert-naked-danger .thy-alert-tips {
  color: #ff7575;
}
.thy-alert-fill-light {
  color: var(--gray-700);
  background-color: rgba(var(--gray-300), 0.1);
  border-color: var(--gray-300);
}
.thy-alert-fill-light .thy-alert-icon {
  color: var(--gray-300);
}
.thy-alert-fill-light .thy-alert-tips {
  color: var(--gray-300);
}
.thy-alert-bordered-light {
  color: var(--gray-600);
  background: var(--bg-color-default);
  border-color: var(--gray-200) var(--gray-200) var(--gray-200) var(--gray-300);
  border-left-width: 2px;
}
.thy-alert-bordered-light .thy-alert-icon {
  color: var(--gray-300);
}
.thy-alert-bordered-light .thy-alert-tips {
  color: var(--gray-300);
}
.thy-alert-naked-light {
  color: var(--gray-800);
}
.thy-alert-naked-light .thy-alert-icon {
  color: var(--gray-300);
}
.thy-alert-naked-light .thy-alert-tips {
  color: var(--gray-300);
}
.thy-alert-fill-dark {
  color: var(--gray-700);
  background-color: rgba(var(--gray-800), 0.1);
  border-color: var(--gray-800);
}
.thy-alert-fill-dark .thy-alert-icon {
  color: var(--gray-800);
}
.thy-alert-fill-dark .thy-alert-tips {
  color: var(--gray-800);
}
.thy-alert-bordered-dark {
  color: var(--gray-600);
  background: var(--bg-color-default);
  border-color: var(--gray-200) var(--gray-200) var(--gray-200) var(--gray-800);
  border-left-width: 2px;
}
.thy-alert-bordered-dark .thy-alert-icon {
  color: var(--gray-800);
}
.thy-alert-bordered-dark .thy-alert-tips {
  color: var(--gray-800);
}
.thy-alert-naked-dark {
  color: var(--gray-800);
}
.thy-alert-naked-dark .thy-alert-icon {
  color: var(--gray-800);
}
.thy-alert-naked-dark .thy-alert-tips {
  color: var(--gray-800);
}
.thy-dropdown-menu {
  padding: 12px 0;
  display: block;
  width: 100%;
  background: var(--bg-color-panel);
  border-radius: 0.25rem;
}
.thy-dropdown-menu .dropdown-menu-group:first-child .dropdown-menu-group-title {
  padding-top: 0px;
}
.thy-dropdown-menu .dropdown-menu-group .dropdown-menu-group-title {
  padding: 2px 20px;
  color: var(--gray-400);
}
.thy-dropdown-menu .dropdown-menu-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 9px 20px;
  position: relative;
  color: var(--gray-800);
  cursor: pointer;
  text-decoration: none;
  transition: background 200ms;
}
.thy-dropdown-menu .dropdown-menu-item:not(.dropdown-menu-item--disabled):hover {
  background-color: var(--gray-100);
}
.thy-dropdown-menu .dropdown-menu-item:not(.dropdown-menu-item--disabled):hover:not(.desc),
.thy-dropdown-menu .dropdown-menu-item:not(.dropdown-menu-item--disabled):hover:not(.dropdown-submenu) {
  color: var(--gray-800);
}
.thy-dropdown-menu .dropdown-menu-item:not(.dropdown-menu-item--disabled).active {
  background-color: rgba(102, 152, 255, 0.1);
}
.thy-dropdown-menu .dropdown-menu-item:not(.dropdown-menu-item--disabled).active:not(.dropdown-submenu) {
  color: var(--gray-800);
}
.thy-dropdown-menu .dropdown-menu-item > i:first-child,
.thy-dropdown-menu .dropdown-menu-item > .thy-icon:first-child {
  margin-right: 8px;
  color: var(--gray-500);
}
.thy-dropdown-menu .dropdown-menu-item .icon {
  display: flex;
  margin-right: 8px;
  color: var(--gray-500);
  transition: margin-left 200ms;
}
.thy-dropdown-menu .dropdown-menu-item .name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: margin-left 200ms;
}
.thy-dropdown-menu .dropdown-menu-item .meta {
  padding-top: 2px;
  margin-left: 4px;
  font-size: 12px;
}
.thy-dropdown-menu .dropdown-menu-item .desc {
  margin-top: 4px;
  padding-right: 8px;
  width: 100%;
  line-height: 1.5;
  font-size: 12px;
  color: var(--gray-500);
}
.thy-dropdown-menu .dropdown-menu-item .extend-icon {
  display: flex;
  margin-left: auto;
  color: var(--gray-500);
}
.thy-dropdown-menu .dropdown-menu-item .dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  padding: 8px 0;
  width: 100%;
  background: var(--bg-color-panel);
  border-radius: 0.25rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--gray-200);
}
.thy-dropdown-menu .dropdown-menu-item.dropdown-submenu-right .dropdown-submenu {
  left: 100%;
}
.thy-dropdown-menu .dropdown-menu-item.dropdown-submenu-right:not(.dropdown-menu-item--disabled):hover > .dropdown-submenu {
  display: block;
}
.thy-dropdown-menu .dropdown-menu-item.dropdown-submenu-rightBottom .dropdown-submenu {
  left: 100%;
  transform: translateY(calc(-100% + 40px));
}
.thy-dropdown-menu .dropdown-menu-item.dropdown-submenu-rightBottom:not(.dropdown-menu-item--disabled):hover > .dropdown-submenu {
  display: block;
}
.thy-dropdown-menu .dropdown-menu-item.dropdown-submenu-left .dropdown-submenu {
  right: 100%;
  left: auto;
}
.thy-dropdown-menu .dropdown-menu-item.dropdown-submenu-left:not(.dropdown-menu-item--disabled):hover > .dropdown-submenu {
  display: block;
}
.thy-dropdown-menu .dropdown-menu-item.dropdown-submenu-leftBottom .dropdown-submenu {
  right: 100%;
  left: auto;
  transform: translateY(calc(-100% + 40px));
}
.thy-dropdown-menu .dropdown-menu-item.dropdown-submenu-leftBottom:not(.dropdown-menu-item--disabled):hover > .dropdown-submenu {
  display: block;
}
.thy-dropdown-menu .dropdown-menu-item.dropdown-submenu-auto:not(.dropdown-menu-item--disabled):hover > .dropdown-submenu {
  display: none;
}
.thy-dropdown-menu .dropdown-menu-item--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.thy-dropdown-menu .dropdown-menu-item:not(.dropdown-menu-item--disabled):hover > .dropdown-submenu {
  display: block;
}
.thy-dropdown-menu .dropdown-menu-item:not(.dropdown-menu-item--disabled):hover > .dropdown-submenu {
  display: block;
}
.thy-dropdown-menu .dropdown-menu-item--danger:not(.dropdown-menu-item--disabled).active,
.thy-dropdown-menu .dropdown-menu-item--danger:not(.dropdown-menu-item--disabled):hover {
  background-color: var(--gray-100);
}
.thy-dropdown-menu .dropdown-menu-item--danger:not(.dropdown-menu-item--disabled).active:not(.info),
.thy-dropdown-menu .dropdown-menu-item--danger:not(.dropdown-menu-item--disabled).active:not(.dropdown-menu-sub-item),
.thy-dropdown-menu .dropdown-menu-item--danger:not(.dropdown-menu-item--disabled):hover:not(.info),
.thy-dropdown-menu .dropdown-menu-item--danger:not(.dropdown-menu-item--disabled):hover:not(.dropdown-menu-sub-item) {
  color: #ff7575;
}
.thy-dropdown-menu .dropdown-menu-item--danger:not(.dropdown-menu-item--disabled).active > .icon,
.thy-dropdown-menu .dropdown-menu-item--danger:not(.dropdown-menu-item--disabled).active,
.thy-dropdown-menu .dropdown-menu-item--danger:not(.dropdown-menu-item--disabled).active .thy-icon,
.thy-dropdown-menu .dropdown-menu-item--danger:not(.dropdown-menu-item--disabled):hover > .icon,
.thy-dropdown-menu .dropdown-menu-item--danger:not(.dropdown-menu-item--disabled):hover,
.thy-dropdown-menu .dropdown-menu-item--danger:not(.dropdown-menu-item--disabled):hover .thy-icon {
  color: #ff7575;
}
.thy-dropdown-menu .dropdown-menu-item--success:not(.dropdown-menu-item--disabled).active,
.thy-dropdown-menu .dropdown-menu-item--success:not(.dropdown-menu-item--disabled):hover {
  background-color: var(--gray-100);
}
.thy-dropdown-menu .dropdown-menu-item--success:not(.dropdown-menu-item--disabled).active:not(.info),
.thy-dropdown-menu .dropdown-menu-item--success:not(.dropdown-menu-item--disabled).active:not(.dropdown-menu-sub-item),
.thy-dropdown-menu .dropdown-menu-item--success:not(.dropdown-menu-item--disabled):hover:not(.info),
.thy-dropdown-menu .dropdown-menu-item--success:not(.dropdown-menu-item--disabled):hover:not(.dropdown-menu-sub-item) {
  color: #73d897;
}
.thy-dropdown-menu .dropdown-menu-item--success:not(.dropdown-menu-item--disabled).active > .icon,
.thy-dropdown-menu .dropdown-menu-item--success:not(.dropdown-menu-item--disabled).active,
.thy-dropdown-menu .dropdown-menu-item--success:not(.dropdown-menu-item--disabled).active .thy-icon,
.thy-dropdown-menu .dropdown-menu-item--success:not(.dropdown-menu-item--disabled):hover > .icon,
.thy-dropdown-menu .dropdown-menu-item--success:not(.dropdown-menu-item--disabled):hover,
.thy-dropdown-menu .dropdown-menu-item--success:not(.dropdown-menu-item--disabled):hover .thy-icon {
  color: #73d897;
}
.thy-dropdown-menu:not(.thy-dropdown-menu--group) .dropdown-menu-divider:first-child,
.thy-dropdown-menu:not(.thy-dropdown-menu--group) .dropdown-menu-divider:last-child,
.thy-dropdown-menu:not(.thy-dropdown-menu--group) .dropdown-menu-divider + .dropdown-menu-divider {
  display: none;
}
.thy-dropdown-menu .dropdown-menu-divider {
  margin: 4px 20px;
  display: block;
  border-top: solid 1px var(--gray-200);
}
.thy-dropdown-menu .dropdown-menu-divider-crossing {
  margin: 0;
}
.thy-dropdown-menu .thy-divider.thy-divider-horizontal {
  margin: 4px 20px;
}
.thy-dropdown-menu--group {
  width: 280px;
}
.thy-dropdown-menu--group .dropdown-menu-item {
  padding: 12px 30px 12px 45px;
}
.thy-dropdown-menu--group .dropdown-menu-divider {
  margin: 10px 30px;
  transform: translateY(50%);
}
.thy-dropdown-menu--group .dropdown-menu-divider .dropdown-menu-divider-title {
  display: inline-block;
  margin-left: -15px;
  padding-right: 10px;
  color: var(--gray-400);
  background: var(--bg-color-default);
  transform: translateY(-50%);
}
.dropdown-menu-height-limit {
  max-height: 400px;
  overflow-y: auto;
}
.thy-popover-panel.thy-popover-topLeft,
.thy-popover-panel.thy-popover-topRight,
.thy-popover-panel.thy-popover-top {
  padding-bottom: 4px;
}
.thy-popover-panel.thy-popover-bottomLeft,
.thy-popover-panel.thy-popover-bottomRight,
.thy-popover-panel.thy-popover-bottom {
  padding-top: 4px;
}
.thy-popover-panel.thy-popover-left,
.thy-popover-panel.thy-popover-leftTop,
.thy-popover-panel.thy-popover-leftBottom {
  padding-right: 4px;
}
.thy-popover-panel.thy-popover-right,
.thy-popover-panel.thy-popover-rightTop,
.thy-popover-panel.thy-popover-rightBottom {
  padding-left: 4px;
}
.thy-popover-container {
  background: var(--bg-color-panel);
  width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--gray-200);
}
.thy-popover-header {
  padding: 12px 20px;
  display: flex;
  flex-direction: row;
  border-bottom: solid 1px var(--gray-100);
  background-color: transparent;
}
.thy-popover-header .thy-popover-title,
.thy-popover-header h5 {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1rem;
  line-height: 20px;
  font-weight: normal;
}
.thy-popover-header .close {
  outline: none;
  height: 20px;
  line-height: 20px;
}
.thy-popover-body {
  display: block;
  position: relative;
  padding: 15px 20px;
}
.thy-badge-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 6px;
}
.btn .thy-badge {
  position: relative;
  top: -1px;
}
.thy-badge {
  display: inline-block;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  vertical-align: 1px;
  padding: 0.25em 7px;
  border-radius: 14px;
}
.thy-badge-count {
  text-align: center;
  white-space: nowrap;
  color: var(--gray-600);
  background-color: var(--gray-200);
  min-width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  line-height: 1rem;
  font-size: 0.75rem;
  padding: 0px 4px;
}
.thy-badge-dot {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.thy-badge-hollow {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px var(--gray-200);
  background-color: transparent;
}
.thy-badge-danger {
  color: #fff;
  background-color: #ff7461;
  border-color: #ff7461;
}
.nav-pills > .active > a > .thy-badge-danger {
  color: #fff;
  background-color: #ff7461;
}
.thy-badge-danger.thy-badge-hollow {
  background-color: transparent;
}
.thy-badge-warning {
  color: #fff;
  background-color: #ffcd5d;
  border-color: #ffcd5d;
}
.nav-pills > .active > a > .thy-badge-warning {
  color: #fff;
  background-color: #ffcd5d;
}
.thy-badge-warning.thy-badge-hollow {
  background-color: transparent;
}
.thy-badge-primary {
  color: #fff;
  background-color: #6698ff;
  border-color: #6698ff;
}
.nav-pills > .active > a > .thy-badge-primary {
  color: #fff;
  background-color: #6698ff;
}
.thy-badge-primary.thy-badge-hollow {
  background-color: transparent;
}
.thy-badge-default {
  color: var(--gray-600);
  background-color: var(--gray-200);
  border-color: var(--gray-200);
}
.nav-pills > .active > a > .thy-badge-default {
  color: var(--gray-600);
  background-color: var(--gray-200);
}
.thy-badge-success {
  color: #fff;
  background-color: #73d897;
  border-color: #73d897;
}
.nav-pills > .active > a > .thy-badge-success {
  color: #fff;
  background-color: #73d897;
}
.thy-badge-success.thy-badge-hollow {
  background-color: transparent;
}
.thy-badge-secondary {
  color: var(--gray-600);
  background-color: var(--gray-200);
  border-color: var(--gray-200);
}
.nav-pills > .active > a > .thy-badge-secondary {
  color: var(--gray-600);
  background-color: var(--gray-200);
}
.thy-badge-secondary.thy-badge-dot {
  color: var(--gray-600);
  background-color: var(--gray-400);
  border-color: var(--gray-400);
}
.nav-pills > .active > a > .thy-badge-secondary.thy-badge-dot {
  color: var(--gray-600);
  background-color: var(--gray-400);
}
.thy-badge-secondary.thy-badge-hollow {
  background-color: transparent;
  color: var(--gray-600);
  background-color: var(--gray-400);
  border-color: var(--gray-400);
}
.nav-pills > .active > a > .thy-badge-secondary.thy-badge-hollow {
  color: var(--gray-600);
  background-color: var(--gray-400);
}
.thy-badge-wrapper .thy-badge {
  position: absolute;
  top: 0px;
  right: 0;
  transform: translateY(-50%) translateX(50%);
  z-index: 1;
}
.thy-badge-lg.thy-badge-count {
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  padding: 0px 4px;
}
.thy-badge-lg.thy-badge-dot,
.thy-badge-lg.thy-badge-hollow {
  width: 10px;
  height: 10px;
}
.thy-badge-lg.thy-badge-hollow {
  border-width: 2px;
}
.thy-badge-sm.thy-badge-count {
  min-width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.875rem;
  line-height: 0.875rem;
  font-size: 0.75rem;
  padding: 0px 3px;
}
.thy-badge-sm.thy-badge-dot,
.thy-badge-sm.thy-badge-hollow {
  width: 6px;
  height: 6px;
}
.thy-avatar-list {
  display: inline-flex;
  flex: 1;
  line-height: initial;
  width: 100%;
}
.thy-avatar-list .thy-avatar {
  margin-right: 4px;
}
.thy-avatar-list-overlap .thy-avatar-16 {
  margin-left: -4px;
  margin-right: 0;
}
.thy-avatar-list-overlap .thy-avatar-16 .avatar-default,
.thy-avatar-list-overlap .thy-avatar-16 .avatar-avatar {
  border: 1px solid #fff;
}
.thy-avatar-list-overlap .thy-avatar-16:first-child {
  margin-left: 0;
}
.thy-avatar-list-overlap .thy-avatar-append {
  padding-left: 4px;
}
.thy-avatar-list-overlap .thy-avatar-22 {
  margin-left: -5.5px;
  margin-right: 0;
}
.thy-avatar-list-overlap .thy-avatar-22 .avatar-default,
.thy-avatar-list-overlap .thy-avatar-22 .avatar-avatar {
  border: 1px solid #fff;
}
.thy-avatar-list-overlap .thy-avatar-22:first-child {
  margin-left: 0;
}
.thy-avatar-list-overlap .thy-avatar-append {
  padding-left: 4px;
}
.thy-avatar-list-overlap .thy-avatar-24 {
  margin-left: -6px;
  margin-right: 0;
}
.thy-avatar-list-overlap .thy-avatar-24 .avatar-default,
.thy-avatar-list-overlap .thy-avatar-24 .avatar-avatar {
  border: 1px solid #fff;
}
.thy-avatar-list-overlap .thy-avatar-24:first-child {
  margin-left: 0;
}
.thy-avatar-list-overlap .thy-avatar-append {
  padding-left: 4px;
}
.thy-avatar-list-overlap .thy-avatar-28 {
  margin-left: -7px;
  margin-right: 0;
}
.thy-avatar-list-overlap .thy-avatar-28 .avatar-default,
.thy-avatar-list-overlap .thy-avatar-28 .avatar-avatar {
  border: 1px solid #fff;
}
.thy-avatar-list-overlap .thy-avatar-28:first-child {
  margin-left: 0;
}
.thy-avatar-list-overlap .thy-avatar-append {
  padding-left: 4px;
}
.thy-avatar-list-overlap .thy-avatar-32 {
  margin-left: -8px;
  margin-right: 0;
}
.thy-avatar-list-overlap .thy-avatar-32 .avatar-default,
.thy-avatar-list-overlap .thy-avatar-32 .avatar-avatar {
  border: 1px solid #fff;
}
.thy-avatar-list-overlap .thy-avatar-32:first-child {
  margin-left: 0;
}
.thy-avatar-list-overlap .thy-avatar-append {
  padding-left: 4px;
}
.thy-avatar-list-overlap .thy-avatar-36 {
  margin-left: -9px;
  margin-right: 0;
}
.thy-avatar-list-overlap .thy-avatar-36 .avatar-default,
.thy-avatar-list-overlap .thy-avatar-36 .avatar-avatar {
  border: 1px solid #fff;
}
.thy-avatar-list-overlap .thy-avatar-36:first-child {
  margin-left: 0;
}
.thy-avatar-list-overlap .thy-avatar-append {
  padding-left: 4px;
}
.thy-avatar-list-overlap .thy-avatar-44 {
  margin-left: -11px;
  margin-right: 0;
}
.thy-avatar-list-overlap .thy-avatar-44 .avatar-default,
.thy-avatar-list-overlap .thy-avatar-44 .avatar-avatar {
  border: 1px solid #fff;
}
.thy-avatar-list-overlap .thy-avatar-44:first-child {
  margin-left: 0;
}
.thy-avatar-list-overlap .thy-avatar-append {
  padding-left: 4px;
}
.thy-avatar-list-overlap .thy-avatar-48 {
  margin-left: -12px;
  margin-right: 0;
}
.thy-avatar-list-overlap .thy-avatar-48 .avatar-default,
.thy-avatar-list-overlap .thy-avatar-48 .avatar-avatar {
  border: 1px solid #fff;
}
.thy-avatar-list-overlap .thy-avatar-48:first-child {
  margin-left: 0;
}
.thy-avatar-list-overlap .thy-avatar-append {
  padding-left: 4px;
}
.thy-avatar-list-overlap .thy-avatar-68 {
  margin-left: -17px;
  margin-right: 0;
}
.thy-avatar-list-overlap .thy-avatar-68 .avatar-default,
.thy-avatar-list-overlap .thy-avatar-68 .avatar-avatar {
  border: 1px solid #fff;
}
.thy-avatar-list-overlap .thy-avatar-68:first-child {
  margin-left: 0;
}
.thy-avatar-list-overlap .thy-avatar-append {
  padding-left: 4px;
}
.thy-avatar-list-overlap .thy-avatar-110 {
  margin-left: -27.5px;
  margin-right: 0;
}
.thy-avatar-list-overlap .thy-avatar-110 .avatar-default,
.thy-avatar-list-overlap .thy-avatar-110 .avatar-avatar {
  border: 1px solid #fff;
}
.thy-avatar-list-overlap .thy-avatar-110:first-child {
  margin-left: 0;
}
.thy-avatar-list-overlap .thy-avatar-append {
  padding-left: 4px;
}
.thy-avatar-list-overlap .thy-avatar-160 {
  margin-left: -40px;
  margin-right: 0;
}
.thy-avatar-list-overlap .thy-avatar-160 .avatar-default,
.thy-avatar-list-overlap .thy-avatar-160 .avatar-avatar {
  border: 1px solid #fff;
}
.thy-avatar-list-overlap .thy-avatar-160:first-child {
  margin-left: 0;
}
.thy-avatar-list-overlap .thy-avatar-append {
  padding-left: 4px;
}
.thy-avatar {
  display: inline-block;
  position: relative;
}
.thy-avatar:hover {
  text-decoration: none;
}
.thy-avatar:hover .avatar-remove {
  visibility: visible;
}
.thy-avatar .avatar-default {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  zoom: 1;
  color: #fff;
  text-shadow: transparent 0 0 0;
}
.thy-avatar .avatar-name {
  margin-left: 8px;
  display: inline-block;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.thy-avatar .avatar-remove {
  position: absolute;
  visibility: hidden;
  top: -7px;
  right: -5px;
}
.thy-avatar .thy-avatar-disabled {
  cursor: not-allowed;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thy-avatar .thy-avatar-disabled-icon {
  color: var(--avatar-disabled-color);
}
.thy-avatar-16 img,
.thy-avatar-16 .avatar-default {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  font-size: 12px;
  vertical-align: middle;
}
.thy-avatar-16 img div,
.thy-avatar-16 .avatar-default div {
  display: inline-block;
}
.thy-avatar-16 .thy-avatar-disabled {
  width: 16px;
  height: 16px;
}
.thy-avatar-16 .thy-avatar-disabled-icon {
  font-size: 12px;
}
.thy-avatar-22 img,
.thy-avatar-22 .avatar-default {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 22px;
  font-size: 12px;
  vertical-align: middle;
}
.thy-avatar-22 img div,
.thy-avatar-22 .avatar-default div {
  display: inline-block;
}
.thy-avatar-22 .thy-avatar-disabled {
  width: 22px;
  height: 22px;
}
.thy-avatar-22 .thy-avatar-disabled-icon {
  font-size: 16.5px;
}
.thy-avatar-24 img,
.thy-avatar-24 .avatar-default {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  font-size: 12px;
  vertical-align: middle;
}
.thy-avatar-24 img div,
.thy-avatar-24 .avatar-default div {
  display: inline-block;
  transform: scale(0.9);
}
.thy-avatar-24 .thy-avatar-disabled {
  width: 24px;
  height: 24px;
}
.thy-avatar-24 .thy-avatar-disabled-icon {
  font-size: 18px;
}
.thy-avatar-28 img,
.thy-avatar-28 .avatar-default {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 28px;
  font-size: 12px;
  vertical-align: middle;
}
.thy-avatar-28 img div,
.thy-avatar-28 .avatar-default div {
  display: inline-block;
}
.thy-avatar-28 .thy-avatar-disabled {
  width: 28px;
  height: 28px;
}
.thy-avatar-28 .thy-avatar-disabled-icon {
  font-size: 21px;
}
.thy-avatar-32 img,
.thy-avatar-32 .avatar-default {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  font-size: 12px;
  vertical-align: middle;
}
.thy-avatar-32 img div,
.thy-avatar-32 .avatar-default div {
  display: inline-block;
}
.thy-avatar-32 .thy-avatar-disabled {
  width: 32px;
  height: 32px;
}
.thy-avatar-32 .thy-avatar-disabled-icon {
  font-size: 24px;
}
.thy-avatar-36 img,
.thy-avatar-36 .avatar-default {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  font-size: 12px;
  vertical-align: middle;
}
.thy-avatar-36 img div,
.thy-avatar-36 .avatar-default div {
  display: inline-block;
}
.thy-avatar-36 .thy-avatar-disabled {
  width: 36px;
  height: 36px;
}
.thy-avatar-36 .thy-avatar-disabled-icon {
  font-size: 27px;
}
.thy-avatar-44 img,
.thy-avatar-44 .avatar-default {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 44px;
  font-size: 12px;
  vertical-align: middle;
}
.thy-avatar-44 img div,
.thy-avatar-44 .avatar-default div {
  display: inline-block;
}
.thy-avatar-44 .thy-avatar-disabled {
  width: 44px;
  height: 44px;
}
.thy-avatar-44 .thy-avatar-disabled-icon {
  font-size: 33px;
}
.thy-avatar-48 img,
.thy-avatar-48 .avatar-default {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 48px;
  font-size: 14px;
  vertical-align: middle;
}
.thy-avatar-48 img div,
.thy-avatar-48 .avatar-default div {
  display: inline-block;
}
.thy-avatar-48 .thy-avatar-disabled {
  width: 48px;
  height: 48px;
}
.thy-avatar-48 .thy-avatar-disabled-icon {
  font-size: 36px;
}
.thy-avatar-68 img,
.thy-avatar-68 .avatar-default {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  line-height: 68px;
  font-size: 16px;
  vertical-align: middle;
}
.thy-avatar-68 img div,
.thy-avatar-68 .avatar-default div {
  display: inline-block;
}
.thy-avatar-68 .thy-avatar-disabled {
  width: 68px;
  height: 68px;
}
.thy-avatar-68 .thy-avatar-disabled-icon {
  font-size: 51px;
}
.thy-avatar-110 img,
.thy-avatar-110 .avatar-default {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  line-height: 110px;
  font-size: 36px;
  vertical-align: middle;
}
.thy-avatar-110 img div,
.thy-avatar-110 .avatar-default div {
  display: inline-block;
}
.thy-avatar-110 .thy-avatar-disabled {
  width: 110px;
  height: 110px;
}
.thy-avatar-110 .thy-avatar-disabled-icon {
  font-size: 82.5px;
}
.thy-avatar-160 img,
.thy-avatar-160 .avatar-default {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  line-height: 160px;
  font-size: 50px;
  vertical-align: middle;
}
.thy-avatar-160 img div,
.thy-avatar-160 .avatar-default div {
  display: inline-block;
}
.thy-avatar-160 .thy-avatar-disabled {
  width: 160px;
  height: 160px;
}
.thy-avatar-160 .thy-avatar-disabled-icon {
  font-size: 120px;
}
.thy-layout {
  display: flex;
  flex-direction: column;
  flex: auto;
  height: 100%;
  min-height: 0px;
}
.thy-layout--has-sidebar {
  flex-direction: row;
}
.thy-layout--has-sidebar.thy-layout--is-sidebar-right {
  flex-direction: row-reverse;
}
.thy-layout--has-sidebar > .thy-layout-content,
.thy-layout--has-sidebar > .thy-layout {
  min-width: 0px;
}
.thy-layout-header {
  display: block;
  flex: 0 0 auto;
  background: var(--bg-color-default);
  padding: 0 20px;
  height: 48px;
  align-items: center;
}
.thy-layout-header.header-has-border,
.thy-layout-header.thy-layout-header-divided {
  border-bottom: 1px solid var(--gray-200);
}
.thy-layout-header.thy-layout-header-shadow {
  box-shadow: var(--layout-header-box-shadow);
  position: relative;
  z-index: 2;
}
.thy-layout-content {
  flex: auto;
  display: flex;
  flex-direction: column;
  padding: 15px 20px 15px 20px;
  background: var(--gray-80);
  overflow-y: auto;
}
.thy-layout-content .thy-layout-content-section {
  display: block;
  border-radius: 0px;
  background: var(--bg-color-default);
  margin-bottom: 8px;
}
.thy-layout-content .thy-layout-content-main {
  display: flex;
  flex-direction: column;
  flex: auto;
  background: var(--bg-color-default);
}
.thy-layout-sidebar {
  flex: 0 0 auto;
  position: relative;
  transition: width 0.2s;
  min-width: 0;
  width: 240px;
  border-right: 1px solid var(--gray-200);
  display: flex;
  flex-direction: column;
  background: var(--bg-color-default);
}
.thy-layout-sidebar.sidebar-theme-light {
  background: var(--layout-sidebar-light-bg-color);
}
.thy-layout-sidebar.sidebar-theme-dark {
  background: var(--gray-800);
}
.thy-layout-sidebar .sidebar-header {
  padding: 0 20px;
  min-height: 48px;
  align-items: center;
  display: flex;
  flex-direction: row;
}
.thy-layout-sidebar .sidebar-header.sidebar-header-divided {
  border-bottom: 1px solid var(--gray-200);
}
.thy-layout-sidebar .sidebar-header .title {
  color: var(--gray-800);
  font-size: 15px;
  flex-grow: 1;
}
.thy-layout-sidebar .sidebar-header .operation .thy-action:last-child {
  margin-right: -8px;
}
.thy-layout-sidebar .sidebar-header .operation .thy-action + .thy-action {
  margin-left: 4px;
}
.thy-layout-sidebar .sidebar-header .operation .action {
  margin-right: 4px;
}
.thy-layout-sidebar .sidebar-content {
  flex: auto;
  height: 100%;
  overflow: auto;
}
.thy-layout-sidebar .sidebar-content .search-container {
  padding: 0 20px 10px 20px;
}
.thy-layout-sidebar .sidebar-footer {
  padding: 0 10px;
  border-top: 1px solid var(--gray-200);
  min-height: 48px;
  align-items: center;
  display: flex;
  flex-direction: row;
}
.thy-layout-sidebar .sidebar-drag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.thy-layout-sidebar .thy-resizable-resizing {
  transition: none;
}
.thy-layout-sidebar .sidebar-resize-handle {
  z-index: 60;
}
.thy-layout-sidebar .sidebar-collapse-line {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 2px;
  transition: background 0.2s;
}
.thy-layout-sidebar .sidebar-collapse-line:hover + .sidebar-collapse {
  visibility: visible;
}
.thy-layout-sidebar .sidebar-collapse-line::after {
  width: 20px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  content: "";
}
.thy-layout-sidebar .sidebar-collapse {
  visibility: hidden;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 12px;
  width: 24px;
  height: 24px;
  right: 0;
  transform: translateX(50%);
  color: var(--gray-600);
  background-color: var(--bg-color-float);
  border-radius: 50%;
  box-shadow: var(--float-btn-box-shadow);
  z-index: 60;
}
.thy-layout-sidebar .sidebar-collapse:hover {
  visibility: visible;
  cursor: pointer;
  background-color: #6698ff;
}
.thy-layout-sidebar .sidebar-collapse:hover .sidebar-collapse-icon {
  color: #fff;
}
.thy-layout-sidebar .sidebar-collapse.collapse-visible {
  visibility: visible;
}
.thy-layout-sidebar .sidebar-collapse.collapse-hidden {
  visibility: hidden;
}
.thy-layout-sidebar .sidebar-collapse-icon svg {
  font-size: 12px;
}
.thy-layout-sidebar--clear-border-right {
  border-right: none;
}
.thy-layout-sidebar.thy-layout-sidebar-isolated {
  margin-right: 10px;
  border-right: none;
}
.thy-layout-sidebar.sidebar-collapse-show .sidebar-collapse {
  visibility: visible;
}
.thy-layout-sidebar.remove-transition {
  transition: none;
}
.thy-layout-sidebar.thy-layout-sidebar-right {
  border-right: none;
  border-left: 1px solid var(--gray-200);
}
.thy-layout-sidebar.thy-layout-sidebar-right .sidebar-collapse-line {
  left: -2px;
  right: auto;
}
.thy-layout-sidebar.thy-layout-sidebar-right .sidebar-collapse {
  left: 0;
  right: auto;
  transform: translateX(-50%);
}
.thy-layout-sidebar.thy-layout-sidebar-right .sidebar-collapse .sidebar-collapse-icon {
  transform: rotate(180deg);
}
.thy-layout-sidebar.thy-layout-sidebar-right.thy-layout-sidebar-isolated {
  margin-left: 10px;
  border-left: none;
}
.thy-layout-sidebar.thy-layout-sidebar-right.thy-layout-sidebar--clear-border-left {
  border-left: none;
}
.thy-layout-header {
  display: flex;
}
.thy-layout-header .layout-header-title {
  font-size: 1rem;
  color: var(--gray-800);
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.thy-layout-header .layout-header-title .title-name:not(:last-child) {
  margin-right: 4px;
}
.thy-layout-header .layout-header-title .title-name .thy-icon {
  margin-left: 8px;
  color: var(--gray-600);
}
.thy-layout-header .layout-header-title a.title-name {
  color: var(--gray-800);
  text-decoration: none;
}
.thy-layout-header .layout-header-title a.title-name:hover,
.thy-layout-header .layout-header-title a.title-name.active,
.thy-layout-header .layout-header-title a.title-name:active {
  color: #6698ff;
  text-decoration: none;
}
.thy-layout-header .layout-header-title a.title-name:hover .thy-icon {
  color: #6698ff;
}
.thy-layout-header .layout-header-title a.title-name.prefix-icon:hover {
  opacity: 0.85;
}
.thy-layout-header .layout-header-title .title-separator {
  color: var(--gray-500);
  padding: 4px;
}
.thy-layout-header .layout-header-title .prefix-icon {
  margin-right: 4px;
  color: #6698ff;
  font-size: 20px;
}
.thy-layout-header .layout-header-title .prefix-icon .thy-icon {
  font-size: 20px;
}
.thy-layout-header .layout-header-title .prefix-icon + .title-name {
  margin-left: 8px;
}
.thy-layout-header .layout-header-title .title-separator + .title-name {
  margin-left: 4px;
}
.thy-layout-header .layout-header-title .suffix-icon {
  margin-left: 8px;
  color: #6698ff;
}
.thy-layout-header .layout-header-content {
  flex: auto;
}
.thy-layout-header .layout-header-operation {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.thy-layout-header-sm {
  height: 44px;
  line-height: 44px;
}
.thy-layout-header-lg {
  height: 52px;
  line-height: 52px;
}
.thy-layout-header-xlg {
  height: 100px;
  line-height: 100px;
}
.thy-menu {
  position: relative;
  display: block;
  overflow-x: hidden;
}
.thy-menu .thy-menu-item {
  padding: 0 20px;
  min-height: 40px;
  align-items: center;
}
.thy-menu .thy-menu-item.action-active .thy-menu-item-content {
  background: var(--gray-100);
}
.thy-menu .thy-menu-item.active .thy-menu-item-content {
  background: rgba(102, 152, 255, 0.1);
}
.thy-menu .thy-menu-item .thy-menu-item-content {
  margin: 0 -1000px;
  padding: 0 1000px;
}
.thy-menu .thy-menu-item.cdk-drag .cdk-drag-handle,
.thy-menu .thy-menu-item.cdk-drag .thy-sortable-handle,
.thy-menu .thy-menu-item.cdk-drag .drag-handle,
.thy-menu .thy-menu-item.thy-sortable-item .cdk-drag-handle,
.thy-menu .thy-menu-item.thy-sortable-item .thy-sortable-handle,
.thy-menu .thy-menu-item.thy-sortable-item .drag-handle {
  position: absolute;
  left: 3px;
}
.thy-menu .thy-menu-item.cdk-drag .thy-menu-item-icon,
.thy-menu .thy-menu-item.thy-sortable-item .thy-menu-item-icon {
  padding-left: 6px;
}
.thy-menu .thy-menu-item.thy-sortable-ghost,
.thy-menu .thy-menu-item.cdk-drag-placeholder {
  padding: 0 1000px;
  margin: 0 -1000px;
}
.thy-menu .thy-menu-group {
  display: block;
}
.thy-menu .thy-menu-group .thy-menu-group-header-content {
  display: flex;
  flex: 1;
  align-items: center;
}
.thy-menu .thy-menu-group.collapsed .thy-menu-group-header .thy-menu-group-arrow {
  transform: rotate(90deg) translateX(-2px);
}
.thy-menu .thy-menu-group .thy-menu-group-header {
  display: flex;
  height: 40px;
  align-items: center;
  font-size: 0.75rem;
  margin: 0 -1000px;
  padding: 0 1020px;
}
.thy-menu .thy-menu-group .thy-menu-group-header.thy-menu-group-collapsible {
  cursor: pointer;
}
.thy-menu .thy-menu-group .thy-menu-group-header:hover.thy-menu-group-collapsible .thy-menu-group-title {
  color: #6698ff;
}
.thy-menu .thy-menu-group .thy-menu-group-header:hover .thy-menu-group-operation {
  visibility: visible;
}
.thy-menu .thy-menu-group .thy-menu-group-header .thy-menu-group-arrow {
  transition: all 0.2s cubic-bezier(0.4, 0.1, 0.5, 1) 0.1s;
  display: inline-block;
  color: var(--gray-600);
  font-size: 1rem;
  width: 12px;
}
.thy-menu .thy-menu-group .thy-menu-group-header .thy-menu-group-title-icon {
  color: var(--gray-600);
}
.thy-menu .thy-menu-group .thy-menu-group-header .thy-menu-group-title {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.thy-menu .thy-menu-group .thy-menu-group-header .thy-menu-group-operation {
  visibility: hidden;
  color: var(--gray-600);
}
.thy-menu .thy-menu-group .thy-menu-group-body {
  margin-left: 15px;
}
.thy-menu .thy-menu-group.has-icon .thy-menu-group-title-text {
  font-size: 0.875rem;
}
.thy-menu .thy-divider.thy-divider-horizontal {
  margin: 8px 0px;
}
.thy-menu-item {
  display: block;
}
.thy-menu-item.active {
  text-decoration: none;
}
.thy-menu-item:hover {
  text-decoration: none;
}
.thy-menu-item .thy-menu-item-content {
  display: flex;
  min-height: 40px;
  cursor: pointer;
  overflow: hidden;
  align-items: center;
}
.thy-menu-item .thy-menu-item-content:hover {
  background: var(--gray-100);
}
.thy-menu-item .thy-menu-item-content:hover .thy-menu-item-action {
  display: inline-block;
  margin-left: 4px;
}
.thy-menu-item .thy-menu-item-content .thy-menu-item-icon {
  color: var(--gray-600);
  padding-right: 8px;
}
.thy-menu-item .thy-menu-item-content .thy-menu-item-name {
  flex-grow: 1;
  color: var(--gray-800);
  font-size: 0.875rem;
}
.thy-menu-item .thy-menu-item-content .thy-menu-item-name-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.thy-menu-item .thy-menu-item-content .thy-menu-item-action {
  display: none;
  color: var(--gray-600);
}
.thy-menu-item .thy-menu-item-content .thy-menu-item-action .thy-action:last-child {
  margin-right: -8px;
}
.thy-menu-item .thy-menu-item-content .thy-menu-item-action.active {
  display: inline-block !important;
  margin-left: 4px;
}
.thy-menu-item .thy-menu-item-content .thy-menu-item-action.active .thy-action {
  background: rgba(102, 152, 255, 0.1);
  color: #6698ff;
}
.thy-menu-item.active .thy-menu-item-content .thy-menu-item-icon {
  color: #6698ff;
}
.thy-menu-item.active .thy-menu-item-content .thy-menu-item-name {
  color: #6698ff;
}
.thy-menu.thy-menu-theme-loose {
  padding: 0px 12px;
}
.thy-menu.thy-menu-theme-loose .thy-menu-item,
.thy-menu.thy-menu-theme-loose .thy-menu-item-content {
  min-height: 36px;
}
.thy-menu.thy-menu-theme-loose .thy-menu-item {
  padding: 0;
  margin-bottom: 12px;
}
.thy-menu.thy-menu-theme-loose .thy-menu-item-content {
  margin: 0;
  padding: 0 12px 0 20px;
  border-radius: 4px;
}
.thy-menu.thy-menu-theme-loose .thy-menu-group .thy-menu-group-header {
  margin: 0;
  height: 48px;
  padding: 0 8px;
}
.thy-menu.thy-menu-theme-loose .thy-menu-group .thy-menu-group-header .thy-menu-group-title {
  padding-left: 0;
  color: var(--gray-600);
}
.thy-menu.thy-menu-theme-loose .thy-menu-group .thy-menu-group-arrow {
  margin-right: 2px;
}
.thy-menu.thy-menu-theme-loose .thy-menu-group .thy-menu-group-body {
  margin: 0;
}
.thy-menu.thy-menu-theme-loose .thy-divider.thy-divider-horizontal {
  margin: 0;
}
.thy-menu.thy-menu-theme-loose .thy-divider.thy-divider-horizontal + .thy-menu-item {
  margin-top: 12px;
}
.thy-menu.thy-menu-theme-dark {
  color: var(--menu-theme-dark-text-color);
  background: #48525c;
}
.thy-menu.thy-menu-theme-dark .thy-menu-item.active .thy-menu-item-content {
  background: #39414c;
}
.thy-menu.thy-menu-theme-dark .thy-menu-item.active .thy-menu-item-content .thy-menu-item-icon {
  color: var(--menu-theme-dark-hover-color);
}
.thy-menu.thy-menu-theme-dark .thy-menu-item.active .thy-menu-item-content .thy-menu-item-name {
  color: var(--menu-theme-dark-hover-color);
}
.thy-menu.thy-menu-theme-dark .thy-menu-item .thy-menu-item-content:hover {
  background: #39414c;
}
.thy-menu.thy-menu-theme-dark .thy-menu-item .thy-menu-item-content .thy-menu-item-icon {
  color: var(--menu-theme-dark-icon-color);
}
.thy-menu.thy-menu-theme-dark .thy-menu-item .thy-menu-item-content .thy-menu-item-name {
  color: var(--menu-theme-dark-text-color);
}
.thy-menu.thy-menu-theme-dark .thy-menu-group .thy-menu-group-header:hover {
  background: #39414c;
}
.thy-menu.thy-menu-theme-dark .thy-menu-group .thy-menu-group-header:hover .thy-menu-group-title {
  color: var(--menu-theme-dark-hover-color);
}
.thy-menu.thy-menu-theme-dark .thy-menu-group .thy-menu-group-header .thy-menu-group-arrow {
  color: var(--menu-theme-dark-icon-color);
}
.thy-menu.thy-menu-theme-dark .thy-menu-group .thy-menu-group-header .thy-menu-group-title-icon {
  color: var(--menu-theme-dark-icon-color);
}
.thy-menu.thy-menu-theme-dark .thy-menu-group .thy-menu-group-header .thy-menu-group-operation {
  color: var(--menu-theme-dark-icon-color);
}
.thy-menu.thy-menu-theme-dark .thy-divider.thy-divider-horizontal {
  border-color: var(--menu-theme-dark-divider-color);
}
.thy-menu-collapsed {
  width: 60px;
}
.thy-menu-collapsed .thy-menu-group .thy-menu-group-header .thy-menu-group-arrow,
.thy-menu-collapsed .thy-menu-group .thy-menu-group-header .thy-menu-group-title-text,
.thy-menu-collapsed .thy-menu-group .thy-menu-group-body {
  display: none;
}
.thy-menu-collapsed .thy-menu-group .thy-menu-group-header {
  height: 60px;
}
.thy-menu-collapsed .thy-menu-group .thy-menu-group-header .thy-menu-group-title-icon {
  display: inline-block;
  font-size: 20px;
}
.thy-menu-collapsed .thy-menu-item .thy-menu-item-content {
  min-height: unset;
  height: 60px;
}
.thy-menu-collapsed .thy-menu-item .thy-menu-item-content > * {
  display: none;
}
.thy-menu-collapsed .thy-menu-item .thy-menu-item-content > .thy-menu-item-icon {
  display: inline-block;
  font-size: 20px;
}
.thy-menu-collapsed .thy-menu-item .thy-menu-item-content > .thy-menu-item-icon .thy-icon {
  font-size: 20px;
}
.thy-nav {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
}
.thy-nav .thy-nav-item {
  display: block;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  flex: 0 auto;
  white-space: nowrap;
}
.thy-nav .thy-nav-extra {
  display: inline-flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}
.thy-nav .thy-nav-more-icon {
  margin-left: 8px;
}
.thy-nav .thy-nav-origin-active .thy-nav-more-icon svg {
  transform: rotate(180deg);
  transition: transform 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.thy-nav-ink-bar {
  position: absolute;
  background: #6698ff;
  pointer-events: none;
}
.thy-nav-ink-bar-animated {
  transition: left 0.3s, top 0.3s;
}
.thy-nav-pulled .thy-nav-item {
  color: var(--gray-800);
}
.thy-nav-pulled .thy-nav-item > i,
.thy-nav-pulled .thy-nav-item > .thy-icon {
  color: var(--gray-600);
}
.thy-nav-pulled .thy-nav-item.active,
.thy-nav-pulled .thy-nav-item.thy-nav-origin-active {
  color: #6698ff;
}
.thy-nav-pulled .thy-nav-item.active > i,
.thy-nav-pulled .thy-nav-item.active > .thy-icon,
.thy-nav-pulled .thy-nav-item.thy-nav-origin-active > i,
.thy-nav-pulled .thy-nav-item.thy-nav-origin-active > .thy-icon {
  color: #6698ff;
}
.thy-nav-pulled .thy-nav-item:hover,
.thy-nav-pulled .thy-nav-item.active,
.thy-nav-pulled .thy-nav-item:active {
  color: #6698ff;
  text-decoration: none;
}
.thy-nav-pulled .thy-nav-item:hover > i,
.thy-nav-pulled .thy-nav-item:hover > .thy-icon,
.thy-nav-pulled .thy-nav-item.active > i,
.thy-nav-pulled .thy-nav-item.active > .thy-icon,
.thy-nav-pulled .thy-nav-item:active > i,
.thy-nav-pulled .thy-nav-item:active > .thy-icon {
  color: #6698ff;
}
.thy-nav-pulled .thy-nav-item.disabled {
  color: var(--gray-400);
  border-bottom: none;
}
.thy-nav-pulled .thy-nav-item {
  height: 48px;
}
.thy-nav-pulled .thy-nav-item {
  font-size: 0.875rem;
  margin-right: 20px;
  padding: 0.75rem 0.5rem;
}
.thy-nav-pulled .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-pulled.thy-nav-lg .thy-nav-item {
  height: 52px;
}
.thy-nav-pulled.thy-nav-lg .thy-nav-item {
  font-size: 15px;
  margin-right: 20px;
  padding: 0.875rem 1rem;
}
.thy-nav-pulled.thy-nav-lg .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-pulled.thy-nav-sm .thy-nav-item {
  height: 44px;
}
.thy-nav-pulled.thy-nav-sm .thy-nav-item {
  font-size: 14px;
  margin-right: 20px;
  padding: 0.625rem 0.5rem;
}
.thy-nav-pulled.thy-nav-sm .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-tabs::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid var(--gray-200);
  content: "";
}
.thy-nav-tabs .thy-nav-item {
  z-index: 1;
}
.thy-nav-tabs .thy-nav-item {
  color: var(--gray-800);
}
.thy-nav-tabs .thy-nav-item > i,
.thy-nav-tabs .thy-nav-item > .thy-icon {
  color: var(--gray-600);
}
.thy-nav-tabs .thy-nav-item.active,
.thy-nav-tabs .thy-nav-item.thy-nav-origin-active {
  color: #6698ff;
}
.thy-nav-tabs .thy-nav-item.active > i,
.thy-nav-tabs .thy-nav-item.active > .thy-icon,
.thy-nav-tabs .thy-nav-item.thy-nav-origin-active > i,
.thy-nav-tabs .thy-nav-item.thy-nav-origin-active > .thy-icon {
  color: #6698ff;
}
.thy-nav-tabs .thy-nav-item:hover,
.thy-nav-tabs .thy-nav-item.active,
.thy-nav-tabs .thy-nav-item:active {
  color: #6698ff;
  text-decoration: none;
}
.thy-nav-tabs .thy-nav-item:hover > i,
.thy-nav-tabs .thy-nav-item:hover > .thy-icon,
.thy-nav-tabs .thy-nav-item.active > i,
.thy-nav-tabs .thy-nav-item.active > .thy-icon,
.thy-nav-tabs .thy-nav-item:active > i,
.thy-nav-tabs .thy-nav-item:active > .thy-icon {
  color: #6698ff;
}
.thy-nav-tabs .thy-nav-item.disabled {
  color: var(--gray-400);
  border-bottom: none;
}
.thy-nav-tabs .thy-nav-item {
  height: 48px;
}
.thy-nav-tabs .thy-nav-item {
  font-size: 0.875rem;
  margin-right: 20px;
  padding: 0.75rem 0.5rem;
}
.thy-nav-tabs .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-tabs.thy-nav-lg .thy-nav-item {
  height: 52px;
}
.thy-nav-tabs.thy-nav-lg .thy-nav-item {
  font-size: 15px;
  margin-right: 20px;
  padding: 0.875rem 1rem;
}
.thy-nav-tabs.thy-nav-lg .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-tabs.thy-nav-sm .thy-nav-item {
  height: 44px;
}
.thy-nav-tabs.thy-nav-sm .thy-nav-item {
  font-size: 14px;
  margin-right: 20px;
  padding: 0.625rem 0.5rem;
}
.thy-nav-tabs.thy-nav-sm .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-lite .thy-nav-item {
  color: var(--gray-800);
}
.thy-nav-lite .thy-nav-item > i,
.thy-nav-lite .thy-nav-item > .thy-icon {
  color: var(--gray-600);
}
.thy-nav-lite .thy-nav-item.active,
.thy-nav-lite .thy-nav-item.thy-nav-origin-active {
  color: #6698ff;
}
.thy-nav-lite .thy-nav-item.active > i,
.thy-nav-lite .thy-nav-item.active > .thy-icon,
.thy-nav-lite .thy-nav-item.thy-nav-origin-active > i,
.thy-nav-lite .thy-nav-item.thy-nav-origin-active > .thy-icon {
  color: #6698ff;
}
.thy-nav-lite .thy-nav-item:hover,
.thy-nav-lite .thy-nav-item.active,
.thy-nav-lite .thy-nav-item:active {
  color: #6698ff;
  text-decoration: none;
}
.thy-nav-lite .thy-nav-item:hover > i,
.thy-nav-lite .thy-nav-item:hover > .thy-icon,
.thy-nav-lite .thy-nav-item.active > i,
.thy-nav-lite .thy-nav-item.active > .thy-icon,
.thy-nav-lite .thy-nav-item:active > i,
.thy-nav-lite .thy-nav-item:active > .thy-icon {
  color: #6698ff;
}
.thy-nav-lite .thy-nav-item.disabled {
  color: var(--gray-400);
  border-bottom: none;
}
.thy-nav-lite .thy-nav-item {
  height: 48px;
}
.thy-nav-lite .thy-nav-item {
  font-size: 0.875rem;
  margin-right: 8px;
  padding: 0.75rem 0.5rem;
}
.thy-nav-lite .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-lite.thy-nav-lg .thy-nav-item {
  height: 52px;
}
.thy-nav-lite.thy-nav-lg .thy-nav-item {
  font-size: 15px;
  margin-right: 8px;
  padding: 0.875rem 1rem;
}
.thy-nav-lite.thy-nav-lg .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-lite.thy-nav-sm .thy-nav-item {
  height: 44px;
}
.thy-nav-lite.thy-nav-sm .thy-nav-item {
  font-size: 14px;
  margin-right: 8px;
  padding: 0.625rem 0.5rem;
}
.thy-nav-lite.thy-nav-sm .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-card::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid var(--gray-200);
  content: "";
}
.thy-nav-card .thy-nav-item {
  height: 48px;
}
.thy-nav-card .thy-nav-item {
  font-size: 0.875rem;
  margin-right: 0px;
  padding: 0px 20px;
}
.thy-nav-card .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-card.thy-nav-lg .thy-nav-item {
  height: 52px;
}
.thy-nav-card.thy-nav-lg .thy-nav-item {
  font-size: 15px;
  margin-right: 0px;
  padding: 0px 20px;
}
.thy-nav-card.thy-nav-lg .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-card.thy-nav-sm .thy-nav-item {
  height: 44px;
}
.thy-nav-card.thy-nav-sm .thy-nav-item {
  font-size: 14px;
  margin-right: 0px;
  padding: 0px 20px;
}
.thy-nav-card.thy-nav-sm .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-card .thy-nav-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  margin-right: 0;
  border: 1px solid transparent;
}
.thy-nav-card .thy-nav-item.has-right-divider {
  position: relative;
}
.thy-nav-card .thy-nav-item.has-right-divider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 1rem;
  vertical-align: middle;
  border-left: 1px solid var(--gray-300);
}
.thy-nav-card .thy-nav-item.active:not(.thy-nav-more-container) {
  border: 1px solid var(--gray-200);
  border-bottom-color: var(--bg-color-default);
  border-bottom-width: 2px;
  border-radius: 8px 8px 0 0;
}
.thy-nav-card .thy-nav-item.active:not(.thy-nav-more-container):first-child {
  margin-left: 20px;
}
.thy-nav-card .thy-nav-item.active:not(.thy-nav-more-container)::before,
.thy-nav-card .thy-nav-item.active:not(.thy-nav-more-container)::after {
  border: 1px solid var(--gray-200);
  position: absolute;
  bottom: -2px;
  width: 8px;
  height: 8px;
  content: "";
}
.thy-nav-card .thy-nav-item.active:not(.thy-nav-more-container)::before {
  left: -8px;
  border-bottom-right-radius: 8px;
  border-width: 0 1px 1px 0;
  box-shadow: 1px 2px 0 var(--bg-color-default);
}
.thy-nav-card .thy-nav-item.active:not(.thy-nav-more-container)::after {
  right: -8px;
  border-bottom-left-radius: 8px;
  border-width: 0 0 1px 1px;
  box-shadow: -1px 2px 0 var(--bg-color-default);
}
.thy-nav-card .thy-nav-item {
  color: var(--gray-800);
}
.thy-nav-card .thy-nav-item > i,
.thy-nav-card .thy-nav-item > .thy-icon {
  color: var(--gray-600);
}
.thy-nav-card .thy-nav-item.active,
.thy-nav-card .thy-nav-item.thy-nav-origin-active {
  color: #6698ff;
}
.thy-nav-card .thy-nav-item.active > i,
.thy-nav-card .thy-nav-item.active > .thy-icon,
.thy-nav-card .thy-nav-item.thy-nav-origin-active > i,
.thy-nav-card .thy-nav-item.thy-nav-origin-active > .thy-icon {
  color: #6698ff;
}
.thy-nav-card .thy-nav-item:hover,
.thy-nav-card .thy-nav-item.active,
.thy-nav-card .thy-nav-item:active {
  color: #6698ff;
  text-decoration: none;
}
.thy-nav-card .thy-nav-item:hover > i,
.thy-nav-card .thy-nav-item:hover > .thy-icon,
.thy-nav-card .thy-nav-item.active > i,
.thy-nav-card .thy-nav-item.active > .thy-icon,
.thy-nav-card .thy-nav-item:active > i,
.thy-nav-card .thy-nav-item:active > .thy-icon {
  color: #6698ff;
}
.thy-nav-card .thy-nav-item.disabled {
  color: var(--gray-400);
  border-bottom: none;
}
.thy-nav-pills .thy-nav-item {
  display: inline-flex;
  align-items: center;
  border-bottom-width: 0px;
}
.thy-nav-pills .thy-nav-item {
  font-size: 0.75rem;
  margin-right: 20px;
}
.thy-nav-pills .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-pills .thy-nav-item {
  background: var(--gray-100);
  color: var(--gray-700);
  border-radius: 18px;
}
.thy-nav-pills .thy-nav-item.thy-nav-origin-active {
  text-decoration: none;
  background: rgba(102, 152, 255, 0.1);
  color: #6698ff;
}
.thy-nav-pills .thy-nav-item:hover,
.thy-nav-pills .thy-nav-item.active,
.thy-nav-pills .thy-nav-item:active {
  text-decoration: none;
  background: rgba(102, 152, 255, 0.1);
  color: #6698ff;
}
.thy-nav-pills .thy-nav-item.disabled {
  color: var(--gray-400);
}
.thy-nav-pills.thy-nav-sm .thy-nav-item {
  height: 20px;
  line-height: 20px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 0.75rem;
}
.thy-nav-pills.thy-nav-sm .thy-nav-item .i,
.thy-nav-pills.thy-nav-sm .thy-nav-item .thy-icon {
  font-size: 0.75rem;
}
.thy-nav-pills.thy-nav-md .thy-nav-item {
  height: 24px;
  line-height: 24px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 0.75rem;
}
.thy-nav-pills.thy-nav-md .thy-nav-item .i,
.thy-nav-pills.thy-nav-md .thy-nav-item .thy-icon {
  font-size: 0.875rem;
}
.thy-nav-pills.thy-nav-lg .thy-nav-item {
  height: 28px;
  line-height: 28px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 0.875rem;
}
.thy-nav-pills.thy-nav-lg .thy-nav-item .i,
.thy-nav-pills.thy-nav-lg .thy-nav-item .thy-icon {
  font-size: 1rem;
}
.thy-nav-primary .thy-nav-item {
  font-size: 0.875rem;
  margin-right: 20px;
  padding: 0.75rem 0.5rem;
}
.thy-nav-primary .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-primary .thy-nav-item {
  color: var(--gray-800);
}
.thy-nav-primary .thy-nav-item > i,
.thy-nav-primary .thy-nav-item > .thy-icon {
  color: var(--gray-600);
}
.thy-nav-primary .thy-nav-item.active,
.thy-nav-primary .thy-nav-item.thy-nav-origin-active {
  color: #6698ff;
  border-bottom: 2px solid #6698ff;
}
.thy-nav-primary .thy-nav-item.active > i,
.thy-nav-primary .thy-nav-item.active > .thy-icon,
.thy-nav-primary .thy-nav-item.thy-nav-origin-active > i,
.thy-nav-primary .thy-nav-item.thy-nav-origin-active > .thy-icon {
  color: #6698ff;
}
.thy-nav-primary .thy-nav-item:hover,
.thy-nav-primary .thy-nav-item.active,
.thy-nav-primary .thy-nav-item:active {
  color: #6698ff;
  text-decoration: none;
}
.thy-nav-primary .thy-nav-item:hover > i,
.thy-nav-primary .thy-nav-item:hover > .thy-icon,
.thy-nav-primary .thy-nav-item.active > i,
.thy-nav-primary .thy-nav-item.active > .thy-icon,
.thy-nav-primary .thy-nav-item:active > i,
.thy-nav-primary .thy-nav-item:active > .thy-icon {
  color: #6698ff;
}
.thy-nav-primary .thy-nav-item.disabled {
  color: var(--gray-400);
  border-bottom: none;
}
.thy-nav-secondary::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid var(--gray-200);
  content: "";
}
.thy-nav-secondary .thy-nav-item {
  font-size: 0.875rem;
  margin-right: 40px;
  padding: 0.438rem 0rem;
}
.thy-nav-secondary .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-secondary .thy-nav-item {
  color: var(--gray-600);
}
.thy-nav-secondary .thy-nav-item > i,
.thy-nav-secondary .thy-nav-item > .thy-icon {
  color: var(--gray-600);
}
.thy-nav-secondary .thy-nav-item.active,
.thy-nav-secondary .thy-nav-item.thy-nav-origin-active {
  color: #6698ff;
  border-bottom: 2px solid #6698ff;
}
.thy-nav-secondary .thy-nav-item.active > i,
.thy-nav-secondary .thy-nav-item.active > .thy-icon,
.thy-nav-secondary .thy-nav-item.thy-nav-origin-active > i,
.thy-nav-secondary .thy-nav-item.thy-nav-origin-active > .thy-icon {
  color: #6698ff;
}
.thy-nav-secondary .thy-nav-item:hover,
.thy-nav-secondary .thy-nav-item.active,
.thy-nav-secondary .thy-nav-item:active {
  color: #6698ff;
  text-decoration: none;
}
.thy-nav-secondary .thy-nav-item:hover > i,
.thy-nav-secondary .thy-nav-item:hover > .thy-icon,
.thy-nav-secondary .thy-nav-item.active > i,
.thy-nav-secondary .thy-nav-item.active > .thy-icon,
.thy-nav-secondary .thy-nav-item:active > i,
.thy-nav-secondary .thy-nav-item:active > .thy-icon {
  color: #6698ff;
}
.thy-nav-secondary .thy-nav-item.disabled {
  color: var(--gray-400);
  border-bottom: none;
}
.thy-nav-secondary-divider::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid var(--gray-200);
  content: "";
}
.thy-nav-secondary-divider .thy-nav-item {
  color: var(--gray-600);
}
.thy-nav-secondary-divider .thy-nav-item > i,
.thy-nav-secondary-divider .thy-nav-item > .thy-icon {
  color: var(--gray-600);
}
.thy-nav-secondary-divider .thy-nav-item.active,
.thy-nav-secondary-divider .thy-nav-item.thy-nav-origin-active {
  color: #6698ff;
  border-bottom: 2px solid #6698ff;
}
.thy-nav-secondary-divider .thy-nav-item.active > i,
.thy-nav-secondary-divider .thy-nav-item.active > .thy-icon,
.thy-nav-secondary-divider .thy-nav-item.thy-nav-origin-active > i,
.thy-nav-secondary-divider .thy-nav-item.thy-nav-origin-active > .thy-icon {
  color: #6698ff;
}
.thy-nav-secondary-divider .thy-nav-item:hover,
.thy-nav-secondary-divider .thy-nav-item.active,
.thy-nav-secondary-divider .thy-nav-item:active {
  color: #6698ff;
  text-decoration: none;
}
.thy-nav-secondary-divider .thy-nav-item:hover > i,
.thy-nav-secondary-divider .thy-nav-item:hover > .thy-icon,
.thy-nav-secondary-divider .thy-nav-item.active > i,
.thy-nav-secondary-divider .thy-nav-item.active > .thy-icon,
.thy-nav-secondary-divider .thy-nav-item:active > i,
.thy-nav-secondary-divider .thy-nav-item:active > .thy-icon {
  color: #6698ff;
}
.thy-nav-secondary-divider .thy-nav-item.disabled {
  color: var(--gray-400);
  border-bottom: none;
}
.thy-nav-secondary-divider .thy-nav-item {
  font-size: 0.875rem;
  margin-right: 60px;
  padding: 0.438rem 0rem;
}
.thy-nav-secondary-divider .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-secondary-divider .thy-nav-item {
  position: relative;
}
.thy-nav-secondary-divider .thy-nav-item:after {
  display: block;
  position: absolute;
  width: 0;
  content: "";
  border-right: 1px solid var(--gray-200);
  top: calc(50% - 15px / 2);
  right: -30px;
  height: 15px;
}
.thy-nav-secondary-divider .thy-nav-item:last-child:after {
  display: none;
}
.thy-nav-secondary-divider .thy-nav-item:hover,
.thy-nav-secondary-divider .thy-nav-item.active,
.thy-nav-secondary-divider .thy-nav-item:active {
  color: #6698ff;
  text-decoration: none;
}
.thy-nav-secondary-divider .thy-nav-item .thy-icon,
.thy-nav-secondary-divider .thy-nav-item i {
  margin-right: 0.3125rem;
}
.thy-nav-thirdly .thy-nav-item {
  color: var(--gray-600);
}
.thy-nav-thirdly .thy-nav-item > i,
.thy-nav-thirdly .thy-nav-item > .thy-icon {
  color: var(--gray-600);
}
.thy-nav-thirdly .thy-nav-item.active,
.thy-nav-thirdly .thy-nav-item.thy-nav-origin-active {
  color: #6698ff;
  border-bottom: 2px solid #6698ff;
}
.thy-nav-thirdly .thy-nav-item.active > i,
.thy-nav-thirdly .thy-nav-item.active > .thy-icon,
.thy-nav-thirdly .thy-nav-item.thy-nav-origin-active > i,
.thy-nav-thirdly .thy-nav-item.thy-nav-origin-active > .thy-icon {
  color: #6698ff;
}
.thy-nav-thirdly .thy-nav-item:hover,
.thy-nav-thirdly .thy-nav-item.active,
.thy-nav-thirdly .thy-nav-item:active {
  color: #6698ff;
  text-decoration: none;
}
.thy-nav-thirdly .thy-nav-item:hover > i,
.thy-nav-thirdly .thy-nav-item:hover > .thy-icon,
.thy-nav-thirdly .thy-nav-item.active > i,
.thy-nav-thirdly .thy-nav-item.active > .thy-icon,
.thy-nav-thirdly .thy-nav-item:active > i,
.thy-nav-thirdly .thy-nav-item:active > .thy-icon {
  color: #6698ff;
}
.thy-nav-thirdly .thy-nav-item.disabled {
  color: var(--gray-400);
  border-bottom: none;
}
.thy-nav-thirdly .thy-nav-item {
  font-size: 0.875rem;
  margin-right: 40px;
  padding: 0.5rem 0rem;
}
.thy-nav-thirdly .thy-nav-item:last-child {
  margin-right: 0;
}
.thy-nav-thirdly .thy-nav-item {
  position: relative;
}
.thy-nav-thirdly .thy-nav-item:after {
  display: block;
  position: absolute;
  width: 0;
  content: "";
  border-right: 1px solid var(--gray-200);
  top: calc(50% - 15px / 2);
  right: -20px;
  height: 15px;
}
.thy-nav-thirdly .thy-nav-item:last-child:after {
  display: none;
}
.thy-nav-thirdly .thy-nav-item:hover,
.thy-nav-thirdly .thy-nav-item.active,
.thy-nav-thirdly .thy-nav-item:active {
  color: #6698ff;
  text-decoration: none;
}
.thy-nav-thirdly .thy-nav-item .thy-icon,
.thy-nav-thirdly .thy-nav-item i {
  margin-right: 0.3125rem;
}
.thy-nav-thirdly .thy-nav-item {
  border-bottom: none;
}
.thy-nav-thirdly .thy-nav-item.active {
  border-bottom: none;
}
.thy-nav-thirdly .thy-nav-item:hover,
.thy-nav-thirdly .thy-nav-item:focus,
.thy-nav-thirdly .thy-nav-item:active {
  border-bottom: none;
}
.thy-nav-thirdly .thy-nav-sm .thy-nav-item {
  padding: 0.4375rem 0rem;
  margin-right: 40px;
  font-size: 0.75rem;
}
.thy-nav-thirdly .thy-nav-sm .thy-nav-item:after {
  top: calc(50% - 11px / 2);
  right: -20px;
  height: 11px;
}
.thy-layout-header .thy-nav {
  line-height: 1.5715;
}
.thy-layout-header .nav-primary .thy-nav-item {
  padding: 1.0137rem 1rem 0.8887rem 1rem;
}
.thy-nav--vertical {
  display: block;
}
.thy-nav--vertical .thy-nav-list {
  display: block;
}
.thy-nav--vertical .thy-nav-item {
  margin-right: 0;
  text-align: left;
  border-left: 2px solid transparent;
  border-bottom-width: 0px;
}
.thy-nav--fill .thy-nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.thy-icon-nav-link {
  transition: opacity 0.2s ease-in-out;
  color: var(--gray-600);
  padding: 0.282rem 0.438rem;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}
.thy-icon-nav-link.active {
  color: #6698ff;
  text-decoration: none;
  background: rgba(102, 152, 255, 0.1);
  border-radius: 0.25rem;
  visibility: visible !important;
}
.thy-icon-nav-link:hover {
  color: #6698ff;
  text-decoration: none;
  background: rgba(102, 152, 255, 0.1);
  border-radius: 0.25rem;
}
.thy-icon-nav-link.disabled {
  color: var(--gray-400);
  border-bottom: none;
}
.thy-icon-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.thy-icon-nav .thy-icon-nav-link {
  padding: 0.282rem 0.438rem;
  margin-right: 16px;
}
.thy-icon-nav .thy-icon-nav-link:last-child {
  margin-right: 0;
}
.thy-icon-nav-secondary .thy-icon-nav-link {
  padding: 0.282rem 0.438rem;
  margin-right: 8px;
}
.thy-icon-nav-secondary .thy-icon-nav-link:last-child {
  margin-right: 0;
}
.thy-icon-nav-individual .thy-icon-nav-link {
  padding: 0.282rem 0.438rem;
  margin-right: 4px;
}
.thy-icon-nav-individual .thy-icon-nav-link:last-child {
  margin-right: 0;
}
.thy-nav-list {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 auto;
  overflow: hidden;
  position: relative;
}
.thy-nav-list .thy-nav-item-hidden {
  display: none;
}
.thy-nav-list-popover .thy-nav-item-hidden {
  display: block;
}
.thy-nav-list-popover .thy-nav-item-more,
.thy-nav-list-popover .thy-nav-item-more * {
  text-decoration: none;
  color: var(--gray-700);
}
.thy-nav-list-popover .thy-nav-item-more:hover,
.thy-nav-list-popover .thy-nav-item-more *:hover {
  color: var(--gray-800);
}
.thy-nav-more-container {
  flex: 1 !important;
  flex-grow: 0 !important;
  white-space: nowrap;
}
.thy-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--gray-500);
  font-size: 0.875rem;
}
.thy-pagination-has-total {
  justify-content: space-between;
}
.thy-pagination-total {
  display: flex;
  padding-right: 10px;
  color: var(--gray-600);
}
.thy-pagination-total > div {
  display: inline-block;
}
.thy-pagination-total .number {
  color: var(--gray-800);
}
.thy-pagination-content {
  display: flex;
  align-items: center;
}
.thy-pagination-size {
  width: 6.375rem;
  margin-right: 10px;
}
.thy-pagination-size .selected-value {
  color: var(--gray-700) !important;
}
.thy-pagination-size .select-control .select-control-arrow {
  padding-bottom: 1px;
  right: 8px;
}
.thy-pagination-pages {
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.thy-pagination-count {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.thy-pagination-count span {
  color: var(--gray-700);
  margin: 0 2px;
}
.thy-pagination-jumper {
  display: flex;
  align-items: center;
}
.thy-pagination-jumper-input {
  height: 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 10px;
}
.thy-pagination-jumper input {
  height: 100%;
  outline: none;
  padding-bottom: 1px;
  border: 1px solid var(--gray-200);
  border-radius: 0.25rem;
  color: var(--gray-700);
  background: var(--bg-color-default);
  width: calc(0.875rem * 3);
  text-align: center;
  margin: 0 6px;
}
.thy-select-dropdown .thy-select-dropdown-options .page-size-option {
  padding-left: 15px;
  padding-right: 15px;
}
.thy-page-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--gray-700);
  padding: 0.282rem 0.375rem;
  margin-left: -1px;
  background-color: var(--bg-color-default);
  border: 1px solid var(--gray-200);
}
.thy-page-link:hover {
  color: #6698ff;
  text-decoration: none;
  background-color: var(--bg-color-default);
  border-color: var(--gray-200);
}
.thy-page-link:focus {
  outline: 0;
  box-shadow: none;
}
.thy-page-item {
  min-width: 2rem;
  height: 2rem;
}
.thy-page-item .thy-page-link {
  padding: 0.282rem, 0.375rem;
}
.thy-page-item:first-child .thy-page-link {
  color: var(--gray-500);
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.thy-page-item:first-child .thy-page-link:hover {
  color: #6698ff;
  text-decoration: none;
  background-color: var(--bg-color-default);
  border-color: var(--gray-200);
}
.thy-page-item:last-child .thy-page-link {
  color: var(--gray-500);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.thy-page-item:last-child .thy-page-link:hover {
  color: #6698ff;
  text-decoration: none;
  background-color: var(--bg-color-default);
  border-color: var(--gray-200);
}
.thy-page-item.active .thy-page-link {
  z-index: 1;
  color: #fff;
  background-color: #6698ff;
  border-color: #6698ff;
}
.thy-page-item.disabled .thy-page-link {
  color: var(--gray-400);
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--bg-color-default);
  border-color: var(--gray-200);
}
.thy-pagination-lg {
  font-size: 1.25rem;
}
.thy-pagination-lg .thy-page-link {
  font-size: 1.25rem;
}
.thy-pagination-lg .thy-pagination-jumper input {
  height: 2.75rem;
  width: calc(1.25rem * 3);
}
.thy-pagination-lg .thy-pagination-total {
  font-size: 1.25rem;
}
.thy-pagination-lg .thy-pagination-size {
  width: 7.875rem;
}
.thy-pagination-lg .thy-pagination-size .thy-select-custom .select-control.form-control-custom {
  font-size: 1.25rem;
  line-height: 2.1875rem;
}
.thy-pagination-lg .thy-page-item {
  min-width: 2.75rem;
  height: 2.75rem;
}
.thy-pagination-lg .thy-page-item:first-child .thy-page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.thy-pagination-lg .thy-page-item:last-child .thy-page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.thy-pagination-sm {
  font-size: 0.75rem;
}
.thy-pagination-sm .thy-page-link {
  font-size: 0.75rem;
}
.thy-pagination-sm .thy-pagination-jumper input {
  height: 1.75rem;
  width: calc(0.75rem * 3);
}
.thy-pagination-sm .thy-pagination-total {
  font-size: 0.75rem;
}
.thy-pagination-sm .thy-pagination-size {
  width: 5.625rem;
}
.thy-pagination-sm .thy-pagination-size .thy-select-custom .select-control.form-control-custom {
  font-size: 0.75rem;
  line-height: 1.375rem;
}
.thy-pagination-sm .thy-page-item {
  min-width: 1.75rem;
  height: 1.75rem;
}
.thy-pagination-sm .thy-page-item:first-child .thy-page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.thy-pagination-sm .thy-page-item:last-child .thy-page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.thy-notify-container > div {
  position: fixed;
  z-index: 1100;
  top: 20px;
  right: 20px;
}
.thy-notify-container > div .thy-notify {
  width: 320px;
  padding: 18px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  border-radius: 4px;
  background: var(--bg-color-panel);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}
.thy-notify-container > div .thy-notify-icon-container {
  position: relative;
  padding-right: 15px;
  margin-top: 2px;
}
.thy-notify-container > div .thy-notify-icon-container .thy-icon {
  line-height: 1;
  font-size: 18px;
}
.thy-notify-container > div .thy-notify-close {
  position: absolute;
  right: 14px;
  top: 18px;
  text-align: center;
  width: 1.3125rem;
  font-size: 0.875rem;
  color: var(--gray-400);
  text-decoration: none;
  transition: color 200ms;
}
.thy-notify-container > div .thy-notify-close:hover {
  color: var(--gray-600);
}
.thy-notify-container > div .thy-notify-main {
  flex: 1;
}
.thy-notify-container > div .thy-notify-main .thy-notify-title {
  padding-right: 1.3125rem;
  margin-top: 1px;
  font-size: 0.875rem;
  color: var(--gray-800);
  word-break: break-all;
}
.thy-notify-container > div .thy-notify-main .thy-notify-content {
  margin-top: 4px;
}
.thy-notify-container > div .thy-notify-main .thy-notify-content .link-secondary {
  font-size: 0.875rem;
  color: #6698ff;
}
.thy-notify-container > div .thy-notify-main .thy-notify-content .link-secondary:hover {
  text-decoration: underline;
}
.thy-notify-container > div .thy-notify-main .thy-notify-content,
.thy-notify-container > div .thy-notify-main .thy-notify-detail {
  flex: 1;
  font-size: 0.875rem;
  color: var(--gray-500);
  word-break: break-all;
}
.thy-notify-container > div .thy-notify-main .thy-notify-content--extend,
.thy-notify-container > div .thy-notify-main .thy-notify-detail--extend {
  -webkit-line-clamp: initial;
}
.thy-notify-container > div .thy-notify-main .thy-notify-detail {
  white-space: pre-wrap;
}
.thy-notify-container > div .thy-notify-success {
  border-left: 4px solid #73d897;
}
.thy-notify-container > div .thy-notify-success .thy-notify-icon-container .thy-icon {
  color: #73d897;
}
.thy-notify-container > div .thy-notify-warning {
  border-left: 4px solid #ffcd5d;
}
.thy-notify-container > div .thy-notify-warning .thy-notify-icon-container .thy-icon {
  color: #ffcd5d;
}
.thy-notify-container > div .thy-notify-error {
  border-left: 4px solid #ff7575;
}
.thy-notify-container > div .thy-notify-error .thy-notify-icon-container .thy-icon {
  color: #ff7575;
}
.thy-notify-container > div .thy-notify-info {
  border-left: 4px solid #5dcfff;
}
.thy-notify-container > div .thy-notify-info .thy-notify-icon-container .thy-icon {
  color: #5dcfff;
}
.thy-notify-container > div.thy-notify-bottomRight {
  top: auto;
  bottom: 20px;
  right: 20px;
  left: auto;
}
.thy-notify-container > div.thy-notify-bottomLeft {
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}
.thy-notify-container > div.thy-notify-topLeft {
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}
.thy-message-container {
  position: fixed;
  z-index: 1100;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thy-message-container .thy-message {
  width: fit-content;
  padding: 12px 16px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  background: var(--bg-color-panel);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}
.thy-message-container .thy-message-icon {
  font-size: 1rem;
}
.thy-message-container .thy-message .loading-icon,
.thy-message-container .thy-message .loading-icon:after {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.thy-message-container .thy-message .loading-icon {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid #6698ff;
  border-right: 2px solid #6698ff;
  border-bottom: 2px solid #eaf3fc;
  border-left: 2px solid #eaf3fc;
  transform: translateZ(0);
  animation: rotating 1.1s infinite linear;
}
.thy-message-container .thy-message-close {
  cursor: pointer;
  font-size: 0.75rem;
  color: var(--gray-400);
  margin-left: 16px;
  transition: color 200ms;
}
.thy-message-container .thy-message-close:hover {
  color: var(--gray-600);
}
.thy-message-container .thy-message-main {
  flex: 1;
  font-size: 0.875rem;
  color: var(--gray-800);
  word-break: break-all;
  margin-left: 8px;
}
.thy-message-container .thy-message-success .thy-message-icon {
  color: #73d897;
}
.thy-message-container .thy-message-warning .thy-message-icon {
  color: #ffcd5d;
}
.thy-message-container .thy-message-error .thy-message-icon {
  color: #ff7575;
}
.thy-message-container .thy-message-info .thy-message-icon {
  color: #5dcfff;
}
.thy-message-container .thy-message-loading .thy-message-icon {
  color: #2cccda;
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.thy-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-color-default);
  border-radius: 2px;
}
.thy-card .thy-card-header {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.thy-card .thy-card-header .card-header-icon {
  display: block;
  margin-right: 8px;
  width: 0;
  height: 14px;
  border-left: solid 3px #6698ff;
}
.thy-card .thy-card-header .card-header-title {
  color: var(--gray-800);
  font-size: 15px;
  line-height: 32px;
}
.thy-card .thy-card-header .card-header-description {
  margin-left: 10px;
  font-size: 12px;
  color: var(--gray-500);
}
.thy-card .thy-card-header .card-header-operation {
  margin-left: auto;
}
.thy-card .thy-card-header {
  padding: 12px 20px;
}
.thy-card .thy-card-content {
  padding: 0px 20px 20px 20px;
}
.thy-card.thy-card--divided .thy-card-header::after {
  left: 20px;
  right: 20px;
}
.thy-card.thy-card--divided .thy-card-content {
  padding-top: 12px;
  padding-bottom: 12px;
}
.thy-card.thy-card--divided .thy-card-content--sm {
  padding-top: 12px;
}
.thy-card.thy-card-lg .thy-card-header {
  padding: 16px 28px;
}
.thy-card.thy-card-lg .thy-card-content {
  padding: 0px 28px 24px 28px;
}
.thy-card.thy-card-lg.thy-card--divided .thy-card-header::after {
  left: 28px;
  right: 28px;
}
.thy-card.thy-card-lg.thy-card--divided .thy-card-content {
  padding-top: 12px;
  padding-bottom: 12px;
}
.thy-card.thy-card-lg.thy-card--divided .thy-card-content--sm {
  padding-top: 12px;
}
.thy-card.thy-card-sm .thy-card-header {
  padding: 8px 16px;
}
.thy-card.thy-card-sm .thy-card-content {
  padding: 0px 16px 16px 16px;
}
.thy-card.thy-card-sm.thy-card--divided .thy-card-header::after {
  left: 16px;
  right: 16px;
}
.thy-card.thy-card-sm.thy-card--divided .thy-card-content {
  padding-top: 12px;
  padding-bottom: 12px;
}
.thy-card.thy-card-sm.thy-card--divided .thy-card-content--sm {
  padding-top: 12px;
}
.thy-card .thy-card-header--sm {
  padding-top: 0;
}
.thy-card .thy-card-header--lg {
  padding-top: 15px;
  padding-bottom: 15px;
}
.thy-card .thy-card-content {
  flex: auto;
}
.thy-card .thy-card-content--alignment-title {
  padding-left: 30px;
  padding-right: 30px;
}
.thy-card .thy-card-content--scroll {
  padding-bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.thy-card .thy-card-content--sm {
  padding-top: 0px;
  padding-bottom: 10px;
}
.thy-card--divided .thy-card-header {
  position: relative;
}
.thy-card--divided .thy-card-header::after {
  position: absolute;
  content: " ";
  bottom: 0;
  height: 1px;
  background-color: var(--gray-200);
}
.thy-card--clear-left-right-padding .thy-card-header {
  padding-left: 0;
  padding-right: 0;
}
.thy-card--clear-left-right-padding .thy-card-content {
  padding-left: 0;
  padding-right: 0;
}
.thy-card--clear-left-right-padding .thy-card-content--alignment-title {
  padding-left: 10px;
  padding-right: 10px;
}
.thy-card--bordered {
  border: 1px solid var(--gray-200);
}
.thy-loading {
  width: 100%;
}
.thy-loading-mask {
  position: relative;
}
.thy-loading-mask .thy-loading-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.thy-loading-indicator {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.thy-loading-indicator h4 {
  padding-top: 20px;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 8px;
  margin-top: 8px;
}
.thy-loading-ellipsis {
  display: inline-block;
  position: relative;
  height: 8px;
  border-radius: 4px;
  transform: translateX(-18px);
}
.thy-loading-ellipsis:before,
.thy-loading-ellipsis:after {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 4px;
}
.thy-loading-ellipsis:before {
  animation: loading-ellipsis-b 1s ease-in-out infinite;
  background: #6698ff;
  opacity: 0.4;
}
.thy-loading-ellipsis:after {
  animation: loading-ellipsis-a 1s ease-in-out infinite;
  background: #6698ff;
  opacity: 0.8;
}
.thy-loading-ellipsis .thy-spot {
  position: absolute;
  left: 13px;
  height: 8px;
  width: 8px;
  background: #6698ff;
  border-radius: 4px;
}
@keyframes loading-ellipsis-b {
  0% {
    left: 0;
    transform: scale(1.1);
  }
  50% {
    left: 25px;
    transform: scale(1);
  }
  100% {
    left: 0;
    transform: scale(1.1);
  }
}
@keyframes loading-ellipsis-a {
  0% {
    left: 25px;
    transform: scale(1.1);
  }
  50% {
    left: 0;
    transform: scale(1);
  }
  100% {
    left: 25px;
    transform: scale(1.1);
  }
}
.thy-action {
  padding: 0.5rem 0.5rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  position: relative;
  border-radius: 0.25rem;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.thy-action > span {
  color: var(--gray-700);
}
.thy-action.active {
  text-decoration: none;
  visibility: visible !important;
}
.thy-action:hover {
  text-decoration: none;
}
.thy-action.disabled {
  color: var(--gray-600);
  border-bottom: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.thy-action .thy-icon {
  font-size: 1rem;
}
.thy-action > .thy-icon + span,
.thy-action > span + .thy-icon {
  margin-left: 8px;
}
.thy-action.thy-action-hover-icon .thy-icon {
  transition: opacity 0.2s;
}
.thy-action.thy-action-hover-icon .hover-icon {
  opacity: 0;
  position: absolute;
}
.thy-action.thy-action-hover-icon:hover .thy-icon {
  opacity: 0;
}
.thy-action.thy-action-hover-icon:hover .hover-icon {
  opacity: 1;
}
.thy-action {
  color: var(--gray-600);
}
.thy-action:hover:not(.thy-action-has-feedback):not(.disabled),
.thy-action.active:not(.thy-action-has-feedback):not(.disabled),
.thy-action:active:not(.thy-action-has-feedback):not(.disabled) {
  color: #6698ff;
  background: rgba(102, 152, 255, 0.1);
}
.thy-action:hover:not(.thy-action-has-feedback):not(.disabled) > span,
.thy-action.active:not(.thy-action-has-feedback):not(.disabled) > span,
.thy-action:active:not(.thy-action-has-feedback):not(.disabled) > span {
  color: #6698ff;
}
.action-secondary {
  color: var(--gray-600);
}
.action-secondary:hover:not(.thy-action-has-feedback):not(.disabled),
.action-secondary.active:not(.thy-action-has-feedback):not(.disabled),
.action-secondary:active:not(.thy-action-has-feedback):not(.disabled) {
  color: var(--gray-700);
  background: rgba(var(--gray-700), 0.1);
}
.action-secondary:hover:not(.thy-action-has-feedback):not(.disabled) > span,
.action-secondary.active:not(.thy-action-has-feedback):not(.disabled) > span,
.action-secondary:active:not(.thy-action-has-feedback):not(.disabled) > span {
  color: var(--gray-700);
}
.action-success {
  color: var(--gray-600);
}
.action-success:hover:not(.thy-action-has-feedback):not(.disabled),
.action-success.active:not(.thy-action-has-feedback):not(.disabled),
.action-success:active:not(.thy-action-has-feedback):not(.disabled) {
  color: #73d897;
  background: rgba(115, 216, 151, 0.1);
}
.action-success:hover:not(.thy-action-has-feedback):not(.disabled) > span,
.action-success.active:not(.thy-action-has-feedback):not(.disabled) > span,
.action-success:active:not(.thy-action-has-feedback):not(.disabled) > span {
  color: #73d897;
}
.action-info {
  color: var(--gray-600);
}
.action-info:hover:not(.thy-action-has-feedback):not(.disabled),
.action-info.active:not(.thy-action-has-feedback):not(.disabled),
.action-info:active:not(.thy-action-has-feedback):not(.disabled) {
  color: #5dcfff;
  background: rgba(93, 207, 255, 0.1);
}
.action-info:hover:not(.thy-action-has-feedback):not(.disabled) > span,
.action-info.active:not(.thy-action-has-feedback):not(.disabled) > span,
.action-info:active:not(.thy-action-has-feedback):not(.disabled) > span {
  color: #5dcfff;
}
.action-warning {
  color: var(--gray-600);
}
.action-warning:hover:not(.thy-action-has-feedback):not(.disabled),
.action-warning.active:not(.thy-action-has-feedback):not(.disabled),
.action-warning:active:not(.thy-action-has-feedback):not(.disabled) {
  color: #ffcd5d;
  background: rgba(255, 205, 93, 0.1);
}
.action-warning:hover:not(.thy-action-has-feedback):not(.disabled) > span,
.action-warning.active:not(.thy-action-has-feedback):not(.disabled) > span,
.action-warning:active:not(.thy-action-has-feedback):not(.disabled) > span {
  color: #ffcd5d;
}
.action-danger {
  color: var(--gray-600);
}
.action-danger:hover:not(.thy-action-has-feedback):not(.disabled),
.action-danger.active:not(.thy-action-has-feedback):not(.disabled),
.action-danger:active:not(.thy-action-has-feedback):not(.disabled) {
  color: #ff7575;
  background: rgba(255, 117, 117, 0.1);
}
.action-danger:hover:not(.thy-action-has-feedback):not(.disabled) > span,
.action-danger.active:not(.thy-action-has-feedback):not(.disabled) > span,
.action-danger:active:not(.thy-action-has-feedback):not(.disabled) > span {
  color: #ff7575;
}
.action-light {
  color: var(--gray-600);
}
.action-light:hover:not(.thy-action-has-feedback):not(.disabled),
.action-light.active:not(.thy-action-has-feedback):not(.disabled),
.action-light:active:not(.thy-action-has-feedback):not(.disabled) {
  color: var(--gray-300);
  background: rgba(var(--gray-300), 0.1);
}
.action-light:hover:not(.thy-action-has-feedback):not(.disabled) > span,
.action-light.active:not(.thy-action-has-feedback):not(.disabled) > span,
.action-light:active:not(.thy-action-has-feedback):not(.disabled) > span {
  color: var(--gray-300);
}
.action-dark {
  color: var(--gray-600);
}
.action-dark:hover:not(.thy-action-has-feedback):not(.disabled),
.action-dark.active:not(.thy-action-has-feedback):not(.disabled),
.action-dark:active:not(.thy-action-has-feedback):not(.disabled) {
  color: var(--gray-800);
  background: rgba(var(--gray-800), 0.1);
}
.action-dark:hover:not(.thy-action-has-feedback):not(.disabled) > span,
.action-dark.active:not(.thy-action-has-feedback):not(.disabled) > span,
.action-dark:active:not(.thy-action-has-feedback):not(.disabled) > span {
  color: var(--gray-800);
}
.thy-action-lite:hover:not(.thy-action-has-feedback):not(.disabled),
.thy-action-lite.active:not(.thy-action-has-feedback):not(.disabled),
.thy-action-lite:active:not(.thy-action-has-feedback):not(.disabled) {
  background: none;
}
.thy-actions {
  display: flex;
  flex-flow: row wrap;
}
.thy-tree {
  display: block;
  overflow: hidden;
  position: relative;
  color: var(--gray-700);
  padding: 10px 0 10px 0;
  transform: translateY(-10px);
}
.thy-tree-node {
  display: block;
  padding: 0 0 0 0;
}
.thy-tree-node-wrapper {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 0 20px 0 20px;
  height: 44px;
  border: 2px solid transparent;
}
.thy-tree-node-wrapper .thy-tree-index {
  display: inline-block;
}
.thy-tree-node-wrapper .thy-tree-expand {
  width: 16px;
  line-height: 16px;
  color: var(--gray-600);
  text-align: center;
  margin-right: 8px;
  display: inline-block;
}
.thy-tree-node-wrapper .thy-tree-expand-icon {
  display: inline-block;
}
.thy-tree-node-wrapper .thy-tree-expand:hover {
  color: var(--gray-700);
}
.thy-tree-node-wrapper .thy-tree-drag-icon {
  cursor: pointer;
  position: absolute;
  left: 4px;
  padding: 0;
  color: var(--gray-500);
  visibility: hidden;
}
.thy-tree-node-wrapper .thy-tree-node-content {
  width: 1px;
  flex: 1;
  display: flex;
  align-items: center;
  height: 44px;
}
.thy-tree-node-wrapper .thy-tree-node-content .thy-tree-node-icon {
  color: var(--gray-500);
  margin-right: 8px;
}
.thy-tree-node-wrapper .thy-tree-node-content .thy-tree-node-check {
  margin-top: 0;
  margin-right: 6px;
}
.thy-tree-node-wrapper .thy-tree-node-content .thy-tree-node-check:checked.form-check-indeterminate,
.thy-tree-node-wrapper .thy-tree-node-content .thy-tree-node-check:checked.form-unchecked {
  background: unset;
  border-color: var(--gray-300);
}
.thy-tree-node-wrapper .thy-tree-node-content .thy-tree-node-check:checked.form-unchecked:after {
  opacity: 0;
}
.thy-tree-node-wrapper .thy-tree-node-content .thy-tree-node-title {
  flex: 1;
}
.thy-tree-node-wrapper .thy-tree-node-content .thy-tree-node-title.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thy-tree-node-wrapper.expand.disabled .thy-tree-node-check:disabled {
  cursor: not-allowed;
}
.thy-tree-node-wrapper:not(.expand).disabled {
  background: none;
  cursor: not-allowed;
}
.thy-tree-node-wrapper:not(.expand).disabled.draggable .thy-tree-node-check:disabled,
.thy-tree-node-wrapper:not(.expand).disabled.draggable {
  cursor: not-allowed;
}
.thy-tree-node-wrapper.disabled,
.thy-tree-node-wrapper.disabled .thy-tree-node-icon {
  color: var(--gray-400);
}
.thy-tree-node-wrapper:not(.disabled:not(.expand)).hover,
.thy-tree-node-wrapper:not(.disabled:not(.expand)):hover {
  background-color: var(--gray-100);
}
.thy-tree-node-wrapper:not(.disabled:not(.expand)).active {
  background: rgba(102, 152, 255, 0.1);
  color: #6698ff;
}
.thy-tree-node-wrapper:not(.disabled:not(.expand)).active .thy-tree-node-content .thy-tree-node-icon {
  color: #6698ff;
}
.thy-tree .thy-tree-node-edit {
  width: 100%;
}
.thy-tree .thy-tree-node-edit input {
  background-color: var(--bg-color-default);
}
.thy-tree .thy-tree-node-actions {
  text-align: right;
}
.thy-tree .thy-tree-node-actions > * {
  display: none;
  margin-right: 10px;
}
.thy-tree .thy-tree-node-actions > *:last-child {
  margin-right: 0;
}
.thy-tree .thy-tree-node-actions .thy-action:last-child {
  margin-right: -10px;
}
.thy-tree .thy-tree-node-wrapper.hover .thy-tree-node-actions > *,
.thy-tree .thy-tree-node-wrapper:hover .thy-tree-node-actions > * {
  display: inline-block;
}
.thy-tree-sm .thy-tree-node-wrapper {
  height: 42px;
}
.thy-tree-sm .thy-tree-node-wrapper .thy-tree-node-content {
  height: 42px;
}
.thy-tree-default .thy-tree-node-wrapper .thy-tree-expand-icon {
  transform: rotate(0deg);
  transition: all 0.2s cubic-bezier(0.4, 0.1, 0.5, 1) 0.1s;
}
.thy-tree-default .thy-tree-node-wrapper .thy-tree-expand-icon.collapse {
  transform: rotate(-45deg) translateY(1px);
}
.thy-tree.thy-virtual-scrolling-tree {
  height: 100%;
  padding: 0px;
  transform: translateY(0px);
}
.thy-tree.thy-virtual-scrolling-tree .cdk-virtual-scroll-viewport {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.thy-tree.thy-tree-draggable .thy-tree-node:hover:not(.cdk-drag-disabled) .thy-tree-node-wrapper .thy-tree-drag-icon {
  visibility: visible;
}
.thy-tree.thy-tree-draggable .thy-tree-node.cdk-drag-placeholder {
  opacity: 0.4;
}
.thy-tree.thy-tree-draggable .thy-tree-node.drag-item-hide {
  display: none !important;
}
.thy-tree.thy-tree-draggable .thy-tree-node.drop-position-in .thy-tree-node-wrapper {
  border: 2px solid #6698ff;
}
.thy-tree.thy-tree-draggable .thy-tree-node.drop-position-before .thy-tree-node-content {
  position: relative;
  border-top: 2px solid #6698ff;
  border-bottom: 2px solid transparent;
}
.thy-tree.thy-tree-draggable .thy-tree-node.drop-position-before .thy-tree-node-content::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -5px;
  width: 8px;
  height: 8px;
  background-color: var(--bg-color-default);
  border: 2px solid #6698ff;
  border-radius: 50%;
}
.thy-tree.thy-tree-draggable .thy-tree-node.drop-position-after .thy-tree-node-content {
  position: relative;
  position: relative;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #6698ff;
}
.thy-tree.thy-tree-draggable .thy-tree-node.drop-position-after .thy-tree-node-content::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 8px;
  height: 8px;
  background-color: var(--bg-color-default);
  border: 2px solid #6698ff;
  border-radius: 50%;
}
.thy-tree.thy-tree-draggable.thy-tree-dragging .thy-tree-node .thy-tree-node-wrapper:hover {
  background: unset;
}
.thy-tree.thy-tree-draggable.thy-tree-dragging .thy-tree-node .thy-tree-node-wrapper:hover .thy-tree-node-actions,
.thy-tree.thy-tree-draggable.thy-tree-dragging .thy-tree-node .thy-tree-node-wrapper:hover .thy-tree-drag-icon {
  visibility: hidden !important;
}
.thy-tree-node.cdk-drag-preview .thy-tree-node-wrapper.active {
  background: unset !important;
  color: unset !important;
}
.thy-tree-node.cdk-drag-preview .thy-tree-node-wrapper.active .thy-tree-node-content .thy-tree-node-icon {
  color: var(--gray-500) !important;
}
.thy-tree-node.cdk-drag-preview .thy-tree-index {
  display: none !important;
}
.thy-tree-node.cdk-drag-preview .thy-tree-node-actions {
  display: none !important;
}
.thy-empty-state {
  display: block;
  text-align: center;
}
.thy-empty-state .thy-empty-icon .empty-icon svg {
  color: var(--gray-200);
}
.thy-empty-state .thy-empty-text {
  color: var(--gray-400);
}
.thy-empty-state .thy-empty-text-with-extra {
  color: var(--gray-800);
}
.thy-empty-state .thy-empty-description {
  color: var(--gray-600);
  font-size: 0.875rem;
  margin-top: 14px;
}
.thy-empty-state .thy-empty-icon {
  height: 92px;
}
.thy-empty-state .thy-empty-icon .empty-icon svg {
  width: 102px;
  height: 92px;
}
.thy-empty-state .thy-empty-icon svg {
  width: 102px;
  height: 92px;
}
.thy-empty-state .thy-empty-icon .empty-img {
  width: 102px;
  height: 92px;
}
.thy-empty-state .thy-empty-text,
.thy-empty-state .thy-empty-text-with-extra {
  font-size: 0.875rem;
  margin-top: 12px;
}
.thy-empty-state--lg .thy-empty-icon {
  height: 134px;
}
.thy-empty-state--lg .thy-empty-icon .empty-icon svg {
  width: 148px;
  height: 134px;
}
.thy-empty-state--lg .thy-empty-icon svg {
  width: 148px;
  height: 134px;
}
.thy-empty-state--lg .thy-empty-icon .empty-img {
  width: 148px;
  height: 134px;
}
.thy-empty-state--lg .thy-empty-text,
.thy-empty-state--lg .thy-empty-text-with-extra {
  font-size: 0.875rem;
  margin-top: 18px;
}
.thy-empty-state--sm .thy-empty-icon {
  height: 58px;
}
.thy-empty-state--sm .thy-empty-icon .empty-icon svg {
  width: 64px;
  height: 58px;
}
.thy-empty-state--sm .thy-empty-icon svg {
  width: 64px;
  height: 58px;
}
.thy-empty-state--sm .thy-empty-icon .empty-img {
  width: 64px;
  height: 58px;
}
.thy-empty-state--sm .thy-empty-text,
.thy-empty-state--sm .thy-empty-text-with-extra {
  font-size: 0.875rem;
  margin-top: 6px;
}
.thy-empty-svg-default,
.thy-empty-svg-light-default {
  display: inline-block;
}
.thy-empty-svg-dark,
.thy-empty-svg-light-dark {
  display: none;
}
:root[theme=dark] .thy-empty-svg-default,
:root[theme=dark] .thy-empty-svg-light-default {
  display: none;
}
:root[theme=dark] .thy-empty-svg-dark,
:root[theme=dark] .thy-empty-svg-light-dark {
  display: inline-block;
}
.thy-switch {
  margin-bottom: 0;
  box-sizing: content-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}
.thy-switch .thy-switch-input {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
}
.thy-switch .thy-switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--gray-400);
  border-radius: 2px;
  transition: opacity background 0.15s ease-out;
}
.thy-switch .thy-switch-input:checked ~ .thy-switch-label::before {
  opacity: 0;
}
.thy-switch .thy-switch-input:checked ~ .thy-switch-label::after {
  opacity: 1;
}
.thy-switch .thy-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 1px;
  transition: left 0.15s ease-out;
  border: 0;
}
.thy-switch .thy-switch-input:checked ~ .thy-switch-handle {
  left: 20px;
}
.thy-switch.thy-switch-sm {
  width: 36px;
  height: 20px;
}
.thy-switch.thy-switch-sm .thy-switch-handle {
  width: 16px;
  height: 16px;
  top: 2px;
}
.thy-switch.thy-switch-sm .thy-switch-input:checked ~ .thy-switch-handle {
  left: 18px;
}
.thy-switch.thy-switch-xs {
  width: 28px;
  height: 16px;
}
.thy-switch.thy-switch-xs .thy-switch-handle {
  width: 12px;
  height: 12px;
  top: 2px;
}
.thy-switch.thy-switch-xs .thy-switch-input:checked ~ .thy-switch-handle {
  left: 14px;
}
.thy-switch .thy-switch-handle .thy-switch-loading {
  animation: loading-circle 1s linear infinite;
}
@keyframes loading-circle {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.thy-switch-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.thy-switch-disabled .thy-switch-label:focus {
  border: 1px solid var(--gray-400) !important;
}
.thy-switch-pill .thy-switch-handle,
.thy-switch .thy-switch-handle,
.thy-switch-pill .thy-switch-label,
.thy-switch .thy-switch-label {
  border-radius: 20px !important;
}
.thy-switch-pill .thy-switch-handle:not(.disabled):focus,
.thy-switch .thy-switch-handle:not(.disabled):focus,
.thy-switch-pill .thy-switch-label:not(.disabled):focus,
.thy-switch .thy-switch-label:not(.disabled):focus {
  outline: 0;
  border: 1px solid #6698ff;
}
.thy-switch-pill .thy-switch-label::before,
.thy-switch .thy-switch-label::before {
  right: 2px !important;
}
.thy-switch-pill .thy-switch-label::after,
.thy-switch .thy-switch-label::after {
  left: 2px !important;
}
.thy-switch-primary > .thy-switch-input:checked ~ .thy-switch-label {
  background: #6698ff !important;
}
.thy-switch-info > .thy-switch-input:checked ~ .thy-switch-label {
  background: var(--gray-400) !important;
}
.thy-switch-warning > .thy-switch-input:checked ~ .thy-switch-label {
  background: #ffcd5d !important;
}
.thy-switch-danger > .thy-switch-input:checked ~ .thy-switch-label {
  background: #ff7575 !important;
}
.thy-transfer {
  display: flex;
  width: 596px;
}
.thy-transfer .thy-transfer-list {
  display: flex;
  flex-flow: column;
  flex: 1;
  width: 270px;
}
.thy-transfer .thy-transfer-list .thy-transfer-list-header {
  padding: 10px 0;
  width: 100%;
}
.thy-transfer .thy-transfer-list .thy-transfer-list-header .thy-transfer-list-header-title {
  color: var(--gray-600);
  font-size: 0.875rem;
}
.thy-transfer .thy-transfer-list .thy-transfer-list-body {
  border: 1px solid var(--gray-200);
  border-radius: 5px;
  padding: 10px 0;
  height: 360px;
  vertical-align: middle;
  overflow-y: auto;
}
.thy-transfer .thy-transfer-list .thy-transfer-list-body .thy-transfer-list-group-name {
  padding: 12px 20px;
  color: var(--gray-500);
  line-height: 14px;
}
.thy-transfer .thy-transfer-list .thy-transfer-list-content {
  padding: 0;
  overflow: initial;
}
.thy-transfer .thy-transfer-list .thy-transfer-list-content .cdk-drop-list-empty {
  margin: -12px 0;
  padding: 12px 20px;
  background: var(--bg-color-default);
}
.thy-transfer .thy-transfer-list .thy-transfer-list-content .thy-transfer-list-content-item {
  padding-right: 15px;
  height: 38px;
  min-height: 38px;
}
.thy-transfer .thy-transfer-operation {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.thy-transfer .thy-transfer-operation .thy-transfer-operation-body .operation-link {
  display: block;
  color: var(--gray-500);
  font-size: 22px;
}
.thy-transfer-list-content-item .list-item-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.thy-transfer-list-content-item .item-name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thy-transfer-list-content-item .item-name .flexible-text-container {
  display: block;
}
.thy-transfer-list-content-item .un-select-item {
  margin-right: 14px;
}
.thy-transfer-list-content-item .cdk-drag-handle,
.thy-transfer-list-content-item .drag-handle {
  position: absolute;
}
.thy-transfer-list-content-item .item-status {
  font-size: 14px;
}
.thy-input {
  position: relative;
  width: 100%;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
}
.thy-input .input-border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--gray-200);
}
.thy-input .form-control {
  flex: 1;
  border: 0;
}
.thy-input .input-prepend {
  margin-left: 0.5rem;
  line-height: 1;
}
.thy-input .input-append {
  margin-right: 0.5rem;
  line-height: 1;
}
.thy-input .input-password-icon {
  color: var(--gray-400);
}
.thy-input .input-password-icon .thy-icon {
  font-size: 20px;
}
.thy-input .input-label {
  position: absolute;
  top: 1px;
  left: 0.5rem;
  background: var(--bg-color-default);
  padding: 0 5px;
  font-size: 0.75rem;
  transition: all 0.3s ease-out 0.1s;
  color: #6698ff;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -1;
}
.thy-input .input-label.active {
  width: auto;
  height: auto;
  z-index: 0;
  top: -10px;
}
.thy-input .input-label-sm.active,
.thy-input .input-label-xs.active {
  top: -13px;
}
.thy-input[disabled]:not([disabled=false]) {
  background-color: var(--gray-100);
}
.thy-input[disabled]:not([disabled=false]) .input-append,
.thy-input[disabled]:not([disabled=false]) .input-prepend {
  background-color: var(--gray-100);
  pointer-events: none;
}
.thy-input > .input-prepend + .form-control {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.thy-input-search .input-prepend,
.thy-input-search .input-append {
  position: absolute;
}
.thy-input-search.thy-input-search-before .input-search-control {
  padding-left: 1.875rem;
}
.thy-input-search.thy-input-search-before-with-clear .input-search-control {
  padding-right: 1.875rem;
}
.thy-input-search.thy-input-search-after .input-search-control {
  padding-right: 2.375rem;
}
.thy-input-search .input-prepend {
  margin-left: 0px;
  font-size: 0.875rem;
  left: 0.5rem;
  top: calc((100% - 14px) / 2);
  color: var(--gray-400);
}
.thy-input-search .input-append {
  right: 0.5rem;
  font-size: 0.875rem;
  top: calc((100% - 14px) / 2);
  margin-right: 0px;
  line-height: 1;
}
.thy-input-search .input-append .thy-icon,
.thy-input-search .input-append .close {
  font-size: 0.875rem;
}
.thy-input-search .input-append.input-append-divider::after {
  width: 1px;
  height: 16px;
  content: " ";
  position: absolute;
  top: -1px;
  right: 22px;
  background: var(--gray-200);
}
.thy-input-search .input-search-control {
  padding-right: 1.875rem;
  transition: none;
}
.thy-input-search.thy-input-search-ellipse {
  border-radius: 1.25rem;
}
.thy-input-search.thy-input-search-ellipse .input-search-control {
  border-radius: 1.25rem;
  background: var(--gray-100);
}
.thy-input-search.thy-input-search-ellipse .input-search-control:not(:disabled):hover {
  background: #fff;
  border-color: var(--gray-300);
}
.thy-input-search.thy-input-search-ellipse .input-search-control:not(:disabled):focus {
  background: #fff;
  border-color: #6698ff;
}
.thy-input-search.thy-input-search-transparent {
  border: 0px;
  background-color: transparent;
}
.thy-input-search.thy-input-search-transparent .input-search-control {
  border: 0px;
  background-color: transparent;
}
.thy-input-search[disabled]:not([disabled=false]):hover {
  border-color: var(--gray-200);
}
.thy-input-search[disabled]:not([disabled=false]):focus {
  border-color: var(--gray-200);
}
.input-label-container {
  position: relative;
  display: block;
  width: 100%;
}
.input-label-container .input-label {
  position: absolute;
  top: 1px;
  left: 10px;
  background: var(--bg-color-default);
  padding: 0 5px;
  font-size: 0.75rem;
  transition: all 0.3s ease-out 0.1s;
  color: #6698ff;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -1;
}
.input-label-container .input-label.active {
  width: auto;
  height: auto;
  z-index: 0;
  top: -10px;
}
.input-label-container .input-label-sm.active,
.input-label-container .input-label-xs.active {
  top: -13px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 2.5rem;
}
.form-control-feedback {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  z-index: 2;
  display: block;
  text-align: center;
  pointer-events: none;
  font-size: 1rem;
  -webkit-font-smoothing: subpixel-antialiased;
  color: var(--gray-400);
}
.form-group > .col > .form-control-feedback,
.form-group > [class*=col-] > .form-control-feedback {
  right: 1.6875rem;
}
textarea {
  overflow: auto;
}
textarea::-webkit-scrollbar-corner,
textarea::-webkit-scrollbar-track-piece,
textarea::-webkit-scrollbar-track {
  border-bottom-right-radius: 0.25rem;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5715;
  color: var(--gray-800);
  background-color: var(--bg-color-default);
  background-clip: padding-box;
  border: 1px solid var(--gray-200);
  border-radius: 0.25rem;
}
.form-control {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: var(--gray-800);
  border-color: #6698ff;
  outline: 0;
  box-shadow: none, none;
}
.form-control:not([disabled]):not(.disabled):not(.is-invalid):focus {
  border-color: #6698ff;
}
.form-control::placeholder {
  color: var(--gray-400);
  opacity: 1;
}
.form-control:placeholder-shown {
  text-overflow: ellipsis;
}
.form-control.disabled,
.form-control:disabled {
  cursor: not-allowed;
  background-color: var(--gray-100);
  color: var(--gray-600);
  opacity: 1;
}
.form-control[readonly] {
  opacity: 1;
}
.form-control:not([disabled]):not(.disabled):not(.is-invalid):hover {
  border-color: #6698ff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5715;
  text-align: right;
  padding-right: 10px;
}
.form-label {
  color: var(--gray-800);
}
.form-label .label-tips-icon {
  margin-left: 6px;
  font-size: 0.875rem;
  cursor: pointer;
  color: var(--gray-500);
  text-decoration: none;
}
.form-label .label-tips-icon:hover,
.form-label .label-tips-icon.active,
.form-label .label-tips-icon:active {
  color: #6698ff;
  text-decoration: none;
}
.col-form-control {
  padding-left: 10px;
}
.col-form-label-lg {
  padding-top: calc(0.1875rem + 1px);
  padding-bottom: calc(0.1875rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.125rem + 1px);
  padding-bottom: calc(0.125rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5715;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5715;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  outline: none;
}
.form-control-plaintext.form-control-sm,
.thy-input-group-sm > .form-control-plaintext.form-control,
.thy-input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.thy-input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.thy-input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.thy-input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.thy-input-group-lg > .form-control-plaintext.form-control,
.thy-input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.thy-input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.thy-input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.thy-input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-lg,
.thy-input-group-lg > .form-control,
.thy-input-group-lg > .input-group-prepend > .input-group-text,
.thy-input-group-lg > .input-group-append > .input-group-text,
.thy-input-group-lg > .input-group-prepend > .btn,
.thy-input-group-lg > .input-group-append > .btn {
  padding: 0.1875rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.form-control-sm,
.thy-input-group-sm > .form-control,
.thy-input-group-sm > .input-group-prepend > .input-group-text,
.thy-input-group-sm > .input-group-append > .input-group-text,
.thy-input-group-sm > .input-group-prepend > .btn,
.thy-input-group-sm > .input-group-append > .btn {
  padding: 0.125rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5715;
  border-radius: 0.2rem;
}
.form-control-xs {
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.form-control-md,
.thy-input-group-md > .form-control,
.thy-input-group-md > .input-group-prepend > .input-group-text,
.thy-input-group-md > .input-group-append > .input-group-text,
.thy-input-group-md > .input-group-prepend > .btn,
.thy-input-group-md > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5715;
  border-radius: 0.25rem;
}
.form-control-active {
  color: var(--gray-800);
  background-color: transparent;
  border-color: #6698ff;
  outline: 0;
  box-shadow: none, none;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.5rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  color: #ff7575;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 117, 117, 0.8);
  border-radius: 0.2rem;
}
.is-invalid .form-control {
  border-color: #ff7575 !important;
}
.is-invalid .form-control:hover {
  border-color: #ff7575;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .thy-select:invalid,
.thy-select.is-invalid,
.was-validated .thy-radio-group:invalid,
.thy-radio-group.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid,
.was-validated .thy-cascader:invalid,
.thy-cascader.is-invalid,
.was-validated .thy-date-picker:invalid,
.thy-date-picker.is-invalid,
.was-validated .thy-input-number:invalid,
.thy-input-number.is-invalid,
.was-validated .thy-calendar-picker:invalid,
.thy-calendar-picker.is-invalid,
.was-validated .thy-switch:invalid,
.thy-switch.is-invalid,
.was-validated .thy-rate:invalid,
.thy-rate.is-invalid,
.was-validated .thy-color-picker:invalid,
.thy-color-picker.is-invalid,
.was-validated .thy-checkbox:invalid,
.thy-checkbox.is-invalid,
.was-validated .thy-slider:invalid,
.thy-slider.is-invalid,
.was-validated .input-label-container:invalid,
.input-label-container.is-invalid {
  border-color: #ff7575;
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .thy-select:invalid ~ .invalid-feedback,
.was-validated .thy-select:invalid ~ .invalid-tooltip,
.thy-select.is-invalid ~ .invalid-feedback,
.thy-select.is-invalid ~ .invalid-tooltip,
.was-validated .thy-radio-group:invalid ~ .invalid-feedback,
.was-validated .thy-radio-group:invalid ~ .invalid-tooltip,
.thy-radio-group.is-invalid ~ .invalid-feedback,
.thy-radio-group.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .thy-cascader:invalid ~ .invalid-feedback,
.was-validated .thy-cascader:invalid ~ .invalid-tooltip,
.thy-cascader.is-invalid ~ .invalid-feedback,
.thy-cascader.is-invalid ~ .invalid-tooltip,
.was-validated .thy-date-picker:invalid ~ .invalid-feedback,
.was-validated .thy-date-picker:invalid ~ .invalid-tooltip,
.thy-date-picker.is-invalid ~ .invalid-feedback,
.thy-date-picker.is-invalid ~ .invalid-tooltip,
.was-validated .thy-input-number:invalid ~ .invalid-feedback,
.was-validated .thy-input-number:invalid ~ .invalid-tooltip,
.thy-input-number.is-invalid ~ .invalid-feedback,
.thy-input-number.is-invalid ~ .invalid-tooltip,
.was-validated .thy-calendar-picker:invalid ~ .invalid-feedback,
.was-validated .thy-calendar-picker:invalid ~ .invalid-tooltip,
.thy-calendar-picker.is-invalid ~ .invalid-feedback,
.thy-calendar-picker.is-invalid ~ .invalid-tooltip,
.was-validated .thy-switch:invalid ~ .invalid-feedback,
.was-validated .thy-switch:invalid ~ .invalid-tooltip,
.thy-switch.is-invalid ~ .invalid-feedback,
.thy-switch.is-invalid ~ .invalid-tooltip,
.was-validated .thy-rate:invalid ~ .invalid-feedback,
.was-validated .thy-rate:invalid ~ .invalid-tooltip,
.thy-rate.is-invalid ~ .invalid-feedback,
.thy-rate.is-invalid ~ .invalid-tooltip,
.was-validated .thy-color-picker:invalid ~ .invalid-feedback,
.was-validated .thy-color-picker:invalid ~ .invalid-tooltip,
.thy-color-picker.is-invalid ~ .invalid-feedback,
.thy-color-picker.is-invalid ~ .invalid-tooltip,
.was-validated .thy-checkbox:invalid ~ .invalid-feedback,
.was-validated .thy-checkbox:invalid ~ .invalid-tooltip,
.thy-checkbox.is-invalid ~ .invalid-feedback,
.thy-checkbox.is-invalid ~ .invalid-tooltip,
.was-validated .thy-slider:invalid ~ .invalid-feedback,
.was-validated .thy-slider:invalid ~ .invalid-tooltip,
.thy-slider.is-invalid ~ .invalid-feedback,
.thy-slider.is-invalid ~ .invalid-tooltip,
.was-validated .input-label-container:invalid ~ .invalid-feedback,
.was-validated .input-label-container:invalid ~ .invalid-tooltip,
.input-label-container.is-invalid ~ .invalid-feedback,
.input-label-container.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ff7575;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff7575;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: rgb(255, 244.5, 244.5);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ffa8a8;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px var(--bg-color-default), 0 0 0 0.0625rem rgba(255, 117, 117, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff7575;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.0625rem rgba(255, 117, 117, 0.25);
}
.form-control.thy-invalid {
  border-color: #ff7575;
}
.form-inline,
.thy-form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check,
.thy-form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label,
  .thy-form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group,
  .thy-form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .form-inline .form-control,
  .thy-form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-label,
  .thy-form-inline .form-label {
    margin-right: 10px;
  }
  .form-inline .form-control-plaintext,
  .thy-form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .thy-form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check,
  .thy-form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
    padding-bottom: 0px;
  }
  .form-inline .form-check-input,
  .thy-form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control,
  .thy-form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label,
  .thy-form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.label-required::before {
  content: "*";
  color: #ff7575;
  margin-right: 4px;
  position: relative;
  top: 3px;
}
.label-required--after::before {
  content: none;
}
.label-required--after::after {
  content: "*";
  color: #ff7575;
  margin-left: 4px;
  position: relative;
  top: 3px;
}
.thy-form .row-fill {
  margin-right: 0px;
  margin-left: 0px;
}
.thy-form .form-group:last-child {
  margin-bottom: 0;
}
.thy-form .form-group-footer {
  display: flex;
  align-items: center;
}
.thy-form .form-group-footer .form-footer-description {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thy-form .form-group-footer.form-group-footer-align-left {
  flex-direction: row;
}
.thy-form .form-group-footer.form-group-footer-align-left .form-footer-description {
  margin-left: 30px;
  text-align: right;
}
.thy-form .form-group-footer.form-group-footer-align-center {
  justify-content: center;
}
.thy-form .form-group-footer.form-group-footer-align-center .form-footer-description {
  margin-left: 30px;
  text-align: right;
}
.thy-form .form-group-footer.form-group-footer-align-right {
  flex-direction: row-reverse;
}
.thy-form .form-group-footer.form-group-footer-align-right .form-footer-description {
  margin-right: 30px;
  text-align: left;
}
.thy-form-vertical .form-group {
  display: block;
}
.thy-form-vertical .form-group .label-required::before {
  content: none;
}
.thy-form-vertical .form-group .label-required::after {
  content: "*";
  color: #ff7575;
  margin-left: 4px;
  position: relative;
  top: 0px;
}
.invalid-feedback {
  line-height: 1;
  font-size: 0.75rem;
}
.form-check {
  position: relative;
  display: block;
  width: max-content;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.5715;
}
.form-check:last-of-type {
  margin-bottom: 0;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1rem;
}
.form-check-input:disabled ~ .form-check-label {
  cursor: not-allowed;
  color: var(--gray-400);
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: relative;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
input[type=radio],
input[type=checkbox] {
  margin-top: 3px;
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  border: solid 1px var(--gray-300);
  cursor: pointer;
  transition: border 200ms;
  box-sizing: border-box;
  padding: 0;
}
input[type=radio]:not(.form-check-input),
input[type=checkbox]:not(.form-check-input) {
  position: relative;
}
input[type=radio]:checked::after,
input[type=checkbox]:checked::after {
  opacity: 1;
}
input[type=radio]:checked:not(:disabled),
input[type=checkbox]:checked:not(:disabled) {
  border-color: #6698ff;
}
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 0;
}
input[type=radio]:not(:disabled):hover,
input[type=checkbox]:not(:disabled):hover {
  border-color: #6698ff;
}
input[type=radio]:disabled,
input[type=checkbox]:disabled {
  background-color: var(--checkbox-disabled-bg-color);
  cursor: not-allowed;
}
input[type=checkbox] {
  border-radius: 2px;
}
input[type=checkbox]:after {
  position: absolute;
  border: 3px solid #6698ff;
  border-top: 0;
  border-left: 0;
  opacity: 0;
  content: " ";
  top: 4px;
  left: 1px;
  width: 10px;
  height: 14px;
}
input[type=checkbox]:checked::after {
  transform: rotate(45deg) scale(0.6) translate(-50%, -50%);
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
input[type=checkbox]:checked:not(:disabled) {
  background: #6698ff;
}
input[type=checkbox]:checked:not(:disabled)::after {
  border-color: #fff;
}
input[type=checkbox]:checked:disabled::after {
  border-color: var(--gray-400);
}
input.form-check-indeterminate[type=checkbox]::after {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #6698ff;
  border: 0;
  transform: translate(-50%, -50%);
  opacity: 1;
  content: " ";
}
input.form-check-indeterminate[type=checkbox]:disabled::after {
  background-color: var(--gray-400);
}
input[type=radio] {
  border-radius: 100%;
  cursor: pointer;
}
input[type=radio]::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #6698ff;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
input[type=radio]:checked:not(:disabled)::after {
  background: #6698ff;
}
input[type=radio]:checked:disabled::after {
  background: var(--gray-400);
}
.form-check-label {
  margin-left: 0.5rem;
  cursor: pointer;
  color: var(--gray-600);
  transition: color 200ms;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.form-check-inline .form-check-label {
  margin-left: 0.5rem;
}
.form-check-checked > .form-check-label {
  color: var(--gray-800);
}
.form-check-no-label-text {
  position: relative;
  vertical-align: text-bottom;
}
.form-check-inline-no-label-text {
  margin-right: 0.5rem;
}
.thy-input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.thy-input-group > .form-control,
.thy-input-group > .custom-select,
.thy-input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.thy-input-group > .form-control:focus,
.thy-input-group > .custom-select:focus,
.thy-input-group > .custom-file:focus {
  z-index: 3;
}
.thy-input-group > .form-control + .form-control,
.thy-input-group > .form-control + .custom-select,
.thy-input-group > .form-control + .custom-file,
.thy-input-group > .custom-select + .form-control,
.thy-input-group > .custom-select + .custom-select,
.thy-input-group > .custom-select + .custom-file,
.thy-input-group > .custom-file + .form-control,
.thy-input-group > .custom-file + .custom-select,
.thy-input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.thy-input-group > .form-control:not(:last-child),
.thy-input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.thy-input-group > .form-control:not(:first-child),
.thy-input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.thy-input-group-with-textarea-suffix > .form-control {
  min-height: 34px;
  padding-bottom: 28px;
}
.thy-input-group-with-textarea-suffix > .form-control:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.thy-input-group-with-textarea-suffix .input-group-suffix {
  position: absolute;
  right: 0;
  bottom: 6px;
  z-index: 3;
}
.thy-input-group-with-textarea-suffix:not(.disabled) .input-group-suffix {
  background-color: var(--bg-color-default);
}
.thy-input-group-with-scroll-bar .input-group-suffix {
  right: 14px;
}
.thy-input-group > .custom-file {
  display: flex;
  align-items: center;
}
.thy-input-group > .custom-file:not(:last-child) .custom-file-label,
.thy-input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.thy-input-group > .custom-file:not(:first-child) .custom-file-label,
.thy-input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5715;
  color: var(--gray-700);
  text-align: center;
  white-space: nowrap;
  background-color: var(--gray-100);
  border: 1px solid var(--gray-200);
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-text i {
  line-height: normal;
}
.thy-input-group > .input-group-prepend > .btn,
.thy-input-group > .input-group-prepend > .input-group-text,
.thy-input-group > .input-group-append:not(:last-child) > .btn,
.thy-input-group > .input-group-append:not(:last-child) > .input-group-text,
.thy-input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.thy-input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.thy-input-group > .input-group-append > .btn,
.thy-input-group > .input-group-append > .input-group-text,
.thy-input-group > .input-group-prepend:not(:first-child) > .btn,
.thy-input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.thy-input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.thy-input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.thy-input-group-with-prefix,
.thy-input-group-with-suffix {
  position: relative;
  width: 100%;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
}
.thy-input-group-with-prefix .form-control,
.thy-input-group-with-suffix .form-control {
  flex: 1;
  border: 0 !important;
}
.thy-input-group-with-prefix .input-group-prefix,
.thy-input-group-with-suffix .input-group-prefix {
  margin-left: 0.75rem;
  display: inline-flex;
  align-items: center;
}
.thy-input-group-with-prefix .input-group-suffix,
.thy-input-group-with-suffix .input-group-suffix {
  margin-right: 0.75rem;
}
.thy-input-group-with-prefix.input-group-sm .input-group-prefix,
.thy-input-group-with-prefix.input-group-md .input-group-prefix,
.thy-input-group-with-suffix.input-group-sm .input-group-prefix,
.thy-input-group-with-suffix.input-group-md .input-group-prefix {
  margin-left: 0.5rem;
}
.thy-input-group-with-prefix.input-group-sm .input-group-suffix,
.thy-input-group-with-prefix.input-group-md .input-group-suffix,
.thy-input-group-with-suffix.input-group-sm .input-group-suffix,
.thy-input-group-with-suffix.input-group-md .input-group-suffix {
  margin-right: 0.5rem;
}
.thy-input-group-with-prefix .form-control,
.thy-input-group-with-suffix .form-control {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.thy-input-group-with-prefix:not(.input-group-sm):not(.input-group-md) .form-control:last-child {
  padding-right: 0.75rem;
}
.thy-input-group-with-suffix:not(.input-group-sm):not(.input-group-md) .form-control:first-child:not(.search-input-field) {
  padding-left: 0.75rem;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(1.5715em + 0.75rem + 2px);
}
select.form-control:focus::-ms-value {
  color: var(--gray-800);
  background-color: var(--bg-color-default);
}
select.form-control-sm:not([size]):not([multiple]) {
  height: 28px;
}
select.form-control-lg:not([size]):not([multiple]) {
  height: 44px;
}
select.form-control-xs:not([size]):not([multiple]) {
  height: 24px;
}
select.form-control-md:not([size]):not([multiple]) {
  height: 32px;
}
.thy-select {
  position: relative;
  display: block;
}
.thy-select > .thy-icon {
  right: 12px;
  font-size: 1rem;
  pointer-events: none;
  color: var(--gray-400);
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.thy-select:hover .thy-select-remove {
  visibility: visible;
}
.thy-select .thy-select-remove {
  visibility: hidden;
  right: 12px;
  font-size: 0.875rem;
  z-index: 11;
  background: var(--bg-color-default);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.thy-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
}
.thy-select select:required:invalid {
  color: var(--gray-300);
}
.thy-select option[value=""][disabled] {
  display: none;
}
.thy-select option {
  color: var(--gray-800);
}
.thy-select-custom {
  display: block;
  width: 100%;
  position: relative;
  outline: none;
}
.thy-select-custom .form-control-custom {
  cursor: pointer;
}
.thy-select-custom .form-control-custom.disabled {
  cursor: not-allowed;
}
.thy-select-custom:focus .form-control-custom:not(.disabled) {
  border: 1px solid #6698ff;
}
.thy-select-custom--multiple .multiple-value-wrapper {
  margin-top: -0.03175rem;
  margin-bottom: -0.34425rem;
  margin-right: 15px;
}
.thy-select-empty-margin {
  margin: 40px auto;
}
.thy-select-empty-content {
  margin: 40px auto;
}
.thy-select-dropdown-options {
  max-height: 300px;
  overflow-y: auto;
  padding: 12px 0;
}
.thy-select-dropdown-options .loading-more {
  min-height: auto;
  text-align: center;
}
.thy-select-dropdown-options .thy-option-item-group {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.thy-select-dropdown-options .thy-option-item {
  min-height: 40px;
  color: var(--gray-800);
  cursor: pointer;
  outline-style: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.thy-select-dropdown-options .thy-option-item:not(.disabled).active .thy-text .thy-icon {
  color: #6698ff;
}
.thy-select-dropdown-options .thy-option-item .prefix-icon {
  margin-right: 8px;
  color: var(--gray-500);
}
.thy-select-dropdown-options .thy-option-item:not(.disabled).hover,
.thy-select-dropdown-options .thy-option-item:not(.disabled):hover {
  background: var(--gray-100);
}
.thy-select-dropdown-options .thy-option-item:not(.disabled).active {
  background: rgba(102, 152, 255, 0.1);
  color: #6698ff;
}
.thy-select-dropdown-options .thy-option-item:not(.disabled).active .prefix-icon {
  color: #6698ff;
}
.thy-select-dropdown-options .thy-option-item.disabled {
  background: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.thy-select-dropdown-options .thy-option-item.hidden {
  display: none;
}
.thy-select-dropdown-options .thy-option-item-group {
  flex-direction: column;
}
.thy-select-dropdown-options .thy-option-item-group.thy-select-option-group-hidden {
  display: none;
}
.thy-select-dropdown-options .thy-option-item-group .group-name {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: var(--gray-600);
  background-color: var(--gray-80);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.75rem;
}
.thy-select-dropdown-options .thy-option-item-group .thy-option-item {
  padding-left: 20px;
  padding-right: 20px;
}
.thy-select-dropdown {
  width: 100%;
  background: var(--bg-color-panel);
  border-radius: 0.25rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--gray-200);
}
.thy-select-dropdown.thy-select-dropdown-multiple .thy-select-dropdown-options .thy-option-item {
  padding-left: 20px;
  padding-right: 35px;
}
.thy-select-dropdown.thy-select-dropdown-multiple .thy-select-dropdown-options .thy-option-item:not(.disabled).active .thy-text .thy-icon {
  color: var(--gray-600);
}
.thy-select-dropdown.thy-select-dropdown-multiple .thy-select-dropdown-options .thy-option-item .checked-icon {
  visibility: hidden;
  position: absolute;
  right: 20px;
}
.thy-select-dropdown.thy-select-dropdown-multiple .thy-select-dropdown-options .thy-option-item:not(.disabled).hover,
.thy-select-dropdown.thy-select-dropdown-multiple .thy-select-dropdown-options .thy-option-item:not(.disabled):hover {
  background: var(--gray-100);
}
.thy-select-dropdown.thy-select-dropdown-multiple .thy-select-dropdown-options .thy-option-item:not(.disabled).active {
  background: transparent;
  color: var(--gray-800);
}
.thy-select-dropdown.thy-select-dropdown-multiple .thy-select-dropdown-options .thy-option-item:not(.disabled).active .checked-icon {
  visibility: visible;
  color: #6698ff;
}
.thy-select-dropdown.thy-select-dropdown-multiple .thy-select-dropdown-options .thy-option-item:not(.disabled).active.hover,
.thy-select-dropdown.thy-select-dropdown-multiple .thy-select-dropdown-options .thy-option-item:not(.disabled).active:hover {
  background: var(--gray-100);
  color: var(--gray-800);
}
.thy-select-dropdown.thy-select-dropdown-multiple .thy-select-dropdown-options .thy-option-item:not(.disabled).active .prefix-icon {
  color: var(--gray-500);
}
.thy-select-dropdown.thy-select-dropdown-single .thy-select-dropdown-options .thy-option-item .checked-icon {
  display: none;
}
.thy-select-dropdown .thy-custom-select-footer {
  display: flex;
  height: 41px;
  line-height: 40px;
  color: #6698ff;
  cursor: pointer;
  border-top: solid 1px var(--gray-200);
  padding-left: 20px;
  padding-right: 20px;
}
.thy-select-dropdown .thy-custom-select-footer:hover {
  background-color: var(--gray-80);
}
.thy-select-dropdown-options-sm .thy-option-item .thy-avatar {
  display: inline-flex;
}
.thy-select-dropdown-options-sm .thy-option-item .thy-avatar img,
.thy-select-dropdown-options-sm .thy-option-item .thy-avatar .avatar-default {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  font-size: 12px;
  vertical-align: middle;
}
.thy-select-dropdown-options-sm .thy-option-item .thy-avatar img div,
.thy-select-dropdown-options-sm .thy-option-item .thy-avatar .avatar-default div {
  display: inline-block;
}
.thy-select-dropdown-options-sm .thy-option-item .thy-avatar .thy-avatar-disabled {
  width: 20px;
  height: 20px;
}
.thy-select-dropdown-options-sm .thy-option-item .thy-avatar .thy-avatar-disabled-icon {
  font-size: 15px;
}
.thy-select-dropdown-options-default .thy-option-item .thy-avatar {
  display: inline-flex;
}
.thy-select-dropdown-options-default .thy-option-item .thy-avatar img,
.thy-select-dropdown-options-default .thy-option-item .thy-avatar .avatar-default {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  font-size: 12px;
  vertical-align: middle;
}
.thy-select-dropdown-options-default .thy-option-item .thy-avatar img div,
.thy-select-dropdown-options-default .thy-option-item .thy-avatar .avatar-default div {
  display: inline-block;
  transform: scale(0.9);
}
.thy-select-dropdown-options-default .thy-option-item .thy-avatar .thy-avatar-disabled {
  width: 24px;
  height: 24px;
}
.thy-select-dropdown-options-default .thy-option-item .thy-avatar .thy-avatar-disabled-icon {
  font-size: 18px;
}
.thy-select-dropdown-options-md .thy-option-item .thy-avatar {
  display: inline-flex;
}
.thy-select-dropdown-options-md .thy-option-item .thy-avatar img,
.thy-select-dropdown-options-md .thy-option-item .thy-avatar .avatar-default {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  font-size: 12px;
  vertical-align: middle;
}
.thy-select-dropdown-options-md .thy-option-item .thy-avatar img div,
.thy-select-dropdown-options-md .thy-option-item .thy-avatar .avatar-default div {
  display: inline-block;
  transform: scale(0.9);
}
.thy-select-dropdown-options-md .thy-option-item .thy-avatar .thy-avatar-disabled {
  width: 24px;
  height: 24px;
}
.thy-select-dropdown-options-md .thy-option-item .thy-avatar .thy-avatar-disabled-icon {
  font-size: 18px;
}
.thy-select-dropdown-options-lg .thy-option-item .thy-avatar {
  display: inline-flex;
}
.thy-select-dropdown-options-lg .thy-option-item .thy-avatar img,
.thy-select-dropdown-options-lg .thy-option-item .thy-avatar .avatar-default {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 28px;
  font-size: 12px;
  vertical-align: middle;
}
.thy-select-dropdown-options-lg .thy-option-item .thy-avatar img div,
.thy-select-dropdown-options-lg .thy-option-item .thy-avatar .avatar-default div {
  display: inline-block;
}
.thy-select-dropdown-options-lg .thy-option-item .thy-avatar .thy-avatar-disabled {
  width: 28px;
  height: 28px;
}
.thy-select-dropdown-options-lg .thy-option-item .thy-avatar .thy-avatar-disabled-icon {
  font-size: 21px;
}
.select-control {
  position: relative;
  padding-right: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.select-control .select-control-rendered {
  line-height: 24px;
  min-height: 24px;
}
.select-control .select-control-rendered .select-control-search {
  height: 24px;
  line-height: 24px;
}
.select-control .select-control-rendered .thy-avatar {
  display: inline-flex;
}
.select-control .select-control-rendered .thy-avatar > img,
.select-control .select-control-rendered .thy-avatar > .avatar-default {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.select-control .select-control-rendered .select-control-search {
  height: 24px;
}
.select-control .select-control-rendered .choice-item {
  padding: 0 0 0 12px;
  border: 0 none;
}
.select-control .select-control-rendered .choice-item .choice-remove-link {
  height: 100%;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
}
.select-control .select-control-rendered .choice-item .choice-remove-link span {
  height: 100%;
  padding: 0 6px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: background 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.select-control .select-control-rendered .choice-item .choice-remove-link .thy-icon {
  transition: color 0.2s ease-in-out;
  margin-right: 0;
}
.select-control .select-control-rendered .choice-item .choice-remove-link:hover {
  background-color: var(--bg-color-default);
}
.select-control .select-control-rendered .choice-item .choice-remove-link:hover span {
  background-color: rgba(255, 117, 117, 0.1);
}
.select-control .select-control-rendered .choice-item .choice-remove-link:hover .thy-icon {
  color: #ff7575;
}
.select-control .select-control-rendered .choice-item.disabled,
.select-control .select-control-rendered .choice-item.max-tag-count-choice {
  padding-right: 8px;
}
.select-control.form-control-xs {
  padding-top: 1px;
  padding-bottom: 1px;
}
.select-control.form-control-xs .select-control-rendered {
  line-height: 20px;
  min-height: 20px;
}
.select-control.form-control-xs .select-control-rendered .select-control-search {
  height: 20px;
  line-height: 20px;
}
.select-control.form-control-xs .select-control-rendered .thy-avatar {
  display: inline-flex;
}
.select-control.form-control-xs .select-control-rendered .thy-avatar > img,
.select-control.form-control-xs .select-control-rendered .thy-avatar > .avatar-default {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.select-control.form-control-xs .select-control-rendered .select-control-search {
  height: unset;
}
.select-control.form-control-xs .select-control-rendered .choice-item {
  padding: 0 0 0 12px;
  border: 0 none;
}
.select-control.form-control-xs .select-control-rendered .choice-item .choice-remove-link {
  height: 100%;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
}
.select-control.form-control-xs .select-control-rendered .choice-item .choice-remove-link span {
  height: 100%;
  padding: 0 6px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: background 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.select-control.form-control-xs .select-control-rendered .choice-item .choice-remove-link .thy-icon {
  transition: color 0.2s ease-in-out;
  margin-right: 0;
}
.select-control.form-control-xs .select-control-rendered .choice-item .choice-remove-link:hover {
  background-color: var(--bg-color-default);
}
.select-control.form-control-xs .select-control-rendered .choice-item .choice-remove-link:hover span {
  background-color: rgba(255, 117, 117, 0.1);
}
.select-control.form-control-xs .select-control-rendered .choice-item .choice-remove-link:hover .thy-icon {
  color: #ff7575;
}
.select-control.form-control-xs .select-control-rendered .choice-item.disabled,
.select-control.form-control-xs .select-control-rendered .choice-item.max-tag-count-choice {
  padding-right: 8px;
}
.select-control.form-control-sm {
  padding-top: 3px;
  padding-bottom: 3px;
}
.select-control.form-control-sm .select-control-rendered {
  line-height: 20px;
  min-height: 20px;
}
.select-control.form-control-sm .select-control-rendered .select-control-search {
  height: 20px;
  line-height: 20px;
}
.select-control.form-control-sm .select-control-rendered .thy-avatar {
  display: inline-flex;
}
.select-control.form-control-sm .select-control-rendered .thy-avatar > img,
.select-control.form-control-sm .select-control-rendered .thy-avatar > .avatar-default {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.select-control.form-control-sm .select-control-rendered .select-control-search {
  height: unset;
}
.select-control.form-control-sm .select-control-rendered .choice-item {
  padding: 0 0 0 12px;
  border: 0 none;
}
.select-control.form-control-sm .select-control-rendered .choice-item .choice-remove-link {
  height: 100%;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
}
.select-control.form-control-sm .select-control-rendered .choice-item .choice-remove-link span {
  height: 100%;
  padding: 0 6px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: background 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.select-control.form-control-sm .select-control-rendered .choice-item .choice-remove-link .thy-icon {
  transition: color 0.2s ease-in-out;
  margin-right: 0;
}
.select-control.form-control-sm .select-control-rendered .choice-item .choice-remove-link:hover {
  background-color: var(--bg-color-default);
}
.select-control.form-control-sm .select-control-rendered .choice-item .choice-remove-link:hover span {
  background-color: rgba(255, 117, 117, 0.1);
}
.select-control.form-control-sm .select-control-rendered .choice-item .choice-remove-link:hover .thy-icon {
  color: #ff7575;
}
.select-control.form-control-sm .select-control-rendered .choice-item.disabled,
.select-control.form-control-sm .select-control-rendered .choice-item.max-tag-count-choice {
  padding-right: 8px;
}
.select-control.form-control-md {
  padding-top: 3px;
  padding-bottom: 3px;
}
.select-control.form-control-md .select-control-rendered {
  line-height: 24px;
  min-height: 24px;
}
.select-control.form-control-md .select-control-rendered .select-control-search {
  height: 24px;
  line-height: 24px;
}
.select-control.form-control-md .select-control-rendered .thy-avatar {
  display: inline-flex;
}
.select-control.form-control-md .select-control-rendered .thy-avatar > img,
.select-control.form-control-md .select-control-rendered .thy-avatar > .avatar-default {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.select-control.form-control-md .select-control-rendered .select-control-search {
  height: 24px;
}
.select-control.form-control-md .select-control-rendered .choice-item {
  padding: 0 0 0 12px;
  border: 0 none;
}
.select-control.form-control-md .select-control-rendered .choice-item .choice-remove-link {
  height: 100%;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
}
.select-control.form-control-md .select-control-rendered .choice-item .choice-remove-link span {
  height: 100%;
  padding: 0 6px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: background 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.select-control.form-control-md .select-control-rendered .choice-item .choice-remove-link .thy-icon {
  transition: color 0.2s ease-in-out;
  margin-right: 0;
}
.select-control.form-control-md .select-control-rendered .choice-item .choice-remove-link:hover {
  background-color: var(--bg-color-default);
}
.select-control.form-control-md .select-control-rendered .choice-item .choice-remove-link:hover span {
  background-color: rgba(255, 117, 117, 0.1);
}
.select-control.form-control-md .select-control-rendered .choice-item .choice-remove-link:hover .thy-icon {
  color: #ff7575;
}
.select-control.form-control-md .select-control-rendered .choice-item.disabled,
.select-control.form-control-md .select-control-rendered .choice-item.max-tag-count-choice {
  padding-right: 8px;
}
.select-control.form-control-lg {
  padding-top: 7px;
  padding-bottom: 7px;
}
.select-control.form-control-lg .select-control-rendered {
  line-height: 28px;
  min-height: 28px;
}
.select-control.form-control-lg .select-control-rendered .select-control-search {
  height: 28px;
  line-height: 28px;
}
.select-control.form-control-lg .select-control-rendered .thy-avatar {
  display: inline-flex;
}
.select-control.form-control-lg .select-control-rendered .thy-avatar > img,
.select-control.form-control-lg .select-control-rendered .thy-avatar > .avatar-default {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.select-control.form-control-lg .select-control-rendered .selected-value,
.select-control.form-control-lg .select-control-rendered .select-control-search > .form-control-lg {
  font-size: 1.125rem;
}
.select-control.form-control-lg .select-control-rendered .select-control-search {
  height: 28px;
}
.select-control.form-control-lg .select-control-rendered .choice-item {
  padding: 0 0 0 12px;
  border: 0 none;
}
.select-control.form-control-lg .select-control-rendered .choice-item .choice-remove-link {
  height: 100%;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
}
.select-control.form-control-lg .select-control-rendered .choice-item .choice-remove-link span {
  height: 100%;
  padding: 0 6px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: background 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.select-control.form-control-lg .select-control-rendered .choice-item .choice-remove-link .thy-icon {
  transition: color 0.2s ease-in-out;
  margin-right: 0;
}
.select-control.form-control-lg .select-control-rendered .choice-item .choice-remove-link:hover {
  background-color: var(--bg-color-default);
}
.select-control.form-control-lg .select-control-rendered .choice-item .choice-remove-link:hover span {
  background-color: rgba(255, 117, 117, 0.1);
}
.select-control.form-control-lg .select-control-rendered .choice-item .choice-remove-link:hover .thy-icon {
  color: #ff7575;
}
.select-control.form-control-lg .select-control-rendered .choice-item.disabled,
.select-control.form-control-lg .select-control-rendered .choice-item.max-tag-count-choice {
  padding-right: 8px;
}
.select-control .search-input-field {
  width: 100%;
  padding: 0;
  border: none;
  height: 100%;
}
.select-control .search-input-field.hidden {
  visibility: hidden;
}
.select-control .select-control-rendered {
  position: relative;
  display: flex;
  align-items: center;
}
.select-control .select-control-rendered .text-placeholder,
.select-control .select-control-rendered .selected-value {
  position: absolute;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  align-items: center;
}
.select-control .select-control-rendered .text-placeholder .thy-tag,
.select-control .select-control-rendered .selected-value .thy-tag {
  vertical-align: top;
}
.select-control.panel-is-opened {
  border-color: #6698ff;
}
.select-control.panel-is-opened .select-control-arrow svg {
  transform: rotate(180deg);
  transition: transform 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.select-control.panel-is-opened.select-control-show-search .selected-value {
  opacity: 0.4;
}
.select-control .select-control-arrow {
  right: 12px;
  font-size: 1rem;
  pointer-events: none;
  color: var(--gray-400);
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.select-control .select-control-arrow svg {
  transform: rotate(0deg);
  transition: transform 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.select-control .select-control-clear {
  display: none;
  right: 12px;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.select-control:not(.disabled):hover .select-control-clear {
  display: block;
}
.select-control-multiple.thy-select-show-search {
  cursor: text;
}
.select-control-multiple .select-control-search {
  position: static;
  float: left;
  width: auto;
  max-width: 100%;
  padding: 0;
  height: inherit;
  line-height: inherit;
}
.select-control-multiple .select-control-search .search-input-field {
  width: 1px;
  max-width: 100%;
}
.select-control-multiple .custom-choice-item {
  position: relative;
}
.select-control-multiple .custom-choice-item .thy-tag {
  max-width: 100%;
  padding-right: 28px;
}
.select-control-multiple .custom-choice-item .choice-remove-link {
  position: absolute;
  right: 12px;
  top: 0;
}
.select-control-multiple .custom-choice-item .choice-remove-link .thy-icon-close {
  color: #fff;
  opacity: 0.7;
}
.select-control-multiple .custom-choice-item .choice-remove-link:hover .thy-icon-close {
  color: #fff;
  opacity: 1;
}
.select-control-multiple .choice-item {
  float: left;
  max-width: 97%;
  color: var(--gray-700);
  cursor: default;
}
.select-control-multiple .choice-item.disabled {
  cursor: not-allowed;
  color: var(--gray-600);
}
.select-control-multiple .choice-item .thy-icon-close {
  cursor: pointer;
  color: var(--gray-500);
}
.select-control-borderless {
  border-color: transparent !important;
}
.progress-circle {
  width: inherit;
}
.progress-circle-inner {
  position: relative;
  display: inline-block;
  width: 112px;
  height: 112px;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 100px;
}
.progress-circle-svg {
  position: relative;
  line-height: 1;
  background: transparent;
}
.progress-circle-trail {
  stroke: var(--gray-200);
}
.progress-circle-path {
  animation: thy-progress-appear 0.3s;
  stroke: #6698ff;
}
.progress-circle-content {
  display: inline-block;
  font-size: 1rem;
  color: var(--gray-800);
  word-break: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
  transform: translate(-50%, -50%);
}
.progress-circle-primary .progress-circle-path {
  stroke: #6698ff;
}
.progress-circle-inner .progress-circle-path-primary {
  stroke: #6698ff;
}
.progress-circle-info .progress-circle-path {
  stroke: #5dcfff;
}
.progress-circle-inner .progress-circle-path-info {
  stroke: #5dcfff;
}
.progress-circle-success .progress-circle-path {
  stroke: #73d897;
}
.progress-circle-inner .progress-circle-path-success {
  stroke: #73d897;
}
.progress-circle-warning .progress-circle-path {
  stroke: #ffcd5d;
}
.progress-circle-inner .progress-circle-path-warning {
  stroke: #ffcd5d;
}
.progress-circle-danger .progress-circle-path {
  stroke: #ff7575;
}
.progress-circle-inner .progress-circle-path-danger {
  stroke: #ff7575;
}
.progress-circle-inner-xs {
  width: 44px !important;
  height: 44px !important;
}
.progress-circle-inner-sm {
  width: 80px !important;
  height: 80px !important;
}
.progress-circle-inner-md {
  width: 112px !important;
  height: 112px !important;
}
.progress-circle-inner-lg {
  width: 160px !important;
  height: 160px !important;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 10px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress-bar {
  overflow: hidden;
}
.progress-bar:before {
  left: -17px;
  width: 20px;
  height: 20px;
  border-radius: 0 20px 20px 0;
}
.progress-bar:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.progress-bar:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.progress-bar {
  display: flex;
  height: 100%;
  min-width: 4px;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
}
.progress-bar {
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar[aria-valuenow="0"]:before {
  display: none;
}
.progress-bar:first-child:before {
  display: none;
}
.progress-bar:last-child .progress-bar-inner {
  border-right: 1px var(--bg-color-default) solid;
  border-radius: 0 100px 100px 0;
}
.progress-bar:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background: var(--bg-color-default);
}
.progress-bar .progress-bar-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-color: #6698ff;
  text-align: center;
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 10px 10px;
}
.progress-stacked .progress-bar {
  background-color: var(--bg-color-default);
}
.progress-stacked .progress-bar:last-child {
  border-right: 1px var(--bg-color-default) solid;
}
.progress-stacked .progress-bar .progress-bar-inner {
  border-radius: 0 100px 100px 0;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.progress-bar-primary .progress-bar-inner {
  background: #6698ff;
}
.progress-bar-info .progress-bar-inner {
  background: #5dcfff;
}
.progress-bar-success .progress-bar-inner {
  background: #73d897;
}
.progress-bar-warning .progress-bar-inner {
  background: #ffcd5d;
}
.progress-bar-danger .progress-bar-inner {
  background: #ff7575;
}
.progress-xs .progress-bar {
  overflow: hidden;
}
.progress-xs .progress-bar:before {
  left: -5px;
  width: 8px;
  height: 8px;
  border-radius: 0 8px 8px 0;
}
.progress-xs .progress-bar:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.progress-xs .progress-bar:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.progress-sm .progress-bar {
  overflow: hidden;
}
.progress-sm .progress-bar:before {
  left: -9px;
  width: 12px;
  height: 12px;
  border-radius: 0 12px 12px 0;
}
.progress-sm .progress-bar:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.progress-sm .progress-bar:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.progress-md .progress-bar {
  overflow: hidden;
}
.progress-md .progress-bar:before {
  left: -17px;
  width: 20px;
  height: 20px;
  border-radius: 0 20px 20px 0;
}
.progress-md .progress-bar:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.progress-md .progress-bar:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.progress-lg .progress-bar {
  overflow: hidden;
}
.progress-lg .progress-bar:before {
  left: -29px;
  width: 32px;
  height: 32px;
  border-radius: 0 32px 32px 0;
}
.progress-lg .progress-bar:first-child {
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
.progress-lg .progress-bar:last-child {
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.progress,
.thy-progress {
  display: flex;
  align-items: center;
  font-size: 0.65625rem;
}
.progress-xs.thy-progress-circle {
  height: inherit;
  background-color: transparent;
}
.progress-xs .thy-progress-strip-outer {
  height: 4px;
  background-color: var(--gray-200);
}
.progress-sm.thy-progress-circle {
  height: inherit;
  background-color: transparent;
}
.progress-sm .thy-progress-strip-outer {
  height: 6px;
  background-color: var(--gray-200);
}
.progress-md.thy-progress-circle {
  height: inherit;
  background-color: transparent;
}
.progress-md .thy-progress-strip-outer {
  height: 10px;
  background-color: var(--gray-200);
}
.progress-lg.thy-progress-circle {
  height: inherit;
  background-color: transparent;
}
.progress-lg .thy-progress-strip-outer {
  height: 16px;
  background-color: var(--gray-200);
}
.thy-progress-strip-outer {
  display: flex;
  flex: 1;
  height: 10px;
  background-color: var(--gray-200);
  overflow: hidden;
  font-size: 0.65625rem;
  border-radius: 100px;
}
.thy-progress-strip-outer.thy-progress-circle {
  height: inherit;
  background-color: transparent;
}
.thy-progress-strip-outer .thy-progress-strip-outer {
  height: 10px;
  background-color: var(--gray-200);
}
.thy-progress-strip-text:not(:empty) {
  margin-left: 8px;
  width: 40px;
  white-space: nowrap;
  color: var(--gray-800);
  font-size: 0.875rem;
}
.thy-slide-backdrop {
  background: none;
}
.thy-slide-overlay-pane {
  position: fixed !important;
  display: block;
  opacity: 1;
  white-space: nowrap;
}
.thy-slide-overlay-pane.thy-slide-right {
  right: 0;
}
.thy-slide-overlay-pane.thy-slide-left {
  left: 0;
}
.thy-slide-overlay-pane.thy-slide-left .thy-slide-container {
  border-right: 1px solid var(--gray-200);
}
.thy-slide-overlay-pane.thy-slide-right {
  right: 0;
}
.thy-slide-overlay-pane.thy-slide-right .thy-slide-container {
  border-left: 1px solid var(--gray-200);
}
.thy-slide-overlay-pane.thy-slide-top {
  top: 0;
}
.thy-slide-overlay-pane.thy-slide-top .thy-slide-container {
  border-bottom: 1px solid var(--gray-200);
}
.thy-slide-overlay-pane.thy-slide-bottom {
  bottom: 0;
}
.thy-slide-overlay-pane.thy-slide-bottom .thy-slide-container {
  border-top: 1px solid var(--gray-200);
}
.thy-slide-container {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  position: absolute;
}
.thy-slide-container.thy-slide-over {
  box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, 0.031372549), -4px 0px 12px 4px rgba(0, 0, 0, 0.031372549);
}
.thy-slide-container.thy-slide-side {
  border: solid 1px var(--gray-200);
}
.thy-slide-container.thy-slide-push {
  border: solid 1px var(--gray-200);
}
.thy-slide-lg {
  height: 100%;
}
.thy-slide {
  width: 360px;
}
.thy-slide-side-drawer-container {
  transition-duration: 200ms;
  transition-property: transform, margin;
}
.thy-slide-push-drawer-container {
  transition-duration: 200ms;
  transition-property: transform translate;
}
.thy-slide-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  height: 100%;
  background: var(--bg-color-default);
}
.thy-slide-layout .thy-slide-header {
  display: flex;
  flex-direction: row;
  padding: 0 1.25rem;
  height: 48px;
  border-bottom: solid 1px var(--gray-200);
  background-color: transparent;
  flex: 0 0 auto;
  align-items: center;
}
.thy-slide-layout .thy-slide-header .thy-slide-header-title {
  color: var(--gray-800);
  font-size: 15px;
  line-height: 1.25rem;
  font-weight: normal;
  margin-bottom: 0;
}
.thy-slide-layout .thy-slide-header .thy-slide-header-main {
  flex: 1;
  padding: 0 20px;
}
.thy-slide-layout .thy-slide-body {
  flex: auto;
  overflow-y: auto;
  padding: 0 1.25rem 0.75rem 1.25rem;
}
.thy-slide-layout .thy-slide-footer {
  flex: 0 0 auto;
  border-top: solid 1px var(--gray-200);
  padding: 15px 20px 0;
  height: 56px;
}
.thy-slide-layout .thy-slide-body-section {
  display: block;
  padding-top: 20px;
}
.thy-slide-layout .thy-slide-body-section.thy-slide-body-section-divider:not(:last-child) {
  border-bottom: 1px solid var(--gray-200);
}
.thy-property-operation {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  position: relative;
  padding-right: 20px;
}
.thy-property-operation.thy-property-operation-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.thy-property-operation:not(.thy-property-operation-disabled):hover .btn-icon-circle.border-thick:not(:hover):not(.invalid) i,
.thy-property-operation:not(.thy-property-operation-disabled):hover .btn-icon-circle.border-thick:not(:hover):not(.invalid) .wtf,
.thy-property-operation:not(.thy-property-operation-disabled):hover .btn-icon-circle.border-thick:not(:hover):not(.invalid) .thy-icon,
.thy-property-operation:not(.thy-property-operation-disabled):hover .btn-icon-circle.border-thick:not(:hover):not(.invalid) thy-icon {
  color: #6698ff;
  border-color: #6698ff;
}
.thy-property-operation:not(.thy-property-operation-disabled):hover .thy-operation-content.only-has-tips > .thy-tips {
  color: #6698ff;
}
.thy-property-operation:not(.thy-property-operation-disabled):hover .close-link {
  visibility: visible;
}
.thy-property-operation .thy-operation-content {
  margin-left: 10px;
  position: relative;
}
.thy-property-operation .thy-operation-content.only-has-tips {
  display: flex;
}
.thy-property-operation .thy-operation-content.only-has-tips .thy-tips {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.thy-property-operation .thy-operation-content .thy-tips {
  color: var(--gray-500);
  font-size: 0.75rem;
}
.thy-property-operation .close-link {
  visibility: hidden;
  padding-left: 20px;
  display: flex;
  justify-items: center;
  align-items: center;
}
.thy-property-operation-primary {
  color: #6698ff;
}
.thy-property-operation-success {
  color: #73d897;
}
.thy-property-operation-warning {
  color: #ffcd5d;
}
.thy-property-operation-danger {
  color: #ff7575;
}
.thy-property-operation.active .thy-operation-icon .btn-icon-circle.border-thick .thy-icon {
  color: #6698ff;
  border-color: #6698ff;
}
.thy-property-operation.active .thy-tips {
  color: #6698ff;
}
.thy-property-operation-group {
  display: flex;
}
.thy-property-operation-group .thy-property-operation {
  flex-grow: 1;
  position: relative;
}
.thy-property-operation-group .thy-property-operation:not(:first-child) {
  padding-left: 35px;
}
.thy-property-operation-group .thy-property-operation:not(:last-child) {
  padding-right: 40px;
}
.password-strength-container {
  padding: 5px;
}
.password-strength-container .strength-text-highest {
  color: #73d897;
}
.password-strength-container .strength-text-high {
  color: #2cccda;
}
.password-strength-container .strength-text-average {
  color: #ffcd5d;
}
.password-strength-container .strength-text-low {
  color: #ff7575;
}
.password-strength-container .strength-level {
  margin-top: 10px;
  display: flex;
  width: 200px;
  align-items: center;
  background: var(--gray-200);
}
.password-strength-container .strength-level span {
  display: inline-block;
  width: 0px;
  height: 5px;
  transition: all 300ms;
}
.password-strength-container .strength-level-highest span {
  width: 100%;
  border-color: #73d897;
  background: #73d897;
}
.password-strength-container .strength-level-high span {
  width: 75%;
  border-color: #2cccda;
  background: #2cccda;
}
.password-strength-container .strength-level-average span {
  width: 50%;
  border-color: #ffcd5d;
  background: #ffcd5d;
}
.password-strength-container .strength-level-low span {
  width: 25%;
  border-color: #ff7575;
  background: #ff7575;
}
.thy-table-skeleton table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.thy-table-skeleton table td,
.thy-table-skeleton table th {
  text-align: left;
}
.thy-table-skeleton .table.table-boxed,
.thy-table-skeleton .table.table-bordered {
  border-collapse: collapse;
  margin-top: -1px;
}
.thy-table-modal-wrap {
  margin: 0 -30px;
  padding: 0 30px;
  overflow-y: auto;
  max-height: 400px;
}
.thy-table-modal-wrap thy-table .table {
  margin-bottom: 0;
}
.thy-table-modal-wrap thy-table .pagination {
  margin-bottom: 0;
}
.thy-operation-links {
  white-space: nowrap;
  text-align: left;
}
.thy-operation-links > button,
.thy-operation-links > a {
  display: inline-block;
  margin-right: 32px;
}
.thy-operation-links > button:last-child,
.thy-operation-links > a:last-child {
  margin-right: 0px;
}
.thy-table .thy-table-body tr td.thy-operation-links {
  padding-top: 0;
  padding-bottom: 0;
}
.table-bordered .thy-operation-links > button,
.table-bordered .thy-operation-links > a,
.table-boxed .thy-operation-links > button,
.table-boxed .thy-operation-links > a {
  display: inline-block;
  margin-right: 32px;
}
.table-bordered .thy-operation-links > button:first-child.thy-action,
.table-bordered .thy-operation-links > a:first-child.thy-action,
.table-boxed .thy-operation-links > button:first-child.thy-action,
.table-boxed .thy-operation-links > a:first-child.thy-action {
  margin-left: -8px;
  margin-right: 16px;
}
.table-bordered .thy-operation-links > button:last-child,
.table-bordered .thy-operation-links > a:last-child,
.table-boxed .thy-operation-links > button:last-child,
.table-boxed .thy-operation-links > a:last-child {
  margin-right: 0px;
}
.table-bordered .thy-operation-links > .thy-action + a:not(:last-child),
.table-bordered .thy-operation-links > a + .thy-action:not(:last-child),
.table-boxed .thy-operation-links > .thy-action + a:not(:last-child),
.table-boxed .thy-operation-links > a + .thy-action:not(:last-child) {
  margin-right: 24px;
}
.table-bordered .thy-operation-links > .thy-action + .thy-action:not(:last-child),
.table-boxed .thy-operation-links > .thy-action + .thy-action:not(:last-child) {
  margin-right: 16px;
}
.thy-table-column-secondary {
  color: var(--gray-600);
}
.thy-table {
  display: flex;
  flex-direction: column;
  flex: auto;
  width: 100%;
}
.thy-table .thy-table-body {
  flex: 1;
  width: 100%;
  overflow-x: auto;
}
.thy-table .thy-table-body-empty {
  display: flex;
  flex-direction: column;
}
.thy-table .thy-table-empty {
  display: flex;
  min-height: 280px;
  flex: auto;
  flex-direction: column;
  justify-content: center;
}
.thy-table .thy-table-group:hover {
  cursor: pointer;
  background-color: var(--gray-80);
}
.thy-table .thy-table-group td {
  padding: 0;
}
.thy-table .thy-table-group .thy-table-group-container {
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.thy-table .thy-table-group .thy-table-group-container .expand-icon {
  color: var(--gray-500);
  margin-right: 8px;
}
.thy-table .thy-table-column-sortable {
  cursor: pointer;
}
.thy-table .thy-table-column-sortable-icon {
  color: var(--gray-300);
  vertical-align: -0.04rem;
}
.thy-table .thy-table-column-sortable-icon.desc {
  color: var(--gray-300);
}
.thy-table .thy-table-column-sortable-icon.desc svg g path:last-child {
  fill: #6698ff;
}
.thy-table .thy-table-column-sortable-icon.asc {
  color: #6698ff;
}
.thy-table .thy-table-column-sortable-icon.asc svg g path:last-child {
  fill: var(--gray-300);
}
.thy-table .tree-expand-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  color: var(--gray-500);
}
.thy-table .thy-table-checkbox-column {
  line-height: initial;
}
.thy-table.thy-table-hover-display-operation .thy-operation-links a,
.thy-table.thy-table-hover-display-operation .thy-operation-links button {
  visibility: hidden;
}
.thy-table.thy-table-hover-display-operation table tr:hover .thy-operation-links a,
.thy-table.thy-table-hover-display-operation table tr:hover .thy-operation-links button {
  visibility: visible;
}
.thy-table .thy-table-item-hover-display-operation .thy-operation-links a,
.thy-table .thy-table-item-hover-display-operation .thy-operation-links button {
  visibility: hidden;
}
.thy-table .thy-table-item-hover-display-operation:hover .thy-operation-links a,
.thy-table .thy-table-item-hover-display-operation:hover .thy-operation-links button {
  visibility: visible;
}
.thy-table .thy-table-footer {
  margin-top: 1.25rem;
}
.thy-table .thy-table-footer.thy-table-footer-has-padding {
  padding: 0 20px;
}
.thy-table.thy-table-boxed table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px;
}
.thy-table.thy-table-boxed table thead tr th:first-child {
  border-top-left-radius: 4px;
}
.thy-table.thy-table-boxed table thead tr th:last-child {
  border-top-right-radius: 4px;
}
.thy-table.thy-table-boxed table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.thy-table.thy-table-boxed table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.thy-table-fixed {
  flex: auto;
  width: 100%;
  overflow-x: auto;
  position: relative;
}
.thy-table-fixed table {
  border-collapse: separate;
  border-spacing: 0;
}
.thy-table-fixed .thy-table-empty {
  position: sticky;
  left: 0;
}
.thy-table-fixed .thy-table-fixed-column-left,
.thy-table-fixed .thy-table-fixed-column-right {
  background-color: var(--bg-color-default);
  position: sticky !important;
  z-index: 50;
}
.thy-table-fixed .table-hover tbody tr:hover td {
  background-color: var(--gray-80) !important;
}
.thy-table-fixed .table-bordered thead th,
.thy-table-fixed .table-bordered thead td {
  border: 0px;
  background-color: var(--gray-100) !important;
  border-bottom: 1px solid var(--gray-200);
}
.thy-table-fixed .table-bordered tbody th,
.thy-table-fixed .table-bordered tbody td {
  border: 0px;
  border-right: 1px solid var(--gray-200);
}
.thy-table-fixed .table-bordered tbody > tr:not(:last-child) th,
.thy-table-fixed .table-bordered tbody > tr:not(:last-child) td {
  border-bottom: 1px solid var(--gray-200);
}
.thy-table-fixed .table-boxed thead th,
.thy-table-fixed .table-boxed thead td {
  background-color: var(--gray-100) !important;
}
.thy-table-fixed .table-boxed tbody th,
.thy-table-fixed .table-boxed tbody td {
  border: 0px;
}
.thy-table-fixed .table-boxed tbody > tr:not(:last-child) th,
.thy-table-fixed .table-boxed tbody > tr:not(:last-child) td {
  border-bottom: 1px solid var(--gray-200);
}
.thy-table-fixed-header thead {
  border: 1px solid var(--gray-200);
  background-color: var(--bg-color-default);
  position: sticky;
  left: 0;
  top: 0;
  z-index: 60;
}
.thy-table-fixed-header thead th {
  border-bottom: 0;
}
.thy-table-fixed-header .table-bordered {
  border-top: 0;
}
.thy-table-fixed-header .table-bordered thead {
  top: 1px;
}
.thy-table-fixed-header .table-bordered thead th {
  border-top: 0;
}
.thy-table-fixed-header .table-bordered tbody tr:first-child td {
  border-top: 0;
}
.thy-table-fixed-header .table-boxed thead {
  top: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.thy-table-fixed-header .table-boxed thead th:first-child::before,
.thy-table-fixed-header .table-boxed thead th:last-child::after {
  width: 1px;
  height: 2px;
  background: var(--bg-color-default);
  content: "";
  display: block;
  position: absolute;
  top: -1px;
}
.thy-table-fixed-header .table-boxed thead th:first-child::before {
  left: -1px;
}
.thy-table-fixed-header .table-boxed thead th:last-child::after {
  right: -1px;
}
.thy-table .thy-table-bordered-theme {
  border-right: 1px solid var(--gray-200);
  border-left: 1px solid var(--gray-200);
}
.thy-table-scroll-left .thy-table-fixed-column-right {
  box-shadow: var(--table-fixed-column-right-box-shadow);
}
.thy-table-scroll-left .thy-table-fixed-column-right + .thy-table-fixed-column-right {
  box-shadow: none;
}
.thy-table-scroll-right .thy-table-fixed-column-left {
  box-shadow: var(--table-fixed-column-left-box-shadow);
}
.thy-table-scroll-middle .thy-table-fixed-column-right {
  box-shadow: var(--table-fixed-column-right-box-shadow);
}
.thy-table-scroll-middle .thy-table-fixed-column-right + .thy-table-fixed-column-right {
  box-shadow: none;
}
.thy-table-scroll-middle .thy-table-fixed-column-left {
  box-shadow: var(--table-fixed-column-left-box-shadow);
}
.thy-table-drag-preview {
  display: table;
}
.thy-table-drag-preview td {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
}
.thy-table-drag-preview td .table-draggable-icon,
.thy-table-drag-preview td .expand-icon {
  display: none;
}
.table-draggable .thy-table-group .thy-table-group-container {
  padding-left: 0;
}
.thy-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  height: auto;
  zoom: 1;
  box-sizing: border-box;
}
.thy-col-1 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 4.1666666667%;
}
.thy-col-2 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 8.3333333333%;
}
.thy-col-3 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 12.5%;
}
.thy-col-4 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 16.6666666667%;
}
.thy-col-5 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 20.8333333333%;
}
.thy-col-6 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 25%;
}
.thy-col-7 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 29.1666666667%;
}
.thy-col-8 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 33.3333333333%;
}
.thy-col-9 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 37.5%;
}
.thy-col-10 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 41.6666666667%;
}
.thy-col-11 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 45.8333333333%;
}
.thy-col-12 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 50%;
}
.thy-col-13 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 54.1666666667%;
}
.thy-col-14 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 58.3333333333%;
}
.thy-col-15 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 62.5%;
}
.thy-col-16 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 66.6666666667%;
}
.thy-col-17 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 70.8333333333%;
}
.thy-col-18 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 75%;
}
.thy-col-19 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 79.1666666667%;
}
.thy-col-20 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 83.3333333333%;
}
.thy-col-21 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 87.5%;
}
.thy-col-22 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 91.6666666667%;
}
.thy-col-23 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 95.8333333333%;
}
.thy-col-24 {
  display: block;
  box-sizing: border-box;
  width: 0;
  flex: 0 0 100%;
}
.thy-col-fill {
  flex: 1 1 auto;
}
.thy-date-range-container {
  display: flex;
  align-items: center;
}
.thy-date-range-container .thy-date-range-text {
  padding: 0 15px;
  position: relative;
}
.thy-date-range-container .thy-date-range-text .thy-date-range-text-caret-down {
  display: inline-block;
  transform: rotate(0);
  transition: transform 0.6s;
  color: var(--gray-700);
}
.thy-date-range-container .thy-date-range-text.thy-date-range-text-active {
  color: #6698ff;
}
.thy-date-range-container .thy-date-range-text.thy-date-range-text-active .thy-date-range-text-caret-down {
  color: #6698ff;
  transform: rotate(180deg);
  transition: transform 0.6s;
}
.thy-date-range-container .thy-date-range-text:hover {
  cursor: pointer;
  color: #6698ff;
}
.thy-date-range-container .thy-date-range-text:hover.thy-date-range-disabled {
  cursor: not-allowed;
  color: var(--gray-800);
}
.thy-date-range-container .thy-date-range-text:hover .thy-date-range-text-caret-down {
  color: #6698ff;
}
.thy-date-range-menu-item {
  width: 100%;
  border: none !important;
  transition: padding 200ms !important;
}
.thy-date-range-menu-item:hover {
  padding-left: 30px;
}
.thy-date-range-menu-item:focus {
  outline: none;
}
.thy-list {
  display: block;
  overflow: auto;
  flex: 1 1 auto;
  padding: 2px 0px;
}
.thy-list-divided .thy-list-item {
  border-bottom: 1px solid var(--gray-200);
}
.thy-list-option,
.thy-list-item {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.thy-list-option.cdk-drag .cdk-drag-handle,
.thy-list-option.cdk-drag .thy-sortable-handle,
.thy-list-option.cdk-drag .drag-handle,
.thy-list-option.thy-sortable-item .cdk-drag-handle,
.thy-list-option.thy-sortable-item .thy-sortable-handle,
.thy-list-option.thy-sortable-item .drag-handle,
.thy-list-item.cdk-drag .cdk-drag-handle,
.thy-list-item.cdk-drag .thy-sortable-handle,
.thy-list-item.cdk-drag .drag-handle,
.thy-list-item.thy-sortable-item .cdk-drag-handle,
.thy-list-item.thy-sortable-item .thy-sortable-handle,
.thy-list-item.thy-sortable-item .drag-handle {
  padding: 0px 5px 0 4px;
  margin-left: -20px;
}
.thy-list-option {
  min-height: 40px;
  color: var(--gray-800);
  cursor: pointer;
  outline-style: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.thy-list-option:not(.disabled).active .thy-text .thy-icon {
  color: #6698ff;
}
.thy-list-option .prefix-icon {
  margin-right: 8px;
  color: var(--gray-500);
}
.thy-list-option:not(.disabled).hover,
.thy-list-option:not(.disabled):hover {
  background: var(--gray-100);
}
.thy-list-option:not(.disabled).active {
  background: rgba(102, 152, 255, 0.1);
  color: #6698ff;
}
.thy-list-option:not(.disabled).active .prefix-icon {
  color: #6698ff;
}
.thy-list-option.disabled {
  background: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.thy-list-item {
  min-height: 40px;
  color: var(--gray-800);
  cursor: pointer;
  outline-style: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.thy-list-item:not(.disabled).active .thy-text .thy-icon {
  color: #6698ff;
}
.thy-list-item .prefix-icon {
  margin-right: 8px;
  color: var(--gray-500);
}
.thy-list-item:not(.disabled).hover,
.thy-list-item:not(.disabled):hover {
  background: var(--gray-100);
}
.thy-list-item:not(.disabled).active {
  background: rgba(102, 152, 255, 0.1);
  color: #6698ff;
}
.thy-list-item:not(.disabled).active .prefix-icon {
  color: #6698ff;
}
.thy-list-item.disabled {
  background: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.thy-multiple-selection-list .thy-list-option {
  padding-left: 20px;
  padding-right: 35px;
}
.thy-multiple-selection-list .thy-list-option:not(.disabled).active .thy-text .thy-icon {
  color: var(--gray-600);
}
.thy-multiple-selection-list .thy-list-option .checked-icon {
  visibility: hidden;
  position: absolute;
  right: 20px;
}
.thy-multiple-selection-list .thy-list-option:not(.disabled).hover,
.thy-multiple-selection-list .thy-list-option:not(.disabled):hover {
  background: var(--gray-100);
}
.thy-multiple-selection-list .thy-list-option:not(.disabled).active {
  background: transparent;
  color: var(--gray-800);
}
.thy-multiple-selection-list .thy-list-option:not(.disabled).active .checked-icon {
  visibility: visible;
  color: #6698ff;
}
.thy-multiple-selection-list .thy-list-option:not(.disabled).active.hover,
.thy-multiple-selection-list .thy-list-option:not(.disabled).active:hover {
  background: var(--gray-100);
  color: var(--gray-800);
}
.thy-multiple-selection-list .thy-list-option:not(.disabled).active .prefix-icon {
  color: var(--gray-500);
}
.thy-grid-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0 10px;
}
.thy-grid-list .thy-grid-option {
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  position: relative;
  margin: 0 25px 25px 0;
  width: 150px;
  height: 120px;
  background: var(--bg-color-default);
  border-radius: 0.25rem;
  border: solid 1px var(--gray-200);
  cursor: pointer;
  outline-style: none;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.thy-grid-list .thy-grid-option:not(.disabled).active .thy-text .thy-icon {
  color: var(--gray-600);
}
.thy-grid-list .thy-grid-option .checked-icon {
  visibility: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #6698ff;
  text-align: center;
}
.thy-grid-list .thy-grid-option .checked-icon .thy-icon {
  font-size: 20px;
}
.thy-grid-list .thy-grid-option:not(.disabled).hover,
.thy-grid-list .thy-grid-option:not(.disabled):hover {
  border: solid 1px #6698ff;
}
.thy-grid-list .thy-grid-option:not(.disabled).active {
  background: rgba(102, 152, 255, 0.1);
  color: var(--gray-800);
  border: solid 1px #6698ff;
}
.thy-grid-list .thy-grid-option:not(.disabled).active .checked-icon {
  visibility: visible;
}
.thy-grid-list .thy-grid-option:not(.disabled).active.hover,
.thy-grid-list .thy-grid-option:not(.disabled).active:hover {
  border-color: #6698ff;
}
.thy-grid-list .thy-grid-option.disabled {
  color: var(--gray-400);
  cursor: not-allowed;
  background-color: var(--gray-80);
}
.thy-grid-list .thy-grid-option.disabled.active .checked-icon {
  visibility: visible;
  color: var(--gray-400);
}
.thy-grid-list .thy-grid-option .thy-grid-option-icon {
  font-size: 32px;
}
.thy-grid-list .thy-grid-option img.thy-grid-option-icon {
  width: 32px;
}
.thy-grid-list .thy-grid-option .thy-grid-option-name {
  margin-top: 15px;
}
.thy-list-sm .thy-grid-option {
  width: 95px;
  height: 95px;
  margin: 0 10px 10px 0;
}
.thy-list-sm .thy-grid-option .checked-icon {
  right: 5px;
  top: 5px;
  height: 15px;
  width: 15px;
  line-height: 15px;
}
.thy-list-sm .thy-grid-option .checked-icon > .thy-icon,
.thy-list-sm .thy-grid-option .checked-icon .wtf {
  font-size: 14px;
}
.thy-list-sm .thy-grid-option .thy-grid-option-name {
  margin-top: 7px;
}
.thy-list-item-meta {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 15px 0;
}
.thy-list-item-meta .thy-list-item-meta-content {
  flex: 1;
  margin-left: 20px;
}
.thy-list-item-meta .thy-list-item-meta-content .thy-list-item-meta-title {
  font-size: 18px;
  color: var(--gray-800);
}
.thy-list-item-meta .thy-list-item-meta-content .thy-list-item-meta-description {
  margin-top: 10px;
  color: var(--gray-600);
}
.thy-tree-select-selection-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thy-tree-select-dropdown {
  width: 100%;
  background: var(--bg-color-panel);
  border-radius: 0.25rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--gray-200);
}
.thy-tree-select-dropdown .thy-tree-select-options {
  max-height: 300px;
  overflow-y: auto;
  padding: 12px 0;
}
.thy-tree-select-dropdown .thy-tree-select-options .loading-more {
  min-height: auto;
  text-align: center;
}
.thy-tree-select-dropdown .thy-tree-select-options .thy-tree-select-node .thy-tree-select-option-icon {
  color: var(--gray-500);
}
.thy-tree-select-dropdown .thy-tree-select-options .thy-tree-select-node .thy-tree-select-option-icon:hover {
  cursor: pointer;
  color: var(--gray-600);
}
.thy-tree-select-dropdown .thy-tree-select-options .thy-tree-select-node .thy-tree-select-option-icon .thy-icon-caret-right-down,
.thy-tree-select-dropdown .thy-tree-select-options .thy-tree-select-node .thy-tree-select-option-icon .thy-icon-caret-right {
  padding-right: 5px;
  font-size: 1rem;
}
.thy-tree-select-dropdown .thy-tree-select-options .thy-tree-select-node .thy-tree-select-option-icon .thy-icon-minus-square,
.thy-tree-select-dropdown .thy-tree-select-options .thy-tree-select-node .thy-tree-select-option-icon .thy-icon-plus-square {
  padding-right: 10px;
  font-size: 0.875rem;
}
.thy-tree-select-dropdown .thy-tree-select-options .thy-tree-select-node .thy-tree-select-option-text {
  margin-left: 6px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thy-tree-select-dropdown .thy-tree-select-options .thy-option-item {
  min-height: 40px;
  color: var(--gray-800);
  cursor: pointer;
  outline-style: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.thy-tree-select-dropdown .thy-tree-select-options .thy-option-item:not(.disabled).active .thy-text .thy-icon {
  color: #6698ff;
}
.thy-tree-select-dropdown .thy-tree-select-options .thy-option-item .prefix-icon {
  margin-right: 8px;
  color: var(--gray-500);
}
.thy-tree-select-dropdown .thy-tree-select-options .thy-option-item:not(.disabled).hover,
.thy-tree-select-dropdown .thy-tree-select-options .thy-option-item:not(.disabled):hover {
  background: var(--gray-100);
}
.thy-tree-select-dropdown .thy-tree-select-options .thy-option-item:not(.disabled).active {
  background: rgba(102, 152, 255, 0.1);
  color: #6698ff;
}
.thy-tree-select-dropdown .thy-tree-select-options .thy-option-item:not(.disabled).active .prefix-icon {
  color: #6698ff;
}
.thy-tree-select-dropdown .thy-tree-select-options .thy-option-item.disabled {
  background: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.thy-tree-select-dropdown .thy-tree-select-options .thy-option-item.disabled {
  pointer-events: unset;
}
.thy-tree-select-dropdown .thy-tree-select-options .thy-option-item:not(.disabled).hover .thy-tree-select-option-icon,
.thy-tree-select-dropdown .thy-tree-select-options .thy-option-item:not(.disabled):hover .thy-tree-select-option-icon {
  color: var(--gray-500);
}
.thy-tree-select-dropdown .thy-tree-select-options .cdk-virtual-scroll-content-wrapper {
  width: 100%;
}
.thy-tree-select-dropdown.thy-tree-select-dropdown-multiple .thy-tree-select-options .thy-option-item {
  padding-left: 20px;
  padding-right: 35px;
}
.thy-tree-select-dropdown.thy-tree-select-dropdown-multiple .thy-tree-select-options .thy-option-item:not(.disabled).active .thy-text .thy-icon {
  color: var(--gray-600);
}
.thy-tree-select-dropdown.thy-tree-select-dropdown-multiple .thy-tree-select-options .thy-option-item .checked-icon {
  visibility: hidden;
  position: absolute;
  right: 20px;
}
.thy-tree-select-dropdown.thy-tree-select-dropdown-multiple .thy-tree-select-options .thy-option-item:not(.disabled).hover,
.thy-tree-select-dropdown.thy-tree-select-dropdown-multiple .thy-tree-select-options .thy-option-item:not(.disabled):hover {
  background: var(--gray-100);
}
.thy-tree-select-dropdown.thy-tree-select-dropdown-multiple .thy-tree-select-options .thy-option-item:not(.disabled).active {
  background: transparent;
  color: var(--gray-800);
}
.thy-tree-select-dropdown.thy-tree-select-dropdown-multiple .thy-tree-select-options .thy-option-item:not(.disabled).active .checked-icon {
  visibility: visible;
  color: #6698ff;
}
.thy-tree-select-dropdown.thy-tree-select-dropdown-multiple .thy-tree-select-options .thy-option-item:not(.disabled).active.hover,
.thy-tree-select-dropdown.thy-tree-select-dropdown-multiple .thy-tree-select-options .thy-option-item:not(.disabled).active:hover {
  background: var(--gray-100);
  color: var(--gray-800);
}
.thy-tree-select-dropdown.thy-tree-select-dropdown-multiple .thy-tree-select-options .thy-option-item:not(.disabled).active .prefix-icon {
  color: var(--gray-500);
}
.thy-tree-select-dropdown.thy-tree-select-dropdown-multiple .thy-tree-select-options .thy-option-item.disabled {
  pointer-events: unset;
}
.thy-tree-select-dropdown.thy-tree-select-dropdown-multiple .thy-tree-select-options .thy-option-item:not(.disabled).hover .thy-tree-select-option-icon,
.thy-tree-select-dropdown.thy-tree-select-dropdown-multiple .thy-tree-select-options .thy-option-item:not(.disabled):hover .thy-tree-select-option-icon {
  color: var(--gray-500);
}
.thy-stepper .thy-stepper-header-container {
  height: 70px;
  padding: 0 50px;
}
.thy-stepper .thy-stepper-header-container .thy-stepper-header {
  padding: 0 5px;
}
.thy-stepper .thy-stepper-header-container .thy-stepper-header .thy-step-number {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.thy-stepper .thy-stepper-header-container .thy-stepper-header.thy-stepper-header-selected::before {
  bottom: -23px;
}
.thy-stepper .thy-stepper-header-container .thy-stepper-header.thy-stepper-header-selected::after {
  bottom: -24px;
}
.thy-stepper .thy-stepper-header-container {
  display: flex;
  border-bottom: 1px solid var(--gray-200);
  align-items: center;
}
.thy-stepper .thy-stepper-header-container .thy-stepper-header {
  display: flex;
  align-items: center;
  color: var(--gray-600);
  position: relative;
}
.thy-stepper .thy-stepper-header-container .thy-stepper-header .thy-step-number {
  text-align: center;
  border-radius: 100%;
  text-align: center;
  background-color: var(--gray-200);
  transition: background-color 0.3s, border-color 0.3s;
}
.thy-stepper .thy-stepper-header-container .thy-stepper-header .thy-step-icon {
  display: none;
  font-size: 24px;
  transition: background-color 0.3s, border-color 0.3s;
}
.thy-stepper .thy-stepper-header-container .thy-stepper-header .thy-step-label {
  padding: 0 8px;
}
.thy-stepper .thy-stepper-header-container .thy-stepper-header.thy-stepper-header-active {
  color: #6698ff;
}
.thy-stepper .thy-stepper-header-container .thy-stepper-header.thy-stepper-header-active .thy-step-number {
  color: #fff;
  background-color: #6698ff;
}
.thy-stepper .thy-stepper-header-container .thy-stepper-header.thy-stepper-header-active:not(.thy-stepper-header-selected):not(:last-child) .thy-step-number {
  display: none;
}
.thy-stepper .thy-stepper-header-container .thy-stepper-header.thy-stepper-header-active:not(.thy-stepper-header-selected):not(:last-child) .thy-step-icon {
  display: block;
}
.thy-stepper .thy-stepper-header-container .thy-stepper-header.thy-stepper-header-selected::before,
.thy-stepper .thy-stepper-header-container .thy-stepper-header.thy-stepper-header-selected::after {
  content: "";
  position: absolute;
  left: 50%;
  border-left: 8px solid transparent;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid var(--gray-200);
}
.thy-stepper .thy-stepper-header-container .thy-stepper-header.thy-stepper-header-selected::after {
  border-bottom-color: var(--bg-color-default);
}
.thy-stepper .thy-stepper-header-container .thy-stepper-line {
  flex: auto;
  border-top: 1px solid var(--gray-200);
  margin: 0 10px 0 0;
  min-width: 30px;
}
.thy-stepper .thy-stepper-header-container .thy-stepper-line.thy-stepper-line-active {
  border-color: #6698ff;
}
.radio-group-layout-flex.btn-group {
  display: flex;
}
.radio-group-layout-flex.btn-group .btn {
  min-width: 0;
  flex-grow: 1;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}
.radio-group-layout-flex.btn-group .btn:not(.disabled):focus {
  border: 1px solid #6698ff;
}
.thy-radio-group .form-check-input:not(.disabled):focus {
  border: 1px solid #6698ff;
}
.thy-cascader {
  outline: none;
  position: relative;
  display: inline-block;
}
.thy-cascader:focus .form-control-custom:not(.disabled) {
  border: 1px solid #6698ff;
}
.thy-cascader .form-control {
  cursor: pointer;
}
.thy-cascader .form-control.disabled {
  cursor: not-allowed;
}
.thy-cascader-menus {
  font-size: 14px;
  background: var(--bg-color-panel);
  position: relative;
  z-index: 1050;
  border-radius: 4px;
  border: 1px solid var(--gray-200);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  margin-top: 4px;
  margin-bottom: 4px;
}
.thy-cascader-menus ul,
.thy-cascader-menus ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.thy-cascader-menus-empty,
.thy-cascader-menus-hidden {
  display: none;
}
.thy-cascader-menu {
  display: inline-block;
  vertical-align: top;
  min-width: 122px;
  max-width: 300px;
  height: 180px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid var(--gray-200);
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.thy-cascader-menu:first-child {
  border-radius: 5px 0 0 5px;
}
.thy-cascader-menu:last-child {
  border-right-color: transparent;
  margin-right: -1px;
  border-radius: 0 5px 5px 0;
}
.thy-cascader-menu:only-child {
  border-radius: 5px;
}
.thy-cascader-menu-item {
  padding: 7px 16px;
  line-height: 22px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
  color: var(--gray-700);
  align-items: center;
}
.thy-cascader-menu-item:hover {
  background: var(--gray-100);
  color: var(--gray-800);
}
.thy-cascader-menu-item-active:not(.thy-cascader-menu-item-disabled),
.thy-cascader-menu-item-active:not(.thy-cascader-menu-item-disabled):hover {
  background: rgba(102, 152, 255, 0.1);
  color: #6698ff;
}
.thy-cascader-menu-item-active:is(.thy-cascader-menu-item-disabled) {
  background-color: var(--gray-100);
  cursor: not-allowed;
}
.thy-cascader-menu-item-active:is(.thy-cascader-menu-item-disabled):hover {
  background-color: var(--gray-100);
}
.thy-cascader-menu-item-disabled,
.thy-cascader-menu-item-disabled:hover {
  color: var(--gray-400);
  cursor: not-allowed;
  background-color: transparent;
}
.thy-cascader-menu-item-expand {
  position: relative;
  padding-right: 24px;
}
.thy-cascader-menu-item-expand .thy-cascader-menu-item-expand-icon,
.thy-cascader-menu-item-expand .thy-cascader-menu-item-loading-icon {
  color: var(--gray-500);
  position: absolute;
  right: 10px;
}
.thy-cascader-menu-item-active .thy-cascader-menu-item-expand-icon,
.thy-cascader-menu-item-active .thy-cascader-menu-item-loading-icon {
  color: #6698ff;
}
.thy-cascader-menu-item-disabled .thy-cascader-menu-item-expand-icon,
.thy-cascader-menu-item-disabled .thy-cascader-menu-item-loading-icon {
  color: var(--gray-400);
}
.thy-cascader-empty-container {
  min-width: 122px;
}
.thy-cascader-search-list {
  height: 180px;
  overflow: auto;
  min-width: 122px;
}
.thy-cascader-search-list-item {
  height: 36px;
}
.thy-cascader-search-list-item:hover {
  background-color: var(--gray-100);
}
.thy-cascader-search-list-item.active:not(.multiple) {
  background: rgba(102, 152, 255, 0.1);
  color: #6698ff;
}
.thy-cascader-search-list-item .option-label-item {
  max-width: 140px;
  width: unset;
  vertical-align: bottom;
}
.thy-dialog-content-sidebar-header,
.thy-dialog-content > .thy-layout > .thy-layout-sidebar > .sidebar-header {
  min-height: 56px;
}
.thy-dialog-content-sidebar-header .title,
.thy-dialog-content > .thy-layout > .thy-layout-sidebar > .sidebar-header .title {
  font-size: 1rem;
}
.thy-dialog-container {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: auto;
  outline: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  background: var(--bg-color-default);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
}
.thy-dialog-container .thy-layout .dialog-title {
  font-size: 0.875rem;
}
.thy-dialog-content {
  overflow: hidden;
}
.thy-dialog-content > .thy-layout > .thy-layout-sidebar > .sidebar-header {
  padding: 0rem 2rem;
}
.thy-dialog-header,
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 2rem;
  min-height: 56px;
  height: 56px;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.thy-dialog-header.thy-dialog-header-divided,
.dialog-header.thy-dialog-header-divided {
  border-bottom: 1px solid var(--gray-200);
}
.thy-dialog-header.thy-dialog-header-lg,
.dialog-header.thy-dialog-header-lg {
  padding: 0 1.25rem;
}
.thy-dialog-header h3,
.dialog-header h3 {
  font-size: 1rem;
  font-weight: 400;
}
.dialog-title {
  margin-bottom: 0;
  line-height: 1.5rem;
}
.dialog-body {
  position: relative;
  overflow: auto;
  flex: 1 1 auto;
  padding: 0.5rem 2rem 1rem 2rem;
  display: block;
  -webkit-overflow-scrolling: touch;
}
.dialog-body.dialog-body-clear-padding {
  padding: 0;
}
.dialog-footer {
  display: flex;
  border: 0;
  align-items: center;
  padding: 1rem 2rem;
}
.dialog-footer.dialog-footer-border-top {
  border-top: 1px solid var(--gray-200);
}
.dialog-footer .dialog-footer-description {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog-footer.dialog-footer-actions-align-left {
  flex-direction: row;
}
.dialog-footer.dialog-footer-actions-align-left .dialog-footer-description {
  text-align: right;
  margin-left: 30px;
}
.dialog-footer.dialog-footer-actions-align-center {
  justify-content: center;
}
.dialog-footer.dialog-footer-actions-align-center .dialog-footer-actions {
  display: flex;
}
.dialog-footer.dialog-footer-actions-align-center .dialog-footer-description {
  margin-left: 30px;
  flex: unset;
}
.dialog-footer.dialog-footer-actions-align-right {
  flex-direction: row-reverse;
}
.dialog-footer.dialog-footer-actions-align-right .dialog-footer-description {
  text-align: left;
  margin-right: 30px;
}
.dialog-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .dialog-md {
    width: 660px;
  }
  .dialog-sm {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .dialog-lg {
    width: 800px;
  }
  .dialog-max-lg {
    width: 980px;
  }
}
.dialog-full {
  width: 100vw;
  height: 100vh;
}
.dialog-full .thy-dialog-container {
  border-radius: 0px;
}
.dialog-md,
.dialog-sm,
.dialog-lg,
.dialog-max-lg {
  max-height: 85vh;
}
.dialog-supper-lg,
.dialog-super-lg {
  width: 94vw;
  height: 94vh;
  max-width: 1800px;
  max-height: 1000px;
}
.thy-confirm-footer {
  display: flex;
}
.thy-confirm-footer .thy-confirm-cancel {
  margin-right: 10px;
}
.thy-confirm-footer.thy-confirm-footer-left {
  flex-direction: row;
}
.thy-confirm-footer.thy-confirm-footer-center {
  justify-content: center;
}
.thy-confirm-footer.thy-confirm-footer-right {
  flex-direction: row-reverse;
}
.custom-backdrop-class {
  background-color: rgba(135, 206, 235, 0.3);
}
.thy-breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.thy-breadcrumb .thy-breadcrumb-icon {
  margin-right: 8px;
  color: var(--gray-600);
}
.thy-breadcrumb .thy-breadcrumb-item {
  margin-right: 8px;
  color: var(--gray-600);
}
.thy-breadcrumb .thy-breadcrumb-item > .thy-icon:first-child {
  margin-right: 8px;
}
.thy-breadcrumb .thy-breadcrumb-item > .thy-icon:last-child {
  margin-left: 8px;
}
.thy-breadcrumb .thy-breadcrumb-item a {
  color: var(--gray-600);
  text-decoration: none;
}
.thy-breadcrumb .thy-breadcrumb-item a:hover,
.thy-breadcrumb .thy-breadcrumb-item a.active,
.thy-breadcrumb .thy-breadcrumb-item a:active {
  color: #6698ff;
  text-decoration: none;
}
.thy-breadcrumb .thy-breadcrumb-item a .thy-icon {
  color: var(--gray-600);
}
.thy-breadcrumb .thy-breadcrumb-item a:hover .thy-icon,
.thy-breadcrumb .thy-breadcrumb-item a.active .thy-icon,
.thy-breadcrumb .thy-breadcrumb-item a:active .thy-icon {
  color: #6698ff;
}
.thy-breadcrumb .thy-breadcrumb-item a > .thy-icon:first-child {
  margin-right: 8px;
}
.thy-breadcrumb .thy-breadcrumb-item a > .thy-icon:last-child {
  margin-left: 8px;
}
.thy-breadcrumb .thy-breadcrumb-item:last-child {
  color: var(--gray-800);
}
.thy-breadcrumb .thy-breadcrumb-item:last-child .thy-icon {
  color: var(--gray-600);
}
.thy-breadcrumb .thy-breadcrumb-item:last-child a {
  color: var(--gray-800);
  text-decoration: none;
}
.thy-breadcrumb .thy-breadcrumb-item:last-child a:hover,
.thy-breadcrumb .thy-breadcrumb-item:last-child a.active,
.thy-breadcrumb .thy-breadcrumb-item:last-child a:active {
  color: #6698ff;
  text-decoration: none;
}
.thy-breadcrumb .thy-breadcrumb-item:last-child .separator-icon,
.thy-breadcrumb .thy-breadcrumb-item:last-child .default-icon {
  display: none;
}
.thy-breadcrumb .thy-breadcrumb-item .separator-icon,
.thy-breadcrumb .thy-breadcrumb-item .default-icon {
  margin-left: 8px;
  color: var(--gray-500);
  font-size: 0.875rem;
}
.thy-breadcrumb .thy-breadcrumb-item.thy-breadcrumb-item-ellipsis .ellipsis-action {
  opacity: unset;
}
.thy-breadcrumb .thy-breadcrumb-item.thy-breadcrumb-item-ellipsis .ellipsis-action .thy-icon {
  margin-left: 0;
  margin-right: 0;
}
.thy-breadcrumb.thy-breadcrumb-separator .thy-breadcrumb-item .separator-icon,
.thy-breadcrumb.thy-breadcrumb-separator .thy-breadcrumb-item .default-icon {
  display: none;
}
.thy-breadcrumb.thy-breadcrumb-separator .thy-breadcrumb-item::after {
  font: normal normal normal 14px/1 wtf;
  margin-left: 8px;
  color: var(--gray-500);
}
.thy-breadcrumb.thy-breadcrumb-separator .thy-breadcrumb-item:last-child::after {
  display: none;
}
.thy-breadcrumb.thy-breadcrumb-separator-slash .thy-breadcrumb-item::after {
  content: "/";
}
.thy-breadcrumb.thy-breadcrumb-separator-backslash .thy-breadcrumb-item::after {
  content: "\\";
}
.thy-breadcrumb.thy-breadcrumb-separator-vertical-line .thy-breadcrumb-item::after {
  content: "|";
}
.thy-drop-position-in {
  border: #6698ff 2px solid !important;
}
.thy-drop-position-before {
  border-top: #6698ff 2px solid !important;
}
.thy-drop-position-after {
  border-bottom: #6698ff 2px solid !important;
}
.thy-arrow-switcher {
  display: inline-block;
}
.thy-arrow-switcher .switcher-wrapper {
  display: flex;
  align-items: center;
}
.thy-arrow-switcher .switcher-wrapper button {
  background: var(--gray-200);
  border-radius: 0.25rem;
  transition: none;
  display: flex;
  align-items: center;
}
.thy-arrow-switcher .switcher-wrapper button .thy-icon {
  flex: 1;
  font-size: 0.875rem;
}
.thy-arrow-switcher .switcher-wrapper button:disabled {
  background: var(--gray-80);
  pointer-events: none;
}
.thy-arrow-switcher .switcher-wrapper button:disabled .thy-icon {
  color: var(--gray-300);
}
.thy-arrow-switcher .switcher-wrapper button:hover {
  background: #6698ff;
}
.thy-arrow-switcher .switcher-wrapper button:hover .thy-icon {
  color: #fff;
}
.thy-arrow-switcher .switcher-wrapper span {
  min-width: 58px;
  text-align: center;
  padding: 0 10px;
  color: var(--gray-500);
}
.thy-arrow-switcher button {
  width: 30px;
  height: 30px;
}
.thy-arrow-switcher span {
  line-height: 30px;
}
.thy-arrow-switcher.thy-arrow-switcher-small button {
  width: 24px;
  height: 24px;
}
.thy-arrow-switcher.thy-arrow-switcher-small span {
  line-height: 24px;
}
.thy-tooltip {
  display: block;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    PingFang SC,
    Helvetica Neue,
    Noto Sans,
    Noto Sans CJK SC,
    Microsoft Yahei,
    Arial,
    Hiragino Sans GB,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5715;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
}
.thy-tooltip.show {
  opacity: 0.9;
}
.thy-tooltip .thy-tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.375rem;
}
.thy-tooltip .thy-tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.thy-tooltip-top,
.thy-tooltip-auto[x-placement^=top] {
  padding-bottom: 0.375rem;
}
.thy-tooltip-top .thy-tooltip-arrow,
.thy-tooltip-auto[x-placement^=top] .thy-tooltip-arrow {
  bottom: -0.375rem;
  left: calc(50% - 0.375rem);
}
.thy-tooltip-top .thy-tooltip-arrow::before,
.thy-tooltip-auto[x-placement^=top] .thy-tooltip-arrow::before {
  top: 0;
  border-width: 0.375rem 0.375rem 0;
  border-top-color: var(--tooltip-bg-color);
}
.thy-tooltip-topLeft {
  padding-bottom: 0.375rem;
}
.thy-tooltip-topLeft .thy-tooltip-arrow {
  bottom: -0.375rem;
  left: 16px;
}
.thy-tooltip-topLeft .thy-tooltip-arrow::before {
  top: 0;
  border-width: 0.375rem 0.375rem 0;
  border-top-color: var(--tooltip-bg-color);
}
.thy-tooltip-topRight {
  padding-bottom: 0.375rem;
}
.thy-tooltip-topRight .thy-tooltip-arrow {
  bottom: -0.375rem;
  right: 16px;
}
.thy-tooltip-topRight .thy-tooltip-arrow::before {
  top: 0;
  border-width: 0.375rem 0.375rem 0;
  border-top-color: var(--tooltip-bg-color);
}
.thy-tooltip-bottom,
.thy-tooltip-auto[x-placement^=bottom] {
  padding-top: 0.375rem;
}
.thy-tooltip-bottom .thy-tooltip-arrow,
.thy-tooltip-auto[x-placement^=bottom] .thy-tooltip-arrow {
  top: -0.375rem;
  left: calc(50% - 0.375rem);
}
.thy-tooltip-bottom .thy-tooltip-arrow::before,
.thy-tooltip-auto[x-placement^=bottom] .thy-tooltip-arrow::before {
  bottom: 0;
  border-width: 0 0.375rem 0.375rem;
  border-bottom-color: var(--tooltip-bg-color);
}
.thy-tooltip-bottomLeft {
  padding-top: 0.375rem;
}
.thy-tooltip-bottomLeft .thy-tooltip-arrow {
  top: -0.375rem;
  left: 16px;
}
.thy-tooltip-bottomLeft .thy-tooltip-arrow::before {
  bottom: 0;
  border-width: 0 0.375rem 0.375rem;
  border-bottom-color: var(--tooltip-bg-color);
}
.thy-tooltip-bottomRight {
  padding-top: 0.375rem;
}
.thy-tooltip-bottomRight .thy-tooltip-arrow {
  top: -0.375rem;
  right: 16px;
}
.thy-tooltip-bottomRight .thy-tooltip-arrow::before {
  bottom: 0;
  border-width: 0 0.375rem 0.375rem;
  border-bottom-color: var(--tooltip-bg-color);
}
.thy-tooltip-left,
.thy-tooltip-auto[x-placement^=left] {
  padding-right: 0.375rem;
}
.thy-tooltip-left .thy-tooltip-arrow,
.thy-tooltip-auto[x-placement^=left] .thy-tooltip-arrow {
  right: -0.375rem;
  width: 0.375rem;
  height: 0.75rem;
  top: calc(50% - 0.375rem);
}
.thy-tooltip-left .thy-tooltip-arrow::before,
.thy-tooltip-auto[x-placement^=left] .thy-tooltip-arrow::before {
  left: 0;
  border-width: 0.375rem 0 0.375rem 0.375rem;
  border-left-color: var(--tooltip-bg-color);
}
.thy-tooltip-leftTop {
  padding-right: 0.375rem;
}
.thy-tooltip-leftTop .thy-tooltip-arrow {
  right: -0.375rem;
  width: 0.375rem;
  height: 0.75rem;
  top: 16px;
}
.thy-tooltip-leftTop .thy-tooltip-arrow::before {
  left: 0;
  border-width: 0.375rem 0 0.375rem 0.375rem;
  border-left-color: var(--tooltip-bg-color);
}
.thy-tooltip-leftBottom {
  padding-right: 0.375rem;
}
.thy-tooltip-leftBottom .thy-tooltip-arrow {
  right: -0.375rem;
  width: 0.375rem;
  height: 0.75rem;
  bottom: 16px;
}
.thy-tooltip-leftBottom .thy-tooltip-arrow::before {
  left: 0;
  border-width: 0.375rem 0 0.375rem 0.375rem;
  border-left-color: var(--tooltip-bg-color);
}
.thy-tooltip-right,
.thy-tooltip-auto[x-placement^=right] {
  padding-left: 0.375rem;
}
.thy-tooltip-right .thy-tooltip-arrow,
.thy-tooltip-auto[x-placement^=right] .thy-tooltip-arrow {
  left: -0.375rem;
  width: 0.375rem;
  height: 0.75rem;
  top: calc(50% - 0.375rem);
}
.thy-tooltip-right .thy-tooltip-arrow::before,
.thy-tooltip-auto[x-placement^=right] .thy-tooltip-arrow::before {
  right: 0;
  border-width: 0.375rem 0.375rem 0.375rem 0;
  border-right-color: var(--tooltip-bg-color);
}
.thy-tooltip-rightTop {
  padding-left: 0.375rem;
}
.thy-tooltip-rightTop .thy-tooltip-arrow {
  left: -0.375rem;
  width: 0.375rem;
  height: 0.75rem;
  top: 16px;
}
.thy-tooltip-rightTop .thy-tooltip-arrow::before {
  right: 0;
  border-width: 0.375rem 0.375rem 0.375rem 0;
  border-right-color: var(--tooltip-bg-color);
}
.thy-tooltip-rightBottom {
  padding-left: 0.375rem;
}
.thy-tooltip-rightBottom .thy-tooltip-arrow {
  left: -0.375rem;
  width: 0.375rem;
  height: 0.75rem;
  bottom: 16px;
}
.thy-tooltip-rightBottom .thy-tooltip-arrow::before {
  right: 0;
  border-width: 0.375rem 0.375rem 0.375rem 0;
  border-right-color: var(--tooltip-bg-color);
}
.thy-tooltip-content {
  max-width: 350px;
  padding: 0.375rem 0.75rem;
  color: #fff;
  text-align: left;
  background-color: var(--tooltip-bg-color);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  min-height: 34px;
  border-radius: 0.25rem;
}
.thy-icon {
  background-repeat: no-repeat;
  fill: currentColor;
  font-size: 1rem;
  line-height: 0;
  display: inline-block;
}
.thy-icon svg {
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  vertical-align: -0.16em;
  fill: currentColor;
  overflow: hidden;
  transition: transform 200ms;
  pointer-events: none;
}
.thy-icon-legging {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+LUNEtwAABjRJREFUeJzt3UmM3MUVx/HP/OOwiMhgxyYGGWSMjY1YpRAMYgkgRSw5hBNL5BixiAs5gYAbxDmjcCKHGBPJsSIsEoQiRQiBIjYLI3MBAzZgcDRyYhYTbDKIbfBweD3tds/Wy3+b6fpKrZnp/v+rXtVvqrq76tV7Q2NjY2rOYpyLs7Acy7AEi7AQP8SPGteO4Fv8D/vxIf6ND/AW3sAnpVneA0M1FGQFrsYljcepOZc/jK2NxzPYnXP5fVEXQVZjLW4UgpTJbmzBZuwque4JVCnIQvxaCLGmKiPaeFUI81cx7ZVOFYKswt1Yh2PKrrxDvsIm/AHvlFlxmYKcgQdwM7KyKu2TQ3gc6/FuGRWWIcgi0aA7Ma/oygpiFH/Cg+LTW2EUKcgQbsNDOKGoSkrmAO7FRhTScUUJsgx/xhVFFF4Dnset4jtOrhQxl6/F6+auGETbXhdtzZU8BTkaG/AXzM+x3LoyX7R1g2h7LuQ1ZS3BP/CzPAqbhWzHr7Cv34LyEORs/FP+SxyzjWH8Em/2U0i/U9ZFeFESg+iDF0Wf9Ew/glyOZ7GgHwPmGAtEn1zeawG9Tllr8JzDy96JI/k/fiHWxrqiF0HOwUs4vtsbB4yDuAw7urmpW0FOFqov7eamAWYvLm787Ihu3kOOwpOSGN2wFH8TfdcR3QjyiPrsW8wm1uCPnV7c6ZS1VnwrTfTOb8Tm17R0IsgysW4zCMshRfI5zjPDguRMU9YQHpPEyIP5YgV8aLqLZhLkdlyZl0UJV+CO6S6Ybsr6sdi2XJivTQPPZ1iJTyd7cboRsl4SowgW4PdTvTjVCDlDePrN1j3wujMqPDEnOE5MNUIelMQoknn43WQvTDZCVuFts8dVZ7ZySIySI7wlJ+v0e6Z4PpEvmXAYPIL2EbJI7HwdW5JRg86XYmOr6evVPhLWSWKUybG4pfWJ9hGyU3iiJ8pjF84c/6N1hPxUEqMKVou+x5GC3FC+LYkGzb5vnbLeU/5hmUSwWyynNEfI6ZIYVbJCaNAU5JrqbEk0uIbDglxaoSGJ4FIOv4cM45RKzUnsxSlDY2Nji/Fx1dYkwImZOJSfqAfnZ2LFMVEPzsxEuIpEPVie4bSqrUg0WZ4Jf91EPTgpE3sgiXqwODN3zpDPBY7P8IOqrUg0mTc0VpP4TIkgOTPUjEych0vUg5EM31VtRaLJaCYi3CTqwcFMwfGfEl3xSYb/Vm1Fosm+DHuqtiLRZE8mggwn6sH7mfB0T9SDnWkLt14syUQs9I5DPyQKYy8+Gl86eblKSxJoaJAEqQ9bOeyXdbqaZQkYQFZofMqC9xuPRDU0+791+f3JamxJ4O/jv7QKsqUCQxLBE+O/pCNt1fOOlj5v3zF8tFxbEiIydpN0LLpaZjwWvV8HUc8SubFZ237UZKE1VovAM8kBolgOiTDtO1ufnKzTd0mfuMpgizYxSOGZqmJUjI4JCcemmpbeFTmXEsWwwRTZ32YK8feeFGw/bw6IdauuQ/x9ivuLsGjAuc8UYjBz3N4h/MvczidVJs/jKtNkeEuBlMsjl0DKGgXc1b89A89vdZBmr9Mvf5tFMsVEb2zUYez8bvKHHC1yLF3Yo1GDymsibMbXnVzcbUKXpXhFyiHSKYUmdBmv4DqRzicxPQdFX3XlYtXLAuIOEUpopId7B4UR0Udd5Z+i9xXdbSKJYhJlIiOib7b1cnO/mT4vwtPS0epxDuBaPYpB/3se20QSxeE+y5kLDIu+6FkM8tmE2iFGyvYcypqtbBefprp+z2gnr13BfeK/YxC/PG4Ubc/lJFpe6btbWStS7M31ta/PxXJIrtnrihCEiMH1GH5eROE14AXcpoDTZ0U5MnwgkondaW4duz4g2nSlgo4CFulZMia2KleKTJejBdZVNKOiDStFmwqLD1PUlDUZq/AAbjJ7XIwOCe+Q9abYA8+bMgUZZ5XILLMOx5RdeYd8hU14WFtKoqKpQpBxFgtR7lAfB+9dwr95kzh7WTpVCtLKBbgR1ys/KcBuPCWmptdKrnsCdRGklRW4GpfgMvnvvfxHbLRtxTNqdpSvjoK0c6KIvn22CGl7Gn4iPPUXiOTxxzWu/QLfiPSm+/GRCB2yB2/iDTU/k/89s+yG9USLkPcAAAAASUVORK5CYII=);
  background-size: 80% 80%;
  background-position: center;
}
.flexible-text-container {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.thy-skeleton {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: var(--gray-70);
  border-radius: 4px;
  height: 20px;
  width: 100%;
}
.thy-skeleton .thy-skeleton-after {
  background:
    linear-gradient(
      90deg,
      rgba(170, 170, 170, 0),
      rgba(170, 170, 170, 0.15),
      rgba(170, 170, 170, 0));
  animation: thy-skeleton-animation 1.5s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 1;
}
@keyframes thy-skeleton-animation {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.thy-skeleton-circle {
  border-radius: 50%;
}
.thy-skeleton-list .vertical-gap {
  margin-bottom: 12px;
}
.thy-skeleton-list .vertical-gap:last-child {
  margin-bottom: 0;
}
.thy-skeleton-bullet-list .horizontal-gap {
  margin-left: 12px;
}
.thy-skeleton-bullet-list .horizontal-gap:last-child {
  margin-bottom: 0;
}
.thy-skeleton-bullet-list .vertical-gap {
  margin-bottom: 12px;
}
.thy-skeleton-paragraph .vertical-gap {
  margin-bottom: 12px;
}
.thy-skeleton-paragraph .vertical-gap:last-child {
  margin-bottom: 0;
}
.thy-vote {
  display: inline-flex;
  border-radius: 4px;
  cursor: pointer;
}
.thy-vote .thy-icon,
.thy-vote img {
  display: block;
}
.thy-vote-vertical {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.thy-vote-vertical .thy-icon {
  margin-bottom: 4px;
}
.thy-vote-vertical img {
  margin-bottom: 4px;
}
.thy-vote-vertical-size-sm {
  width: 36px;
  padding: 5px;
  line-height: 0.625rem;
  font-size: 0.625rem;
}
.thy-vote-vertical-size-sm .thy-icon {
  font-size: 0.75rem;
}
.thy-vote-vertical-size-sm img {
  width: 0.75rem;
  height: 0.75rem;
}
.thy-vote-vertical-size-default {
  width: 48px;
  padding: 7px;
  line-height: 0.875rem;
  font-size: 0.875rem;
}
.thy-vote-vertical-size-default .thy-icon {
  font-size: 1rem;
}
.thy-vote-vertical-size-default img {
  width: 1rem;
  height: 1rem;
}
.thy-vote-horizontal {
  align-items: center;
  justify-content: space-between;
}
.thy-vote-horizontal .thy-icon {
  margin-right: 5px;
}
.thy-vote-horizontal img {
  margin-right: 5px;
}
.thy-vote-horizontal-size-sm {
  padding: 4px 7px;
  line-height: 0.75rem;
  font-size: 0.75rem;
}
.thy-vote-horizontal-size-sm .thy-icon {
  font-size: 0.75rem;
}
.thy-vote-horizontal-size-sm img {
  width: 0.75rem;
  height: 0.75rem;
}
.thy-vote-horizontal-size-default {
  padding: 4px 7px;
  line-height: 0.875rem;
  font-size: 0.875rem;
}
.thy-vote-horizontal-size-default .thy-icon {
  font-size: 1rem;
}
.thy-vote-horizontal-size-default img {
  width: 1rem;
  height: 1rem;
}
.thy-vote-round {
  border-radius: 12px;
}
.thy-vote-success {
  background: rgba(115, 216, 151, 0.1);
  color: #73d897;
}
.thy-vote-success:hover {
  background: rgba(115, 216, 151, 0.2);
  color: #73d897;
}
.thy-vote-success.has-voted {
  background: #73d897;
  color: #fff;
}
.thy-vote-primary {
  background: rgba(102, 152, 255, 0.1);
  color: #6698ff;
}
.thy-vote-primary:hover {
  background: rgba(102, 152, 255, 0.2);
  color: #6698ff;
}
.thy-vote-primary.has-voted {
  background: #6698ff;
  color: #fff;
}
.thy-vote-success-weak {
  background-color: var(--gray-100);
  color: var(--gray-600);
}
.thy-vote-success-weak:hover {
  background: rgba(115, 216, 151, 0.2);
  color: #73d897;
}
.thy-vote-success-weak.has-voted {
  background: rgba(115, 216, 151, 0.1);
  color: #73d897;
}
.thy-vote-success-weak.has-voted:hover {
  background: rgba(115, 216, 151, 0.2);
  color: #73d897;
}
.thy-vote-primary-weak {
  background-color: var(--gray-100);
  color: var(--gray-600);
}
.thy-vote-primary-weak:hover {
  background: rgba(102, 152, 255, 0.2);
  color: #6698ff;
}
.thy-vote-primary-weak.has-voted {
  background: rgba(102, 152, 255, 0.1);
  color: #6698ff;
}
.thy-vote-primary-weak.has-voted:hover {
  background: rgba(102, 152, 255, 0.2);
  color: #6698ff;
}
.thy-vote-disabled {
  pointer-events: none;
}
.thy-vote-disabled {
  pointer-events: none;
}
.thy-result {
  display: block;
  text-align: center;
  padding: 30px;
}
.thy-result-title {
  font-size: 1.5rem;
  margin-top: 30px;
}
.thy-result-subtitle {
  color: var(--gray-600);
  font-size: 0.875rem;
  margin-top: 8px;
}
.thy-result-extra {
  margin-top: 17px;
}
.thy-result-extra > *:not(:last-child) {
  margin-right: 8px;
}
.thy-result-svg-success,
.thy-result-svg-error,
.thy-result-svg-warning {
  display: inline-block;
}
.thy-result-svg-success-dark,
.thy-result-svg-error-dark,
.thy-result-svg-warning-dark {
  display: none;
}
:root[theme=dark] .thy-result-svg-success,
:root[theme=dark] .thy-result-svg-error,
:root[theme=dark] .thy-result-svg-warning {
  display: none;
}
:root[theme=dark] .thy-result-svg-success-dark,
:root[theme=dark] .thy-result-svg-error-dark,
:root[theme=dark] .thy-result-svg-warning-dark {
  display: inline-block;
}
.thy-mention-suggestions {
  display: block;
  width: 280px;
  max-height: 315px;
  overflow-y: auto;
}
.thy-mention-suggestions .thy-selection-list {
  padding: 12px 0;
}
.thy-calendar-picker-container {
  z-index: 1050;
}
.thy-calendar-picker-container .thy-calendar {
  display: flex;
}
.thy-calendar-picker-container .thy-calendar-picker-inner-popup {
  width: 270px;
  display: block;
}
.thy-calendar-picker-container .thy-calendar-picker-inner-popup-with-range-input .thy-calendar-picker-inner-popup-range-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 18px 5px 18px;
}
.thy-calendar-picker-container .thy-calendar-picker-inner-popup-with-range-input .thy-calendar-picker-inner-popup-range-input input {
  width: 136px;
}
.thy-calendar-picker-container .thy-calendar-picker-inner-popup-with-range-input .thy-calendar-picker-inner-popup-range-input .split {
  width: 15px;
  height: 1px;
  background-color: var(--gray-300);
}
.thy-calendar-picker-container .thy-calendar-picker-inner-popup-with-range-input .thy-calendar-header {
  border-bottom: none;
}
.thy-calendar-picker-container .thy-calendar-panel {
  flex: 1;
}
.thy-calendar-picker-container .thy-calendar-picker-shortcut {
  width: 120px;
  padding: 18px;
  border-right: 1px solid var(--gray-200);
}
.thy-calendar-picker-container .thy-calendar-picker-shortcut-item {
  width: 84px;
  height: 28px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  font-size: 0.75rem;
  margin-top: 10px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.15s ease-in-out;
}
.thy-calendar-picker-container .thy-calendar-picker-shortcut-item:hover {
  color: #6698ff;
  border-color: #6698ff;
}
.thy-calendar-picker-container .thy-calendar-picker-shortcut-item:nth-child(1) {
  margin-top: 0;
}
.thy-calendar-picker-container .thy-calendar-picker-shortcut-item.disabled {
  cursor: not-allowed;
  color: var(--gray-400);
  background-color: var(--gray-100);
  border-color: var(--gray-300);
}
.thy-calendar-picker-container .thy-calendar-body {
  padding: 18px 18px 10px 18px;
}
.thy-calendar-picker-container .thy-calendar-picker-shortcut-bottom {
  flex-flow: column-reverse;
}
.thy-calendar-picker-container .thy-calendar-picker-shortcut-bottom .thy-calendar-picker-shortcut {
  width: 270px;
  border-right: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid var(--gray-200);
}
.thy-calendar-picker-container .thy-calendar-picker-shortcut-bottom .thy-calendar-picker-shortcut-item {
  width: 72px;
  margin-top: 10px;
}
.thy-calendar-picker-container .thy-calendar-decade,
.thy-calendar-picker-container .thy-calendar-year,
.thy-calendar-picker-container .thy-calendar-month {
  height: 288px;
  display: flex;
  flex-direction: column;
}
.thy-calendar-picker-container .thy-calendar-decade .thy-calendar-body,
.thy-calendar-picker-container .thy-calendar-year .thy-calendar-body,
.thy-calendar-picker-container .thy-calendar-month .thy-calendar-body {
  flex: 1;
}
.thy-calendar-picker-container .thy-calendar-decade .thy-calendar-body {
  padding: 8px 0;
}
.thy-calendar-picker-container .thy-calendar-quarter .thy-calendar-body {
  padding: 18px;
}
.thy-calendar-picker {
  position: relative;
  display: inline-block;
  outline: none;
  transition: opacity 0.3s;
  width: 100%;
  cursor: pointer;
}
.thy-calendar-picker .panel-is-opened {
  border-color: #6698ff;
}
.thy-calendar-picker .form-control {
  padding-right: 1.75rem;
}
.thy-calendar-picker-input {
  outline: none;
}
.thy-calendar-picker-input:not(.thy-input-readonly) {
  cursor: pointer;
}
.thy-calendar-picker-input.thy-input-disabled {
  cursor: not-allowed;
}
.thy-calendar-picker-input.thy-input {
  line-height: 1.5715;
}
.thy-calendar-picker-input.thy-input-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.thy-calendar-picker-clear,
.thy-calendar-picker-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  transition: all 0.3s;
  -webkit-user-select: none;
  user-select: none;
  transform: translateY(-50%);
  display: inline-flex;
}
.thy-calendar-picker-clear {
  z-index: 2;
  background: var(--bg-color-default);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.thy-calendar-picker:hover .thy-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.thy-calendar-picker-icon {
  color: var(--gray-400);
}
.thy-calendar-picker-small .thy-calendar-picker-clear,
.thy-calendar-picker-small .thy-calendar-picker-icon {
  right: 8px;
}
.thy-popover-container .thy-calendar {
  box-shadow: none;
}
.thy-calendar {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5715;
  text-align: left;
  list-style: none;
  background-color: var(--bg-color-panel);
  background-clip: padding-box;
  border: 1px solid var(--gray-200);
  border-radius: 0.3rem;
  outline: none;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}
.thy-calendar-input {
  width: 100%;
  height: 22px;
  color: var(--gray-800);
  background: var(--bg-color-default);
  border: 0;
  outline: 0;
  cursor: auto;
}
.thy-calendar-week-number-cell {
  text-align: center;
}
.thy-calendar-header {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-bottom: 1px solid var(--gray-200);
}
.thy-calendar-header a {
  cursor: pointer;
}
.thy-calendar-header a:hover {
  color: #6698ff;
}
.thy-calendar-header .thy-calendar-century-select,
.thy-calendar-header .thy-calendar-decade-select,
.thy-calendar-header .thy-calendar-year-select,
.thy-calendar-header .thy-calendar-month-select {
  display: inline-block;
  padding: 0 2px;
  color: var(--gray-800);
  line-height: 40px;
}
.thy-calendar-header .thy-calendar-prev-century-btn,
.thy-calendar-header .thy-calendar-next-century-btn,
.thy-calendar-header .thy-calendar-prev-decade-btn,
.thy-calendar-header .thy-calendar-next-decade-btn,
.thy-calendar-header .thy-calendar-prev-month-btn,
.thy-calendar-header .thy-calendar-next-month-btn,
.thy-calendar-header .thy-calendar-prev-year-btn,
.thy-calendar-header .thy-calendar-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  color: var(--gray-700);
  font-size: 16px;
  font-family:
    Arial,
    "Hiragino Sans GB",
    "Microsoft Yahei",
    "Microsoft Sans Serif",
    sans-serif;
  line-height: 40px;
  color: var(--gray-500);
}
.thy-calendar-header .thy-calendar-prev-century-btn,
.thy-calendar-header .thy-calendar-prev-decade-btn,
.thy-calendar-header .thy-calendar-prev-year-btn {
  left: 10px;
  line-height: 42px;
}
.thy-calendar-header .thy-calendar-prev-century-btn .thy-icon,
.thy-calendar-header .thy-calendar-prev-decade-btn .thy-icon,
.thy-calendar-header .thy-calendar-prev-year-btn .thy-icon {
  font-size: 18px;
}
.thy-calendar-header .thy-calendar-next-century-btn,
.thy-calendar-header .thy-calendar-next-decade-btn,
.thy-calendar-header .thy-calendar-next-year-btn {
  right: 10px;
  line-height: 42px;
}
.thy-calendar-header .thy-calendar-next-century-btn .thy-icon,
.thy-calendar-header .thy-calendar-next-decade-btn .thy-icon,
.thy-calendar-header .thy-calendar-next-year-btn .thy-icon {
  font-size: 18px;
}
.thy-calendar-header .thy-calendar-prev-month-btn {
  left: 30px;
}
.thy-calendar-header .thy-calendar-next-month-btn {
  right: 30px;
}
.thy-calendar-body {
  padding: 8px 12px;
}
.thy-calendar table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}
.thy-calendar table,
.thy-calendar th,
.thy-calendar td {
  text-align: center;
  border: 0;
}
.thy-calendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}
.thy-calendar-column-header {
  width: 33px;
  padding: 6px 0;
  line-height: 18px;
  text-align: center;
}
.thy-calendar-column-header .thy-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.thy-calendar-cell {
  height: 30px;
  padding: 1px 0;
}
.thy-calendar-date {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: var(--text-color);
  line-height: 22px;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.3rem;
  transition: background 0.3s ease;
}
.thy-calendar-date-panel {
  position: relative;
  outline: none;
  padding: 0;
}
.thy-calendar-date-panel > div {
  position: relative;
}
.thy-calendar-date:hover {
  background: var(--gray-200);
  cursor: pointer;
}
.thy-calendar-date:active {
  color: #fff;
  background: #6698ff;
}
.thy-calendar-today .thy-calendar-date {
  background-color: var(--gray-200);
}
.thy-calendar-selected-day .thy-calendar-date {
  background: #6698ff;
  color: #fff;
}
.thy-calendar-last-month-cell .thy-calendar-date,
.thy-calendar-last-month-cell .thy-calendar-date:hover,
.thy-calendar-next-month-btn-day .thy-calendar-date,
.thy-calendar-next-month-btn-day .thy-calendar-date:hover {
  color: var(--gray-500);
  background: transparent;
  border-color: transparent;
}
.thy-calendar-disabled-cell .thy-calendar-date {
  position: relative;
  border: 1px solid transparent;
  color: var(--gray-500);
  background: var(--gray-100);
  border-radius: 0;
  cursor: not-allowed;
  width: auto;
}
.thy-calendar-disabled-cell .thy-calendar-date:hover {
  background: var(--gray-100);
}
.thy-calendar-disabled-cell.thy-calendar-today .thy-calendar-date {
  background-color: var(--gray-200);
}
.thy-calendar-disabled-cell-first-of-row .thy-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.thy-calendar-disabled-cell-last-of-row .thy-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.thy-calendar-footer {
  padding: 0 10px;
  line-height: 38px;
  border-top: 1px solid hsl(0, 0%, 91%);
}
.thy-calendar-footer:empty {
  border-top: 0;
}
.thy-calendar-footer-btn {
  display: block;
  text-align: center;
}
.thy-calendar-footer-btn hr {
  margin: 12px 0;
}
.thy-calendar-footer-extra {
  text-align: left;
}
.thy-calendar-footer a {
  cursor: pointer;
}
.thy-calendar-footer a:hover {
  color: #6698ff;
}
.thy-calendar .thy-calendar-today-btn,
.thy-calendar .thy-calendar-clear-btn {
  display: inline-block;
  margin: 0 0 0 8px;
  padding-left: 10px;
  text-align: center;
}
.thy-calendar .thy-calendar-today-btn-disabled,
.thy-calendar .thy-calendar-clear-btn-disabled {
  color: var(--gray-500);
  cursor: not-allowed;
}
.thy-calendar .thy-calendar-today-btn:only-child,
.thy-calendar .thy-calendar-clear-btn:only-child {
  margin: 0;
}
.thy-calendar .thy-calendar-clear-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  display: none;
  width: 20px;
  height: 20px;
  margin: 0;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  text-indent: -76px;
}
.thy-calendar .thy-calendar-clear-btn::after {
  display: inline-block;
  width: 20px;
  color: var(--gray-500);
  font-size: 0.875rem;
  line-height: 1;
  text-indent: 43px;
  transition: color 0.3s ease;
}
.thy-calendar .thy-calendar-clear-btn:hover::after {
  color: var(--gray-700);
}
.thy-calendar .thy-calendar-ok-btn {
  font-size: 0.75rem;
  min-width: auto;
  padding: 0 7px;
  height: 24px;
}
.thy-calendar-range-picker-input {
  width: 44%;
  height: 99%;
  text-align: center;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.thy-calendar-range-picker-input::-moz-placeholder {
  color: var(--gray-400);
  opacity: 1;
}
.thy-calendar-range-picker-input:-ms-input-placeholder {
  color: var(--gray-400);
}
.thy-calendar-range-picker-input::-webkit-input-placeholder {
  color: var(--gray-400);
}
.thy-calendar-range-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}
.thy-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.thy-calendar-range {
  overflow: hidden;
}
.thy-calendar-range.thy-calendar-picker-shortcut-bottom .thy-calendar-picker-shortcut {
  width: 540px;
}
.thy-calendar-range.thy-calendar-picker-shortcut-bottom .thy-calendar-picker-shortcut .thy-calendar-picker-shortcut-item {
  width: 118px;
}
.thy-calendar-range .thy-calendar-date-panel::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
.thy-calendar-range .thy-calendar-date-panel-flexible .thy-calendar-picker-inner-popup {
  width: 338px;
}
.thy-calendar-range .thy-calendar-date-panel-flexible .thy-calendar-picker-inner-popup .thy-calendar-body {
  padding: 0px 10px 10px 10px;
}
.thy-calendar-range .thy-calendar-date-panel-flexible-tab {
  border-bottom: 1px solid var(--gray-200);
  position: relative;
}
.thy-calendar-range .thy-calendar-date-panel-flexible-tab .thy-nav {
  padding: 0 18px;
  height: 40px;
}
.thy-calendar-range .thy-calendar-date-panel-flexible-tab .clear-date-button {
  position: absolute;
  right: 18px;
  bottom: 8px;
}
.thy-calendar-range .thy-calendar-date-panel-advanced {
  padding: 20px 20px 0 20px;
}
.thy-calendar-range-part {
  position: relative;
  width: 50%;
}
.thy-calendar-range-left {
  float: left;
}
.thy-calendar-range-right {
  float: right;
}
.thy-calendar-range-middle {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: 34px;
  margin: 1px 0 0 0;
  padding: 0 200px 0 0;
  color: var(--gray-700);
  line-height: 34px;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}
.thy-calendar-range.thy-calendar-time .thy-calendar-range-middle {
  padding: 0 10px 0 0;
  transform: translateX(-50%);
}
.thy-calendar-range .thy-calendar-today :not(.thy-calendar-disabled-cell) :not(.thy-calendar-last-month-cell) :not(.thy-calendar-next-month-btn-day) .thy-calendar-date {
  color: #6698ff;
  background: #6698ff;
  border-color: #6698ff;
}
.thy-calendar-range .thy-calendar-selected-start-date .thy-calendar-date,
.thy-calendar-range .thy-calendar-selected-end-date .thy-calendar-date {
  color: #fff !important;
  background: #6698ff;
  border: 1px solid transparent;
}
.thy-calendar-range .thy-calendar-selected-start-date .thy-calendar-date:hover,
.thy-calendar-range .thy-calendar-selected-end-date .thy-calendar-date:hover {
  background: #6698ff;
}
.thy-calendar-range .thy-calendar-input,
.thy-calendar-range .calendar-timepicker-prefix-cls-input {
  height: 28px;
  padding-right: 0;
  padding-left: 0;
  line-height: 28px;
  border: 0;
  box-shadow: none;
}
.thy-calendar-range .thy-calendar-input:focus,
.thy-calendar-range .calendar-timepicker-prefix-cls-input:focus {
  box-shadow: none;
}
.thy-calendar-range .calendar-timepicker-prefix-cls-icon {
  display: none;
}
.thy-calendar-range.thy-calendar-week-number {
  width: 100%;
}
.thy-calendar-range.thy-calendar-week-number .thy-calendar-range-part {
  width: 50%;
}
.thy-calendar-range .thy-calendar-month-panel .thy-calendar-year-panel {
  top: 0;
}
.thy-calendar-range .thy-calendar-decade-panel-table,
.thy-calendar-range .thy-calendar-year-panel-table,
.thy-calendar-range .thy-calendar-month-panel-table {
  height: 208px;
}
.thy-calendar-range .thy-calendar-in-range-cell {
  position: relative;
  border-radius: 0;
}
.thy-calendar-range .thy-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.thy-calendar-range .thy-calendar-in-range-cell::before {
  height: 24px;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 4px;
  left: 0;
  display: block;
  border: 0;
  border-radius: 0;
  content: "";
  opacity: 0.1;
  background: #6698ff;
}
.thy-calendar-range .thy-calendar-footer-extra {
  float: left;
}
.thy-calendar-range div.thy-calendar-range-quick-selector {
  text-align: left;
}
.thy-calendar-range div.thy-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.thy-calendar-range thy-calendar-header,
.thy-calendar-range .thy-calendar-month-panel-header,
.thy-calendar-range .thy-calendar-year-panel-header,
.thy-calendar-range .thy-calendar-decade-panel-header {
  border-bottom: 0;
}
.thy-calendar-range.thy-calendar-time .calendar-timepicker-prefix-cls {
  top: 68px;
  z-index: 2;
  width: 100%;
  height: 207px;
}
.thy-calendar-range.thy-calendar-time .calendar-timepicker-prefix-cls-panel {
  height: 267px;
  margin-top: -34px;
}
.thy-calendar-range.thy-calendar-time .calendar-timepicker-prefix-cls-inner {
  height: 100%;
  padding-top: 40px;
  background: none;
}
.thy-calendar-range.thy-calendar-time .calendar-timepicker-prefix-cls-combobox {
  display: inline-block;
  height: 100%;
  background-color: var(--bg-color-default);
  border-top: 1px solid hsl(0, 0%, 91%);
}
.thy-calendar-range.thy-calendar-time .calendar-timepicker-prefix-cls-select {
  height: 100%;
}
.thy-calendar-range.thy-calendar-time .calendar-timepicker-prefix-cls-select ul {
  max-height: 100%;
}
.thy-calendar-range.thy-calendar-time .thy-calendar-today-btn {
  height: 22px;
  margin: 8px 12px;
  line-height: 22px;
}
.thy-calendar-month-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.thy-calendar-month-panel-table .thy-calendar-in-range-cell:first-child::before {
  left: 14px;
}
.thy-calendar-month-panel-table .thy-calendar-in-range-cell:last-child::before {
  right: 14px;
}
.thy-calendar-month-panel-table .thy-calendar-in-range-cell::before {
  height: 30px;
  top: 11px;
}
.thy-calendar-month-panel-selected-cell .thy-calendar-month-panel-month {
  color: #fff;
  background: #6698ff;
}
.thy-calendar-month-panel-selected-cell .thy-calendar-month-panel-month:hover {
  color: #fff;
  background: #6698ff;
}
.thy-calendar-month-panel-cell {
  text-align: center;
}
.thy-calendar-month-panel-cell-disabled .thy-calendar-month-panel-month,
.thy-calendar-month-panel-cell-disabled .thy-calendar-month-panel-month:hover {
  color: var(--gray-500);
  background: var(--gray-100);
  cursor: not-allowed;
}
.thy-calendar-month-panel-month {
  display: inline-block;
  height: 30px;
  margin: 0 auto;
  padding: 0 8px;
  line-height: 30px;
  text-align: center;
  color: var(--gray-800);
  background: transparent;
  border-radius: 0.3rem;
  transition: background 0.3s ease;
}
.thy-calendar-month-panel-month:hover {
  background: var(--gray-200);
  cursor: pointer;
}
.thy-calendar-year-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: var(--bg-color-default);
  border-radius: 0.3rem;
  outline: none;
  display: flex;
  flex-direction: column;
  background: var(--bg-color-default);
}
.thy-calendar-year-panel-hidden {
  display: none;
}
.thy-calendar-year-panel-header {
  position: relative;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-bottom: 1px solid var(--gray-200);
}
.thy-calendar-year-panel-header a {
  cursor: pointer;
}
.thy-calendar-year-panel-header a:hover {
  color: #6698ff;
}
.thy-calendar-year-panel-header .thy-calendar-year-panel-century-select,
.thy-calendar-year-panel-header .thy-calendar-year-panel-decade-select,
.thy-calendar-year-panel-header .thy-calendar-year-panel-year-select,
.thy-calendar-year-panel-header .thy-calendar-year-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: var(--gray-800);
  line-height: 40px;
}
.thy-calendar-year-panel-header .thy-calendar-year-panel-prev-century-btn,
.thy-calendar-year-panel-header .thy-calendar-year-panel-next-century-btn,
.thy-calendar-year-panel-header .thy-calendar-year-panel-prev-decade-btn,
.thy-calendar-year-panel-header .thy-calendar-year-panel-next-decade-btn,
.thy-calendar-year-panel-header .thy-calendar-year-panel-prev-month-btn,
.thy-calendar-year-panel-header .thy-calendar-year-panel-next-month-btn,
.thy-calendar-year-panel-header .thy-calendar-year-panel-prev-year-btn,
.thy-calendar-year-panel-header .thy-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  color: var(--gray-700);
  font-size: 16px;
  font-family:
    Arial,
    "Hiragino Sans GB",
    "Microsoft Yahei",
    "Microsoft Sans Serif",
    sans-serif;
  line-height: 40px;
  color: var(--gray-500);
}
.thy-calendar-year-panel-header .thy-calendar-year-panel-prev-century-btn,
.thy-calendar-year-panel-header .thy-calendar-year-panel-prev-decade-btn,
.thy-calendar-year-panel-header .thy-calendar-year-panel-prev-year-btn {
  left: 10px;
  line-height: 42px;
}
.thy-calendar-year-panel-header .thy-calendar-year-panel-prev-century-btn .thy-icon,
.thy-calendar-year-panel-header .thy-calendar-year-panel-prev-decade-btn .thy-icon,
.thy-calendar-year-panel-header .thy-calendar-year-panel-prev-year-btn .thy-icon {
  font-size: 18px;
}
.thy-calendar-year-panel-header .thy-calendar-year-panel-next-century-btn,
.thy-calendar-year-panel-header .thy-calendar-year-panel-next-decade-btn,
.thy-calendar-year-panel-header .thy-calendar-year-panel-next-year-btn {
  right: 10px;
  line-height: 42px;
}
.thy-calendar-year-panel-header .thy-calendar-year-panel-next-century-btn .thy-icon,
.thy-calendar-year-panel-header .thy-calendar-year-panel-next-decade-btn .thy-icon,
.thy-calendar-year-panel-header .thy-calendar-year-panel-next-year-btn .thy-icon {
  font-size: 18px;
}
.thy-calendar-year-panel-header .thy-calendar-year-panel-prev-month-btn {
  left: 30px;
}
.thy-calendar-year-panel-header .thy-calendar-year-panel-next-month-btn {
  right: 30px;
}
.thy-calendar-year-panel-body {
  flex: 1;
}
.thy-calendar-year-panel-footer {
  border-top: 1px solid hsl(0, 0%, 91%);
}
.thy-calendar-year-panel-footer .thy-calendar-footer-extra {
  padding: 0 12px;
}
.thy-calendar-year-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.thy-calendar-year-panel-table tr .thy-calendar-in-range-cell:first-child::before {
  left: 14px;
}
.thy-calendar-year-panel-table tr .thy-calendar-in-range-cell:last-child::before {
  right: 14px;
}
.thy-calendar-year-panel-table tr .thy-calendar-in-range-cell::before {
  top: 14px;
}
.thy-calendar-year-panel-cell {
  text-align: center;
}
.thy-calendar-year-panel-cell.thy-calendar-year-panel-cell-disabled .thy-calendar-year-panel-year,
.thy-calendar-year-panel-cell.thy-calendar-year-panel-cell-disabled .thy-calendar-year-panel-year:hover {
  color: var(--gray-500);
  background: var(--gray-100);
  cursor: not-allowed;
}
.thy-calendar-year-panel-year {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: var(--text-color);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 0.3rem;
  transition: background 0.3s ease;
}
.thy-calendar-year-panel-year:hover {
  background: var(--gray-200);
  cursor: pointer;
}
.thy-calendar-year-panel-selected-cell .thy-calendar-year-panel-year {
  color: #fff;
  background: #6698ff;
}
.thy-calendar-year-panel-selected-cell .thy-calendar-year-panel-year:hover {
  color: #fff;
  background: #6698ff;
}
.thy-calendar-year-panel-last-decade-cell .thy-calendar-year-panel-year,
.thy-calendar-year-panel-next-decade-cell .thy-calendar-year-panel-year {
  color: var(--text-color);
  -webkit-user-select: none;
  user-select: none;
}
.thy-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  background: var(--bg-color-default);
  border-radius: 0.3rem;
  outline: none;
}
.thy-calendar-decade-panel-hidden {
  display: none;
}
.thy-calendar-decade-panel-header {
  position: relative;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-bottom: 1px solid var(--gray-200);
}
.thy-calendar-decade-panel-header a {
  cursor: pointer;
}
.thy-calendar-decade-panel-header a:hover {
  color: #6698ff;
}
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-century-select,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-decade-select,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-year-select,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: var(--gray-800);
  line-height: 40px;
}
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-prev-century-btn,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-next-century-btn,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-prev-decade-btn,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-next-decade-btn,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-prev-month-btn,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-next-month-btn,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-prev-year-btn,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  color: var(--gray-700);
  font-size: 16px;
  font-family:
    Arial,
    "Hiragino Sans GB",
    "Microsoft Yahei",
    "Microsoft Sans Serif",
    sans-serif;
  line-height: 40px;
  color: var(--gray-500);
}
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-prev-century-btn,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-prev-decade-btn,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-prev-year-btn {
  left: 10px;
  line-height: 42px;
}
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-prev-century-btn .thy-icon,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-prev-decade-btn .thy-icon,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-prev-year-btn .thy-icon {
  font-size: 18px;
}
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-next-century-btn,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-next-decade-btn,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-next-year-btn {
  right: 10px;
  line-height: 42px;
}
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-next-century-btn .thy-icon,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-next-decade-btn .thy-icon,
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-next-year-btn .thy-icon {
  font-size: 18px;
}
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-prev-month-btn {
  left: 30px;
}
.thy-calendar-decade-panel-header .thy-calendar-decade-panel-next-month-btn {
  right: 30px;
}
.thy-calendar-decade-panel-body {
  flex: 1;
}
.thy-calendar-decade-panel-footer {
  border-top: 1px solid hsl(0, 0%, 91%);
}
.thy-calendar-decade-panel-footer .thy-calendar-footer-extra {
  padding: 0 12px;
}
.thy-calendar-decade-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.thy-calendar-decade-panel-cell {
  white-space: nowrap;
  text-align: center;
}
.thy-calendar-decade-panel-decade {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 6px;
  color: var(--text-color);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 0.2rem;
  transition: background 0.3s ease;
}
.thy-calendar-decade-panel-decade:hover {
  background: var(--gray-200);
  cursor: pointer;
}
.thy-calendar-decade-panel-selected-cell .thy-calendar-decade-panel-decade {
  color: #fff;
  background: #6698ff;
}
.thy-calendar-decade-panel-selected-cell .thy-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #6698ff;
}
.thy-calendar-decade-panel-last-century-cell .thy-calendar-decade-panel-decade,
.thy-calendar-decade-panel-next-century-cell .thy-calendar-decade-panel-decade {
  color: var(--text-color);
  -webkit-user-select: none;
  user-select: none;
}
.thy-calendar-month .thy-calendar-header-wrap {
  position: relative;
  height: 288px;
}
.thy-calendar-month .thy-calendar-month-panel,
.thy-calendar-month .thy-calendar-year-panel {
  top: 0;
  height: 100%;
}
.thy-calendar-week-number-cell {
  opacity: 0.5;
}
.thy-calendar-week-number .thy-calendar-tbody tr {
  cursor: pointer;
  transition: all 0.3s;
  position: sticky;
}
.thy-calendar-week-number .thy-calendar-tbody tr::after {
  content: "";
  position: absolute;
  left: 29.25px;
  right: 0;
  top: 3px;
  border-radius: 0.3rem;
  height: 24px;
  z-index: -1;
  opacity: 0;
}
.thy-calendar-week-number .thy-calendar-tbody tr:hover::after {
  background: var(--gray-100);
  opacity: 1;
}
.thy-calendar-week-number .thy-calendar-tbody tr.thy-calendar-active-week .thy-calendar-date {
  color: #fff;
}
.thy-calendar-week-number .thy-calendar-tbody tr.thy-calendar-active-week::after {
  background: #6698ff;
  opacity: 1;
}
.thy-calendar-week-number .thy-calendar-tbody tr .thy-calendar-date:hover {
  background: none;
}
.time-picker-section {
  margin: 0 auto;
  display: flex;
  padding: 0 20px;
  line-height: 50px;
  border-top: solid 1px var(--gray-200);
}
.time-picker-section thy-inner-time-picker {
  margin: 10px 0;
  line-height: 0;
}
.time-picker-section .time-picker-wrap .btn {
  padding: 0;
}
.time-picker-section .time-picker-btn-wrap {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.time-picker-section .time-picker-btn-wrap .time-picker-ok-btn {
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
}
.time-picker-section .time-picker-btn-wrap .time-picker-ok-btn:disabled {
  cursor: not-allowed;
}
.time-picker-section .time-picker-btn-wrap .time-picker-clear-btn {
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 0;
}
.thy-date-picker-advanced-carousel .carousel-item {
  margin-bottom: 30px;
}
.thy-date-picker-advanced-carousel .carousel-item-title {
  font-size: 14px;
  color: var(--gray-600);
  margin-bottom: 10px;
}
.thy-date-picker-advanced-carousel .carousel-item-content {
  display: flex;
}
.thy-date-picker-advanced-carousel .carousel-item-content .selectable-button {
  height: 28px;
  display: flex;
  width: 48px;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--gray-300);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.thy-date-picker-advanced-carousel .carousel-item-content .selectable-button .year-tip {
  position: absolute;
  top: -30px;
  font-size: 12px;
  color: var(--gray-500);
}
.thy-date-picker-advanced-carousel .carousel-item-content .selectable-button .thy-icon,
.thy-date-picker-advanced-carousel .carousel-item-content .selectable-button span {
  pointer-events: none;
}
.thy-date-picker-advanced-carousel .carousel-item-content .selectable-button .thy-icon {
  font-size: 12px;
}
.thy-date-picker-advanced-carousel .carousel-item-content .selectable-button.in-hover-range {
  background: var(--gray-80);
  color: var(--gray-300);
}
.thy-date-picker-advanced-carousel .carousel-item-content .selectable-button:hover {
  background: var(--gray-80);
}
.thy-date-picker-advanced-carousel .carousel-item-content .selectable-button.active {
  background: #6698ff;
  color: #fff;
  border-color: transparent;
}
.thy-date-picker-advanced-carousel .carousel-item-content .selectable-button.active:hover {
  background: rgba(102, 152, 255, 0.8);
}
.thy-date-picker-advanced-carousel .carousel-item-content .selectable-button.out-range {
  background: rgba(102, 152, 255, 0.5);
}
.thy-date-picker-advanced-carousel .carousel-item-content .selectable-button.indeterminate {
  border-color: #6698ff;
}
.thy-date-picker-advanced-carousel .carousel-item-content .right-space {
  margin-right: 10px;
}
.thy-date-picker-advanced-carousel .carousel-item-year .selectable-button {
  flex: auto;
}
.thy-calendar-quarter-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.thy-calendar-quarter-panel-table .thy-calendar-in-range-cell:first-child::before {
  left: 14px;
}
.thy-calendar-quarter-panel-table .thy-calendar-in-range-cell:last-child::before {
  right: 14px;
}
.thy-calendar-quarter-panel-table .thy-calendar-in-range-cell::before {
  height: 30px;
  top: 1px;
}
.thy-calendar-quarter-panel-selected-cell .thy-calendar-quarter-panel-quarter {
  color: #fff;
  background: #6698ff;
}
.thy-calendar-quarter-panel-selected-cell .thy-calendar-quarter-panel-quarter:hover {
  color: #fff;
  background: #6698ff;
}
.thy-calendar-quarter-panel-cell {
  text-align: center;
}
.thy-calendar-quarter-panel-cell-disabled .thy-calendar-quarter-panel-quarter,
.thy-calendar-quarter-panel-cell-disabled .thy-calendar-quarter-panel-quarter:hover {
  color: var(--gray-500);
  background: var(--gray-100);
  cursor: not-allowed;
}
.thy-calendar-quarter-panel-quarter {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  height: 30px;
  margin: 0 auto;
  padding: 0 8px;
  line-height: 30px;
  text-align: center;
  color: var(--gray-800);
  background: transparent;
  border-radius: 0.3rem;
  transition: background 0.3s ease;
}
.thy-calendar-quarter-panel-quarter:hover {
  background: var(--gray-200);
  cursor: pointer;
}
.thy-calendar-picker:focus .thy-calendar-picker-input:not(.thy-input-disabled) {
  border-color: #6698ff;
}
.thy-chevron {
  width: 7px;
  height: 7px;
  border-width: 2px 0px 0 2px;
  border-color: var(--gray-700);
  border-style: solid;
  display: block;
  position: relative;
}
.thy-chevron-up {
  transform: rotate(45deg);
  top: 2px;
}
.thy-chevron-down {
  transform: rotate(-135deg);
  top: -2px;
}
.thy-time-picker-field {
  width: 50px;
  padding: 0.125rem 0.5rem;
}
.thy-time-picker-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  outline: none;
}
.thy-time-picker-input {
  outline: none;
  padding-right: 38px;
}
.thy-time-picker-icon,
.thy-time-picker-clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  -webkit-user-select: none;
  user-select: none;
}
.thy-time-picker-icon {
  color: var(--gray-400);
  pointer-events: none;
}
.thy-time-picker-clear {
  opacity: 0;
}
.thy-time-picker:hover .thy-time-picker-clear {
  opacity: 1;
}
.thy-time-picker:hover .thy-time-picker-clear + .thy-time-picker-icon {
  opacity: 0;
}
.thy-time-picker-disabled:hover .form-control,
.thy-time-picker-readonly:hover .form-control {
  border-color: var(--gray-200);
}
.thy-time-picker-disabled:hover .thy-time-picker-icon,
.thy-time-picker-readonly:hover .thy-time-picker-icon {
  opacity: 1;
}
.thy-time-picker-panel {
  display: flex;
  height: 180px;
  border: 1px solid var(--gray-200);
  border-radius: 0.3rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  background-color: var(--bg-color-panel);
  flex-direction: column;
}
.thy-time-picker-panel-columns-2 {
  width: 130px;
}
.thy-time-picker-panel-columns-3 {
  width: 194px;
}
.thy-time-picker-panel-content {
  display: flex;
  flex: 1;
  height: 180px;
  overflow: hidden;
}
.thy-time-picker-panel-content .thy-time-picker-panel-time-column {
  flex: 1 0 auto;
  height: 100%;
  width: 64px;
  padding: 0px;
  margin: 0px;
  list-style: none;
  outline: none;
  border: none;
  overflow: hidden;
  text-align: left;
}
.thy-time-picker-panel-content .thy-time-picker-panel-time-column::after {
  content: "";
  display: block;
  height: 152px;
}
.thy-time-picker-panel-content .thy-time-picker-panel-time-column-cell {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 0.875rem;
  color: var(--gray-800);
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}
.thy-time-picker-panel-content .thy-time-picker-panel-time-column-cell:hover,
.thy-time-picker-panel-content .thy-time-picker-panel-time-column-cell-selected {
  background-color: rgba(102, 152, 255, 0.1);
  color: #6698ff;
}
.thy-time-picker-panel-content .thy-time-picker-panel-time-column-cell .thy-time-picker-panel-time-column-cell-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding-left: 23px;
}
.thy-time-picker-panel-content .thy-time-picker-panel-time-column li {
  margin: 0;
  margin-top: 4px;
  padding: 0px;
}
.thy-time-picker-panel-content .thy-time-picker-panel-time-column li:hover {
  cursor: pointer;
}
.thy-time-picker-panel-content .thy-time-picker-panel-time-column + .thy-time-picker-panel-time-column {
  border-left: 1px solid var(--gray-200);
}
.thy-time-picker-panel-content .thy-time-picker-panel-time-column:hover {
  overflow-y: auto;
}
.thy-time-picker-panel-bottom-operation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 12px;
  height: 48px;
  border-top: 1px solid var(--gray-200);
}
.thy-time-picker-panel-bottom-operation .thy-time-picker-panel-time-now {
  font-size: 0.75rem;
  color: var(--gray-600);
}
.thy-time-picker-panel-bottom-operation .thy-time-picker-panel-time-now:hover {
  color: #6698ff;
}
.thy-time-picker-panel-bottom-operation .thy-time-picker-panel-time-confirm {
  padding-left: 8px;
  padding-right: 8px;
  min-width: 46px;
}
.thy-time-picker-panel-has-bottom-operation {
  height: 230px;
}
.thy-statistic .thy-statistic-content {
  line-height: 1.5;
}
.thy-statistic .thy-statistic-content-value {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    PingFang SC,
    Helvetica Neue,
    Noto Sans,
    Noto Sans CJK SC,
    Microsoft Yahei,
    Arial,
    Hiragino Sans GB,
    sans-serif;
}
.thy-statistic .thy-statistic-content-prefix,
.thy-statistic .thy-statistic-content-suffix {
  display: inline-block;
}
.thy-statistic .thy-statistic-content-prefix {
  margin-right: 4px;
}
.thy-statistic .thy-statistic-content-suffix {
  margin-left: 4px;
}
.thy-statistic .thy-statistic-title {
  font-size: 0.75rem;
  color: var(--gray-600);
}
.thy-statistic-default {
  font-size: 30px;
}
.thy-statistic-default .thy-statistic-content-suffix {
  font-size: 0.875rem;
}
.thy-statistic-default .thy-statistic-title {
  font-size: 0.875rem;
}
.thy-statistic-card {
  display: block;
  border-radius: 3px;
  border-left: 3px solid;
  padding: 20px 40px;
}
.thy-statistic-primary {
  color: #6698ff;
}
.thy-statistic-primary.thy-statistic-card {
  background-color: rgba(102, 152, 255, 0.05);
  border-color: #6698ff;
}
.thy-statistic-success {
  color: #73d897;
}
.thy-statistic-success.thy-statistic-card {
  background-color: rgba(115, 216, 151, 0.05);
  border-color: #73d897;
}
.thy-statistic-warning {
  color: #ffcd5d;
}
.thy-statistic-warning.thy-statistic-card {
  background-color: rgba(255, 205, 93, 0.05);
  border-color: #ffcd5d;
}
.thy-statistic-danger {
  color: #ff7575;
}
.thy-statistic-danger.thy-statistic-card {
  background-color: rgba(255, 117, 117, 0.05);
  border-color: #ff7575;
}
.thy-statistic-info {
  color: #5dcfff;
}
.thy-statistic-info.thy-statistic-card {
  background-color: rgba(93, 207, 255, 0.05);
  border-color: #5dcfff;
}
.thy-autocomplete-container {
  display: block;
  width: 100%;
}
.thy-anchor {
  position: relative;
  padding-left: 2px;
}
.thy-anchor-wrapper {
  margin-block-start: -4px;
  padding-block-start: 4px;
  overflow: auto;
  background-color: var(--bg-color-default);
}
.thy-anchor-wrapper:not(.thy-anchor-wrapper-horizontal) .thy-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.thy-anchor-wrapper:not(.thy-anchor-wrapper-horizontal) .thy-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: var(--gray-200);
  content: " ";
}
.thy-anchor-wrapper:not(.thy-anchor-wrapper-horizontal) .thy-anchor-ink-full {
  position: absolute;
  border-left: 2px solid #6698ff;
  transition: top 0.2s ease-in-out;
}
.thy-anchor-wrapper-horizontal {
  position: relative;
  padding: 0;
}
.thy-anchor-wrapper-horizontal .thy-anchor {
  display: flex;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.thy-anchor-wrapper-horizontal .thy-anchor-ink {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.thy-anchor-wrapper-horizontal .thy-anchor-ink::before {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: var(--gray-200);
  content: " ";
}
.thy-anchor-wrapper-horizontal .thy-anchor-ink-full {
  position: absolute;
  bottom: 0;
  border-top: 2px solid #6698ff;
  transition: left 0.2s ease-in-out, width 0.2s ease-in-out;
}
.thy-anchor-wrapper-horizontal .thy-anchor-link {
  padding-left: 20px;
}
.thy-anchor-wrapper-horizontal .thy-anchor-link-title {
  padding: 13px 12px;
  color: var(--gray-800);
}
.thy-anchor-link {
  padding-left: 16px;
  display: block;
}
.thy-anchor-link-title {
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  color: var(--gray-600);
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.2s;
}
.thy-anchor-link-title:hover {
  text-decoration: none;
}
.thy-anchor-link-title:only-child {
  margin-bottom: 0;
}
.thy-anchor-link-active > .thy-anchor-link-title {
  color: #6698ff;
}
thy-affix {
  display: block;
}
.thy-affix {
  position: fixed;
  z-index: 101;
}
.thy-back-top-container .thy-back-top {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.thy-back-top-container .thy-back-top-content {
  width: 36px;
  height: 36px;
  overflow: hidden;
  background-color: var(--bg-color-float);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: var(--float-btn-box-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
}
.thy-back-top-container .thy-back-top-content:hover {
  box-shadow: var(--float-btn-hover-box-shadow);
}
.thy-timeline-item {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  display: block;
}
.thy-timeline-item .thy-timeline-item-tail {
  position: absolute;
  top: 7px;
  left: 3px;
  height: calc(100% - 7px);
  border-left: 1px solid var(--gray-200);
}
.thy-timeline-item .thy-timeline-item-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: var(--bg-color-default);
  border: 1px solid transparent;
  border-radius: 50%;
}
.thy-timeline-item .thy-timeline-item-dot-custom {
  position: absolute;
  top: 6px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.thy-timeline-item .thy-timeline-item-content {
  position: relative;
  top: -7px;
  margin: 0 0 0 26px;
  word-break: break-word;
}
.thy-timeline-item .thy-timeline-item-dot-primary {
  border-color: #6698ff;
  color: #6698ff;
}
.thy-timeline-item .thy-timeline-item-dot-success {
  border-color: #73d897;
  color: #73d897;
}
.thy-timeline-item .thy-timeline-item-dot-warning {
  border-color: #ffcd5d;
  color: #ffcd5d;
}
.thy-timeline-item .thy-timeline-item-dot-danger {
  border-color: #ff7575;
  color: #ff7575;
}
.thy-timeline-item .thy-timeline-item-dot-info {
  border-color: var(--gray-200);
  color: var(--gray-200);
}
.thy-timeline.thy-timeline-right .thy-timeline-item-right .thy-timeline-item-dot,
.thy-timeline.thy-timeline-right .thy-timeline-item-right .thy-timeline-item-dot-custom,
.thy-timeline.thy-timeline-right .thy-timeline-item-right .thy-timeline-item-tail {
  left: calc(100% - 6px);
}
.thy-timeline.thy-timeline-right .thy-timeline-item-right .thy-timeline-item-dot {
  margin-left: -3px;
}
.thy-timeline.thy-timeline-right .thy-timeline-item-right .thy-timeline-item-dot-custom {
  margin-left: 1px;
}
.thy-timeline.thy-timeline-right .thy-timeline-item-right .thy-timeline-item-content {
  text-align: right;
  margin: 0;
  width: calc(100% - 18px);
}
.thy-timeline.thy-timeline-center .thy-timeline-item-dot,
.thy-timeline.thy-timeline-center .thy-timeline-item-dot-custom,
.thy-timeline.thy-timeline-center .thy-timeline-item-tail,
.thy-timeline.thy-timeline-template .thy-timeline-item-dot,
.thy-timeline.thy-timeline-template .thy-timeline-item-dot-custom,
.thy-timeline.thy-timeline-template .thy-timeline-item-tail {
  left: 50%;
}
.thy-timeline.thy-timeline-center .thy-timeline-item-dot,
.thy-timeline.thy-timeline-template .thy-timeline-item-dot {
  margin-left: -3px;
}
.thy-timeline.thy-timeline-center .thy-timeline-item-dot-custom,
.thy-timeline.thy-timeline-template .thy-timeline-item-dot-custom {
  margin-left: 1px;
}
.thy-timeline.thy-timeline-center .thy-timeline-item-right .thy-timeline-item-content,
.thy-timeline.thy-timeline-template .thy-timeline-item-right .thy-timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  text-align: right;
}
.thy-timeline.thy-timeline-center .thy-timeline-item-right .thy-timeline-item-content-other-side,
.thy-timeline.thy-timeline-template .thy-timeline-item-right .thy-timeline-item-content-other-side {
  left: calc(50% + 14px);
  width: calc(50% - 14px);
  text-align: left;
}
.thy-timeline.thy-timeline-center .thy-timeline-item-left .thy-timeline-item-content,
.thy-timeline.thy-timeline-template .thy-timeline-item-left .thy-timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  text-align: left;
}
.thy-timeline.thy-timeline-template .thy-timeline-item-content-other-side {
  position: absolute;
  top: -7px;
  width: calc(50% - 14px);
  text-align: right;
}
.thy-timeline.thy-timeline-template .thy-timeline-item-reverse-first .thy-timeline-item-content-other-side {
  top: 23px;
}
.thy-timeline-item-reverse-last .thy-timeline-item-tail {
  height: 0;
}
.thy-timeline-item-reverse-first {
  padding-top: 30px;
}
.thy-timeline-item-reverse-first .thy-timeline-item-tail {
  top: 0;
  height: 100%;
}
.thy-timeline-item-reverse-first .thy-timeline-item-dot-custom {
  top: 34px;
}
.thy-timeline-item-reverse-first .thy-timeline-item-content-other-side {
  top: 23px;
}
.thy-timeline-horizontal {
  display: flex;
  overflow-x: auto;
}
.thy-timeline-horizontal .thy-timeline-item {
  min-width: 160px;
}
.thy-timeline-horizontal .thy-timeline-item-last {
  display: block;
}
.thy-timeline-horizontal .thy-timeline-item-last .thy-timeline-item-tail {
  border-bottom: none;
}
.thy-timeline-horizontal .thy-timeline-item-tail {
  position: absolute;
  top: 3px;
  width: 100%;
  border-bottom: 1px solid var(--gray-200);
  height: 0;
  top: 40px;
}
.thy-timeline-horizontal .thy-timeline-item-content {
  left: 0;
  margin: 56px 0 0 0;
  text-align: center;
  top: 0;
}
.thy-timeline-horizontal .thy-timeline-item-dot {
  left: 50%;
  top: 40px;
  margin-top: -3px;
}
.thy-timeline-horizontal .thy-timeline-item .thy-timeline-item-content-other-side {
  top: 0;
  text-align: center;
  width: 100%;
}
.thy-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: var(--text-color);
  font-size: 0.875rem;
  line-height: 1.5715;
  list-style: none;
}
.thy-divider.thy-divider-vertical {
  border-left: 1px solid var(--gray-200);
}
.thy-divider.thy-divider-horizontal {
  border-top: 1px solid var(--gray-200);
}
.thy-divider.thy-divider-horizontal.thy-divider-with-content {
  border-top-color: var(--gray-200);
}
.thy-divider.thy-divider-horizontal.thy-divider-with-content::before,
.thy-divider.thy-divider-horizontal.thy-divider-with-content::after {
  border-top-color: var(--gray-200);
}
.thy-divider.thy-divider-dashed {
  background: none;
  border-style: dashed;
  border-width: 1px 0 0;
}
.thy-divider.thy-divider-vertical {
  position: relative;
  display: inline-block;
  height: 1rem;
  margin: 0 16px;
  vertical-align: middle;
  border-top: 0;
}
.thy-divider.thy-divider-vertical.thy-divider-dashed {
  border-width: 0 0 0 1px;
}
.thy-divider.thy-divider-horizontal {
  display: flex;
  clear: both;
  margin: 16px 0;
}
.thy-divider.thy-divider-horizontal.thy-divider-with-content {
  display: flex;
  margin: 16px 0;
  color: var(--gray-600);
  font-weight: normal;
  font-size: 0.875rem;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
}
.thy-divider.thy-divider-horizontal.thy-divider-with-content::before,
.thy-divider.thy-divider-horizontal.thy-divider-with-content::after {
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: "";
}
.thy-divider.thy-divider-horizontal.thy-divider-with-content.thy-divider-dashed {
  border-top: 0;
}
.thy-divider.thy-divider-horizontal.thy-divider-with-content.thy-divider-dashed::before,
.thy-divider.thy-divider-horizontal.thy-divider-with-content.thy-divider-dashed::after {
  border-style: dashed none none;
}
.thy-divider.thy-divider-horizontal.thy-divider-with-content-left::before {
  top: 50%;
  width: 5%;
}
.thy-divider.thy-divider-horizontal.thy-divider-with-content-left::after {
  top: 50%;
  width: 95%;
}
.thy-divider.thy-divider-horizontal.thy-divider-with-content-right::before {
  top: 50%;
  width: 95%;
}
.thy-divider.thy-divider-horizontal.thy-divider-with-content-right::after {
  top: 50%;
  width: 5%;
}
.thy-divider.thy-divider-dashed {
  background: none;
  border-style: dashed;
  border-width: 1px 0 0;
}
.thy-divider .thy-divider-inner-template,
.thy-divider .thy-divider-inner-text {
  display: inline-block;
  padding: 0 8px;
}
.thy-divider-primary.thy-divider-vertical {
  border-left: 1px solid #6698ff;
}
.thy-divider-primary.thy-divider-horizontal {
  border-top: 1px solid #6698ff;
}
.thy-divider-primary.thy-divider-horizontal.thy-divider-with-content {
  border-top-color: #6698ff;
}
.thy-divider-primary.thy-divider-horizontal.thy-divider-with-content::before,
.thy-divider-primary.thy-divider-horizontal.thy-divider-with-content::after {
  border-top-color: #6698ff;
}
.thy-divider-primary.thy-divider-dashed {
  background: none;
  border-style: dashed;
  border-width: 1px 0 0;
}
.thy-divider-secondary.thy-divider-vertical {
  border-left: 1px solid var(--gray-700);
}
.thy-divider-secondary.thy-divider-horizontal {
  border-top: 1px solid var(--gray-700);
}
.thy-divider-secondary.thy-divider-horizontal.thy-divider-with-content {
  border-top-color: var(--gray-700);
}
.thy-divider-secondary.thy-divider-horizontal.thy-divider-with-content::before,
.thy-divider-secondary.thy-divider-horizontal.thy-divider-with-content::after {
  border-top-color: var(--gray-700);
}
.thy-divider-secondary.thy-divider-dashed {
  background: none;
  border-style: dashed;
  border-width: 1px 0 0;
}
.thy-divider-success.thy-divider-vertical {
  border-left: 1px solid #73d897;
}
.thy-divider-success.thy-divider-horizontal {
  border-top: 1px solid #73d897;
}
.thy-divider-success.thy-divider-horizontal.thy-divider-with-content {
  border-top-color: #73d897;
}
.thy-divider-success.thy-divider-horizontal.thy-divider-with-content::before,
.thy-divider-success.thy-divider-horizontal.thy-divider-with-content::after {
  border-top-color: #73d897;
}
.thy-divider-success.thy-divider-dashed {
  background: none;
  border-style: dashed;
  border-width: 1px 0 0;
}
.thy-divider-warning.thy-divider-vertical {
  border-left: 1px solid #ffcd5d;
}
.thy-divider-warning.thy-divider-horizontal {
  border-top: 1px solid #ffcd5d;
}
.thy-divider-warning.thy-divider-horizontal.thy-divider-with-content {
  border-top-color: #ffcd5d;
}
.thy-divider-warning.thy-divider-horizontal.thy-divider-with-content::before,
.thy-divider-warning.thy-divider-horizontal.thy-divider-with-content::after {
  border-top-color: #ffcd5d;
}
.thy-divider-warning.thy-divider-dashed {
  background: none;
  border-style: dashed;
  border-width: 1px 0 0;
}
.thy-divider-danger.thy-divider-vertical {
  border-left: 1px solid #ff7575;
}
.thy-divider-danger.thy-divider-horizontal {
  border-top: 1px solid #ff7575;
}
.thy-divider-danger.thy-divider-horizontal.thy-divider-with-content {
  border-top-color: #ff7575;
}
.thy-divider-danger.thy-divider-horizontal.thy-divider-with-content::before,
.thy-divider-danger.thy-divider-horizontal.thy-divider-with-content::after {
  border-top-color: #ff7575;
}
.thy-divider-danger.thy-divider-dashed {
  background: none;
  border-style: dashed;
  border-width: 1px 0 0;
}
.thy-divider-default.thy-divider-vertical {
  border-left: 1px solid var(--gray-200);
}
.thy-divider-default.thy-divider-horizontal {
  border-top: 1px solid var(--gray-200);
}
.thy-divider-default.thy-divider-horizontal.thy-divider-with-content {
  border-top-color: var(--gray-200);
}
.thy-divider-default.thy-divider-horizontal.thy-divider-with-content::before,
.thy-divider-default.thy-divider-horizontal.thy-divider-with-content::after {
  border-top-color: var(--gray-200);
}
.thy-divider-default.thy-divider-dashed {
  background: none;
  border-style: dashed;
  border-width: 1px 0 0;
}
.thy-divider-lighter.thy-divider-vertical {
  border-left: 1px solid var(--gray-200);
}
.thy-divider-lighter.thy-divider-horizontal {
  border-top: 1px solid var(--gray-200);
}
.thy-divider-lighter.thy-divider-horizontal.thy-divider-with-content {
  border-top-color: var(--gray-200);
}
.thy-divider-lighter.thy-divider-horizontal.thy-divider-with-content::before,
.thy-divider-lighter.thy-divider-horizontal.thy-divider-with-content::after {
  border-top-color: var(--gray-200);
}
.thy-divider-lighter.thy-divider-dashed {
  background: none;
  border-style: dashed;
  border-width: 1px 0 0;
}
.thy-divider-light.thy-divider-vertical {
  border-left: 1px solid var(--gray-300);
}
.thy-divider-light.thy-divider-horizontal {
  border-top: 1px solid var(--gray-300);
}
.thy-divider-light.thy-divider-horizontal.thy-divider-with-content {
  border-top-color: var(--gray-300);
}
.thy-divider-light.thy-divider-horizontal.thy-divider-with-content::before,
.thy-divider-light.thy-divider-horizontal.thy-divider-with-content::after {
  border-top-color: var(--gray-300);
}
.thy-divider-light.thy-divider-dashed {
  background: none;
  border-style: dashed;
  border-width: 1px 0 0;
}
.thy-divider-deeper.thy-divider-vertical {
  border-left: 1px solid var(--gray-300);
}
.thy-divider-deeper.thy-divider-horizontal {
  border-top: 1px solid var(--gray-300);
}
.thy-divider-deeper.thy-divider-horizontal.thy-divider-with-content {
  border-top-color: var(--gray-300);
}
.thy-divider-deeper.thy-divider-horizontal.thy-divider-with-content::before,
.thy-divider-deeper.thy-divider-horizontal.thy-divider-with-content::after {
  border-top-color: var(--gray-300);
}
.thy-divider-deeper.thy-divider-dashed {
  background: none;
  border-style: dashed;
  border-width: 1px 0 0;
}
.thy-space {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  row-gap: 8px;
}
.thy-space.thy-space-vertical {
  flex-direction: column;
}
.thy-slider {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  height: 15px;
  display: block;
}
.thy-slider .thy-slider-rail {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background-color: var(--gray-200);
}
.thy-slider .thy-slider-rail .thy-slider-track {
  position: absolute;
  height: 6px;
  border-radius: 5px;
}
.thy-slider .thy-slider-rail .thy-slider-pointer {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  width: 8px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  background-color: var(--bg-color-default);
}
.thy-slider.slider-vertical {
  height: 100%;
  width: 15px;
  display: inline-block;
}
.thy-slider.slider-vertical .thy-slider-rail {
  width: 6px;
  height: 100%;
}
.thy-slider.slider-vertical .thy-slider-rail .thy-slider-track {
  width: 6px;
  bottom: 0;
}
.thy-slider.slider-vertical .thy-slider-rail .thy-slider-pointer {
  transform: translate(-50%, 50%) rotate(90deg);
  left: 50%;
  bottom: 0;
  top: unset;
}
.thy-slider.slider-disabled {
  cursor: not-allowed;
}
.thy-slider.slider-disabled .thy-slider-rail {
  background-color: var(--gray-100);
}
.thy-slider.slider-disabled .thy-slider-rail .thy-slider-track {
  background-color: var(--gray-400);
}
.thy-slider.slider-disabled .thy-slider-rail .thy-slider-pointer {
  border-color: var(--gray-400);
}
.thy-slider.thy-slider-primary .thy-slider-rail {
  background-color: var(--gray-200);
}
.thy-slider.thy-slider-primary .thy-slider-rail .thy-slider-track {
  background-color: #6698ff;
}
.thy-slider.thy-slider-primary .thy-slider-rail .thy-slider-pointer {
  border-color: #6698ff;
  background-color: var(--bg-color-default);
}
.thy-slider .thy-slider-rail,
.thy-slider.thy-slider-success .thy-slider-rail {
  background-color: var(--gray-200);
}
.thy-slider .thy-slider-rail .thy-slider-track,
.thy-slider.thy-slider-success .thy-slider-rail .thy-slider-track {
  background-color: #73d897;
}
.thy-slider .thy-slider-rail .thy-slider-pointer,
.thy-slider.thy-slider-success .thy-slider-rail .thy-slider-pointer {
  border-color: #73d897;
  background-color: var(--bg-color-default);
}
.thy-slider.thy-slider-info .thy-slider-rail {
  background-color: var(--gray-200);
}
.thy-slider.thy-slider-info .thy-slider-rail .thy-slider-track {
  background-color: #5dcfff;
}
.thy-slider.thy-slider-info .thy-slider-rail .thy-slider-pointer {
  border-color: #5dcfff;
  background-color: var(--bg-color-default);
}
.thy-slider.thy-slider-warning .thy-slider-rail {
  background-color: var(--gray-200);
}
.thy-slider.thy-slider-warning .thy-slider-rail .thy-slider-track {
  background-color: #ffcd5d;
}
.thy-slider.thy-slider-warning .thy-slider-rail .thy-slider-pointer {
  border-color: #ffcd5d;
  background-color: var(--bg-color-default);
}
.thy-slider.thy-slider-danger .thy-slider-rail {
  background-color: var(--gray-200);
}
.thy-slider.thy-slider-danger .thy-slider-rail .thy-slider-track {
  background-color: #ff7575;
}
.thy-slider.thy-slider-danger .thy-slider-rail .thy-slider-pointer {
  border-color: #ff7575;
  background-color: var(--bg-color-default);
}
.thy-slider.thy-slider-sm .thy-slider-rail {
  height: 6px;
  border-radius: 5px;
}
.thy-slider.thy-slider-sm .thy-slider-rail .thy-slider-track {
  height: 6px;
  border-radius: 5px;
}
.thy-slider.thy-slider-sm .thy-slider-rail .thy-slider-pointer {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 14px;
}
.thy-slider.thy-slider-sm.slider-vertical {
  height: 100%;
  width: 6px;
  display: inline-block;
}
.thy-slider.thy-slider-sm.slider-vertical .thy-slider-rail {
  width: 6px;
  height: 100%;
}
.thy-slider.thy-slider-sm.slider-vertical .thy-slider-rail .thy-slider-track {
  width: 6px;
  height: 100%;
}
.thy-slider.thy-slider-sm.slider-vertical .thy-slider-rail .thy-slider-pointer {
  transform: translate(-50%, 50%) rotate(90deg);
  left: 50%;
  bottom: 0;
  top: unset;
}
.thy-slider.thy-slider-md .thy-slider-rail {
  height: 10px;
  border-radius: 20px;
}
.thy-slider.thy-slider-md .thy-slider-rail .thy-slider-track {
  height: 10px;
  border-radius: 20px;
}
.thy-slider.thy-slider-md .thy-slider-rail .thy-slider-pointer {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 18px;
}
.thy-slider.thy-slider-md.slider-vertical {
  height: 100%;
  width: 10px;
  display: inline-block;
}
.thy-slider.thy-slider-md.slider-vertical .thy-slider-rail {
  width: 10px;
  height: 100%;
}
.thy-slider.thy-slider-md.slider-vertical .thy-slider-rail .thy-slider-track {
  width: 10px;
  height: 100%;
}
.thy-slider.thy-slider-md.slider-vertical .thy-slider-rail .thy-slider-pointer {
  transform: translate(-50%, 50%) rotate(90deg);
  left: 50%;
  bottom: 0;
  top: unset;
}
.thy-slider.thy-slider-lg .thy-slider-rail {
  height: 16px;
  border-radius: 100px;
}
.thy-slider.thy-slider-lg .thy-slider-rail .thy-slider-track {
  height: 16px;
  border-radius: 100px;
}
.thy-slider.thy-slider-lg .thy-slider-rail .thy-slider-pointer {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 26px;
}
.thy-slider.thy-slider-lg.slider-vertical {
  height: 100%;
  width: 16px;
  display: inline-block;
}
.thy-slider.thy-slider-lg.slider-vertical .thy-slider-rail {
  width: 16px;
  height: 100%;
}
.thy-slider.thy-slider-lg.slider-vertical .thy-slider-rail .thy-slider-track {
  width: 16px;
  height: 100%;
}
.thy-slider.thy-slider-lg.slider-vertical .thy-slider-rail .thy-slider-pointer {
  transform: translate(-50%, 50%) rotate(90deg);
  left: 50%;
  bottom: 0;
  top: unset;
}
.thy-calendar-full {
  display: block;
  padding: 9px 9px 13px 9px;
  height: 100%;
}
.thy-calendar-full .thy-calendar-panel {
  height: calc(100% - 33px);
}
.thy-calendar-full .thy-calendar-panel .thy-calendar-date-panel {
  height: 100%;
}
.thy-calendar-full .thy-calendar-panel .thy-calendar-date-panel .thy-calendar-body {
  height: 100%;
}
.thy-calendar-full .thy-calendar-full-cell:focus-within {
  outline: none;
  position: relative;
}
.thy-calendar-full .thy-calendar-full-cell:focus-within .thy-calendar-full-date {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: var(--calendar-active-box-shadow);
  background: var(--bg-color-default);
  width: 100%;
  min-height: 100%;
  z-index: 2;
  outline: none;
}
.thy-calendar-full .thy-calendar-full-cell:focus-within .thy-calendar-full-date .thy-calendar-full-date-content {
  height: auto;
}
.thy-calendar-full .thy-calendar-full-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.thy-calendar-full .thy-calendar-full-table thead {
  font-size: 14px;
  color: var(--gray-500);
}
.thy-calendar-full .thy-calendar-full-table .thy-calendar-full-column-header,
.thy-calendar-full .thy-calendar-full-table .thy-calendar-full-cell {
  text-align: left;
  font-weight: 400;
}
.thy-calendar-full .thy-calendar-full-table .thy-calendar-full-today .thy-calendar-full-date-value-today-text {
  width: 24px;
  height: 24px;
  background: #ff9f73;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  color: #fff;
}
.thy-calendar-full .thy-calendar-full-table .thy-calendar-full-column-header,
.thy-calendar-full .thy-calendar-full-table .thy-calendar-full-cell .thy-calendar-full-date-value {
  padding: 10px;
  min-height: 44px;
}
.thy-calendar-full .thy-calendar-full-table .thy-calendar-full-last-month-cell,
.thy-calendar-full .thy-calendar-full-table .thy-calendar-full-next-month-btn-day {
  color: var(--gray-500);
}
.thy-calendar-full .thy-calendar-full-table .thy-calendar-full-tbody {
  border: 1px solid var(--gray-200);
  border-collapse: collapse;
}
.thy-calendar-full .thy-calendar-full-table .thy-calendar-full-tbody tr td:first-child,
.thy-calendar-full .thy-calendar-full-table .thy-calendar-full-tbody tr td:last-child {
  background: var(--gray-80);
}
.thy-calendar-full .thy-calendar-full-table .thy-calendar-full-tbody td {
  border: 1px solid var(--gray-200);
}
.thy-calendar-full .thy-calendar-full-table .thy-calendar-full-tbody td .thy-calendar-full-date-content {
  height: 126px;
  padding: 0 6px;
  overflow: auto;
}
.thy-calendar-full-header-container {
  align-items: center;
  display: flex;
  min-height: 33px;
  padding: 0 12px;
}
.thy-calendar-full-header-container .thy-calendar-full-header-left {
  display: flex;
  align-items: center;
}
.thy-calendar-full-header-container .thy-calendar-full-header-left .select-date-range {
  display: inline-block;
  margin-right: 15px;
}
.thy-calendar-full-header-container .thy-calendar-full-header-right {
  margin-left: auto;
}
.thy-fullscreen {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 1000 !important;
}
.thy-guider-highlight-container {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #6698ff;
  border-radius: 50%;
}
.thy-guider-highlight-container::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #6698ff;
  border-radius: 50%;
  animation-name: highlightPulse;
  animation-timing-function: cubic-bezier(0, 0.42, 0.26, 0.96);
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes highlightPulse {
  0% {
    width: 16px;
    height: 16px;
  }
  50% {
    width: 28px;
    height: 28px;
  }
  100% {
    width: 16px;
    height: 16px;
  }
}
.thy-guider-tip-container {
  width: 310px;
  display: block;
}
.thy-guider-tip-container .thy-guider-tip-top {
  background-color: #6698ff;
  width: 100%;
  height: 190px;
  position: relative;
  overflow: hidden;
}
.thy-guider-tip-container .thy-guider-tip-top img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.thy-guider-tip-container .thy-guider-tip-top-btn {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 14px;
  background-color: rgba(0, 0, 0, 0);
}
.thy-guider-tip-container .thy-guider-tip-top-btn:hover {
  color: white;
  text-decoration: none;
}
.thy-guider-tip-container .thy-guider-tip-content {
  padding: 30px 30px 0;
  height: 250px;
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
  font-size: 14px;
  background-color: var(--bg-color-panel);
  color: var(--gray-700);
  letter-spacing: 0;
  line-height: 26px;
}
.thy-guider-tip-container .thy-guider-tip-content-title {
  font-size: 16px;
  color: var(--gray-800);
  margin-bottom: 12px;
}
.thy-guider-tip-container .thy-guider-tip-content-description {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.thy-guider-tip-container .thy-guider-tip-content-description::-webkit-scrollbar {
  display: none;
}
.thy-guider-tip-container .thy-guider-tip-content .thy-guider-tip-step {
  display: flex;
  justify-content: space-between;
  height: 36px;
  line-height: 36px;
  margin-bottom: 16px;
  margin-top: 10px;
}
.thy-guider-tip-container .thy-guider-tip-content .thy-guider-tip-step-pagination {
  line-height: 34px;
}
.thy-guider-tip-container .thy-guider-tip-content .thy-guider-tip-step-pagination .pagination-item {
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(102, 152, 255, 0.4);
  margin: 2px 4px;
  box-sizing: border-box;
}
.thy-guider-tip-container .thy-guider-tip-content .thy-guider-tip-step-pagination .pagination-item.active {
  border: 2px solid #6698ff;
  background-color: var(--bg-color-default);
  width: 7px;
  height: 7px;
  margin: 0 4px;
}
.thy-guider-tip-container .thy-guider-tip-content .thy-guider-tip-step a {
  font-size: 12px;
}
.thy-guider-tip-container .thy-guider-tip-content .thy-guider-tip-step a:hover {
  text-decoration: none;
}
.thy-guider-tip-container .thy-guider-tip-content .thy-guider-tip-step-pre {
  margin-right: 30px;
  color: var(--gray-500);
}
.thy-guider-tip-container .thy-guider-tip-content .thy-guider-tip-step-pre:hover {
  color: var(--gray-700);
}
.thy-guider-tip-container .thy-guider-tip-content .thy-guider-tip-step-next {
  margin-right: 10px;
  color: rgba(102, 152, 255, 0.8);
}
.thy-guider-tip-container .thy-guider-tip-content .thy-guider-tip-step-next:hover {
  color: #6698ff;
}
.thy-resizable {
  position: relative;
}
.thy-resizable-preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  border: 1px dashed var(--gray-300);
}
.thy-resizable-handle {
  position: absolute;
  -webkit-user-select: none;
  user-select: none;
  z-index: 8;
}
.thy-resizable-handle .thy-resizable-handle-line {
  margin: auto;
  transition: background-color 300ms linear;
}
.thy-resizable-handle:hover .thy-resizable-handle-line {
  background-color: #6698ff;
}
.thy-resizable-handle-top {
  width: 100%;
  height: 10px;
  top: -5px;
  left: 0;
}
.thy-resizable-handle-top .thy-resizable-handle-line {
  height: 2px;
}
.thy-resizable-handle-right {
  width: 10px;
  height: 100%;
  top: 0;
  right: -5px;
}
.thy-resizable-handle-right .thy-resizable-handle-line {
  width: 2px;
  height: 100%;
}
.thy-resizable-handle-bottom {
  width: 100%;
  height: 10px;
  bottom: -5px;
  left: 0;
}
.thy-resizable-handle-bottom .thy-resizable-handle-line {
  height: 2px;
}
.thy-resizable-handle-left {
  width: 10px;
  height: 100%;
  top: 0;
  left: -5px;
}
.thy-resizable-handle-left .thy-resizable-handle-line {
  width: 2px;
  height: 100%;
}
.thy-resizable-handle-topRight {
  width: 20px;
  height: 20px;
  top: -5px;
  right: -5px;
  z-index: 10;
}
.thy-resizable-handle-bottomRight {
  width: 20px;
  height: 20px;
  right: -5px;
  bottom: -5px;
  z-index: 10;
}
.thy-resizable-handle-bottomLeft {
  width: 20px;
  height: 20px;
  bottom: -5px;
  left: -5px;
  z-index: 10;
}
.thy-resizable-handle-topLeft {
  width: 20px;
  height: 20px;
  top: -5px;
  left: -5px;
  z-index: 10;
}
.thy-resizable:not(.thy-resizable-resizing) .thy-resizable-handle-top,
.thy-resizable:not(.thy-resizable-resizing) .thy-resizable-handle-bottom {
  cursor: row-resize;
}
.thy-resizable:not(.thy-resizable-resizing) .thy-resizable-handle-right,
.thy-resizable:not(.thy-resizable-resizing) .thy-resizable-handle-left {
  cursor: col-resize;
}
.thy-resizable:not(.thy-resizable-resizing) .thy-resizable-handle-bottomRight,
.thy-resizable:not(.thy-resizable-resizing) .thy-resizable-handle-topLeft {
  cursor: nwse-resize;
}
.thy-resizable:not(.thy-resizable-resizing) .thy-resizable-handle-bottomLeft,
.thy-resizable:not(.thy-resizable-resizing) .thy-resizable-handle-topRight {
  cursor: nesw-resize;
}
.thy-resizable-disabled .thy-resizable-handle {
  pointer-events: none;
}
.thy-collapse {
  display: block;
  position: relative;
  border-bottom: 0;
  border-radius: 2px;
}
.thy-collapse .thy-collapse-item {
  display: block;
}
.thy-collapse .thy-collapse-item:last-child {
  border-radius: 0 0 2px 2px;
}
.thy-collapse .thy-collapse-item .thy-collapse-header {
  padding: 12px 8px;
  min-height: 48px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s, visibility 0s;
}
.thy-collapse .thy-collapse-item .thy-collapse-header .thy-collapse-title {
  flex: 1;
  font-size: 0.875rem;
}
.thy-collapse .thy-collapse-item .thy-collapse-header .thy-collapse-icon {
  margin-right: 8px;
  color: var(--gray-600);
}
.thy-collapse .thy-collapse-item .thy-collapse-header .thy-collapse-extra {
  float: right;
}
.thy-collapse .thy-collapse-item .thy-collapse-content {
  border-top: 1px solid var(--gray-200);
  background-color: var(--bg-color-default);
}
.thy-collapse .thy-collapse-item .thy-collapse-content-box {
  padding: 0px 8px 16px 8px;
}
.thy-collapse .thy-collapse-item .thy-collapse-content-box:empty {
  display: none;
}
.thy-collapse .thy-collapse-item-disabled > .thy-collapse-header,
.thy-collapse .thy-collapse-item-disabled > .thy-collapse-header > .thy-collapse .thy-collapse-item-disabled > .thy-collapse-header-icon {
  color: var(--gray-400);
  cursor: not-allowed;
}
.thy-collapse-ghost {
  border: 0;
  background-color: transparent;
}
.thy-collapse-ghost > .thy-collapse-item {
  border-bottom: 0;
}
.thy-collapse-ghost > .thy-collapse-item > .thy-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.thy-collapse-bordered {
  border: 1px solid var(--gray-200);
}
.thy-collapse-bordered .thy-collapse-item {
  border-bottom: 1px solid var(--gray-200);
}
.thy-collapse-bordered .thy-collapse-item:last-child,
.thy-collapse-bordered .thy-collapse-item:last-child > .thy-collapse-header {
  border-radius: 0;
}
.thy-collapse-bordered .thy-collapse-item .thy-collapse-header {
  background-color: var(--gray-80);
  padding-left: 12px;
  padding-right: 12px;
}
.thy-collapse-bordered .thy-collapse-item .thy-collapse-content {
  background: transparent;
  border-top: 1px solid var(--gray-200);
}
.thy-collapse-bordered .thy-collapse-item .thy-collapse-content .thy-collapse-content-box {
  padding: 12px;
}
.thy-collapse-divided .thy-collapse-item:last-child,
.thy-collapse-divided .thy-collapse-item:last-child > .thy-collapse-header {
  border-radius: 0;
}
.thy-collapse-divided .thy-collapse-item:not(:last-child) {
  border-bottom: 1px solid var(--gray-200);
}
.thy-collapse-divided .thy-collapse-item .thy-collapse-content {
  background: transparent;
  border-top: 0;
}
.thy-collapse-icon-position-right .thy-collapse-item > .thy-collapse-header .thy-collapse-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  left: auto;
  margin: 0;
  transform: translateY(-50%);
}
.thy-rate:not(.disabled):focus {
  outline: 0 !important;
}
.thy-rate .thy-rate-container {
  display: flex;
  align-items: center;
  color: #ffcd5d;
}
.thy-rate .thy-rate-container .thy-rate-star {
  position: relative;
  font-size: 18px;
  color: inherit;
  transition: all 0.3s;
}
.thy-rate .thy-rate-container .thy-rate-star:not(:last-child) {
  margin-right: 8px;
}
.thy-rate .thy-rate-container .thy-rate-star:hover {
  cursor: pointer;
  transform: scale(1.2);
}
.thy-rate .thy-rate-container .thy-rate-star .thy-rate-item-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.thy-rate .thy-rate-container .thy-rate-star .thy-rate-item-left,
.thy-rate .thy-rate-container .thy-rate-star .thy-rate-item-all {
  color: var(--gray-100);
  transition: all 0.3s;
}
.thy-rate .thy-rate-container .thy-rate-star .thy-rate-item-left .thy-icon,
.thy-rate .thy-rate-container .thy-rate-star .thy-rate-item-all .thy-icon {
  font-size: 18px;
}
.thy-rate .thy-rate-container .thy-rate-star--full .thy-rate-item-all {
  color: inherit;
  opacity: 1;
}
.thy-rate .thy-rate-container .thy-rate-star--active .thy-rate-item-left,
.thy-rate .thy-rate-container .thy-rate-star--half .thy-rate-item-left {
  color: inherit;
  opacity: 1;
}
.thy-rate .thy-rate-container--disabled {
  pointer-events: none;
}
.thy-input-number {
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  color: var(--gray-800);
  background-color: var(--bg-color-default);
  background-clip: padding-box;
  border-radius: 0.25rem;
}
.thy-input-number {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .thy-input-number {
    transition: none;
  }
}
.thy-input-number .input-number-input {
  padding-right: 2rem;
}
.thy-input-number .input-number-handler-wrap {
  width: 22px;
  height: calc(100% - 2px);
  position: absolute;
  right: 1px;
  top: 1px;
  box-sizing: border-box;
  border-left: 1px solid var(--gray-200);
  border-radius: 0 0.25rem 0.25rem 0;
  cursor: pointer;
}
.thy-input-number .input-number-handler-wrap .input-number-handler {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--gray-500);
}
.thy-input-number .input-number-handler-wrap .input-number-handler .thy-icon {
  font-size: 0.625rem;
}
.thy-input-number .input-number-handler-wrap .input-number-handler:hover:not(.disabled) {
  color: #6698ff;
}
.thy-input-number .input-number-handler-wrap .input-number-handler.disabled {
  cursor: not-allowed;
}
.thy-input-number .input-number-handler-wrap .input-number-handler-up {
  border-top-right-radius: 0.25rem;
}
.thy-input-number .input-number-handler-wrap .input-number-handler-down {
  border-top: 1px solid var(--gray-200);
  border-bottom-right-radius: 0.25rem;
}
.thy-input-number:hover,
.thy-input-number:focus {
  outline: none;
}
.thy-input-number:hover .form-control:not([disabled]):not(.disabled):not(.is-invalid),
.thy-input-number:focus .form-control:not([disabled]):not(.disabled):not(.is-invalid) {
  border-color: #6698ff;
}
.thy-input-number .input-number-disabled {
  display: none;
}
.thy-image-preview-container .thy-dialog-container {
  background: none;
}
.thy-image-preview-container .thy-image-preview-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  outline: 0;
}
.thy-image-preview-container .thy-image-preview {
  pointer-events: none;
  height: 100%;
  color: var(--image-preview-text-color);
}
.thy-image-preview-container .thy-image-preview-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thy-image-preview-container .thy-image-preview-img-wrapper .thy-image-preview-img {
  margin: 0 auto;
  pointer-events: all;
  display: block;
  cursor: pointer;
  width: auto;
}
.thy-image-preview-container .thy-image-preview-inside {
  cursor: zoom-out;
  pointer-events: all;
}
.thy-image-preview-container .thy-image-preview-inside .thy-image-preview-img {
  cursor: zoom-out;
}
.thy-image-preview-container .thy-image-preview-operations {
  display: flex;
  align-items: center;
  position: fixed;
  pointer-events: all;
  bottom: 1.25rem;
  border-radius: 0.5rem;
  background: var(--image-preview-bg-color);
  left: 50%;
  transform: translateX(-50%);
}
.thy-image-preview-container .thy-image-preview-operations-text {
  display: inline-block;
  min-width: 2.5rem;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}
.thy-image-preview-container .thy-image-preview-operations .thy-divider {
  border-color: var(--gray-700);
}
.thy-image-preview-container .thy-image-preview .thy-action {
  pointer-events: all;
  cursor: pointer;
}
.thy-image-preview-container .thy-image-preview .thy-action {
  color: var(--image-preview-action-icon-color);
}
.thy-image-preview-container .thy-image-preview .thy-action:hover:not(.thy-action-has-feedback):not(.disabled),
.thy-image-preview-container .thy-image-preview .thy-action.active:not(.thy-action-has-feedback):not(.disabled),
.thy-image-preview-container .thy-image-preview .thy-action:active:not(.thy-action-has-feedback):not(.disabled) {
  color: var(--image-preview-action-icon-color);
  background: var(--image-preview-action-bg-color);
}
.thy-image-preview-container .thy-image-preview .thy-action:hover:not(.thy-action-has-feedback):not(.disabled) > span,
.thy-image-preview-container .thy-image-preview .thy-action.active:not(.thy-action-has-feedback):not(.disabled) > span,
.thy-image-preview-container .thy-image-preview .thy-action:active:not(.thy-action-has-feedback):not(.disabled) > span {
  color: var(--image-preview-action-icon-color);
}
.thy-image-preview-container .thy-image-preview .thy-image-preview-exit-fullscreen {
  position: fixed;
  top: 1.5rem;
  right: 2rem;
  z-index: 10;
}
.thy-image-preview-container .thy-image-preview-switch-left,
.thy-image-preview-container .thy-image-preview-switch-right {
  color: var(--image-preview-switch-icon-color);
  position: fixed;
  top: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -22px;
  background: var(--image-preview-switch-bg-color);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s;
}
.thy-image-preview-container .thy-image-preview-switch-left:hover,
.thy-image-preview-container .thy-image-preview-switch-right:hover {
  color: var(--image-preview-switch-icon-hover-color);
  background: var(--image-preview-switch-hover-bg-color);
}
.thy-image-preview-container .thy-image-preview-switch-left-disabled,
.thy-image-preview-container .thy-image-preview-switch-right-disabled {
  cursor: not-allowed;
}
.thy-image-preview-container .thy-image-preview-switch-left-disabled > .thy-icon,
.thy-image-preview-container .thy-image-preview-switch-right-disabled > .thy-icon {
  cursor: not-allowed;
}
.thy-image-preview-container .thy-image-preview-switch-left-disabled:hover,
.thy-image-preview-container .thy-image-preview-switch-right-disabled:hover {
  color: var(--image-preview-switch-icon-color);
  background: var(--image-preview-switch-bg-color);
}
.thy-image-preview-container .thy-image-preview-switch-left {
  left: 2.5rem;
}
.thy-image-preview-container .thy-image-preview-switch-right {
  right: 2.5rem;
}
.thy-image-preview-container .thy-image-preview-moving .thy-image-preview-img {
  cursor: grabbing;
}
.thy-image-preview-container .thy-image-preview-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  background: var(--image-preview-bg-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
}
.thy-image-preview-container .thy-image-preview-header-info {
  font-weight: 500;
  pointer-events: all;
}
.thy-image-preview-container .thy-image-preview-header-info .thy-image-name {
  width: 580px;
  font-size: 1rem;
  margin-bottom: 0;
}
.thy-image-preview-container .thy-image-preview-header-info .thy-image-size {
  font-size: 0.75rem;
  color: var(--gray-500);
}
.thy-image-preview-container .thy-loading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.thy-image-preview-fullscreen .thy-image-preview-inside {
  cursor: auto;
}
.thy-image-preview-backdrop {
  background: var(--image-preview-backdrop-bg-color);
}
.thy-image {
  cursor: zoom-in;
}
.thy-image-disabled {
  cursor: default;
}
.thy-segment {
  display: inline-block;
  padding: 2px;
  color: var(--gray-700);
  background-color: var(--gray-100);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.thy-segment-xs .thy-segment-item-label {
  min-height: 20px;
  line-height: 20px;
  padding: 0 8px;
}
.thy-segment-xs .thy-segment-item-label-only-icon {
  width: 28px;
}
.thy-segment-xs .thy-segment-item-label {
  font-size: 0.75rem;
}
.thy-segment-xs .thy-segment-item-icon {
  font-size: 0.75rem;
}
.thy-segment-sm .thy-segment-item-label {
  min-height: 24px;
  line-height: 24px;
  padding: 0 12px;
}
.thy-segment-sm .thy-segment-item-label-only-icon {
  width: 38px;
}
.thy-segment-sm .thy-segment-item-label {
  font-size: 0.75rem;
}
.thy-segment-sm .thy-segment-item-icon {
  font-size: 0.875rem;
}
.thy-segment-md .thy-segment-item-label {
  min-height: 28px;
  line-height: 28px;
  padding: 0 12px;
}
.thy-segment-md .thy-segment-item-label-only-icon {
  width: 38px;
}
.thy-segment-md .thy-segment-item-label {
  font-size: 0.75rem;
}
.thy-segment-md .thy-segment-item-icon {
  font-size: 0.875rem;
}
.thy-segment-default .thy-segment-item-label {
  min-height: 32px;
  line-height: 32px;
  padding: 0 12px;
}
.thy-segment-default .thy-segment-item-label-only-icon {
  width: 38px;
}
.thy-segment-default .thy-segment-item-label {
  font-size: 0.875rem;
}
.thy-segment-default .thy-segment-item-icon {
  font-size: 0.875rem;
}
.thy-segment-group {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-items: flex-start;
  width: 100%;
}
.thy-segment-group label {
  display: unset !important;
  margin-bottom: unset !important;
}
.thy-segment-item {
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.thy-segment-item-icon {
  color: var(--gray-600);
}
.thy-segment-item .icon-with-text {
  color: var(--gray-600);
  transition: color 0.3s ease-in-out;
}
.thy-segment-item:not(.disabled):hover,
.thy-segment-item:not(.disabled):focus {
  color: var(--gray-800);
}
.thy-segment-item:not(.disabled):hover .thy-segment-item-icon,
.thy-segment-item:not(.disabled):focus .thy-segment-item-icon {
  color: var(--gray-700);
}
.thy-segment-item:not(.disabled):hover .icon-with-text,
.thy-segment-item:not(.disabled):focus .icon-with-text {
  color: var(--gray-700);
}
.thy-segment-item:not(.disabled).active {
  background-color: var(--segment-active-bg-color);
  border-radius: 2px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 4px -1px rgba(0, 0, 0, 0.1);
  color: var(--gray-800);
}
.thy-segment-item:not(.disabled).active .thy-segment-item-icon {
  color: var(--gray-700);
}
.thy-segment-item:not(.disabled).active .icon-with-text {
  color: var(--gray-700);
}
.thy-segment-item.disabled .thy-segment-item-label,
.thy-segment-item.disabled .thy-segment-item-label:hover,
.thy-segment-item.disabled .thy-segment-item-label:focus,
.thy-segment-item.disabled .thy-segment-item-icon,
.thy-segment-item.disabled .thy-segment-item-icon:hover,
.thy-segment-item.disabled .thy-segment-item-icon:focus {
  color: var(--gray-500);
  cursor: not-allowed;
}
.thy-segment-item.disabled .thy-segment-item-label .icon-with-text,
.thy-segment-item.disabled .thy-segment-item-label:hover .icon-with-text,
.thy-segment-item.disabled .thy-segment-item-label:focus .icon-with-text,
.thy-segment-item.disabled .thy-segment-item-icon .icon-with-text,
.thy-segment-item.disabled .thy-segment-item-icon:hover .icon-with-text,
.thy-segment-item.disabled .thy-segment-item-icon:focus .icon-with-text {
  color: var(--gray-500);
}
.thy-segment-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  text-align: center;
}
.thy-segment-item-icon + * {
  display: inline-block;
  margin-left: 8px;
}
.thy-segment-block {
  width: 100%;
}
.thy-segment-block .thy-segment-group {
  display: flex;
}
.thy-segment-block .thy-segment-group .thy-segment-item {
  flex: 1;
  min-width: 0;
  max-width: unset;
}
.thy-segment-block .thy-segment-group .thy-segment-item-label {
  padding: 0px 8px;
}
.thy-segment.disabled .thy-segment-item-label,
.thy-segment.disabled .thy-segment-item-label:hover,
.thy-segment.disabled .thy-segment-item-label:focus,
.thy-segment.disabled .thy-segment-item-icon,
.thy-segment.disabled .thy-segment-item-icon:hover,
.thy-segment.disabled .thy-segment-item-icon:focus {
  color: var(--gray-500);
  cursor: not-allowed;
}
.thy-segment.disabled .thy-segment-item-label .icon-with-text,
.thy-segment.disabled .thy-segment-item-label:hover .icon-with-text,
.thy-segment.disabled .thy-segment-item-label:focus .icon-with-text,
.thy-segment.disabled .thy-segment-item-icon .icon-with-text,
.thy-segment.disabled .thy-segment-item-icon:hover .icon-with-text,
.thy-segment.disabled .thy-segment-item-icon:focus .icon-with-text {
  color: var(--gray-500);
}
.thy-segment-thumb {
  background-color: var(--segment-active-bg-color);
  border-radius: 2px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 4px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  padding: 4px 0;
}
.thy-tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  row-gap: 8px;
  column-gap: 8px;
}
.thy-tag {
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  border-radius: 4px;
  color: #fff;
  border: 1px solid transparent;
  padding-left: 12px;
  padding-right: 12px;
}
.thy-tag a {
  color: inherit;
  text-decoration: none;
}
.thy-tag a:hover,
.thy-tag a.active,
.thy-tag a:active {
  color: inherit;
  text-decoration: none;
}
.thy-tag .thy-icon:first-child {
  margin-right: 4px;
}
.thy-tag.thy-tag-pill {
  border-radius: 18px;
}
.thy-tag-sm {
  height: 20px;
  line-height: 20px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 0.75rem;
}
.thy-tag-sm .i,
.thy-tag-sm .thy-icon {
  font-size: 0.75rem;
}
.thy-tag-md {
  height: 24px;
  line-height: 24px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 0.75rem;
}
.thy-tag-md .i,
.thy-tag-md .thy-icon {
  font-size: 0.875rem;
}
.thy-tag-lg {
  height: 28px;
  line-height: 28px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 0.875rem;
}
.thy-tag-lg .i,
.thy-tag-lg .thy-icon {
  font-size: 1rem;
}
.thy-tag-primary {
  background-color: #6698ff;
}
.thy-tag-primary.thy-tag-hover:hover {
  background-color: rgb(76.5, 134.8333333333, 255);
  cursor: pointer;
}
.thy-tag-primary {
  color: #fff;
}
.thy-tag-primary.thy-tag-hover thy-icon.thy-icon-close,
.thy-tag-primary.thy-tag-hover:hover {
  color: #fff;
  cursor: pointer;
}
.thy-tag-primary.thy-tag-hover thy-icon.thy-icon-close thy-icon.thy-icon-close,
.thy-tag-primary.thy-tag-hover:hover thy-icon.thy-icon-close {
  display: inline-block;
}
.thy-tag-weak-fill-primary {
  background-color: rgba(102, 152, 255, 0.1);
}
.thy-tag-weak-fill-primary.thy-tag-hover:hover {
  background-color: rgba(76.5, 134.8333333333, 255, 0.1);
  cursor: pointer;
}
.thy-tag-weak-fill-primary {
  color: #6698ff;
}
.thy-tag-weak-fill-primary.thy-tag-hover thy-icon.thy-icon-close,
.thy-tag-weak-fill-primary.thy-tag-hover:hover {
  color: #6698ff;
  cursor: pointer;
}
.thy-tag-weak-fill-primary.thy-tag-hover thy-icon.thy-icon-close thy-icon.thy-icon-close,
.thy-tag-weak-fill-primary.thy-tag-hover:hover thy-icon.thy-icon-close {
  display: inline-block;
}
.thy-tag-outline-primary {
  color: #6698ff;
  border-color: #6698ff;
}
.thy-tag-info {
  background-color: #5dcfff;
}
.thy-tag-info.thy-tag-hover:hover {
  background-color: rgb(67.5, 199.4444444444, 255);
  cursor: pointer;
}
.thy-tag-info {
  color: #fff;
}
.thy-tag-info.thy-tag-hover thy-icon.thy-icon-close,
.thy-tag-info.thy-tag-hover:hover {
  color: #fff;
  cursor: pointer;
}
.thy-tag-info.thy-tag-hover thy-icon.thy-icon-close thy-icon.thy-icon-close,
.thy-tag-info.thy-tag-hover:hover thy-icon.thy-icon-close {
  display: inline-block;
}
.thy-tag-weak-fill-info {
  background-color: rgba(93, 207, 255, 0.1);
}
.thy-tag-weak-fill-info.thy-tag-hover:hover {
  background-color: rgba(67.5, 199.4444444444, 255, 0.1);
  cursor: pointer;
}
.thy-tag-weak-fill-info {
  color: #5dcfff;
}
.thy-tag-weak-fill-info.thy-tag-hover thy-icon.thy-icon-close,
.thy-tag-weak-fill-info.thy-tag-hover:hover {
  color: #5dcfff;
  cursor: pointer;
}
.thy-tag-weak-fill-info.thy-tag-hover thy-icon.thy-icon-close thy-icon.thy-icon-close,
.thy-tag-weak-fill-info.thy-tag-hover:hover thy-icon.thy-icon-close {
  display: inline-block;
}
.thy-tag-outline-info {
  color: #5dcfff;
  border-color: #5dcfff;
}
.thy-tag-success {
  background-color: #73d897;
}
.thy-tag-success.thy-tag-hover:hover {
  background-color: rgb(95.0558659218, 210.4441340782, 136.1843575419);
  cursor: pointer;
}
.thy-tag-success {
  color: #fff;
}
.thy-tag-success.thy-tag-hover thy-icon.thy-icon-close,
.thy-tag-success.thy-tag-hover:hover {
  color: #fff;
  cursor: pointer;
}
.thy-tag-success.thy-tag-hover thy-icon.thy-icon-close thy-icon.thy-icon-close,
.thy-tag-success.thy-tag-hover:hover thy-icon.thy-icon-close {
  display: inline-block;
}
.thy-tag-weak-fill-success {
  background-color: rgba(115, 216, 151, 0.1);
}
.thy-tag-weak-fill-success.thy-tag-hover:hover {
  background-color: rgba(95.0558659218, 210.4441340782, 136.1843575419, 0.1);
  cursor: pointer;
}
.thy-tag-weak-fill-success {
  color: #73d897;
}
.thy-tag-weak-fill-success.thy-tag-hover thy-icon.thy-icon-close,
.thy-tag-weak-fill-success.thy-tag-hover:hover {
  color: #73d897;
  cursor: pointer;
}
.thy-tag-weak-fill-success.thy-tag-hover thy-icon.thy-icon-close thy-icon.thy-icon-close,
.thy-tag-weak-fill-success.thy-tag-hover:hover thy-icon.thy-icon-close {
  display: inline-block;
}
.thy-tag-outline-success {
  color: #73d897;
  border-color: #73d897;
}
.thy-tag-warning {
  background-color: #ffcd5d;
}
.thy-tag-warning.thy-tag-hover:hover {
  background-color: rgb(255, 197.1296296296, 67.5);
  cursor: pointer;
}
.thy-tag-warning {
  color: #fff;
}
.thy-tag-warning.thy-tag-hover thy-icon.thy-icon-close,
.thy-tag-warning.thy-tag-hover:hover {
  color: #fff;
  cursor: pointer;
}
.thy-tag-warning.thy-tag-hover thy-icon.thy-icon-close thy-icon.thy-icon-close,
.thy-tag-warning.thy-tag-hover:hover thy-icon.thy-icon-close {
  display: inline-block;
}
.thy-tag-weak-fill-warning {
  background-color: rgba(255, 205, 93, 0.1);
}
.thy-tag-weak-fill-warning.thy-tag-hover:hover {
  background-color: rgba(255, 197.1296296296, 67.5, 0.1);
  cursor: pointer;
}
.thy-tag-weak-fill-warning {
  color: #ffcd5d;
}
.thy-tag-weak-fill-warning.thy-tag-hover thy-icon.thy-icon-close,
.thy-tag-weak-fill-warning.thy-tag-hover:hover {
  color: #ffcd5d;
  cursor: pointer;
}
.thy-tag-weak-fill-warning.thy-tag-hover thy-icon.thy-icon-close thy-icon.thy-icon-close,
.thy-tag-weak-fill-warning.thy-tag-hover:hover thy-icon.thy-icon-close {
  display: inline-block;
}
.thy-tag-outline-warning {
  color: #ffcd5d;
  border-color: #ffcd5d;
}
.thy-tag-danger {
  background-color: #ff7575;
}
.thy-tag-danger.thy-tag-hover:hover {
  background-color: rgb(255, 91.5, 91.5);
  cursor: pointer;
}
.thy-tag-danger {
  color: #fff;
}
.thy-tag-danger.thy-tag-hover thy-icon.thy-icon-close,
.thy-tag-danger.thy-tag-hover:hover {
  color: #fff;
  cursor: pointer;
}
.thy-tag-danger.thy-tag-hover thy-icon.thy-icon-close thy-icon.thy-icon-close,
.thy-tag-danger.thy-tag-hover:hover thy-icon.thy-icon-close {
  display: inline-block;
}
.thy-tag-weak-fill-danger {
  background-color: rgba(255, 117, 117, 0.1);
}
.thy-tag-weak-fill-danger.thy-tag-hover:hover {
  background-color: rgba(255, 91.5, 91.5, 0.1);
  cursor: pointer;
}
.thy-tag-weak-fill-danger {
  color: #ff7575;
}
.thy-tag-weak-fill-danger.thy-tag-hover thy-icon.thy-icon-close,
.thy-tag-weak-fill-danger.thy-tag-hover:hover {
  color: #ff7575;
  cursor: pointer;
}
.thy-tag-weak-fill-danger.thy-tag-hover thy-icon.thy-icon-close thy-icon.thy-icon-close,
.thy-tag-weak-fill-danger.thy-tag-hover:hover thy-icon.thy-icon-close {
  display: inline-block;
}
.thy-tag-outline-danger {
  color: #ff7575;
  border-color: #ff7575;
}
.thy-tag-default {
  background-color: var(--gray-100);
}
.thy-tag-default.thy-tag-hover:hover {
  background-color: var(--gray-200);
  cursor: pointer;
}
.thy-tag-default {
  color: var(--gray-700);
}
.thy-tag-default.thy-tag-hover thy-icon.thy-icon-close,
.thy-tag-default.thy-tag-hover:hover {
  color: var(--gray-700);
  cursor: pointer;
}
.thy-tag-default.thy-tag-hover thy-icon.thy-icon-close thy-icon.thy-icon-close,
.thy-tag-default.thy-tag-hover:hover thy-icon.thy-icon-close {
  display: inline-block;
}
.thy-tag-weak-fill-default {
  background-color: var(--gray-100);
}
.thy-tag-weak-fill-default.thy-tag-hover:hover {
  background-color: var(--gray-200);
  cursor: pointer;
}
.thy-tag-weak-fill-default {
  color: var(--gray-700);
}
.thy-tag-weak-fill-default.thy-tag-hover thy-icon.thy-icon-close,
.thy-tag-weak-fill-default.thy-tag-hover:hover {
  color: var(--gray-700);
  cursor: pointer;
}
.thy-tag-weak-fill-default.thy-tag-hover thy-icon.thy-icon-close thy-icon.thy-icon-close,
.thy-tag-weak-fill-default.thy-tag-hover:hover thy-icon.thy-icon-close {
  display: inline-block;
}
.thy-tag-outline-default {
  color: var(--gray-700);
  border-color: var(--gray-200);
}
.thy-tag-outline {
  border-width: 1px;
  border-style: solid;
  background: transparent;
}
.thy-dot {
  display: inline-block;
  box-sizing: border-box;
  border-style: solid;
  background: transparent;
  width: 0;
  height: 0;
}
.thy-dot.dot-shape-circle {
  border-radius: 50%;
}
.thy-dot.dot-shape-square {
  border-radius: 2px;
}
.thy-dot.dot-color-primary {
  border-color: #6698ff;
}
.thy-dot.dot-color-info {
  border-color: #5dcfff;
}
.thy-dot.dot-color-warning {
  border-color: #ffcd5d;
}
.thy-dot.dot-color-danger {
  border-color: #ff7575;
}
.thy-dot.dot-color-success {
  border-color: #73d897;
}
.thy-dot.dot-color-default {
  border-color: var(--gray-100);
}
.thy-dot.dot-color-light {
  border-color: var(--gray-300);
}
.thy-dot.dot-theme-fill.dot-size-xs {
  border-width: 3px;
}
.thy-dot.dot-theme-outline.dot-size-xs {
  width: 6px;
  height: 6px;
}
.thy-dot.dot-theme-fill.dot-size-sm {
  border-width: 4px;
}
.thy-dot.dot-theme-outline.dot-size-sm {
  width: 8px;
  height: 8px;
}
.thy-dot.dot-theme-fill.dot-size-md {
  border-width: 5px;
}
.thy-dot.dot-theme-outline.dot-size-md {
  width: 10px;
  height: 10px;
}
.thy-dot.dot-theme-fill.dot-size-lg {
  border-width: 6px;
}
.thy-dot.dot-theme-outline.dot-size-lg {
  width: 12px;
  height: 12px;
}
.thy-dot.dot-theme-fill.dot-size-xlg {
  border-width: 9px;
}
.thy-dot.dot-theme-outline.dot-size-xlg {
  width: 18px;
  height: 18px;
}
.thy-dot.dot-theme-outline.dot-size-xs {
  border-width: 2px;
}
.thy-dot.dot-theme-outline.dot-size-sm {
  border-width: 2px;
}
.thy-dot.dot-theme-outline.dot-size-md {
  border-width: 2px;
}
.thy-dot.dot-theme-outline.dot-size-lg {
  border-width: 2px;
}
.thy-dot.dot-theme-outline.dot-size-xlg {
  border-width: 2px;
}
.thy-tabs {
  display: block;
  background: var(--bg-color-default);
}
.thy-tabs-content {
  padding: 1rem 0px;
  display: flex;
  width: 100%;
}
.thy-tabs-content-animated {
  transition: margin 0.3s;
}
.thy-tabs-left {
  display: flex;
}
.thy-tabs-left .thy-tabs-nav {
  border-bottom: unset;
}
.thy-tabs-left .thy-tabs-content {
  flex: auto;
  padding: 0px 1rem;
}
.thy-tabs .thy-tab-content {
  flex: none;
  width: 100%;
  outline: none;
}
.thy-properties {
  display: grid;
  column-gap: 1rem;
  row-gap: 0.8rem;
}
.thy-properties.thy-properties-horizontal .thy-property-item {
  flex-direction: row;
}
.thy-properties.thy-properties-horizontal .thy-property-item .thy-property-item-label {
  width: 100px;
  padding-right: 1rem;
}
.thy-properties.thy-properties-horizontal .thy-property-item .thy-property-item-operation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.thy-properties.thy-properties-vertical .thy-property-item {
  flex-direction: column;
}
.thy-properties.thy-properties-edit-trigger-hover .thy-property-item-wrapper:hover .thy-property-item-content-editable .thy-property-item-content-text {
  display: none;
}
.thy-properties.thy-properties-edit-trigger-hover .thy-property-item-wrapper:hover .thy-property-item-content-editable .thy-property-item-content-editor {
  display: block;
}
.thy-properties.thy-properties-edit-trigger-click .thy-property-item-wrapper:hover .thy-property-item-content.thy-property-item-content-editable {
  cursor: pointer;
  position: relative;
}
.thy-properties.thy-properties-edit-trigger-click .thy-property-item-wrapper:hover .thy-property-item-content.thy-property-item-content-editable:after,
.thy-properties.thy-properties-edit-trigger-click .thy-property-item-wrapper:hover .thy-property-item-content.thy-property-item-content-editable:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  margin-left: -0.5625rem;
  border-radius: 0.25rem;
}
.thy-properties.thy-properties-edit-trigger-click .thy-property-item-wrapper:hover .thy-property-item-content.thy-property-item-content-editable:after {
  border: solid 1px #6698ff;
}
.thy-properties.thy-properties-edit-trigger-click .thy-property-item-wrapper:hover .thy-property-item-content.thy-property-item-content-editable:before {
  background: var(--bg-color-default);
}
.thy-properties.thy-properties-edit-trigger-click .thy-property-item-wrapper:hover .thy-property-item-content.thy-property-item-content-editable:not(.thy-property-item-content-editing):after {
  z-index: 999;
}
.thy-properties.thy-properties-edit-trigger-click .thy-property-item-wrapper:hover .thy-property-item-content.thy-property-item-content-editable .thy-property-item-content-text {
  z-index: 1;
}
.thy-properties.thy-properties-edit-trigger-click .thy-property-item-wrapper:hover .thy-property-item-content.thy-property-item-content-editable.thy-property-item-content-editing:after {
  z-index: -1;
  transition: 100ms;
}
.thy-properties.thy-properties-edit-trigger-click .thy-property-item-wrapper:hover .thy-property-item-content.thy-property-item-content-editable.thy-property-item-content-editing:before {
  z-index: -1;
}
.thy-properties .thy-property-item {
  display: flex;
  min-width: 0px;
}
.thy-properties .thy-property-item .thy-property-item-label {
  display: inline-grid;
  align-items: center;
  height: 32px;
  color: var(--gray-700);
  grid-template-columns: auto auto;
  flex-shrink: 0;
}
.thy-properties .thy-property-item .thy-property-item-label .thy-property-item-operation {
  text-align: end;
}
.thy-properties .thy-property-item .thy-property-item-label span {
  display: inline-block;
}
.thy-properties .thy-property-item .thy-property-item-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.thy-properties .thy-property-item .thy-property-item-content {
  flex: 1;
  display: flex;
  align-items: center;
  color: var(--gray-800);
  min-height: 32px;
  min-width: 0px;
}
.thy-properties .thy-property-item .thy-property-item-content .thy-property-item-content-text {
  display: flex;
  align-items: center;
  min-width: 0px;
  flex: auto;
}
.thy-properties .thy-property-item .thy-property-item-content .thy-property-item-content-editor {
  display: none;
  margin-left: -0.5625rem;
  width: calc(100% + 0.5625rem);
}
.thy-properties .thy-property-item .thy-property-item-content-editing .thy-property-item-content-text {
  display: none;
}
.thy-properties .thy-property-item .thy-property-item-content-editing .thy-property-item-content-editor {
  display: block;
}
.thy-properties .thy-property-item .thy-property-item-operation {
  margin-left: 4px;
}
.thy-properties .thy-property-item .thy-property-item-operation .thy-action + .thy-action {
  margin-left: 4px;
}
.thy-properties .thy-property-item.thy-property-item-operational-hover .thy-property-item-operation {
  visibility: hidden;
}
.thy-properties .thy-property-item.thy-property-item-operational-hover .thy-property-item-label:hover .thy-property-item-operation,
.thy-properties .thy-property-item.thy-property-item-operational-hover .thy-property-item-wrapper:hover .thy-property-item-operation {
  visibility: visible;
}
.thy-text {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
}
.thy-text .thy-icon {
  margin-right: 8px;
  color: var(--gray-600);
}
thy-carousel {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0;
  z-index: 1;
}
thy-carousel .thy-carousel-initialized {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
thy-carousel .thy-carousel-initialized .thy-carousel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-duration: 0s;
  box-sizing: content-box;
  transform: translate3d(0px, 0, 0);
  cursor: grab;
}
thy-carousel .thy-carousel-initialized .thy-carousel-wrapper .thy-carousel-item {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
  -webkit-user-select: none;
  user-select: none;
}
thy-carousel .thy-carousel-initialized .thy-carousel-wrapper .thy-carousel-item img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
  width: 100%;
  height: auto;
}
thy-carousel .thy-carousel-point-events {
  touch-action: pan-y;
}
thy-carousel .thy-carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 200;
  width: 100%;
  list-style: none;
  text-align: center;
  transform: translate3d(0, 0, 0);
  -webkit-user-select: none;
  user-select: none;
}
thy-carousel .thy-carousel-indicators .thy-carousel-indicator {
  display: inline-block;
  padding: 0 4px;
  cursor: pointer;
}
thy-carousel .thy-carousel-indicators .thy-carousel-indicator:hover thy-dot {
  border-color: #fff;
}
thy-carousel .thy-carousel-indicators .thy-carousel-indicator thy-dot {
  transition: 0.3s opacity;
  border-color: var(--carousel-dot-bg-color);
}
thy-carousel .thy-carousel-indicators .thy-carousel-indicator thy-dot:hover,
thy-carousel .thy-carousel-indicators .thy-carousel-indicator thy-dot.active {
  border-color: #fff;
}
thy-carousel .thy-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  cursor: pointer;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  width: 32px;
  height: 32px;
  transition: 0.3s background;
  background: var(--carousel-control-bg-color);
  border-radius: 50%;
}
thy-carousel .thy-carousel-control thy-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: currentColor;
  font-size: 22px;
}
thy-carousel .thy-carousel-control:hover {
  background: var(--carousel-control-hover-bg-color);
}
thy-carousel .thy-carousel-control-pre {
  left: 12px;
}
thy-carousel .thy-carousel-control-next {
  right: 12px;
}
.thy-checkbox.disabled .form-check-input,
.thy-checkbox.disabled .form-check-label,
.thy-checkbox:disabled .form-check-input,
.thy-checkbox:disabled .form-check-label {
  cursor: not-allowed;
}
.thy-checkbox .form-check-input:not(.disabled):focus {
  border: 1px solid #6698ff;
}
.thy-alpha {
  height: 8px;
  border-radius: 2px;
  display: block;
  cursor: pointer;
  margin-top: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVQ4T2NkYGAQYcAP3uCTZhw1gGGYhAGBZIA/nYDCgBDAm9BGDWAAJyRCgLaBCAAgXwixzAS0pgAAAABJRU5ErkJggg==);
  background-position: left center;
}
.thy-alpha .gradient-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.thy-alpha .pointer {
  height: 8px;
  width: 8px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  transform: translateX(-4px);
  z-index: 2;
  border: 2px solid #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.thy-alpha .gradient-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  padding: 0 3px;
}
.thy-alpha .pointer-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.thy-color-picker-panel {
  width: 100%;
  display: block;
  padding-top: 8px;
}
.thy-color-picker-panel .main-content {
  padding: 0 12px;
}
.thy-color-picker-panel .quick-color {
  height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 4px 16px 4px 16px;
  margin-bottom: 4px;
}
.thy-color-picker-panel .quick-color:hover {
  background-color: var(--gray-100);
}
.thy-color-picker-panel .quick-color .color-item {
  margin: 0;
}
.thy-color-picker-panel .quick-color .color-block {
  width: 18px;
  height: 18px;
  background-color: var(--bg-color-default);
  border: 1px solid rgb(238, 238, 238);
  border-radius: 2px;
  position: relative;
}
.thy-color-picker-panel .quick-color .color-block::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: -3px;
  width: 22px;
  height: 0;
  border-bottom: 2px solid #ff7575;
  transform: rotate(-45deg);
}
.thy-color-picker-panel .quick-color span {
  line-height: initial;
}
.thy-color-picker-panel .recent-color-container {
  margin-bottom: 12px;
  display: flex;
}
.thy-color-picker-panel .recent-text {
  margin: 12px 4px 8px 4px;
}
.thy-color-picker-panel .color-item {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 4px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thy-color-picker-panel .color-item .check-icon {
  color: #fff;
  font-size: 0.75rem;
  display: none;
}
.thy-color-picker-panel .color-item .check-icon.checked {
  display: block;
}
.thy-color-picker-panel .color-item .check-icon.black-check {
  color: var(--gray-500);
}
.thy-color-picker-panel .color-item.item-border {
  border: 1px solid rgb(238, 238, 238);
}
.thy-color-picker-panel .default-color {
  display: flex;
  flex-wrap: wrap;
}
.thy-color-picker-panel .more-color {
  height: 44px;
  padding: 0 16px;
  border-top: 1px solid var(--gray-200);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.thy-color-picker-panel .more-color:hover {
  background-color: var(--gray-100);
}
.thy-color-picker-panel .more-color .thy-icon-palette,
.thy-color-picker-panel .more-color .thy-icon-angle-right {
  color: var(--gray-500);
}
.thy-color-picker-panel .more-color .custom-text {
  flex: 1;
}
.thy-hue {
  height: 8px;
  border-radius: 2px;
  display: block;
  cursor: pointer;
  padding: 0 3px;
  background:
    linear-gradient(
      to right,
      red 0%,
      #ff8000 8%,
      yellow 17%,
      #80ff00 25%,
      lime 33%,
      #00ff80 42%,
      cyan 50%,
      #0080ff 58%,
      blue 67%,
      #8000ff 75%,
      magenta 83%,
      #ff0080 92%,
      red 100%);
}
.thy-hue .hue-contianer {
  width: 100%;
  height: 100%;
  position: relative;
}
.thy-hue .pointer-container {
  width: 100%;
  height: 100%;
}
.thy-hue .pointer {
  height: 8px;
  width: 8px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  transform: translateX(-4px);
  z-index: 2;
  border: 2px solid #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.thy-indicator {
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAh0lEQVRYR+2W0QlAMQgD60zdfwOdqa8TmI/wQMr5K0I5bZLIzLOa2nt37VVVbd+dDx5obgCC3KBLwJ2ff4PnVidkf+ucIhw80HQaCLo3DMH3CRK3iFsmAWVl6hPNDwt8EvNE5q+YuEXcMgkonVM6SdyCoEvAnZ8v1Hjx817MilmxSUB5rdLJDycZgUAZUch/AAAAAElFTkSuQmCC) repeat;
}
.thy-indicator .icon-container {
  width: 100%;
  height: 100%;
  line-height: 30px;
}
.thy-color-picker-custom-panel {
  display: block;
  padding: 16px;
}
.controls {
  margin-top: 12px;
  margin-bottom: 15px;
}
.controls .indicator-hue-alp {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.controls .indicator-hue-alp .rows {
  flex: 1;
  margin-right: 6px;
}
.thy-color-inputs {
  display: flex;
}
.thy-color-inputs .hex-column {
  width: 68px;
  text-align: center;
}
.thy-color-inputs .hex-column .hex-input-group .input-group-prefix {
  color: var(--gray-600);
  margin-left: 5px;
  font-size: 0.75rem;
}
.thy-color-inputs .column {
  margin-left: 5px;
  width: 36px;
  text-align: center;
}
.thy-color-inputs .thy-input-number .input-number-input {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.thy-color-inputs .thy-input-number .input-number-handler-wrap {
  display: none;
}
.thy-saturation {
  width: 100%;
  height: 140px;
  display: block;
  position: relative;
}
.thy-saturation .color-panel {
  width: 100%;
  height: 100%;
}
.thy-saturation .color-panel .color-panel-white,
.thy-saturation .color-panel .color-panel-black {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thy-saturation .color-panel .color-panel-white {
  background:
    linear-gradient(
      to right,
      #fff,
      rgba(255, 255, 255, 0));
}
.thy-saturation .color-panel .color-panel-black {
  background:
    linear-gradient(
      to top,
      #000,
      rgba(0, 0, 0, 0));
}
.thy-saturation .color-panel .color-panel-pointer {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 90%;
  margin: -7px 0 0 -7px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.thy-color-picker-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.thy-color-picker:not(.disabled):focus {
  outline: 0;
  border: 1px solid #6698ff !important;
}
.thy-comment {
  position: relative;
  background-color: transparent;
}
.thy-comment-actions {
  height: 40px;
  min-width: 40px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 10;
  padding: 4px;
  border: 1px solid var(--gray-200);
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  background-color: var(--bg-color-panel);
  cursor: pointer;
  display: inline-flex;
  visibility: hidden;
}
.thy-comment .active {
  visibility: visible !important;
}
.thy-comment-inner {
  display: flex;
  position: inherit;
}
.thy-comment-inner:hover .thy-comment-actions {
  visibility: visible;
}
.thy-comment-avatar {
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
}
.thy-comment-body {
  position: relative;
  flex: 1 1 auto;
  min-width: 1px;
  font-size: 0.875rem;
  word-wrap: break-word;
}
.thy-comment-body-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 0.875rem;
}
.thy-comment-body-author > a,
.thy-comment-body-author > span {
  padding-right: 8px;
  font-size: 0.875rem;
  line-height: 24px;
}
.thy-comment-body-author-name {
  color: var(--gray-700);
  font-size: 0.875rem;
  transition: color 0.3s;
}
.thy-comment-body-author-time {
  color: var(--gray-600);
  white-space: nowrap;
}
.thy-comment-body .thy-comment-content {
  margin-bottom: 16px;
}
.thy-comment-nested {
  margin-left: 40px;
}
.gantt-demo {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #eee;
  padding: 20px;
}
.gantt-demo .gantt-demo-header {
  height: 50px;
  background: #fff;
  padding: 0px 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.gantt-demo .gantt-demo-header .header-section {
  margin-right: 20px;
}
.gantt-demo .gantt-demo-header .header-section-title {
  font-weight: bold;
}
.gantt-demo .gantt-demo-content {
  flex: 1;
  height: 1px;
}
.gantt-example-content {
  margin-left: 300px;
}
.gantt-example-content .gantt-example-component {
  display: block;
  margin: 20px;
  border: 1px solid #eee;
  height: calc(100vh - 95px);
  overflow: auto;
}
.gantt-example-content .gantt-example-component .thy-layout-header .layout-header-title {
  display: none;
}
.gantt-example-content .gantt-example-component .header-with-baseline .layout-header-content {
  display: flex;
  align-items: center;
}
.gantt-example-content .gantt-example-component .header-with-baseline .layout-header-content .baseline-switch {
  display: flex;
}
.gantt-example-content .gantt-example-component ngx-gantt-root {
  border: 1px solid #eee;
}
.gantt-example-content .gantt-example-component ngx-gantt-root .table-footer {
  display: flex;
}
.gantt-example-content .gantt-example-component ngx-gantt-root .table-footer .gantt-table-column {
  overflow: hidden;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 44px;
}
.gantt-example-content .gantt-example-component ngx-gantt-root .table-footer .gantt-table-column:last-child {
  border-right: none;
}
.gantt-example-content .gantt-example-component ngx-gantt-root .footer-container {
  display: flex;
  position: relative;
  height: 100%;
}
.gantt-example-content .gantt-example-component ngx-gantt-root .footer-container .footer-item {
  border-right: 1px solid #eee;
  line-height: 44px;
}
.gantt-example-content .gantt-example-component ngx-gantt-root .footer-container .footer-item:last-child {
  border-right: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
