/** 覆盖主题性质的样式 **/

:root {
  --theme-color: #1a73e8;
  --theme-color-tx: #1a73e8;
  --theme-color-input: #333333;
  --theme-color-input-border: #ece4e4;
  --theme-color-li-border: #eeeeee;
  --theme-color-li-tx: #666666;
  --theme-color-side-after: #333333;
  --theme-height: 24px;
}

/* links */
.links .color-picker {
  display: none;
}

input::-webkit-input-placeholder {
  font-size: .848em;
  color: #cccccc;
}
/* search */
.search-box .suggestions {
  width: 28.315rem !important;
  border: none !important;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  top: 41px;
  padding-left: 0px;
}
.search-box input {
  font-size: 0.857rem;
  color: var(--theme-color-input);
  border: 1px solid #eeeeee;
}
.search-box .iconfont {
  color: #999999;
}

/* navbar */
.navbar .site-name {
  font-size: 1.09rem;
}

/* .sub-sidebar-wrapper */
.page .side-bar {
  padding-top: 1.939rem;
}
.page .side-bar:after {
  content: "本篇目录";
  position: absolute;
  top: -2px;
  font-size: .848em;
}

.sub-sidebar-wrapper li.active {
  border-left: 2px solid var(--theme-color) !important;
}
.sub-sidebar-wrapper li {
  font-size: 0.857rem;
  padding: 0px 0px 0px 1.5rem !important;
  border-left: 2px solid var(--theme-color-li-border) !important;
}
.sub-sidebar-wrapper .sidebar-link {
  background: var(--background-color) !important;
}
.sub-sidebar-wrapper li a {
  color: var(--theme-color-li-tx) !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub-sidebar-wrapper li.active a {
  color: var(--theme-color-tx) !important;
}

.sidebar::-webkit-scrollbar-track {
  border-radius: 10px;
}
.sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.sidebar::-webkit-scrollbar {
  width: 3px !important;
  height: 3px !important;
}
.sub-sidebar-wrapper::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
}

.suggestions-rows::-webkit-scrollbar {
  width: 3px !important;
  height: 3px !important;
}

.suggestions-rows::-webkit-scrollbar-track {
  border-radius: 10px;
}

.suggestions-rows::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* 底部时间 */
.theme-foter-time {
  font-size: 0.72rem;
  color: var(--theme-color-li-tx);
  margin-top: 2.424rem;
}

.app-electron .app-bar {
  display: block !important;
}
.app-electron .navbar {
  top: var(--theme-height);
}

.app-electron .page {
  padding-top: 90px;
}

.app-electron .toggel-icon {
  top: 107px;
}

.app-electron .sidebar {
  top: 90px;
}
.app-electron .open-icon {
  display: block;
}
.app-electron .search-box {
  margin-right: 30px;
}

.rotate-180 {
  transform: rotate(180deg);
}

.query-null {
  text-align: center;
  transform: translateY(50%);
  margin-left: -6px;
}
.query-null img {
  width: 10.606rem;
  height: 9.272rem;
}
.query-null .query-null-text {
  color: #999999;
  font-size: 12px;
}

.count-h3 {
  font-size: 12px;
  color: #333333;
  padding: 0px 5px;
}

@media (max-width: 719px) {
  .app-electron .sidebar {
    padding-top: 5.2rem !important;
  }
}

@media (max-width: 985px) {
  .header-breadcrumb {
    padding: 1rem 2rem !important;
  }
  .toggel-icon {
    left: 248px !important;
  }
  .foter-time {
    padding: 0rem 2rem;
  }
  .page-title {
    padding: 16px 16px 16px 30px !important;
  }
}

@media (max-width: 419px) {
  .foter-time {
    padding: 0rem 0rem !important;
  }
  .foter-time::after{
    top: 32px !important;
    left: -1px !important;
}
  .page-title {
    padding: 16px 16px 16px 0px !important;
  }
  .header-breadcrumb {
    padding: 1.2121rem 0rem 0px 0rem !important;
  }

  .page .app-comment{
    padding: 0rem 0rem !important;
    margin-top: 15px;
  }
  .page .app-comment .app-comment-doc{
        display: block !important;
  }
  .page .tooltipstered{
      margin-left:0px !important;
      display: flex;
  }
}

@media (max-width: 719px) {
  .app-electron .suggestions {
    top: 74px !important;
    box-shadow: none !important;
    padding-left: 0px;
  }
  .query-null {
    transform: translateY(90%);
  }
}

@media (max-width: 960px) {
  .toggel-icon {
    top: 78px;
  }
}

#copyTestText {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.isCubePython {
  margin-left: 12px !important;
  margin-right: 12px !important;
  padding-top: 0px !important;
  border-left: none !important;
  height: 253px !important;
  color: #283347;
  font-size: 12px;
}
.isCubePython .theme-reco-content {
  padding: 0px 0rem;
}

.isCubePython .content__default {
  max-width: initial !important;
}
.content__default{
  overflow: hidden;
}
.content__default table {
  display: block;
}

.content__default table::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}
.isCubePython h1 {
  font-size: 14px;
}

.isCubePython h2,
h3 {
  font-size: 12px;
}

.isCubePython ol,
p,
ul {
  line-height: 1.5;
}

.isCubePython .content__default:not(.custom) > h1,
.content__default:not(.custom) > h2,
.content__default:not(.custom) > h3,
.content__default:not(.custom) > h4,
.content__default:not(.custom) > h5,
.content__default:not(.custom) > h6 {
  margin-bottom: 4px;
}



.global-ui .back-to-ceiling{
  bottom: 12rem !important;
}

body, html{
  overflow-y: auto !important;
  margin-top: 0px !important;
}

.md-list{
  padding: 10px 0px;
  border-top: 1px solid var(--border-color)
}
.md-list p{
   color: #1a73e8;
}