* {
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Inter', sans-serif;
    color: #001027;
}

.overlay-gp-errors {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.64);
    z-index: 10;
}

.hidden {
    display: none;
}

.gympass-logo-area {
    display: none;
}

.gympass-content {
    flex-basis: 100%;
    flex-grow: 1;
}

.gympass-login {
    padding: 16px 20px 97px 20px;
    width: 100%;
    border-radius: 8px;
}

.gympass-login form {
    justify-content: flex-start;
}

.gympass-login>form>div>svg {
    display: flex;
    margin-bottom: 32px;
}

.gympass-login h1 {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1F;
    margin-top: 52px;
}

.gympass-login .gympass-is-now {
    font-family: Inter;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    color: #D8385E;
}

.gympass-psw .gympass-is-now {
    font-family: Inter;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    color: #D8385E;
}

.gympass-logo-336 {
    width: 132px;
    height: 24px;
}

.gympass-login .enter-h1 {
    margin-top: 52px;
}

.gympass-login .enter-email-description {
    margin-top: 8px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #57544D;
}

.gympass-login .email-invalid-hidden {
    display: none;
}

.gympass-login .email-invalid {
    font-family: 'Inter';
    display: flex;
    color: #CA4808;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
}

.gympass-login .button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    bottom: inherit;
    position: relative;
    margin-top: 36px;
}

.gympass-psw .gympass-button-wrapper button {
    min-width: inherit;
    max-width: inherit;
}

.gympass-psw .gympass-btn {
    background-color: #d8385e;
}

.gympass-psw .gympass-btn:disabled {
    background-color: #FAF9F5;
}

.gympass-psw .gympass-button-wrapper a {
    margin: 32px 0 0 0;
    min-width: inherit;
}

.gympass-psw .gympass-button-social-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 32px 0 0 0;
}

.gympass-login .gympass-btn {
    background-color: #d8385e;
}

.gympass-login .gympass-btn:disabled {
    background-color: #FAF9F5;
}

.gympass-login .gympass-input {
    margin-top: 40px;
}

.gympass-psw {
    padding: 16px 20px 97px 20px;
}

.gympass-psw form>div>svg {
    display: flex;
    margin-bottom: 32px;
}

.gympass-psw h1 {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1F;
    margin-top: 52px;
}

.gympass-psw .gympass-input {
    width: 100%;
    margin-top: 28px;
}

.gympass-psw .gympass-forgot {
    margin-top: 32px;
    align-self: flex-start;
}

.gympass-psw .gympass-button-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.gympass-psw .gympass-links-sso {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gympass-psw .gympass-links-sso a:not(:first-child) {
    margin-left: 0;
}

.gympass-error {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 0px 20px 0px 20px;
    justify-content: flex-end;
    position: relative;
}

.gympass-error.facebook {
    background-color: #ffffff !important;
}

.gympass-image-error.locked-user,
.gympass-image-error.blocked-user {
    margin-top: 0;
}

.gympass-image-error img {
    width: 57px;
    height: 53px;
}

.gympass-error svg {
    align-self: center;
    fill: #d8385e;
}

.gympass-error form {
    display: flex;
    flex-direction: column;
}

.gympass-error .blocked-user .subtitle {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.gympass-error h1 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #001027;
    margin-top: 10px;
}

.gympass-error p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #001027;
    margin-top: 16px
}

.gympass-error .button {
    position: relative;
    margin-bottom: 0;
    min-width: inherit;
    max-width: inherit;
    margin-top: 40px;
}

.gympass-error .pr-modal {
    position: absolute;
    right: 0;
    z-index: 1051;
    background-color: #fff;
    flex-direction: column;
    height: 100vh;
    padding: 0 20px 0 20px;
}

.gympass-error .container {
    flex-direction: column;

    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.gympass-error .buttons {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

#pr-modal .buttons {
    justify-content: flex-end;
    margin-bottom: 0;
}

.gympass-error .gympass-btn {
    background-color: #d8385e;
}

.gympass-error #retry {
    background-color: #d8385e;
}

.gympass-error .buttons.try-again {
    margin-top: 32px;
}

.gympass-error .buttons button:first-child {
    width: auto;
    position: relative;
}

.gympass-error .buttons button:not(:first-child) {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    min-width: inherit;
}

.gympass-error .buttons a:not(:first-child) {
    height: 20px;
    align-self: center;
}

.gympass-error .title {
    font-family: 'Inter';
    font-weight: 500;
    color: #001027;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
}

.gympass-error .regular {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
    font-weight: 400;
    color: #57544D;
}

.gympass-error .subtitle {
    font-family: 'Inter';
    font-weight: 500;
    margin-top: 24px;
    line-height: 24px;
    color: #001027;
    font-size: 16px;
}

.gympass-error .text {
    font-size: 14px;
    margin-top: 12px;
    line-height: 20px;
}

.input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}


/*
BEGIN NEW LOGIN FEEDBACK STYLES
*/

.gympass-error .wrapper.login-feedback-base p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter';
}

.gympass-error .login-feedback-bold {
    font-weight: 700;
    color: #1D1D1F;
    margin-top: 16px;
}

.visibility-icon {
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    filter: invert(35%) sepia(10%) saturate(337%) hue-rotate(4deg) brightness(90%) contrast(93%);
}

.gympass-error .login-feedback-no-margin {
    margin-top: 0;
}

.gympass-error .login-feedback-regular {
    font-weight: 500;
    color: #57544D;
}

.gympass-error .login-feedback-help {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/*
END LOGIN FEEDBACK STYLES
*/

.gympass-editable span {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #57544D;
}

.gympass-editable {
    margin-top: 16px;
}

.gympass-editable svg {
    margin-left: 10px;
    cursor: pointer;
}

.gympass-editable svg path {
    fill: #d8385e;
}

.gympass-error .modal-show {
    display: flex;
}

.gympass-error .modal-hidden {
    display: none;
}

.gympass-error .img {
    margin-top: 10px;
}

.locked-user {
    margin-bottom: 40px;
}

.gympass-error .wrapper {
    display: flex;
    flex-direction: column;
}

.gympass-error.generic .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
}

.gympass-error .button-close {
    display: none;
}

.footer-recaptcha-message {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #57544D;
}

.link-wrapper.buttons {
    display: flex;
    flex-direction: row;
}

.footer-link.privacy {
    padding-right: 0px;
}

.link-wrapper.text-recaptcha {
    width: 45%;
}

@media (max-width: 544px) {
    .link-wrapper.buttons {
        word-break: break-all;
        align-self: flex-start;
    }
}


.gympass-error .gympass-link {
    margin-top: 15px;
    margin-bottom: 15px;
}

.gympass-error.facebook .wrapper {
    margin-bottom: 30px;
}

.gympass-error.facebook .gympass-image-error img {
    width: 56px;
    height: 56px;
}

/*
xxs: 370
xs: 570 
md: 760
lg: 990
xl: 1200
xxl: 1460
xxxl: 1600
*/

/* if screen size is more than Xpx wide */

@media (min-width: 1200px) {
    .gympass-bg-wrapper img {
        height: auto !important;
        width: 65% !important;
    }

    .gympass-login .gympass-link {
        margin-left: 64px;
    }

    .gympass-login .button-wrapper {
        display: flex;
        flex-direction: initial !important;
    }

    .gympass-error .button-close {
        position: fixed;
        top: 40px;
        right: 60px;
        display: block;
        background-color: #ffffff;
        cursor: pointer;
        z-index: 1051;
        padding: 20px;
    }
}

@media (min-width: 990px) {
    .gympass-bg-wrapper img {
        height: auto;
        width: 65% !important;
    }

    .gympass-error .button-close {
        position: fixed;
        top: 40px;
        right: 60px;
        display: block;
        background-color: #ffffff;
        cursor: pointer;
        z-index: 1051;
        padding: 20px;
    }

    .gympass-error {
        width: 60%;
    }
}

@media (min-width: 760px) and (max-width: 989px) {
    .gympass-error {
        width: 75%;
    }
}

@media (min-width: 760px) {
    .gympass-psw .gympass-button-social-wrapper {
        flex-direction: row;
    }

    .footer-recaptcha-message {
        display: inline-block;
        width: 345px;
        line-height: 12px;
    }

    .footer-wrapper {
        height: 60px !important;
        justify-content: center !important;
    }

    .gympass-error .button-close {
        position: fixed;
        top: 40px;
        right: 60px;
        display: block;
        background-color: #ffffff;
        cursor: pointer;
        z-index: 1051;
        padding: 20px;
    }

    .container {
        margin: 0;
        padding: 0;
        display: flex;
        height: 100vh;
    }

    .gympass-login .gympass-link {
        margin-left: 40px;
    }

    .link-wrapper.buttons {
        margin-left: 120px;
    }

    .gympass-login .button-wrapper {
        flex-direction: initial;
    }

    .gympass-logo-area {
        display: flex;
        flex-grow: 3;
        flex-basis: 60%;
        background-color: #F5F5FA;
        align-items: center;
    }

    .gympass-logo-wrapper {
        display: flex;
        flex-direction: column;
        margin-left: 72px;
    }

    .gympass-logo-wrapper span {
        margin-bottom: 10px;
        font-family: Inter;
        color: #57544D;
        font-size: 14px;
        line-height: 20px;
    }

    .gympass-bg-wrapper {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        height: 100%;
        align-items: center;
    }

    .gympass-content {
        display: flex;
        flex-basis: 40%;
        flex-grow: 2;
    }

    .gympass-login {
        display: flex !important;
        padding: 30px;
        width: 598px;
        height: 462px;
        margin: auto;
        border: 1px solid #E1DED7;
    }

    .gympass-login .gympass-is-now {
        font-family: Inter;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 4px;
        color: #D8385E;
    }

    .gympass-login .enter-email-description {
        font-family: Inter;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
        color: #57544D;
    }

    .gympass-login form {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .gympass-login form>div>svg {
        display: none;
    }

    .gympass-login h1 {
        font-family: Inter;
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        color: #1D1D1F;
        margin-top: 30px;
    }

    .gympass-login .gympass-btn {
        width: 120px;
    }

    .gympass-psw {
        padding: 148px 55px 120px 70px;
        padding: 30px;
        margin: auto;
        width: 598px;
        height: 458px;
        border: 1px solid #E1DED7;
        border-radius: 8px;
    }

    .gympass-psw form {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .gympass-psw form>div>svg {
        display: none;
    }

    .gympass-psw h1 {
        font-family: Inter;
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        color: #1D1D1F;
        margin-top: 30px;
    }

    .gympass-psw .gympass-input {
        margin-top: 40px;
    }

    .gympass-psw .gympass-forgot {
        margin-top: 32px;
        align-self: flex-start;
    }

    .gympass-psw .gympass-button-wrapper {
        width: auto;
        align-items: initial;
    }

    .gympass-psw .gympass-button-wrapper button {
        width: auto;
        margin-top: 12px;
    }

    .gympass-psw .gympass-button-wrapper a {
        margin: 32px 0 0 0;
        min-width: 160px;
        align-self: flex-start;
    }

    .gympass-psw .gympass-links-sso {
        display: flex;
        flex-direction: row;
    }

    .gympass-psw .gympass-links-sso a {
        margin-bottom: 0;
    }

    .gympass-psw .gympass-links-sso a:not(:first-child) {
        margin-left: 40px;
    }

    .gympass-error {
        background-color: #ffffff;
        display: flex;
        height: 100vh;
        padding-left: 150px;
        padding-top: 60px;
        justify-content: center;
        position: relative;
    }

    .gympass-error #retry {
        width: 120px;
        margin-right: 30px;
    }

    .gympass-error.facebook {
        background-color: #ffffff !important;
    }

    .gympass-error.facebook .buttons {
        margin-top: 30px;
    }

    .gympass-error form {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .gympass-image-error {
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .gympass-image-error img {
        width: 50px;
        height: 50px;
    }

    .gympass-error.facebook .gympass-image-error img {
        width: 100px;
        height: 100px;
    }

    .gympass-error h1 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 24px;
        margin-top: 24px;
        margin-bottom: 10px;
    }

    .gympass-error p {
        margin-top: 0px;
    }

    .gympass-error .button {
        margin-bottom: 56px;
        min-width: 135px;
        max-width: 200px;
        min-height: 48px;
    }

    .gympass-error .buttons {
        display: flex;
        margin-bottom: 56px;
        flex-direction: initial !important;
        align-items: center;
    }

    .gympass-error .buttons.try-again {
        margin-top: 30px;
    }

    .gympass-error .buttons button:not(:first-child) {
        margin-left: 64px;
        margin-top: 0;
        margin-bottom: 0;
        min-width: 130px;
    }

    .gympass-error .buttons a:not(:first-child) {
        margin-left: 64px;
        margin-top: 0;
        margin-bottom: 0;
        min-width: 130px;
        height: 20px;
        align-self: center;
    }

    .gympass-error .pr-modal {
        position: absolute;
        right: 0;
        z-index: 1051;
        background-color: #fff;
        flex-direction: column;
        height: 100vh;
        padding: 100px 55px 0 65px;
        width: 640px;
        justify-content: space-around;
    }

    .gympass-error .container {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        margin-top: 0;
        justify-content: center;
    }

    .gympass-error .title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 12px;
    }

    .gympass-error .text {
        font-family: 'Inter';
        font-size: 16px;
        margin-top: 16px;
        color: #57544D;
        font-weight: 400;
        line-height: 24px;
    }

    #pr-modal .buttons {
        justify-content: flex-start;
        height: auto;
        margin-bottom: 50px;
    }
}

@media (min-width: 570px) {
    .gympass-bg-wrapper img {
        height: auto;
        width: 65%;
    }
}

@media (max-width: 320px) {
    .gympass-error .container {
        margin-bottom: 10px;
    }
}


.footer-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 76px;
    background-color: #FAF9F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.footer-link-wrapper {
    display: flex;
    margin-right: 33px;
}

.footer-link {
    box-sizing: border-box;
    outline: none;
    transition: all 0.2s;
    cursor: pointer;
    width: auto;
    font-weight: 600;
    font-family: Inter;
    font-size: 12px;
    color: #1D1D1F;
    height: unset;
    margin-bottom: 8px;
    background-color: unset;
    border: none;
    border-radius: 0;
    text-decoration: underline;
    letter-spacing: normal;
    line-height: 16px;
}

.footer-link:not([disabled]):hover {
    color: #57544D;
    box-shadow: unset;
}

.footer-link:not([disabled]):focus {
    color: #57544D;
    box-shadow: unset;
}

.footer-link:active {
    background-color: #57544D;
    border-color: #57544D;
}

.recaptcha-bold {
    font-weight: 700;
}

.grecaptcha-badge {
    display: none !important;
}

@media (max-height: 450px) {
    .grecaptcha-badge {
        display: none !important;
    }
}

.kc-login {
    display: flex;
}

/*
Hr portal styles
*/

.hr-portal-wrapper {
    height: 100vh;
    height: 100dvh;
}

.hr-portal-container {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 144px;
}

.hr-portal-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}

.hr-portal-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: auto;
    width: 40%;
}

.hr-portal-subtitle-wrapper {
    margin-top: 10px;
}

.hr-portal-checkbox-wrapper {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hr-portal-checkbox-box {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 4px;
    border-width: 2px;
    border-color: #A6A298;
    display: flex;
}

.hr-portal-checkbox-input {
    border: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0;
}

.hr-portal-title {
    margin-top: 48px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'Inter', 'Open Sans', sans-serif;
}

@media (min-width: 769px) {
    .hr-portal-title {
        font-size: 48px;
        line-height: 56px;
        margin-top: 0;
    }
}

.hr-portal-subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #57544D;
    font-family: 'Inter', 'Open Sans', sans-serif;
}

.hr-portal-checkbox-description {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #57544D;
    font-family: 'Inter', 'Open Sans', sans-serif;
}

@media (max-width: 769px) {
    .hr-portal-checkbox-description {
        padding: 0 20px;
    }
}

.hr-portal-link {
    color: #D8385E;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter', 'Open Sans', sans-serif;
    text-decoration: none;
}

.hr-portal-checkbox-container {
    display: inline-block;
    box-sizing: border-box;
}

.hr-portal-button {
    width: 154px;
    min-height: 48px;
    margin-top: 30px;
}

.gympass-2d01 {
    max-width: 280px;
    width: 100%;
    height: auto;
}

.terms-links {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-link-hr-portal {
    box-sizing: border-box;
    outline: none;
    transition: all 0.2s;
    cursor: pointer;
    width: auto;
    font-weight: 500;
    font-family: Inter;
    font-size: 14px;
    color: #D8385E;
    height: unset;
    background-color: unset;
    border: none;
    border-radius: 0;
    text-decoration: none;
    letter-spacing: normal;
    line-height: 20px;
}

.footer-link-hr-portal:not([disabled]):hover {
    color: #57544D;
    box-shadow: unset;
}

.footer-link-hr-portal:not([disabled]):focus {
    color: #57544D;
    box-shadow: unset;
}

.footer-link-hr-portal:active {
    background-color: #57544D;
    border-color: #57544D;
}

/*
LOGIN CLAIM STYLES
*/

.login-claim-wrapper {
    height: 100vh;
    height: 100dvh;
}

.login-claim-container {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 13px;
    align-items: flex-end;
}

.login-claim-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
}

.login-claim-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: auto;
    width: 40%;
}

.login-claim-title {
    margin-top: 30px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'Inter', 'Open Sans', sans-serif;
}

.login-claim-subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #57544D;
    font-family: 'Inter', 'Open Sans', sans-serif;
}

.login-claim-subtitle-wrapper {
    margin-top: 16px;
}

.icon-container {
    height: 53px;
    width: 53px;
}

.gympass-info-icon {
    height: 100%;
    filter: invert(22%) sepia(32%) saturate(5726%) hue-rotate(241deg) brightness(95%) contrast(90%);
}

@media (min-width: 769px) {
    .login-claim-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 60%;
    }

    .login-claim-title {
        margin-top: 30px;
        font-size: 48px;
        line-height: 56px;
        font-family: 'Inter', 'Open Sans', sans-serif;
    }

    .login-claim-container {
        width: 100%;
        height: 100%;
        display: flex;
        padding: 180px;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .hr-portal-checkbox-description {
        padding: 0 20px;
    }
}