﻿
.native-input.sc-ion-input-md {
    border-radius: var(--border-radius);
    padding-left: var(--padding-start);
    padding-right: var(--padding-end);
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-overflow: inherit;
    text-transform: inherit;
    text-align: inherit;
    white-space: inherit;
    color: inherit;
    display: inline-block;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.hydrated {
    visibility: inherit;
}

ion-item-group {
    display: block;
}

ion-button {
    --color: #fff;
    --background: var(--secondary);
    --background: var(--bet-form-stake-buttons-bg-color);
    --padding-start: 0;
    --padding-end: 0;
    --border-radius: 3px;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    height: 38px;
    font-family: "Lato",sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 17px !important
}

img {
    max-width: 100%;
    border: 0
}

.promotion-image {
    padding-top: 14px;
    padding-bottom: 12px;
    width: 100% !important;
    height: 114px;
    object-fit: cover
}

.promotion-buttons {
    display: -ms-grid;
    justify-content: space-between;
    grid-row-gap: 5px;
    margin: 12px 10px 0;
    display: grid;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    overflow-x: scroll;
    grid-column-gap: 6px
}

    .promotion-buttons .promotion-button {
        flex: 1 1;
        height: 36px !important;
        margin: 0 !important;
        width: 175px;
        font-family: "Lato",sans-serif !important;
        font-style: normal;
        font-weight: 700 !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-transform: capitalize !important
    }

        .promotion-buttons .promotion-button .promotion-button__icon {
            width: 16px;
            height: 16px;
            margin-right: 3px;
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: auto 100%
        }

        .promotion-buttons .promotion-button .promotion-button__content {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            padding-left: 8px;
            padding-right: 16px;
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: auto 100%
        }

@media (min-width: 1024px) {
    .promotion-buttons {
        grid-template-rows: 1fr 1fr;
        grid-auto-columns: 45%;
        grid-column-gap: 1vw;
        grid-auto-flow: column;
        grid-row-gap: 7px;
        width: auto;
        overflow-x: auto
    }

        .promotion-buttons .promotion-button {
            flex: none;
            width: 100%
        }

            .promotion-buttons .promotion-button .promotion-button__content {
                background-size: 100% auto
            }

        .promotion-buttons::-webkit-scrollbar {
            display: none
        }

        .promotion-buttons::-webkit-scrollbar-thumb {
            background-color: #a9a9a9
        }

        .promotion-buttons::-webkit-scrollbar-track {
            box-shadow: inset 0 0 6px rgba(0,0,0,.3)
        }
}

.top-baner-wrapper {
    width: 100%;
    margin-top: 14px;
    overflow-y: hidden;
    height: 150px
}

@media (min-width: 1024px) {
    .topBannerPadding {
        padding-right: 10px
    }
}

@media (max-width: 460px) {
    .top-baner-wrapper {
        height: 200px
    }
}

@media (max-width: 420px) {
    .top-baner-wrapper {
        height: 180px
    }
}

@media (max-width: 375px) {
    .top-baner-wrapper {
        height: 160px
    }
}

.banner-one__item, .slider_banner__item {
    width: 310px;
    height: 150px;
    padding: 0 10px
}

.banner-one__item_img, .slider_banner__item_img {
    height: 150px;
    border-radius: 10px;
    width: 300px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%
}

    .banner-one__item_img:hover, .slider_banner__item_img:hover {
        cursor: pointer
    }

@media (max-width: 460px) {
    .banner-one__item, .slider_banner__item {
        width: 100vw !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: auto
    }

    .banner-one__item_img, .slider_banner__item_img {
        height: 200px;
        width: calc(100vw - 30px);
        background-size: cover
    }
}

@media (max-width: 420px) {
    .banner-one__item_img, .slider_banner__item_img {
        height: 180px
    }
}

@media (max-width: 375px) {
    .banner-one__item_img, .slider_banner__item_img {
        height: 160px
    }
}

.banner-one__item {
    width: 100%;
    padding: 0 10px
}

.banner-one__img {
    width: 355px;
    height: 177px;
    border-radius: 10px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%
}

@media (max-width: 475px) {
    .banner-one__img {
        width: 100%;
        height: 48vw
    }
}

.banner-one__img :hover {
    cursor: pointer
}

.sport-buttons {
    padding: 10px 10px 0;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 5px
}

    .sport-buttons .sport-button {
        border-radius: 3px;
        height: 36px;
        background-color: transparent
    }

    .sport-buttons .sport-button__content {
        width: 100%;
        height: 100%;
        font-family: "Lato";
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        position: relative
    }

        .sport-buttons .sport-button__content .sport-button__background-img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .sport-buttons .sport-button__content .sport-button__content-text {
            position: absolute;
            top: 5px;
            left: 5px;
            display: flex;
            flex-direction: column
        }

            .sport-buttons .sport-button__content .sport-button__content-text img {
                width: 16px;
                height: 16px
            }

            .sport-buttons .sport-button__content .sport-button__content-text span {
                text-transform: none
            }

    .sport-buttons .button {
        padding: 0px !important;
    }

.promotion-buttons .button {
    padding: 0px !important;
}


* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.slick-arrow {
    display: none !important;
}

.list-md {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    background: var(--ion-item-background, var(--ion-background-color, #fff));
}
.list-md {
    padding-top: 0;
    padding-bottom: 0
}

.inplay-item-list_casino, .inplay-item-list_exchangeGames, .inplay-item-list_popularGames {
    background-color: transparent
}

.inplay-item-list-exchange__header {
    min-height: 32px;
    padding: 5px 0;
    margin-top: 8px;
    --background: #fff !important;
    --color: var(--text-color)
}

.inplay-item-list-exchange__header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%
}

.inplay-item-list-exchange__header-logo {
    display: flex;
    align-items: center;
    padding-left: 9px;
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px
}

.exchangeGames-content {
    width: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: 170px 170px;
    grid-row-gap: 15px;
    grid-column-gap: 10px;
    margin-top: 12px
}

    .exchangeGames-content .exchangeGames-item {
        border-radius: 5px;
        overflow: hidden;
        cursor: pointer;
        width: 100%
    }

.exchangeGames-img-body {
    width: 100%;
    height: 77px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%
}

@media (min-width: 1024px) {
    .exchangeGames-content {
        width: 100%;
        display: grid;
        grid-template-rows: auto auto auto;
        grid-auto-flow: column;
        overflow-x: scroll;
        grid-row-gap: 15px;
        grid-column-gap: 10px;
        margin-top: 12px;
        justify-content: space-between
    }

        .exchangeGames-content::-webkit-scrollbar {
            display: none
        }

        .exchangeGames-content::-webkit-scrollbar-thumb {
            background-color: #a9a9a9
        }

        .exchangeGames-content::-webkit-scrollbar-track {
            box-shadow: inset 0 0 6px rgba(0,0,0,.3)
        }

        .exchangeGames-content .exchangeGames-item {
            width: 170px
        }

    .exchangeGames-img-body {
        height: 78px
    }
}

@media screen and (max-width: 1024px) {
    .exchangeGames-content {
        width: 100%;
        display: grid;
        grid-template-rows: auto auto auto;
        grid-auto-flow: column;
        overflow-x: scroll;
        grid-row-gap: 15px;
        grid-column-gap: 10px;
        margin-top: 12px;
        justify-content: space-between
    }

        .exchangeGames-content .exchangeGames-item {
            width: 170px
        }
}

.popularGames-content {
    width: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: 100px 100px;
    grid-template-rows: auto auto;
    grid-row-gap: 5px;
    grid-column-gap: 12px;
    margin-top: 12px;
    grid-auto-flow: column;
    overflow-x: scroll;
    justify-content: space-between;
    padding-bottom: 10px
}

    .popularGames-content::-webkit-scrollbar {
        display: none
    }

    .popularGames-content .popularGames-item {
        border-radius: 5px;
        overflow: hidden;
        cursor: pointer;
        width: 100px
    }

    .popularGames-content .popularGames-img-body {
        width: 100%;
        height: 125px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: auto 100%;
        position: relative
    }

    .popularGames-content .popularGames-item-name {
        position: relative;
        font-weight: 500;
        font-size: 9px;
        text-transform: capitalize;
        color: #fff;
        top: 97px;
        left: 5px
    }

@media (min-width: 1024px) {
    .popularGames-content {
        grid-template-columns: 130px 130px
    }

        .popularGames-content .popularGames-item {
            width: 130px;
            height: 170px
        }

        .popularGames-content .popularGames-img-body {
            height: 100%
        }

        .popularGames-content .popularGames-item-name {
            position: relative;
            font-weight: 500;
            font-size: 14px;
            text-transform: capitalize;
            color: #fff;
            top: 137px;
            left: 5px
        }
}

.casino-content {
    width: 100%;
    margin-top: 8px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit,120px);
    grid-row-gap: 2px
}

    .casino-content .casino-item {
        border-radius: 5px;
        overflow: hidden;
        cursor: pointer
    }

    .casino-content .casino-img-body {
        width: 100%;
        height: 70px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: auto 100%
    }

@media (min-width: 500px) {
    .casino-content {
        grid-template-columns: repeat(auto-fit,117px);
        grid-column-gap: 4px;
        grid-row-gap: 4px
    }

        .casino-content .casino-img-body {
            height: 70px
        }
}

@media (min-width: 1024px) {
    .casino-content {
        justify-content: space-between;
        width: 100%;
        display: grid;
        grid-template-rows: auto auto;
        grid-auto-flow: column;
        overflow-x: auto;
        grid-row-gap: 2px;
        grid-column-gap: 2px
    }

        .casino-content .casino-item {
            width: 117px;
            height: 70px
        }

            .casino-content .casino-item .casino-img-body {
                height: 70px
            }

    ::-webkit-scrollbar {
        height: .5em
    }

    ::-webkit-scrollbar-thumb {
        background-color: #a9a9a9
    }

    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0,0,0,.3)
    }
}

@media (max-width: 1024px) {
    .casino-content {
        justify-content: space-between;
        width: 100%;
        display: grid;
        grid-template-rows: auto auto;
        grid-auto-flow: column;
        overflow-x: scroll;
        grid-row-gap: 2px;
        grid-column-gap: 2px
    }

        .casino-content .casino-item {
            width: 117px;
            height: 70px
        }

            .casino-content .casino-item .casino-img-body {
                height: 70px
            }
}

.footerBlock {
    height: 57px;
    width: 100%;
    background: var(--primary);
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.footerBlock-content {
    color: #fff;
    font-size: 12px
}

.rulesAndRegulations:hover {
    border-bottom: .5px solid #fff;
    cursor: pointer
}

.copyright:after {
    content: "\00a9"
}

.andSymbol:after {
    content: "\0026";
    display: inline-block;
    padding-right: 2px
}

.landing-footer {
    grid-gap: unset;
    gap: unset;
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.tutorials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap
}

    .tutorials .tutorial-btn {
        background-color: var(--cta-primary);
        padding: 10px 16px;
        border-radius: 10px;
        color: #fff;
        font-size: 15px;
        cursor: pointer;
        margin: 15px 0 0 12px
    }

        .tutorials .tutorial-btn a {
            text-decoration: none;
            color: inherit
        }

.landing-footer-social-button {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 50%
}

    .landing-footer-social-button span {
        font-size: 10px;
        font-weight: 700;
        position: absolute;
        top: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap;
        color: var(--white);
        opacity: 0
    }

    .landing-footer-social-button.instagram {
        background-image: url('lotus365img/instagramGray.20f307d4.svg')
    }

        .landing-footer-social-button.instagram:hover span {
            opacity: 1
        }

    .landing-footer-social-button.fb {
        background-image: url('lotus365img/fbGray.1e77f7c7.svg')
    }

        .landing-footer-social-button.fb:hover span {
            opacity: 1
        }

    .landing-footer-social-button.telegram {
        background-image: url('lotus365img/telegramGray.fded7f58.svg')
    }

        .landing-footer-social-button.telegram:hover span {
            opacity: 1
        }

    .landing-footer-social-button.whatsapp {
        background-image: url('lotus365img/whatsappGray.7b4ca920.svg')
    }

    .landing-footer-social-button.android {
        background-image: url('lotus365img/downloadAndroid.f12b0843.svg')
    }

    .landing-footer-social-button.whatsapp:hover span {
        opacity: 1
    }

    .landing-footer-social-button.mail {
        background-image: url('lotus365img/mailGray.c359ec51.svg')
    }

        .landing-footer-social-button.mail:hover span {
            opacity: 1
        }

.landing-footer-desktop {
    width: 100%;
    background: var(--black)
}

.landing-footer-desktop__number {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.android-button {
    height: 50px;
    width: 135px;
    background: url('lotus365img/downloadAndroid.f12b0843.svg');
    background-repeat: no-repeat
}

.landing-footer-desktop__companies {
    display: flex;
    align-items: center;
    justify-content: center
}

.landing-footer-desktop__companies-img {
    height: 142px;
    width: 15.5%;
    display: flex;
    align-items: center;
    padding-left: 10px
}

.landing-footer-desktop__companies-info {
    color: var(--white);
    width: 72.5%;
    padding-right: 44px;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    font-family: Roboto;
    line-height: 19px
}

.landing-footer-desktop__companies-logos-rows-wrapper {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-row-gap: 11px;
    row-gap: 11px;
    padding: 16px 44px 0 73px;
    border-bottom: 1px solid #282828
}

.landing-footer-desktop__companies-logos-row {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-column-gap: 11px
}

    .landing-footer-desktop__companies-logos-row.last {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        width: 50%;
        margin: 0 auto;
        padding-bottom: 21px
    }

    .landing-footer-desktop__companies-logos-row img {
        align-self: center;
        justify-self: center
    }

.landing-footer-desktop__social-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 135px;
    padding: 24px 0;
    font-size: 13px;
    font-weight: 400;
    font-family: Roboto
}

.landing-footer-desktop-social-button {
    display: inline-block;
    height: 25px;
    width: 26px;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%
}

.landing-footer-desktop__social-faq {
    cursor: pointer;
    color: var(--white);
    padding: 30px 0 11px
}

.landing-footer-desktop__social-copyright {
    color: #7c7c7c
}

@media (max-width: 850px) {
    .landing-footer-desktop__companies {
        padding-top: 15px
    }

    .landing-footer-desktop__companies-logos-row {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-column-gap: 11px;
        grid-row-gap: 23px
    }

        .landing-footer-desktop__companies-logos-row.last {
            display: grid;
            grid-template-columns: repeat(4,1fr);
            width: 100%
        }
}

@media (max-width: 764px) {
    .landing-footer-desktop {
        display: flex;
        flex-direction: column
    }

    .landing-footer-desktop__companies-wrapper {
        order: 2
    }

    .landing-footer-desktop__social-wrapper {
        order: 1;
        height: 70px
    }

    .landing-footer-desktop__social-copyright {
        display: none
    }

    .landing-footer-desktop__social-faq {
        order: 1;
        padding: 67px 0 32px
    }

    .landing-footer-social {
        order: 2;
        display: block
    }

    .landing-footer-social-button {
        display: inline-block;
        height: 40px;
        width: 40px;
        margin: 0 15px;
        position: relative;
        cursor: pointer;
        background-repeat: no-repeat;
        background-size: 40px;
        background-position: 50%
    }

        .landing-footer-social-button span {
            top: 35px;
            font-size: 8px
        }

    .landing-footer-desktop__companies {
        flex-direction: column
    }

    .landing-footer-desktop__companies-img {
        width: 275px;
        height: 100px
    }

    .landing-footer-desktop__companies-logos-row img {
        align-self: center;
        justify-self: start
    }

    .landing-footer-desktop__companies-info {
        padding: 17px 0 45px;
        width: 90%
    }

    .landing-footer-desktop__companies-logos-rows-wrapper {
        grid-row-gap: 27px;
        padding: 0 2% 50px 10%
    }

    .landing-footer-desktop__companies-logos-row, .landing-footer-desktop__companies-logos-row.last {
        grid-template-columns: repeat(2,1fr);
        grid-row-gap: 27px;
        grid-column-gap: unset
    }
}

.loginPopUp {
    pointer-events: all
}

    .loginPopUp .pop-up_wrapper {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: #f0f8ff;
        z-index: 10
    }

        .loginPopUp .pop-up_wrapper .pop-up {
            width: 430px;
            background: var(--registration-bg);
            position: absolute;
            max-width: 430px;
            min-height: 354px;
            max-height: 95%;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            padding: unset !important;
            display: flex;
            flex-direction: column;
            justify-content: space-between
        }

        .loginPopUp .pop-up_wrapper .pop-up-content {
            display: flex;
            align-items: start;
            justify-content: end
        }

        .loginPopUp .pop-up_wrapper .pop-up-content_title {
            font-family: "Lato";
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 21px;
            text-align: center;
            color: #000;
            margin-bottom: 8px;
            display: flex
        }

        .loginPopUp .pop-up_wrapper .pop-up-content .tabButtons {
            display: flex;
            width: 100%;
            height: 60px
        }

        .loginPopUp .pop-up_wrapper .pop-up-content .tabButtons__button {
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: "Lato";
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 23px;
            color: #fff;
            z-index: 3;
            position: relative;
            width: 100%;
            text-align: center
        }

            .loginPopUp .pop-up_wrapper .pop-up-content .tabButtons__button.inActiveLeft {
                border-radius: 10px 0 0 0;
                color: var(--btn-text-color);
                background: var(--login-button-color);
                box-shadow: inset -2px -4px 7px rgba(0,0,0,.25)
            }

            .loginPopUp .pop-up_wrapper .pop-up-content .tabButtons__button.inActiveRight {
                border-radius: 0 10px 0 0;
                color: var(--btn-text-color);
                background: var(--login-button-color);
                box-shadow: inset -2px -4px 7px rgba(0,0,0,.25)
            }

        .loginPopUp .pop-up_wrapper .pop-up-content__buttons {
            display: flex;
            justify-content: center
        }

        .loginPopUp .pop-up_wrapper .pop-up-content__buttons-new {
            justify-content: flex-start
        }

        .loginPopUp .pop-up_wrapper .pop-up-content__buttons.forgot {
            cursor: pointer;
            justify-self: start;
            margin-top: -25px;
            -webkit-text-decoration-line: underline;
            text-decoration-line: underline
        }

            .loginPopUp .pop-up_wrapper .pop-up-content__buttons.forgot, .loginPopUp .pop-up_wrapper .pop-up-content__buttons.forgot a {
                margin-left: 15%;
                font-family: "Lato";
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 23px;
                color: var(--login-link-color)
            }

        .loginPopUp .pop-up_wrapper .pop-up-content__buttons.sign {
            font-family: "Lato";
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 23px
        }

            .loginPopUp .pop-up_wrapper .pop-up-content__buttons.sign a {
                color: #7fba42
            }

            .loginPopUp .pop-up_wrapper .pop-up-content__buttons.sign span {
                color: #272727;
                margin-right: 5px
            }

        .loginPopUp .pop-up_wrapper .pop-up-content__buttons .pushable {
            margin-bottom: 50px
        }

        .loginPopUp .pop-up_wrapper .pop-up-content__buttons .login {
            margin-top: -10px
        }

        .loginPopUp .pop-up_wrapper .pop-up-content__buttons .login, .loginPopUp .pop-up_wrapper .pop-up-content__buttons .signUp {
            display: flex;
            position: relative;
            height: 37px;
            width: 301px;
            text-align: center;
            justify-content: center;
            align-items: center;
            font-family: "Lato";
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            line-height: 23px;
            color: var(--btn-text-color);
            background: var(--login-button-color);
            box-shadow: 0 4px 4px rgba(0,0,0,.25);
            border-radius: 3px
        }

        .loginPopUp .pop-up_wrapper .pop-up-content__buttons .signUp {
            margin-top: 16px
        }

    .loginPopUp .logo {
        background: var(--logo-bg-img) no-repeat;
        background-size: contain;
        position: relative;
        width: 144px;
        height: 50px;
        margin: 0 auto
    }

    .loginPopUp input {
        box-shadow: inset 0 0 0 50px var(--registration-bg);
        -webkit-text-fill-color: var(--login-input-text-color);
        caret-color: var(--secondary)
    }

.loginPopUpContainer {
    width: 301px;
    margin: 0 auto
}

    .loginPopUpContainer .loginPopUpContainer-title {
        display: none
    }

    .loginPopUpContainer input {
        box-shadow: inset 0 0 0 50px var(--registration-bg);
        -webkit-text-fill-color: var(--login-input-text-color);
        caret-color: var(--secondary)
    }

.signUpStep {
    margin: 0 auto
}

.passwordDots {
    -webkit-text-security: disc
}

.OTPText {
    font-style: normal;
    color: var(--login-text-color)
}

.OTPSubText, .OTPText {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px
}

.OTPSubText {
    color: var(--login-text-color-secondary);
    margin-bottom: 4px
}

.resendOTP {
    font-size: 8px;
    color: var(--login-text-color);
    margin-bottom: 10px
}

.resendOTP, .signUpMessageError {
    font-weight: 600;
    line-height: 17px
}

.signUpMessageError {
    font-size: 10px;
    color: var(--login-error-color);
    margin-bottom: 1px
}

.confirmPasswordInput {
    margin-top: 16px
}

.stepThreeTitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: var(--login-text-color)
}

.b2c_login {
    position: relative;
    margin-bottom: 12px
}

    .b2c_login .placeholder {
        color: var(--login-input-text-color);
        position: absolute;
        z-index: 3;
        font-family: "Lato",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        left: 13px
    }

    .b2c_login ion-input {
        --padding-top: 0px !important;
        --padding-bottom: 0px !important;
        --padding-start: 40px !important;
        --padding-end: 0px !important;
        height: 100%;
        border-radius: 0;
        font-family: "Lato",sans-serif !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 17px !important
    }

ion-input.loginInput {
    border-bottom: 2px solid var(--login-button-color);
    position: relative;
    background-color: var(--registration-bg) !important;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .signUpNew {
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center
    }

    .signUpNew_icons {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        color: #fff;
        margin: 20px;
        font-size: 13px
    }

        .signUpNew_icons img {
            height: 13%;
            width: 13%;
            margin-right: 6px;
            margin-left: 6px
        }
}

.signUpNew_wrapper {
    overflow-x: hidden;
    width: 100%;
    padding-bottom: 10px
}

    .signUpNew_wrapper::-webkit-scrollbar {
        width: .3em
    }

    .signUpNew_wrapper::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #a9a9a9
    }

    .signUpNew_wrapper::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0,0,0,.3)
    }

.signUpNew {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center
}

.signUpNew_icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    margin-top: 20px;
    font-size: 11px
}

    .signUpNew_icons img {
        height: 16%;
        width: 16%;
        margin-right: 6px;
        margin-left: 6px
    }

.signUpNew span {
    font-family: Poppins;
    color: #fff
}

.signUpNew_header {
    background: var(--logo-bg-img) no-repeat;
    background-size: contain;
    width: 145px;
    height: 27px;
    margin: 0 auto
}

.signUpNew_icons.eyeOff:after {
    -webkit-mask-image: url('lotus365img/eyeOff.31fdd638.svg');
    mask-image: url('lotus365img/eyeOff.31fdd638.svg')
}

.signUpNew_icons.eye:after, .signUpNew_icons.eyeOff:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 15px;
    background-color: var(--login-button-color);
    right: 0;
    top: 15px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 25px;
    mask-size: 25px
}

.signUpNew_icons.eye:after {
    -webkit-mask-image: url('lotus365img/eye.c334619b.svg');
    mask-image: url('lotus365img/eye.c334619b.svg')
}

.signUpNew_closeButton:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--signUp-input-text-color);
    right: 20px;
    top: 20px;
    -webkit-mask-image: url('lotus365img/closePopUp.5fd42116.svg');
    mask-image: url('lotus365img/closePopUp.5fd42116.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 20px;
    mask-size: 20px
}

.signUpNew_inputContainer {
    position: relative;
    margin-bottom: 27px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400
}

    .signUpNew_inputContainer .signUpNew__placeholder {
        color: var(--signUp-input-text-color);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .signUpNew_inputContainer .signUpNew_inputContainer-input-wrapper {
        position: relative
    }

.signUpNew_inputContainer-input {
    width: 100%;
    height: 50px;
    background: unset;
    box-shadow: unset !important;
    padding: 15px;
    margin: 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid var(--login-button-color);
    color: var(--signUp-button-text);
    font-size: 16px;
    line-height: 20px;
    -webkit-text-fill-color: var(--signUp-input-text-color) !important;
    caret-color: var(--secondary) !important
}

    .signUpNew_inputContainer-input:focus-visible {
        outline: unset
    }

    .signUpNew_inputContainer-input.phone {
        padding-left: 35px
    }

.signUpNew_inputContainer.lock:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: var(--login-text-color);
    top: 15px;
    left: -10px;
    -webkit-mask-image: url('lotus365img/lockImg.740ea288.svg');
    mask-image: url('lotus365img/lockImg.740ea288.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 18px;
    mask-size: 18px
}

.signUpNew_inputContainer_row {
    display: flex;
    justify-content: space-between;
    margin-top: 3px
}

.signUpNew_inputContainer_row-error {
    font-weight: 500;
    font-size: 15px;
    color: var(--login-error-color);
    bottom: -1px
}

.signUpNew_inputContainer_row-counter {
    font-weight: 400;
    font-size: 10px;
    color: var(--login-text-color)
}

    .signUpNew_inputContainer_row-counter.counterDone {
        color: #00a826
    }

.signUpNew_inputContainer_otp {
    margin-top: 7px;
    display: flex;
    justify-content: end
}

.signUpNew_inputContainer_otp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 27px;
    background: var(--login-button-color);
    color: var(--btn-text-color);
    border-radius: 21.25px;
    font-weight: 600;
    font-size: 14px
}

    .signUpNew_inputContainer_otp-button.otpButtonDisabled {
        background: grey
    }

.signUpNew_inputContainer-resendOTP {
    font-size: 12px;
    font-weight: 500;
    color: var(--login-text-color)
}

.signUpNew_info {
    position: unset;
    top: unset;
    font-size: 18px;
    text-align: center;
    color: var(--login-text-color);
    margin-top: 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px
}

.signUpNew_info-text {
    border-bottom: 1px solid var(--login-button-color);
    padding-bottom: 2px
}

.signUpNew_info-link {
    color: var(--login-link-color);
    cursor: pointer;
    text-decoration: underline
}

.signUpNew-separator {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 13px;
    margin-bottom: 13px
}

.signUpNew-separator-rightLine {
    background: linear-gradient(45deg,transparent,var(--login-link-color))
}

.signUpNew-separator-leftLine, .signUpNew-separator-rightLine {
    height: 1px;
    width: 45%;
    -webkit-transform: rotate(.35deg);
    transform: rotate(.35deg)
}

.signUpNew-separator-leftLine {
    background: linear-gradient(45deg,var(--login-link-color),transparent)
}

.signUpNew-separator-or {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 18px;
    color: var(--login-link-color);
    text-align: center
}

.signUpNew_whattsUp {
    margin: 24px 0
}

.signUpNew_whattsUp_title {
    margin: 0 10%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: var(--login-text-color);
    line-height: 23px
}

.signUpNew_whattsUp_button {
    display: flex;
    width: 295px;
    height: 54px;
    background: var(--login-button-color);
    border-radius: 10px;
    margin: 27px auto 0;
    align-items: center
}

.signUpNew_whattsUp_button-icon {
    position: relative;
    margin-left: 15px
}

    .signUpNew_whattsUp_button-icon:after {
        content: "";
        position: absolute;
        width: 45px;
        height: 45px;
        background-color: var(--btn-text-color);
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-mask-image: url('lotus365img/whatsApp.05ed5741.svg');
        mask-image: url('lotus365img/whatsApp.05ed5741.svg');
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: 45px;
        mask-size: 45px
    }

.signUpNew_whattsUp_button-number {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 16px;
    color: var(--btn-text-color);
    margin-left: 30%
}

.blinking {
    -webkit-animation: blink-animation 1s infinite;
    animation: blink-animation 1s infinite
}

@-webkit-keyframes blink-animation {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes blink-animation {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.overflow-visible {
    overflow: visible;
    z-index: 2
}

.remove-pad-start input {
    -webkit-padding-start: 0 !important;
    padding-inline-start: 0 !important
}

.login_icons {
    z-index: 5
}

    .login_icons .loginInput-selectType {
        background-color: transparent;
        position: absolute;
        right: 0;
        top: 10px;
        border: none;
        color: #fff
    }

        .login_icons .loginInput-selectType:focus-visible {
            border: none;
            outline: none
        }

        .login_icons .loginInput-selectType option[value=Mobile] {
            background-image: url('lotus365img/mobile-icon.b53d8541.svg')
        }

    .login_icons .option-menu {
        position: absolute;
        background: var(--registration-bg) 0 0 no-repeat padding-box;
        border: 2px solid var(--login-button-color);
        right: 0;
        top: 0;
        font-size: 16px;
        border-radius: 4px
    }

        .login_icons .option-menu.hide {
            display: none
        }

        .login_icons .option-menu.show {
            display: block
        }

        .login_icons .option-menu .option-item {
            display: flex;
            padding: 10px;
            cursor: pointer;
            border-bottom: 1px solid var(--login-button-color);
            color: #fff
        }

            .login_icons .option-menu .option-item.selected {
                color: var(--login-button-color)
            }

                .login_icons .option-menu .option-item.selected .mob-icon:after, .login_icons .option-menu .option-item.selected .user-icon:after {
                    background-color: var(--login-button-color)
                }

            .login_icons .option-menu .option-item:last-child {
                border-bottom: none
            }

        .login_icons .option-menu .title {
            margin: 3px 5px
        }

        .login_icons .option-menu .mob-icon {
            width: 25px;
            position: relative
        }

            .login_icons .option-menu .mob-icon:after {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: #fff;
                -webkit-mask-image: url('lotus365img/mobile-icon.b53d8541.svg');
                mask-image: url('lotus365img/mobile-icon.b53d8541.svg');
                -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
                -webkit-mask-position: right;
                mask-position: right;
                left: 0;
                -webkit-mask-size: 22px;
                mask-size: 22px
            }

        .login_icons .option-menu .user-icon {
            width: 25px;
            position: relative
        }

            .login_icons .option-menu .user-icon:after {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: #fff;
                -webkit-mask-image: url('lotus365img/toolbar-user-icon.c398950b.svg');
                mask-image: url('lotus365img/toolbar-user-icon.c398950b.svg');
                -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
                -webkit-mask-position: right;
                mask-position: right;
                left: 0;
                -webkit-mask-size: 16px;
                mask-size: 16px
            }

    .login_icons .icon {
        position: absolute;
        width: 70px;
        height: 85%;
        border: 2px solid var(--login-button-color);
        border-radius: 3px;
        right: 0;
        top: 0;
        display: flex;
        cursor: pointer
    }

        .login_icons .icon .selected-icon {
            width: 50%;
            height: 100%;
            position: relative
        }

            .login_icons .icon .selected-icon:after {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: var(--login-button-color);
                -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
                -webkit-mask-position: right;
                mask-position: right;
                left: 0
            }

            .login_icons .icon .selected-icon.mob:after {
                -webkit-mask-image: url('lotus365img/mobile-icon.b53d8541.svg');
                mask-image: url('lotus365img/mobile-icon.b53d8541.svg');
                -webkit-mask-size: 22px;
                mask-size: 22px
            }

            .login_icons .icon .selected-icon.user:after {
                -webkit-mask-image: url('lotus365img/toolbar-user-icon.c398950b.svg');
                mask-image: url('lotus365img/toolbar-user-icon.c398950b.svg');
                -webkit-mask-size: 16px;
                mask-size: 16px
            }

        .login_icons .icon .arrow-icon {
            width: 50%;
            height: 100%;
            position: relative
        }

            .login_icons .icon .arrow-icon:after {
                width: 100%;
                height: 100%;
                -webkit-mask-image: url('lotus365img/down-arrow.4e888673.svg');
                mask-image: url('lotus365img/down-arrow.4e888673.svg');
                left: 0;
                -webkit-mask-size: 12px;
                mask-size: 12px
            }

            .login_icons.eyeOff:after, .login_icons .icon .arrow-icon:after {
                content: "";
                position: absolute;
                background-color: var(--login-button-color);
                -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
                -webkit-mask-position: center;
                mask-position: center
            }

    .login_icons.eyeOff:after {
        -webkit-mask-image: url('lotus365img/eyeOff.31fdd638.svg');
        mask-image: url('lotus365img/eyeOff.31fdd638.svg')
    }

    .login_icons.eye:after, .login_icons.eyeOff:after {
        width: 25px;
        height: 15px;
        right: 0;
        top: 10px;
        -webkit-mask-size: 22px;
        mask-size: 22px
    }

    .login_icons.eye:after {
        content: "";
        position: absolute;
        background-color: var(--login-button-color);
        -webkit-mask-image: url('lotus365img/eye.c334619b.svg');
        mask-image: url('lotus365img/eye.c334619b.svg');
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center
    }

@media screen and (min-width: 1024px) {
    .b2c_login.forgot-pass ion-input {
        --padding-start: 15px !important
    }
}

@media screen and (min-height: 650px) {
    .loginPopUp .pop-up_wrapper {
        overflow: scroll
    }
}

@media screen and (max-width: 1024px) {
    .loginPopUp .pop-up_wrapper {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: #eee;
        z-index: 10;
        display: block;
        justify-content: center;
        align-items: center;
        overflow-x: hidden
    }

        .loginPopUp .pop-up_wrapper .pop-up {
            width: 100%;
            min-height: 100%;
            max-width: unset;
            max-height: unset;
            background: var(--registration-bg);
            padding: 10px 24px !important;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: auto;
            left: unset;
            top: unset;
            -webkit-transform: unset;
            transform: unset
        }

            .loginPopUp .pop-up_wrapper .pop-up.login-desktop {
                background: rgba(0,0,0,.4)
            }

        .loginPopUp .pop-up_wrapper .pop-up-content_title {
            display: flex;
            width: 100%;
            justify-content: space-between;
            margin-bottom: 10px
        }

        .loginPopUp .pop-up_wrapper .pop-up-content_title-step {
            font-family: "Poppins";
            font-size: 16px;
            font-weight: 400;
            color: var(--login-text-color)
        }

        .loginPopUp .pop-up_wrapper .pop-up-content_title img {
            cursor: pointer
        }

        .loginPopUp .pop-up_wrapper .loginPopUpContainer {
            width: 100%;
            padding: 0 10px
        }

            .loginPopUp .pop-up_wrapper .loginPopUpContainer .forgotTitle {
                font-weight: 600;
                font-size: 25px;
                line-height: 30px;
                margin-bottom: 170px
            }

            .loginPopUp .pop-up_wrapper .loginPopUpContainer .signUpTitle {
                font-weight: 600;
                font-size: 25px;
                line-height: 30px;
                margin-bottom: 140px;
                color: var(--login-text-color)
            }

            .loginPopUp .pop-up_wrapper .loginPopUpContainer .OTPText {
                font-weight: 600;
                font-size: 20px;
                line-height: 30px;
                margin-bottom: 5px
            }

            .loginPopUp .pop-up_wrapper .loginPopUpContainer .OTPSubText {
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                color: var(--login-text-color-secondary);
                margin-bottom: 10px
            }

            .loginPopUp .pop-up_wrapper .loginPopUpContainer .stepThreeTitle {
                font-weight: 600;
                font-size: 25px
            }

                .loginPopUp .pop-up_wrapper .loginPopUpContainer .stepThreeTitle span {
                    display: inline-block;
                    width: 100%
                }

                    .loginPopUp .pop-up_wrapper .loginPopUpContainer .stepThreeTitle span:first-child {
                        margin-bottom: 10px
                    }

                .loginPopUp .pop-up_wrapper .loginPopUpContainer .stepThreeTitle.promo {
                    font-size: 20px !important;
                    font-weight: 500 !important
                }

            .loginPopUp .pop-up_wrapper .loginPopUpContainer .signUpRulesText {
                font-weight: 400;
                font-size: 16px;
                line-height: 25px
            }

            .loginPopUp .pop-up_wrapper .loginPopUpContainer .allSetImg {
                margin: 45px 0;
                position: relative;
                height: 100px
            }

                .loginPopUp .pop-up_wrapper .loginPopUpContainer .allSetImg img {
                    display: none
                }

                .loginPopUp .pop-up_wrapper .loginPopUpContainer .allSetImg:after {
                    content: "";
                    position: absolute;
                    width: 100px;
                    height: 100px;
                    background-color: var(--login-button-text);
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    -webkit-mask-image: url('lotus365img/allSet.95369c2c.svg');
                    mask-image: url('lotus365img/allSet.95369c2c.svg');
                    -webkit-mask-repeat: no-repeat;
                    mask-repeat: no-repeat;
                    -webkit-mask-position: center;
                    mask-position: center;
                    -webkit-mask-size: 100px;
                    mask-size: 100px
                }

            .loginPopUp .pop-up_wrapper .loginPopUpContainer .terms-conditions {
                text-align: center
            }

            .loginPopUp .pop-up_wrapper .loginPopUpContainer .signUpMessageError {
                position: absolute;
                font-weight: 500;
                font-size: 15px;
                line-height: 22px;
                color: var(--login-error-color);
                top: 65px
            }

                .loginPopUp .pop-up_wrapper .loginPopUpContainer .signUpMessageError.otpMessage {
                    position: relative;
                    top: 25px;
                    height: 10px
                }

            .loginPopUp .pop-up_wrapper .loginPopUpContainer.signUpStep-one {
                margin-bottom: 45px
            }

            .loginPopUp .pop-up_wrapper .loginPopUpContainer.focus.signUpStep-one {
                margin-bottom: 15px
            }

            .loginPopUp .pop-up_wrapper .loginPopUpContainer.focus .forgotTitle, .loginPopUp .pop-up_wrapper .loginPopUpContainer.focus .signUpTitle {
                margin-bottom: 20px
            }

        .loginPopUp .pop-up_wrapper .loginPopUp-info {
            position: unset;
            top: unset;
            font-weight: 500;
            font-size: 18px;
            text-align: center;
            color: var(--login-text-color);
            margin-top: 20px
        }

            .loginPopUp .pop-up_wrapper .loginPopUp-info .loginPopUp-info-link {
                color: var(--login-link-color);
                cursor: pointer
            }

        .loginPopUp .pop-up_wrapper .signUpStep-promo-image {
            width: 100%;
            margin-bottom: 10px
        }

            .loginPopUp .pop-up_wrapper .signUpStep-promo-image img {
                width: 110%;
                margin-bottom: 5px
            }

        .loginPopUp .pop-up_wrapper .promotionsContainer {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            margin-top: 10px;
            margin-bottom: 20px
        }

            .loginPopUp .pop-up_wrapper .promotionsContainer .promo__inputs-select {
                height: 80px;
                width: 100%
            }

            .loginPopUp .pop-up_wrapper .promotionsContainer .promo__inputs-select-gray {
                color: #313131;
                font-weight: 400;
                font-size: 15px
            }

            .loginPopUp .pop-up_wrapper .promotionsContainer .promo__inputs-select-details {
                font-weight: 600;
                font-size: 16px;
                color: var(--login-link-color)
            }

        .loginPopUp .pop-up_wrapper .pop-up-content__buttons {
            display: flex;
            justify-content: center
        }

        .loginPopUp .pop-up_wrapper .pop-up-content__buttons-new {
            justify-content: flex-start
        }

        .loginPopUp .pop-up_wrapper .pop-up-content__buttons.forgot {
            width: 100%;
            justify-self: start;
            margin-top: unset;
            margin-left: unset;
            font-family: "Lato";
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 23px;
            -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
            color: var(--login-link-color)
        }

        .loginPopUp .pop-up_wrapper .pop-up-content__buttons.forgot-step {
            margin-top: 65px;
            width: 100%
        }

            .loginPopUp .pop-up_wrapper .pop-up-content__buttons.forgot-step.two-buttons {
                margin-top: 10px;
                justify-content: space-between
            }

        .loginPopUp .pop-up_wrapper .pushable {
            width: 136px;
            height: 50px;
            border-radius: 25px;
            display: flex;
            align-items: center;
            justify-content: center
        }

            .loginPopUp .pop-up_wrapper .pushable .front.refreshBtn {
                font-weight: 600;
                font-size: 18px;
                color: var(--login-button-text)
            }

                .loginPopUp .pop-up_wrapper .pushable .front.refreshBtn img {
                    margin-left: 7px
                }

            .loginPopUp .pop-up_wrapper .pushable.next-button {
                background: var(--login-button-color);
                position: relative
            }

            .loginPopUp .pop-up_wrapper .pushable .next-button-icon {
                width: 20px;
                display: inline-block
            }

                .loginPopUp .pop-up_wrapper .pushable .next-button-icon:after {
                    content: "";
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    background-color: var(--login-button-text);
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    -webkit-mask-image: url('lotus365img/arrow.e17390ee.svg');
                    mask-image: url('lotus365img/arrow.e17390ee.svg');
                    -webkit-mask-repeat: no-repeat;
                    mask-repeat: no-repeat;
                    -webkit-mask-position: center;
                    mask-position: center;
                    -webkit-mask-size: 9px;
                    mask-size: 9px
                }

            .loginPopUp .pop-up_wrapper .pushable.back-button {
                background: transparent;
                box-shadow: unset
            }

                .loginPopUp .pop-up_wrapper .pushable.back-button .front.refreshBtn span {
                    color: var(--login-text-color)
                }

    .b2c_login {
        margin-bottom: 30px
    }

    button:disabled {
        background: #979797 !important
    }

    .detailedPromotions {
        background: #fff;
        background-size: 69%;
        position: absolute;
        z-index: 3;
        width: 90%;
        height: 85%;
        border-radius: 10px;
        top: 8%;
        left: 5%;
        overflow: auto
    }

        .detailedPromotions ol {
            font-family: "Poppins";
            font-weight: 400;
            font-size: 16px;
            color: #000 !important
        }

    .promo__inputs-select-button-circle, .promo__inputs-select-button-circle-active {
        height: 14px;
        width: 14px;
        border-radius: 17%;
        border: 1px solid #dbdbdb
    }

    .promo__inputs-select-button-circle-active {
        background-color: #6a9772;
        background-image: url('lotus365img/check.23521813.svg');
        background-repeat: no-repeat;
        background-position: 50%
    }

    .login-step-wrapper {
        position: absolute;
        height: 385px;
        width: 90%;
        background: var(--login-popUp-bg);
        border-radius: 10px;
        -webkit-animation: popup .5s;
        animation: popup .5s
    }

        .login-step-wrapper .pop-up-content_title {
            margin: unset;
            padding: 21px 20px 17px
        }

            .login-step-wrapper .pop-up-content_title .pop-up-content_title-logo {
                background: var(--logo-bg-img) no-repeat;
                background-size: contain;
                width: 145px;
                height: 27px;
                margin: 0 auto
            }

        .login-step-wrapper .forgot-pass-button {
            font-family: "Lato";
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
            color: var(--login-link-color);
            padding-top: 10px
        }

        .login-step-wrapper .pushable.log-in {
            box-shadow: 0 4px 4px rgba(0,0,0,.25)
        }

            .login-step-wrapper .pushable.log-in .front.refreshBtn {
                font-weight: 500;
                font-size: 15px
            }

        .login-step-wrapper .register-button {
            width: 100%;
            height: 38px;
            align-self: center;
            text-align: center;
            display: flex;
            border: 2px solid var(--register-button-boarder);
            background-color: var(--register-button-color);
            border-radius: 3px;
            align-items: center;
            justify-content: center
        }

            .login-step-wrapper .register-button .register-button-link {
                font-weight: 500;
                font-size: 15px;
                color: var(--register-button-text-color)
            }

        .login-step-wrapper .pop-up-content__buttons {
            padding: 15px 0
        }

            .login-step-wrapper .pop-up-content__buttons .pushable {
                width: 100%;
                height: 38px;
                border-radius: 3px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: var(--login-button-color)
            }

        .login-step-wrapper .login-step-content {
            padding: 0 33px
        }

            .login-step-wrapper .login-step-content .login-step-content__title {
                font-weight: 500;
                font-size: 20px;
                color: var(--login-text-color);
                padding-bottom: 20px
            }

            .login-step-wrapper .login-step-content .b2c_login {
                margin-bottom: 15px
            }

    .pushable {
        margin-bottom: unset !important
    }

    .loginPopUp .pop-up_wrapper .pop-up.login-desktop.modalUp {
        justify-content: start
    }

    .detailedPromotions-promo-image {
        width: 70%;
        margin: 0 auto;
        padding-top: 20px
    }

        .detailedPromotions-promo-image img {
            width: 100%
        }

    .login-content__list ion-item {
        --min-height: 60px !important;
        --padding-start: 0px;
        --padding-end: 0px;
        --inner-padding-end: 0px;
        --inner-border-width: 0px
    }

    .login-content__list .b2c_login .placeholder {
        font-size: 16px;
        color: var(--signUp-input-text-color)
    }

    .login-content__list .b2c_login ion-input {
        --padding-start: 45px !important;
        height: 100%;
        font-family: "Lato",sans-serif !important;
        font-size: 16px !important;
        line-height: 20px !important
    }

    .login-content__list .b2c_login.forgot-pass ion-input {
        --padding-start: 15px !important;
        font-size: 16px !important
    }

    .login-content__list .b2c_login.forgot-pass .login-content__list__input-wrapper {
        position: relative;
        margin-bottom: 45px
    }

        .login-content__list .b2c_login.forgot-pass .login-content__list__input-wrapper div.resendOTP {
            position: absolute;
            top: 65px
        }

            .login-content__list .b2c_login.forgot-pass .login-content__list__input-wrapper div.resendOTP span {
                font-weight: 500;
                font-size: 14px;
                color: var(--login-text-color)
            }

    ion-item.confirmPasswordInput {
        --min-height: 60px !important
    }

    ion-item.login {
        --min-height: 45px !important
    }

    .signUpNew-separator-or {
        margin: 0 15px
    }
}

.signUpSpinner {
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.popUpAnimation {
    -webkit-animation: popup .5s;
    animation: popup .5s
}

.signUpInput {
    color: var(--signUp-input-text-color) !important;
    border: 1px solid var(--signUp-input-text-color) !important
}

@-webkit-keyframes popup {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    10% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes popup {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    10% {
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes unfoldIn {
    0% {
        -webkit-transform: scaleY(.005) scaleX(0);
        transform: scaleY(.005) scaleX(0)
    }

    50% {
        -webkit-transform: scaleY(.005) scaleX(1);
        transform: scaleY(.005) scaleX(1)
    }

    to {
        -webkit-transform: scaleY(1) scaleX(1);
        transform: scaleY(1) scaleX(1)
    }
}

@keyframes unfoldIn {
    0% {
        -webkit-transform: scaleY(.005) scaleX(0);
        transform: scaleY(.005) scaleX(0)
    }

    50% {
        -webkit-transform: scaleY(.005) scaleX(1);
        transform: scaleY(.005) scaleX(1)
    }

    to {
        -webkit-transform: scaleY(1) scaleX(1);
        transform: scaleY(1) scaleX(1)
    }
}

@-webkit-keyframes unfoldOut {
    0% {
        -webkit-transform: scaleY(1) scaleX(1);
        transform: scaleY(1) scaleX(1)
    }

    50% {
        -webkit-transform: scaleY(.005) scaleX(1);
        transform: scaleY(.005) scaleX(1)
    }

    to {
        -webkit-transform: scaleY(.005) scaleX(0);
        transform: scaleY(.005) scaleX(0)
    }
}

@keyframes unfoldOut {
    0% {
        -webkit-transform: scaleY(1) scaleX(1);
        transform: scaleY(1) scaleX(1)
    }

    50% {
        -webkit-transform: scaleY(.005) scaleX(1);
        transform: scaleY(.005) scaleX(1)
    }

    to {
        -webkit-transform: scaleY(.005) scaleX(0);
        transform: scaleY(.005) scaleX(0)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoomOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes zoomOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.forgotTitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: var(--login-text-color);
    margin-bottom: 24px
}

.closePopUpButton {
    cursor: pointer;
    position: absolute;
     right:-45px; 
}

    .closePopUpButton svg circle {
        fill: var(--login-button-color)
    }

.loginPopUp-info {
    position: relative;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: var(--login-text-color-secondary);
    top: -55px
}

    .loginPopUp-info .loginPopUp-info-link {
        color: var(--login-link-color);
        cursor: pointer;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline
    }

@media screen and (min-width: 1024px) {
    .loginPopUp .pop-up_wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #eee;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .loginPopUp .pop-up_wrapper .pop-up {
            position: absolute;
            min-height: 354px;
            padding: 26px 26px 17px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            border-radius: 10px;
            -webkit-animation: popup .5s;
            animation: popup .5s;
            top: unset;
            left: unset;
            -webkit-transform: unset;
            transform: unset
        }

        .loginPopUp .pop-up_wrapper .pop-up-content {
            display: flex
        }

        .loginPopUp .pop-up_wrapper .pop-up-content__buttons .login {
            width: 300px
        }

        .loginPopUp .pop-up_wrapper .loginPopUpContainer.forgot-step {
            margin-bottom: 25px
        }

    .pushable {
        border: none;
        background: transparent;
        padding: 0;
        cursor: pointer;
        outline-offset: 4px;
        transition: -webkit-filter .25s;
        transition: filter .25s;
        transition: filter .25s,-webkit-filter .25s
    }

    .front, .pushable {
        position: relative
    }

    .front {
        display: block;
        width: 301px;
        height: 38px;
        font-family: "Lato";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        color: var(--login-text-color);
        margin: 0 2px;
        padding-top: 0;
        border-radius: 3px;
        will-change: transform;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        transition: -webkit-transform .6s cubic-bezier(.3,.7,.4,1);
        transition: transform .6s cubic-bezier(.3,.7,.4,1);
        transition: transform .6s cubic-bezier(.3,.7,.4,1),-webkit-transform .6s cubic-bezier(.3,.7,.4,1)
    }

    .pushable.next-button.signUpButton .front.refreshBtn.login {
        background: var(--login-button-color)
    }

    .pushable:hover {
        -webkit-filter: brightness(110%);
        filter: brightness(110%)
    }

        .pushable:hover .shadow {
            position: absolute;
            top: -2px;
            left: 0;
            width: 100%;
            height: 27px;
            border-radius: 3px;
            background: rgba(0,0,0,.25);
            will-change: transform;
            -webkit-transform: translateY(2px);
            transform: translateY(2px);
            transition: -webkit-transform .6s cubic-bezier(.3,.7,.4,1);
            transition: transform .6s cubic-bezier(.3,.7,.4,1);
            transition: transform .6s cubic-bezier(.3,.7,.4,1),-webkit-transform .6s cubic-bezier(.3,.7,.4,1)
        }

        .pushable:hover .edge {
            position: absolute;
            top: -2px;
            left: 2px;
            width: 94px;
            height: 37px;
            border-radius: 3px;
            -webkit-filter: brightness(75%);
            filter: brightness(75%)
        }

        .pushable:hover .front {
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
            transition: -webkit-transform .25s cubic-bezier(.3,.7,.4,1.5);
            transition: transform .25s cubic-bezier(.3,.7,.4,1.5);
            transition: transform .25s cubic-bezier(.3,.7,.4,1.5),-webkit-transform .25s cubic-bezier(.3,.7,.4,1.5)
        }

    .pushable:active .front {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        transition: -webkit-transform 34ms;
        transition: transform 34ms;
        transition: transform 34ms,-webkit-transform 34ms
    }

    .pushable:hover .shadow {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        transition: -webkit-transform .25s cubic-bezier(.3,.7,.4,1.5);
        transition: transform .25s cubic-bezier(.3,.7,.4,1.5);
        transition: transform .25s cubic-bezier(.3,.7,.4,1.5),-webkit-transform .25s cubic-bezier(.3,.7,.4,1.5)
    }

    .pushable:active .shadow {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
        transition: -webkit-transform 34ms;
        transition: transform 34ms;
        transition: transform 34ms,-webkit-transform 34ms
    }

    .pushable:focus:not(:focus-visible) {
        outline: none
    }

    .detailedPromotions-promo-image {
        width: 70%;
        margin: 0 auto;
        padding-top: 20px
    }

        .detailedPromotions-promo-image img {
            width: 100%
        }

    .RulesRegs {
        color: #000
    }
}
.login-content__list ion-item + ion-item {
    margin-top: 12px;
}

.b2c_login ion-input {
    border-radius: 3px;
    background-color: #fff !important
}

.b2c_login {
    position: relative;
    margin-bottom: 12px
}

    .b2c_login .placeholder {
        color: var(--login-input-text-color);
        position: absolute;
        z-index: 3;
        font-family: "Lato",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        left: 13px
    }

    .b2c_login ion-input {
        --padding-top: 0px !important;
        --padding-bottom: 0px !important;
        --padding-start: 40px !important;
        --padding-end: 0px !important;
        height: 100%;
        border-radius: 0;
        font-family: "Lato",sans-serif !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 17px !important
    }

@media screen and (min-width: 1024px) {
    .b2c_login.forgot-pass ion-input {
        --padding-start: 15px !important
    }
}
@media screen and (max-width: 1024px) {

    .b2c_login {
        margin-bottom: 30px
    }

    .login-step-wrapper .login-step-content .b2c_login {
        margin-bottom: 15px
    }

    .login-content__list .b2c_login .placeholder {
        font-size: 16px;
        color: var(--signUp-input-text-color)
    }

    .login-content__list .b2c_login ion-input {
        --padding-start: 45px !important;
        height: 100%;
        font-family: "Lato",sans-serif !important;
        font-size: 16px !important;
        line-height: 20px !important
    }

    .login-content__list .b2c_login.forgot-pass ion-input {
        --padding-start: 15px !important;
        font-size: 16px !important
    }

    .login-content__list .b2c_login.forgot-pass .login-content__list__input-wrapper {
        position: relative;
        margin-bottom: 45px
    }

        .login-content__list .b2c_login.forgot-pass .login-content__list__input-wrapper div.resendOTP {
            position: absolute;
            top: 65px
        }

            .login-content__list .b2c_login.forgot-pass .login-content__list__input-wrapper div.resendOTP span {
                font-weight: 500;
                font-size: 14px;
                color: var(--login-text-color)
            }
}

.ion-toolbar__right {
    display: flex;
    align-items: center
}

    .ion-toolbar__right ion-img + ion-button {
        margin-left: 16px !important
    }

.ion-toolbar__search {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--header-background);
    left: 40px;
    top: -100%;
    display: flex;
    align-items: center;
    flex: 1 1
}

    .ion-toolbar__search ion-img + ion-button {
        margin-left: 16px !important
    }

.ion-toolbar__search__input {
    margin-left: 25px;
    background: var(--ion-toolbar-background);
    color: var(--white);
    --placeholder-opacity: 1;
    outline: none;
    border: none
}

    .ion-toolbar__search__input::-webkit-input-placeholder {
        color: var(--white)
    }

    .ion-toolbar__search__input:-ms-input-placeholder {
        color: var(--white)
    }

    .ion-toolbar__search__input::placeholder {
        color: var(--white)
    }

.ion-toolbar__search .closeCross {
    position: absolute;
    top: 20px;
    right: 50px;
    z-index: 10;
    height: 18px;
    width: 18px
}

.menu-btn {
    --background-hover: none;
    --background-focused: none
}

.loginSignup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.loginSignup-icon {
    width: 12px;
    height: 12px;
    position: relative
}

.loginSignup-text {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize !important;
    color: var(--btn-text-color)
}

.loginSignup-icon.login:before {
    -webkit-mask-image: var(--log-in-svg-icon);
    mask-image: var(--log-in-svg-icon)
}

.loginSignup-icon.login:before, .loginSignup-icon.sign-up:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    background-color: var(--icon-color-in-buttons);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 0;
    left: 0
}

.loginSignup-icon.sign-up:before {
    -webkit-mask-image: var(--sign-up-svg-icon);
    mask-image: var(--sign-up-svg-icon)
}

.Search__empty, .Search__results {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000
}

.Search__empty {
    background: #fff
}

.searchValues {
    height: auto;
    background: #fff
}

.searchShadow, .searchValues {
    width: 100%;
    position: absolute
}

.searchShadow {
    height: 100vh;
    background: rgba(0,0,0,.4)
}

@media (max-width: 360px) {
    .ion-toolbar__left ion-button {
        padding-right: 0
    }

    .ion-toolbar__right ion-img + ion-button {
        margin-left: 10px !important
    }

    .user-profile-btn, .user-profile-btn-sign-up, .user-profile-btnLog, .user-profile-deposit {
        height: 35px;
        width: 60px
    }
}

@media (max-width: 330px) {
    .ion-toolbar__right ion-img + ion-button {
        margin-left: 5px !important
    }

    .user-profile-btn, .user-profile-btn-sign-up, .user-profile-btnLog, .user-profile-deposit {
        height: 35px;
        width: 52px;
        font-size: 11px
    }
}
.right-side-menu__depositButtons {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.13);
}
.right-side-menu__depositButtons-dep {
    width: 96px;
}
.right-side-menu__depositButtons-dep, .right-side-menu__depositButtons-with {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    background: var(--alt-secondary);
    border-radius: 4px;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: var(--white);
}
.right-side-menu__depositButtons-dep, .right-side-menu__depositButtons-with {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    background: var(--alt-secondary);
    border-radius: 4px;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: var(--white);
}
.right-side-menu__depositButtons-with {
    width: 108px;
}