html,
body {
    height: 100%;
    margin: 0;
}

body {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: 'Barlow', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.age-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    isolation: isolate;
    flex: 1;
}

.section-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}

.age-input {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 5%
}

.age-input input[type="number"] {
    height: 65px;
    border: none;
    border-bottom: 2px solid #fff;
    background: transparent;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-size: 32px;
    outline: none;
}

.age-input input::placeholder {
    font-family: 'Barlow Condensed', sans-serif;
    color: #999999;
    text-align: center;
    font-size: 32px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.register-btn {
    width: 100%;
    padding: 8px 20px;
    border: none;
    background: #FF8300;
    border-radius: 2px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}

.register-btn:disabled {
    pointer-events: none;
    background-color: rgb(151, 116, 116);
}

/* .cookies-policy {
    background-color: #FFFFFF;
}

.policy-description-1 {
    font-weight: 500;
    color: #1F2937;
    gap: 20px;
}

.policy-description-2 {
    display: inline-block;
    padding-bottom: 2px;
    font-weight: bold;
    margin-top: 0.5rem;
}
.override-description {
    text-decoration: underline;
    color: #1F2937;
    text-underline-offset: 8px;
} */
/* .button-area {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    gap: 16px;
}

.accept-reject-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    gap: 4px;
    background: #FF8300;
    border-radius: 2px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
} */

.tournament-tiger-backdrop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -53%);
    width: 100%;
}

/* .register-btn:hover,
.accept-reject-btn:hover {
    background-color: rgb(170, 161, 161);
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
} */

.year-input {
    width: 40%;
    height: 79px;
}

.month-input {
    width: 30%;
    height: 79px;
}

.day-input {
    width: 30%;
    height: 79px;
}

.section-2 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 24%;
}

.age-text {
    width: 100%;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 399px) {
    .section-1 {
        gap: 10px
    }

    .age-wrapper {
        gap: 10px;
        margin-top: 6%;
        padding: 0px 3%;
    }

    .tiger-logo {
        width: 43%;
        height: 74%;
    }

    .section-2 {
        width: 100%;
        gap: 20px;
    }

    .age-input input[type="number"] {
        font-size: 26px;
        height: 55px;
    }

    .age-input input::placeholder {
        font-size: 26px;
        height: 55px;
    }
}

/* Mobile UI */
@media (min-width: 400px) and (max-width: 479px) {
    .tiger-logo {
        width: 49%;
        height: 67%;
    }

    .age-wrapper {
        margin-top: 6%;
        padding: 0px 2%;
    }

    .age-input {
        padding: 0;
    }

    .section-1 {
        gap: 20px;
    }

    .section-2 {
        width: 100%;
        gap: 20px;
    }

    .age-text {
        font-size: 18px;
        line-height: 150%;
    }

    .register-btn {
        height: 100%;
    }

    .age-input input[type="number"] {
        font-size: 36px;
    }

    .age-input input::placeholder {
        font-size: 36px;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* .cookies-policy {
        padding: 16px;
    } */

    .year-input {
        height: 69px !important;
    }

    .month-input {
        height: 69px !important;
    }

    .day-input {
        height: 69px !important;
    }

    /* .policy-description-1 {
        font-size: 16px;
    }

    .policy-description-2 {
        font-size: 16px; 
    } */
}

/* Tablet UI */
@media (min-width: 768px) and (max-width: 1023.99px) {
    .tiger-logo {
        width: 43%;
        height: 73%;
    }

    .age-wrapper {
        gap: 40px;
        margin-top: 30%;
        padding-left: 4%;
        padding-right: 4%;
    }

    /* .cookies-policy {
        padding: 32px;
    }

    .policy-description-1 {
        font-size: 18px; 
    }
    
    .policy-description-2 {
        font-size: 18px; 
    } */

    .tournament-tiger-backdrop {
        transform: translate(-50%, -64%);
        width: 768px;
    }

    .age-input input::placeholder {
        font-size: 48px;
    }

    .register-btn {
        height: 128%;
    }

    .age-text {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        color: #FFFFFF;
    }

    .year-input {
        width: 114px;
        height: 79px !important;
    }

    .month-input {
        width: 60px;
        height: 79px !important;
    }

    .day-input {
        width: 60px;
        height: 79px !important;
    }

    .section-1 {
        gap: 24px;
    }

    .section-2 {
        padding-left: 23%;
        padding-right: 23%;
        width: 100%;
    }
}

/* Desktop UI */
@media (min-width: 1024px) {
    .age-wrapper {
        gap: 60px;
        padding-top: 12%;
        padding-left: 32%;
        padding-right: 32%;
    }

    .tiger-logo {
        width: 44%;
        height: 74%;
    }

    .age-input {
        justify-content: center;
        gap: 50px;
    }

    .age-text {
        height: 36px;
        font-weight: 500;
        font-size: 24px;
    }

    .tournament-tiger-backdrop {
        width: 961px;
    }

    /* 
    .cookies-policy {
        padding: 40px 120px;
        display: flex;
    }

    .policy-description-1 {
        font-size: 20px;
        width: 792px;
    } */
    /* 
    .button-area {
        margin-left: auto;
    } */

    .year-input {
        width: 110px;
        height: 69px;
    }

    .month-input {
        width: 65px;
        height: 69px;
    }

    .day-input {
        width: 69px;
        height: 79px;
    }

    .register-btn {
        height: 128%;
    }

    .section-1 {
        gap: 32px;
    }

    .section-2 {
        gap: 52px;
        padding-left: 0;
        padding-right: 0;
    }
}