.navbar-brand img {
  border-radius: 50%;
}

.navbar-brand {
  font-size: 1.125rem;
  margin-right: 1rem;
  padding-bottom: .2rem;
  font-weight: 700;
}

.navbar-nav .icon {
  width: 2.2em;
  height: 2.2em;
  margin-right: 8px;
  vertical-align: -0.7em;
}

.navbar-nav .nav-link {
  font-size: .9375rem;
  padding-right: 1.4em;
  padding-left: 1.4em;
}

.nav-link-inner--text {
  font-size: 1.25em;
}

.navbar-nav .nav-item {
  margin-right: 0;
}

.dropdown-menu {
  min-width: max-content;
}

.dropdown-menu .dropdown-item {
  padding: .5rem 1.5rem .5rem 1rem;
}

.dropdown-menu > a {
  color: var(--themecolor);
}

.banner-title {
  font-size: 2.25rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.banner-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(94.75deg, rgb(60, 172, 247) 0%, rgb(131, 101, 253) 43.66%, rgb(255, 141, 112) 64.23%, rgb(247, 201, 102) 83.76%, rgb(172, 143, 100) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

#banner:before {
  background: rgba(0, 0, 0, 0.26);
}

body {
  color: #364863;
}

.card {
  background-color: rgba(255, 255, 255, 0.82) !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.bg-gradient-secondary {
  background: rgba(255, 255, 255, 0.12) !important;
}

a,
button,
.btn,
.dropdown-item,
.nav-link,
.post-title,
.tag {
  transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.post.card:hover,
.widget.card:hover,
#leftbar_announcement.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(31, 45, 61, .18) !important;
  background-color: rgba(255, 255, 255, .9) !important;
}

.post-title:hover,
.post-content a:hover,
.post-meta a:hover,
.site-author-links-item a:hover {
  color: var(--themecolor) !important;
}

.post-header-with-thumbnail {
  overflow: hidden;
}

.post-thumbnail {
  transition: transform .35s ease, opacity .2s ease;
}

.post.card:hover .post-thumbnail {
  transform: scale(1.035);
}

.btn:hover,
.fabtn:hover,
.leftbar-search-button .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(31, 45, 61, .16);
}

.dropdown-item:hover {
  transform: translateX(3px);
}

.tag:hover,
.post-meta-detail-tag:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(var(--themecolor-rgbstr), .18);
}

.card .widget,
.darkmode .card .widget {
  background-color: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.leftbar-announcement-title,
.leftbar-banner-title {
  font-weight: 700;
}

.leftbar-announcement-content {
  font-size: 1rem;
  line-height: 1.8;
}

.leftbar-announcement-content a {
  color: #dbe7ff;
  text-decoration: underline;
}

#leftbar_part1 {
  z-index: 1;
}

#leftbar_overview_author_image {
  width: 100px;
  height: 100px;
  margin: auto;
  object-fit: cover;
  background-color: rgba(127, 127, 127, 0.1);
  overflow: hidden;
  box-shadow: 0 0 5px rgba(116, 8, 204, 0.3);
  transition: transform .3s ease, filter .3s ease;
}

#leftbar_overview_author_image:hover {
  transform: scale(1.12);
  filter: brightness(1.25);
}

#leftbar_overview_author_name {
  margin-top: 15px;
  font-size: 1rem;
}

.site-state-item {
  border-left: 1px solid rgba(128, 128, 128, .45);
}

.site-author-links {
  padding: 0 0 0 10px;
}

.site-author-links-item a {
  font-size: 1rem;
}

.tab-content {
  padding: 10px 0 0 !important;
}

.leftbar-search-button .btn {
  font-size: .9375rem;
  background-color: rgba(255, 255, 255, .64);
}

.post-title,
.shuoshuo-title {
  font-size: 1.625rem;
}

.post-content p,
.additional-content-after-post {
  font-size: 1rem;
  line-height: 1.7;
}

.post-content ul,
.post-content ol,
.post-content li {
  font-size: 1rem;
  line-height: 1.7;
}

.post-content h1 {
  font-size: 1.5rem;
  margin: 2.25rem 0 1.25rem;
}

.post-content h2 {
  font-size: 1.375rem;
  margin: 1.75rem 0 1rem;
}

.post-content h3 {
  font-size: 1.125rem;
  margin: 1.5rem 0 .75rem;
}

.post-content h4 {
  font-size: 1rem;
  margin: 1.25rem 0 .5rem;
}

.post-content pre,
.post-content code,
#post_content pre,
#post_content code {
  font-size: .9375rem;
}

#post_content,
.post-content {
  min-width: 0;
  overflow-wrap: break-word;
}

#post_content figure.highlight,
.post-content figure.highlight,
#post_content > pre,
.post-content > pre {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 1.15rem 0 1.35rem;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 8px;
  background: #0f172a;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .18);
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(148, 163, 184, .65) rgba(15, 23, 42, .25);
  scrollbar-width: thin;
}

#post_content figure.highlight,
.post-content figure.highlight {
  position: relative;
}
#post_content figure.highlight .code-copy-button,
.post-content figure.highlight .code-copy-button {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  padding: .32rem .72rem;
  border: 1px solid rgba(191, 219, 254, .28);
  border-radius: 6px;
  color: #dbeafe;
  background: rgba(30, 41, 59, .82);
  box-shadow: 0 8px 20px rgba(2, 6, 23, .24);
  font-size: .78rem;
  line-height: 1.2;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

#post_content figure.highlight .code-copy-button:hover,
.post-content figure.highlight .code-copy-button:hover {
  border-color: rgba(147, 197, 253, .65);
  background: rgba(37, 99, 235, .9);
  color: #fff;
}

#post_content figure.highlight .code-copy-button.copied,
.post-content figure.highlight .code-copy-button.copied {
  border-color: rgba(134, 239, 172, .62);
  background: rgba(22, 163, 74, .9);
  color: #fff;
}

#post_content figure.highlight::-webkit-scrollbar,
.post-content figure.highlight::-webkit-scrollbar {
  height: 10px;
}

#post_content figure.highlight::-webkit-scrollbar-track,
.post-content figure.highlight::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, .45);
}

#post_content figure.highlight::-webkit-scrollbar-thumb,
.post-content figure.highlight::-webkit-scrollbar-thumb {
  border: 3px solid rgba(15, 23, 42, .45);
  border-radius: 999px;
  background: rgba(148, 163, 184, .8);
}

#post_content figure.highlight table,
.post-content figure.highlight table {
  width: max-content;
  min-width: 100%;
  margin: 0;
  table-layout: auto;
  border: 0;
  background: transparent;
}

#post_content figure.highlight td,
#post_content figure.highlight th,
.post-content figure.highlight td,
.post-content figure.highlight th {
  padding: 0;
  border: 0 !important;
  vertical-align: top;
}

#post_content figure.highlight .gutter,
.post-content figure.highlight .gutter {
  width: 3.75rem;
  min-width: 3.75rem;
  color: rgba(203, 213, 225, .55);
  text-align: right;
  user-select: none;
  background: rgba(2, 6, 23, .46);
  border-right: 1px solid rgba(148, 163, 184, .16) !important;
}

#post_content figure.highlight .code,
.post-content figure.highlight .code {
  min-width: 0;
}

#post_content figure.highlight pre,
.post-content figure.highlight pre {
  margin: 0;
  padding: 1rem 1.1rem;
  overflow: visible;
  white-space: pre;
  word-break: normal;
  overflow-wrap: normal;
  color: #dbeafe;
  background: transparent;
  font-family: Consolas, "Cascadia Code", "JetBrains Mono", Menlo, Monaco, monospace;
  font-size: .92rem;
  line-height: 1.75;
}

#post_content figure.highlight .line,
.post-content figure.highlight .line {
  white-space: pre;
}

#post_content figure.highlight .comment,
.post-content figure.highlight .comment {
  color: #94a3b8;
}

#post_content figure.highlight .string,
.post-content figure.highlight .string {
  color: #86efac;
}

#post_content figure.highlight .number,
#post_content figure.highlight .literal,
.post-content figure.highlight .number,
.post-content figure.highlight .literal {
  color: #fde68a;
}

#post_content figure.highlight .keyword,
#post_content figure.highlight .built_in,
#post_content figure.highlight .title,
.post-content figure.highlight .keyword,
.post-content figure.highlight .built_in,
.post-content figure.highlight .title {
  color: #93c5fd;
}

#post_content figure.highlight .variable,
#post_content figure.highlight .attr,
.post-content figure.highlight .variable,
.post-content figure.highlight .attr {
  color: #f0abfc;
}

#post_content :not(pre) > code,
.post-content :not(pre) > code {
  padding: .12rem .36rem;
  border-radius: 5px;
  color: #3152d4;
  background: rgba(var(--themecolor-rgbstr), .1);
}

strong,
pre {
  color: #A7727D;
}

code {
  color: rgba(var(--themecolor-rgbstr));
}

blockquote {
  background: rgba(var(--themecolor-rgbstr), 0.1) !important;
  width: 100%;
}

.form-control,
.custom-checkbox .custom-control-input ~ .custom-control-label {
  font-size: 1rem;
}

#argon_search_modal .modal-content,
#blog_categories .modal-content,
#blog_tags .modal-content {
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 45px rgba(31, 45, 61, .22);
}

#argon_search_modal .modal-header,
#blog_categories .modal-header,
#blog_tags .modal-header {
  align-items: center;
  min-height: 62px;
  padding: 1rem 1.5rem;
}

#argon_search_modal .modal-title,
#blog_categories .modal-title,
#blog_tags .modal-title {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  color: #364863;
  background: transparent;
}

#argon_search_modal .close,
#blog_categories .close,
#blog_tags .close {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  color: #6b7895;
  background: rgba(94, 114, 228, .12);
  text-shadow: none;
  opacity: 1;
}

#argon_search_modal .modal-body {
  padding: 1.75rem;
}

#argon_search_modal .input-group {
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(31, 45, 61, .08);
}

#argon_search_modal .form-control {
  min-height: 48px;
}

.article .post-thumbnail img,
.post-thumbnail img {
  object-fit: cover;
}

article figure {
  margin: 0;
}

article table > tbody > tr > td,
article table > tbody > tr > th,
article table > tfoot > tr > td,
article table > tfoot > tr > th,
article table > thead > tr > td,
article table > thead > tr > th {
  padding: 8px 10px;
  border: 1px solid;
}

#footer {
  color: #fff;
  text-align: center;
  line-height: 1.8;
}

html.darkmode .card,
html.darkmode #footer {
  background: rgba(66, 66, 66, .9) !important;
}

html.darkmode strong,
html.darkmode pre {
  color: #FAAB78;
}

@media (max-width: 768px) {
  .banner-title {
    font-size: 1.875rem;
  }

  .banner-subtitle {
    font-size: 1.25rem;
  }

  .post-title {
    font-size: 1.375rem;
  }

  .post-content h1 {
    font-size: 1.375rem;
  }

  .post-content h2 {
    font-size: 1.25rem;
  }

  #argon_search_modal .modal-dialog {
    margin: .75rem;
  }

  #argon_search_modal .modal-body {
    padding: 1.25rem;
  }
}
