@font-face {
    font-family: Tele2SlabWeb;
    src: url("../Font/Tele2SlabWeb-Regular.woff");
    font-weight: 400;
}

@font-face {
    font-family: Tele2SlabWeb;
    src: url("../Font/Tele2SlabWeb-Bold.woff");
    font-weight: 500;
}

@font-face {
    font-family: Tele2SlabWeb;
    src: url("../Font/Tele2SlabWeb-Heavy.woff");
    font-weight: 600;
}

@font-face {
    font-family: Tele2SlabWeb;
    src: url("../Font/Tele2SlabWeb-Black.woff");
    font-weight: 900;
}

@font-face {
    font-family: Tele2SlabWebBlack;
    src: url("../Font/Tele2SlabWeb-Black.woff");
    font-weight: 900;
}

@font-face {
    font-family: Lato;
    src: url("../Font/Lato-Regular.woff");
    font-weight: 400;
}

@font-face {
    font-family: Lato;
    src: url("../Font/Lato-Semibold.woff");
    font-weight: 600;
}

@font-face {
    font-family: Lato;
    src: url("../Font/Lato-Bold.woff");
    font-weight: 900;
}

@font-face {
    font-family: Lato;
    src: url("../Font/Lato-Italic.woff");
    font-style: italic;
    font-weight: 400;
}

.login-form-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
}

.login-form-subtitle {
    font-weight: bold;
    font-size: 14px;
}

.logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.button {
    border: 1px solid black;
    background-color: white;
    color: black;
    font-family: Tele2SlabWeb, Source Sans Pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    min-height: 56px;
    text-decoration: none;
}

.button--bordered {
    background-color: transparent;
    color: black;
    border: 2px solid black;
}

.button--secondary {
    background-color: transparent;
    color: black;
    border: 2px solid black;
    margin-top: 15px;
}

    .button--secondary:hover {
        background-color: #E1E1E1;
    }

.button-disabled {
    border: none;
    cursor: not-allowed;
    pointer-events: none;
    border-radius: 0;
    background-color: #B6B6B6;
    color: white;
    font-family: Tele2SlabWeb, Source Sans Pro, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    min-height: 56px;
    text-decoration: none;
}


.button--remind {
    color: black;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    display: contents;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    font-family: Tele2SlabWeb, Source Sans Pro, sans-serif;
}

.button__social-signin {
    font-weight: 400;
}

.button__social-signin--facebook {
    background-color: #1877F1;
    max-width: 65px;
    max-height: 56px;
}

    .button__social-signin--facebook:hover {
        background-color: #2F84F2;
    }

@media screen and (max-width: 560px) {
    .button__social-signin--facebook {
        margin-bottom: 15px;
        max-width: unset;
    }
}

.button__social-signin--google {
    background-color: #E43E2B;
    max-width: 65px;
    max-height: 56px;
}

    .button__social-signin--google:hover {
        background-color: #E65140;
    }

@media screen and (max-width: 560px) {
    .button__social-signin--google {
        max-width: unset;
    }
}

.button__social-signin--apple {
    background-color: #000000;
    max-width: 65px;
    max-height: 56px;
}

    .button__social-signin--apple:hover {
        background-color: #373737;
    }

@media screen and (max-width: 560px) {
    .button__social-signin--apple {
        max-width: unset;
    }
}

.button__social-signin--mobile-id {
    background-color: #FFFFFF;
    border: 1px solid black;
}

    .button__social-signin--mobile-id:hover {
        background-color: #E1E1E1;
    }

.login-button-text {
    font-family: Lato,Source Sans Pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: black;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
}

.login-button:hover {
    text-decoration: none;
    background: #373737;
}

.input-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.input-field__prefix {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 20px;
    left: 0;
}

.input-field__label {
    font-weight: 400;
    font-size: 12px;
    color: #b6b6b6;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: font-size, color, -webkit-transform;
    transition-property: font-size, color, -webkit-transform;
    transition-property: transform, font-size, color;
    transition-property: transform, font-size, color, -webkit-transform;
}

.input-field__input {
    border-style: solid;
    border-color: black;
    border-width: 0 0 2px 0;
    padding: 0 0 4px 0;
    font-size: 16px;
    line-height: 20px;
    font-family: Tele2SlabWeb, Source Sans Pro, sans-serif;
    font-weight: 500;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 0;
    width: 100%;
    outline: none;
}

    .input-field__input:placeholder-shown:not(:focus) + .input-field__label {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        font-size: 16px;
        color: #b6b6b6;
        cursor: text;
        pointer-events: none;
    }

.input-field__prefix + .input-field__input:placeholder-shown:not(:focus) + .input-field__label {
    -webkit-transform: translate(44px, 20px);
    transform: translate(44px, 20px);
}

.input-field__prefix + .input-field__input {
    padding-left: 40px;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Tele2SlabWeb, Source Sans Pro, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2em;
    overscroll-behavior-y: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

strong, b {
    font-weight: 500;
}

.login-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 72px 0 40px 0;
    background-image: url("../img/loginBackground-desktop.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    align-items: center;
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border-bottom: 1px solid #e1e1e1;
}

.header__btn-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 40px 10px 25px;
    font-weight: 500;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 460px) {
    .header__btn-back {
        padding: 10px 25px;
    }
}

.header__btn-back__label {
    padding-left: 14px;
}

@media screen and (max-width: 460px) {
    .header__btn-back__label {
        display: none;
    }
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 300px 0 28px;
}

@media screen and (max-width: 860px) {
    .header__logo {
        padding-right: 28px;
    }
}

@media screen and (max-width: 460px) {
    .header__logo {
        padding-right: 110px;
    }
}

.info-card {
    min-width: 176px;
    max-width: 176px;
}

.content {
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 32px;
    margin-right: 32px;
}

@media screen and (max-width: 1140px) {
    .content {
        /*margin-left: auto;*/
        -ms-flex-item-align: center;
        align-self: center;
    }
}

.loginPageContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 0;
}

.appLoginPageContainer {
    justify-content: center;
}

.app-login-methods-container {
    margin-top: 60px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.app-login-button-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

.app-login-button {
    display: flex;
    flex: 1;
    background-color: #E1E7EB;
    color: black;
    border-radius: 6px;
    min-height: 60px;
    max-height: 60px;
    justify-content: center;
    align-items: center;
}

.app-login-button:hover {
    color: black;
    background-color: #d1d5db;
}

.app-login-form-subtitle {
    font-weight: bold;
    font-size: 14px;
    color: black;
}

@media (prefers-color-scheme: dark) {
    .app-login-button {
        background-color: #1E222E;
        color: white;
    }
    
    .app-login-form-subtitle {
        color: white;
    }

    .app-login-button:hover {
        color: white;
        background-color: #2a2f3a;
    }
}

.app-header-logo {
    color: black;
}

@media (prefers-color-scheme: dark) {
    .app-header-logo {
        color: white;
    }
}

.app-login-header-container {
    padding-top: 40px;
}

.app-login-title {
    text-align: center;
    margin-bottom: 40px;
}

@media (prefers-color-scheme: dark) {
    .app-login-title {
        color: white;
    }
}

@media screen and (max-width: 1280px) {
    .loginPageContainer {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .loginPageContainer {
        max-width: 540px;
        width: 100%;
        margin: auto;
    }
}

.loginPageInfoBlocksContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
}

@media screen and (max-width: 767px) {
    .loginPageContainer {
        flex-direction: column;
    }

    .loginPageInfoBlocksContainer {
        flex-direction: column;
    }

    .info-card {
        min-width: auto;
        max-width: none;
    }
}

@media screen and (max-width: 560px) {
    .container {
        padding-top: unset;
    }

        .container .content {
            min-width: 100%;
            padding: 0 25px;
        }

        .container .content__menu {
            margin-top: 15px;
        }

        .container .content__form {
            margin-top: 15px;
        }

        .container .logo-image {
            padding-top: 20px;
        }
}

.content__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    color: white;
    font-size: 52px;
    line-height: 60px;
    margin: auto;
    font-weight: 900;
}

@media screen and (max-width: 560px) {
    .content__header {
        text-align: center;
    }
}

@media screen and (max-width: 460px) {
    .content__header {
        font-size: 46px;
        line-height: 50px;
    }
}

.logo-image {
    padding-top: 70px;
    align-self: center;
}

@media screen and (max-width: 560px) {
    .logo-image {
        padding-top: 40px;
    }
}

.content__menu {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    border: 1px solid white;
}

.content__menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: white;
    color: black;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    min-height: 56px;
}

    .content__menu__link + .content__menu__link {
        border-left: 1px solid #e1e1e1;
    }

    .content__menu__link:hover {
        background-color: #E1E1E1;
    }

.content__menu__link--active {
    background-color: black;
    color: white;
}

    .content__menu__link--active:hover {
        background-color: #373737;
    }

@media screen and (max-width: 460px) {
    .content__menu__link {
        font-size: 14px;
    }
}

.content__form {
    margin: 32px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: white;
    min-height: 100px;
    border: 1px solid #e1e1e1;
}

.content__form__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #e1e1e1;
}

.content__form__header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0;
    padding: 25px 0 25px 25px;
    font-size: 24px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 560px) {
    .content__form__header__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 460px) {
    .content__form__header__title {
        font-size: 14px;
    }
}

.content__form__header__close-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 20px 25px 20px 25px;
}

.remind_password__heading, .verify-email__heading, .autologin_sms_challenge__heading {
    padding: 10px 25px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: Tele2SlabWeb;
    word-break: break-word;
}

.remind_password_send_again__desc, .verify-email_send_again__desc, .autologin_sms_challenge_send_again__desc {
    padding: 20px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: Tele2SlabWeb;
}

.text-20px {
    font-size: 20px;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.info-box {
    background: #F7F7F7;
    display: flex;
}


.hidden {
    display: none !important;
}


.cardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.cardContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 32px;
    background-color: #ffffff;
}

.prepaidBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prepaidCardContent {
    padding: 73px 56px 59px 53px;
}

.app-login-page-container {
    background-color: white;
}
@media (prefers-color-scheme: dark) {
    .app-login-page-container {
        background-color: black;
    }
}

.button.primary {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

    .button.primary:hover {
        background-color: #373737;
    }
    
.ripple {
    background-position: center;
    transition: background 0.8s;
}

    .ripple:hover {
        background: #f2f2f2 radial-gradient(circle, transparent 1%, #4c4545 1%) center/15000%;
    }

.prepaidBtn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    min-height: 48px;
}

.prepaidBtnText {
    font-family: Lato, Source Sans Pro, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.password-requirements-box {
    margin: 30px 0 0 0;
}

.password_requirements__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: Tele2SlabWeb;
    display: inline-block;
    color: #888888;
    margin: 15px 15px 15px 15px;
}

.info_icon_spam {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 16px 0 0 21px
}

.align-content-center {
    text-align: center;
}

.confirm-icon {
    height: 65px;
    width: 65px;
    margin: 45px 0 0 0;
}

.confirm-desc {
    margin: 25px 0 0 0;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-family: Tele2SlabWeb;
}


.lockout-icon {
    height: 65px;
    width: 65px;
    margin: 45px 0 0 0;
}

.lockout-desc {
    margin: 45px 0 0 0;
    max-width: 270px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: Tele2SlabWeb;
    display: inline-block;
}

.lockout-time {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 22px;
    color: #FF3F3F;
    font-family: Tele2SlabWeb;
    margin: -45px 0 0 0;
}

.remind_password_email_spam__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: Tele2SlabWeb;
    display: inline-block;
    margin: 15px 0 15px 20px;
}

/* .content__tab { */
/* display: none; */
/* } */

.content__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 25px;
}


.remind-form, .autologin_sms_challenge-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 25px 25px 25px;
}


.login-form__field-heading {
    margin: 0;
    padding: 35px 0 10px;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.form-error + .login-form__input-field {
    margin-top: 20px;
}

.content__form__header__step-title {
    margin-right: 17px;
    font-size: 18px;
    line-height: normal;
}

.content__form__header__pre-step-title {
    max-width: 80%;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: normal;
}

.login-form__input-field + .login-form__input-field {
    margin-top: 16px;
}

.login-form__btn-submit {
    margin-top: 30px;
}

    .login-form__btn-submit:hover {
        background-color: #373737;
    }

.login-form__forgot-password-link {
    color: black;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
}

.login-form__input-description {
    background-color: #f9f9f9;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    padding: 15px;
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#finish-register-form .info-box {
    margin-top: 30px;
}

.finished-register-form .success-image {
    height: 100px;
    width: 100px;
    margin: auto;
    margin-top: 22px;
}

.finished-register-form .success-main-text {
    text-align: center;
    font-weight: 900;
    font-size: 32px;
    overflow-wrap: break-word;
    line-height: 34px;
}

.finished-register-form .success-sub-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    overflow-wrap: break-word;
}

.social-signin-form {
    border-top: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.social-signing-form-container {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.tabs-tab {
    background-color: #dadada;
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
}

.tabs-tab.active {
    background-color: #fff;
}

.tab-heading.active {
    color: #000;
}

.tab-heading {
    font-family: Lato,Source Sans Pro,sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    color: #5f5f5f;
    padding: 24px 16px;
    word-break: break-word;
}

.social-signin-form__heading {
    font-weight: 400;
    font-size: 16px;
}

.social-signin-form__signin-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.social-signin-form__signin-buttons__button + .social-signin-form__signin-buttons__button {
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .social-signin-form__signin-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.social-signin-form__social-signin-buttons {
    flex-direction: row;
    display: flex;
    width: 59%;
}

@media screen and (max-width: 767px) {
    .social-signin-form__social-signin-buttons {
        justify-content: space-between;
        width: 100%;
    }
}

.m-signature__key {
    font-size: 62px;
    line-height: 68px;
    font-weight: 500;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0;
    padding: 10px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 120px;
}

.m-signature__description {
    margin-top: 25px;
}

.m-signature__description__paragraph {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

    .m-signature__description__paragraph + .m-signature__description__paragraph {
        margin-top: 1em;
    }

.redirect-page {
    background: #F2F2F2;
    width: 100%;
    height: 100%;
    text-align: center;
}

.redirect-content {
    display: inline-grid;
}

.redirect-clock {
    margin: 100px auto 0 auto;
}

.redirect-page-heading {
    margin: 32px auto 0 auto;
    font-family: Tele2SlabWeb, Source Sans Pro, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
}

.redirect-page-desc {
    margin: 16px auto 0 auto;
    font-family: Tele2SlabWeb, Source Sans Pro, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.redirect-url-desc {
    font-family: Tele2SlabWeb, Source Sans Pro, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    position: fixed;
    bottom: 20px;
    width: 90%;
    left: 5%;
}

.select-account-form {
    margin: 32px 0 0 0;
    padding: 40px 40px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 460px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    min-height: 100px;
    border: 1px solid #e1e1e1;
    align-self: center;
    word-break: break-word;
}

@media (max-width:410px) {
    .select-account-form {
        padding: 35px 20px 20px 20px;
    }
}

.select-account-heading {
    font-family: Tele2SlabWeb, Source Sans Pro, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
}

.select-account-description {
    font-family: Tele2SlabWeb, Source Sans Pro, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    margin: 30px 0 15px 0;
}

.select-box {
    background: #FAFAFA;
    cursor: pointer;
    border: 1px solid #E1E1E1;
}

.select-account-row {
    display: flex;
    margin: 10px auto 10px 10px;
}

.select-account-text {
    margin: 8px 0 0 14px;
    padding: 0;
    background-color: transparent;
    font-family: Tele2SlabWeb, Source Sans Pro, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    border: none;
    color: #000000;
    text-decoration: none;
    text-align: left;
}

.select-account-icon {
    width: 25px;
    margin-top: 2px;
    height: 25px;
}

.select-account-arrow-icon {
    width: 25px;
    height: 25px;
    margin: 3px 10px 0 auto;
}

.select-account-different {
    border-top: 1px solid #e1e1e1;
    margin: 30px 0 0 0;
}

.select-account-different-content {
    margin-top: 10px;
    cursor: pointer;
}

.form-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media screen and (max-width: 510px) {
    .form-error {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.form-error__details-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.form-error__icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-error__icon-container__icon {
    margin-left: -4px;
}

.form-error__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-error__description__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: black;
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
}

.form-error__description__heading--success {
    color: #00ca6c;
}

.form-error__description__heading--error {
    color: #ff3f3f;
}

.form-error__description__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    white-space: normal;
}

.form-error__description__details--success {
    font-weight: 500;
    color: #00ca6c;
}

.form-error__description__details--error {
    font-weight: 500;
    color: #ff3f3f;
}

.form-error__description__heading + .form-error__description__details {
    margin-top: 2px;
}

.form-error__actions-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 20px;
}

@media screen and (max-width: 510px) {
    .form-error__actions-container {
        padding-top: 20px;
        padding-left: 0;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
}

.form-error__actions-container__action {
    min-height: 40px;
    font-size: 14px;
}

.password-timeout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0 40px 0;
}

.password-timeout__timer {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #ff3f3f;
    position: relative;
}

.password-timeout__timer__value {
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.password-timeout__timer__circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.password-timeout__description {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 270px;
    text-align: center;
    margin-top: 60px;
}

.password-reset-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 20px 0;
}

.password-reset-success__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 26px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}


.input-field-icon {
    margin-left: -30px;
    margin-top: 18px;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.info-icon:before {
    display: inline-block;
    content: '';
    background-image: url("../img/info-icon.svg");
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
}

.input-field-error {
    border-color: #ff0000;
}

.input-error {
    color: red;
    font-weight: 400;
    font-size: 12px;
    padding-top: 5px;
}

.error-icon:before {
    display: inline-block;
    content: '';
    background-image: url("../img/attention.svg");
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
}

.error-toast-message-container {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    z-index: 100;
    min-width: 288px;
    max-width: 288px;
    background-color: rgb(255, 63, 63);
    margin: 0 12px 12px 0;
}

@media screen and (max-width: 560px) {
    .error-toast-message-container {
        top: 30px;
        left: 5%;
        bottom: unset;
        right: 5%;
        min-width: 91%
    }
}

.error-toast-message {
    padding: 12px 10px;
    flex-direction: row;
    flex: 1 0 auto;
    display: flex;
}

.error-toast-message-text {
    flex: 1 1 auto;
    color: white;
    font-size: 14px;
    font-weight: 900;
    margin-top: 4px;
    line-height: 20px;
    padding-right: 6px;
}

.error-exlamation-mark {
    align-self: flex-start;
    padding-right: 6px;
}

.error-close-icon {
    align-self: flex-start;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.info-icon .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #F7F7F7;
    color: black;
    text-align: left;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 110%;
    margin-left: 35px;
    font-size: 14px;
    font-style: normal;
}

    .info-icon .tooltiptext:after {
        content: "";
        position: absolute;
        top: 30%;
        right: 100%;
        margin-top: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent #F7F7F7 transparent transparent;
    }

@media screen and (max-width: 950px) {
    .info-icon .tooltiptext {
        top: 29px;
        left: -210px;
    }

        .info-icon .tooltiptext:after {
            top: -8%;
            right: 11.3%;
            transform: rotate( 90deg);
        }
}

.info-icon:hover .tooltiptext {
    visibility: visible;
}

.info-icon:active .tooltiptext {
    visibility: visible;
}

.password-eye-slash:before {
    display: inline-block;
    content: '';
    background-image: url("../img//eye-slash.svg");
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
}

.password-eye:before {
    display: inline-block;
    content: '';
    background-image: url("../img/eye.svg");
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
}


@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1);
    }

    5% {
        -webkit-transform: scaleX(1.2) scaleY(1.4);
        transform: scaleX(1.2) scaleY(1.4);
    }

    50% {
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1);
    }

    100% {
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1);
    }

    5% {
        -webkit-transform: scaleX(1.2) scaleY(1.4);
        transform: scaleX(1.2) scaleY(1.4);
    }

    50% {
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1);
    }

    100% {
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1);
    }
}

.loading-indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 340px;
    height: 100%;
}

.loading-indicator__dot {
    background-color: black;
    display: block;
    width: 24px;
    height: 59px;
    position: relative;
}

    .loading-indicator__dot:nth-child(1) {
        margin-right: 24px;
        -webkit-animation: pulsate 1.5s linear infinite;
        animation: pulsate 1.5s linear infinite;
    }

    .loading-indicator__dot:nth-child(2) {
        -webkit-animation: pulsate 1.5s linear infinite 0.2s;
        animation: pulsate 1.5s linear infinite 0.2s;
    }

    .loading-indicator__dot:nth-child(3) {
        margin-left: 24px;
        -webkit-animation: pulsate 1.5s linear infinite 0.4s;
        animation: pulsate 1.5s linear infinite 0.4s;
    }

.loader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.login-contents {
    display: contents;
}

.select-account-contents {
    display: contents;
    align-self: center;
}

.select__form {
    margin: 32px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    min-height: 100px;
    border: 1px solid #e1e1e1;
    align-self: center;
}

.bg-black {
    background: #000000 !important;
}

.bg-gray {
    background: #3a3a3a;
}

.height-40 {
    height: 40px;
}

.tab-body {
    padding: 20px 20px 0px;
}

    .tab-body p {
        margin: 0 0 10px;
        padding: 0;
    }

    .tab-body .profile {
        margin-bottom: 20px;
        min-height: 46px;
    }

        .tab-body .profile .avatar {
            border-radius: 23px;
            overflow: hidden;
            float: left;
            width: 50px;
            height: 50px;
        }

            .tab-body .profile .avatar img {
                width: 50px;
                height: 50px;
            }

        .tab-body .profile .text {
            padding-left: 56px;
        }

            .tab-body .profile .text .name {
                font-weight: 700;
                font-size: 16px;
                padding-top: 7px;
                line-height: 1.1;
            }

            .tab-body .profile .text .link {
                font-family: Tele2SlabWeb, Source Sans Pro, sans-serif;
                font-size: 13px;
                font-weight: 300;
            }

.dropbtn {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: none;
    height: 100%;
    outline: none;
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: center;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    list-style: none;
    position: absolute;
    min-width: 100%;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.25) 0 10px 20px;
    z-index: 10;
}

.dropdown-content::before {
    top: -4px;
    left: auto;
    right: 20px;
    width: 8px;
    height: 8px;
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    transform: rotate(45deg);
    box-sizing: border-box;
    background-color: #ffffff;
}

.dropdown-content .item {
    cursor: pointer;
    width: 100%;
    color: black;
    padding: 8px 0;
    text-decoration: none;
    display: block;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    background: #ffffff;
}

.dropdown-content .item:hover {
    background: #f2f2f2;
}

.dropdown-content .item.active {
    background: #ebebeb;
}

.hide-content {
    display: none;
}

@media screen and (min-width: 768px) {

    .visible-small {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .small-hide-content {
        display: none;
    }
}

.info-more-less-button {
    background: transparent;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    outline: none;
}

.external-sites-desktop {
    display: flex;
    gap: 16px;
    height: 100%;
}

.external-site-back {
    display: none;
}

@media screen and (max-width: 767px) {
    .external-site-back {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .external-sites-desktop {
        display: none !important;
    }
}

@media screen and (min-width: 576px) {
    .external-sites-mobile {
        display: none !important;
    }
}

.external-sites-mobile {
    display: flex;
}

.login-block-container {
    display: flex;
    width: 100%;
    max-width: 335px;
}

@media screen and (max-width: 767px) {
    .login-block-container {
        max-width: 335px;
    }
}

.w-120 {
    width: 120% !important
}

.lato {
    font-family: Lato,Source Sans Pro,sans-serif;
    line-height: 24px;
}

.lato-bold {
    font-family: Lato,Source Sans Pro,sans-serif;
    font-weight: 600;
}

.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
    height: auto;
}

.icon-arrow {
    background-image: url("../Img/dropdownArrow.svg");
    width: 24px;
    height: 24px;
}

.rotate-icon-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.login-container-max-width {
    max-width: 1216px;
    width: 100%;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .login-container {
        background-image: url("../img/loginBackground-mobile.jpg");
    }
}

.content-post-label {
    font-family: Lato,Source Sans Pro,sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 65px;
    color: #fff;
}

.content-label {
    font-family: Tele2SlabWeb,Source Sans Pro,sans-serif;
    font-size: 50px;
    padding-bottom: 16px;
    color: #fff;
    font-weight: 600
}

@media screen and (max-width: 767px) {
    .content-post-label {
        font-size: 16px;
        padding-bottom: 12px;
    }

    .content-label {
        padding-bottom: 12px;
    }

    .loginPageInfoBlocksContainer {
        padding-bottom: 65px;
        padding-top: 24px;
    }

    .login-container {
        padding: 24px 0 24px 0
    }
}

.icon-prepaid {
    background-image: url("../Img/prepaidLink.svg");
    width: 156px;
    height: 48px;
    background-repeat: no-repeat;
}

.signing-form-header {
    font-size: 18px;
    font-family: Lato,Source Sans Pro,sans-serif;
    font-weight: 600;
    align-self: center;
    padding: 50px;
}

@media screen and (max-width: 1281px) {
    .signing-form-header {
        padding: 10px;
    }
}

.text-black {
    color: #000000;
}

.icon-arrowRight {
    background-image: url("../Img/arrowRight.svg");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.hover-no-change:hover {
    color: unset;
    text-decoration: none;
}

.icon-loginBtn {
    max-height: 50px;
}

body *:focus {
    outline: none;
}

body *:active, body button:active  {
    outline: none;
}

body *:focus-visible, body button:focus-visible {
    outline: 2px solid #0086ff;
    outline-offset: 2px;
    z-index: 1;
}

body header *:focus, button:focus {
    outline-offset: -2px;
}

.terms-and-conditions-link {
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
}

.language-selector {
    flex-grow: 1;
    justify-content: flex-end;
}

.icon-burger, .icon-close {
    display: none;
}

.icon-burger.visible, .icon-close.visible {
    display: block;
}

.navbar {
    padding: 0 4px;
}

.navbar-logo {
    margin-right: 0;
    padding: 20px 0px;
    color: white;
}

.eshop-link {
    border-right: 1px solid #E9E9E9;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: black;
    font-weight: 500;
}

.navbar-burger {
    display: none;
    color: #ffffff;
    padding: 24px;
    background: none;
    border: none;
}

@media screen and (max-width: 576px) {
    .navbar-burger {
        padding: 12px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-burger {
        display: block;
    }
}

.context-links {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 768px) {
    .context-links {
        display: none;
    }
}

.icon-banner {
    width: 88px;
    height: 32px;
}

.icon-accessibility {
    width: 24px;
    height: 24px;
}

.nav-menu {
    padding: 0;
    height: 80px;
}

.nav-link {
    gap: 8px;
    padding: 0 12px;    
    line-height: 40px;
    background: none;
    border: none;
}

@media screen and (max-width: 1280px) {
    padding: 8px;
}

.nav-link:hover {
    background-color: #2b2b2b;
}

.skiptomain {
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    font-family: Lato,Source Sans Pro,sans-serif;
    font-weight: 800;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    opacity: 0;
    top: 0;
    left: 50%;
    height: 40px;
    transform: translate(-50%, -100%);
    padding: 10px;
    color: #ffffff;
    background: #0086ff;
    transition: all .3s;
    z-index: 10;
}

.skiptomain:hover {
    text-decoration: underline;
}

.skiptomain:focus {
    opacity: 1;
    transform: translate(-50%, 0%);
}

.languageButton {
    font-family: Lato,Source Sans Pro,sans-serif;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    height: 100%;
    border: none;
    color: #ffffff;
    background: none;
}

.language-selector .languageButton[data-expanded="true"] {
    outline: none;
}

.languageButton:hover {
    background: #2b2b2b;
}

.language-selector:has(.d-block) .languageButton {
    background: #000000;
}

.content {
    max-width: 1180px;
}

.navbar-burger-menu {
    display: none;
}

.navbar-burger-menu .links {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    padding: 24px 16px 8px 16px;
    list-style: none;
    margin: 0;
}

.navbar-burger-menu .links a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Lato,Source Sans Pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    padding: 8px;
    border: solid 1px #000000;
    min-height: 42px;
    line-height: 22px;
}

.navbar-burger-menu .accessibility-links {
    background: #222222;
}

.navbar-burger-menu .accessibility-links a {
    padding: 8px 16px;
}

.navbar-burger-menu .links a:hover {
    background: #2b2b2b;
}

@media screen and (max-width: 768px) {
    body:has(.navbar-burger-menu[data-open="true"]) main,
    body:has(.navbar-burger-menu[data-open="true"]) .skiptomain {
        display: none;
    }
}

.navbar-burger-menu[data-open="true"] {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 87px;
    left: 0;
    right: 0;
    overflow: auto;
    background: #3A3A3A;
}

@media screen and (min-width: 577px) {
    .navbar-burger-menu[data-open="true"] {
        top: 112px;
    }
}

@media screen and (min-width: 769px) {
    .navbar-burger-menu[data-open="true"] {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .content {
        max-width: 540px;
    }
}

@media screen and (max-width: 992px) {
    .content {
        max-width: 720px;
    }
}

@media screen and (max-width: 1280px) {
    .content  {
        max-width: 960px;
    }
}