*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
}

*::after,
*::before {
  font-family: icomoon;
}

body,
html {
  font-family: IRANSans;
}

li {
  list-style: none;
}

body {
  fill: currentColor;
  background: #fbfbfd;
}

::placeholder {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

@font-face {
  font-family: icomoon;
  src: url(../../font/icomoon.eot);
  src: url(../../font/icomoon.eot) format("embedded-opentype"),
    url(../../font/icomoon.ttf) format("truetype"),
    url(../../font/icomoon.woff) format("woff"),
    url(../../font/icomoon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: IRANSans;
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  src: url(../../font/IRANSansWeb.eot);
  src: url(../../font/IRANSansWeb.eot?#iefix) format("embedded-opentype"),
    url(../../font/IRANSansWeb.woff2) format("woff2"),
    url(../../font/IRANSansWeb.woff) format("woff"),
    url(../../font/IRANSansWeb.ttf) format("truetype");
}

/* Buttons */

.wbt {
  color: #4d5969;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1),
    0 2px 5px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07),
    0 1px 2px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  font-weight: 700;
  cursor: pointer;
}

.wbt:hover {
  color: #010305 !important;
  box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.1),
    0 3px 9px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.08),
    0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

/* Main css */

.leftBox h3::after {
  content: "\e909";
  font-size: 16px;
}

.top-bar {
  min-width: auto;
  width: 100%;
  z-index: 5050;
  background-color: #fff;
  transition: box-shadow cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  height: 65px;
  border-top: 3px solid #d35400;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 0 7px 0;
}

#container {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  direction: ltr;
}

.top-bar .logo {
  height: 100%;
  flex-shrink: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-weight: 700;
  padding: 0 8px;
  direction: ltr;
  unicode-bidi: isolate;
}

.top-bar .logo:hover {
  background-color: #f1f1f3;
  cursor: pointer;
}

.top-bar .searchBar {
  max-width: 750px;
  padding: 0 0 0 12px;
  flex: 10000 1 auto;
  position: relative;
}

.logo div {
  margin-left: 10px;
  margin-top: 3px;
  display: flex;
  direction: ltr;
  unicode-bidi: isolate;
}

.container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
  direction: rtl;
}

#right-sidebar {
  width: 15%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#content {
  width: 85%;
  height: auto;
  display: flex;
}

.rightBox {
  width: calc(100% - 10px);
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ececec;
}

.r-head {
  border-radius: 5px 5px 0 0;
}

.rightBox li::before {
  content: "\ea44";
  padding-left: 5px;
  font-size: 9px;
  font-weight: 700;
}

.rightBox h3 {
  margin: 0;
  padding: 9px 10px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.rightBox h3::after {
  font-size: 16px;
  font-weight: 400;
}

.mainbar {
  width: 68%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 2px;
}

.s-box {
  width: 100%;
  margin: 0 20px;
  display: flex;
  height: 40px;
  direction: rtl;
}

.ps-relative {
  position: relative !important;
  width: 100%;
  display: flex;
  justify-content: center;
}

.s-input {
  padding: 5.8px 36px 5.8px 9px;
  border: none;
  outline: 0;
  direction: rtl;
  width: inherit;
  border-radius: 20px;
  background-color: #f5f5f9;
  color: #484b62;
}

i.search-icon::before {
  content: "\e902";
  position: absolute;
  font-style: normal;
  color: #bbc0c4;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 0.7em;
}

.s-box input::placeholder {
  color: #c0c5c9;
}

#left-sidebar {
  width: 32%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.leftBox {
  width: calc(100% - 10px);
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ececec;
}

.leftBox h3 {
  margin: 0;
  padding: 10px;
  font-size: 12px;
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
}

.article,
.center-box {
  width: calc(100% - 30px);
  display: flex;
  background-color: #fff;
  flex-direction: column;
  margin-bottom: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border: 1px solid #ececec;
}

.p-header {
  padding: 15px 0;
  margin: 0 20px;
  align-self: center;
  width: calc(100% - 40px);
  border-bottom: 2px solid #f5f5f5;
}

.p-header h1,
.p-header h2 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #353744;
  line-height: 30px;
}

.c-green {
  background: linear-gradient(
    to right,
    #07490f,
    #0c7818,
    #0f971e,
    #10a621,
    #0f971e,
    #0c7818
  );
}

.c-gray {
  background: linear-gradient(
    to right,
    #1a242f,
    #2c3e50,
    #384f66,
    #3e5771,
    #384f66,
    #2c3e50
  );
}

.c-red {
  background: linear-gradient(
    to right,
    #780b0b,
    #a70f0f,
    #c61212,
    #d61313,
    #c61212,
    #a70f0f
  );
}

.c-blue {
  background: linear-gradient(
    to right,
    #0b436d,
    #0f609c,
    #1273bb,
    #147cca,
    #1273bb,
    #0f609c
  );
}

.rightBox li {
  height: 26px;
}

.rightBox ul {
  padding: 5px;
  margin: 0;
}

.leftBox li:nth-of-type(2n-1),
.rightBox li:nth-of-type(2n-1) {
  background: url(../backPix.png) #fff;
  border-radius: 3px;
}

.leftBox li,
.rightBox li {
  padding: 0 5px;
  color: #71767b;
  align-items: center;
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  list-style: none;
  display: flex;
}

.l-head {
  background-color: #faebd7;
  margin: 4px;
  border-radius: 3px;
  display: block;
}

.leftBox li {
  height: 32px;
}

.leftBox ul {
  list-style: none;
  padding: 0;
  margin: 2px 5px 6px;
}

.leftBox li::before {
  content: "\e90e";
  font-size: 4px;
  color: #9a9a9a;
  margin-top: 2px;
  padding: 0 3.5px 0 6px;
}

.top-box {
  display: block;
  white-space: nowrap;
  direction: rtl;
  unicode-bidi: isolate;
}

.top-box li {
  display: inline-block;
  margin: 2px;
}

.top-box li a {
  padding: 6px 16px;
  border-radius: 1000px;
  color: #6f7285;
  font-weight: 700;
  align-items: center;
  display: flex;
}

.top-box li a:before {
  content: "\e909";
  font-size: 16px;
  margin-left: 7px;
  margin-bottom: 2px;
}

.top-box li a:focus,
.top-box li a:hover {
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f9;
  color: #9597a5;
}

.p-info {
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 12px;
  color: #a0a0a0;
  margin-top: 10px;
}

.p-info div {
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.p-info .cat::before {
  content: "\e901";
  font-size: 13px;
  padding-left: 5px;
}

.view::before {
  content: "\e900";
  font-size: 15px;
  padding-left: 5px;
}

.view {
  display: flex;
  align-items: center;
}

.view span {
  font-family: arial;
  padding-left: 3px;
}

.text {
  margin: 10px 20px 0;
  font-size: 14px;
  text-align: justify;
  line-height: 30px;
  color: #353744;
}

.text > p:nth-of-type(1) {
  background: url(../backPix.png) #fff;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 #78787866;
  margin-top: 4px;
}

.text p {
  margin: 4px 0 12px;
  overflow-wrap: break-word;
}

.text p strong {
  color: #c41b48;
  background: #fbfbfd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 0 0.25em;
  font-size: 13px;
}

.post-footer {
  margin: 12px 20px 15px 20px;
  display: flex;
  justify-content: space-between;
}

.p-info div::before {
  padding-left: 5px;
}

.com::before {
  content: "\e970";
}

.date::before {
  content: "\e905";
}

.author::before {
  content: "\e907";
}

.continue {
  font-size: 13.2px;
  padding: 3px 12px;
}

ul.pagination {
  display: flex;
  justify-content: center;
  margin-top: 2px;
}

.center-box {
  justify-content: center;
  padding: 10px 0;
}

li.page-item {
  font-family: comics Sans Ms, IRANSansWeb;
  margin: 0 3px;
  border-radius: 3px;
  padding: 0 0.25em;
  background: #fbfbfd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  font-size: 15px;
  color: #747474;
  display: flex;
  align-items: center;
}

li.page-item.active {
  color: #c41b48;
}

.comments {
  border-radius: 2px;
  background-color: #f6f6f6;
  display: flex;
  border: 1px #e3e3e3 solid;
}

.cm-content > :first-child,
.replies > :last-child {
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
}

.cm-content,
.reply-content {
  margin: 5px 0 5px 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cm-content .r-c {
  display: flex;
  margin-bottom: 5px;
  justify-content: flex-end;
  padding-top: 10px;
}

.cm-stats,
.member-stats,
.reply-stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 0 0 0 10px;
  margin: 10px;
  border-left: 1px solid #e3e3e3;
}

.cm-stats button,
.member-stats button,
.reply-stats button {
  font-family: icomoon;
  font-size: 45px;
  color: #bbc0c4;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.vote {
  font-family: arial;
  direction: ltr;
  color: #616161;
}

.gv {
  color: #009951;
}

.rv {
  color: #900;
}

.cm-stats button:last-child,
.member-stats button:last-child,
.reply-stats button:last-child {
  margin-top: -5px;
  margin-bottom: -13px;
}

.cm-stats button:first-child,
.member-stats button:first-child,
.reply-stats button:first-child {
  margin-top: -17px;
}

.comments-box {
  margin: 11px 15px;
  color: #7a7a7a;
}

.cm-head,
.reply-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 13px;
  align-items: center;
}

.cm-head span:first-child,
.reply-head span:first-child {
  display: flex;
  align-items: center;
}

.cm-head span:first-child::before,
.reply-head span:first-child::before {
  content: "\e907";
  margin-left: 6px;
}

.replies {
  background-color: #eeeeee;
  border: 1px #e3e3e3 solid;
  margin: 5px 0;
  padding: 5px 10px;
  font-size: 12px;
  display: flex;
  border-radius: 2px;
}

.reply-content {
  margin: 5px 0;
}

.member {
  display: flex;
}

.member .text {
  margin-right: 0;
}

.text > p:last-child {
  margin: 0;
}

.member-stats {
  border-left-color: #f3f3f3;
  margin: 10px 15px 20px 10px;
}

.cm-stats {
  border-left-color: #ededed;
}

.scmBox {
  padding: 10px 0;
  margin: 11px 15px;
  border-radius: 2px;
  box-shadow: rgba(143, 143, 143, 0.21) 0px 0px 2px 1px;
}

.send-cm {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}

#fake-cm .send-cm {
  padding: 0;
}

.send-cm input,
.send-cm textarea {
  background-color: #efefef;
  border: none;
  border-radius: 3px;
  padding: 10px 12px 10px 23px;
  margin: 4px 0;
  resize: none;
  width: 100%;
}

#fake-cm .send-cm input,
#fake-cm .send-cm textarea {
  background-color: #fff;
  border: 1px #e3e3e3 solid;
}

#scm-content {
  min-height: 150px;
  margin-bottom: 0;
  overflow: overlay;
}

.alert {
  display: none;
  margin: 4px 0;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
}

.df {
  display: flex;
}

.button {
  color: #fff;
  font-weight: 700;
  width: auto;
  cursor: pointer;
  border-radius: 3px;
  padding: 6px 16px;
  outline: 0;
}

.bb {
  border: 1px solid #07c;
  box-shadow: inset 0 1px 0 0 rgba(102, 191, 255, 0.75),
    0 0 0 0 rgba(0, 149, 255, 0);
  background-color: #0095ff;
}

.bbDisabled {
  border: 1px solid #93c8ef;
  box-shadow: none;
  background-color: #93c8ef;
}

.bb:hover {
  background-color: #007ed9;
  color: #fff;
}

.br {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  box-shadow: inset 0 1px 0 0 rgba(255, 102, 102, 0.75),
    0 0 0 0 rgba(0, 149, 255, 0);
}

.br:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.cm-btn {
  padding: 2px 4px;
  font-size: 11px;
}

.scm-buttons {
  margin: 0 0 1px 4px;
}

#fake-cm {
  margin: 5px 0;
  box-shadow: none;
}

.reply-stats button:first-child {
  margin-bottom: -8.5px;
}

.reply-stats button:last-child {
  margin-top: -13px;
}

.cm-content > div:first-child,
.reply-content > div:last-child {
  font-size: 13px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 25px;
}

.cm-head span:last-child,
.reply-head span:last-child {
  font-size: 11px;
  color: #999;
}

.cm-head span:first-child,
.reply-head span:first-child {
  font-size: 14px;
}

.leftBox li a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.text h2,
.text h3 {
  margin: 32px 0 8px;
  color: #0013e3;
  font-weight: 700;
  font-size: 15px;
}

form textarea::placeholder {
  text-align: justify;
  overflow: auto;
  line-height: 30px;
}

form textarea {
  text-align: justify;
  overflow: auto;
  line-height: 30px;
}

h3 + form.send-cm {
  padding: 0;
}

h3 + form.send-cm textarea {
  background: #efefef;
  outline: 0;
}

ol[typeOf="BreadcrumbList"] {
  display: flex;
}

ol[typeOf="BreadcrumbList"] a > span {
  margin-right: 5px;
}

ol[typeOf="BreadcrumbList"] > li {
  display: flex;
  align-items: center;
}

ol[typeOf="BreadcrumbList"] > li:not(:last-child)::after {
  content: ",";
}

.circle {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 auto 0 0;
  border: 1px solid;
}

.cir-r,
li:nth-child(3n + 1) > div.circle.archive {
  background-color: #fd5754;
  border-color: #e14744;
}

.cir-y,
li:nth-child(3n + 2) > div.circle.archive {
  background-color: #febb40;
  border-color: #d7a248;
}

.cir-g,
li:nth-child(3n + 3) > div.circle.archive {
  background-color: #34c848;
  border-color: #2fa53d;
}

.cir-cat,
article p a {
  border-radius: 3px;
  padding: 0 0.25em;
  margin-right: auto;
  font-family: comic sans ms;
  color: #c41b48;
  background: #fbfbfd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

article p a {
  font-family: inherit;
  font-weight: bold;
  color: #353744;
}

article p a > strong {
  color: #006aee;
}

article p.source {
  text-align: center;
}

.text strong {
  font-family: inherit;
}

.c-g {
  color: #0d811a;
}

.footer {
  display: flex;
  justify-content: center;
  direction: rtl;
  padding: 32px 16px;
  border-top: 1px solid #e3e3e3;
  background: linear-gradient(180deg, #fafafa 0%, #f0f0f0 100%);
  margin-top: 32px;
}

.copyright {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 12px;
  font-size: 15px;
  line-height: 1.8;
  color: #2f2f2f;
  text-align: center;
}

.footer-disclaimer {
  margin: 0;
  color: #4d4d4d;
}

.footer-disclaimer a {
  color: #0d811a;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(13, 129, 26, 0.25);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-disclaimer a:hover {
  color: #0a6714;
  border-color: rgba(13, 129, 26, 0.5);
}

.footer-link {
  padding: 12px 18px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border: 1px solid #e4e4e4;
  text-align: center;
}

.footer-link a {
  color: #0d811a;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(13, 129, 26, 0.25);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-link a:hover {
  color: #0a6714;
  border-color: rgba(13, 129, 26, 0.5);
}

.ic-bars::after {
  content: "\e901";
}

.ic-stats::after {
  content: "\e900";
}

.ic-cat::after {
  content: "\e920";
}

.reply-stats {
  margin-right: 0;
}

.bool-post {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.bool-ccontent {
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 5px;
  color: #3f3f3f;
  font-weight: 700;
  border: 3px solid #fff;
  box-shadow: 0 0 1px 1px #e8e8e8;
  cursor: pointer;
}

.bool-no,
.bool-yes {
  border: 2px solid #f8f8f8;
  color: #fff;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  min-width: 85px;
  min-height: 35px;
  justify-content: center;
  align-items: center;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1),
    1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 19px;
  border-radius: 4px;
}

.bool-no {
  background: linear-gradient(
    to right,
    #ca1500,
    #ec1800,
    #fd1a00,
    #ec1800,
    #ca1500
  );
  box-shadow: 0 0 1px 2px #ca150078;
}

.bool-yes {
  background: linear-gradient(
    to right,
    #1169ab,
    #1273bb,
    #147cca,
    #1273bb,
    #1169ab
  );
  box-shadow: 0 0 1px 2px #147cca73;
}

.post-bool {
  width: 100%;
  display: flex;
  justify-content: center;
}

.bool-content {
  display: flex;
}

.no-bool,
.yes-bool {
  background: red;
  margin: 34px 0;
}

.bool-head {
  margin-bottom: 12px;
  color: #e30000;
}

.bool-body {
  border-radius: 5px;
  box-shadow: 0 0 3px 2px #89898924;
  font-weight: 700;
  background-color: #f8f8f8;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  margin-top: 20px;
}

/* Forum section */

.forum {
  margin-bottom: 20px;
  border-radius: 5px;
  width: calc(100% - 30px);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #ececec;
  font-size: 14px;
  font-weight: 700;
  color: #777;
  text-align: center;
  direction: rtl;
}

.forum-bottom,
.forum-top {
  background-color: #f9f9f9;
  width: 100%;
  display: flex;
}

.forum-top {
  border-radius: 5px 5px 0 0;
  padding: 5px 12px;
  color: #374353;
}

.forum-bottom {
  border-radius: 0 0 5px 5px;
  padding: 6px 12px;
  justify-content: space-between;
}

.forum-ul-center {
  width: 100%;
}

.forum-ul-center .forum-answer,
.forum-ul-center .forum-view {
  font-family: Comic Sans Ms;
}

.forum-ul-center .forum-answer {
  color: #b74d42;
}

.forum-ul-center .forum-title {
  color: #0574aa;
}

.forum-center {
  padding: 12px;
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #edf2f9;
}

.forum-ul-center > :first-child {
  border-top: 1px solid #edf2f9;
}

.forum-title,
.forum-answer,
.forum-view,
.forum-author {
  display: flex;
  justify-content: center;
  align-items: center;
}

.forum-title {
  width: 50%;
  justify-content: flex-start;
  text-align: right;
}

.forum-answer,
.forum-view {
  width: 15%;
}

.forum-author {
  width: 20%;
}

.forum-ul-center .forum-author {
  color: #374353;
}

.forum-button {
  padding: 1px 8px;
  font-size: 10px;
}

.cl1 {
  color: #d0417c;
}

.cl2 {
  color: #65a94b;
}

.cl3 {
  color: #8f51cd;
}

.cl4 {
  color: #c7733c;
}

.cl5 {
  color: #2a86c3;
}

.cl6 {
  color: #b2484d;
}

.outFloat {
  position: fixed;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.cmab {
  border: 2px solid #f1bcee;
  border-left: none;
  border-radius: 0 7px 7px 0;
  background-color: #f7d9f5;
  padding: 7px 5px 0px;
}

.cmab a {
  font-size: 13.2px;
  writing-mode: vertical-rl;
}

.audio {
  display: flex;
  justify-content: center;
  margin: 5px 0;
}

.ref {
  display: flex;
  justify-content: center;
}

.ref a {
  border: 3px solid #ffffff;
  padding: 6px 12px;
  border-radius: 50px;
  margin: 5px 0;
  background: linear-gradient(
    to right,
    #0b436d,
    #0f609c,
    #1273bb,
    #147cca,
    #1273bb,
    #0f609c
  );
  color: white;
  font-weight: bold;
  box-shadow: 0px 0px 0px 2px rgb(0 0 0 / 5%);
}

.ref a:hover {
  background-color: #f5f5f9;
}

video {
  background-color: black;
}

article img {
  display: table;
  margin: 0 auto;
  border-radius: 3px;
  max-width: 100%;
}

a.fdb {
  width: auto;
  display: table;
  margin: 0 auto;
}

.fdb {
  padding: 1px 20px;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  background: linear-gradient(
    to right,
    #005803,
    #008e0a,
    #00ab17,
    #00af40,
    #009814,
    #00770d
  );
  box-shadow: 0 0 2px 2px #005803;
  border: 1px solid #fff;
  font-size: 12px;
  text-shadow: 0 -1px 1px #005803, -1px 0 1px #005803, 0 1px 1px #005803,
    1px 0 1px #005803;
}

/* Media */

@media screen and (max-width: 980px) {
  #content {
    flex-direction: column;
    align-items: center;
    width: 80%;
  }
  .mainbar {
    width: 100%;
  }
  #right-sidebar {
    width: 20%;
    align-items: flex-end;
  }
  #left-sidebar {
    width: calc(100% - 16px);
  }
}

@media screen and (max-width: 720px) {
  .container {
    flex-direction: column-reverse;
    align-items: center;
  }
  #content {
    width: 100%;
  }
  #right-sidebar {
    width: calc(100% - 6px);
    align-items: center;
  }
  .top-box > li {
    display: none;
  }
  .top-box > li:last-child {
    display: block;
  }
  .outFloat {
    justify-content: center;
  }

  article img {
    max-width: 100%;
    display: flex;
    width: 100%;
    box-shadow: none;
  }
}

@media screen and (max-width: 480px) {
  ol[typeof*="Bread"] > li:not(:nth-child(2)) {
    display: none;
  }
  ol[typeof*="Bread"] > li:not(:last-child)::after {
    content: "" !important;
  }
}

@media screen and (max-width: 450px) {
  .post-footer .p-info {
    display: none;
  }
  .post-footer {
    justify-content: center;
  }
  .article,
  .center-box {
    width: 100%;
    border-radius: 0;
  }
  .comments-box {
    margin: 11px 8px;
    color: #7a7a7a;
  }
  .forum {
    width: calc(100% - 16px);
  }
  .scmBox {
    margin: 11px 8px;
  }
  #left-sidebar {
    width: calc(100% - 6px);
  }
  #right-sidebar {
    align-items: center;
  }
  .logo svg {
    display: none;
  }
}
.op-9::placeholder {
  opacity: 0.9;
}
.op-8::placeholder {
  opacity: 0.8;
}
.op-7::placeholder {
  opacity: 0.7;
}
.op-7::placeholder {
  opacity: 0.7;
}
.op-6::placeholder {
  opacity: 0.6;
}
.op-5::placeholder {
  opacity: 0.5;
}
.op-4::placeholder {
  opacity: 0.4;
}
.op-3::placeholder {
  opacity: 0.3;
}
.op-2::placeholder {
  opacity: 0.2;
}
.op-1::placeholder {
  opacity: 0.1;
}
.op-0::placeholder {
  opacity: 0;
}

#answer {
  padding: 5px 9px;
  border: 1px solid #3a6e3a42;
  margin: 4px 0 12px;
  border-radius: 5px;
  color: #155724;
  box-shadow: 0 1px 2px 0 rgb(10 237 80 / 5%);
  background: #dcffdc;
}

#answer h3,
#answer p {
  margin: 0;
  color: inherit;
}

#answer h3 {
  display: flex;
}

#answer h3::before {
  content: "\e907";
  margin-left: 6px;
}

.yn-article-display-card {
  margin: 60px auto !important;
}

div.text > div:first-child .yn-article-display-card {
  margin-top: 20px !important;
  margin-bottom: 40px !important;
}
