/* COLOR: #ff63ef */

.best {
	color: #fff;
}

.bestModal {
  color: #555;
}

.mycontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.progress-bar{
	transition: background-color 0.75s ease !important;
	transition: width 0.75s ease !important;
}

.progress-bar-pink{
	background-color: #fa7dcb !important;
}

.progress-bar-grey{
	background-color: #ccc !important;
}

.progress-pink{
	border: 1px solid #ffa6dd;
	background-color: #fcb8e2 !important;
}

.progress-grey{
	border: 1px solid #555;
	background-color: #eee !important;
}

.progress {
	height: 20px !important;
	transition: border 0.5s ease !important;
}
.progress .sr-only { position: relative; }

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.super{
	width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 75px;
	margin-bottom: 100px;
}


/*	Header	*/
 /* Style the header */
.header {
  padding: 10px 16px;
  background: #FF8DD3; /*#555*/

  transition: background 0.75s ease !important;

  z-index: 750;
  color: #fff;
  position: fixed;
  top: 72px;
  width: 100%;
  height: 55px;
}

 /* Style the header */
.fixedHeader {
  background: #FF8DD3; /*#555*/

  transition: background 0.75s ease !important;

  z-index: 1000;
  color: #fff;
  top: 0;
  width: 100%;
  position: absolute;
}

/* Page content */
.content {
  padding: 16px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

#background{
  opacity: 30%;
  min-height: 100vh; 
  min-width: 100vw; 
  position: fixed; 
  top:0; 
  left:0; 
  z-index: -10;

  transition: opacity 0.5s ease !important;
}

.PULSE {
   /* Chrome, Safari, Opera */
  -webkit-animation: mypulse 1s infinite; 
  
  /* Internet Explorer */
  -ms-animation: mypulse 1s infinite;
  
  /* Standard Syntax */
  animation: mypulse 1s infinite; 
}


/* Standard Syntax */
@keyframes mypulse{
 	0%{background: #FF8DD3}	
 	15%{background: #FF8DD3}	
	50.0%{background: #ff61c2}
	85.0%{background: #FF8DD3}
	100.0%{background: #FF8DD3}
}

	/* Chrome, Safari, Opera */
@-webkit-keyframes mypulse{
   0%{background: #FF8DD3}	
 	15%{background: #FF8DD3}	
	50.0%{background: #ff61c2}
	85.0%{background: #FF8DD3}
	100.0%{background: #FF8DD3}
}

/* Internet Explorer */
@-ms-keyframes mypulse{
  0%{background: #FF8DD3}	
 	15%{background: #FF8DD3}	
	50.0%{background: #ff61c2}
	85.0%{background: #FF8DD3}
	100.0%{background: #FF8DD3}
}

div {
	text-align: center;
}

body {
	background-color: #222 !important;
}

/* MAIN BUTTON */
.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #ff63ef !important;
    border-color: #ff63ef !important; 
}

.btn-primary:hover {
    background-color: #e03dd0 !important;
    border-color: #e03dd0 !important; 
}

.btn-primary2 {
    background-color: #ff63ef !important;
    border-color: #ff63ef !important;
    color: #fff !important;
}

.gif {
  min-width: 350px;
  min_height: 350px;
  max-width: 70%;
  margin-bottom: 125px;
  border-radius: 5px;
}

.audio {
  margin-top: 15px;
  margin-bottom: 50px;
}

.table tr th {
   border-bottom: 0px solid #999; /* Change the color you want to set */
}

.table tr td {
   border-bottom: 0px solid #999; /* Change the color you want to set */
}

td {
    padding-right: 15px !important;
    padding-top: 5px !important;
}


.userLeaderboardLink{
  text-decoration-color:#ff63ef;
  color:white
}

.userLeaderboardLinkDark{
  text-decoration-color:#ff63ef;
  color:#555
}

.achievement{
  width:64px;
}

.achievement_wrapper{
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  width: 90px;
}

.achievementLocked{
  filter: grayscale(1) brightness(0.75) opacity(0.4);  
}

.achievementUnlocked{
  filter: drop-shadow(0 0 0.45rem #ff91f3dd);
}


/* Header */
.logo 
{
  filter: grayscale(1) drop-shadow(0 0 2.75rem rgb(255, 255, 255, 0.5));
  animation: logoAnimation 2s ease infinite, vibrate 8s ease infinite;
}

@keyframes logoAnimation {
  0% {
    filter: drop-shadow(0 0 1rem rgb(255, 255, 255, .5));
  }

  50% {
    filter: drop-shadow(0 0 2rem rgb(255, 255, 255, .5));
  }

  100% {
    filter: drop-shadow(0 0 1rem rgb(255, 255, 255, .5));
  }
}

@keyframes vibrate {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(0deg); }
  33% { transform: rotate(-1deg); }
  40% { transform: rotate(0deg); }

  55% { transform: rotate(0deg); }
  66% { transform: rotate(1deg); }
  75% { transform: rotate(0deg); }

  100% { transform: rotate(0deg); }
}



.rankName{
  font-size: 3vw;
  margin-top: 2px !important;
}
@media screen and (min-width: 600px) {
  .rankName {
     font-size: 16px;
  margin-top: 2px !important;
  }
}

.promptForm{
  width: 60%;
  margin-left: 20%;
  padding: 20px;
  border-radius: 20px;
  background-color: #00000022;
}

.promptFormWide{
  width: 90%;
  margin-left: 5%;
  padding: 20px;
  border-radius: 20px;
  background-color: #00000022;
}


/* TOOLTIPS */
.tooltip-inner {
  background-color: #ff63ef !important;
  color: #fff !important;
}

.tooltip .tooltip-arrow::before {
    border-top-color: #ff63ef !important;
}

.wrong {
  color: #ed6161 !important;
}

.right {
  color: #70e684 !important;
}

.neutral {
  color: #FFA500 !important;
}

/* QUIZZ */
.rightButton {
  background-color: #70e684 !important;
  border-color: #70e684 !important; 
  filter: drop-shadow(0 0 0.5rem #70e684);
}

.wrongButton {
  background-color: #ed6161 !important;
  border-color: #ed6161 !important; 
  filter: drop-shadow(0 0 0.5rem #ed6161);
}

.quizzBtn{
  background-position: center;
  background-size: cover;
  width: 275px;
  height: 275px;
  display: inline-block;

  word-wrap: break-word !important;
}

.quizzBtnText{
  height: 110px !important;
}

.quizzAnswer{
    display: inline-block;
    margin: 20px;
    width: 275px;
}

@media (max-width: 1000px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  .quizzBtn{
    background-position: center;
    background-size: cover;
    word-wrap: break-word !important;
    width: 180px;
    height: 180px;
    display: inline-block;
  }

  .quizzAnswer{
      display: inline-block;
      margin: 12px;
      width: 180px;
  }

  .quizzBtnText{
    height: 90px !important;
  }
}

.promptImg{
  width: 100%;
  max-width: 300px;
}


.popup{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 100000;
  text-align: center;
}

.innerPopup{
  color: white;
  height:80px;
  width: 200px;
  position: relative;
  top: 40%;

  border-radius: 34px;
  line-height: 80px;

  margin: 0 auto;
  z-index: 100000;
  text-align: center;

  filter: drop-shadow(0 0 1em #ff63efdd);
  background-color: #ff63efee;
}

.innerQuizzPopup{
  color: white;
  width: 300px;
  position: relative;
  top: 30%;

  padding: 50px;

  border-radius: 34px;
  /* 3 lines */ 

  margin: 0 auto;
  z-index: 100000;
  text-align: center;

  filter: drop-shadow(0 0 1em #ff63efdd);
  background-color: #ff63efee;
}


/* Color */
#goodPopup{
  filter: drop-shadow(0 0 1em #70e684dd);
  background-color: #70e684ee;
}

#badPopup{
  filter: drop-shadow(0 0 1em #ed6161dd);
  background-color: #ed6161ee;
}


.whitelink{
  color: white;
  text-decoration-color: white;
}


.skillsImgs {
  max-width: 300px;
  max-height: 300px;
  border-radius: 8px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.textOverlay {
  position: absolute;
  top:0;
  padding: 6px;
  background-color: rgba(0, 0, 0, .6);
  font-size: 12px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
}

.skillsImgsContainer{
  position: relative;
  text-align: center;
  display:inline-block;

  min-width: 50px;
  min-height: 50px;
  background-image: url("/imgs/ui/spinner.gif");
  background-size: 50px;
  background-repeat: no-repeat;
}


/*SKills*/

li {
  margin-bottom: 10px;
}

.h5Class {
  color: white;
  padding: 10px;
  background-color: #ff63ef;
  border-radius: 8px;
  margin-top:20px;
  margin-bottom: 10px;
  width: fit-content;
  margin-left:auto;
  margin-right:auto;
}


/* Color animation */
.animate-character
{
  background-image: linear-gradient(
    -225deg,
    #fa6eff 0%,
    #ff1361 25%,
    #fff800 50%,
    #ff1361 75%,
    #fa6eff 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;

  text-decoration-color:#ff63ef;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


.ads {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 800px;
}

.visible_ads {
  padding: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

iframe {
  width: 100% !important;
}
