@font-face {
    font-family: 'Lunchtype21';
    src: url('../fonts/Lunchtype.eot');
    src: url('../fonts/Lunchtype.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lunchtype.woff2') format('woff2'),
    url('../fonts/Lunchtype.woff') format('woff'),
    url('../fonts/Lunchtype.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lunchtype21';
    src: url('../fonts/Lunchtype-Medium.eot');
    src: url('../fonts/Lunchtype-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lunchtype-Medium.woff2') format('woff2'),
    url('../fonts/Lunchtype-Medium.woff') format('woff'),
    url('../fonts/Lunchtype-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lunchtype21';
    src: url('../fonts/Lunchtype-Bold.eot');
    src: url('../fonts/Lunchtype-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lunchtype-Bold.woff2') format('woff2'),
    url('../fonts/Lunchtype-Bold.woff') format('woff'),
    url('../fonts/Lunchtype-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Lunchtype21;
    width: auto;
    height: 100%;
    background: #090021;
    margin: 0;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #00C3F9;
    border-radius: 3px;
}
#form {
    padding: 0 10px;
}
input {
    box-sizing: border-box;
    font-family: Lunchtype21;
    height: 47px;
    width: 100%;
    border: 1px solid #01C0F4;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #0A0022;
    color: white;
}
a {
    color: #01C0F4;
}
input[type="checkbox"] {
    height: auto;
    width: auto;
    margin-bottom: 5px;
}
button[type="submit"], .submit-button, .actionButtons button, #submitAge {
    height: 45px;
    width: auto;
    padding: 0 20px;
    border-radius: 10px;
    background-color: #00C3F9;
    text-align: center;
    line-height: 45px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    border: none;
    margin-top: 30px;
    cursor: pointer;
}
.submit-button {
    margin-top: 5px;
    margin-bottom: 15px;
}
.actionButtons button, #submitAge {
    font-size: 14px;
    padding: 0 20px;
    min-height: 34px;
    line-height: 34px;
    margin-top: 5px;
    cursor: pointer;
    height: auto;
}
#submitAge {
    height: 45px;
    line-height: 45px;
    min-width: 226px;
    margin-top: 60px;
}
#form-signin-code .submit-button{
    display: block;
    margin: auto;
    margin-bottom: 15px;
}
button:disabled,
button[disabled], #submitAge:disabled{
    background-color: #696672;
    cursor: not-allowed;
}
.actionButtons button[data-active="off"] {
    background-color: #0E3343;
}
.actionButtons button[data-active="on"] {
    cursor: auto;
}
.form-container {
    color: white;
    width: 519px;
    border-radius: 10px;
    background-color: #090021;
    text-align: center;
    margin: 50px auto;
    padding: 10px 45px;
    padding-bottom: 25px;
    box-sizing: border-box;
    min-height: 300px;
}
.form-logo {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #00C3F9;
}
.form-title-icon {
    text-align: center;
    display: none;
    margin-top: 25px;

}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.form-title {
    color: #00C3F9;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    margin: 20px auto;
}

.notification-message {
    height: 22px;
    opacity: 0.4;
    color: #FFFFFF;
    font-family: Lunchtype21;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
}
.error {
    color: white;
    padding-left: 25px;
    position: relative;
    display: none;
    margin: 0;
    text-align: left;
    font-size: 14px;
    margin-bottom: 17px;
    line-height: 14px;
}

.error:before {
    content: '⬤';
    color: white;
    position: absolute;
    left: 5px;
    top: -1px;
    font-size: 10px;
}
.error.highlighted, .error.highlighted:before {
    color: #FF0072;
}
.form-label {
    font-size:14px;
    line-height: 18px;
    font-family: Lunchtype21;
    margin-bottom: 15px;
    display: block;
    position: relative;
    text-indent: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pretty-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark, .checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 4px;
    border: 1px solid #00C3F9;
}

.pretty-checkbox:hover input ~ .checkmark, .pretty-checkbox:hover input ~ .checkmark2 {
    color: #ccc;
}

.pretty-checkbox input:checked ~ .checkmark, .pretty-checkbox input:checked ~ .checkmark2 {
    color: #2196F3;
}

.checkmark:after, .checkmark2:after {
    content: '⬤';
    position: absolute;
    display: none;
    top: -2px;
    left: -25px;
    font-size: 11px;
}

.pretty-checkbox input:checked ~ .checkmark:after, .pretty-checkbox input:checked ~ .checkmark2:after {
    display: block;
}
#form-signin-code {
    display: none;
    margin: 30px auto 0;
}
#form-signin-code input{
    font-size: 28px;
    letter-spacing: 15px;
    color: #00C3F9;
    padding: 15px 25px;
    font-weight: normal;
    font-family: sans-serif;
    max-width: 238px;
    text-align: center;
}
.hide {
    display: none;
}
.show {
    display: block;
}
#form-footer-bad-credentials {
    display: none;
    text-align: center !important;
}
#form-footer, #form-footer-bad-credentials {
    border-top: 1px solid #00C3F9;
    text-align: left;
    padding: 20px;
    font-size: 14px;
    background-color: #090021;
}
#signup-form {
    padding-bottom: 105px;
}
#start-registration-again {
    margin-top: 30px;
}
#form-footer, #resend-code-link, #form-footer-resend {
    position: fixed;
    bottom: 0px;
    box-sizing: border-box;
    left: 20px;
    padding: 20px 15px;
    width: calc(100% - 40px);
    background: #090021;
    z-index: 1;
}
.sign-in-footer {
    display: flex;
    justify-content: space-between;
}

#go-to-login {
    padding: 20px;
    font-size: 14px;
    margin-top: 75px;
    display: none;
}
#form-title-icon-img.spinning {
    animation-name: spin;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#form-footer.go-to-login, #form-footer.go-to-login a, #form-signin-code a, #form-footer-bad-credentials a {
    font-size: 16px;
    text-align: center;
    font-family: Lunchtype21;
    font-weight: 500;
    border: none;
    text-decoration: none;
    margin-top: 50px;
}
#terms-text {
    max-height: 400px;
    overflow-y: scroll;
    padding: 15px;
    line-height: 18px;
    font-size: 14px;
    background-color: #1E1B25;
    border-radius: 10px;
    font-weight: normal;
    color: #69666C;
    text-align: left;
}
#terms-text h1{
    font-size: 20px;
}
#back-link {
    display: none;
    background: url('../images/back.png');
    width: 22px;
    height: 22px;
    background-size: contain;
    float: left;
    margin-top: 19px;
    margin-right: -30px;
    cursor: pointer;
}
@keyframes spin {
    from {
        transform:rotate(360deg);
    }
    to {
        transform:rotate(0deg);
    }
}
.actionButtons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

#resend-code-link {
    display: none;
}
#resend-code {
    margin: 10px auto;
    width: fit-content;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}
#form-parent-email {
    margin-top: 25px;
}
#signup-age-confirmation p {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
}
#signup-age-confirmation p:first-child {
    margin: 30px auto;
}
#submitAge {

}
#parent-email-checkbox {
    position: relative;
    display: none;
    margin-top: 15px;
}
#parent-email-checkbox {
   margin: 20px;
}
.margin-left20 {
    margin-left: 20px;
}
#form-signin-code .notification-message {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: -10px;
}
@media screen and (max-width: 600px) {
    .form-container {
        width: calc(100% - 30px);
        margin: 20px auto;
        padding: 10px;
    }
    .form-title {
        width: auto;
    }
}
div.pretty-checkbox{
    margin-left: 28px;
    text-indent: 0;
}
@media screen and (max-width: 440px) {
    .actionButtons button {
        padding: 7px 20px;
        height: auto;
        line-height: 19px;
    }
    .checkmark:after, .checkmark2:after {
        font-size: 7px;
    }
}
.optional-checkbox span:not(.checkmark2), .optional-checkbox a {
    opacity: 0.6;
}
.mandatory-checkbox span, .mandatory-checkbox a {
    font-weight: 600;
}
.mt-50 {
    margin-top: 50px;
}
.password-wrapper {
    position: relative;
}
#password-toggler{
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(../images/eay-slash.svg);
    right: 8px;
    top: 8px;
    background-size: contain;
    z-index: 1;
    cursor: pointer;
}
#password-toggler.show{
    background-image: url(../images/eay.svg);
}
#kidSignup button[type="submit"] {
    padding: 0 60px;
}
.signin-in-page button[type="submit"] {
    width: 100%;
}
#form-description2 {
    margin-top: 40px;
    color: #00C3F9;
    display: none;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}
#resend-parent-email {
    display: none;
}
#terms-text br {
    margin-top: 5px;
    display: block;
    content: "";
    height: 1px;
}
input:disabled + span.checkmark2 {
    border-color: #696672;
    cursor: not-allowed;
}
