@font-face {
  font-display: fallback;
  font-family: "Lato";
  src: url("./fonts/Lato-regular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Lato-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/Lato-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("./fonts/Lato-regular.woff") format("woff"),
    /* Pretty Modern Browsers */ url("./fonts/Lato-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("./fonts/Lato-regular.svg") format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "iconfont";
  src: url("./iconfont/iconfont.woff2") format("woff2"),
    url("./iconfont/iconfont.woff") format("woff"),
    url("./iconfont/iconfont.ttf") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down-bold:before {
  content: "\e686";
}

.icon-arrow-right-bold:before {
  content: "\e687";
}

* {
  margin: 0;
  padding: 0;
  font-family: "Lato", serif !important;
}

.holy-grid {
  /* display: flex;
  flex-direction: column;
  min-height: 100vh; */
}

header {
  text-align: center;
  flex: 0 0 100px;
}

.header {
  text-align: center;
  padding: 0px;
}

.header img {
  height: 28px;
}

.holy-grid-content {
  padding: 30px !important;
}

.holy-grid-content-left {
  width: 30%;
  background: #f8f9fa;
  box-sizing: border-box;
  /* border:2px solid #F8F9FA; */
  box-shadow: 0px 0px 2px 2px #d8d7d78c;
  border-right: 0px;
  /* display: flex;
  flex-direction: column;
  height: 100%; */
}

.holy-grid-content-center {
  width: 70%;
  padding: 10px 20px 10px 40px;
  /* border:2px solid #F8F9FA; */
  box-shadow: 0px 0px 2px 2px #d8d7d726;
}

.holy-grid-content-center img {
  max-width: 100%;
}

a {
  /* color: #9c3; */
  text-decoration: none;
}

a:hover {
  /* color: #6b8f24; */
  text-decoration: underline;
}

/* ================================================================================ */

.holy-grid-content-left li > a[href] {
  display: block;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /*强制不换行*/
}

.holy-grid-content-left ul ul,
.holy-grid-content-left ul ol,
.holy-grid-content-left ol ol,
.holy-grid-content-left ol ul {
  list-style: none;
}
.holy-grid-content-left ul {
  list-style: none;
  margin-bottom: unset;
}

.holy-grid-content-left ul > li > a[href] {
  padding: 3px 8px 3px 8px;
}

.holy-grid-content-left ul > ul > li > a[href] {
  padding: 3px 8px 3px 16px;
  /* color: #404040; */
}

.holy-grid-content-left ul > ul > ul > li > a[href] {
  padding: 3px 8px 3px 24px;
  /* color: #404040; */
}

.holy-grid-content-left ul > ul > ul > ul > li > a[href] {
  padding: 3px 8px 3px 32px;
  /* color: #404040; */
}

.holy-grid-content-left ul > ul > ul > ul > ul > li > a[href] {
  padding: 3px 8px 3px 40px;
  /* color: #404040; */
}

.holy-grid-content-left ul > ul > ul > ul > ul > ul > li > a[href] {
  padding: 3px 8px 3px 48px;
  /* color: #404040; */
}

.holy-grid-content-left ul ul {
  display: none;
}

.holy-grid-content-left li.current + ul {
  display: block !important;
}

.holy-grid-content-left li.current > a {
  color: #007bff;
  /* font-weight: 700; */
}

.holy-grid-content-left li > a > span.icon-arrow-right-bold::before {
  content: "\e687";
}

.holy-grid-content-left li.current > a > span.icon-arrow-right-bold::before {
  content: "\e686";
}

.holy-grid-content-left li > a > span:not(.icon-arrow-right-bold) {
  width: 12px;
  height: 10px;
  display: inline-table;
}

/* After the first level is expanded */
.holy-grid-content-left > ul > li.current {
  /* background: #fcfcfc; */
}

.holy-grid-content-left > ul > li.current + ul {
  /* background: #e3e3e3; */
}

.holy-grid-content-left > ul > li.current + ul > li.current {
  /* background: #c9c9c9; */
}

/* After the second level is expanded */
.holy-grid-content-left > ul > ul > li.current + ul {
  /* background: #c9c9c9; */
}

/* After the third level is expanded*/
.holy-grid-content-left > ul > ul > ul > li.current + ul {
  /* background: #bdbdbd; */
}

/* After the fourth level is expanded */
.holy-grid-content-left > ul > ul > ul > ul > li.current + ul {
  /* background: #b7b6b6; */
}

/* After the fifth level is expanded */
.holy-grid-content-left > ul > ul > ul > ul > ul > li.current + ul {
  /* background: #a09f9f; */
}
/* ====================================================================================================== */
.bg-primary {
  background-color: #9c3 !important;
}

.footer {
  bottom: 0px;
  background-color: rgb(238, 238, 238);
}

.nav-select {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  /* background-color: rgb(87, 87, 87); */
  padding: 9px 20px !important;
  /* color: rgb(255, 255, 255) !important; */
}
.nav-noselect {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  padding: 9px 20px !important;
  /* color: rgb(0, 0, 0) !important; */
}
.text-dark {
  /* color: #343a40!important; */
}

.navbar-brand img {
  height: 35px !important;
}
.dropdown-menu-right {
  border: 1px solid rgb(153, 204, 51);
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 20px -7px;
}

#dropdown-menu-icon {
  font-size: 24px !important;
}
#dropdown-menu-icon.show svg path {
  d: path(
    "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
  );
}
.markdown {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}

/* ul ul, ul ol, ol ol, ol ul, ul li {
  list-style: none
} */

.holy-grid-content-center dl,
.holy-grid-content-center ol,
.holy-grid-content-center ul {
  margin-left: 2rem;
}

table {
  width: 100%;
  min-height: 25px;
  line-height: 25px;
  text-align: center;
  border-collapse: collapse;
  padding: 2px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

table thead {
  background-color: #e9ecef;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

table td,
table th {
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}
/* table tr {
  border-top: 1px solid #dee2e6;
} */
.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;

  padding: 0 15px;
}
