.lynked-rewards--btn {
    background: #2E4B4E;
    min-width: 60px;
    height: 60px;
    border-radius: 50px;
    border: none;
    text-align: center;
    padding: 15px;
    font-size: 14px;
}

.lynked-point-logo-wrapper {
    display: flex;
    justify-content: space-between;
}

.lynked-point-logo-wrapper svg {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 24px;
    right: 24px;
}

.lynked-reward--btn {
    display: inline-flex;
    align-items: center;
}

.lynked-rewards--btn span {
    margin-left: 15px;
    font-size: 14px;
    color: white;
    font-family: "SUSE", serif;
}

.lynked-reward--btn img {
    width: 28px;
}

.header--lynked {
    margin: auto;
}

.lynked-download--wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.lynked-download--wrapper img {
    width: 170px;
}

.lynked-openCloseReward {
    cursor: pointer;
}

.lynked-reward-inside-block {
    display: flex;
    flex-direction: column;
    position: relative;
}

.lynked-pointsWays-item .lynked-pointsWays-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;

}
.lynked-reward-inside-block .lynked-rewardCountSmall {
    top: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 54px;
}

.lynked-reward-content {
    padding: 24px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 150px);
}
.lynked-reward-inside-block {
    display: flex;
    flex-direction: column;
    .lynked-pointWays--wrapper {
        .lynked-pointWays {
            display: flex;
            padding: 20px 12px;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            align-self: stretch;
            margin-bottom: 12px;
            background-color: #ffffff;
            border-radius: 16px;
            box-shadow: 4px 4px 4px 0px rgba(108, 166, 170, 0.15);
            cursor: pointer;
        }

        .lynked-pointWays:hover {
            background-color: transparent;
            opacity: 0.7;
        }

        .lynked-pointsWays-item {
            display: flex;
            align-items: center;
            pointer-events: none;
            padding: 0;
        }

        .lynked-pointsWays-item .lynked-card-description {
            margin-left: 12px;
        }

        .lynked-pointsWays-item .lynked-pointsWays-icon{
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            border-radius: 30px;

        }

        .lynked-pointWays > svg {
            margin-right: 8px;
        }

        .lynked-pointWays .lynked-arrow-right {
            pointer-events: none;
            transform: rotate(180deg);
        }
    }
}

.lynked-reward-content::-webkit-scrollbar {
    background-color: transparent;
    width: 0;
}

.lynked-reward-content .lynked-title, .lynked-reward-content--wrapper .lynked-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    color: #41A9FC;
    margin-bottom: 8px;
    text-align: center;
}

.lynked-reward-content .lynked-card-description {
    line-height: 150%;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #3c464e;
    margin: 0;
}

.lynked-card-description a {
    color: #3fb1ff;
    text-decoration: none;
    margin-left: 5px;
}

.lynked-joinNow {
    text-decoration: none;
    color: black;
    background: #3fb1ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    margin: 16px auto;
    font-size: 14px;
    width: 100%;
}
.lynked-registration--wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 4px 4px 4px 0 rgba(108,166,170,.15);
    justify-content: space-between;
    margin-bottom: 7px;
    position: relative;

    .lynked-title{
        margin-top: 0!important;
    }
}
.lynked-pointWays {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
}

.lynked-pointWays:hover {
    background-color: transparent;
    opacity: 0.5;
}

.lynked-pointWays:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.lynked-pointsWays-item {
    display: flex;
    align-items: center;
    pointer-events: none;
}

.lynked-pointsWays-item .lynked-card-description {
    margin-left: 12px;
}

//.pointsWays-item svg {
//    width: 30px;
//    height: 30px;
//}

.lynked-pointWays .lynked-arrow-right {
    pointer-events: none;
}

.lynked-reward-inside-block .lynked-title {
    color: black;
}

.lynked-pointWays--wrapper {
    margin-top: 5px;
}

.lynked-arrow-right {
    transform: rotate(180deg);
}

.lynked-displayCentre {
    display: flex;
    align-items: center;
}

.lynked-reward-footer {
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 100%;
    background: white;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    padding: 19px 0;
    box-sizing: border-box;
    height: 56px;
    text-align: center;
    font-size: 13px;
    box-shadow: 0 -5px 12px -8px rgba(0, 0, 0, 0.33);
}

.lynked-reward-footer .lynked-card-description {
    margin: 8px;
}

.lynked-point-back--wrapper {
    display: flex;
    align-items: center;
}

.lynked-point-back--wrapper h4 {
    margin: 0 10px 0;
    font-size: 14px;
}

.lynked-reward-content--wrapper {
    padding: 10px 24px;
}

.lynked-reward-content--wrapper .lynked-title {
    text-align: left;
    margin-bottom: 20px;
}

.lynked-reward-content--wrapper .lynked-info--wrapper {
    font-size: 14px;
}

.lynked-reward-content--wrapper .lynked-info--wrapper .lynked-order-info {
    line-height: 1;
    color: #41A9FC;
    font-weight: bold;
}

.lynked-reward-content--wrapper .lynked-info--wrapper .lynked-points {
    color: #637381;
    font-size: 13px;
    font-weight: 400;
    padding-right: 6px;
    padding-bottom: 6px;
}

.lynked-reward-content--wrapper .lynked-waysToEarn .lynked-balance-block {
    text-align: center;
    margin-top: 20px;
}

.lynked-balance-block {
    background-color: #f4f6fb;
    padding: 16px;
    text-align: left;
    border-radius: 10px;
    color: black;
    font-size: 14px;
}

.lynked-reward-detail-block .lynked-reward--header {
    padding: 15px;
}

.lynked-reward-detail-block .lynked-reward-footer {
    right: 0;
}

.lynked-card-description.lynked-discount-expl {
    font-size: 18px;
    font-weight: 700;
}

.lynked-info--footer {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    left: 0;
    padding: 24px;
    right: 0;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    align-items: center;
    background-color: #ffffff;
}

.lynked-info--footer .lynked-joinNow {
    text-align: center;
    margin: 0 0 16px 0;
    padding: 16px 0;
    border-radius: 8px;
    font-size: 14px;
    font-family: "SUSE", serif;
    font-weight: 600;
}

.lynked-info--footer .lynked-card-description, .lynked-download .lynked-card-description {
    color: #3c464e;
    font-size: 14px;
}

.lynked-download .lynked-card-description {
    padding-right: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #3c464e;
    margin: 0;
}

.lynked-card-description.lynked-downloadApp {
    margin-top: 10px;
    pointer-events: none;
}

.lynked-points-list {
    margin-top: 10px;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

.lynked-point-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    font-size: 14px;
    color: #637381;
}

.lynked-point-item:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}

.lynked-background--wrapper {
    opacity: 1;
    box-shadow: none;
}

.lynked-pointCount-item {
    display: flex;
    flex-direction: column;
}

.lynked-point-item .lynked-order-info {
    color: #41A9FC;
}

.lynked-close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    height: 60px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.lynked-openBlock .lynked-reward--btn {
    -webkit-animation: fadeOutNoDisplay .2s ease;
    animation: fadeOutNoDisplay .2s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.lynked-openBlock .lynked-reward--btn span {
    opacity: 0;
}

.lynked-openBlock .lynked-close-btn, .lynked-closeBlock .lynked-reward--btn {
    -webkit-animation: fadeIn .2s ease;
    animation: fadeIn .2s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.lynked-points-list::-webkit-scrollbar, .lynked-reward-content-description-wrapper::-webkit-scrollbar {
    width: 2px;
    background: transparent;
}

.lynked-points-list::-webkit-scrollbar-thumb, .lynked-reward-content-description-wrapper::-webkit-scrollbar-thumb {
    background-color: #e7e7e7;
}

.lynked-reward-content-description-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 230px);
    position: absolute;
    width: calc(100% - 48px);
}

ol {
    padding-left: 25px;
    margin-bottom: 0;
}

.lynked-isLogin .lynked-reward-content-description-wrapper {
    height: calc(100% - 180px);
}

.lynked-redeem-rewards-info {
    color: rgb(0, 13, 70);
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

.lynked-download .lynked-title {
    margin: 10px 0;
}

[data-way="download"] {
    display: flex;
    flex-direction: column;
}

.lynked-download-item--wrapper {
    pointer-events: none;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}


[data-way="vouchers"] .lynked-list-item-title, [data-way="vouchers"] .lynked-card-description {
    margin-left: 0;
    padding-left: 0;
}

.lynked-vouchers-action-wrapper {
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.lynked-vouchers-action-wrapper .lynked-list-item-title {
    color: #41A9FC;
}

.lynked-vouchers-action-wrapper .lynked-pointsWays-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;

}

.lynked-copy-code--wrapper {
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 10px;
}



.lynked-voucher-inside .lynked-pointsWays-item {
    margin-bottom: 10px;
}

.lynked-voucher-inside .lynked-pointsWays-item .lynked-card-description, .lynked-vouchers .lynked-pointsWays-item .lynked-card-description {
    font-size: 14px;
}


.lynked-vouchers .lynked-title {
    margin-bottom: 16px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        width: 0;
    }

    25% {
        width: 20px;
    }

    50% {
        width: 50px;
    }

    75% {
        width: 75px;
    }

    95% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        width: fit-content;
    }
}

@keyframes fadeOutNoDisplay {
    0% {
        opacity: 1;
        width: fit-content;
    }

    25% {
        width: 75px;
    }

    50% {
        width: 50px;
    }

    75% {
        width: 20px;
    }

    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        width: 0;
    }
}

