
#ageCheck {
}

#ageCheck .mainAgeContainer {
    margin: 0;
    width: 32.8rem;
    background-color: var(--clr-white);
    border-radius: 1.6rem;
}

#ageCheck .ageWindow {
    margin: auto;
    padding: 0rem;
    width: 100%;
}

#ageCheck .text {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

#ageCheck .text.smaller {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.35rem;
}

#ageCheck .text a {
    color: var(--clr-gold);
    font-weight: 500;
    text-decoration: none;
}

#ageCheck .topText {
    padding: 2.0rem 2.0rem 3.0rem 2.0rem;
    width: 100%;
    color: #2E2E2E;
    font-family: 'Akzidenz-Grotesk Pro', sans-serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    background-color: #F9F5EE;
    border-radius: 1.6rem 1.6rem 0rem 0rem;
    background-image: url('/public/images/soutez/age-check-border.svg');
    background-position: bottom -0.2rem center;
    background-size: auto 1.3rem;
}


#ageCheck .cells {
    padding: 3rem 2.4rem 3rem 2.4rem;
    text-align: left;
}

#ageCheck .inputContainer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1.0rem;
}

#ageCheck .cell {
    padding: 1.8rem 0;
    width: 6.3rem;
    color: #000000;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 300;
    font-size: 2.1rem;
    line-height: 2.1rem;
    background-color: transparent;
    border: solid 0.1rem #D28E0D80;
    border-radius: 0.5rem;
    text-align: center;
    transition: transform 0.1s ease;
}

#ageCheck .cell:focus {
    transform: scale(1.05);
    outline: none;
}

#ageCheck .cell::placeholder {
    font-family: 'brandon-grotesque', sans-serif;
    color: #00000066;
}


#ageCheck .ageConfirm.buttonBackground {
    margin: 2.4rem auto 0 auto;
    width: 100%;
    transition: opacity 0.5s;
}

#ageCheck .ageConfirm .button {
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    width: calc(100% - 0.8rem);
    padding: 2.0rem;
    background: transparent;
    color: var(--clr-white);
    font-family: 'Akzidenz-Grotesk Pro', sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-align: center;
    border-radius: 0.5rem;
    border: solid var(--clr-gold-light) 0.2rem;
    box-shadow: 0px 7px 16px 0px #0000001A,
        0px 30px 30px 0px #00000017,
        0px 67px 40px 0px #0000000D,
        0px 118px 47px 0px #00000003,
        0px 185px 52px 0px #00000000;
}

#ageCheck .ageConfirm.buttonBackground.disabled .button {
    opacity: 0.4;
}


#ageCheck .rememberMe {
    display: flex;
    margin: 2.0rem auto 2.4rem auto;
    gap: 1.4rem;
    align-items: center;
    justify-content: flex-start;
}

#ageCheck .rememberMe .checker {
    width: 1.8rem;
    height: 1.8rem;
    background-image: url('/public/images/soutez/age-check.svg');
    transition: background-image 0.5s;
}

#ageCheck .rememberMe .active {
    background-image: url('/public/images/soutez/age-check-active.svg');
}

#ageCheck .rememberMe .text {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.9rem;
}

#ageCheck .rememberMe .active {
    background-image: url('/public/images/soutez/age-check-active.svg');
}

#ageCheck .bottomText {
    height: 5.7rem;
    width: 100%;
    background-color: #2E2E2E;
    background-image: url('/public/images/soutez/age-check-underage.svg');
    background-position: center;
    background-size: 16.4rem auto;
    border-radius: 0rem 0rem 1.6rem 1.6rem;
}

#underage .text {
    padding: 2.0rem 2.0rem;
}