
 .quiz-container{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 15px;
    box-sizing: border-box;
   cursor: url(imgs/cursor.png) 10 10, auto;
}
 .title{
    position: absolute;
    width: 100%;
    font-size: 1.3em;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 0%;
    font-family: 'Passero One', cursive;
    border-radius: 15px;
    text-shadow: 0px 0px 5px black;
}
 .quizCount{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20%;
    background-color: white;
    font-family:'Roboto', cursive;
    border-radius: inherit;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: aqua 1px solid;
    box-sizing: border-box;
    text-shadow: none;
}
 .chart{
    position: absolute;
    left: 0;
    bottom: 0;

    width: 60%;
    height: 85%;
    background-color: black;

    border-radius: inherit;
    filter: saturate(2.5);
}
 .chart::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: var(--box-shadow, none);
    pointer-events: none;
    z-index: 1000;
}

 .streak{
    position: absolute;
    font-size: 1em;
    font-family: 'Roboto', cursive;
    background-color: aqua;
    color: black;
    bottom: -5%;
    right: 0;
    border-radius: 15px;
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .option-container{
    position: absolute;
    right: -10%;
    top: 0%;

    width: 39.5%;
    height: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
 .option{
    background-image: linear-gradient(to right, white, aqua);
    color: black;
    font-family: 'Passero One', cursive;
    font-size: 1.1em;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    margin-top: 5%;
    user-select: none;
    width: 95%;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: url(imgs/cursorButton.png) 20 20, auto
}
 .option:hover{
    animation: gucawidgPop 0.07s linear forwards;
    box-shadow: inset 0px 0px 20px aqua;
}
 .continue{
    position: absolute;
    right: 0;
    top: 15%;
    color: black;
    background-color: white;
    padding: 2%;
    font-family: 'Passero One', cursive;
    font-size: 1.3em;
    border-radius: 15px;
    box-sizing: border-box;
    border: solid 1px aqua;
    display: none;
    animation: gucawidgContinue ease-in-out infinite 3s;
    cursor: url(imgs/cursorButton.png) 20 20, auto
}
.continue:hover{
    animation: gucawidgPop 0.08s linear forwards;
}



 .descrip{
    position: absolute;
    left: 0%;
    bottom: 0%;

    width: 50%;
    height: 76%;
    border-radius: 15px;
    padding: 3%;
    z-index: 500;
    font-size: 2.5vh;
    background-image: linear-gradient(to top left, aqua, black 60%);
    font-family: 'Roboto', cursive;
    text-shadow: 0px 0px 3px black;
    display: none;
}
 .descripClose{
    position: absolute;
    bottom: 2%;
    left: 2.5%;
    z-index: 500;

    width: 50%;
    background-color: white;

    display: none;
    align-items: center;
    justify-content: center;

    font-family: 'Passero One', cursive;
    font-size: 2em;
    color: black;
    border-radius: 20px;
    cursor: url(imgs/cursorButton.png) 20 20, auto
}
 .descripClose:hover{
    animation: gucawidgPop 0.08s linear forwards;
}
 .descrip-option{
    position: absolute;
    font-size: 1.4em;
    font-family: 'Passero One', cursive;
    background-image: linear-gradient(to bottom right, aqua, black);
    color: white;
    width: 40%;
    height: 30%;
    bottom: 0;
    right: 0%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    display: none;
    cursor: url(imgs/cursorButton.png) 20 20, auto
}
 .descrip-option:hover{
    background-image: none;
    background-color: white;
    color: black
}
 .summary{
    position: absolute;
    left: 0;
    top: 0; 
    width: 100%;
    height: 100%;
    z-index: 1500;
    background-image: linear-gradient(to bottom right, black 30%, aqua);
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    display: none;
}
 .summary-text{
    font-size: 1.3em;
    font-family: 'Passero One', cursive;
    margin-top: 3%;
}
 .restart{
    position: absolute;
    width: 30%;
    left: 35%;
    bottom: 2%;
    font-size: 1.5em;
    background-color: white;
    color: black;
    font-family: 'Roboto', cursive;
    font-weight: 900;
    padding: 2%;
    border-radius: 15px;
    cursor: url(imgs/cursorButton.png) 20 20, auto
}
 .restart:hover{
    animation: gucawidgPop 0.08s linear forwards;
}

 .candle-pattern-options{
    position: absolute;
    left: 0;
    top: 115%;
    display: flex;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to bottom right, black 40%, aqua);
    border-radius: 15px;
 }
 .candle-pattern-option{
    font-size: 4vh;
    color: black;
    text-shadow: 0px 0px 10px white;
    font-family: 'Passero One', cursive;
    width: 33%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    border: solid 1px rgb(0, 49, 49);
    background-color: rgb(255, 255, 255);
    cursor: url(imgs/cursorButton.png) 20  20, auto;
    transform-origin: center;
    transform: scale(0.7);
    opacity: 0.6;
 }
 .candle-pattern-option:hover{
    animation: candleOptionPop 0.1s linear forwards;
 }
 .candle-single{
    border: solid 2px aqua;
    opacity: 1;
    background-image: linear-gradient(to bottom right, aqua, rgb(0, 255, 0));
 }
 .candle-double{
    background-image: linear-gradient(to bottom right, aqua, orange);
 }
 .candle-triple{
    background-image: linear-gradient(to bottom right, aqua,red);
 }

@keyframes gucawidgPop{
    100%{transform: scale(1.1);}
}
@keyframes gucawidgFail {
  0%   { transform: translateX(0); }
  15%  { transform: translateX(-8px); }
  30%  { transform: translateX(8px); }
  45%  { transform: translateX(-6px); }
  60%  { transform: translateX(6px); }
  75%  { transform: translateX(-4px); }
  90%  { transform: translateX(4px); }
  100% { transform: translateX(0); }
}
@keyframes gucawidgContinue{
    0%{transform: translateX(0px);}
    50%{transform: translateX(-10px);}
    100%{transform: translateX(0px);}
}
 @keyframes candleOptionPop{
    100%{transform: scale(0.8);}
 }