.gameContainer {
    font-family: inherit;
    color: #474c55;
    max-width: 840px !important;
    margin: 0 auto;
    height: 100vh
}

.gameContainer .gameNavbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 24px
}

.gameContainer .brandName,.gameContainer .brandName:hover {
    color: #ff611f;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 30px;
    height: 30px;
    line-height: 30px
}

.gameContainer .headerButtonsImageWrapper {
    background: #f4f5f7;
    height: 150px;
    border-radius: 12px;
    display: flex;
    justify-content: center
}

.gameContainer .headerButtons {
    width: 264px;
    text-align: center
}

.gameContainer .headerButtons span.haederLabels {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 24px;
    height: 20px;
    display: inline-block
}

.gameContainer .headerButtonsImageWrapper img {
    width: 20%
}

.gameContainer .noGames {
    margin-top: 100px;
    text-align: center
}

.gameContainer .noGameText {
    display: block
}

.gameContainer .noGameText span {
    display: block;
    height: 25px;
    line-height: 25px
}

.gameContainer .noGames img {
    width: 136px;
    height: 111px
}

.gameContainer .noGames.noGameText {
    color: #474c55;
    font-size: 24px
}

.gameContainer .questGameCard {
    border-radius: 12px;
    height: 150px;
    width: 100%;
    border: 1px solid #ccd0d5;
    background-color: #f4f5f7;
    margin-top: 80px
}

.gameContainer .questGameCard .questBox {
    margin: 20px;
    display: flex;
    align-items: center
}

.gameContainer .questGameCard .gameName {
    font-size: 24px;
    letter-spacing: 1.5;
    font-weight: 500;
    color: #212224;
    margin-left: 30px;
    text-decoration: none
}

.gameContainer .footer {
    text-align: center;
    margin-top: 120px;
    padding-bottom: 60px
}

.gameContainer .footer .apps .playStore {
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap
}

.gameContainer .footer .apps .playStore .app {
    display: flex;
    border-radius: 8px;
    border: .5px solid #a3a3a3;
    height: 44px;
    width: 160px;
    margin-right: 30px;
    align-items: center;
    justify-content: center
}

.gameContainer .footer .apps .playStore .app .smallText,.gameContainer .footer .apps .playStore .app .mainText {
    display: block;
    color: #a3a3a3
}

.gameContainer .footer>p {
    margin: 0;
    height: 30px;
    line-height: 30px
}

.gameContainer .footer .apps .downloadText {
    font-size: 12px;
    font-weight: 700;
    color: #ff611f;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 10px 0 10px 0;
    height: 20px;
    line-height: 20px
}

.gameContainer .footer .apps .playStore .app .smallText {
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    line-height: 10px
}

.gameContainer .footer .apps .playStore .app .mainText {
    font-size: 16px;
    font-weight: 700;
    line-height: 14px
}

.gameContainer .closeModal {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f2f2f2;
    box-shadow: 0 0 6px 0 #0E0E0E40;
    color: #3a3d43;
    text-align: center;
    position: absolute;
    right: 30px;
    top: -15px;
    cursor: pointer;
    font-size: 18px;
    z-index: 2;
    line-height: 35px
}

.gameContainer .modal-fullscreen .modal-content.failure {
    box-shadow: 0 0 8px 0 #0000004D;
    border-left: 5px solid #f00 !important;
    border-radius: 0 0 12px 12px !important
}

.gameContainer .modal-fullscreen .modal-content.failure .modal-body,.gameContainer .modal-fullscreen .modal-content.success .modal-body {
    border-radius: 0 0 12px 12px
}

.gameContainer .modal-fullscreen .modal-content.success {
    box-shadow: 0 0 8px 0 #0000004D;
    border-left: 5px solid #00c389 !important;
    border-radius: 0 0 12px 12px !important
}

.gameContainer .modal-fullscreen .modal-content .text {
    margin-left: 20px
}

.gameContainer .modal-fullscreen .modal-content .text p {
    margin-bottom: 5px;
    margin-top: 5px;
    height: 27px;
    line-height: 27px
}

.gameContainer .modal-fullscreen .modal-content .closeIcon {
    position: absolute;
    right: 60px;
    top: 10px;
    cursor: pointer
}

.gameContainer .modal-fullscreen .modal-content .closeIcon.rtl {
    position: absolute;
    left: 60px;
    right: unset;
    top: 10px;
    cursor: pointer
}

.gameContainer .successFailureModal .modal-fullscreen .isArabic.modal-body>.rewardFailResponse,.gameContainer .successFailureModal .modal-fullscreen .isArabic.modal-body>.rewardSuccessResponse {
    padding-right: 40px
}

.gameContainer .successFailureModal .modal-fullscreen .isArabic.modal-body>.rewardFailResponse .text,.gameContainer .successFailureModal .modal-fullscreen .isArabic.modal-body>.rewardSuccessResponse .text {
    margin-right: 20px
}

.gameContainer .pCursor,.questProgressBarWrapper .pCursor,.myChallengePopupWrapper .pCursor {
    cursor: pointer
}

.gameContainer .rewardContainer .rewards {
    display: grid;
    grid-template-columns: auto auto;
    gap: 24px
}

.gameContainer .rewardContainer .expiredRewards:has(.cardWrapper:only-child),.gameContainer .rewardContainer .rewards.avaliableRewards:has(.reward:only-child) {
    width: max-content
}

.text-center {
    text-align: center
}

.rewardContainer .reward {
    background-color: #f4f5f7;
    padding: 24px;
    border-radius: 12px;
    animation: fadeInUp 1.5s ease-in-out;
    border: 0
}

.rewardContainer .reward.expired {
    background-color: #292a2d;
    opacity: .7;
    cursor: not-allowed
}

.rewardContainer .rewardImgWrapper {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    line-height: 44px;
    text-align: center
}

.rewardContainer .rewardSummary p {
    font-weight: bolder;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 25px;
    max-height: 55px;
    color: #474c55;
    margin: 0;
    width: 360px
}

.rewardContainer .rewardSummary span {
    font-size: 11px
}

.rewardContainer .cardWrapper.isDisabled {
    pointer-events: none
}

.rewardContainer .cardWrapper.isDisabled .rewardSummary p,.rewardContainer .cardWrapper.isDisabled .rewardSummary span.rewardSummarySubHeader {
    color: #ffffff80
}

.rewardContainer .cardWrapper.redeemed.isDisabled .card.reward {
    background-color: #0BC08B80 !important
}

.rewardContainer .cardWrapper.expired.isDisabled .card.reward {
    background-color: #4c3334 !important
}

.rewardContainer .rewardSummary p.rewardTitle {
    font-weight: 600;
    color: #474c55;
    font-size: 18px
}

.rewardContainer .rewardSummary .rewardStatus {
    font-size: 15px;
    color: #878a8f
}

.expiredRedeemedLabel {
    height: 38px;
    line-height: 38px;
    margin-top: 48px;
    margin-bottom: 24px
}

.expiredRedeemedLabel p {
    font-size: 24px;
    color: #212224;
    margin: 0
}

.expiredRedeemedLabel p>span {
    font-weight: bold;
    font-size: 13px;
    color: #ff611f;
    float: right;
    cursor: pointer
}

.redeemButtonNew {
    color: #ff611f;
    border: 1px solid #ff611f;
    border-radius: 8px;
    height: 30px;
    cursor: pointer;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    height: 38px;
    line-height: 35px;
    letter-spacing: 1px
}

.wrapperRedeemButtonNew {
    margin-inline:auto;margin-top: 10px;
    width: 100%
}

.redeemFooterNewPopup .labels {
    text-align: center
}

.redeemFooterNewPopup .labels .mainText {
    font-size: 18px;
    color: white;
    font-weight: 600
}

.redeemFooterNewPopup .labels .subText {
    font-size: 16px;
    color: #3a3d43;
    line-height: 20px;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 15px
}

.redeemFooterNewPopup .redeemNowButton {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.redeemFooterNewPopup .redeemNowButton button {
    width: 45%;
    height: 40px;
    border-radius: 8px;
    text-transform: uppercase;
    border: 0
}

.redeemFooterNewPopup .redeemNowButton button.redeemBtn:hover,.redeemFooterNewPopup .redeemNowButton button.redeemBtn {
    background-color: #ff611f;
    color: #fff
}

.redeemFooterNewPopup .redeemNowButton button.cancelBtn:hover,.redeemFooterNewPopup .redeemNowButton button.cancelBtn {
    background-color: #f2f2f2;
    border: 1px solid #ff611f;
    color: #ff611f
}

.redeemWinPage .succesFailImage {
    height: 40vh;
    position: relative;
    text-align: center
}

.redeemWinPage .succesFailImage img {
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 40%;
    margin-bottom: 40px
}

@media screen and (max-width: 820px) {
    .gameContainer .gameNavbar {
        flex-direction:column
    }

    .gameContainer .headerButtons {
        width: 70%
    }

    .gameContainer .rewardContainer .rewards {
        grid-template-columns: auto;
        justify-items: center
    }
}

@media screen and (min-width: 2100px) {
    .gameContainer .footer {
        position:absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 60px
    }

    .noRewardsDivWrapper .noRewardsDiv {
        margin-top: 250px !important;
        width: 158px
    }

    .gameContainer .noGames {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 50%;
        top: 50%;
        text-align: center;
        transform: translate(-50%,-50%)
    }
}

body:has(div.redeemFooterNewPopup) {
    overflow: hidden
}

.modal.redeemModal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(255 255 255 / 90%)
}

.redeemModal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 35%
}

.gameContainer .successFailureModal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white
}

.gameContainer .successFailureModal .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.gameContainer .successFailureModal .modal-fullscreen .modal-body {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white
}

.gameContainer .successFailureModal .modal-fullscreen .rewardSuccessResponse,.gameContainer .successFailureModal .modal-fullscreen .rewardFailResponse {
    display: flex
}

.listContainer {
    display: grid;
    margin-inline:15px 20px}

.leaderboardContainer .leaderList {
    width: 100%;
    height: 94px;
    border-radius: 8px;
    border: 1px solid #f2f2f2;
    background-color: #f4f5f7;
    backdrop-filter: blur(9px);
    place-self: center;
    margin-bottom: 10px;
    line-height: 94px;
    padding-inline:15px;animation: fadeInUp 1.5s ease-in-out;
    display: flex;
    justify-content: space-between
}

.leaderboardContainer .leaderList .userNameInitial {
    width: 60%;
    padding-left: 10px
}

.leaderboardContainer .leaderList .userNameInitial .initial {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #474c55;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #ffcd00;
    font-size: 14px;
    margin-right: 10px
}

.leaderboardContainer .leaderList .userNameInitial .initial span {
    text-transform: uppercase !important;
    color: #d7b43c;
    font-weight: 700;
    font-size: 18px
}

.leaderboardContainer .leaderList .userNameInitial span:not(.initial) {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px
}

.leaderboardContainer .leaderList .points span {
    color: #00b0b9;
    font-size: 24px;
    font-weight: 700
}

.leaderboardContainer .leaderList .rank span {
    font-size: 24px;
    color: #474c55;
    font-weight: 700;
    text-shadow: 0 3px 6px #00000029;
    text-transform: uppercase;
    font-family: inherit
}

.leaderboardContainer .rankContainer {
    margin-top: 60px
}

.leaderboardContainer .topLeaders {
    place-self: center;
    display: flex
}

.leaderboardContainer .topLeaders .leaderList {
    flex-direction: column;
    place-content: center;
    place-self: end
}

.leaderboardContainer .topLeaders .leaderList:first-child {
    height: 228px;
    background: #dedede 0 0 no-repeat padding-box;
    border: 0;
    border-radius: 8px 0 0 8px;
    opacity: 1;
    backdrop-filter: blur(9px)
}

.leaderboardContainer .topLeaders .leaderList:nth-child(2) {
    height: 264px;
    border: 1px solid silver;
    border-radius: 8px 8px 0 0;
    opacity: 1;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-bottom: 0;
    background-color: #f4f5f7
}

.leaderboardContainer .topLeaders .leaderList:last-child {
    height: 214px;
    background: #dedede 0 0 no-repeat padding-box;
    border: 0;
    border-radius: 0 8px 8px 0;
    opacity: 1;
    backdrop-filter: blur(9px)
}

.leaderboardContainer .topLeaders .leaderList {
    line-height: 1.2;
    text-align: center;
    animation: fadeInUp 1.5s ease-in-out;
    width: 277px;
    padding-inline:0}

@keyframes fadeInUp {
    0 {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.leaderboardContainer .topLeaders .leaderList .userNameInitial .initial {
    position: absolute;
    top: -20%;
    left: 30%;
    width: 100px;
    height: 95px;
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid silver;
    opacity: 1 !important;
    font-family: inherit;
    font-weight: 700;
    font-size: 30px
}

.leaderboardContainer .topLeaders .leaderList:nth-child(2) .userNameInitial .initial {
    width: 130px;
    height: 125px;
    top: -25%;
    left: 25%
}

.leaderboardContainer .topLeaders .leaderList:nth-child(2) .userNameInitial .initial span {
    line-height: 96px
}

.leaderboardContainer .topLeaders .leaderList .userNameInitial .initial span {
    opacity: 1;
    line-height: 75px;
    color: #d7b43c;
    font-size: 36px
}

.leaderboardContainer .topLeaders .leaderList .otherDetail {
    padding-top: 30px
}

.leaderboardContainer .topLeaders .leaderList .otherDetail span {
    display: block
}

.leaderboardContainer .topLeaders .leaderList .otherDetail .userName {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700
}

.leaderboardContainer .topLeaders .leaderList .otherDetail .score {
    font-size: 48px;
    font-family: inherit;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    color: #474c55
}

.leaderboardContainer .topLeaders .leaderList .otherDetail .rank {
    font-size: 24px;
    color: #d7b43c;
    font-family: inherit;
    font-weight: 700
}

.badgesContainerWrapper .badgesContainer {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 24px;
    justify-items: center;
    justify-content: start
}

.badgesContainerWrapper .badgeWrapper {
    width: 264px;
    height: 267px;
    border-radius: 12px;
    text-align: center;
    background-color: #f4f5f7
}

.badgesContainerWrapper .badge {
    padding: 24px
}

.badgesContainerWrapper .badgeName {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 16px
}

.badgesContainerWrapper .badgeDescp {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 16px
}

.badgesContainerWrapper .badgeTitle {
    font-size: 32px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .5px;
    text-align: center
}

.badgesContainerWrapper .badgeDataWrapper {
    text-align: center
}

.badgesContainerWrapper .badgeSubTitle {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .5px;
    text-align: center;
    margin-top: 30px
}

.badgesContainerWrapper .badgeDescription {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .5px;
    text-align: center;
    margin-bottom: 20px
}

.badgesContainerWrapper .badgevalidTo {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    height: 20px;
    margin-top: 18px
}

.badgesContainerWrapper .redeemModal.badgesModal .modal-content {
    padding: 40px 40px 80px 40px;
    margin: 8% auto
}

.badgesContainerWrapper .redeemModal.badgesModal .modal-content .closeModal {
    line-height: 24px;
    font-size: 25px
}

.questProgressBarWrapper {
    max-width: 600px;
    margin: 0 auto
}

.questProgressBarWrapper .stepper-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    max-width: 600px;
    margin-inline:auto}

.questProgressBarWrapper .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    @media(max-width: 768px) {
        font-size:12px
    }
}

.questProgressBarWrapper .stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2
}

.questProgressBarWrapper .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2
}

.questProgressBarWrapper .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px
}

.questProgressBarWrapper .stepper-item.active {
    font-weight: bold
}

.questProgressBarWrapper .stepper-item.completed .step-counter {
    background-color: #878a8f
}

.questProgressBarWrapper .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #878a8f;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3
}

.questProgressBarWrapper .stepper-item:first-child::before {
    content: none
}

.questProgressBarWrapper .stepper-item:last-child::after {
    content: none
}

.questProgressBarWrapper .step-name {
    color: #878a8f;
    font-size: 14px;
    font-weight: 800;
    line-height: 16px;
    letter-spacing: 1.5px;
    width: 90px;
    margin-left: -20px
}

.questProgressBarWrapper .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 1px;
    text-align: left;
    color: #212224
}

.questProgressBarWrapper .expiresTitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    text-align: left;
    color: #00b0b9;
    text-transform: uppercase
}

.questProgressBarWrapper .questProgressBarHeader {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    height: 34px;
    line-height: 34px
}

.questProgressBarWrapper .connected-steps {
    display: flex;
    padding-inline:21px;width: 93%;
    height: 96px
}

.questProgressBarWrapper .step {
    color: white;
    background-color: silver;
    display: block;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px
}

.questProgressBarWrapper .step.active {
    background-color: #ff611f
}

.questProgressBarWrapper .connector {
    flex-grow: 1;
    width: 10px;
    content: "";
    display: block;
    height: 2px;
    background-color: silver;
    margin-top: 22px
}

.questProgressBarWrapper .connector:last-child {
    display: none
}

.questProgressBarWrapper .step-counter {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ccc;
    margin-bottom: 20px
}

.questProgressBarWrapper .step-counter>img {
    width: 20px;
    height: 20px
}

.questProgressBarWrapper .connected-steps .step:first-child .step-counter {
    background-color: #ff611f !important
}

.questProgressBarWrapper .connected-steps .step .pCursor {
    pointer-events: none
}

.questProgressBarWrapper .connected-steps .step:first-child .pCursor {
    pointer-events: auto
}

.questProgressBarWrapper .connected-steps .step:first-child .step-name {
    color: #212224
}

.questProgressBarWrapper .lineAfterProgressbar {
    border-top: 1px solid #878a8f;
    margin-top: 30px;
    opacity: 30%
}

.questProgressBarWrapper .questCompletedView {
    height: 116px;
    text-align: center
}

.questProgressBarWrapper .questCompletedView .cupIcon>span {
    width: 44px;
    height: 44px;
    background-color: #00c389;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 50%;
    display: inline-block;
    line-height: 41px
}

.questProgressBarWrapper .questCompletedView .challengesCompletedText {
    color: #00c389;
    font-size: 14px;
    font-weight: 800;
    line-height: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.questProgressBarWrapper .questCompletedView .viewAlltext {
    color: #ff611f;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px
}

.myChallengeList .questCompletedWrapper .questTitle {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.questProgressBarWrapper .myChallengePopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background: #fff;
    background-color: white;
    z-index: 999
}

.questProgressBarWrapper .myChallengePopup .myChallengePopupWrapper {
    padding: 20px;
    padding-top: 0;
    border-radius: 10px;
    max-width: 840px;
    margin: 0 auto;
    background: #fff;
    background-color: white;
    z-index: 999
}

.myChallengePopupWrapper .myChallengeList .quest {
    height: 122px;
    border-radius: 12px;
    margin-bottom: 24px
}

.myChallengeList .quest>div {
    height: 122px;
    background: #f4f5f7;
    border-radius: 12px
}

.myChallengeList .quest .questDetail {
    padding: 24px 40px
}

.myChallengeList .quest .questDetail .questTitleWrapper {
    display: flex
}

.myChallengeList .quest .questTitle {
    font-size: 18px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    color: #212224
}

.myChallengeList .next_quests .questDetail .questSubtitle,.myChallengeList .quest .questSubtitle {
    font-size: 14px;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    color: #212224;
    margin-top: 16px
}

.myChallengeList .quest .progress,.myChallengeList .next_quests .questDetail .progress {
    background-color: #e4e7e9;
    height: 8px;
    margin-top: 15px;
    border-radius: 16px
}

.myChallengeList .next_quests .questDetail .progress div.percentage,.myChallengeList .quest .progress div.percentage {
    background: #ff671f;
    width: 1%;
    height: 8px;
    border-radius: 16px
}

.myChallengeList .questCompletedHeader {
    height: 38px;
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 1px;
    text-align: left;
    color: #212224;
    margin-top: 48px;
    margin-bottom: 24px
}

.myChallengeList .questCompletedHeader>span {
    float: right;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1.5px;
    color: #ff611f
}

.myChallengeList .questCompleted {
    background-color: #f4f5f7;
    border-radius: 12px
}

.myChallengeList .questCompleted .questDetail {
    padding: 24px 40px
}

.myChallengeList .questCompleted .questDetail .questTitle {
    height: 32px;
    line-height: 32px;
    font-weight: 700;
    font-size: 16px
}

.myChallengeList .questCompleted .questDetail .questTitle>span {
    width: 22px;
    height: 22px
}

.myChallengeList .questCompleted .questDetail .questSubtitle {
    height: 16px;
    color: #00c389;
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: 16px
}

.myChallengeList .questCompleted .questDetail .progress {
    background-color: #e4e7e9;
    height: 8px;
    margin-top: 15px;
    border-radius: 16px
}

.myChallengeList .questCompleted .questDetail .progress .percentage {
    background: #00c389;
    width: 100%;
    height: 8px;
    border-radius: 16px
}

.myChallengeList .next_quests {
    background-color: #f4f5f7;
    height: 80px;
    border-radius: 12px;
    margin-bottom: 24px
}

.myChallengeList .next_quests.expandedDiv {
    height: 122px
}

.myChallengeList .next_quests.expandedDiv .questDetail {
    padding: 24px 40px;
    display: block;
    position: relative
}

.myChallengeList .next_quests.expandedDiv .questDetail .arrowIconWrapper {
    position: absolute;
    top: 24px;
    right: 40px;
    transform: rotate(180deg)
}

.myChallengeList .next_quests .questDetail .showHideContent {
    display: none
}

.myChallengeList .next_quests.expandedDiv .questDetail .showHideContent {
    display: block
}

.myChallengeList .next_quests .questDetail {
    padding: 31px 40px;
    display: flex;
    justify-content: space-between;
    height: 20px;
    line-height: 20px
}

.myChallengeList .next_quests .questTitle {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 800;
    color: #212224
}

.myChallengeList .next_quests .questTitleWrapper {
    display: flex
}

.myChallengeList .questCompleted .questCompletedTitleBtn .viewRewardButtons {
    height: 46px;
    border-radius: 8px;
    line-height: 46px;
    border: 1px solid #ff611f;
    margin-top: 16px;
    text-align: center;
    color: #ff611f;
    font-weight: 800;
    letter-spacing: 1.5px;
    font-size: 14px
}

.myChallengeList .lockedEventWrapper {
    height: 80px;
    border-radius: 12px;
    margin-bottom: 24px;
    background-color: #f4f5f7
}

.myChallengeList .lockedEventWrapper .lockedEvent {
    padding: 24px 40px;
    display: flex;
    justify-content: space-between
}

.myChallengeList .lockedEventWrapper .lockedEvent span {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    color: silver
}

.questProgressBarWrapper .questCompletedDiv {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 24px
}

.myChallengeList .questCompletedDiv .questCompletedWrapper:last-child:nth-child(odd) .questCompleted .questCompletedTitleBtn {
    display: flex;
    justify-content: space-between;
    height: 46px;
    line-height: 46px;
    margin-top: 16px
}

.myChallengeList .questCompletedDiv .questCompletedWrapper:last-child:nth-child(odd) {
    grid-column: 1 / -1
}

.myChallengeList .questCompletedDiv .questCompletedWrapper:last-child:nth-child(odd) .questCompleted .questCompletedTitleBtn .viewRewardButtons {
    width: 255px;
    height: 46px;
    line-height: 46px;
    margin-top: 0
}

.noRewardsDivWrapper {
    display: flex;
    justify-content: center
}

.noRewardsDivWrapper .noRewardsDiv {
    margin-top: 127px;
    width: 158px
}

.noRewardsDivWrapper .noRewardsDiv img {
    margin-bottom: 40px
}

.noRewardsDivWrapper .noRewardsDiv span {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    display: block;
    color: #000;
    text-align: center
}

.questProgressBarWrapper .connected-steps .step .prev_CupIcon {
    margin-top: -4px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
