.red{
    color: #E22B36;
}

.header-area .header-menu ul > li {
    padding: 0 15px;
    color: #676767;
}

.header-area .header-menu ul > li a{
    color: #676767;
}

.login-wrap{
    width: 100%;
    /*height: 100vh;*/
    background: url("/images/puzzle/Puzzle Game - Background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    
}

.login_box{
    justify-content: center;
    align-items: center;
    padding: 60px 60px;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    background: rgba(255, 252, 214, 0.5);
    border-radius: 40px;
}

.login_box .logo{
    width: 300px;
    height: auto;
}

.login_box .content{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 150%;
    /* or 54px */

    text-align: center;

    color: #000000;
}

 .login_box .btn_login{
        float:left;
    }
    .login_box .btn_register{
        float:right;
    }

.red_line{
    border-bottom: 2px solid #E22B36;
    height: 2px;
    width: 76px;
    display:inline-block;
    margin: -2px 15px 0px 15px;

}

.game_title{
    font-family: Lobster !important;
    font-style: normal;
    font-weight: normal;
    font-size: 100px;
    line-height: 125px;
    color: #FFC000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn_register{

    background-color: white !important;
    /*box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.5);*/
    border-radius: 50px;
     color:#E12B36 !important;
     
}

.btn_login{
    background-color: #E12B36 !important;
    /*box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.5);*/
    border-radius: 50px;
    color:white !important;
   

}
.btn_blue{
    background-color: #6BD1D6 !important;
    box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    color:white !important;
   

}
.btn_puzzle{
       
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    padding: 10px 25px;
     min-width: 200px;

}

.btn_puzzle:hover{
    background-image: linear-gradient(rgba(0, 0, 0, 0.4) 0 0);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.4) 0 0);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4) 0 0);
}

.puzzle_modal .modal-content{
    /*border-radius: 40px;*/
    background-color: #fffbde;
}

.puzzle_modal.modal-dialog{
   /*min-width: 686px;*/
}

.puzzle_modal .modal-header{
    border-bottom:none;
    display: block;
}

.puzzle_modal .modal-title{
    align-content: center;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    padding: 15px;
}
.puzzle_modal .close{
    font-size: 36px;
    margin-right: -70px;
    color: white;
    text-shadow: 0 1px 0 black;
    /*margin-top:-100px;*/

}



.puzzle_modal .close:hover{
    color: white;
}

.form-puzzle input{
    background: #F4F4F4;
    border-radius: 20px !important;
    padding: 15px !important;
    box-shadow: inset 0 -1px 0 transparent !important;
    height: 50px;
}

.form-puzzle label{
    color: #676767;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.puzzle_modal .modal-title.title_red{
    color: #E22B36;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#rule_list{
        list-style: disc;
        padding-left: 45px;
        padding-right: 45px;

}

.puzzle_game_title{
    font-family: Lobster;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 75px;
    /* identical to box height */

    text-align: center;
    width: 100vw;
    color: #fff;

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    top: 20px;
    margin-left: auto; 
    margin-right: auto; 
}

.title_congraz{
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #E12B36;
}

.content_congraz{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    /* or 36px */

    text-align: center;
}

.puzzle_loading_overlay {
    background: #000;
    color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .80;
}

.spinner {
    margin: auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.puzzle_loading_overlay h3{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 200px;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#leaderboard-body{
/*    background: #4D110F;
    border-radius: 40px;*/
    padding:10px;
}

.leaderboard-ranking{
    padding: 5px 15px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    border-radius: 10px;
}
.leaderboard-ranking.top-ranking{
/*    background: linear-gradient(0deg, #660D12 0%, rgba(102, 13, 18, 0) 100%);
    background-image: -moz-linear-gradient(0deg, #660D12 0%, rgba(102, 13, 18, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, #660D12 0%, rgba(102, 13, 18, 0) 100%);*/
    background: #F5D4BA;
    /*opacity: 0.3;*/
    border-radius: 10px;
    
}

.leaderboard-ranking.active{
    border: 1px solid #FFC000;
    box-sizing: border-box;
  
}
.leaderboard-ranking.own{
    /*background: linear-gradient(180deg, #E12B36 0%, #8B1C23 100%);*/
    background:#E0786F;
}

.modal-leaderboard-content{
    background-color: transparent !important;
    border: none;
}

.modal-leaderboard-content .modal-footer{
    border: none;
    display: block;
}

.leaderboard_game_title{
    font-family: Lobster !important;
    font-style: normal;
    font-weight: normal;
    font-size: 40px !important;
    line-height: 125px;
    color: #FFC000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.leaderboard-ranking .rank{
    font-family: Lobster;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 60px;
    /* identical to box height */

    text-align: left;

    color: black;
    display: inline;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.leaderboard-ranking .name{
   
    line-height: 29px;
    /* identical to box height */
    display: inline;
    padding-top: 15px;
    color: black;
}

.leaderboard-ranking .time{
   
    line-height: 150%;
    /* identical to box height, or 36px */

    display: flex;
    align-items: center;
    display: inline;
    color: black;
    text-align: right;
    padding-top: 15px;
}

.leaderboard-ranking.active .time{
    color:#FFC000;
}

#leaderboardModal.fade .modal-dialog {
 -webkit-transform: translate(0);
 -moz-transform: translate(0);
 transform: translate(0);
 }
 
 #leaderboardModal .modal-footer{
     display:inline-block;
     background: transparent;
     border-top:none;
 }
 #faqModal .modal-dialog{
        max-width: 800px;

}

#faqModal .modal-content{
    background-color: transparent;
    border: none;
    max-width: 800px;
}

.faq_list li{
    background: #FFFFFF;
    border-radius: 20px;
    padding: 15px 45px;
    margin-bottom: 15px;
    list-style-position: inside;
}

#faqModal .modal-title{
    color:white;
}

#faqModal .questons{
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    /* or 36px */


    color: #000000;
}

#faqModal .answer{
    font-family: Lato;
    margin-bottom: 10px;
    display: block;
    margin-left: 15px;
/*    font-style: normal;
    font-weight: lighter;
    font-size: 24px;
    line-height: 150%;
     or 36px 


    color: #000000;*/
}

.login_logo{
    width: 50%;
    height: auto;
}
@media (max-width:992px) {

  /* your conditional / responsive CSS inside this condition */

    .puzzle_modal .close {
           font-size: 36px;
           margin-right: 0px;
       }
    
    .leaderboard-ranking {
        font-size: 20px;
    }
    
    .leaderboard-ranking .rank{
        font-size: 35px;
    }
    
    .puzzle_game_title{
        font-size:40px
    }
    .login_logo{
        width: 80%;
    }
    .login_box{
        padding: 20px 20px;
        margin: 10px 10px;
    }
    .login_box .content{
        font-size: 20px;
    }
    
    .login_box .btn_login{
        float:none;
    }
    .login_box .btn_register{
        float:none;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 768px) { 
  .leaderboard-ranking {
        font-size: 15px;
    }
    
    .leaderboard-ranking .rank{
        font-size: 20px;
    }
    
    .puzzle_game_title{
        font-size: 30px;
    }
}
.modal {
  overflow-y:auto;
}

.small_playagain{
    margin-right: 30px;
    padding: 3px 5px;
    min-width: 130px;
    font-size: 16px;
    height: 40px;
}