@font-face{
    font-family:'digital-7';
    src: url('ctm/digital-dismay.regular.otf');
}
*, *:after, *:before {
    box-sizing: border-box;
    user-select: none !important;
} 
body{ 
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image:url(./img/img10.png); 
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center center !important;
} 
.keyarea {
    background-color: rgba(133, 133, 133, 0.5);
    box-shadow: 1px 1px 5px rgb(27,27,27);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    bottom: 0px;
    left: 0px;
    margin: auto;
    margin-bottom: 25px;
    max-width: 500px;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    text-align: center;
}
.divider {
    padding: 15px;
    display: none;
}
.divider > div {
    border-bottom: solid 2px #ccc;
}
.key {
    background: #eee;
    background: linear-gradient(#fff, #eee);
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: -ms-linear-gradient(top, #fff, #eee);
    background: -moz-linear-gradient(top, #fff, #eee);
    background: -o-linear-gradient(top, #fff, #eee);
    box-shadow: 1px 1px 1px 0 #ccc;
    display: inline-block;
    margin: 2px;
    padding: 8px;
    text-align: center;
    width: 25px;
    border-radius: 3px;
    cursor: pointer;
}
.key:hover{
    background: #ddd;
}
.key[data="false"], .key[data="true"] {
    color: #555;
    font-weight: bold;
}
.key[data="true"] {
    background: #9f9;
}
.key[data="false"] {
    background: #eaadad;
}
.word {
    font-size: 22px;
    height: 30px;
    margin: 20px;
    text-align: center;
    background-color: #0000004d;
    backdrop-filter: blur(5px);
    border-radius: 15px;
}
.l {
    box-shadow: 0 3px 0 -1px #bbb;
    display: inline-block;
    margin: 1px;
    height: 20px;
    text-transform: uppercase;
    width: 20px;
    color: #fff;
}
.ls {
    box-shadow: 0 0 0 0 #bbb;
    width: 10px;
}
/* .penalty {
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
}
.aspect {
    aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1){ */
    /* 	CSS workaround for browsers like some Safari not supporting aspect-ratio */
    /* .aspect::before{
        content: "";
        padding-top: 100%;
    }
    
    .aspect::after {
        content: "";
        display: table;
        clear: both;
    }
}
.penalty > div {
    height: 100%;
    width: 100%; */
    /* background-image: var(--watch);
    background-size: cover; */
    /* position: relative;
    overflow: hidden; */
    /* -webkit-filter: drop-shadow(var(--dr-sdw));
    filter: drop-shadow(var(--dr-sdw)); */
/* }
.penalty > div div {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
} */

.penalty {
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
}
.aspect {
    aspect-ratio: 1/1;
}
.penalty > div {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
@supports not (aspect-ratio: 1/1){
    .aspect {
        position: relative;
        width: 100%;
        padding-bottom: 100%;
    }
    .aspect > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.penalty > div div {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}


.home, .modal, .help, .verdict {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
}
.hint{
    background: rgba(132, 221, 233, 0.5) !important;
    animation: animate 2s infinite;
    -webkit-animation: animate 2s infinite;
}
@keyframes animate {
    50% {
        opacity: 0.5;
    }
}
.verdict{
    z-index: 9;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.verdict > div {
    position: relative;
    width: 100%;
    height: 100%;
}
.vwrap{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: flex-end;
    color: white;
    height: 100%;
}
.vwrap > div {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}
.verdict[data="true"]{
    background:rgba(0, 19, 54, 0.671); 
}
.verdict[data="false"]{
    background:rgba(71, 2, 2, 0.671); 
}
.verdict .vwrap > div > p:nth-child(1){
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}
.verdict[data="true"] .vwrap > div > p:nth-child(2), .verdict[data="false"] .vwrap > div > p:nth-child(3){
    font-size: 18px;
    margin: 0;
}
.verdict[data="true"] .vwrap > div > p:nth-child(3), .verdict[data="false"] .vwrap > div > p:nth-child(2){
    font-size: 30px;
    font-weight: 550;
    margin: 0;
}
.verdict .btn, .home .btnn {
    padding: 10px 20px;
    border-radius: 10px;
    background: #ddd;
    cursor: pointer;
    font-size: 16px;
}
.verdict .btn:hover{
    background: #aaa;
}
.verdict[data="true"] .btn {
    border: 2px solid darkred;
    color: darkred;
}
.verdict[data="false"] .btn {
    border: 2px solid navy;
    color: navy;
}
.verdict .vwrap > div div {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    font-style:italic;
    font-size: 16px;
}
.unsee {
    display: none !important;
}
.home {
    z-index: 10;
    background-color: rgb(226, 222, 215);
    background-image: url(img/home.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.home .btn {
    position: absolute;
    bottom: 0;
    left: 0;   
}
.home .btnn{
    background-color: darkred;
    color: #ddd;
    border: 1px solid #fff;
    font-size: 20px;
    padding: 15px 30px;
    width: 120px;
}
.home .btnn:hover{
    background-color: rgba(139, 0, 0, 0.699);
    color: rgb(206, 206, 206);
}
.home > div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
}
.home > div> div {
    height: 300px;
    width: 250px;
    position: relative;
    text-align: center;
}
footer, .footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    font-weight: 600;
}
footer div, footer a, footer a:hover {
    text-align: center;
    text-decoration: none;
    color: navy;
}
.verdict a{
    color: #80caff; /* #f55; */
    text-align: center;
    text-decoration: none;
}
.footer div, .footer a, .footer a:hover, .verdict a:hover {
    text-align: center;
    text-decoration: none;
    color: #ddd;
}
.modal, .help {
    z-index: 9;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: rgb(27,27,27,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal > div{
    width: 400px;
    max-width: 80%;
    background-color: rgba(27,27,27,0.8);
    border: 1px solid bisque;
    border-radius: 15px;
    padding: 10px 10px 30px;
    position: relative;
}
.modal h3 {
    font-family: Arial;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.help > div {
    height: 100%;
    width: 100%;
    overflow:auto;
}
.help > div > div {
    margin: 30px auto;
    width: 600px;
    max-width: 80%;
    padding: 10px;
    background-color: rgba(27,27,27,0.8);
    border: 1px solid bisque;
    border-radius: 5px;
    position: relative;
}
.help .close, .modal .close {
    background-color: #f55;
    border-radius: 50%;
    box-shadow: 1px 1px 4px #888;
    font-weight: bold;
    padding: 8px 8px;
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: xx-large;
    color: white;
    line-height: 0.6;
    cursor: pointer;
}
.verdict .close, .gclose, .gtimer {
    background-color: #f55;
    border-radius: 50%;
    box-shadow: 1px 1px 4px #888;
    font-weight: bold;
    padding: 8px 8px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: xx-large;
    color: white;
    line-height: 0.6;
    cursor: pointer;
}
.gtimer {
    right: unset;
    top: 15px;
    font-size: 25px;
    left: 15px;
    padding: 11px 6px 6px 7px;
    height: 35px;
    width: 35px;
    font-family: 'digital-7', sans-serif;
    font-weight: lighter;
}
.ptimer {
    background-color: #f11;
    color: black;
}
.gpercent {
    background-color: #f55;
    border-radius: 6px;
    font-weight: bold;
    padding: 8px 8px;
    position: absolute;
    left: calc(50% - 100px);
    top: 50px;
    color: white;
    line-height: 0.6;
    cursor: none;
    width: 200px;
    text-align: center;
}
.help .close:hover, .verdict .close:hover, .gclose:hover, .modal .close:hover {
    color: rgb(126, 126, 126);
}
.help > div > div p {
    font-family: Arial, Helvetica, sans-serif;
    color: #eee;
    font-size: 16px;
    line-height: 1.4;
}
.help a, .help a:hover {
    color: bisque;
    text-decoration: none;
}
.help > div > div h4, .help > div > div h5 {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: bisque;
    font-size: 18px;
    margin-bottom: 5px;
}
.helph5 {
    font-size: 15px !important;
}
.swal2-popup{
    font-size: 14px !important;
    background-color: #f4ededd6 !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
}
h2#swal2-title{
    font-size: 20px;
}
div#swal2-html-container{
    font-size: 14px;
}

@media only screen and (max-width: 500px){
    .key{
        width: 32px;
    }
    .keyarea {
        padding: 15px 15px;
    }
}