* {
  direction: rtl;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

* a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

* ul {
  list-style-type: none;
}

* button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

* h1,
* h2,
* h3 {
  font-weight: normal;
}

* p {
  margin: 8px 0;
}

* img {
  cursor: pointer;
}

.emphasized {
  font-style: italic;
}

body {
  width: 98vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f9fb;
}

body .top-nav {
  padding: 10px;
  width: calc(min(100%, 1720px));
  height: 80px;
  background-color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46px 171px 1fr 143px;
      grid-template-columns: 46px 171px 1fr 143px;
  -ms-grid-rows: 54px;
      grid-template-rows: 54px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .top-nav .main-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: ce;
      -ms-flex-align: ce;
          align-items: ce;
  height: 30px;
}

body .top-nav .logo-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

body .top-nav .logo-container .wiki-logo {
  height: 100%;
}

body .top-nav .logo-container .wiki-logo-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .top-nav .search-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body .top-nav .search-container .search-icon {
  height: 30px;
  border: 1px solid #aaaaaa;
  border-left: none;
}

body .top-nav .search-container .search-bar {
  width: calc(min(400px, 100%));
  height: 30px;
  border: 1px solid #aaaaaa;
  border-right: none;
  border-left: none;
}

body .top-nav .search-container .search-btn {
  padding-left: 5px;
  height: 30px;
  width: 40px;
  border: 1px solid #aaaaaa;
  border-right: none;
}

body .top-nav .login-container {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

body .top-nav .login-container .create-account-btn {
  font-size: 0.9em;
  padding: 7px;
}

body .top-nav .login-container .create-account-btn:hover {
  background-color: #f8f9fb;
}

body .top-nav .login-container .more-options-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  padding: 20px 12px;
}

body .top-nav .login-container .more-options-btn:hover {
  background-color: #f8f9fb;
}

body .top-nav .login-container .more-options-btn .small-dot {
  background-color: black;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

body .page-container {
  width: calc(min(100%, 1720px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}

body .page-container a {
  color: #0000c2;
}

body .page-container a:hover {
  -webkit-text-decoration: 1px solid underline #0000c2;
          text-decoration: 1px solid underline #0000c2;
}

body .page-container .main-container {
  width: calc(min(1024px, 100%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

body .page-container .main-container .editing-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bed2dd;
}

body .page-container .main-container .editing-nav .editing-link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #bed2dd;
  border-top: none;
  border-bottom: none;
}

body .page-container .main-container .editing-nav .editing-link-group .editing-link {
  font-size: 0.8em;
  padding: 5px 5px;
  border-left: 1px solid #bed2dd;
  color: #2d415e;
  background: #e7f2fc;
  background: -webkit-gradient(linear, left bottom, left top, from(#e7f2fc), to(white));
  background: linear-gradient(0deg, #e7f2fc 0%, white 100%);
}

body .page-container .main-container .editing-nav .editing-link-group .editing-link:last-of-type {
  border: none;
}

body .page-container .main-container header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #aaaaaa;
  font-size: 0.9em;
}

body .page-container .main-container header .lang-select-label {
  color: #4fa7ff;
  padding: 10px 15px;
}

body .page-container .main-container header .lang-select-label:hover {
  color: #0b4ffc;
  background-color: #c1e0ff;
  border-radius: 2px;
  cursor: pointer;
}

body .page-container .main-container header .lang-select {
  display: none;
}

body .page-container .main-container main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.9em;
}

body .page-container .main-container main .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

body .page-container .main-container main .text-content .disambiguation {
  color: #2d415e;
}

body .page-container .main-container main .text-content .gist .toc {
  background-color: #f8f9fb;
  width: 146px;
  border: 1px solid #aaaaaa;
  font-size: 0.9em;
  margin: 5px 0;
  padding: 10px 5px;
}

body .page-container .main-container main .text-content .gist .toc .toc-heading {
  font-size: inherit;
  font-weight: bold;
}

body .page-container .main-container main .text-content .gist .toc .toc-list {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}

body .page-container .main-container main .text-content .info-sect .sect-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #aaaaaa;
  margin: 5px 0;
}

body .page-container .main-container main .text-content .info-sect .sect-text {
  margin: 8px 0;
}

body .page-container .main-container main .text-content .info-sect .sect-text ul {
  padding-right: 25px;
  list-style: disc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body .page-container .main-container main .text-content .info-sect .sect-text ol {
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body .page-container .main-container main .text-content .info-sect table {
  width: 100%;
  border-collapse: collapse;
}

body .page-container .main-container main .text-content .info-sect table tr td {
  border: 2px solid #373737;
  padding: 5px 1px;
}

body .page-container .main-container main .text-content .info-sect table tr .item-img-container {
  width: 86px;
}

body .page-container .main-container main .sect-imgs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}

body .page-container .main-container main .sect-imgs .img-card-container {
  width: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body .page-container .main-container main .sect-imgs .img-card-container .img-card {
  height: 152px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #aaaaaa;
  background-color: #f8f9fb;
}

body .page-container .main-container main .sect-imgs .img-card-container .img-card img {
  max-width: 120px;
  max-height: 120px;
}

body .page-container .main-container main .imgs-column {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0.9em;
}

body .page-container .main-container main .imgs-column .img-card {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #aaaaaa;
  background-color: #f8f9fb;
  gap: 2px;
}

body .page-container .main-container main .imgs-column .img-card .img-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: bold;
  background-color: #90ee90;
  position: relative;
}

body .page-container .main-container main .imgs-column .img-card .img-title .information-logo {
  height: inherit;
  position: absolute;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .page-container .main-container main .imgs-column .img-card .specs {
  width: 80%;
  text-align: center;
}

body .page-container .main-container main .imgs-column .img-card span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
/*# sourceMappingURL=style.css.map */