  
     .fv-box {
 background-color: #0000006e;
  border: solid 0.1vh chocolate;
  border-radius: 0.75vh;
  padding: 3vh;
  text-align: center;
  max-width: 51vh;
  font-family: torus;
  position: absolute;
  bottom: -35vh;
  font-size: 3vh;
  animation: showFvBox 0.5s cubic-bezier(.17,.84,.44,1) forwards;
    animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0.6s;
  cursor: default;
  backdrop-filter: blur(3px);
  color: white;
  display: flex;
  flex-direction: column;
  box-shadow: #00000042 15px 15px 5px;
   }
   
   .fv-overlay {
    position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.0);
  animation: gasbas 0.5s cubic-bezier(.17,.84,.44,1) forwards;
    animation-delay: 0s;
  animation-delay: 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 404404; 
   }
   
     @keyframes gasbas {
  from {
    background-color: rgba(0, 0, 0, 0.0);
  }
  to {
  background-color: rgba(0, 0, 0, 0.5);
  }
}
   
   .fv-btn {
    display: inline-flex;
  width: 10vh;
  height: 4vh;
  margin: 2vh;
    margin-bottom: 2vh;
  align-items: center;
  justify-content: center;
  margin-bottom: -4px;
  cursor: pointer;
  border-radius: 1.5vh;
  background-image: linear-gradient(to right bottom, #7a08d3, #880ad9, #960cdf, #a40fe5, #b212eb); 
   }
   
   .fv-btn:hover {
    background-image: linear-gradient(to right bottom, #ac43ff, #a934f4, #b04ee3, #bc35f7, #cb50f7);
   }
   
     @keyframes showFvBox {
  from {
    bottom: 100vh;
  }
  to {
   bottom: 43vh;
  }
}

    @keyframes closeFvBox {
  from {
     bottom: 43vh;
    opacity: 1;
  }
  to {
   bottom: -20vh;
    opacity: 0;
  }
}

  @keyframes closeFvOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
  
    *:focus-visible {
  outline: solid 3px #7400ff;
  border: solid 1px white;
  border-radius: 2px;
  
    }
    
    #change {
      display: inline;
      margin-bottom: 4px;
      margin-top: 4px;
    }
    
    .teleport-text {
      font-size: 12px;
      color: #72767d;
      position: relative;
      left: -5%;
      animation: leftAnim 0.5s cubic-bezier(.17,.84,.44,1) forwards;
    }
    
    @keyframes leftAnim {
  from {
    left: -5%;
  }
  to {
   left: 0%;
  }
}

.saul {
  color: yellow !important;
  transition: color 0.1s ease-in-out;
}

.saul:hover {
 color: #ff5353 !important; 
}

.legal {
  color: #ff5353 !important;
}

.legal:hover {
 color: yellow !important;
}
    
.nekoweb {
 color: #f5bdef !important; 
 font-family: discord2; 
}

.nekoweb:hover {
 color: #ff99f4 !important;  
   transition: color 0.1s ease-in-out;
}

.retrato {
  font-family: Courier;
  font-size: 19.4px;
  color: #d7cece !important;
   transition: all 0.2s cubic-bezier(.18,.81,.17,.96);
}

.retrato:hover {
 letter-spacing: 1pt; 
 color: #e3dede;
 transition: all 0.2s cubic-bezier(.18,.81,.17,.96);
}

    .heart-animation {
    position: absolute;
    z-index: 696969;
    transition: transform 0.6s ease-in-out;
}

.heart-animation.animate {
    transform: translate(-36.5px, 10.5px); /* Adjusted values */
}

.noelle {
 display: none;position: absolute;
align-self: end;
transform: translateX(550px);
 z-index: 999;
}

.penelope {
 position: absolute;
 display: none;
 z-index: 1;
 transform: translate(-177px, 15px);
 filter: drop-shadow(8px 3px 7.5px #000); 
}

.somethingMari {
  display: none;
  position: absolute;
  align-self: self-end;
  z-index: 99;
  transform: translateX(500px);
}

.C {
 position: fixed; top: 0; left: 0; width: 100%; height: 100%; image-rendering: pixelated; z-index: 999999; display: none; 
}

#playbackButton {
 font-size: 25px; 
 margin-top: -3px;
 cursor: pointer;
  filter: drop-shadow(0px 0px 0px #f0f);
 transition: all 0.3s cubic-bezier(.18,.81,.17,.96);
 user-select: none;
}

#playbackButton:hover {
  filter: drop-shadow(3px 3px 0px #f0f) drop-shadow(0px 0px 10px #00e7ff);
  color: #00e7ff;
}

.reroll {
cursor: pointer; filter: invert(47%) sepia(14%) saturate(195%) hue-rotate(180deg) brightness(94%) contrast(89%);
 transition: filter 0.3s cubic-bezier(.18,.81,.17,.96);
 user-select: none;
}

.reroll:hover {
   transition: filter 0.3s cubic-bezier(.18,.81,.17,.96);
filter: invert(47%) sepia(14%) saturate(195%) hue-rotate(180deg) brightness(96%) contrast(89%) drop-shadow(0px 0px 9px #73777d);
user-select: none;
}

 .overlayDance {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        display: none;
        animation: changeBackground 3.5s infinite steps(1) alternate; 
        pointer-events: none;
        mix-blend-mode: plus-lighter;
    }
 
        .buttons {
display: flex;
  justify-content: end;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 370px;
  gap: 3px 6px;
  align-self: self-end;
  margin-top: 6px;
        }
        
        .pictip {
         align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center; 
        }
        
        .buttons img {
            width: 88px;
         height: 31px;
           transition: all 0.2s cubic-bezier(.18,.81,.17,.96);
        }
        
        .buttons img:hover {
  scale: 1.1;
  transition: all 0.2s cubic-bezier(.18,.81,.17,.96);
        }
        
          .left-lilBro {
         color: #72767d;
  font-size: 12px;
  display: flex;
  flex-direction: column; 
  align-items: self-end;
        }
        
    @keyframes changeBackground {
        0% { background-color: #52fc0350; box-shadow: inset 0px 0px 50vh #52fc03;}
        14.29% { background-color: #001aff50; box-shadow: inset 0px 0px 50vh #001aff; }
        28.57% { background-color: #ff880050; box-shadow: inset 0px 0px 50vh #ff8800;}
        42.86% { background-color: #ae00ff50; box-shadow: inset 0px 0px 50vh #ae00ff;}
        57.14% { background-color: #f2ff0050; box-shadow: inset 0px 0px 50vh #f2ff00; }
        71.43% { background-color: #00c8ff50; box-shadow: inset 0px 0px 50vh #00c8ff;}
        85.71% { background-color: #ff000050; box-shadow: inset 0px 0px 50vh #ff0000; }
    }
    
  #mosstalgia {
  height: 152px;
  width: 450px;
  border: #ffffff;
  border-style: groove;
  background-image: url('/imagems/bg/smile2.png');
  color: white;
  text-shadow: 0px 0px 8px #d907ff, 0px 0px 8px #d907ff;
  image-rendering: pixelated;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.border-image {
  height: 150px;
  width: 450px;
  transform: translate(0%, 0%);
  object-fit: fill;
  position: absolute;
}

.content-wrapper {
  position: relative;
  font-size: 1.2em;
  z-index: 1;
  line-height: 40px;
  width: 390px;
  display: flex;
  align-items: center;
}

.tem {
 position: absolute; 
 margin-left: 78%;
 cursor: url(heart.png); 
 margin-top: -18.5px; 
}

.tem:hover {
animation: shake 0.09s linear normal;
animation-iteration-count: infinite;
}

@keyframes shake {
	0%{transform: translate(1px,1px)}
	20%{transform: translate(1px,-1px)}
	60%{transform: translate(-1px,-1px)}
	80%{transform: translate(-1px,1px)}
	100%{transform: translate(1px,1px)}
}

.mossImage {
  height: 50px;
}

.mossText {
  color: white;
}

.mossLink {
  color: #e3009b !important;
}

.mossLink:hover {
  color: yellow !important;
  text-shadow: yellow 0px 0px 10px;
}

.mado-image {
  height: 150px;
  position: absolute;
  z-index: 0;
  transform: translate(130px, 30px);
}

.ds-icon {
  position: absolute;
  height: 40px;
  transform: translate(-143px, -38px);
}

.hp {
 display: none; width: 186px; flex-direction: column-reverse; 
}

.hp-imgtxt {
 scale: 1.5;width: 14px;height: 9px; 
}

.hp-imgtxtWrapper {
 display: inline-flex;transform: translate(9px, 4px); 
}

.hp-barContainer {
 display: inline-flex;
 position: relative;
 padding-left: 10px;
 padding-right: 10px;
 width: 140px;
  height: 16px;
}

.hp-bar {
  background-color: #00ffff;
  width: 6px;
  height: 16px;
  position: absolute; /* Ensure this is set */
  z-index: 2; /* Higher z-index */
}

.hp-barBG {
  background-color: #bf0000;
  width: 140px;
  height: 16px;
  position: absolute; /* Ensure this is set */
  z-index: 1; /* Higher z-index */
}

.hp-valueContainer {
 width: 183px;
 justify-content: flex-end; 
 display: inline-flex; 
}

.hp-value {
 color: white;
 font-size: 26px; 
 padding-left: 10px;
 display: inline-flex;
 transform: translateY(2px);
 align-items: center;
 margin-bottom: 3px;
}

 .hp-digit {
            width: 6px; /* Adjust as needed */
            height: 10px; /* Adjust as needed */
            scale: 1.5;
            padding-left: 3px;
  padding-right: 3px;
        }

.slash {
padding-right: 8px;
  scale: 1.4;
  padding-left: 5px;
  width: 10px;
  height: 11px;
  transform: translate(0px, 2.5px);
}
