 
    

    .missionStart, .missionStart a, .missionStart i {
        height: 45px !important;
        line-height: 45px !important;
    }

    .tutorialHighlight {
        filter: drop-shadow(3px 1px 3px #000000) drop-shadow(5px 0px 5px #ff1e00) drop-shadow(-3px -1px 3px #000000) drop-shadow(-5px 0px 5px #ff1e00) !important;
    }

    .mobile .tutorialHighlight {
        filter: drop-shadow(6px 3px 5px #000000) drop-shadow(5px 0px 10px #ff1e00) drop-shadow(-6px -3px 5px #000000) drop-shadow(-5px 0px 10px #ff1e00) !important;
    }


    .missionWelcome {
        max-width: 600px;
        background: #f2f2f2 !important;
        border-radius: 8px;
        border: 3px solid #333;
        color: #030303;

    }
    .missionWelcome:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        z-index: 1;
        border-style: solid;
        border-color: transparent #f2f2f2;
        border-width: 20px 20px 20px 0;
        top: 75%;
        left: -20px;
        margin-top: -20px;
    }

    .missionDropdown {
        border: 3px solid #333;
        border-radius: 8px;
        -webkit-box-shadow: -2px 2px 5px 0px rgb(0 0 0 / 75%);
        -moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
        box-shadow: -2px 2px 5px 0px rgb(0 0 0 / 75%);
        color: #030303;
        display: block;
        font-size: 14px;
        max-width: 300px;
        position: fixed;
        visibility: collapse;
        z-index: 97 !important;
        background: #f2f2f2;
        padding: 1em 2em !important;
    }


    .mobile .missionDropdown {
        padding: 1em 1.5em !important;
        border: 3px solid #111;
        border-radius: 10px;
        font-size: 2.5em;
        max-width: 70vw;
    }

    .inProgressPanel {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.5em;
        margin-bottom: 0.5em;
    }

    .missionPanel {
        text-align: left;
    }

    .missionPanel.hidden {
        display: none;
    }

    .missionDropdown.visible {
        visibility: visible;
    }

    .missionDropdown .missionDropdownArrow {
        border-top: 16px solid #111 !important;
        border-right: 12px solid transparent !important;
        border-bottom: 0 solid transparent !important;
        border-left: 12px solid transparent !important;
        position: fixed;
    }

    .missionDropdown button.missionDropdownClose,
    .missionDropdown button.missionDropdownMinimize {
        background: #161616;
        border: 1px solid #424242;
        border-radius: 3px;
        color: #f2f2f2;
        cursor: pointer;
        display: inline-block;
        float: right;
        font-size: 24px;
        font-weight: 900;
        height: 24px;
        line-height: 8px;
        margin: 0 0 8px 8px;
        padding: 0;
        width: 24px;
    }

    .missionDropdown button.missionDropdownClose:hover {
        background: #080808;
        border: 1px solid #646464;
    }

    .missionDropdown form {
        position: relative;
        margin: 0;
        padding: 1em 0 0 0;
        text-align: center;
    }

    .missionDropdown form > button[type="submit"] {
        font-size: 1.25em;
        font-weight: 700;
        box-sizing: border-box !important;
        border-radius: 5px;
        margin: 0 auto;
        padding: 0.75em 2.5em;
        min-width: fit-content;
    }

    .missionDropdown form > button.green {
        background: #006f00;
        color: #f2f2f2;
    }

    .missionDropdown form > button.green:hover {
        background: #00a200;
        color: #f2f2f2;
    }

    .missionDropdown form > button.orange {
        background: linear-gradient(to bottom, #d6741e 5%, #d94d0c 100%) !important;
        box-shadow: inset 0px -4px 2px 1px #893710, inset 0px 1px 4px 0px #ff905c !important;
        color: #f2f2f2;
    }

    .missionDropdown form > button.orange:hover {
        background: #F36625;
        background-image: radial-gradient(100% 75% at 50% 100%, #da750d 0%, #e6880b 100%) !important;
    }

    .missionDropdown form > button.orange:active {
        box-shadow: inset 0px 0px 3px 3px #612910, inset 0px 1px 4px 0px rgb(255 197 197) !important;
    }

    .mobile .missionDropdown form > button.orange {
        box-shadow: inset 0px -15px 2px 1px #893710, inset 0px 6px 9px 0px #ff905c !important;
    }

    .missionDropdown form > input.red {
        background: #930202;
        color: #eee;
        padding: 0.25em;
    }

    .missionDropdown form > input.red:hover {
        background: #ea4335;
    }

    .missionDropdown div.progressBar {
        height: 10px;
        background-color: #CCC;
        border-radius: 4px;
        box-shadow: 0 0 0 2px #CCC;
        margin: 8px auto 0;
    }

    .missionDropdown div.progressBar > div {
        background-color: #080;
        border-radius: 4px 2px 2px 4px;
        box-shadow: 1px 1px 2px 0 rgba(255,255,255,0.6) inset, -1px -1px 2px 0 rgba(0,0,0,0.5) inset;
        height: 100%;
    }

    .missionDropdown .header {
        font-size: 1.2em;
        font-weight: 900;
        padding: 0 0.5em 0.5em;
        text-align: center;
    }

    .missionDropdown .header.missionCompleted {
        font-size: 1.5em;
        color: green;
    }

    .missionDropdown .missionTitle {
        margin-bottom: 4px;
    }
    .missionDropdown .missionTitle strong {
        font-size: 1.125em
    }
    .missionDropdown .missionTask i {
        padding-left: 0.4em;
    }

    .blackBackground {
        background: rgba(34, 34, 34, 0.8);
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 90;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity 800ms linear;
        transition: opacity 800ms linear;
    }

    div.greenFont {
        text-align: center;
        padding: 3px;
        color: #090;
        font-size: 20px;
        font-weight: 700;
    }

    .mobileView.missionDropdown div.greenFont {
        font-size: 2vh;
        padding: 1vh;
    }

    .mobileView.missionDropdown .missionDropdownArrow {
        border-top: 0 solid transparent !important;
        border-right: 24px solid transparent !important;
        border-bottom: 25px solid #111 !important;
        border-left: 24px solid transparent !important;
        position: fixed;
    }

    .mobileView.missionDropdown button.missionDropdownClose,
    .mobileView.missionDropdown button.missionDropdownMinimize {
        border: 0.25vh solid #424242;
        border-radius: 0.5vh;
        font-size: 3vh;
        height: 3vh;
        line-height: 1vh;
        margin: 0 0 1vh 1vh;
        width: 3vh;
    }

    .mobileView.missionDropdown form {
        padding: 1vh 0 0 0;
    }

    .mobileView.missionDropdown form.skipMission {
        padding: 0;
    }

    .mobileView.missionDropdown form > button[type="submit"] {
        font-size: 2vh !important;
    }

    .mobileView.missionDropdown form > input.red {
        border-radius: 0.5em;
        font-size: 1.2em !important;
        width: 100%;
    }

    .mobileView.missionDropdown div.progressBar {
        height: 1.25vh;
        border-radius: 0.25vh;
    }

    .mobileView.missionDropdown div.progressBar > div {
        border-radius: 0.2vh 0.05vh 0.05vh 0.2vh;
    }

    .mobileView.missionDropdown .header {
        font-size: 1.2em;
    }
    .mobileView.missionDropdown .missionTitle {
        margin-bottom: 0.5vh;
    }



    .missionRewards {
        display: flex;
        flex-direction: column;
    }
    .missionRewards > div:nth-child(n+2) {
        float: none !important;
        text-align: center;
        display: inline-block;
    }
    .missionRewards .flags-small {
        vertical-align: middle !important;
    }
    .missionRewards .goldReward {
        font-size:16px;
        color: #F8C988;
        border-radius: 4px 4px 4px 4px;
        border: 2px solid #F8B928;
        background-color:rgba(240,140,40,0.3);
    }
    .missionRewards .yellowReward {
        font-size:14px;
        color:#F3D844;
        border-radius: 4px 4px 4px 4px;
        border: 2px solid #E3C814;
        background-color:rgba(200,180,20,0.3);
    }
    .missionRewards .goldReward > span, .missionRewards .yellowReward > span{
        color:#F2F2F2;
        font-size:20px;
        font-weight:900;
    }
    .missionRewards .greenReward {
        font-size:12px;
        color:#56FF78;
        border-radius: 4px 4px 4px 4px;
        border: 2px solid #38F055;
        background-color:rgba(22,200,30,0.3);
    }
    .missionRewards .blueReward {
        font-size:28px;
        color:#78B9E8;
        line-height:25px !important;
        border-radius: 4px 4px 4px 4px;
        border: 2px solid #78B9E8;
        background-color:rgba(90,160,200,0.3);
    }
    .missionRewards .blueReward > span {
        font-size: 24px;
        line-height: 24px;
    }
    .missionRewards .rewardTextBlock {
        width: 76px;
        height: 76px;
        line-height: 18px;
        overflow: hidden;
        margin: 3px 3px 3px 3px;
        font-weight: 900;
        word-wrap: break-word;
        text-overflow: clip;
    }
    .missionRewards .storage {
        margin:5px 3px 3px 3px;
    }
    .missionRewards .storage div:nth-child(1) {
        line-height:14px !important
    }
    .missionRewards .rewardEQ {
        position:relative;
        margin:5px 8px 3px 8px;
        line-height:65px;
        font-size:60px;
        font-weight:900;
        color:white;
        vertical-align: top;
    }
    .missionRewards .eqText {
        position:absolute;
        top:14px;
        margin-left:-45px;
        left:35px;
        font-size:12px !important;
        line-height:13px;
        opacity:0.8;
        text-shadow:0 0 2px #f2f2f2,0 0 2px #f2f2f2,0 0 1px #f2f2f2;
        color:#000;
        max-width:90px;
        width:90px;
        overflow:hidden;
    }
    .missionRewards .medkitReward i {
        font-size:28px !important;
        padding: 0 !important
    }
    .missionRewards .premiumReward {
        padding-top: 12px;
    }

    .mobileView .missionRewards .goldReward {
        border-radius: 0.5vh;
        font-size:2vh;
    }
    .mobileView .missionRewards .yellowReward {
        border-radius: 0.5vh;
        font-size:2vh;
    }
    .mobileView .missionRewards .goldReward > span, .missionRewards .yellowReward > span{
        font-size:2.5vh;
    }
    .mobileView .missionRewards .greenReward {
        border-radius: 0.5vh;
        font-size:1.5vh;
    }
    .mobileView .missionRewards .blueReward {
        border-radius: 0.5vh;
        font-size:3vh;
        line-height:2.5vh !important;
    }
    .mobileView .missionRewards .blueReward > span {
        font-size: 3.75vh;
        line-height: 3vh;
    }
    .mobileView .missionRewards .rewardTextBlock {
        border-radius: 0.5vh;
        width: 9vh;
        height: 9vh;
        line-height: 2vh;
    }
    .mobileView .missionRewards .storage div:nth-child(1) {
        line-height: 2vh !important
    }
    .mobileView .missionRewards .eqText {
        top: 1vh;
        margin-left: -5vh;
        left: 4vh;
        font-size: 1.5vh !important;
        line-height: 1.5vh;
        text-shadow: 0 0 4px #f2f2f2,0 0 4px #f2f2f2,0 0 2px #f2f2f2;
        max-width: 10vh;
        width: 10vh;
    }
    .mobileView .missionRewards .medkitReward i {
        font-size: 3.5vh !important;
    }
    .mobileView .missionRewards .premiumReward {
        padding-top: 1.5vh;
    }
    .mobileView .missionRewards .storage {
        border-radius: 0.5vh;
        height: 10vh;
        width: 7vh;
        text-align: center;
        vertical-align: top;
    }
    .mobileView .missionRewards .storage > div:first-child {
        height: 1.95vh;
        margin: 0 auto;
    }
    .mobileView .missionRewards .storage > div > img:first-child {
        height: 6vh;
        width: 6vh;
        margin: 0 0.45vh 0.25vh;
    }
    .mobileView .missionRewards .storage > div > img:last-child {
        width: 6.75vh;
        margin: 0 0.12vh;
    }

    .mobileView .arrowPointDown, .mobileView .arrowPointRight, .mobileView .arrowPointUp, .mobileView .arrowPointleft {
        position: absolute !important;
        width: 0;
        height: 0;
        z-index: 400 !important;
    }

    .mobileView .arrowPointDown {
        border-top: 25px solid red !important;
        border-right: 20px solid transparent !important;
        border-bottom: 0 solid transparent !important;
        border-left: 20px solid transparent !important;
    }

    .mobileView .arrowPointRight {
        border-top: 20px solid transparent !important;
        border-right: 0 solid transparent !important;
        border-bottom: 20px solid transparent !important;
        border-left: 25px solid red !important;
    }

    .mobileView .arrowPointUp {
        border-top: 0 solid transparent !important;
        border-right: 20px solid transparent !important;
        border-bottom: 25px solid red !important;
        border-left: 20px solid transparent !important;
    }

    .mobileView .arrowPointleft {
        border-top: 20px solid transparent !important;
        border-right: 25px solid red !important;
        border-bottom: 20px solid transparent !important;
        border-left: 0 solid transparent !important;
    }

    .mobileView.missionTip {
        background-repeat: no-repeat !important;
        background-size: 2.5vh;
        border: 0.3vh solid red;
        display: flex !important;
        font-size: 1.75vh !important;
        padding-left: 2.75vh !important;
        max-width: 50vw;
        z-index: 399 !important;
    }

    .maxWidth20vw {
        max-width: 20vw !important;
    }

    .maxWidth30vw {
        max-width: 30vw !important;
    }

    .maxWidth50vw {
        max-width: 50vw !important;
    }

    .exactWidth50vw {
        width: 50vw !important;
    }

    .exactWidth70vw {
        width: 70vw !important;
    }

    .missionTip.markerFixed, .missionTip .markerFixed {
        position: fixed !important;
    }

    .missionTip.visible, .missionTip.visible > * {
        visibility: visible !important;
    }

    .missionTip.hidden {
        visibility: collapse !important;
    }

    .zIndex404 {
        z-index: 404 !important;
    }

    .mobileMissionArrow {
        color: rgb(246, 211, 68);
        font-size: 9vh !important;
        line-height: 3vh;
        padding: 0 0 0 1vh;
    }

    .shake {
        animation: shake-often-animation 1.72s ease infinite;
    }

    .shakeOften {
        animation: shake-often-animation 1.72s ease infinite;
    }

    .missionTip.right {
        transform: rotate(90deg);
    }

    .tutorialPointer {
        position: absolute;
        width: 5vw;
        height: auto;
        z-index: 98;
    }

    .tutorialPointer.top {
        transform: rotate(0deg);
    }

    .tutorialPointer.bottom {
        transform: rotate(180deg);
    }

    .tutorialPointer.left, .missionTip.left {
        transform: rotate(270deg) scaleX(-1);
    }

    .tutorialPointer.right{
        transform: rotate(90deg);
    }

    @keyframes shake-often-animation {
        0% { transform:rotate(0) }
        1.78571% { transform: rotate(5deg)}
        10.57143% { transform: rotate(-6deg) }
        15.35714% {  transform: rotate(5deg) }
        20.14286% { transform: rotate(-6deg) }
        25.92857% { transform: rotate(5deg) }
        30.71429% { transform:rotate(0) }
        100% { transform:rotate(0) }
    }

    @keyframes Shake {
        0% {
            transform: rotate(5deg);
        }

        25% {
            transform: rotate(-6deg);
        }

        50% {
            transform: rotate(5deg);
        }

        75% {
            transform: rotate(-6deg);
        }

        100% {
            transform: rotate(5deg);
        }
    }

    .tutorialPanel {
        position: fixed;
        bottom: 3%;
        left: 2%;
        height: 200px;
        width: 100px;
        z-index: 98;
        -webkit-tap-highlight-color: transparent;
    }

    .mobile .tutorialPanel {
        bottom: 0;
        left: 0;
        width: 100px;
    }

    .tutorialPanel .bubbleTextContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bolder;
        text-transform: uppercase;
        color: black;
        box-shadow: 0px 1px 4px 2px #000000;
        position: absolute;
        bottom: 60%;
        /*width: 150px;*/
        /*height: 50px;*/
        padding: 0.5em;
        background: #ffffff;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        border: #000000 solid 2px;
        min-width: 150px;
    }

    .mobile .tutorialPanel .bubbleTextContainer {
        /*width: 300px;*/
        /*height: 100px;*/
        min-width: 255px;
        bottom: 120%;
        font-size: 3em;
    }

    .tutorialPanel .bubbleTextContainer:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 20px 20px 0;
        border-color: #ffffff transparent;
        display: block;
        width: 0;
        z-index: 1;
        margin-left: -20px;
        bottom: -20px;
        left: 50%;
    }

    .tutorialPanel .bubbleTextContainer:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 23px 23px 0;
        border-color: #000000 transparent;
        display: block;
        width: 0;
        z-index: 0;
        margin-left: -23px;
        bottom: -27px;
        left: 50%;
    }

/*
    @-webkit-keyframes pulse {
        from {transform: scale(1);}
        to {transform: scale(1.2);}    }

    @keyframes pulse {
        from {transform: scale(1);}
        to {transform: scale(1.2);}
    }


*/
    @-webkit-keyframes marked {
        0% {
            box-shadow: 0px 0px 0px 0px #fe4500;
        }
        100% {
            box-shadow: 0px 0px 0px 20px rgba(0, 0, 0, 0);
        }
    }
    @keyframes marked {
        0% {
            box-shadow: 0px 0px 0px 0px #fe4500;
        }
        100% {
            box-shadow: 0px 0px 0px 20px rgba(0, 0, 0, 0);
        }
    }




    @-webkit-keyframes smallerCountryBall {
        0% {
            transform: rotate(0deg) scale(0.5);
            left: -30px;
            bottom: -45px;
        }

        100% {
            transform: rotate(360deg) scale(1);
            left: 0;
            bottom: 0;
        }
    }

    @-webkit-keyframes biggerCountryBall {
        0% {
            transform: rotate(0deg) scale(1);
            left: 0;
            bottom: 0;
        }

        100% {
            transform: rotate(360deg) scale(0.5);
            left: -30px;
            bottom: -45px;
        }
    }

    @keyframes smallerCountryBall {
        0% {
            transform: rotate(0deg) scale(0.5);
            left: -30px;
            bottom: -45px;
        }

        100% {
            transform: rotate(720deg) scale(1);
            left: 0;
            bottom: 0;
        }
    }

    @keyframes biggerCountryBall {
        0% {
            transform: rotate(0deg) scale(1);
            left: 0;
            bottom: 0;
        }

        100% {
            transform: rotate(720deg) scale(0.5);
            left: -30px;
            bottom: -45px;
        }
    }

    .biggerCountryBall {
        animation-name: biggerCountryBall;
        animation-duration: 0.4s;
        animation-direction: alternate;
        animation-timing-function: linear;
        transform: scale(0.5);
        left: -30px;
        bottom: -45px;
    }

    .smallerCountryBall {
        animation-name: smallerCountryBall;
        animation-duration: 0.4s;
        animation-direction: alternate;
        animation-timing-function: linear;
    }

    .missionTipTest {
        border: none !important;
        background-color: unset !important;
    }

    .arrowMissionTop, .arrowPointDown {
        transform: rotate(180deg);
    }

    .arrowMissionRight {
        transform: scaleX(-1) rotate(90deg);
    }

    .arrowMission {
        transform: rotate(90deg);
    }


    .mobile #missionCrate > img {
        width: 300px;
    }

    #startMission {
        position: absolute;
        top: 80px;
        z-index: 101;
    }

    #startMission.active-icon > [class*="icon-"] {
        font-size: 5.5em !important;
        color: #f6d344;
        text-shadow: 0px 0px 5px #000;
    }

    .tutorialBall {
        cursor: pointer;
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 100;
        -webkit-tap-highlight-color: transparent;
        width: 100px;
    }

    .tutorialBallEyes {
        cursor: pointer;
        -webkit-background-size: cover;
        background-size: cover;
        width: 100px;
        height: 100px;
        position: absolute;
        top: 50%;
        z-index: 101;
    }

    .mobile .tutorialBall, .mobile .tutorialBallEyes {
        width: 200px;
    }

    .mobile .tutorialBallEyes {
        top: 0;
        height: 200px;
    }

    .tutorialBallEyes.angryLeft {
        background-image: url('../img/countryballsAssets/angryeyesL.png');
    }

    .tutorialBallEyes.angryRight {
        background-image: url('../img/countryballsAssets/angryeyesR.png');
    }

    .tutorialBallEyes.sadLeft {
        background-image: url('../img/countryballsAssets/sadeyesL.png');
    }

    .tutorialBallEyes.sadRight {
        background-image: url('../img/countryballsAssets/sadeyesR.png');
    }

    .tutorialBallEyes.happyLeft {
        background-image: url('../img/countryballsAssets/happyeyesL.png');
    }

    .tutorialBallEyes.happyRight {
        background-image: url('../img/countryballsAssets/happyeyesR.png');
    }

    .tutorialBallEyes.annoyedLeft {
        background-image: url('../img/countryballsAssets/annoyedyesL.png');
    }

    .tutorialBallEyes.annoyedRight {
        background-image: url('../img/countryballsAssets/annoyedyesR.png');
    }

    .mobile #startMission {
        top: -10px !important;
        left: 10px !important;
    }
    #startMission.active-icon > [class*="icon-"] {
        font-size: 3em !important;
    }

    #startMission.blank-icon > [class*="icon-"] {
        font-size: 3em !important;
    }

    .mobile #startMission.active-icon > [class*="icon-"] {
        color: #f6d344;
        font-size: 5.5em !important;
    }

    .mobile #startMission.blank-icon > [class*="icon-"] {
        font-size: 5.5em !important;
    }

    .mobile .fixSize10vw {
        width: 10vw !important;
    }

    .mobile .ui-dialog {
        top: 25% !important;
        left: 10% !important;
        width: 39vh !important;
    }

