   .ui-progressbar-value {
        transition: width 0.5s;
        -webkit-transition: width 0.5s;
    }
    .rewardGradientAnimation {
        /*background: repeating-linear-gradient(-45deg, #212b31, #88a0b0 50px, #b6c5cf 70px, #5e7b8d 80px, #212b31 100px, #212b31 142px);*/
        /*background-size: 7070px 700px;*/
        border-radius: 5px;
        padding: 3px;
        margin-left: 10px;
        box-shadow: 0px 5px 15px 4px black;
        background: white;
    }

	.rewardsContainer {
		display: flex !important;
		flex-direction: row;
		justify-content: flex-start;
        margin-top: 5px;
	}
	.rewardContainer {
		width: 70px;
		border-top-left-radius: 8%;
		border-top-right-radius: 8%;
        margin: 0;
    }
	.rewardAmmount {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size:cover;
		border-bottom: 2px solid black;
		padding-top: 2px;
        text-align: center;
	}

    .rewardMission {
        display: flex;
        justify-content: center;
        filter: drop-shadow(3px 3px 4px black);
        cursor: pointer;
        margin-bottom: 0.75em;
    }

    .rewardGradientAnimation:nth-child(1) {
        animation-delay: 0.3s;
    }

    .rewardGradientAnimation:nth-child(2) {
        animation-delay: 0.5s;
    }

    .rewardGradientAnimation:nth-child(3) {
        animation-delay: 0.8s;
    }

    .rewardGradientAnimation:nth-child(4) {
        animation-delay: 1.1s;
    }

    .rewardGradientAnimation {
        opacity: 0;
        animation: appear 0.8s forwards;
    }

    .xpText {
        margin-top: 1.25em;
        text-transform: uppercase;
    }

    .mobile .xpText {
        font-size: 0.5em;
    }

    .rewardAmmount > b {
        color: #f2f2f2!important;
        text-shadow: 0 0 1px black, 0 1px 1px black, 0 -1px 1px #333;
    }

	.rewardAmmount.t1topbar {
		background-image: url("../img/productIcons/Rewards/rewards2/T1banner.png");
	}

    .rewardAmmount.t2topbar {
        background-image: url("../img/productIcons/Rewards/rewards2/T2banner.png");
    }

    .rewardAmmount.t3topbar {
        background-image: url("../img/productIcons/Rewards/rewards2/T3banner.png");
    }

    .rewardAmmount.t4topbar {
        background-image: url("../img/productIcons/Rewards/rewards2/T4banner.png");
    }

    .rewardAmmount.t5topbar {
        background-image: url("../img/productIcons/Rewards/rewards2/T5banner.png");
    }

	.rewardContainer .reward {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size:cover;
	}

	.rewardContainer .reward.xp {
		background-image: url("../img/productIcons/Rewards/rewards2/t5back.png");
	}

	.rewardContainer .reward.products {
		background-image: url("../img/productIcons/Rewards/rewards2/t1back.png");
	}

    .rewardContainer .reward.currency {
        background-image: url("../img/productIcons/Rewards/rewards2/t2back.png");
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-evenly;
		height: 70px;
    }

    .rewardContainer .reward.eq {
        background-image: url("../img/productIcons/Rewards/rewards2/t3back.png");
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        height: 70px;
    }

    .rewardContainer .reward.premium {
        background-image: url("../img/productIcons/Rewards/rewards2/t4back.png");
    }

    .rewardContainer .reward.currency > .xflagsBig {
        zoom: unset !important;
    }

	.rewardContainer .reward > img  {
		width: 100%;
		height: 70px;
		object-fit: contain;
        position: relative;
	}

	.rewardContainer .reward.xp > img {
		object-position: center;
		object-fit: fill;
	}

	.rewardContainer .reward.products.hasTier > img {
		object-position: center;
		height: 55px;
	}

	.rewardContainer .reward.tier > img {
		object-position: bottom;
		height: 15px !important;
        object-fit: cover;
        animation: none;
	}

    .modalRewardContainer {
        color: white;
        text-align: center;
        font-size: 24px;
        width: 38%;
        height: 555px;
        position: fixed;
        z-index: 100000;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /*background: url(https://img.freepik.com/free-vector/orange-distressed-texture_53876-80492.jpg?w=740&t=st=1664873095~exp=1664873695~hmac=71cf8e7…) repeat scroll 0 0 #222!important;*/
    <%--background-image: url('../img/bgForElements/orangeBackground.jpg') !important;--%>
        /*background-size: cover !important;*/
        /*background-repeat: no-repeat !important;*/
    }

    .modalRewardContainer.gameRoomTest {
        height: 650px;
    }

    .modalReward {
        background: #000000a1;
        border-radius: 6px;
        box-shadow: 0px 0px 5px 2px black inset;
        padding: 30px;
        height: 100%;
        background-image: url('../img/bgForElements/newRewardBox.jpg') !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .modalReward.gameRoomTest {
        background-image: url(../img/gameRoom/bg_game_room.jpg) !important;
    }

    .modalReward > .progress {
        display: flex;
    }

    .modalReward #rewards {
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: absolute;
        top: 42%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modalReward #progresBarContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 70%;
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modalReward .bandit_foot_BLUE #progresBarContainer,
    .modalReward .bandit_foot_BLUE #rewards {
        position: unset;
        transform: unset;
    }

    .mobile .modalReward .bandit_head_BLUE,
    .mobile .modalReward .bandit_body_BLUE {
        zoom: unset !important;
    }

    .modalReward .bandit_foot_BLUE #rewards {
        margin-top: 2.25em;
    }

    .mobile .modalReward .bandit_foot_BLUE #rewards {
        margin-top: 3.25em;
    }

    .modalReward #rewardXp {
        color: green;
        font-weight: bolder;
    }

    .modalReward #xpProgressBar {
        height: 40px !important;
        width: 70%;
    }

    .modalReward .bandit_foot_BLUE #xpProgressBar {
        width: 100%;
    }

    .modalRewardContainer.mobileView {
        zoom: 2;
        font-size: 2.5em !important;
        width: 90%;
    }

    .mobileView.modalReward > #rewards > .rewardContainer > .rewardAmmount, .mobileView.rewardContainer > .rewardAmmount {
        background-repeat: round;
    }

    .mobileView .rewardGradientAnimation {
        padding: 6px;
    }

    @keyframes fly {
        0% {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        100% {
            top: 5%;
            left: 85%;
            transform: translate(-50%, -50%);
        }
    }

    @keyframes starAnimation {
        0% {
            transform: rotate(0deg) scale(0.6);
            opacity: 0.1;
        }

        50% {
            transform: rotate(180deg) scale(1);
            opacity: 0.9;
        }

        100% {
            transform: rotate(360deg) scale(0.6);
            opacity: 0.1;
        }
    }

    @keyframes shadowBlinking {
        from {
            box-shadow: 0px 0px 25px 5px #f6d344;
        }

        to {
            box-shadow: 0px 0px 35px 10px #f6d344;
        }
    }

    .show {
        display: block;
    }

    .shadowBlinking {
        animation-name: shadowBlinking;
        animation-iteration-count: infinite;
        animation-duration: 1s;
        animation-direction: alternate;
        animation-timing-function: ease;
    }

    .fly {
        animation-name: fly;
        animation-duration: 1s;
        animation-timing-function: ease-in;
        animation-fill-mode: forwards;
    }

    .starAnimation {
        animation-name: starAnimation;
        animation-iteration-count: infinite;
        animation-duration: 5s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
    }

    .starAnimation2 {
        animation-name: starAnimation;
        animation-iteration-count: infinite;
        animation-duration: 4s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
    }

    .starAnimation3 {
        animation-name: starAnimation;
        animation-iteration-count: infinite;
        animation-duration: 3s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
    }

    .starPosition__up {
        width: 50px;
        position: absolute;
        right: 126px;
        top: 212px;
    }

    .starPosition__down {
        width: 50px;
        position: absolute;
        left: 112px;
        top: 245px;
    }

    .starPosition {
        width: 50px;
        position: absolute;
        left: 170px;
        top: 140px;
    }

    .markedAnimation {
        animation-name: marked;
        animation-iteration-count: infinite;
        animation-duration: 0.5s;
        animation-direction: alternate;
        animation-timing-function: ease;
    }

    .flyingModal {
        width: 30px;
        height: 30px;
        background: #f6d344;
        position: fixed;
        z-index: 100000;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
    }

    .progressLvlContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 70%;
        margin: 0 auto;
    }

    #rewards > .rewardGradientAnimation > .rewardContainer > .rewardAmmount, .mobileView.rewardContainer > .rewardAmmount {
        background-repeat: round;
    }

    .mobileView.rewardContainer .reward img {
        object-fit: contain;
    }

    .mobileView.rewardContainer .reward.tier > img {
        height: 25px !important;
        object-fit: cover;
    }

    .mobileView.rewardContainer .reward.currency > .xflagsBig-Gold {
        zoom: 1.5 !important;
    }

    .mobileView.rewardContainer .rewardAmmount > b {
        font-size: 1.5vh;
    }

    /*BANDIT*/
    .modalReward .banditMainContainer {
        filter: drop-shadow(2px 4px 6px black);
    }

    .modalReward .bandit_head_BLUE,
    .modalReward .bandit_body_BLUE,
    .modalReward .bandit_foot_BLUE {
        background-image: url(../img/bgForElements/texture3.png);
        border: 2px solid black;
        margin: 0 auto;
    }

    .modalReward .bandit_head_BLUE {
        border-radius: 0.5em;
        box-shadow: 0 0 5px -2px black inset, -2px -3px 5px -3px black inset, 2px 3px 5px -1px white inset;
        width: 80%;
    }

    .modalReward .bandit_body_BLUE {
        border-radius: 1em / 50%;
        background-image: linear0-gradient(13deg, transparent 10%, #fff4 12%, transparent 13%, #fff4 62%, #fff8 63%, transparent 64%);
        box-shadow: -5px -10px 20px -10px black inset, 0 -3px 10px -3px black inset, 2px 10px 20px -10px white inset;
        width: 90% !important;
    }

    .modalReward .bandit_foot_BLUE {
        border-radius: 1.25em 1.25em 0.5em 0.5em / 120% 120% 0.5em 0.5em;
        box-shadow: 0 0 5px -2px black inset, -2px -3px 5px -3px black inset, 4px 3px 7px -4px white inset;
        min-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .modalReward .bandit_head_BLUE {
        background-color: #1b67b3;
    }
    .modalReward .bandit_body_BLUE, .modalReward .bandit_foot_BLUE {
        background-color: #16518c;
    }

    .modalReward .banditSlot {
        background-color: #e3dac9;
        background-position: center, center;
        background-repeat: no-repeat;
        background-size: contain, contain;
        height: 100px;
        width: 135px;
    }
    .modalReward .banditSlot:not(.mini) {
        border: 3px solid black;
        border-top: 2.5px solid #242424;
        box-shadow: 8px 0 12px -2px #777 inset, -8px 0 12px -2px #777 inset, 0 5px 5px #0004, 0 -4px 2px #ccc4;
    }
    .modalReward .banditSlot.BLUE {
        animation-name: slotMachine;
        animation-timing-function: linear;
        background-position: center center, center -300px, center -300px, center -300px, center -300px, center -300px, center -300px;
    }

    .modalReward .banditSlot:nth-child(3n+1) {
        animation-duration: 0.8s;
        border-radius: 4% 2% 2% 4% / 50% 40% 40% 50%;
    }
    .modalReward .banditSlot:nth-child(3n+2) {
        animation-duration: 1.1s;
        border-radius: 3% / 45%;
    }
    .modalReward .banditSlot:nth-child(3n+3) {
        animation-duration: 1.4s;
        border-radius: 2% 4% 4% 2% / 40% 50% 50% 40%;
    }

    .modalReward .banditSlot.ROLL {
        animation-iteration-count: infinite;
        animation-name: slotMachineRoll;
        animation-timing-function: linear;
        animation-duration: 0.5s;
        background-image: url(../img/gameRoom/bandit/slot_roll.png);
        background-position: center;
        background-repeat: repeat-y;
        background-size: 100% auto;
    }

    .modalReward .banditSlot.mini {
        background-color: transparent;
        background-position: center, center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        box-shadow: none;
        height: 3.5em;
        width: 3.5em;
        filter: drop-shadow(1px 1px 2px black);
    }

    .mobile .modalReward .banditSlot.mini {
        height: 1.5em;
        width: 1.5em;
    }

    .modalReward .banditSlot.mini:nth-child(4n) {
        rotate: 15deg;
    }
    .modalReward .banditSlot.mini:nth-child(4n+1) {
        rotate: -11deg;
    }
    .modalReward .banditSlot.mini:nth-child(4n+2) {
        rotate: 10deg;
    }
    .modalReward .banditSlot.mini:nth-child(4n+3) {
        rotate: -8deg;
    }

    .modalReward .banditSlot.ADVENTURE_POINTS {
        background-image: url(../img/gameRoom/bandit/slot_adventure_points.png);
    }

    .modalReward .banditSlot.DIAMONDS {
        background-image: url(../img/gameRoom/bandit/slot_diamond.png);
    }

    .modalReward .banditSlot.ELIXIR_JINXED {
        background-image: url(../img/gameRoom/bandit/slot_blue_elixir.png);
    }

    .modalReward .banditSlot.ELIXIR_BLOODY {
        background-image: url(../img/gameRoom/bandit/slot_red_elixir.png);
    }

    .modalReward .banditSlot.ELIXIR_FINESSE {
        background-image: url(../img/gameRoom/bandit/slot_green_elixir.png);
    }

    .modalReward .banditSlot.EQUIPMENT {
        background-image: url(../img/gameRoom/bandit/slot_equipment.png);
    }

    .modalReward .banditSlot.GIFT {
        background-image: url(../img/gameRoom/bandit/slot_gift.png);
    }

    .modalReward .banditSlot.GOLD {
        background-image: url(../img/gameRoom/bandit/slot_gold.png);
    }

    .modalReward .banditSlot.WEAPON {
        background-image: url(../img/gameRoom/bandit/slot_weapon.png);
    }

    .modalReward .banditSlot.LOCAL_CURRENCY {
        background-image: url(../img/gameRoom/bandit/slot_money.png);
    }

    .modalReward .banditSlot.SEVEN {
        background-image: url(../img/gameRoom/bandit/slot_seven.png);
    }

    @keyframes slotMachineRoll {
        from { background-position: center 0px; }
        to { background-position: center 1050px; }
    }
