.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  position: relative;
  width: 525px;
  left: 25%;
  top: -2px;
  left: -2px;
  background: #d3d3d3;
  outline: none;
  opacity: 1.0;
  /*-webkit-transition: .2s;
  transition: opacity .2s;*/
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  /*background: #04AA6D;*/
  background: var(--accent);
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

#sliderBox
{
  position: relative;
  /*transform: translate(-50%,-50%);
  top: 50%;
  left: 50%; */
  margin: auto;
  width: 525px;
  background-color: darkgray;
  height: 25px;
  outline-style: solid;
  outline-width: 1px;
  outline-color: white;
  outline-offset: 2px;
}


#spellSliderBox
{
  position: absolute;
  width: 40%;
  height: 23%;
  left: 5%;
  top: 35%;
  /*background-color: var(--panel);*/
  color: var(--secondaryTextColor);
  background-color: var(--panel);
  border-width: 2px;
  border-style: solid;
  border-color: white;
  position: fixed;
}


.blink 
{
  display: inline-block;
  animation: blink-animation 1.5s steps(2, start) infinite;
  /*-webkit-animation: blink-animation 1s steps(5, start) infinite;*/
}

@keyframes blink-animation 
{
  to 
  {
    visibility: hidden;
  }
}

/*@-webkit-keyframes blink-animation
{
  to
  {
    visibility: hidden;
  }
}*/

/*#spellLearnSelectedPercentage
{
  background-color: green;
  display: inline-block;
  position: relative;
}*/

#buttonBox
{
  display: inline-block;
  position: relative;

  transform: translate(-50%,0);

  transform: translate(-65px);
  left: 50%;
}

#spellLearnName
{
  text-align: center;
}

.infoIcon
{
  width: 13px;
  height: 13px;

}

a {
  display: inline-block;
  flex: 1;
  text-decoration: none;
  outline: none;
  color: white;
}

a:hover
{
  color: #303841;
}

#tooltipBox
{
  position: absolute;
  width: 150px;
  display: inline-block;
  background-color: var(--hoverBackground);
  color: var(--hoverTextColor);
  font-size: 8pt;
  opacity: 0;
  /*border-style: solid;
  border-width: 1px;
  border-color: black;*/
  z-index: 100;
  pointer-events: none;
}

#tooltipBox2
{
  position: absolute;
  width: 150px;
  display: inline-block;
  background-color: var(--hoverBackground);
  color: var(--hoverTextColor);
  font-size: 8pt;
  opacity: 0;
  /*border-style: solid;
  border-width: 1px;
  border-color: black;*/
  z-index: 100;
  pointer-events: none;
}

.skillListTextBox
{
  display: inline-block;
  height: 15px;
}

.crt::before {
  content: " ";
  display: block;
  /*position: absolute;*/
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 1000;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
  position: fixed;

  text-shadow: 1px 0 1px rgba(0,30,255,0.5), -1px 0 1px rgba(255,0,80,0.3), 0 0 3px;
}

/*
.crt {
  animation: textShadow 1.6s infinite;
}
*/

.crt
{
  /*text-shadow: 0.1px 0 1px rgba(0,30,255,0.5), -0.1px 0 1px rgba(255,0,80,0.3), 0 0 3px;*/
  filter: brightness(1.125);
  z-index: 10;
}

@keyframes textShadow {
  0% {
    text-shadow: 0.4389924193300864px 0 1px rgba(0,30,255,0.5), -0.4389924193300864px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  5% {
    text-shadow: 2.7928974010788217px 0 1px rgba(0,30,255,0.5), -2.7928974010788217px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  10% {
    text-shadow: 0.02956275843481219px 0 1px rgba(0,30,255,0.5), -0.02956275843481219px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  15% {
    text-shadow: 0.40218538552878136px 0 1px rgba(0,30,255,0.5), -0.40218538552878136px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  20% {
    text-shadow: 3.4794037899852017px 0 1px rgba(0,30,255,0.5), -3.4794037899852017px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  25% {
    text-shadow: 1.6125630401149584px 0 1px rgba(0,30,255,0.5), -1.6125630401149584px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  30% {
    text-shadow: 0.7015590085143956px 0 1px rgba(0,30,255,0.5), -0.7015590085143956px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  35% {
    text-shadow: 3.896914047650351px 0 1px rgba(0,30,255,0.5), -3.896914047650351px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  40% {
    text-shadow: 3.870905614848819px 0 1px rgba(0,30,255,0.5), -3.870905614848819px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  45% {
    text-shadow: 2.231056963361899px 0 1px rgba(0,30,255,0.5), -2.231056963361899px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  50% {
    text-shadow: 0.08084290417898504px 0 1px rgba(0,30,255,0.5), -0.08084290417898504px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  55% {
    text-shadow: 2.3758461067427543px 0 1px rgba(0,30,255,0.5), -2.3758461067427543px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  60% {
    text-shadow: 2.202193051050636px 0 1px rgba(0,30,255,0.5), -2.202193051050636px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  65% {
    text-shadow: 2.8638780614874975px 0 1px rgba(0,30,255,0.5), -2.8638780614874975px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  70% {
    text-shadow: 0.48874025155497314px 0 1px rgba(0,30,255,0.5), -0.48874025155497314px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  75% {
    text-shadow: 1.8948491305757957px 0 1px rgba(0,30,255,0.5), -1.8948491305757957px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  80% {
    text-shadow: 0.0833037308038857px 0 1px rgba(0,30,255,0.5), -0.0833037308038857px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  85% {
    text-shadow: 0.09769827255241735px 0 1px rgba(0,30,255,0.5), -0.09769827255241735px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  90% {
    text-shadow: 3.443339761481782px 0 1px rgba(0,30,255,0.5), -3.443339761481782px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  95% {
    text-shadow: 2.1841838852799786px 0 1px rgba(0,30,255,0.5), -2.1841838852799786px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
  100% {
    text-shadow: 2.6208764473832513px 0 1px rgba(0,30,255,0.5), -2.6208764473832513px 0 1px rgba(255,0,80,0.3), 0 0 3px;
  }
}

#optionsMenu
{
  /*background-color: #353535;
  color: white;

  position: relative;
  top: 25%;
  left: 650px;
  width: 30%;
  width: 400px;
  position: fixed;
  font-size: 13.5;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  z-index: 2;*/

  position: absolute;
    transform: translate(-50%,-50%);
    top: 45%;
    left: 50%;
    width: 350px;
    position: fixed;

  background-color: #353535;
  color: white;

  font-size: 13.5;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  z-index: 2;
}

#backgroundImageMatrix
{
  height: 550px;
  width: 820px;
  /*background-color: white;*/
  background-color: var(--panel);
  border-style: solid;
  border-color: white;
  border-width: 2px;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
}

.backgroundImageInMatrix
{
  position: relative;
  height: 125px;
  width: 125px;
  margin: 10px 0px 0px 10px;
}

#backgroundInfoBox
{
  position: absolute;
  /*height: 550px;*/
  height: 550px;
  width: 400px;
  /*left: 900px;*/
  right: 50px;
  display: inline-block;
  top: 50%;
  transform: translate(0, -50%);
}

.backgroundImageInInfoBox
{
  position: relative;
  height: 350px;
  width: 350px;
  left: 25px;
}

.bordered
{
  /*border-style: solid;
  border-color: white;
  border-width: 2px;*/
  outline-color: white;
  outline-style: solid;
  outline-width: 2px;
}

#instructions1
{
  display: inline-block;
  position: absolute;
  left: 200px;
  top: 20px;

}

.divLine2
{
  width: 350px;
}

#characterCreationButton1
{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  display: inline-block;
  bottom: 0%;
}

#backgroundFlavortextBox
{
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
  width: 350px;
  font-size: 13.5;
}

#discordBox
{
  background-color: var(--panel);

  position: relative;
  top: 10%;
  left: 35%;
  width: 425px;
  position: fixed;
  font-size: 13.5;
  border-style: solid;
  border-color: white;
  border-width: 2px;
}

.centered
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.battleHP
{
  width: 45px;
}

.menuBox
{
  background-color: var(--panel);

  position: relative;
  top: 25%;
  left: 35%;
  width: 30%;
  position: fixed;
  font-size: 13.5;
  border-style: solid;
  border-color: white;
  border-width: 2px;
}




#tourBox
{
background-color: var(--panel);
  position: relative;
  /*top: 25%;
  left: 35%;
  width: 30%;*/
  top: 200px;
  left: 300px;
  width: 200px;
  height: 200px;
  position: fixed;
  font-size: 13.5;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  color: white;
  padding: 20px;
  z-index: 1;
}

#targetBox
{
background-color: var(--panel);
  position: relative;

  top: 400px;
  left: 150px;
  width: 50px;
  height: 50px;
  position: fixed;
  font-size: 13.5;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  color: white;
  padding: 20px;
}

#SVG_line1
{
  /*color: blue;
  background-color: blue;
  stroke: blue;*/

  color: var(--accent);
  background-color: var(--accent);
  stroke: var(--accent);


  marker-end: url(#squareHead);
  stroke-width: 5;
}

#SVG_line2
{
  color: blue;
  background-color: blue;
  stroke: white;

  stroke-width: 8;
}

#svg1
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: fixed;
}

#tourButtons
{
  position: absolute;
  bottom: 5%;
}

#tourText
{
  display: inline-block;
}

#xButton2
{
  position: absolute;
  top: 5px;
  right: 5px;

  height: 15px;
  width: 15px;
}

.parryBox
{
  display: inline-block;
}


#themeImageMatrix
{
  /*height: 820px;*/
  width: 550px;
  /*background-color: white;*/
  background-color: var(--panel);
  border-style: solid;
  border-color: white;
  border-width: 2px;
  position: absolute;
  left: 50px;
  top: 50px;
  /*transform: translate(0, -50%);*/
  display: inline-block;
  padding-bottom: 10px;
}

#themeCreationButton1
{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  display: inline-block;
  bottom: 3%;
  width: 100%;
}

#instructions2
{
  display: inline-block;
  position: absolute;
  left: 225px;
  top: 20px;
}

#themeInfoBox1
{
  position: absolute;
  height: 525px;
  width: 300px;
  /*left: 900px;*/
  right: 375px;
  display: inline-block;
  top: 50%;
  transform: translate(0, -50%);
  position: fixed;
}

#themeInfoBox2
{
  position: absolute;
  height: 525px;
  width: 300px;
  /*left: 900px;*/
  right: 50px;
  display: inline-block;
  top: 50%;
  transform: translate(0, -50%);
  position: fixed;
}

#themeFlavortextBox
{
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
  width: 275px;
}

.themeImageInInfoBox
{
  position: relative;
  height: 275px;
  width: 275px;
  left: 12.5px;
}

.divLine3
{
  width: 300px;
}

.themeImageInSpellBox
{
  position: relative;
  height: 275px;
  width: 275px;
  margin: auto;
  display: block;
}

#themeConfirmationScreen
{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 45%;
  left: 50%;
}

#themeConfirmationButtons
{
  width: 195px;
  margin: auto;
}

#nameHeader
{
  /*display: inline-block;*/
  position: relative;
  top: 0%;
  left: 50%;
  background-color: var(--panel);
  position: fixed;
  color: var(--secondaryTextColor);
}

#skillTopHeader
{
  position: absolute;
  top: -41px;
  right: -55px;
}

#diceButtonBox
{
  background-color: var(--panel); 
  position: absolute; 
  bottom: 0%; height: 27px; 
  padding-top: 5px; 
  width: 100%;
}

#characterProfileImage
{
  height: 300px;
  width: auto;

  border: solid;
  border-width: 2px;
  border-color: var(--rollResultsBorder); /*#72787E;*/
}


#sidebar1
{
  top: 0%;
  height: 100%;
  left: -1%;
  position: fixed;
  background-color: var(--panel);
  border-width: 2px;
  border-color: gray;
  border-style: solid;
}

#sidebar2
{
  top: 0%;
  height: 100%;
  right: -1%;
  position: fixed;
  background-color: var(--panel);
  border-width: 2px;
  border-color: gray;
  border-style: solid;
}



/*
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #202020, #111119);
}*/

.rain {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  position: fixed; /**/
  pointer-events: none; /**/
}

.rain.back-row {
  z-index: 1;
  bottom: 60px;
  opacity: 0.5;
  pointer-events: none; /**/
}

/*
body.back-row-toggle .rain.back-row {
  display: block;
}*/

.drop {
  position: absolute;
  bottom: 100%;
  width: 15px;
  height: 120px;
  pointer-events: none;
  animation: drop 0.5s linear infinite;
}

@keyframes drop {

  0% {
    top: 0%;
  }
  75% {
    top: 80%;
  }
  100% {
    top: 80%;
  }
  /*
  0% {
    transform: translateY(0vh);
  }
  75% {
    transform: translateY(90vh);
  }
  100% {
    transform: translateY(90vh);
  }*/
}

.stem {
  width: 1px;
  height: 60%;
  margin-left: 7px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
  animation: stem 0.5s linear infinite;
}

@keyframes stem {
  0% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.splat {
  width: 15px;
  height: 10px;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  transform: scale(0);
  animation: splat 0.5s linear infinite;
  /*display: none;*/
}

/*
body.splat-toggle .splat {
  display: block;
}*/

@keyframes splat {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(0);
  }
  90% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

/*
.toggles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}*/

/*
.toggle {
  position: absolute;
  left: 20px;
  width: 50px;
  height: 50px;
  line-height: 51px;
  box-sizing: border-box;
  text-align: center;
  font-family: sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.toggle:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.toggle:active {
  background-color: rgba(255, 255, 255, 0.3);
}

.toggle.active {
  background-color: rgba(255, 255, 255, 0.4);
}

.splat-toggle {
  top: 20px;
}

.back-row-toggle {
  top: 90px;
  line-height: 12px;
  padding-top: 14px;
}

.single-toggle {
  top: 160px;
}

body.single-toggle .drop {
  display: none;
}

body.single-toggle .drop:nth-child(10) {
  display: block;
}
*/

.textColor2
{
  color: var(--secondaryTextColor);
}

#armorInput
{
  width: 40px;
}

.attackNotes
{
  width: 300;
  background-color: var(--attackNotesColor);
  color: var(--mainTextColor);
  /*background-color: var(--dividerLines);*/
}

#pipMenu
{
  /*background-color: #353535;
  color: white;

  position: relative;
  top: 25%;
  left: 650px;
  width: 30%;
  width: 400px;
  position: fixed;
  font-size: 13.5;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  z-index: 2;*/

  position: absolute;
    transform: translate(-50%,-50%);
    top: 45%;
    left: 50%;
    width: 350px;
    position: fixed;

  background-color: #353535;
  color: white;

  font-size: 13.5;
  border-style: solid;
  border-color: white;
  border-width: 2px;
  z-index: 2;
}

#pipMenuCenterBox
{
  position: absolute;
  display: block;
  left: 50px;
}


#freePip1LabelText
{
  display: inline;
  position: absolute;
  width: 75px;
  left: 168px;
  margin-top: 3px;
}


#boostingMenuTitle
{
  font-size: 24;
  font-weight: bold;
  text-align: center;
}

#showSkillsButton
{
  right: 165px;
}


#mainMenuButtons
{
  position: relative;
  display: inline-block;
  left: 80px;
  font-size: 22px;
}

#mainMenuBackground
{
  height: 100%;
  width: auto;
  z-index: -2;
  left: 0px;
  position: absolute;
  top: 0px;
}

/*#mainMenu
{
  background-image: url("editV1.png");
}*/


#saveMenu
{
  /*
  position: absolute;
    transform: translate(-50%,-50%);
  */
  position: absolute;
    top: 30%;
    /*left: 50%;*/
    /*left: 300px;
    width: 350px;
    /*position: fixed;*/

    left: 50%;
    transform: translateX(-50%);
    width: 350px;

  background-color: #353535;
  color: white;

  font-size: 13.5;
  border-style: solid;
  border-color: white;
  border-width: 2px;
}

/* https://stackoverflow.com/questions/1935820/set-ahover-based-on-class */
div.hoverClass:hover
{
  color: var(--hoverTextColor);
  background-color: var(--hoverBackground);
}

#mainMenu
{
  /*width: 100%;
  height: 100%;*/
  /*position: fixed;*/
}

#tablet_learnSpellButtonBox
{
  position: absolute;
  /*display: block flex;*/
  display: inline-block;
  width: 100px;
  height: 150px;
  top: 0px;
  left: -102px;
  /*
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 50px;
  top: 5%;
  right: 50%;
  */
}


#spellStrainDisplay
{
  display: inline-block;
}