/*components\Header\Header.css*/
header {
    padding: 0 80px;
    position: sticky;
    top: 0;
    z-index: 2;
    border-bottom: 2px solid #fff;
}

.headerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#loyalty-login-mobile .headerWrap{
    display: none;
}

.userMenu .userName {
    background: #7FBA00;
    border-radius: 100px;
    height: 26px;
    width: 26px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
        font-family: "ProximaNova-Regular";
}

.userBlockRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -3px;
}

.headerSearch {
    margin-right: 0;
}

.headerSearch button.MuiButton-text {
    border: none;
    outline: none;
    background: transparent;
    min-width: auto;
    padding: 1px 6px;
}

.userMenuTop {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    min-width: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
}

#loyalty-login-mobile {
    border: 0px;
    border-radius: 0px;
}
#loyalty-login-mobile .jss1{
    background-color: #152644;
}


.userMenuTopClick,
.userMenuListTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.menuList {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 28px;
    background: #152644;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 9px 17px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    min-width: 220px;
    padding: 14px;
    z-index: 99;
}

.userMenu.Opened .menuList {
    visibility: visible;
    opacity: 1;
    height: auto;
    width: auto;
    overflow: visible;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.userMenuListTop .useerFullName {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-left: 7px;
}

.userBlock {
    position: relative;
}

.useerFullNameWrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
}

.userMenu.Opened .userMenuListTop img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.menuList ul {
    margin-top: 15px;
}

.menuList ul li {
    margin-bottom: 0;
}

.menuList ul li a {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 12px 10px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.menuList ul li:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 5px;
}


.menuList ul li a.active {
    background: rgba(241, 241, 241, 0.2);
    border: 1px solid rgba(241, 241, 241, 0.2);
}

.menuList ul li span {
    width: 38px;
}

.newUserLogin {
    /* display: none; */
    border-left: none;
    padding-left: 0;
    margin: 0 15px;
}

.hamburgerMenu {
    display: none;
    margin-left: 30px;
}

.headerSearch button img {
    margin-top: -1px;
}

.headerSearch button span {
    display: none;
}

.headerSearchBox {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 0 80px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
}

.headerSearchInput {
    display: flex;
    align-items: center;
    padding: 18px 0;
}

.headerSearchInput div.MuiInputBase-root {
    border: none;
    color: #575757;
    font-size: 1.25rem;
    font-family: "ProximaNova-Regular";
    line-height: 1.25rem;
    padding: 0;
    height: 2rem;
}

.headerSearchInput button.MuiButton-text {
    background: #eaeaea;
    border: none;
    border-radius: 4px;
    color: #8d9092;
    font-family: "ProximaNova-Regular";
    font-weight: 700;
    font-size: 16px;
    height: 52px;
    letter-spacing: 1.25px;
    line-height: 20px;
    margin-left: auto;
    text-transform: uppercase;
    width: 134px;
    min-width: 132px;
    margin-left: 13px;
}

.headerSearchInput button span {
    display: none;
}

.headerSearchBoxInfo {
    height: 20px;
    font-size: .875rem;
    font-style: italic;
    padding: 6px 0 0;
    line-height: 1.5;
}

@media (max-width:1280px) {
    header {
        padding: 0 20px;
    }
}

@media (max-width:1024px) {
    .logo {
        margin: 15px 0 23px;
    }

    .logo img {
        margin-top: 0;
    }




}

@media (max-width:961px) {
    .hamburgerMenu {
        display: block;
    }
    #loyalty-login-mobile .headerWrap{
        display: block;
    }


    header .headerWrap .logo img {
        width: 110px;
        margin: 0;
    }

    .userMenuTop:before {
        display: none;
    }

    .headerSearch {
        margin-right: 10px;
    }

    .newUserLogin {
        padding-left: 20px;
    }


    .hamburgerMenu {
        margin-left: 20px;
    }

    .menuList {
        right: 56px;
        top: -4px;
    }

    .hamburgerMenu img {
        width: 25px;
    }

    .headerSearch button img {
        margin-top: 0;
        width: 16px;
    }

    .hambergerMenu {
        display: none;
    }

    .hambergerMenu.hambergerMenuOpened {
        display: block;
    }

    .menuList {
        z-index: 222;
    }

    .headerSearchInput button.MuiButton-text {
        font-size: 15px;
        height: 35px;
        line-height: 20px;
        width: 90px;
        min-width: auto;
    }

    .headerSearchBox {
        padding: 0 20px;
    }

}

@media (max-width:1199px) {}

/**/
.menuList li {
    list-style: none;
    font-family: "ProximaNova-Regular";
}

.menuList ul {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

.useerFullName {
    font-family: "ProximaNova-Regular";
}
/* components\LandingCard\LandingCard.css */
.loyalty .cp-landing-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
        background-color: #fff;
        border-radius: 0.5rem;
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.loyalty .cp-landing-card .cp-landing-card__title {
    font-family: "ProximaNova-Regular";
    font-size: 24px;
    line-height: 22px;
    color: #00263d;
        margin: 1rem 0;
}

.loyalty .cp-landing-card__description {
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 38, 61, 0.6);
        font-family: "ProximaNova-Regular";
        margin: 1rem 0;
}

.loyalty .cp-landing-card__terms-conditions-checkbox {
    color: rgba(4, 17, 31, .6);
    font-size: 16px;
    line-height: 20px;
    width: 48.5%;
        margin: 0.5rem 0 1rem 0 !important;
}

.loyalty .cp-landing-card__terms-conditions-checkbox a {
    font-family: "ProximaNova-Regular";
    font-size: 1rem;
    line-height: 22px;
        color: #00263d;
}

.loyalty .cp-landing-card__btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 0 1rem 0;
        gap: 1rem;
}

.loyalty .cp-landing-card .cp-landing-card__error {
    font-size: 14px;
    color: #B11C1C;
        margin-bottom: 0.5rem;
}

.loyalty .cp-landing-card__btn-submit {
    margin: 0 1rem;
    }
    
    .loyalty .cp-landing-card__btn-cancel {
        margin: 0 1rem;
}

.loyalty .cp-landing-card__logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
        height: 100%;
        background-color: #00263d;
        padding: 2rem 1rem;
}

.loyalty .cmp-popup {
    position: fixed;
    top: 0;
    left: 0;
        z-index: 1000;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.loyalty .cmp-popup__modal {
    position: relative;
    margin: 15vh auto;
    padding: 0;
    width: 50%;
        height: 100vh;
        border-radius: 0.5rem;
        animation-name: modalopen;
        animation-duration: 0.5s;
        background: unset;
}

.loyalty .cmp-popup__modal__visible {
    display: block;
    overflow: unset;
}

.loyalty .cmp-popup__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 0.5rem;
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}

.loyalty .cp-landing-card-popup .cmp-popup__container {
    display: flex;
}

.loyalty .cp-landing-card-popup .cmp-popup__modal .cmp-popup__container {
    background: unset;
        padding: 0;
}

.loyalty .cmp-popup__modal-content {
    width: 100%;
    height: 100%;
}

/**/
.loyalty .cp-landing-card .cp-landing-card__btns button.MuiButton-text {
    background: #fff;
    border: 0.5px solid rgba(19, 76, 141, .2);
    border-radius: 4px;
    color: #134c8d;
    font-family: "ProximaNova-Regular";
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 18px;
    min-height: 44px;
    padding: 10px 14px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.loyalty .cp-landing-card .cp-landing-card__btns button.MuiButton-text.Mui-disabled {
    color: #152644;
    opacity: .5;
}

.loyalty .cp-landing-card .MuiTypography-root.cp-landing-card__title {
    color: #00263d !important;
    font-family: "ProximaNova-Regular" !important;
    font-size: 24px !important;
    line-height: 22px !important;
    margin: 1rem 0 !important;
}
/* Redirect Page */
#cmp-redirect-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    margin: 0 auto;
    max-width: 580px;
    background-color: #f1f1f1;
    padding: 30px;
    font-family: 'Termina-Regular';
}

#cmp-redirect-container .cmp-redirect-loader {
    display: flex;
    margin: auto;
}
#cmp-redirect-container .image {
    margin-bottom: 20px;
}