/*
Theme Name:     Lor Quiz 2.0
Description:    Lor Quiz 2.0
Author:         toolbox

*/

    body {
        font-family: Arial, sans-serif;
        background-color: #11100b;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100vh;
    }
    
    #start-container{
        background-color: #11100b;
        position: relative;
        height: 94vh;        
        overflow: hidden;
    }
    
    #quiz-container {
      max-width: 600px;
      margin: 0 auto;
      background-color: white;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    button {
      padding: 5px 0;
      margin: 0;
      cursor: pointer;
      font-size: 16px;
      width: 100%;
      text-align: center;
    }

    button:hover {
      background-color: #f0f0f0;
    }

    button:active {
      background-color: #ddd;
    }

    button.correct {
      background-color: green;
      color: white;
    }

    button.wrong {
      background-color: red;
      color: white;
    }

    #start-quiz{
        color: white;
        border: none;
        font-size: 18px;
        margin: 0px;
        padding: 0;
        position: relative;      
    }      
        
    #quiz, #result-container{
        display: none;
    }
    
    #quiz.active{
        position: relative;
        display: block;
        height: 94vh;        
    }
    
    .hide{
        display: none!important;
    }
    
    .left-image{
        top: 0;
        left: 0;    
        position: absolute;
        width: auto;
        height: 94vh;
    }
    
    #startButton img{
        width: 100%;
        height: auto;
    }
    
    #startButton{
        position: absolute;
        width: 20vw;
        display: block;
        top: -15px;
        right: 19vw;
        z-index: 3;
    }
    
    .start-products{
        position: absolute;        
        z-index: 2;
        width: 60vw;
        right: 0;
        bottom: 3vh;
    }
    
    #quiz{
        background-color: #010005;
    }
    
    #quiz .left-image{
        height: 93vh;        
    }
    
    #quiz .question{
        width: 55vw;
        height: 94vh;
        position: absolute;
        right: 0;        
        color: #af8c45;
    }   
 
    #quiz .main-text{
        margin-top: 20px;
        font-size: 22px;
        line-height: 24px;
        padding-right: 10px;        
    }
    
    #quiz .question .fact{
        color: #d5b164;   
        text-align: center;
        padding-right: 10px;
        position: absolute;
        bottom: 10vh;   
        display: none;
    }
    
    .smaller{
        font-style: italic;
        display: block;
        padding-top: 5px;
        font-size: 11px;
    }    
    
    .bridghter{
        color: #d5b164!important;           
    }
    
    #quiz .question .fact.show{
        display: block;
    }
    
    #quiz .question button{
        border: 2px solid #af8c45;
        padding: 10px;
        width: 200px;
        position: relative;
        background-color: transparent;
        color: #ffffff;
    }
    
    .number-0, .number-1{
        margin-bottom: 20px;        
    }
    
    .number-0, .number-2{
        margin-right: 20px;
    }
    
    #quiz .button-area{
        width: 460px;
        margin: 60px auto 40px auto;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        align-content: center;        
    }
    
    #quiz .tick{
        position: absolute;
        width: 40px;
        height: auto;
        top: -20px;
        right: -5px;        
    }
    
    #result-container.active{
        display: block;    
        position: absolute;        
        height: 94vh;        
        color: #af8c45;
        background-color: #11100b;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }        
    
    .results{
        padding-top: 10px;
        text-align: center;
        width: 50vw;
        margin-left: 43vw;       
        font-size: 21px;
        line-height: 23px;
    }    
    
    #result-container .left-image{
        height: 93vh;
    }
    
    #result-container .start-products{
        right: 0;
        width: 45vw;
    }
    
    .qr{
        position: absolute;
        z-index: 5;
        top: 22vh;
        left: 32vw;
        width: 20vh;
        height: auto;
    }
    
    .message{
        color: #d5b164;
        position: absolute;
        width: 40vw;
        right: 5vw;
        text-align: center;
        top: 10vw;
        text-align: center;
        border: 2px solid #af8c45;
        
    }
           
    .message p{        
        font-size: 18px;
        line-height: 20px;     
        padding-bottom: 10px;
    }
    
    .message{
        color: #d5b164;
        position: absolute;
        width: 40vw;
        right: 5vw;
        text-align: center;
        top: 10vw;
        border: 2px solid #af8c45;
        
    }

    .view-klirosi{
        display: none;
        position: absolute;
        width: 40vw;
        right: 5vw;
        text-align: center;
        top: 7.5vw;        
    }    
    
    .view-klirosi.show{
        display: block;
    }
    
    .view-klirosi a{
        color: #ffffff;
        text-decoration: none;
    }
    
    #arxiki{
        background-color: transparent;
        color: #af8c45;
        position: absolute;
        z-index: 15;
        bottom: 20px;
        right: 0;
        width: 100px;
        text-align: right;
        border: 0;
    }

    /*
    * Form Area
    */

    .jconfirm .jconfirm-holder{
        width: 50%;
        margin: 0 auto;
    }
    .jconfirm-box{text-align: center;}
    .jconfirm.jconfirm-light .jconfirm-box{
        background-color: #11100b !important; 
        border: 1px solid #d5b164;        
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;        
    }
    .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content, .jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll{ min-height: 20px;}
    .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default{color: #d5b164 !important; background-color: transparent !important;}
    .jconfirm-title-c{display: none !important;}
    .jconfirm-content{font-family: Arial, sans-serif; font-weight: 400; color: #d5b164;}    
    