* {
  scrollbar-color:rgb(4, 0, 255) rgb(0, 0, 0);
  scrollbar-width:thin;
  image-rendering: optimizeQuality;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #000000;
}

*::-webkit-scrollbar-thumb {
  background-color: #0400ff;
  border-radius: 4px;
  border: 3px none #ffffff;
}

body {
    background-color: #0b002b;
    font-family: 'Pixel Operator', Courier;
    font-size: 12px;
    background-image: url(https://concealederrors.neocities.org/pattern3.png);
    background-repeat: repeat;
    background-size:initial;
    line-height:1.6em;
    font-size:15px;
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    overflow-x:hidden;
    display:flex;
    color:aliceblue;
    flex-direction:column;
    min-height:100vh;
    animation: fadeInAnimation ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  
  @keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
  }

  a {
    color: #9084ff;
    text-decoration: none;
  }
  
  a:hover {
        color: red;
        transition:0.3s;
        text-shadow: 0 0 5px #ff3d3d;
  }

  .scanline {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 90;
    opacity: 0.35;
    pointer-events: none;
}

.scanline:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.836) 51%);
    background-size: 100% 4px;
    will-change: background, background-size; animation: scanline 0.2s linear infinite;
}

@keyframes scanline {
    from {
    background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.37) 51%); background-size: 100% 4px; }
    to {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.349) 50%, transparent 51%);
    background-size: 100% 4px;
    }
}

.inds {
  width:100%;
  height:100%;
}

.center-container{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}


    .symbm {
      z-index: 2;
      animation: float-up-down 1s ease-in-out infinite;
    }


    @keyframes float-up-down {
      0% {
        top: 0px;
      }
      50% {
        top: -80px;
      }
      100% {
        top: 0px;
      }
    }

    .ment{
      font-family: 'ModernDOS','Pixel Operator',courier new;
      font-size:3rem;
      margin-right:0;
      text-align:center;
      filter: drop-shadow(0px 0px 1px rgb(4, 0, 255));
      text-shadow: 1px 5px rgba(255, 0, 0, 0.555);
      font-weight:bolder;
      letter-spacing: 3px;
    }

    .ment a {
      color:white!important;
      text-decoration: none;
      font-size:3rem;
    }
    
    .ment a:hover {
          color: red!important;
          transition:0.3s;
          text-shadow: 0 0 5px #ff3d3d;
    }

    .fadebg {
      background-image: url(https://concealederrors.neocities.org/img/fade1.png);
      background-repeat: repeat;
      background-size: initial;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      }
  
      
    .wrapper{
      flex:1;
      justify-content:center;
      text-align:center;
      overflow-x:hidden;
      padding:90px;
      height:100%;
      
    }
    
    .wrapper2{
      flex:1;
      justify-content:center;
      text-align:center;
      overflow-x:hidden;
      padding:10px 24px 90px 24px;
      box-sizing: border-box;
    }


    .topbar {
      position: absolute;
      width: 100%;
      height: 40px;
      background-color: black;
      border-bottom: 2px solid rgb(4, 0, 255);
      box-shadow: 0 0px 30px 3px rgb(4, 0, 255,0.5);
      z-index: 100;
    }
    
    .topbar2 {
      width: 620px;
      height: 10px;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 0;
      margin: 50px;
      pointer-events: none;
    }
    
    .topbar2:after {
      position: absolute;
      width: 50px;
      height: 100%;
      background: rgb(0, 0, 0);
      border-bottom: 2px solid rgb(4, 0, 255);
      content: '';
      top: -85px;
      transform: rotate(35deg);
      transform-origin: top left;
      clip-path: inset(-10px -30px -30px 7px);
      pointer-events: none;
    }

    .topbar3{
      width: 353px;
      height: 26px;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: right;
      position: absolute;
      right: 0;
      top:0;
      background: rgb(0, 0, 0);
      border-bottom: 2px solid rgb(4, 0, 255);
      box-shadow: 0 0px 30px 3px rgb(4, 0, 255,0.5);
      pointer-events: none;
    }

    .clock {
      padding:6px 0px 0px 15px;
      margin-right:15px;
      display:inline-block;
      position:relative;
    }

    .ml1 {
      font-size:1.12rem!important;
      word-spacing:20px;
      position:relative;
      display:inline-block;
    }

    .ml1 a {
      color:#5956ff;
      border: 2px ridge rgba(4, 0, 255, 0.5);
      background-color:rgba(15, 13, 150, 0.315);
      border-radius:6px;
      padding:5px 10px;
    }

    .ml1 a:hover {
      color:red;
      background-color:rgba(139, 0, 42, 0.24);
      border: 2px ridge rgba(255, 0, 76, 0.5);
      transition:0.3s;
}

    .micon{
      position:relative;
    }

    .mtitle{
      font-family: 'Pixel Operator',courier new;
      font-size:20px;
      margin-right:0;
      text-align:left;
      filter: drop-shadow(0px 0px 1px rgb(4, 0, 255));
      text-shadow: 1px 1px rgba(255, 0, 0, 0.555);
      font-weight:550;
      letter-spacing: 9px;
      z-index:190;
    }

    .dtc{
      position:absolute;
      display:flex;
      flex-direction: column;
      width:30px;
    }
    
    .dotwrap {
      position: relative;
      display: flex;
      flex-direction: row;
      width: 200px;
    }

    .dottop {
      height: 19px;
      width: 19px;
      display:flex;
      padding:6px;
      background-color:black;
      border: 3px solid rgb(4, 0, 255);
      box-shadow: 0 0px 10px 3px rgb(4, 0, 255,0.5);
      border-radius: 50%;
      margin-top: 20px;
      margin-left:10px;
    }

    .dotwrap a{
      color:rgba(51, 54, 236, 0.815) !important;
    }

    .dotwrap a:hover {
      color: red !important;
      transition:0.3s!important;
      text-shadow: 0 0 5px #ff3d3d!important;
}

    .dottop:hover {
      box-shadow: 0 0px 10px 3px rgb(167, 0, 0);
      border: 3px ridge rgb(207, 0, 0);
      transition: 0.3s;
    }
    
    .dottext1 {
      filter: drop-shadow(0px 0px 1px rgb(4, 0, 255));
      text-shadow: 1px 1px rgba(255, 0, 0, 0.555);
      position: absolute;
      top: 23px;
      left: 53px;
      font-size: 1.2em;
      display:none;
      transition: 0.5s ease-in-out;
    }
    
    .dottop:hover > .dottext1 {
      display: block;
      animation: slide-in 0.5s ease-in-out;
    }

    @keyframes slide-in {
      from {
        transform: translateX(-100%);
        opacity: 0;
      }

      to {
        transform:translateX(0);
        opacity:1;
      }
    }

    .dotbottom {
      height: 25px;
      width: 25px;
      background-color:black;
      border: 3px ridge rgb(4, 0, 255);
      box-shadow: 0 0px 10px 3px rgb(4, 0, 255,0.5);
      border-radius: 50%;
      display:flex;
      margin-bottom: 20px;
      margin-right:10px;
      left:0;
    }

    .bottombar {
      position: fixed;
      width: 100%;
      height: 40px;
      background-color: black;
      border-top: 2px solid rgb(4, 0, 255);
      box-shadow: 0 0px 30px 3px rgb(4, 0, 255,0.5);
      z-index: 100;
      bottom: 0;
    }
    
    .bottombar2 {
      width: 620px;
      height: 3px;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      -webkit-perspective: 50px;
      perspective: 50px;
      margin-top: 50px;
      bottom: 36;
      z-index: 110;
      touch-action: none;
    }
    
    .bottombar2:after {
      position: fixed;
      width: 52px;
      height: 100%;
      background: rgb(0, 0, 0);
      border-top: 2px solid rgb(4, 0, 255);
      content: '';
      top: 29px;
      left: 352;
      transform: rotate(35deg);
      transform-origin: bottom right;
      clip-path: inset(-10px -30px -30px 7px);
      touch-action: none;
    }

    .bottombar3{
      width: 353px;
      height: 26px;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: right;
      position: absolute;
      left: 0;
      bottom:0;
      background: rgb(0, 0, 0);
      border-top: 2px solid rgb(4, 0, 255);
      box-shadow: 0 0px 30px 3px rgb(4, 0, 255,0.5);
    }


    iframe {
      border: none;
      width: 100%;
      height: 100%;
      overflow-x:hidden;
    }

    .browse {
      position:relative;
      background:black;
      border: 1px solid rgba(4, 0, 255, 0.733);
      box-shadow: 0 0px 10px 3px rgb(4, 0, 255,0.5);
      border-radius: 3%;
      display:flex;
      width: 60%;
      height: 90%;
      padding:20px;
      margin:20px auto auto auto;
      overflow-x:hidden;
    }

    .close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      font-weight: bold;
      cursor: pointer;
    }

    .castbr {
      position: relative;
      display: flex;
      width: 100%;
      height: 100%;
      margin: 0 auto;
      overflow-x: hidden;
      justify-content: center;
      flex-wrap:wrap;
    }
  
    .castbr a {
      position: relative;
      display: inline-block;
      margin: 10px;
      width: 200px;
      height: 200px;
      overflow: hidden;
    }
  
    .castbr a::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height:100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      margin-bottom: 10px;
    }
  
    .castbr a:hover::before {
      opacity: 1;
    }
  
    .castbr .kai a::before {
      background-image: url('../cast/kai1-2.png');
    }
  
    .castbr .sol a::before {
      background-image: url('../cast/sol1-2.png');
    }
  
    .castbr .phoenix a::before {
      background-image: url('../cast/fi1-2.png');
    }
  
    .castbr .azami a::before {
      background-image: url('../cast/az1-2.png');
    }

    .castbr .medea a::before {
      background-image: url('../cast/med1-2.png');
    }

    .castbr .edith a::before {
      background-image: url('../cast/ed1-2.png');
    }
    
    .pgttl {
      filter: drop-shadow(0px 0px 1px rgb(4, 0, 255));
      text-shadow: 1px 1px rgba(255, 0, 0, 0.555);
      font-weight:550;
      font-size:xx-large;
      margin-bottom:20px;
    }

    .brs2 {
      width:100%;
      height:100%;
      display:flex;
      font-size:1.5em;
      flex-direction:column;
    }

    .brs2 a {
      font-size:1em;
    }

    .adm {
      display:flex;
      flex-direction:row wrap;
      border-bottom: 1px solid rgb(4, 0, 255);
      margin-top: 30px;
      padding-bottom: 30px;
    }
    
    .adm img {
      width:217px;
      height:304px;
    }

    .admtxt {
      display:flex;
      text-align:left;
      flex-direction:column;
      margin: 0px 20px 0px 20px;
    }

    /*character profiles*/

    .profwr1 {
      width: 100%;
      height: auto;
      margin: 0 auto;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column;
      font-size: 1.5rem;
    }

    .pstat1 {
      flex-flow:row wrap;
      display:flex;
      box-sizing:border-box;
      width:100%;
      align-items:center;
      justify-content:center;
      margin:10px auto;
    }

    .pstat2 {
      display:flex;
      flex-flow:column;
      align-content:flex-start;
      box-sizing:border-box;
      min-width: 22%;
      padding: 3px;
      margin: auto 5px;
    }

    .pstat3 {
      display:flex;
      border: 2px ridge #0400ff;
      padding:5px 10px;
      margin: 5px;
      background-color:rgba(0, 0, 0, 0.658);
      word-spacing: 3px;
      max-width: 100%;
      border-radius: 5px;
    }

    .pstat-symb {
      display:flex;
      box-sizing:border-box;
      width: 5%;
      min-width:200px;
      padding: 3px;
      margin: auto 5px;
    }

    .pstat-symb img {
      max-width:98%;
      max-height:98%;
      min-height: 98%;
      min-height: 98%;
    }

    .psban {
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:5px;
    }
    
    .psban img {
      display:flex;
      border-radius:10px;
      max-width:87%;
      border: 2px ridge #0400ff;
      min-width:30%;
    }

    .statsw {
      display:flex;
      flex-flow:row wrap;
      width:100%;
      margin:5px auto;
      justify-content:center;
      align-content:center;
    }

    .stats {
      width: 114px;
      height: 149px;
      margin: 5px 25px;
      border:2px ridge #0400ff;
      border-radius:8px;
      background-color:rgba(0, 0, 0, 0.658);
    }

    #number1, #number2 {
      transition: color 0.1s;
    }
    .flicker {
      animation: flicker 0.1s;
    }
    @keyframes flicker {
      0% {
        color: #fff;
      }
      50% {
        color: #F00;
      }
      100% {
        color: #fff;
      }
    }
    
    .sttl {
      background-color:#0400ff80;
      font-size:1.6rem;
      font-weight:bolder;
      padding:5px 10px 10px 10px;
      border-bottom:2px solid #0400ff;
    }

    .stnm {
      margin:auto;
      font-size:3rem;
      font-weight:bolder;
      padding:40px 10px 10px 10px;
      justify-content:center;
      align-items:center;
    }

    .descwrap {
      display:flex;
      flex-flow: row wrap;
      margin: 5px auto;
      justify-content:center;
      align-items:center;
      font-size: 1.2rem;
      width:100%;
    }

    .descp {
      border:2px ridge #0400ff;
      display:flex;
      flex-flow:column;
      max-width:510px;
      min-width: 300px;
      height:420px;
      border-radius:5px;
      margin:auto 10px 5px 10px;
      background-color:rgba(0, 0, 0, 0.658);
    }

    .descti {
      background-color:#0400ff80;
      font-size:1.6rem;
      font-weight:bolder;
      padding:8px;
      border-bottom:2px solid #0400ff;
    }

    .desccon {
      padding:10px;
      overflow-y:scroll;
      text-align:left;
    }

    .descp ul li {
      list-style-type:none;
      text-align:left;
    }

    .imtab {
      background-color:#0400ff80;
      font-size:1.6rem;
      font-weight:bolder;
      padding:5px 10px 10px 10px;
      border:2px solid #0400ff;
      border-radius: 7px 7px 0px 0px;
      width:56%;
      min-width:400px;
    }

    .imcon {
      flex: 0 0 100%;
      display: none;
      border-left: 2px ridge #0400ff;
      border-right: 2px ridge #0400ff;
      border-bottom: 2px ridge #0400ff;
      padding:5px 10px 10px 10px;
      width:56%;
      min-width:400px;
      overflow-y:scroll;
      background-color: rgba(0, 0, 0, 0.658);
  }


  .imcon img {
    image-rendering:optimizeQuality;
    max-width:100%;
    min-width:20%;
    object-fit:contain;
  }

    footer {
      position:relative;
      line-height:1.5em;
      z-index: 222;
      left:-20;
      text-align:left;
    }
    
    
    
    
    
    
    
    
    
        @media only screen and (max-width: 768px) {
      /* For mobile phones: */
      .topbar2 {
        display:none;
      }

      .topbar2:after {
        display:none;
      }

      .mtitle
      {
        display:none;
      }
      
      .topbar3 {
        display:none;
      }

      .bottombar2 {
        display:none;
      }

      .bottombar2:after {
        display:none;
      }

      .bottombar3 {
        display:none;
      }

      .ml1 {
        word-spacing:100%;
      }

      .ml1 a {
        padding: 3px 7px;
        font-size:60%!important;
    }
    
    
    
    .browse {
      width:100%!important;
      padding: 26px 0px 20px 0px;
    }

    .wrapper {
      padding:0px;
    }

    .dtc {
      position: absolute;
      z-index:10;
    }

    .adm {
     flex-direction:column; 
    }

    .dtc2 {
      display:none;
    }


  }





    /*---------------------------------------------------------------------








    /*-----*/




/***
EZ Gallery by netfriend - https://netfriend.neocities.org/ez-gallery/
Released under the Unlicense - https://unlicense.org/
***/

.ezgallery.montage { 
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ezgallery.montage img {
  flex: auto;
  margin: 0 5px 5px 0;
  object-fit: contain;
  object-position: bottom;
}

.ezgallery.horizontal { 
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-auto-rows: minmax(100px, auto);
}

.ezgallery.horizontal a {
  text-align: center;
}

.ezgallery.horizontal img {
  text-align: center;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  object-position: bottom;
}




/*-----*/



/*!
 *     ____  __  ______  __________ _    _____________       ____________ 
 *    / __ \/ / / / __ \/_  __/ __ \ |  / /  _/ ____/ |     / / ____/ __ \
 *   / /_/ / /_/ / / / / / / / / / / | / // // __/  | | /| / / __/ / /_/ /
 *  / ____/ __  / /_/ / / / / /_/ /| |/ // // /___  | |/ |/ / /___/ _, _/
 * /_/   /_/ /_/\____/ /_/  \____/ |___/___/_____/  |__/|__/_____/_/ |_|     
 *
 * photoviewer - v3.6.2
 * A JS plugin to view images just like in Windows
 * https://nzbin.github.io/photoviewer/
 *
 * Copyright (c) 2018 nzbin
 * Released under MIT License
 */

.photoviewer-modal {
  position: absolute;
  z-index: 1090;
  width: 320px;
  height: 320px;
  overflow: visible !important;
  color: #333;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.92);
  border: 1px solid rgb(4, 0, 255);
  border-radius: 6px;
  outline: none;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.32);
}

.photoviewer-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.photoviewer-maximized {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.photoviewer-maximized.photoviewer-modal {
  border-width: 0;
  border-radius: 0;
}

.photoviewer-maximized .photoviewer-header {
  border-radius: 0;
}

.photoviewer-maximized .photoviewer-resizable-handle {
  display: none;
}

.photoviewer-toolbar {
  font-size: 0;
}

.photoviewer-button {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  box-sizing: border-box;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background: none;
  border-width: 0;
  border-radius: 0;
  color: #fff;
  color: inherit;
  cursor: pointer;
  outline: none;
}

.photoviewer-button:hover {
  color: #111;
}

.photoviewer-button:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

.photoviewer-button svg {
  display: inline-block;
  font-size: inherit;
  color: #fff;
  width: 1em;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.photoviewer-header {
  position: relative;
  z-index: 2;
  height: 30px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.photoviewer-header .photoviewer-toolbar {
  float: right;
}

[dir="rtl"] .photoviewer-header .photoviewer-toolbar {
  float: left;
}

.photoviewer-header .photoviewer-button {
  height: 30px;
}

.photoviewer-header .photoviewer-button:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.photoviewer-header .photoviewer-button-close:hover {
  color: #fff;
  background-color: #ff4545;
}

.photoviewer-title {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.photoviewer-stage {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 1;
  border-top: 1px solid rgb(4, 0, 255);
  border-bottom: 1px solid rgb(4, 0, 255);
  background-color: rgb(0, 0, 0);
  overflow: hidden;
}

.photoviewer-stage.stage-ready {
  text-align: center;
  font-size: 0;
}

.photoviewer-stage.stage-ready::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.photoviewer-image {
  position: absolute;
  display: inline-block;
  min-width: auto;
  max-width: none;
}

.photoviewer-image.image-ready {
  position: static;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.photoviewer-footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  text-align: center;
}

.photoviewer-footer .photoviewer-toolbar {
  display: inline-block;
}

.photoviewer-resizable-handle {
  position: absolute;
  z-index: 10;
}

.photoviewer-resizable-handle-e {
  top: 0;
  right: -5px;
  bottom: 0;
  left: auto;
  width: 10px;
  cursor: e-resize;
}

.photoviewer-resizable-handle-s {
  top: auto;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 10px;
  cursor: s-resize;
}

.photoviewer-resizable-handle-w {
  top: 0;
  right: auto;
  bottom: 0;
  left: -5px;
  width: 10px;
  cursor: w-resize;
}

.photoviewer-resizable-handle-n {
  top: -5px;
  right: 0;
  bottom: auto;
  left: 0;
  height: 10px;
  cursor: n-resize;
}

.photoviewer-resizable-handle-se {
  top: auto;
  right: -5px;
  bottom: -5px;
  left: auto;
  width: 10px;
  height: 10px;
  cursor: se-resize;
}

.photoviewer-resizable-handle-sw {
  top: auto;
  right: auto;
  bottom: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  cursor: sw-resize;
}

.photoviewer-resizable-handle-nw {
  top: -5px;
  right: auto;
  bottom: auto;
  left: -5px;
  width: 10px;
  height: 10px;
  cursor: nw-resize;
}

.photoviewer-resizable-handle-ne {
  top: -5px;
  right: -5px;
  bottom: auto;
  left: auto;
  width: 10px;
  height: 10px;
  cursor: ne-resize;
}

:-webkit-full-screen {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
}

:-webkit-full-screen .photoviewer-header,
:-webkit-full-screen .photoviewer-footer,
:-webkit-full-screen .photoviewer-resizable-handle {
  display: none;
}

:-webkit-full-screen .photoviewer-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: black;
}

:-moz-full-screen {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
}

:-moz-full-screen .photoviewer-header,
:-moz-full-screen .photoviewer-footer,
:-moz-full-screen .photoviewer-resizable-handle {
  display: none;
}

:-moz-full-screen .photoviewer-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: black;
}

:-ms-fullscreen {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
}

:-ms-fullscreen .photoviewer-header,
:-ms-fullscreen .photoviewer-footer,
:-ms-fullscreen .photoviewer-resizable-handle {
  display: none;
}

:-ms-fullscreen .photoviewer-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: black;
}

:full-screen {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
}

:full-screen .photoviewer-header,
:full-screen .photoviewer-footer,
:full-screen .photoviewer-resizable-handle {
  display: none;
}

:full-screen .photoviewer-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: black;
}

:-webkit-full-screen {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
}

:-ms-fullscreen {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
}

:fullscreen {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
}

:-webkit-full-screen .photoviewer-header, :-webkit-full-screen .photoviewer-footer, :-webkit-full-screen .photoviewer-resizable-handle {
  display: none;
}

:-ms-fullscreen .photoviewer-header, :-ms-fullscreen .photoviewer-footer, :-ms-fullscreen .photoviewer-resizable-handle {
  display: none;
}

:fullscreen .photoviewer-header,
:fullscreen .photoviewer-footer,
:fullscreen .photoviewer-resizable-handle {
  display: none;
}

:-webkit-full-screen .photoviewer-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: black;
}

:-ms-fullscreen .photoviewer-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: black;
}

:fullscreen .photoviewer-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: black;
}

::-webkit-backdrop {
  background-color: black;
}

::backdrop {
  background-color: black;
}

::-ms-backdrop {
  background-color: black;
}

.is-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.is-grabbing {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.photoviewer-loader {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 2;
  text-align: center;
  color: #333;
}

.photoviewer-loader::before {
  content: '';
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  vertical-align: middle;
  -webkit-animation: photoviewerLoading 1s infinite linear;
  animation: photoviewerLoading 1s infinite linear;
}

.photoviewer-loader::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}

@-webkit-keyframes photoviewerLoading {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}

@keyframes photoviewerLoading {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}
