/*ff62b4*/

*, *:before, *:after 
{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


body
{
  background: url(../images/BackgroundPopWhiz.jpg) center/cover;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;

}

#reset_btn
{
  top:-150px;
}

.header_cell
{
  color: #fff;
  font-weight: normal;
}

.player_cell
{
  padding-right: 50px;
  padding-left: 50px;
  color: #fff;
  font-size: 1.5em;

}

.second-blob
{
  position: relative;
  top: -190px;
}



#leader_wrapper
{
  color: white;
  padding: 30px;
}

.leader_heading
{
  font-size: 3em;
  padding: 30px;
}

.sign_up_link
{
  color: #fff;
}


.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.purple_writing
{
    color: #6265ff;
}

h4 {
   font-weight: 600;
    color: #fff;
    font-size: 25px;
    padding-bottom: 20px;
}

h2 {
   font-weight: 700;
    color: #fff;
    font-size: 28px;
    padding: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h3, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.text_with_border
{
  -webkit-text-stroke: 2px black; /* width and color */
}

.quiz_details
{
  text-align: left;
  color: #fff;
  font-size: 18px;
}

.quiz_question
{
  text-align: left;
  color: #fff;
  font-size: 25px;
  padding: 15px;
}

.question_choice
{
  text-align: left;
  color: #fff;
  font-size: 20px;
  float: left;
  clear: left;
  width: 90%;
}

.question_choice:hover
{
  background-color: #6265ff;
}

.question_choice::active
{
  background-color: yellow;
}

#quiz_info_amount
{
  width: 100px;
}

.quiz_logos
{
  padding: 30px;

}

.quiz_topcorner
{
  position:absolute;
  top:20px;
  right:20px;
  color: #fff;
  font-size: 50px;

  font-family: 'Gruppo', Charcoal, sans-serif;
  text-shadow: 2px 2px #000;
  width: 350px;
  z-index: 200;

}

.gradient_text
{
   background: -webkit-linear-gradient(#6265ff, #8000a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

input[type=text] 
{

}

input, textarea, select 
{
  font-family:inherit;
  font-size: inherit;
  padding: 10px;
  margin: 8px; 
  border-radius:30px;
  border: 1px solid #4730f1;

  color: gray;
  width: 90%;

  height: 35px;
  font-size: 13;


}

.box_shadow
{
	  box-shadow:0 0 15px 4px blue;

}

.small_print
{
  color: gray;
  font-size: 12px;
}

.small_print_white
{
  color: #fff;
  font-size: 12px;
}

.centered
{
  position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 600px;
  width: 500px;
}

.login_wrap
{
	background: #8000a6;
	border: 1px solid #b46dff;
	border-radius: 30px;
	padding: 30px;
	width: 90%;
  max-width: 500px;
  height: 850px;


}

input:hover, select:hover, textarea:hover
{
	border: 1px solid blue;
}


.reg_button {

  /* remove default behavior */
  appearance:none;
  -webkit-appearance:none;

  /* usual styles */
  padding:10px;
  border:none;
  background-color: blue;
  color:#fff;
  font-weight:400;
  border-radius:30px;
  width: 200px;
  font-size: 1.2em;
  margin: 10px;


}


.buttons {
  margin-top: 3px;
  text-align: center;
  border-radius: 30px;
}

.blob-btn {
  z-index: 1;
  position: relative;
  padding: 20px 46px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #0505A9;
  font-size: 16px;
  font-weight: bold;
  background-color: #b46dff;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 30px;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0505A9;
  border-radius: 30px;
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
  border-radius: 30px;
}
.blob-btn:hover {
  color: #b46dff;
  border-radius: 30px;
}
.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 30px;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #b46dff;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #0505A9;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
  .blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.4);
  }
}



.flip-card {
  background-color: transparent; 
  perspective: 1000px;  
  -webkit-perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  box-shadow: 0 8px 10px 0 rgba(90,90,90,0.2)
}


.flip-card.flipped .flip-card-inner {   
  transform: rotateY(180deg);
   -webkit-transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
 
  width: 100%;
  position: absolute;
  height: 100%; 
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateX(0deg);
}




.flip-card-back {

  transform: rotateY(180deg);
   -webkit-transform: rotateY(180deg);
}

@media screen and (max-width: 1000px) {
  .centered
  {
    position: absolute; /* or absolute */
   
    transform: translate(-50%, -50%);
    height: 80%;
    width: 95%;
    top: 400px;
  }

  

  .login_wrap
  {
    background: #8000a6;
    border: 1px solid #b46dff;
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    height: 100%;
  }

  

  .player_row
  {
    padding: 8px;
  }

  .player_cell
  {
    padding-left: 15px;
    color: white;
  }
}


