#ageCheck {
    
}

#ageCheck .mainAgeContainer {
    margin: 0;
    width: 33.4rem;
    max-height: 90%;
    background-color: var(--clr-cream);
    overflow: hidden;
    overflow-y: auto;
}

#ageCheck .ageWindow {
    width: 100%;
    text-align: left;
}

#ageCheck .ageWindow .topPart {
    margin: auto;
    padding: 1.9rem 1.9rem 0 1.9rem;
    z-index: 70;
}

#ageCheck .text {
    color: var(--clr-brown);
    font-size: 1.6rem;
    line-height: 2.3rem;
    font-weight: 600;
}

#ageCheck .topText {
    margin: 1.2rem auto 2.0rem auto;
    font-family: 'Poplar Kozel', sans-serif;
    font-size: 2.5rem;
    line-height: 3.2rem;
    font-weight: 500;
    letter-spacing: 1%;
    text-align: center;
}

#ageCheck .text.smaller {
    margin-bottom: 1.8rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 300;
}

#ageCheck .text.smaller a {
    font-weight: 600;
}


#ageCheck .inputContainer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
}

#ageCheck .cell {
    padding: 1.8rem 1.2rem;
    width: 6.5rem;
    font-family: 'Roboto Slab', sans-serif;
    color: var(--clr-black);
    font-size: 2.0rem;
    line-height: 2.5rem;
    font-weight: 600;
    background-color: transparent;
    border: solid 0.2rem var(--clr-orange);
    border-radius: 0.5rem;
    text-align: center;
    transition: transform 0.1s ease;
}

#ageCheck .cell:focus {
    transform: scale(1.05);
    outline: none;
}

#ageCheck .cell::placeholder {
    color: #2C2B2D88;
}


#ageCheck .cells {
}

#ageCheck .rememberMe {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    display: flex;
    gap: 1.4rem;
    align-items: center;
    justify-content: flex-start;
}

#ageCheck .rememberMe .checker {
    width: 2rem;
    height: 2rem;
    background-image: url('/public/images/soutez/icons/age-check.svg');
    transition: background-image 0.4s;
}

#ageCheck .rememberMe .active {
    background-image: url('/public/images/soutez/icons/age-check-active.svg');
}

#ageCheck .rememberMe .text {
    margin: 0;
}


#ageCheck .button {
    margin-bottom: -3.0rem;
}

#ageCheck .button .inner {
    font-size: 3.0rem;
}


#ageCheck .bottomPart {
    padding: 4.4rem 0 1.4rem 0;
    background-color: var(--clr-brown);
}

#ageCheck .bottomPart .napivoSRozumem {
    margin: auto;
    background-image: url(/public/images/soutez/napivosrozumem-white.svg);
    height: 5.4rem;
    width: 26.3rem;
}


#underage .text {
    margin-bottom: 2.0rem;
}

#underage .bottomPart {
    padding: 1.0rem 0 1.0rem 0;
    background-color: var(--clr-brown);
}