@import url("https://fonts.googleapis.com/css2?family=Monoton&family=Ubuntu+Mono:wght@400;700&display=swap");
:root {
  --pj-bg: #f1f5f9;
  --pj-main: #0000ff;
  --pj-main-dark: #03009d;
  --pj-accent: #5682ff;
  --pj-border: #0000ff;
  --pj-text: #f9ebeb;
  --pj-muted: #7f7f7f;
  --pj-content: #fff;
  --pj-content-text: #000;
  --pj-link: #b1b3ff;
  --pj-link-hover: #407bff;
  --pj-shadow: #0000ff;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Ubuntu Mono", monospace;
  background: var(--pj-bg);
  font-weight: 400;
  color: var(--pj-text);
  margin: 0;
}
a {
  color: var(--pj-link);
}
a:hover {
  color: var(--pj-link-hover);
}
img {
  max-width: 100%;
  height: auto;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.theme-wrap.container {
  overflow: hidden;
  width: 65%;
}
.border-danger {
  border-color: var(--pj-border) !important;
}
.boxshadow {
  box-shadow:
    2px 2px 6px var(--pj-shadow),
    -2px -2px 6px var(--pj-shadow);
}
.site-header {
  background-color: #000;
}
.site-branding {
  cursor: pointer;
}
.headtitle {
  font-family: "Monoton", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--pj-accent);
  margin: 0;
}
.site-logo {
  display: inline-block;
  max-width: 320px;
  margin-bottom: 8px;
}
.site-logo img {
  max-height: 90px;
  width: auto;
}
.site-description {
  color: var(--pj-muted);
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0;
}
.main-navigation {
  background: linear-gradient(
    to bottom,
    var(--pj-main-dark) 0%,
    var(--pj-main) 100%
  );
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main-navigation li {
  padding: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
}
.main-navigation li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.main-navigation a {
  display: block;
  padding: 10px 20px 8px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.main-navigation .sub-menu {
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 190px;
  left: 0;
  top: 100%;
  background: #061166;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.35);
}
.main-navigation li:hover > .sub-menu {
  display: block;
}
.main-navigation .sub-menu li {
  display: block;
  border: 0;
}
.main-navigation .sub-menu a {
  text-align: left;
  padding: 10px 14px;
}
.menu-toggle {
  display: none;
  width: 100%;
  border: 0;
  background: linear-gradient(
    to bottom,
    var(--pj-main-dark) 0%,
    var(--pj-main) 100%
  );
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 14px;
}
.bgcontent {
  background: var(--pj-content);
  color: var(--pj-content-text);
}
.bgcontent a {
  color: #0645d8;
}
.bgcontent a:hover {
  color: #000;
}
.content-pad {
  padding: 12px;
}
.widget-area-block {
  margin: 0 0 12px;
}
.banner-widget,
.widget {
  overflow: hidden;
}
.banner-widget img,
.widget img {
  max-width: 100%;
  height: auto;
}
.widget {
  margin-bottom: 15px;
}
.widget-title {
  background: linear-gradient(to bottom, var(--pj-main-dark), var(--pj-main));
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
  padding: 8px 10px;
  text-transform: uppercase;
}
.site-main article,
.page-content-box {
  margin-bottom: 16px;
}
.entry-title {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  margin: 10px 0 12px;
}
.entry-title a {
  text-decoration: none;
  color: #000;
}
.entry-meta,
.entry-footer {
  font-size: 13px;
  text-align: center;
  color: #555;
  margin-bottom: 10px;
}
.entry-content {
  font-size: 16px;
  line-height: 1.65;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  font-weight: 700;
  margin: 18px 0 10px;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
}
.entry-content td,
.entry-content th {
  border: 1px solid #ddd;
  padding: 7px;
}
.btn-post-list {
  display: block;
  width: 100%;
  border: 1px solid #222;
  color: #111 !important;
  text-align: left;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 8px;
  padding: 9px 12px;
  background: #fff;
}
.btn-post-list:hover {
  background: #f1f1f1;
  color: #000 !important;
}
.pagination,
.nav-links {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 18px 0;
}
.page-numbers,
.nav-links a,
.nav-links span {
  display: inline-block;
  border: 1px solid #222;
  padding: 6px 11px;
  text-decoration: none;
  color: #111 !important;
  background: #fff;
}
.page-numbers.current,
.nav-links a:hover {
  background: #111;
  color: #fff !important;
}
.footer-widgets {
  padding: 14px 12px 4px;
}
.footer-menu-wrap {
  text-align: center;
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-menu li a {
  display: block;
  padding: 9px 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-menu li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.copyright,
.copyright a {
  color: #fff;
  margin-bottom: 30px;
  font-size: 14px;
}
.copyright {
  padding: 12px 8px;
  margin-bottom: 0;
}
.search-form {
  display: flex;
  gap: 6px;
  margin: 10px 0;
}
.search-field {
  flex: 1;
  border: 1px solid #999;
  padding: 8px;
}
.search-submit {
  border: 0;
  background: #111;
  color: #fff;
  padding: 8px 12px;
  font-weight: 700;
}
#tablepaito {
  background: transparent;
  margin: 0;
  border-collapse: collapse;
  width: 100%;
  color: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#tablepaito.dark {
  background: #000;
}
#tablepaito.light {
  background: #fff;
}
#tablepaito td {
  border: 1px solid #333;
  text-align: center;
  padding: 2px 0;
  width: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
#tablepaito.dark tbody td {
  color: #fff;
}
#tablepaito.light td {
  border: 1px solid #939393;
}
#tablepaito.light tbody td {
  color: #000;
}
#tablepaito.dark tr:nth-last-child(5n + 1) {
  background: #373535;
}
#tablepaito.light tr:nth-last-child(5n + 1) {
  background: #ddd;
}
#tablepaito.dark .disabled {
  background: #373535;
  color: #bdbdbd;
}
#tablepaito.light .disabled {
  background: #ddd;
  color: #838383;
}
#tablepaito.dark td.nxpx {
  color: #bdbdbd;
  background-color: #272727;
}
#tablepaito.light td.nxpx {
  color: #636363;
  background-color: #cfcfcf;
}
#tablepaito thead td.nxpx {
  color: #000;
}
#tablepaito.light thead td.nxpx {
  color: #fff;
}
#floatmenu {
  padding: 10px 5px;
  z-index: 999999;
}
#paitocolor p {
  clear: both;
}
#paitocolor .color {
  float: left;
  height: 28px;
  position: relative;
  width: calc(10% - 6px);
  cursor: pointer;
  border: 1px solid #ddd;
  margin: 0 2px;
}
#paitocolor .color.eraser {
  background: #000;
}
#paitocolor .color.Blue {
  background: #43a2ff;
}
#paitocolor .color.Aqua {
  background: #00f5ff;
}
#paitocolor .color.Teal {
  background: #43cd80;
}
#paitocolor .color.Lime {
  background: #01ff70;
}
#paitocolor .color.Yellow {
  background: #ffdc00;
}
#paitocolor .color.Orange {
  background: #ff851b;
}
#paitocolor .color.Red {
  background: #ff4136;
}
#paitocolor .color.Pink {
  background: #f012be;
}
#paitocolor .color.Purple {
  background: #a23bec;
}
#paitocolor .color.Silver {
  background: #a9a9a9;
}
#paitocolor .selected {
  box-shadow: inset 0 0 0 2px #000;
  border-color: red;
}
#warnapaito {
  font-weight: 700;
  position: relative;
}
#warnapaito table {
  position: relative;
  z-index: 10;
}
#tablepaito thead td {
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border: 1px solid #333;
  background: var(--pj-main);
  color: #fff;
  font-size: 16px;
}
#clear {
  margin-top: 0;
  border-radius: 0;
  width: 10%;
  text-align: center;
  margin-left: 1px;
  height: 28px;
}
#floatmenu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  background: #000;
}
.floatmenuwrap {
  position: relative;
}
body.hasftop #floatmenu.fixed {
  top: 90px;
}
.rek {
  background-color: #0caacb;
  color: #fff !important;
}
.rke {
  background-color: #609c33;
  color: #fff !important;
}
.rko {
  background-color: #0069b0;
  color: #fff !important;
}
.ras {
  background-color: #06dd96;
  color: #fff !important;
}
.rd {
  background-color: #cb5b0c !important;
  color: #fff !important;
}
@media (min-width: 998px) {
  .container {
    max-width: 998px !important;
  }
}
@media (max-width: 767px) {
  body > .container,
  .theme-wrap.container {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .menu-toggle {
    display: block;
  }
  .main-navigation ul {
    display: none;
  }
  .main-navigation.toggled ul,
  .main-navigation .nav-menu.is-open {
    display: block;
  }
  .main-navigation li {
    display: block;
    border-bottom: 1px solid #313131;
    border-left: 0 !important;
    border-right: 0;
  }
  .main-navigation a {
    display: block;
    text-align: center;
  }
  .main-navigation .sub-menu {
    position: static;
    display: block;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.2);
  }
  .main-navigation .sub-menu a {
    text-align: center;
  }
  .headtitle {
    font-size: 30px;
  }
  .site-description {
    font-size: 14px;
  }
  .content-pad {
    padding: 10px;
  }
  .entry-title {
    font-size: 22px;
  }
  .entry-content {
    font-size: 14px;
  }
  .site-logo img {
    max-height: 70px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 12px;
    line-height: 1.4;
  }
  #tablepaito td {
    font-size: 9px;
    font-weight: 400;
    padding: 0;
  }
  #paitocolor .color {
    height: 25px;
    border-width: 1px;
    margin: 0 1px;
  }
  #clear {
    margin-top: 0;
    margin-left: 5px;
    font-size: 12px;
    min-width: 50px;
    height: 25px;
    line-height: 1;
  }
  .form-control-sm {
    font-size: 12px;
  }
  .site-description {
    font-size: 12px;
  }
  #akke .form-control {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
  #clearakke {
    height: 32px;
    line-height: 1;
    font-size: 12px;
  }
  #tablepaito thead td {
    font-size: 13px;
  }
  .copyright {
    font-size: 10px;
    margin-bottom: 0;
  }
  .headtitle {
    font-size: 27px;
  }
  .main-navigation a {
    padding: 10px 8px;
  }
  .content-pad {
    padding: 8px;
  }
}
.footer-menu-wrap {
  text-align: center;
  padding-top: 5px;
  background: linear-gradient(
    to bottom,
    var(--pj-main-dark) 0%,
    var(--pj-main) 100%
  );
}
.footer-menu-simple {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu-simple li {
  display: inline;
}
.footer-menu-simple li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.footer-menu-simple li:after {
  content: ", ";
  color: #fff;
}
.footer-menu-simple li:last-child:after {
  content: "";
}
.footer-menu-simple li a:hover {
  color: #00d7d7;
}
