:root {
      --primary:#00184a;
      --secondary:#4c73c7;
      --third:#294684;
      --light:#f1f5ff;
      --border:#cccccc;
      
      --text:black;
      --greyed:#8a8b8b;
      
      --main-bg:#f8f9fa;
      --body-bg:linear-gradient(#f2f2f2 80%, #e3e3e3);
      
      --navlink-text:white;
      --nav-bg:#00184a;
      
      --details-bg:#142a5b;
      --details-text:#808ca6;
      --details-open:white;
      
      --table-bg:#ffffff;
      
      --special-text:white;
      --box-bg:#ffffff;
      
      --bonquayle-bg:#e0fff5;
      --bonquayle-border:#3ca383;
      --brazil-bg:#d6ffe7;
      --brazil-border:#00943e;
    }

.icon {
      vertical-align:middle;
    }
    .flexcontaine {
      display:flex;
      gap:10px;
      justify-self:center;
    }
    .boxhead {
      display:flex;
      align-items:center;
      margin-top:-10px;
      margin-bottom:-10px;
    }
    .bigbox a {
      padding:5px;
      color:var(--special-text);
      background:var(--primary);
      margin-top:10px;
      display:block;
      width:fit-content;
    }
    .linktable {
      display:flex;
      align-items:center;
      flex-wrap: wrap;
      gap:5px;
          place-content: center;
    }
    .bigbox p {
      margin:0;
    }
    .needsspacinglink {
    margin-top:16px !important;
    }
    .tiny {
      font-size:0.7em;
      text-align:center;
      color:var(--greyed);
    }
    del {
      color:var(--greyed);
    }
    .boxdesc {
      font-weight:bold;
    }
    .linktable > a {
      padding:10px;
      border: 0.5px solid var(--border);
      height:fit-content;
      background:var(--table-bg);
    }
    .linktable > a:hover {
      letter-spacing:0;
      transform:scale(1.1);
    }
    .piss {
      display:flex;
      justify-content:center;
      gap:10px;
    }
        .title {
      color:var(--primary) !important;
    }
    .title::before {
      content: url("/favicon.ico");
      max-width:30px;
      margin-right: 8px;
      vertical-align: middle;
    }
    .emoji {
      vertical-align:bottom;
      -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
    }
    o, .o {
      color:var(--primary);
      transition:0.1s;
    }
    o:hover, .o:hover {
      transition:0.1s;
      color:var(--special-text);
      background:var(--primary);
      padding:2px;
      margin:2px;
    }
    .page {
      text-align:center;
      font-weight:bold;
      text-shadow: 2px 2px 2px var(--border);
    }
    .page a, .boxdesc {
      font-size:0.4em;
      opacity:0.5;
      margin-left:5px;
      color:var(--greyed);
    }
    .boxdesc {
      font-size:0.9em;
    }
    .bigbox {
      padding:10px;
      border: 0.5px solid var(--border);
      height:fit-content;
      width:auto;
      background:var(--box-bg);
      margin-bottom:10px;
    }
    .singbox {
      padding:10px;
      border: 0.5px solid var(--border);
      height:fit-content;
      width:auto;
      background:var(--box-bg);
      margin-bottom:10px;
    }
    .singbox a {
      padding:3px;
    }
    body {
      background:var(--body-bg)
      #e3e3e3;
      background-repeat:no-repeat;
      font-family: verdana;
    }
    table {
      background: var(--box-bg);
      border-collapse:collapse;
    }
    td, th {
      border: 1px solid var(--border);
      padding:8px;
    }
    .nav {
      background:var(--nav-bg);
      padding:10px 0 10px 0;
      display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .nav > div {
      display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .nav img {
      width:20px;
      height:20px;
      vertical-align: bottom;
    }
    ::selection {
      color:white;
      background:var(--primary);
      text-shadow: 2px 2px 2px var(--secondary);
    }
    .nav a {
      color:var(--navlink-text);
      padding:10px;
    }
    .nav a:hover {
      letter-spacing:1px;
      transition:0.1s;
    }
    .nav a:active {
      color:var(--greyed);
      transition:0.1s;
    }
    a {
      color:var(--text);
      text-decoration:none;
      transition:0.1s;
    }
.cnotent a, .dialoguebox a, .special {
    border-radius: 5px;
    font-weight: bold;
    background: var(--primary);
    color: var(--special-text);
    margin: 2px 0 2px 0;
    display: inline-block;
    padding:3px;
}
    .cnotent a:hover, .dialoguebox a:hover {
      transition:0.1s;
      letter-spacing:0;
      transform:scale(1.05);
      text-decoration:underline;
    }
    footer {
    max-width: 720px;
    margin: auto;
    display:flex;
    }
    footer p {
      color:var(--greyed);
    }
    details, .disclaimer {
      background:var(--details-bg);
      color:var(--details-text);
      padding:10px;
    }
    .disclaimer p {
      margin:0;
    }
    .disclaimer a {
      transition:0.1s;
    }
    .disclaimer a:hover {
      transition:0.1s;
      letter-spacing:1px;;
    }
details summary {
  cursor: pointer;
}
details summary {
  cursor: pointer;
  transition: margin 150ms ease-out;
}
details[open] summary, details a {
  margin-bottom: 10px;
  color:var(--details-open);
}
    .btns {
      margin-top:8px;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    justify-content: end;
    }
    .btns img {
      padding:5px; 
      width:88px;
      height:31px;
      transition:0.1s;
    }
    .heada {
      display:flex;
      align-items:center;
      gap:10px;
      width:fit-content;
    }
    .btns img:hover {
      transition:0.1s;
      transform:scale(1.1);
    }
    main,.up {
      margin:auto;
      margin-top:none;
      color:var(--text);
      max-width:700px;
      background:var(--main-bg);
      padding:10px;
    }
    .up {
      background:none;
      padding:initial;
      max-width:720px;
    }
    hr {
      border:1px solid var(--border);
    }
    @media only screen and (max-width: 600px) {
      footer {
      flex-wrap: wrap;
      justify-content:center;
      }
      .linktable {
        justify-content: center;
      }
      a:hover {
        letter-spacing:none;
      }
      .btns {
        margin:auto;
        width:auto;
      }
      .piss {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
      .nav a {
        margin:initial;
      }
      .boxhead {
        justify-content: space-between;
      }
}
@media only screen and (max-width: 1072px) {
.flexcontaine {
            flex-wrap: wrap;
            justify-content:center;
      }
            .sidebar {
        margin-top:0 !important;
      }
      #titlefirsttitle {
        text-decoration: none;
      }
}

.disclaimer a[href^="https://"]:after,
.dialoguebox a[href^="https://"]:after,
.cnotent a[href^="https://"]:after,
.singbox a[href^="https://"]:after,
.bigbox a[href^="https://"]:after
{
  content: url(/img/icon/external.jpg);
  margin: 0 0 0 5px;
  filter:invert(1);
}

.products a[href^="https://"]:after {
  content:none;
  margin:0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--primary); 
}
 
::-webkit-scrollbar-thumb {
  background: var(--secondary); 
}

::-webkit-scrollbar-thumb:hover {
  background: var(--third);
}