.account_page.top-up {
    background-color: #f4f3f3;
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
}

.account_page.top-up h3 {
    color: #2d294b;
    font-size: 20px;
    font-family: "League Spartan", sans-serif;
    line-height: 33px;
}

.account_page.top-up .club-zest-top-up-container a {
    color: #f4c930;
    text-decoration: underline
}

.club-zest-top-up-container {
    background-color: #2d294b;
    font-size: 14px;
    padding: 20px;
}

.club-zest-top-up-container .form_fields__field label:first-child{
    padding-bottom:5px;
    margin-top:30px;
}
.club-zest-top-up-container .checkbox+label::before {background-color: #ffffff;}

.club-zest-top-up-container .form_fields__field--checkbox+.form_fields__field_warning {background: none; padding-left:0;}


.club-zest-top-up-container .form_fields__field label{
    color: #fff;
    margin:10px 0;

}
.club-zest-top-up-container .form_fields__field label span.yellow{
    color: #f4c930;
}


.club-zest-top-up-container p {
    color: #ffffff !important;
}

.club-zest-top-up-container .top-up-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.club-zest-top-up-container .top-up-header .member {
    display: flex;
    align-items: center;
    gap: 5px;
}

.club-zest-top-up-container .top-up-header .member .verified {
    color: #00ff2b !important;
    font-size: 12px;
}

.club-zest-top-up-container .top-up-header .member .not-verified {
    color: #ff4a4a !important;
    font-size: 12px;
}

.club-zest-top-up-container .price-container {
    border-bottom: 1px dashed #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.club-zest-top-up-container .price-container p {
    margin: 0
}

.club-zest-top-up-container .price-container .price {
    font-size: 16px;
    color: #ffffff;
    font-family: "League Spartan", sans-serif;
}

.club-zest-top-up-container .price-container .price span {
    color: #f4c930;
}

.club-zest-top-up-container .cross {
    position: relative;
    display: inline-block;
}

.club-zest-top-up-container .cross::before {
    content: "";
    width: 105%;
    position: absolute;
    right: 0;
    top: 39%;
    border-bottom: 2px solid red;
    -webkit-transform: skewY(-17deg);
    transform: skewY(-17deg);
}

.cta span {
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding-right: 20px;
    -webkit-transition: right 100ms ease-out;
    -moz-transition: right 100ms ease-out;
    transition: right 100ms ease-out;
    width: 100%;
    text-align: left;
}

.cta span::before {
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

.cta span::after {
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.cta span::before, .cta span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 8px;
    height: 2px;
    margin-top: -2px;
    margin-left: -8px;
    background-color: rgba(45, 41, 75, .8);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.cta {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 4px;
    font-family: "League Spartan", Arial, Helvetica;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    -webkit-transition: background 200ms ease-out;
    -moz-transition: background 200ms ease-out;
    transition: background 200ms ease-out;
    color: #2d294b;
    display: inline-block;
    cursor: pointer;
    min-width: 230px;

}

.cta-normal {
    padding: 17px 25px 13px 25px;
}

.cta-thin {
    padding: 10px 25px 5px 25px;
}

.cta-green {
    background-color: #13d56d;
}

.cta-purple {
    background-color: #2d294b;
    color: #ffffff;
}

.cta-purple span::before, .cta-purple span::after {
    background-color: #ffffff;
}

.cta-club-zest {
    background-color: #e9c031;
    color: #2d294b;
    border: 0;
}

.icons-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.icons-container .icon {
    background-color: #e9c031;
    border-radius: 100%;
    height: 65px;
    min-width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
    margin-right: 0;
}

.icons-container .icon-container {
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icons-container .icon-container .copy {
    width: 220%;
    font-size: 14px;
}

.icons-container .icon-container .copy p {
    margin: 0;
}

.icons-container .dots-container {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    position: relative;

}

.icons-container .dots-container .dots {
    border-top: 10px dotted #e9c031;
    position: absolute;
    top: 35px;
    width: 100%;

}

.modal-content-container {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    display: block;
    height: 100vh;
    padding: 10px;
}

#clubZestLogo {
    max-width: 260px;
}

.modal {font-size: 18px; padding:10px;}

.modal.container {
    background-color: #2d294b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    padding: 40px 0;
}
.modal.container .inner-container.welcome h3 {font-size:30px;}
.modal.container .inner-container.welcome p {padding: 20px 40px;}

.svg-purple {
    filter: brightness(0) saturate(100%) invert(14%) sepia(36%) saturate(948%) hue-rotate(207deg) brightness(92%) contrast(91%);
}



.yellow-background {
    z-index: 1;
    background-color: rgb(233 192 49);
    justify-content: center;
    align-items: center;
    display: flex;
    padding:16px;
    margin-bottom:16px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.relative {
    position: relative;
    margin-bottom:28px
}

.center {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.icons-container .center:first-child::after {
    width: 50%;
    z-index: 0;
    right: 0;
}
.icons-container .center::after {
    border-top: 12px dotted #fff;
    content: "";
    display: inline-block;
    width: 93%;
    position: absolute;
    top: 35px;
    z-index: 0;
}
.icons-container .center:last-child::after {
    width: 50%;
    z-index: 0;
    left: 0;
}




.inner-container {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

section.club-zest-section {
    display: flex;
    justify-content: center;
    padding: 50px 20px;
}

.club-zest-bullets {
    background-color: #f9f8f8;
    display: flex;
    justify-content: center;
    padding: 50px 20px;
}

/*My account*/

.my-account-club-zest {
    text-align: center;
    margin-bottom: 0;
}

.my-account-club-zest p {
    max-width: 500px;
    margin: 0 auto
}

.account_page.club-zest {
    margin-bottom: 20px;
    font-size: 14px;
}

.account_page.club-zest h2 {
    margin-bottom: 10px;
}

.club-zest .title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.club-zest .icon-bullets .text h4 {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 0;
    padding-top: 0;
    line-height: 20px;
}

.club-zest .icon-bullet {
    align-items: center;
}

.club-zest .icon {
    margin-bottom: 0;
}

.points-container {
    width: 100%;
    display: flex;
    font-size: 14px;
}

.points-container > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-title {
    display: none
}

.points-breakdown-container {
    font-size: 14px;
}

.points-breakdown-container h2 {
    margin-bottom: 20px;
}

.ref-container {
    display: flex;
    width: 100%;
    align-items: center;
    border: 1px solid #f2f2f2;
}

.ref-container:nth-child(even) {
    background-color: #f2f2f2;
}

.ref-col-one {
    display: flex;
    align-items: center;
    width: 25%;
    min-width: 135px
}

.ref-col-two {
    display: flex;
    align-items: center;
    width: 75%;
    min-width: 135px
}

.ref-container .cell {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
}

.ref-container .cell.icon {
    width: 65px;
    margin-right: 0;
}

.cell a {
    text-decoration: underline;
}

.referral-link {
    display: flex;
    align-items: stretch;
}

.referral-link p {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 15px;
    max-width: 520px;
    font-weight: bold;
    font-family: "League Spartan", sans-serif;
    color: #1a2f3a;
    border: 1px solid #1a2f3a;
    border-radius: 4px 0 0 4px;
    text-wrap: nowrap;
    flex: 6;
    overflow: hidden;
}

.referral-link button {
    background-color: #2d294d;
    border: none;
    min-height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
    flex: 1;
    max-width: 50px;
}

.referral-link button svg {
    width: 25px;
}

.referral-link {
    display: flex
}

.my-account-bullets .icon-bullet.greyed-out, .my-account-bullets .icon-bullet.greyed-out p {
    color: #cccccc;
}

.my-account-bullets .icon-bullet.greyed-out .icon {
    background-color: #cccccc !important;
}

.my-account-bullets .icon-bullet.greyed-out .icon img {
    opacity: 0.3;
}

.progress-bar span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    margin-left: -50%;
    margin-top: 20px;
    font-size: 24px;
    color: #aeaeae;
    font-weight: bold;
}

@keyframes progress {
    0% {
        --percentage: 0;
    }
    100% {
        --percentage: var(--value);
    }
}

@property --percentage {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
}

[role="progressbar"] {
    --percentage: var(--value);
    --primary: #2fec87;
    --secondary: #f2f2f2;
    --size: 250px;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
}

[role="progressbar"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
    mask: radial-gradient(white 62%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 62%, #000000 0);
    -webkit-mask-mode: alpha;
}

[role="progressbar"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) "";
    font-family: "League Spartan", Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: #2d294b;
    font-weight: bold;
}

.account__account_page .icon-bullet {
    opacity: 0;
    animation: fade-in 1.6s ease forwards;
}

.account__account_page .club-zest-logo {
    width:300px;
    margin-bottom: 20px;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.account__account_page .icon-bullet:nth-child(1) {
    animation-delay: 0.4s;
}

.account__account_page .icon-bullet:nth-child(2) {
    animation-delay: 0.8s;
}

.account__account_page .icon-bullet:nth-child(3) {
    animation-delay: 1.2s;
}

.account__account_page .icon-bullet:nth-child(4) {
    animation-delay: 1.6s;
}

.leave-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}

.leave-container .icon-bullets-container { padding: 40px 20px 0 20px; }

.leave-container form {text-align: center; margin-bottom:0px;}
.leave-container form input {    margin: 3px 10px 0 0;}

.leave-container form > div {
    display:flex;
    text-align: left;
}

.leave-container .terms {margin-bottom:40px; color:#2d294b; text-decoration: underline;}

.leave-container h2 {
    font-family: "League Spartan", sans-serif;
    margin-bottom: 10px;
}

.leave-container p {
    margin: 0;
}

.leave-container .cta {
    margin: 20px 0
}

@media screen and (max-width: 768px) {

    .icons-container .center::after {
        display:none;
    }

    .account__account_page .club-zest-logo {
        width:200px;
    }

    .modal.container{ padding: 40px 15px 15px 15px;}

    .leave-container {
        padding: 40px 0;
    }

    .icons-container .dots-container {
        display: none;
    }

    .icons-container .icon {
        margin-right: 10px;
    }

    .icons-container .icon-container {
        flex-direction: row;
    }

    .icons-container {
        flex-direction: column;
        max-width: 350px;
    }

    .icons-container .icon-container .copy {
        width: auto;
        text-align: left;

    }

    section.club-zest-section {
        display: flex;
        justify-content: center;
        padding: 50px 0;
    }

    /*My account*/
    .ref-col-one {
        flex-direction: column;
        flex: 1;
        min-width: 100px;
    }

    .ref-col-two {
        flex-direction: column;
        flex: 3;
    }

    .ref-container.titles {
        display: none;
    }

    .ref-container .ref-col-one .cell {

        align-items: center;
        justify-content: center;
    }

    .mobile-title {
        font-weight: bold;
        display: block
    }

    .points-container {
        flex-direction: column;
    }

    .progress-bar {
        width: 400px;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
    }

    .ref-container .cell {
        padding: 5px;
    }

    .ref-container {
        padding: 10px;
    }

    .club-zest .title {
        padding-bottom: 0;
    }

    .club-zest .title svg {
        width: 150px;
    }

    .account_page.club-zest {
        padding: 20px;
    }

}
