.proto {
  display: none;
}

.width100 {
  width: 100%;
}

.height100 {
  height: 100%;
}

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

.center-item {
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: inherit;
  border-spacing: 0px;
  place-content: center;
  display: grid;
}

.Button:hover {
  background: white;
  border: 3px solid #912f68;
  color: #912f68 !important;
}

.Button {
  margin: calc( var(--fontSize) / 4);
  z-index: 20;
  background: #e663b6;
  background: -moz-linear-gradient(180deg, #e663b6 0%, #f577c7 50%, #e663b6 100%);
  background: -webkit-linear-gradient(180deg, #e663b6 0%, #f577c7 50%, #e663b6 100%);
  background: linear-gradient(180deg, #e663b6 0%, #f577c7 50%, #e663b6 100%);
  border: 3px solid white;
  text-align: center;
  padding: calc( var(--fontSize) / 4);
  height: calc(var(--fontSize) * 2);
  border-radius: calc(calc( var(--fontSize) / 1) + 15px);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  display: inline-block;
  color: white;
  text-decoration: none;
  font-family: "Fredoka One", cursive;
  font-size: var(--fontSize);
}

/*
<a class="vaporwave button">
    <div>
        <span>I am text</span>
    </div>
</a>
*/
.vaporwave.button {
  color: white;
  padding: 10px;
  text-decoration: none;
  font-family: "Fredoka One", cursive;
  font-size: calc( var(--fontSize) / 2);
}
.vaporwave.button :hover {
  color: #912f68;
}
.vaporwave.button div {
  background: #e663b6;
  background: -moz-linear-gradient(180deg, #e663b6 0%, #f577c7 50%, #e663b6 100%);
  background: -webkit-linear-gradient(180deg, #e663b6 0%, #f577c7 50%, #e663b6 100%);
  background: linear-gradient(180deg, #e663b6 0%, #f577c7 50%, #e663b6 100%);
  border: 3px solid white;
  text-align: center;
  padding: 15px;
  border-radius: calc(calc( var(--fontSize) / 2) + 15px);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
}
.vaporwave.button div span {
  padding: 15px;
}
.vaporwave.button div:hover {
  background: white !important;
  border: 3px solid #912f68 !important;
}

::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f0639b;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a12f5c;
}

.fill-page {
  display: table;
  height: 100%;
  width: 100%;
}
.fill-page > div:first-child {
  display: table-row;
  width: 100%;
  height: 0;
}
.fill-page > div:nth-child(2) {
  height: 100%;
}

.proto {
  display: none;
}

.width100 {
  width: 100%;
}

.height100 {
  height: 100%;
}

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

.center-item {
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: inherit;
  border-spacing: 0px;
  place-content: center;
  display: grid;
}

.Button:hover {
  background: white;
  border: 3px solid #912f68;
  color: #912f68 !important;
}

.Button {
  margin: calc( var(--fontSize) / 4);
  z-index: 20;
  background: #ffa620;
  background: -moz-linear-gradient(180deg, #ffa620 0%, #ffcb5a 50%, #ffa620 100%);
  background: -webkit-linear-gradient(180deg, #ffa620 0%, #ffcb5a 50%, #ffa620 100%);
  background: linear-gradient(180deg, #ffa620 0%, #ffcb5a 50%, #ffa620 100%);
  border: 3px solid white;
  text-align: center;
  padding: calc( var(--fontSize) / 4);
  height: calc(var(--fontSize) * 2);
  border-radius: calc(calc( var(--fontSize) / 1) + 15px);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  display: inline-block;
  color: white;
  text-decoration: none;
  font-family: "Fredoka One", cursive;
  font-size: var(--fontSize);
}

/*
<a class="vaporwave button">
    <div>
        <span>I am text</span>
    </div>
</a>
*/
.vaporwave.button {
  color: white;
  padding: 10px;
  text-decoration: none;
  font-family: "Fredoka One", cursive;
  font-size: calc( var(--fontSize) / 2);
}

.vaporwave.button :hover {
  color: #915b2f;
}

.vaporwave.button div {
  background: #ffa620;
  background: -moz-linear-gradient(180deg, #ffa620 0%, #ffcb5a 50%, #ffa620 100%);
  background: -webkit-linear-gradient(180deg, #ffa620 0%, #ffcb5a 50%, #ffa620 100%);
  background: linear-gradient(180deg, #ffa620 0%, #ffcb5a 50%, #ffa620 100%);
  border: 3px solid white;
  text-align: center;
  padding: 15px;
  border-radius: calc(calc( var(--fontSize) / 2) + 15px);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
}

.vaporwave.button div span {
  padding: 15px;
}

.vaporwave.button div:hover {
  background: white !important;
  border: 3px solid #915b2f !important;
}

::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(219, 150, 20);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #915b2f;
}

.fill-page {
  display: table;
  height: 100%;
  width: 100%;
}

.fill-page > div:first-child {
  display: table-row;
  width: 100%;
  height: 0;
}

.fill-page > div:nth-child(2) {
  height: 100%;
}

#login {
  display: flex;
  width: 100%;
  justify-content: center;
  text-decoration: none;
}
#login .button {
  font-size: calc( var(--fontSize) * 1) !important;
}
#login a > div {
  top: 80%;
  transform: translate(-50%, 0%);
  border: 3px solid white;
  text-align: center;
  padding: calc( var(--fontSize) / 4);
  height: calc(var(--fontSize) * 2);
  border-radius: calc(calc( var(--fontSize) / 1) + 15px);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  position: absolute;
  color: white;
  text-decoration: none;
  font-family: "Fredoka One", cursive;
  display: flex;
}
#login a > div:hover {
  background: white;
  border: 3px solid #915b2f;
  color: #915b2f !important;
}

.vaporwave-tiles {
  z-index: -3;
  top: 5%;
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: fixed;
  image-rendering: pixelated;
  transform: matrix3d(2, 0, 0, 0, 0, 0.84, 0.91, -0.005, 0, -0.91, 0.42, 0, 0, 0, 2, 1);
}
.vaporwave-tiles img {
  image-rendering: pixelated;
  height: 100%;
  width: 100%;
  z-index: -3;
}

body {
  background: #ffdea1;
  background: -moz-linear-gradient(180deg, #ffdea1 0%, #fcf1d7 50%);
  background: -webkit-linear-gradient(180deg, #ffdea1 0%, #fcf1d7 50%);
  background: linear-gradient(180deg, #ffdea1 0%, #fcf1d7 50%);
  margin: 0;
  overflow: hidden;
}

#GradientOverlay {
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  background-image: -moz-linear-gradient(180deg, #ffe590 0%, #fcf1d7 51%, rgba(252, 241, 215, 0) 67%);
  background-image: -webkit-linear-gradient(180deg, #ffe590 0%, #fcf1d7 51%, rgba(252, 241, 215, 0) 67%);
  background-image: linear-gradient(180deg, #ffe590 0%, #fcf1d7 51%, rgba(252, 241, 215, 0) 67%);
}

#errorLine {
  width: 100%;
  z-index: 20;
  position: absolute;
  top: 25%;
  text-align: center;
  color: red;
  font-size: calc( var(--fontSize) / 1);
  font-family: "Fredoka One", cursive;
}

.announcement {
  --color-theme: hsl(0deg 76% 44%);
  --base-factor: calc(15px + 0.15vw);
  position: absolute;
  color: #ff0000;
  font-size: calc(var(--base-factor) * 1.2);
  font-family: "Fredoka One";
  margin: calc(2.5vw - calc(var( --lineThickness) * 2));
  border: calc(var( --lineThickness) * 1) solid var(--color-theme);
  border-radius: calc(var( --lineThickness) * 4);
  background-color: #ffffffe3;
  padding: calc(var( --base-factor) * 1);
  padding-right: calc(var( --base-factor) * 2);
  z-index: 999;
  word-break: break-word;
  width: -webkit-fill-available;
}
.announcement > i:first-child {
  padding-right: calc(var(--base-factor) / 2);
}
.announcement > i {
  font-size: calc(var(--base-factor) * 1.5);
  color: red;
}
.announcement .close:hover {
  filter: saturate(0.5) hue-rotate(20deg) brightness(0.9);
}
.announcement .close {
  top: 0;
  right: calc(var(--base-factor) * 0.5);
  position: absolute;
  font-size: calc(var(--base-factor) * 2);
  cursor: pointer;
}
.announcement a {
  text-decoration: none;
  color: inherit;
  filter: aqua brightness(0.5);
  border-bottom: 3px solid;
}
.announcement span.inverted {
  text-decoration: none;
  color: inherit;
  filter: aqua brightness(0.5);
}

.template {
  display: none;
}

.content-box {
  background-color: #ffffffcf;
  position: absolute;
  border: var(--lineThickness) solid #ce7a0d;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  height: fit-content;
  left: 50%;
  margin-right: -50%;
  position: absolute;
  margin-top: 2vh;
  width: clamp(50%, calc(50vw + 100px), 100vw);
  transform: translate(-50%, 0%);
}

.log {
  border: var(--lineThickness) solid #ce7a0d;
  border-left: none;
  border-right: none;
  height: 50vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.Button.purge {
  padding: unset !important;
  width: -webkit-fill-available;
  width: unset !important;
  filter: hue-rotate(45deg);
}

.content-box .tag {
  color: #ce7a0d;
  font-family: "Fredoka One", cursive;
  font-weight: lighter;
  font-size: calc( 15px + 0.25vw);
  text-align: left;
}

.tags {
  padding: 20px;
}

.center-w-flex {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
}

.vaporwave.banner {
  z-index: 100;
  flex-flow: wrap;
  width: 100%;
  border-bottom: 3px solid white;
  display: flex;
  background: #ffc74f;
  background: -moz-linear-gradient(180deg, #ffc74f 0%, #ffe590 100%);
  background: -webkit-linear-gradient(180deg, #ffc74f 0%, #ffe590 100%);
  background: linear-gradient(180deg, #ffc74f 0%, #ffe590 100%);
}
.vaporwave.banner div.buttons {
  height: unset !important;
  width: unset !important;
  color: white;
}
.vaporwave.banner div.buttons a {
  color: white;
  padding: 10px;
  text-decoration: none;
  font-family: "Fredoka One", cursive;
  font-size: calc( var(--fontSize) / 2);
}
.vaporwave.banner div.buttons a :hover {
  color: #915e2f;
}
.vaporwave.banner div.buttons a div {
  background: #e663b6;
  background: -moz-linear-gradient(180deg, #e663b6 0%, #f577c7 50%, #e663b6 100%);
  background: -webkit-linear-gradient(180deg, #e663b6 0%, #f577c7 50%, #e663b6 100%);
  background: linear-gradient(180deg, #e663b6 0%, #f577c7 50%, #e663b6 100%);
  border: 3px solid white;
  text-align: center;
  padding: 15px;
  border-radius: calc(calc( var(--fontSize) / 2) + 15px);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
}
.vaporwave.banner div.buttons a div span {
  padding: 15px;
}
.vaporwave.banner div.buttons a div:hover {
  background: white !important;
  border: 3px solid #912f68 !important;
  color: #912f68 !important;
}

#siivagunner-logo {
  text-align: center;
  font-size: 10vh;
  font-family: "Roundhand-Regular";
  color: white;
  margin-left: 15px;
}
#siivagunner-logo a {
  place-items: baseline;
  display: flex;
  text-decoration: none;
  color: white !important;
  line-height: unset;
  flex-wrap: wrap;
  justify-content: space-around;
}
#siivagunner-logo a span:nth-child(2) {
  margin-left: 10px;
  white-space: nowrap;
  font-size: 5vh;
}

@media only screen and (max-width: 1215px) {
  .vaporwave.banner {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1216px) {
  .vaporwave.banner {
    justify-content: space-between;
  }
}
#search {
  height: 75px;
  width: 100%;
  display: grid;
  place-content: center;
}
#search > div {
  display: flex;
  padding: calc(var(--dashboard-constant) * 2);
  border-radius: 25px;
  background-color: white;
  border: var(--dashboard-constant) solid #f0639b;
  color: #f0639b;
  font-size: calc(var(--dashboard-constant) * 4);
}
#search input {
  border: none;
  stroke: none;
  outline: none;
  font-family: "Fredoka One", cursive;
  color: inherit;
  font-size: inherit;
}
#search .search-icon {
  place-content: center;
  display: grid;
}

.Tape {
  z-index: 50;
  top: 50%;
  left: 50%;
  position: absolute;
  transform-style: preserve-3d;
  transform: translateZ(-50px);
}
.Tape div.Side {
  position: absolute;
  z-index: 11;
}
.Tape div.Side img {
  width: 100%;
  height: 100%;
}

#footer {
  border-top: white 4px solid;
  font-size: 3vh;
  text-decoration: none;
  font-family: "Fredoka One", cursive;
  color: white;
  background: #eba015;
  background: -moz-linear-gradient(180deg, #eba015 0%, #ffbf47 50%, #eba015 100%);
  background: -webkit-linear-gradient(180deg, #eba015 0%, #ffbf47 50%, #eba015 100%);
  background: linear-gradient(180deg, #eba015 0%, #ffbf47 50%, #eba015 100%);
  justify-content: center;
  height: 5%;
  top: 95%;
  position: fixed;
  width: 100%;
  display: flex;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a .footer-button {
  cursor: pointer;
  padding: 0 2vw 0 2vw;
  border-left: 0.25vw transparent solid;
  border-right: 0.25vw transparent solid;
  height: 100%;
}
#footer a .footer-button:hover {
  color: #352400;
  background: #91562f;
  background: -moz-linear-gradient(0deg, #91562f 0%, #e78a34 50%, #91562f 100%);
  background: -webkit-linear-gradient(0deg, #91562f 0%, #e78a34 50%, #91562f 100%);
  background: linear-gradient(0deg, #91562f 0%, #e78a34 50%, #91562f 100%);
  border-left: 0.25vw #352400 solid;
  border-right: 0.25vw #352400 solid;
}

#hiddenBlog {
  display: none;
}

:root {
  --vwPadder: 4vw;
  --buttonHeight: 8vh;
  --fontSize: 4vh;
  --fontSizeW: 4vw;
  --lineThickness: 0.35vw;
  --AudioContainer: 10vh;
  --AudioPlayerPalette: #68d3e7;
  --AudioPlayerPaletteD: #0d7c91;
  --VideoContainer: 2vw;
  --siiva-pink: #e9be00;
}

#DropzoneMainUpload {
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  top: 75%;
  z-index: 75;
}

#dropMain {
  display: inline-block;
  padding: calc( var(--fontSize) / 2);
  border: var(--lineThickness) solid var(--siiva-pink);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
}
#dropMain #dropTop {
  text-align: center;
  padding: calc(var(--lineThickness) * 4);
  color: var(--siiva-pink);
  text-decoration: none;
  font-family: "Fredoka One", cursive;
  font-size: var(--fontSize);
  border-bottom: var(--lineThickness) solid var(--siiva-pink);
  border-radius: 20px;
}
#dropMain #myuploads {
  display: block;
}
#dropMain #myuploads #template {
  display: none;
}
#dropMain #myuploads .dropzone-item {
  padding-top: calc( var(--lineThickness) * 1.5);
  text-align: center;
}
#dropMain #myuploads .dropzone-item a {
  text-decoration: none;
}
#dropMain #myuploads .dropzone-item .column .dropzone-error {
  font-size: calc( var(--fontSize) / 1.5);
  color: red;
  font-family: "Fredoka One", cursive;
}

.funny {
  font-size: calc( var(--fontSize) / 1.5);
  color: var(--siiva-pink);
  font-family: "Fredoka One", cursive;
}

.image-preview {
  border: var(--lineThickness) solid #f0639b;
  border-radius: var(--lineThickness);
  object-fit: scale-down;
}

.width-scale {
  max-width: calc(400px + 15vw);
}
.width-scale > img {
  width: 100%;
}

.width-scale {
  max-height: calc(300px + 15vh);
}
.width-scale > img {
  height: 100%;
}

#fileFlex {
  display: flex;
  width: 100%;
  height: 100%;
  flex-basis: auto;
}
#fileFlex > div {
  display: grid;
  align-content: center;
}
#fileFlex > #fileSlice {
  flex-grow: 3;
  z-index: 20;
  margin-left: 5%;
}
#fileFlex > #fileSlice > .fileContainer {
  position: relative;
  width: 100%;
  border: var(--lineThickness) solid #f0639b;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}
#fileFlex > #fileSlice > .fileContainer > .title {
  border-bottom: var(--lineThickness) solid #f0639b;
  padding: 10px;
  color: #f0639b;
  font-family: "Fredoka One", cursive;
  font-weight: lighter;
  font-size: calc( 2vw * 1.5);
  text-align: center;
}
#fileFlex > #fileSlice > .fileContainer .info > .tag {
  color: #cf2b6c;
  font-family: "Fredoka One", cursive;
  font-weight: lighter;
  font-size: calc( 15px + 0.25vw);
  text-align: left;
}
#fileFlex > #fileSlice > .fileContainer .info > .tag > span {
  color: #f0639b;
  font-size: calc(calc( 15px + 0.25vw) * 0.8);
}
#fileFlex > #fileSlice > .fileContainer > .preview {
  border-bottom: calc( var(--lineThickness) / 1.5) solid #f0639b;
}
#fileFlex > #fileSlice > .fileContainer > .preview > .inner {
  justify-content: center;
  text-align: center;
  padding: calc( var(--fontSize) / 2);
  font-family: "ABeeZee", sans-serif;
  font-size: calc( var(--fontSize) / 1.1);
  color: red;
  display: flex;
  align-items: center;
  overflow-wrap: normal;
}
#fileFlex > #fileSlice > .fileContainer > .download {
  place-content: center;
  display: grid;
}
#fileFlex > #fileSlice > .fileContainer > .download > a > .Button > span.smaller {
  font-size: calc( var(--fontSize) / 2);
}
#fileFlex > #fileSlice > .fileContainer .replace {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 30px;
  color: var(--siiva-pink);
  transition: color 0.1s;
  cursor: pointer;
}
#fileFlex > #fileSlice > .fileContainer .replace:hover {
  color: #912f68;
}
#fileFlex > #imageSlice {
  flex-grow: 1;
  z-index: 10;
  margin-left: -15%;
  margin-right: -10%;
}
#fileFlex > #imageSlice > #siiva {
  width: 30vw;
  filter: drop-shadow(10px 0px 10px black);
}

.embedLocation {
  display: flex;
  justify-content: center;
  width: 100%;
}

/*Legacy preview code i cant be arsed to fix*/
#videoPlayBarOuterContainer {
  width: 100%;
  align-items: center;
  display: flex;
}

#videoTimeStamp {
  color: var(--AudioPlayerPalette);
  font-size: calc(var(--VideoContainer) / 2);
  filter: drop-shadow(0px 0px 5px #1b7687);
  font-family: "ABeeZee", sans-serif;
  margin-right: calc(var(--lineThickness) * 2);
}

#videoPlayBar {
  width: 100%;
  border: 2px var(--AudioPlayerPaletteD) solid;
}

#epic {
  align-items: center;
  display: flex;
  padding-left: var(--lineThickness);
  padding-right: var(--lineThickness);
}

#videoCaret {
  height: calc(calc(var(--VideoContainer) / 2.5) - calc(var(--lineThickness) / 2)) !important;
  width: calc(calc(var(--VideoContainer) / 2.5) - calc(var(--lineThickness) / 2)) !important;
  border: calc(var(--lineThickness) / 1) var(--AudioPlayerPalette) solid !important;
  background: #1896ad;
  border-radius: 50%;
  position: relative;
}

#VolumeBarVideoLine {
  width: 3.5vw;
  border: 2px var(--AudioPlayerPaletteD) solid;
}

#VolumeBarVideoMarker {
  height: calc(calc(var(--VideoContainer) / 2) - calc(var(--lineThickness) / 3.5));
  width: var(--lineThickness);
  background: var(--AudioPlayerPalette);
  filter: drop-shadow(0px 0px 5px #1b7687);
}

#volumeBarOuterContainer {
  align-items: center;
  display: flex;
}

.FullscreenVideo {
  filter: drop-shadow(0px 0px 5px #1b7687);
}

.VolumeVideo {
  filter: drop-shadow(0px 0px 5px #1b7687);
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.videoPlaying {
  border: calc(calc(var(--VideoContainer) / 2) - calc(var(--lineThickness) / 1)) solid var(--AudioPlayerPalette) !important;
  margin-left: calc(var(--lineThickness) / 1.1) !important;
  margin-top: calc(var(--lineThickness) / 8.35) !important;
}

.volumeMuted > div > img.VolumeVideo:nth-child(2) {
  display: none;
}

.volumeUnMuted > div > img.VolumeVideo:first-child {
  display: none;
}

.VolumeVideo {
  padding-right: calc(var(--lineThickness) / 1);
}

#fullMyScreen {
  padding-left: var(--lineThickness);
  padding-right: var(--lineThickness);
  border-left: solid var(--lineThickness) var(--AudioPlayerPalette);
}

#volumeButtonVideo {
  display: flex;
  padding: calc(var(--VideoContainer) / 8);
  border-right: var(--lineThickness) solid var(--AudioPlayerPalette);
}

#playButtonContainer {
  width: var(--VideoContainer);
  height: var(--VideoContainer);
  background: #0fb2dd;
  background: radial-gradient(circle, #0fb2dd 0%, #0fb2dd 50%, #1896ad 100%);
  border-right: var(--lineThickness) solid var(--AudioPlayerPalette);
}

#playButtonVideo {
  cursor: pointer;
  width: 0;
  height: 0;
  border-top: calc(calc(var(--VideoContainer) / 2) - calc(var(--lineThickness) / 2)) solid transparent;
  border-bottom: calc(calc(var(--VideoContainer) / 2) - calc(var(--lineThickness) / 2)) solid transparent;
  border-right: 0 solid transparent;
  border-left: calc( calc(calc(var(--VideoContainer) / 2) - calc(var(--lineThickness) / 2)) / 0.75) solid var(--AudioPlayerPalette);
  transition: border 0.5s, margin 0.5s, filter 0.2s;
  margin-left: calc(var(--VideoContainer) / 4);
  filter: drop-shadow(0px 0px 5px #1b7687);
}

.previewable {
  transition: filter 0.2s;
  cursor: pointer;
}

.previewable:hover {
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.2)) !important;
}

#videoPlayerContainer {
  border: var(--lineThickness) solid var(--AudioPlayerPalette);
  border-radius: var(--lineThickness);
}

#videoPreviewPlayer {
  height: 20vw;
}

#playbarMain {
  display: flex;
  height: var(--VideoContainer);
  width: 100%;
  border-top: var(--lineThickness) solid var(--AudioPlayerPalette);
  background: #1896ad;
  background: linear-gradient(0deg, #1896ad 0%, #0fb2dd 35%, #0fb2dd 65%, #1896ad 100%);
}

.audioBar {
  pointer-events: none;
  width: 0.3vw;
  height: 8vh;
  background: #68d3e7;
  background: linear-gradient(90deg, #68d3e7 0%, #68d3e7 50%, #1b7687 100%);
  -webkit-box-shadow: 0px 0px 2px 2px #1b7687;
  -moz-box-shadow: 0px 0px 2px 2px #1b7687;
  box-shadow: 0px 0px 2px 2px #1b7687;
  transition: height 1s;
}

#fileImagePreview {
  object-fit: scale-down;
  border: var(--lineThickness) solid #f0639b;
  border-radius: var(--lineThickness);
}

#audioOverlay {
  pointer-events: none;
  height: var(--AudioContainer);
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1993172269) 50%, rgba(0, 0, 0, 0) 100%);
}

#audioPreviewPlayer {
  display: none;
}

#playButtonAudio {
  width: 0;
  height: 0;
  border-top: calc( calc( var(--AudioContainer) / 2.5) - 1vh) solid transparent;
  border-bottom: calc( calc( var(--AudioContainer) / 2.5) - 1vh) solid transparent;
  border-right: 0 solid transparent;
  border-left: calc( calc( calc( var(--AudioContainer) / 2.5) - 1vh) / 0.75) solid var(--AudioPlayerPalette);
  transition: border 0.5s, margin 0.5s;
  margin-left: calc(var(--AudioContainer) / 3);
  filter: drop-shadow(0px 0px 5px #1b7687);
}

.playButtonPause {
  border: calc( calc( var(--AudioContainer) / 2.5) - 1vh) solid var(--AudioPlayerPalette) !important;
  margin-left: calc(var(--AudioContainer) / 5.25) !important;
}

#audioBox {
  height: var(--AudioContainer);
  border: var(--lineThickness) var(--AudioPlayerPalette) solid;
  border-radius: 50%;
  cursor: pointer;
  width: var(--AudioContainer);
  background: #0fb2dd;
  background: radial-gradient(circle, #0fb2dd 0%, #0fb2dd 50%, #1896ad 100%);
  filter: drop-shadow(0px 0px 5px #1b7687);
}

#audioWaveForm {
  display: flex;
  justify-content: center;
  align-items: center;
}

#audioProgress {
  margin-left: calc(var(--lineThickness) / 1);
  border-left: var(--lineThickness) #065563 solid;
  padding: calc(var(--lineThickness) / 1);
  display: inline-block;
  border-top: calc(var(--lineThickness) /1.2) solid #065563;
  border-right: calc(var(--lineThickness) /1.2) solid #065563;
  font-family: "ABeeZee", sans-serif;
  font-size: 2vh;
  color: white;
  background: #1896ad;
  background: linear-gradient(0deg, #1896ad 0%, #0fb2dd 35%, #0fb2dd 65%, #1896ad 100%);
}

#audioWaveForm {
  padding-top: var(--lineThickness);
  padding-bottom: var(--lineThickness);
  padding-left: 1px !important;
  padding-right: 1px !important;
  background: #1896ad;
  background: linear-gradient(0deg, #1896ad 0%, #0fb2dd 35%, #0fb2dd 65%, #1896ad 100%);
  border-left: var(--lineThickness) #065563 solid;
}

#audioContainer {
  opacity: 1;
  display: flex;
  /* transition: opacity 0.5s; */
  border: calc(var(--lineThickness) * 1.25) solid #065563;
  background: var(--AudioPlayerPaletteD);
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.audioContainerinactive:hover {
  opacity: 1;
}

.audioContainerinactive {
  opacity: 0.8;
}

#filePreview {
  border-bottom: calc( var(--lineThickness) / 1.5) solid #f0639b;
}

#filePreviewText {
  padding: calc( var(--fontSize) / 2);
  font-family: "ABeeZee", sans-serif;
  font-size: calc( var(--fontSize) / 1.1);
  color: red;
}

#Filespan {
  font-size: calc( var(--fontSize) / 2);
}

.GenericButtonDesign:hover {
  background: white;
  border: 3px solid #912f68;
  color: #912f68 !important;
}

.GenericButtonDesign:hover > tbody > tr > td > span {
  color: #912f68 !important;
}

.GenericButtonDesign {
  margin: calc( var(--fontSize) / 4);
  z-index: 20;
  background: #e663b6;
  background: -moz-linear-gradient(180deg, #e663b6 0%, #f577c7 50%, #e663b6 100%);
  background: -webkit-linear-gradient(180deg, #e663b6 0%, #f577c7 50%, #e663b6 100%);
  background: linear-gradient(180deg, #e663b6 0%, #f577c7 50%, #e663b6 100%);
  border: 3px solid white;
  text-align: center;
  padding: calc( var(--fontSize) / 4);
  height: calc(var(--fontSize) * 2);
  border-radius: calc(calc( var(--fontSize) / 1) + 15px);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  display: inline-block;
  color: white;
  text-decoration: none;
  font-family: "Fredoka One", cursive;
  font-size: var(--fontSize);
}

#mainFlex {
  display: flex;
  width: 100%;
  height: 100%;
}

#fileContainerTop {
  border-bottom: var(--lineThickness) solid #f0639b;
  padding: 10px;
  color: #f0639b;
  font-family: "Fredoka One", cursive;
  font-weight: lighter;
  font-size: calc( 2vw * 1.5);
}

#mylittlefilecontainer {
  padding-bottom: calc( var(--fontSize) /2);
  width: 100%;
  border: var(--lineThickness) solid #f0639b;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

#fileSplice {
  flex-grow: 3;
  z-index: 20;
  margin-left: 5%;
  margin-top: 5%;
}

#imageSplice {
  flex-grow: 1;
  z-index: 10;
  margin-left: -15%;
  margin-right: -10%;
}

#siiva {
  width: 30vw;
  filter: drop-shadow(10px 0px 10px black);
}

#seeker {
  margin-left: var(--lineThickness);
}

.CenterTable {
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: inherit;
  border-spacing: 0px;
}

.CenterTable > tbody > tr {
  vertical-align: middle;
  text-align: center;
}

.volumeSlider {
  /* display: flex; */
  border: calc(var(--lineThickness) * 1.25) solid #065563;
  background: var(--AudioPlayerPaletteD);
  border-left: none;
  width: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sliderBottom {
  height: 20px;
  border-top: calc(var(--lineThickness) * 1.25) solid #065563;
}

.sliderTop {
  position: relative;
  height: 100%;
}

.audioVolumeMarker {
  height: 100%;
  width: 5px;
  background-color: #1896ad;
  margin-left: 7.5px;
}

.audioVolumeLine {
  position: absolute;
  background-color: #00c1e5;
  height: 5px;
  width: 20px;
  top: 0px;
}

#fileDashboard {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

#headerPadding {
  flex-basis: auto;
  opacity: 0.01;
  width: 100%;
}

#mainDashboard {
  overflow-y: scroll;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
  justify-content: space-evenly;
}

#mainFlex {
  flex-basis: auto;
}

#dashboardTitle {
  flex-basis: auto;
  z-index: 10;
  font-family: "Fredoka One", cursive;
  font-size: calc( var(--fontSize) * 2);
  color: white;
  text-align: center;
}

#template {
  display: none !important;
}

:root {
  --dashboard-constant: calc(3px + 0.10vw);
}

.danger {
  --siiva-pink: red;
}
.danger img {
  filter: invert(19%) sepia(91%) saturate(4939%) hue-rotate(355deg) brightness(98%) contrast(123%);
}
.danger .buttons div {
  filter: hue-rotate(45deg);
}

.dashboardItem {
  width: calc(var(--dashboard-constant) * 45);
  margin: calc(var(--dashboard-constant) * 2);
  height: calc(var(--dashboard-constant) * 65);
  border: var(--dashboard-constant) solid var(--siiva-pink);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
}
.dashboardItem a {
  text-decoration: none;
}
.dashboardItem a .header {
  padding-left: var(--dashboard-constant);
  padding-right: var(--dashboard-constant);
  color: var(--siiva-pink);
  font-family: "Fredoka One", cursive;
  font-size: calc(var(--dashboard-constant) * 4);
  word-wrap: break-word;
  border-bottom: var(--dashboard-constant) solid var(--siiva-pink);
  text-align: center;
  display: grid;
  place-content: center;
}
.dashboardItem a .header span {
  word-break: break-all;
  text-decoration: none;
}
.dashboardItem .buttons {
  display: flex;
  border-bottom: var(--dashboard-constant) solid var(--siiva-pink);
  justify-content: space-evenly;
}
.dashboardItem .buttons div {
  cursor: pointer;
  margin: calc(var(--dashboard-constant) * 2);
  z-index: 20;
  background: #e663b6;
  background: -moz-linear-gradient(180deg, #e663b6 0%, #f577c7 50%, #e663b6 100%);
  background: -webkit-linear-gradient(180deg, #e663b6 0%, #f577c7 50%, #e663b6 100%);
  background: linear-gradient(180deg, #e663b6 0%, #f577c7 50%, #e663b6 100%);
  border: 3px solid white;
  text-align: center;
  padding: calc(var(--dashboard-constant) * 2);
  height: calc(var(--dashboard-constant) * 3);
  border-radius: calc( calc(var(--dashboard-constant) * 2) + 15px);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  display: inline-block;
  color: white;
  text-decoration: none;
  font-family: "Fredoka One", cursive;
  font-size: calc(var(--dashboard-constant) * 3);
}
.dashboardItem .image {
  height: 100%;
  padding: calc(var(--dashboard-constant) * 2);
}
.dashboardItem .image img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}
.dashboardItem .archive {
  font-size: 30px;
  position: relative;
  left: 10px;
  bottom: 40px;
  color: var(--siiva-pink);
}
.dashboardItem .archive > i {
  cursor: pointer;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-7-23 23:9:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.slide-out-right {
  -webkit-animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
}
#modal-replace {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100vh);
  z-index: 7777;
  transition: transform 0.5s;
}
#modal-replace.active {
  transform: translate(-50%, -50%);
}

#darken {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  background-color: #000000FF;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
#darken.active {
  opacity: 0.35;
  pointer-events: all;
}

.modal .close:hover {
  filter: saturate(0.5) hue-rotate(20deg) brightness(0.9);
}
.modal .close {
  color: red;
  top: 8px;
  right: 12px;
  position: absolute;
  font-size: 24px;
  cursor: pointer;
}