@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200&display=swap');

body {
    margin: 0;
    background-color: #202332;
    color: #EAEAEC;
}

body, table, tr, td, p {
    font-family: 'Assistant', sans-serif;
    font-weight: 200;
    font-size: 11pt;
    line-height: 130%;
}

div.page-header {
    position: relative;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #292D40;
    padding-left: 75px;
    background: url(menu-open.svg) no-repeat 10pt center;
    background-size: 24pt;
}

nav.side-menu {
    display: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

div.menu-toggle
{
  display: block;
  position: absolute;

  padding-top: 15pt;
  
  z-index: 50;
  
  -webkit-user-select: none;
  user-select: none;
}

div.menu-toggle input
{
  display: block;
  width: 55px;
  height: 55px;
  position: fixed;
  top: 2px;
  left: 2px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 200; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

nav.side-menu div.close {
    width: 235px;
    height: 60px;
    background: url(menu-close.svg) no-repeat 10pt center;
    background-size: 24pt;
    margin-left: 5px;
    margin-bottom: 15px;
}

nav .menu .menu-content {
    position: fixed;
    top: 40px;
    bottom: 0px;
    overflow-y: auto;
    width: 160px;
    padding-left: 35px;
    padding-right: 35px;;
    margin-top: 15px;
    padding-top: 20px;
}

nav .menu .effect {
    padding-top: 3pt;
    padding-bottom: 3pt;
}

nav .menu .effect .current {
    background-color: rgba(255, 255, 255, 0.05);
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -10px;
    padding-right: 10px;
    border-radius: 5pt;
    color: #69FC97;
}

nav .menu .effect a {
    color: #FFF;
}

nav .menu .effect.effect-draft a, nav .menu .effect.effect-draft a:hover {
    color: #626575;
    text-decoration: none;
}

nav .menu
{
  position: fixed;
  left: -235px;
  top: 0px;
  bottom: 0px;
  width: 235px;
  margin: 0;
  padding: 0px;
  
  background: #292D40;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  
  transform: translate(0%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  transform-origin: 0% 0%;

  /* margin-bottom: -5000px;
  padding-bottom: 5000px; */

  box-shadow: 5px 0px 5px 0px #0000003f;
}

div.menu-toggle input:checked ~ div.menu
{
    transform: translate(100%, 0);
}

div.construction-notice {
    margin: 5pt;
    padding: 8pt;
    border-radius: 10pt;
    border: 1px solid #F16586;
    background-color: #1B202A;
    color: #F16586;
}

div.construction-notice * {
    margin: 0;
    padding: 0;
}

div.construction-notice h1 {
    margin-bottom: 5pt;
    margin-top: 3pt;
    font-family: 'Assistant';
}

div.effect-header, div.summary, div.details, tr.section > td, div.details > h1, div.details > h2 {
    padding-left: 10pt;
    padding-right: 10pt;
}

div.details > h1, div.details > h2 {
    margin-left: -10pt;
    margin-right: -10pt;
}

div.effect-header img.effect-thumb {
    float: left;
    border-radius: 5pt;
    margin-bottom: 15pt;
    margin-right: 10pt;
    width: 48px;
    height: 48px;
}

div.effect-header {
    background-color: #292D40;
    padding-top: 10pt;
    padding-bottom: 8pt;
}

div.effect-header .tags > span:not(.from-ver) {
    display: inline-block;
    /* border: 1px solid #626575; */
    /* border: 1px solid #62657575; */
    background-color: rgba(0, 0, 0, 0.2);
    padding-left: 4pt;
    padding-right: 4pt;
    padding-bottom: 1pt;
    border-radius: 2pt;
    font-size: 9pt;
    line-height: normal;
    margin-right: 7pt;
    color: #fff;
    opacity: 0.5;
}
div.effect-header .tags > span.from-ver {
    display: inline-block;
    margin-right: 10pt;
    margin-left: 1pt;
    font-size: 9pt;
    color: #69FC97;
}

div.effect-header h1 {
    margin-top: 4pt;
    margin-bottom: 10pt;
}

table {
    border-collapse: collapse;
}

tr.section > td {
    font-size: 14pt;
    font-weight: bold;
    background-color: #292D40;
}

tr.param > td {
    vertical-align: top;
    border-top: 1px solid #292D40;
    padding-top: 8pt;
    padding-bottom: 10pt;
}

tr.param > td.icon {
    padding-left: 12pt;
}

tr.param > td.icon img {
    position: relative;
    top: -6pt;
    width: 36px;
    height: 36px;
}

/* tr.param > td.desc img {
    float: left;
    width: 38px;
    height: 38px;
} */

tr.param > td.icon-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15pt;
    padding-bottom: 15pt;
    padding-left: 15pt;
    padding-right: 25pt;
    color: #FFF;
    font-size: 12pt;
    /* border-right: 1px solid #292d40; */
    /* background-color: #292d40; */
}

tr.param > td.icon-label img {
    width: 38px;
    height: 38px;
    margin-bottom: 5pt;
}

tr.param > td.label {
    padding-left: 8pt;
    padding-right: 12pt;
    color: #FFF;
    white-space: normal;
}

tr.param > td.desc {
    padding-right: 15pt;
}

tr.param span.range, tr.param span.default {
    color: #626575;
}

div.details > h1, div.details > h2 {
    font-size: 20pt;
    font-weight: bold;
    background-color: #292D40;
    padding-top: 10pt;
    padding-bottom: 8pt;
}

a {
    color: #69FC97;
    text-decoration: none;
}

a:hover {
    color: #69FC97;
    text-decoration: underline;
}

blockquote {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15pt;
    margin-right: 15px;
    padding-left: 10pt;
    border-left: 4px solid #292D40;
}

blockquote > h1, blockquote > h2, blockquote > h3 {
    color: #FFF;
    margin-bottom: 5pt;
    border-top: 1px solid #292D40;
    margin-left: -10pt;
    padding-left: 10pt;
    padding-top: 4pt;
}

.details > ul > li {
    margin-bottom: 9pt;
}

.color-swatch {
    display: inline-block;
    width: 1.1em;
    border-radius: 0.2em;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

div.footer {
    border-top: 1px solid #292D40;
    margin-top: 20pt;
    padding-top: 8pt;
    padding-bottom: 12pt;
    font-size: 8pt;
    color: #626575;
    padding-left: 10pt;
    padding-right: 10pt;
}

body.index {
    margin: 10pt;
}

body.index .effect-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

body.index .effect-list > div {
    text-align: center;
    margin: 10pt;
    width: 80pt;
    height: 80pt;
}

body.index .effect-list > div img {
    width: 64px;
    height: 64px;
    margin-bottom: 8pt;
    border-radius: 4pt;
}

body.index .effect-list > div a {
    color: #FFF;
}

div.summary {
    background: #292d408c;
    border-top: 1px solid #1B202A;
    border-bottom: 1px solid #1B202A;
}

div.details img {
    max-width: 90%;
    zoom: 50%;
}

div.details .small-img {
    display: block;
    text-align: center;
}
div.details .small-img img {
    display: inline-block;
    max-width: 30%;
    width: 150px;
    margin-left: 5pt;
    margin-right: 5pt;
}

div.details .med-img {
    display: block;
    text-align: center;
}
div.details .med-img img {
    display: inline-block;
    max-width: 60%;
    width: 250px;
    margin-left: 5pt;
    margin-right: 5pt;
}

div.details .lg-img {
    display: block;
    text-align: center;
}
div.details .lg-img img {
    display: inline-block;
    max-width: 90%;
    width: 400px;
    margin-left: 5pt;
    margin-right: 5pt;
}

div.details .caption {
    display: block;
    text-align: center;
    margin-top: 5pt;
    margin-bottom: 10pt;
    font-style: oblique;
}

div.details > h3 {
    border-top: 2px solid #292D40;
    margin-top: 22pt;
}

@media (min-width:640px) {

    body, table, tr, td, p {
        font-size: 12pt;
    }

    table {
        padding: 0;
        margin-left: -10pt;
        margin-right: -10pt;
    }

    div.summary, div.content, div.effect-header {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
    }
}

.ml-15 {
    margin-left: 15pt;
}
