
#skip-question{
    margin-top:40px;
    margin-bottom:-40px;
    color:red;
}
.leaderboard_button{
    color: white; 
    margin-top:10px; 
    background-color: black; 
    border: 2px solid #2eafeb; 
    margin-right: 10px;
    border-radius: 10px;
}
#ex1.modal{
        top: 30%; 
        background-color: black;
        color: white;
        border: 1px solid #2eafeb;
        left: 10%;
        right: 10%;
        width: 80%;
        height: 200px; 
        padding-top: 16px;
        border-radius: 30px;
    }
    .modal-link{
        font-size: 24px;
        height: 48px;
    }
    #pop-logo-home{
        width: 165px; 
        display: none;
    }
    .click-play-link{
        font-size: 30px;
        color: #fff; 
        font-weight: 600;
        padding: 5px 0px;
        -webkit-font-smoothing: antialiased;
        font-family: 'Poppins', sans-serif;
        display: none;
    }
    #seconds{
        font-family: 'Poppins', sans-serif;
    }
    .click-link{
        font-size: 22px;
        color: #fff; 
        font-weight: 500;
        padding: 5px 0px;
        -webkit-font-smoothing: antialiased;
        font-family: 'Poppins', sans-serif;
        display: none;
    }
    .click-signin-link{
        font-size: 20px;
        color: #fff; 
        font-weight:5300;
        padding: 5px 0px;
        -webkit-font-smoothing: antialiased;
        font-family: 'Poppins', sans-serif;
        display: none;
    }
    .click-play-link:hover,
    .click-link:hover,
    .click-signin-link:hover{
        text-decoration: underline;
    }

    #privacy-policy-footer-link:hover, 
    #terms-of-use-footer-link:hover
    {
        cursor: pointer;  
    }

    #main-content{
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 480px; 
    }
    #sign_in_modal{
        background-color: black;
        height:50%;
        top: 25vh;
        padding: 20px;
        width: 40%; 
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px;
        border: 1px solid #2eafeb;
    }

html{
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
}
    .wait{
        cursor: progress;
    }
    .home-logo:hover{
        cursor: pointer;
    }
    #sub-content{
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        font-family: 'Poppins', sans-serif;
    }
    #content-container{
        padding: 10px;
        font: 'Montserrat';
        font-size: 20px;
        color: white;
        min-height: 300px;
        -webkit-font-smoothing: antialiased;
        font-family: 'Poppins', sans-serif;
        display:none;
    }
    .choice{
        padding: 10px;
        font: 'Montserrat';
        font-size: 20px;
        color: white; 
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        font-family: 'Poppins', sans-serif;
    }
    .options{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%; 
        margin-left: auto;
        margin-right: auto;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
    }
    .tiny-clock{
        width: 24px; 
        height: 24px; 
    }
    #seconds{
        font-family: 'Poppins', sans-serif;
        width: 40px;
    }
    .answer_option{
        min-width: 260px; 
        max-width: 260px;
        overflow-wrap: break-word;
        background: black;
        color: white;
        border: 3px solid #2eafeb;
        margin: 5px 10px;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 18px 5px; 
    }
    p.question{
        font-size: 1.2em;
        margin: 0px !important;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-weight: 700; 
        -webkit-font-smoothing:antialiased; 
    }
    #img-right{
        width: 40vw; 
        position: fixed;
        top: 25%;
        left: 32.5%;
        margin-top: -50px;
        margin-left: -50px;
        z-index: 10;
        display: none;
    }

 #img-wrong {
    width: 40vw;
    position: fixed;
    top: 50%;  
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;
}

.error-message, .answer-container {
    z-index: 10;
    position: fixed;
    bottom: 17.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%; 
    word-wrap: break-word;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: white; 
    font-size: 20px; 
}
    .message-container{
        background: #000;
        opacity: 0.65; 
        width: 100vw;
        height: 100vh;
        z-index: 9;
        margin: 0px;
        padding: 0px; 
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        font-family: 'Poppins', sans-serif;
    }
    .img-container{
        background-color: #000;
        opacity: 0.85; 
        width: 100vw;
        height: 100vh;
        z-index: 5;
        margin: 0px;
        padding: 0px; 
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        font-family: 'Poppins', sans-serif;
    }
    .category-container{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .category-icon{
        clear:both; 
        display:flex; 
        align-items: center;
        width: 50px;
        height: 50px; 
        margin-left: auto; 
        margin-right: auto; 
    }
    .single-category{
        background-color: black;
        padding: 6px 10px;
        border: 3px solid #2eafeb;
        margin: 10px;
        font-size: 15px;
        min-width: 140px;
        min-height: 44px; 
        font-weight:700;
        -webkit-font-smoothing: antialiased;
        font-family: 'Poppins', sans-serif;
    }
    .single-category:hover{
        cursor:pointer;
    }
    .container-droplets{
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-top: 10%;
    }
    
    .leaderboard-display{
        background-color: black;
        color: white;
        border: 2px solid #2eafeb;
        height: 200px; 
        padding-top: 16px;
        border-radius: 30px;
        -webkit-font-smoothing: antialiased;
        font-family: 'Poppins', sans-serif;
    }
    #leaderboard-table{
     width: 100%;  
     height: 140px; 
     -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
    }
    #leaderboard-table tr, #leaderboard-table th{
        width: 30%;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        font-family: 'Poppins', sans-serif;
    }
    #leaderboard-table tr,  #leaderboard-table td{
        font-size: .9em;
        font-weight: 700; 
        -webkit-font-smoothing: antialiased;
        font-family: 'Poppins', sans-serif;
    }
    #leaderboard-table th{
        font-size: 1.2em; 
        -webkit-font-smoothing: antialiased;
        font-family: 'Poppins', sans-serif;
    }
    .droplet{
      background-color: #564f4f; 
      transform: skew(-30deg);
      margin: 0 3px;
      width: 2vh;
      height: 4vh;
    }
    .current{
      background-color: #deb887;
      animation: blinker 2s infinite;
      animation-direction: alternate;
    }
    @keyframes blinker {
        50% {
        opacity: 0;
        }
    }

    #ex1.modal{
        top: 30%; 
        background-color: black;
        color: white;
        border: 1px solid #2eafeb;
        left: 10%;
        right: 10%;
        width: 80%;
        height: 200px; 
        padding-top: 16px;
        border-radius: 30px;
    }
    #custom_modal{
        border-radius: 1em; 
    }
    .modal-link{
        font-size: 24px;
        height: 48px;
    }
    .modal-dialog{
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        height: auto;
        top: 30vh;
        padding-top: 0px; 
    }
    
    .modal-link:hover{
        color:#2eafeb;
    }
    .modal-link{
        margin: 18px 0px; 
    }
    .modal-body{
        background: #000;
        color: #fff;
        text-align:center;
        width: 100%;
        height: 100%;
        margin-left:auto;
        margin-right:auto;
        border:2px solid #2eafeb !important;
        border-radius:1em;
        font-weight:700;
    }
    .modal-content{
        background-color: #000 !important;
        border-radius: 35px;
        width: 100%;
        margin-left: auto;
        margin-right: auto; 
    }
    .form-field-single-modal-signup{
        display: flex;
        justify-content: center;
        margin-bottom: 10px; 
    }
    .form-field-single-modal-signup-label{
        font-size: .7em;
        width: 15%;
    }
    input.form-field-single-modal-signup-input{
        background-color: white;
        color: black;
        font-size: .7em;
        width: 50% !important;
        height: 33px; 
    }
    input.form-field-single-modal-signup-input:focus{
        background-color: white;
        color: black;
    }
    .leaderboard_options{
       background-color: black;
       border: 2px solid #2eafeb;
       border-radius: 10px; 
       margin-right: 10px; 
       min-width: 100px;
       font-size: .7em;
       font-weight: 700;
       margin-bottom: 10px;
    }

    @media screen and (min-width: 768px){
    .modal-dialog{
        width: 80% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    }
    
    @media screen and (max-width: 768px){
    .modal-dialog{
        width: 80% !important;
        height: auto;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .form-field-single-modal-signup-label{
        font-size: .62em;
        width: 40%;
        padding:10px 0px;
        text-align: left; 
    }
    input.form-field-single-modal-signup-input{
        background-color: white;
        color: black;
        font-size: .8em;
        width: 50% !important;
    }
    input.form-field-single-modal-signup-input::placeholder{
        font-size: .63em; 
    }
    .regi-form-modal p{
        width: 80%; 
        margin-left: auto; 
        margin-right: auto; 
    }
    }

    @media screen and (max-width: 600px) {
    p.question{
        font-size:22px;
        text-transform: uppercase;
        }
    .answer_option{
        width: 88px;
        font-size: 18px;
        text-transform: uppercase;
        padding: 12px 14px; 
        vertical-align: middle;
        }
#img-right{
        width: 70vw; 
        position: fixed;
        top: 32.5%;
        left: 20%;
        margin-top: -20px;
        margin-left: -20px;
        z-index: 10;
        display: none;
    }
   #img-wrong{
    width: 70vw; 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;
}

.error-message, .answer-container{
    z-index: 10;
    position: fixed;
    bottom: 37.5%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 65%;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
    .message-container{
        opacity: .85;
    }
    .single-category{
        flex: 40%;
        justify-content: space-around;
        font-size: .6em;
        margin: 10px;
    }
    #leaderboard-table tr,  #leaderboard-table td{
        font-size: .8em;
        font-weight: 700; 
        -webkit-font-smoothing: antialiased;
        font-family: 'Poppins', sans-serif;
    }
    #leaderboard-table th{
        font-size: 1em; 
        -webkit-font-smoothing: antialiased;
        font-family: 'Poppins', sans-serif;
    }
    }
@media screen and (max-width: 768px){
.form-field-single-modal-signup-label {
    font-size: .62em;
    width: 29%;
    padding: 10px 0px;
    text-align: left;
}
}