/* ----------------- Wallet Index (index page wallet info) ----------------- */

#walletIndex {

}

#walletIndex .lightBlueContainer {
    padding: 4.4rem 2.9rem 2.0rem 2.9rem;
    background-color: #1A51B0;
}

#walletIndex .border {
    position: absolute;
    left: 0;
    width: 100%;
}

#walletIndex .border.top {
    top: -5.0rem;
    height: 5.2rem;
    background-image: url('/public/images/soutez/assets/wallet-border-top.png?v=1');
    background-position: bottom;
}

#walletIndex .border.bottom {
    bottom: -4.0rem;
    height: 4.2rem;
    background-image: url('/public/images/soutez/assets/wallet-border-bottom.png?v=1');
    background-position: top;
}

#walletIndex .h4 {
    margin-bottom: 1.0rem;
    color: var(--clr-yellow);
    font-size: 2.0rem;
    text-transform: uppercase;
}

#walletIndex .h3 {
    margin-bottom: 2.0rem;
    text-transform: uppercase;
}

#walletIndex .text {
    font-size: 1.55rem;
    line-height: 140%;
    font-weight: 400;
    text-transform: uppercase;
}

#walletIndex .text .thicker {
    font-weight: 700;
}

#walletIndex .text .bold {
    font-weight: 900;
}

#walletIndex .text.tiny {
    margin-top: 3.8rem;
    font-size: 1.1rem;
    text-transform: none;
}

#walletIndex .walletList {
    margin: 4.0rem 0 4.0rem 0;
}

#walletIndex .walletList .item {
    display: flex;
    margin: 0 auto 1.4rem auto;
    padding-left: 3.0rem;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 1.8rem;
}

#walletIndex .walletList .item .image {
    min-width: 5.5rem;
    width: 5.5rem;
    height: 5.7rem;
}

#walletIndex .walletList .item .image.image1 {
    background-image: url('/public/images/soutez/assets/wallet-points-1.svg?v=1');
}

#walletIndex .walletList .item .image.image5 {
    background-image: url('/public/images/soutez/assets/wallet-points-5.svg?v=1');
}

#walletIndex .walletList .item .image.image10 {
    background-image: url('/public/images/soutez/assets/wallet-points-10.svg?v=1');
}

#walletIndex .walletList .item .text {
    width: 20rem;
    text-align: left;
}

#walletIndex .button {
    
}


/* ----------------- Wallet Info (No Win mage) ----------------- */

#walletInfo {

}

#walletInfo .h4 {
    margin-bottom: 1.0rem;
    color: var(--clr-yellow);
    font-size: 2.0rem;
    text-transform: uppercase;
}

#walletInfo .text {
    margin-bottom: 0.8rem;
    font-size: 1.55rem;
    line-height: 140%;
    font-weight: 400;
    text-transform: uppercase;
}

#walletInfo .text .thicker {
    font-weight: 700;
}

#walletInfo .text .bold {
    font-weight: 900;
}

#walletInfo .text.tiny {
    margin-top: 2.8rem;
    margin-bottom: 0.0rem;
    font-size: 1.1rem;
    text-transform: none;
}

#walletInfo .button {
    margin-bottom: 1.4rem;
    background-color: var(--clr-red);
    border-radius: 1.0rem;
}

#walletInfo .button .inner {
    color: var(--clr-white);
    font-size: 2.0rem;
    text-transform: none;
}

#walletInfo .button.empty {
    display: flex;
    background-color: #FFFFFF1A;
    align-items: center;
    justify-content: center;
}

#walletInfo .button.empty .inner {
    height: calc(100% - 0.8rem);
    width: calc(100% - 0.8rem);
    border: solid var(--clr-white) 0.1rem;
    border-radius: 0.6rem;
}


/* ----------------- Wallet Popup ----------------- */

#walletPopup {
}

#walletPopup .innerContainer {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#walletPopup .yellowContainer {
    padding-bottom: 2.0rem;
}

#walletPopup .closeButton {
    position: absolute;
    top: -1.0rem;
    right: 1.0rem;
    height: 3.1rem;
    width: 3.1rem;
    background-image: url('/public/images/soutez/icons/cross.svg?v=1');
    background-size: 1.2rem auto;
    background-position: center center;
}

#walletPopup .h2 {
    font-size: 2.5rem;
    line-height: 3.2rem;
}

#walletPopup .closeButton {
    
}

#walletPopup input[type=email] {
    margin-bottom: 2.2rem;
}

#walletPopup .button {
    
    margin-bottom: 0.8rem;
}

#walletPopup .button .inner {
    
}

