body {
    padding: 0px;
    margin: 0px;
    background-color: black;
    color: #cccccc;
    font-weight: 300;
    font-size: 13pt;
}

.full_bg_image {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.fixation {
    color: white;
    /* font-size:0.5in; */
    font-size: 5.5vh;
}

.blockStart {
    justify-content: center;
    align-items: center;
    width: 100vh;
    font-size: 3vh;
    line-height: 4vh;
}

.blockStartImg {
    height: 20vh;
    width: auto;
}

.noRespInGambleText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5vh;
    color: rgb(16, 233, 128);
}

/* ----------------------------------------------------- */
/*                     FOR INSTRUCTIONS                  */
/* ----------------------------------------------------- */

.bg_instructions {
    background-color: #666666ff;
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    overscroll-behavior: none;
}

.instructionsButtons {
    position: relative;
    display: block;
    top: 49vh;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15vh;
    height: 4.5vh;
    margin-right: 2vh;
    margin-left: auto;

    background-color: rgba(200, 200, 200, 0.7);
    border: 0.5vh solid rgb(50, 50, 50);
    color: rgb(50, 50, 50);
    text-align: center;
    font-size: 2.2vh;
    transition-duration: 0.4s;
    border-radius: 3vh;
    outline: none;
    z-index: 999;
}

.instructionsButtons:active {
    background-color: #555555;
    color: white;
}

#repeatOrContinueButtons {
    position: relative;
    height: 5vh;
    width: 15vh;
    background-color: rgba(200, 200, 200, 0.7);
    border: 0.5vh solid rgb(50, 50, 50);
    color: rgb(50, 50, 50);
    font-size: 3vh;
    border-radius: 2vh;
    outline: none;
}

#repeatOrContinueButtons:active {
    background-color: #555555;
    color: white;
}

.endOfInstructionsButton {
    position: relative;
    width: 18vh;
    background-color: rgba(200, 200, 200, 0.7);
    border: 0.5vh solid rgb(50, 50, 50);
    color: rgb(50, 50, 50);
    font-size: 3vh;
    border-radius: 2vh;
    outline: none;
}

.endOfInstructionsButton:active {
    background-color: #555555;
    color: white;
}

#repeatOrContinueText {
    width: 100vh;
    position: relative;
    padding: 3vw;
    line-height: normal;
    font-size: 3vh;
}

#post_test_msg {
    width: 100vh;
    font-size: 3.5vh;
    font-weight: normal;
    padding: 0vh;
    line-height: normal;
}

/* Instructions Tests stuff: */
#test_question_text {
    font-size: 3vh;
    line-height: normal;
    margin-bottom: 5vh;
}

#multipleChoiceQuestionsButtons {
    position: relative;
    background-color: rgb(230, 230, 230);
    width: 85vh;
    border: 0.3vh solid rgb(50, 50, 50);
    color: rgb(50, 50, 50);
    font-size: 2.7vh;
    border-radius: 1.5vh;
    margin: 1vh;
    padding: 1.5vh;
    outline: none;
}

#multipleChoiceQuestionsButtons:active {
    background-color: rgb(180, 180, 180);
    color: white;
}

.correctAnswerBlink {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-name: alternate_appear_disappear;
}

@keyframes alternate_appear_disappear {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/* ----------------------------------------------------- */


/* text styling */
strong {
    font-weight: 600;
}

.warm {
    color: steelblue;
    text-align: justify;
}

.cool {
    color: #ccccff;
}

h1 {
    margin-top: 0px;
}


/* these are all the same for now, but easy to modify individually */
#container-not-an-ad,
#container-error,
#container-exp,
#container-consent,
#container-instructions,
#container-questionnaire {
    background: white;
    margin: 30px;
}

/* ad.html  - the ad that people view first */
#adlogo {
    width: 140px;
    padding: 2px;
    border: 1px solid #ccc;
    margin-right: 1em;
}

#header_title {
    margin: 0 auto;
    margin-top: 0;
    width: 800px;
}

/* consent.html - the consent form */
#consent {
    margin: 0 auto;
    margin-top: 0;
    width: 800px;
    font-size: 100%;
}

.legal {
    text-align: justify;
    font-size: 11pt;
    line-height: 1.1em;
}

#trial {
    margin: 0 auto;
    width: 800px;
    text-align: center;
}

#query {
    color: darkgray;
}

.question {
    margin-bottom: 30px;
}

/* errors */
#error img {
    padding-right: 10px;
    padding-top: 15px;
}




.rocketContainer {
    height: 2in;
    width: 5in;
    margin: auto;
    position: relative;
    /*     -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;  */
}

#left {
    left: 0px;
    top: 0px;
    height: 2in;
    width: 2in;
    position: absolute;
    /*opacity: 1.0;*/
    /*     -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;  */
}

#right {
    right: 0px;
    top: 0px;
    height: 2in;
    width: 2in;
    position: absolute;
    /*opacity: 1.0;*/
    /*     -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;  */
}


#moonContainer {
    display: flex;
    flex-direction: column;
    width: 4in;
    min-height: 7in;
    max-height: 7.5in;
    /*justify-content: center;*/
    align-items: stretch;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    flex-wrap: nowrap;
    /*align-content: space-between;*/
}

.flexItem {
    display: flex;
    /*flex-direction: row;*/
    flex: 1 1 0;
}

.mineContainer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 0 1 100%;
    background-size: 60% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
}

.reward {
    display: flex;
    flex: 1 1 100%;
    align-items: center;
    justify-content: center;
    background-size: 20% 50%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
}




/*.moonContainer .item {*/
/*    flex: 1 2 */
/*}*/
/*.moonContainer .top {*/
/*    !*top: 0;*!*/
/*    !*position: relative;*!*/
/*    align-self: center;*/
/*}*/
/*.moonContainer .bottom {*/
/*    !*bottom: 0;*!*/
/*    !*align-items: center;*!*/
/*    !*position: relative;*!*/
/*    align-self: center;*/
/*}*/





.M {
    font-size: 16px;
}

.S {
    font-size: 14px;
}

.center {
    text-align: center;
}

ul {
    list-style-position: inside;
    /*list-style-type: none;*/
    text-align: left;
}

span.line {
    display: inline-block;
}



.points {
    font-size: 0.5in;
    opacity: 0.0;
}


li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}


.seq_stim {
    position: absolute;
    width: 35vw;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -10;
}

#squaressWrapper {
    position: absolute;
    height: 80vh;
    width: 40vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-content: stretch;
    background: linear-gradient(green, yellow);
    /*line-height: 1vh;*/
}

.squares {
    position: relative;
    flex: 1;
    -webkit-flex: 1;
    border: 0.1px solid lightgray;
}

.gold_small {
    height: 5vh;
    width: auto;
}

.left_gamble {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.right_gamble {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translate(50%, -50%);
}

.left_gamble_txt {
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    color: white;
    border-color: black;
    -webkit-text-stroke: 1px black;
}

.right_gamble_txt {
    position: absolute;
    right: 30%;
    top: 50%;
    transform: translate(50%, -50%);
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    color: white;
    border-color: black;
    -webkit-text-stroke: 1px black;
}




/*gambles arrows with CSS adapted from https://freefrontend.com/css-arrows/#animated-arrows that led to https://codepen.io/xzf/pen/BvGLjL*/
/*----------------------------------*/
/*
if to use add and ajust this to the HTML:
<div class="arrow_container">
  <div class="arrow"></div>
</div>
<div class="arrow_container2">
  <div class="arrow arrow2"></div>
</div>


.arrow_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 60px;
    cursor: pointer;
}

.arrow {
    position: absolute;
    top: 50%;
    width: 90%;
    height: 17%;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    animation: arrow 700ms linear infinite;
}

.arrow::after,
.arrow::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 10px;
    right: -8px;
    background-color: #fff;
}

.arrow::after {
    top: -12px;
    transform: rotate(45deg);
}

.arrow::before {
    top: 12px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transform: rotate(-45deg);
}

.arrow_container2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 60px;
    cursor: pointer;
    transform-origin: 10% 34%;
    transform: rotate(180deg);
}

.arrow2 {
    box-shadow: 0 -3px 5px rgba(0, 0, 0, .2);
}

.arrow2::after {
    top: -12px;
    transform: rotate(45deg);
    box-shadow: 0 -3px 5px rgba(0, 0, 0, .2);
}

.arrow2::before {
    top: 12px;
    box-shadow: none;
    transform: rotate(-45deg);
}
*/



#gamblesWrapper {
    position: absolute;
    height: 100%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.galaxy {
    position: absolute;
    height: 31%;
    width: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}

.upper_galaxy {
    top: 35%;
}

.lower_galaxy {
    top: 65%;
}

.probBar {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 9vh;
    width: 45vh;
    display: flex;
    border-style: solid;
    border-color: darkgray;
    border-width: thick;
    border-radius: 1vh;
    background-color: black;
    padding: 0.2vh;
    align-items: center;
    justify-content: center;
}

.upper_probBar {
    top: 36%;
}

.lower_probBar {
    top: 66%;
}

.probBarWinSide {
    background-color: yellow;
    border-radius: 0.2vh;
    /* box-shadow: 1vh 0 0 1vh gray; */
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    border-right: black solid 0.1vh;
}

.probBarLoseSide {
    /* background-color: rgba(255, 165, 0, 0.9); */
    border-radius: 0.2vh;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    /* border-left: black solid 0.1vh */
}

.sumFrame {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 10vh;
    width: 12vh;
    display: flex;
    border-style: solid;
    border-color: darkgray;
    /* border-width: thick; */
    border-radius: 1vh;
    background-color: rgba(40, 40, 60, 0.9);
    align-items: center;
    justify-content: center;
}

.sumFrameTop {
    top: 28%;
}

.sumFrameBottom {
    top: 58%;
}

.gamble_frame {
    position: absolute;
    height: 25.71%;
    width: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}

.gamble_frame_disappear {
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-name: gamble_frame_disappear;
}

@keyframes gamble_frame_disappear {
    0% {
        opacity: 0.8;
    }

    100% {
        opacity: 0;
    }
}


.gamble_txt {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    /* font-family: cursive; */
    font-weight: bold;
    -webkit-text-stroke: 0.3vh black;
    font-size: 7vh;
    text-align: center;
    vertical-align: middle;
    color: white;
    white-space: nowrap;
}

.gamble_text_lower_amount {
    top: 57%;
}

.gamble_text_upper_amount {
    top: 27%;
}

.arrow {
    position: absolute;
    /* left: 50%; */
    top: 50%;
    transform: translate(-50%, -50%);
    height: 7.5%;
    width: auto;
}

.arrow_top {
    top: 26.9%;
}

.arrow_bottom {
    top: 56.9%;
}

.left_arrow {
    /* left: 44%; */
    animation: arrow_anim_left 700ms linear infinite;
}

@keyframes arrow_anim_left {
    0% {
        margin-left: -14vh;
    }

    50% {
        margin-left: -12vh;
    }

    100% {
        margin-left: -14vh;
    }
}

.right_arrow {
    /* left: 56%; */
    animation: arrow_anim_right 700ms linear infinite;
}

@keyframes arrow_anim_right {
    0% {
        margin-left: 14vh;
    }

    50% {
        margin-left: 12vh;
    }

    100% {
        margin-left: 14vh;
    }
}

.gamble_elements_disappear {
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-name: gamble_elements_disappear;
}

@keyframes gamble_elements_disappear {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


#flying_spaceship {
    position: fixed;
    left: 50%;
    top: 150%;
    height: 0%;
    width: auto;
    /*flip vertically:*/
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

.fly_to_northern_galaxy {
    transform: translate(-50%, -50%) scaleY(-1);
    animation-name: flying_to_northern_galaxy;
}

@keyframes flying_to_northern_galaxy {
    0% {
        height: 30%;
        top: -12.5%;
        z-index: 2;
    }

    100% {
        height: 10%;
        top: 35%;
        z-index: 1;
    }
}

.fly_to_southern_galaxy {
    transform: translate(-50%, -50%);
    animation-name: flying_to_southern_galaxy;
}

@keyframes flying_to_southern_galaxy {
    0% {
        height: 30%;
        top: 112.5%;
        z-index: 2;
    }

    100% {
        height: 10%;
        top: 65%;
        z-index: 1;
    }
}




/* ------------------- SRO task ------------------- */
/* ------------------------------------------------ */

.planet {
    position: absolute;
    height: 85%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.ground_hole {
    position: absolute;
    height: 30%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.cover {
    position: absolute;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#cover1 {
    height: 20%;
    z-index: 6;
}

#cover2 {
    height: 24%;
    z-index: 5;
}

#cover3 {
    height: 28%;
    z-index: 4;
}

.cover_disappear {
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-name: cover_disappear;
}

@keyframes cover_disappear {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



#tool_bar_wrapper {
    position: absolute;
    height: 10vh;
    width: 27.026vh;
    bottom: 5%;
    /* right: 5%; */
    transform: translateX(122%);
    display: flex;
    z-index: 10;
}

.tool_in_bar {
    height: 100%;
    width: auto;
    margin-left: 1%;
    padding: 2%;
    border-style: solid;
    border-color: bisque;
    background: linear-gradient(black, black), linear-gradient(black, black);
}

.tool_in_bar_indication {
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-name: tool_glow_animation;
}

@keyframes tool_glow_animation {
    0% {
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(black, black);
    }

    25% {
        background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), linear-gradient(black, black);
    }

    100% {
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(black, black);
    }

}


.tool_in_use {
    position: absolute;
    height: 10%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
}

.tool_in_use_anim {
    animation-duration: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-name: tool_goes_down;
}

@keyframes tool_goes_down {
    0% {
        top: 35%;
        opacity: 1.0;
    }

    70% {
        opacity: 1.0;
    }

    100% {
        top: 50%;
        opacity: 0;
    }
}



.cost_indicator {
    position: absolute;
    top: 12%;
    /* right: 5%; */
    /* transform: translate(-50%, -50%); */
    transform: translate(1213%, -50%);
    text-align: center;
    color: white;
    font-size: 5vh;
    z-index: 11;
}

.goUp {
    position: absolute;
    animation-name: goUp_animation;
    /*animation-duration: 1s;*/
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes goUp_animation {
    0% {
        top: 20%;
        opacity: 1.0;
    }

    100% {
        top: 10%;
        opacity: 0.0;
    }
}


#SRO_outcome {
    position: absolute;
    height: 20%;
    width: auto;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.goUpOutcome {
    animation-name: goUp_outcome_animation;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes goUp_outcome_animation {
    0% {
        top: 45%;
        opacity: 1.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        top: 40%;
        opacity: 0;
    }
}

.goUpAndGlowOutcome {
    animation-name: goUp_outcome_animation, glow_outcome_animation;
    animation-duration: 1s, 1s;
    animation-iteration-count: 1, infinite;
    animation-direction: normal, normal;
    animation-fill-mode: forwards, forwards;
}

@keyframes glow_outcome_animation {
    0% {
        -webkit-filter: drop-shadow(0 0 0 white) drop-shadow(0 0 0 yellow);
        filter: drop-shadow(0 0 0 white) drop-shadow(0 0 0 yellow);
    }

    50% {
        -webkit-filter: drop-shadow(0 0 2vh white) drop-shadow(0 0 2vh yellow);
        filter: drop-shadow(0 0 2vh white) drop-shadow(0 0 2vh yellow);
    }

    100% {
        -webkit-filter: drop-shadow(0 0 0 white) drop-shadow(0 0 0 yellow);
        filter: drop-shadow(0 0 0 white) drop-shadow(0 0 0 yellow);
    }
}


#reward_bar_wrapper {
    position: absolute;
    height: 5vh;
    width: 39vh;
    top: 4vh;
    /* right: 15vh; */
    transform: translateX(67%);
    display: flex;
    z-index: 10;
    border-style: solid;
    border-width: 0.1vh;
    border-color: rgba(50, 50, 50, 1);
    background-color: black;
}

.reward_in_bar {
    padding: 2%;
    height: 69.66%;
}

.bar_sums {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 4.5vh;
    font-size: 2vh;
    color: white;
}

.numberChange {
    animation-name: numberChange_animation;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes numberChange_animation {
    0% {
        font-size: 2vh;
        color: white;
    }

    50% {
        font-size: 2.5vh;
        color: yellow;
    }

    100% {
        font-size: 2vh;
        color: white;
    }
}

/* .tool_in_bar_indication {
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-name: tool_glow_animation;
}

@keyframes tool_glow_animation {
    0% {
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(black, black);
    }

    25% {
        background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), linear-gradient(black, black);
    }

    100% {
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(black, black);
    }

} */

#reward_summary_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vh;
    height: 56vh;
    z-index: 10;
    border-style: solid;
    border-width: 0.1vh;
    border-color: bisque;
    background-color: black;
    border-radius: 2vh;
}

.reward_summary_line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.reward_in_summary {
    display: flex;
    height: 10vh;
    width: auto;
    padding: 2vh;
}

.summary_sums {
    position: absolute;
    right: 0vh;
    margin-right: 4vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 4vh;
    font-size: 2vh;
    color: white;
}

.near_sums_change {
    position: absolute;
    right: 0vw;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: 4vh;
    margin-right: 7vh;
    font-size: 2vh;
    color: white;
}

.amountChangeIndicationInSummary {
    animation-name: amountChangeIndicationInSummary_animation;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes amountChangeIndicationInSummary_animation {
    0% {
        transform: translate(-50%, 1vh);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -1vh);
        opacity: 0;
    }
}


#communication_box {
    position: absolute;
    display: flex;
    height: 10%;
    width: 85vh;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border-style: solid;
    border-width: 0.1vh;
    border-color: bisque;
    background-color: black;
    border-radius: 2vh;
}

.summary_text {
    display: flex;
    justify-content: flex-start;
    margin-left: 2vh;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3vh;
    height: 100%;
    width: 100%;
    color: white;
    font-weight: normal;
}

.text_gradual_appear {
    animation-name: text_gradual_appear_animation;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes text_gradual_appear_animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.numberChangeInSummary {
    animation-name: numberChange_animation;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}


/* near ice outcomes in summary (for when defrosting) */
/* -------------------------------------------------- */

.near_ice_uncovered_outcome {
    position: absolute;
    height: 6vh;
    right: 0vw;
    transform: translateX(-50%);
    margin-right: 3vh;
    padding: 2vh;
    opacity: 0;
}

/* animation for outcome devalued in summary screen   */
/* -------------------------------------------------- */
.blinking {
    border-style: solid;
    padding: 0.3vh;
    font-weight: bold;
    animation-name: cannot_sell_blinking_animation;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes cannot_sell_blinking_animation {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

/* ---------------------------------------------------------------------------------------------------- */
/*                                   manipulation message screen                                        */
/* ---------------------------------------------------------------------------------------------------- */

#manip_message_images {
    position: absolute;
    transform: translateZ(0);
}

.manip_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 85vh;
}

.dance {
    animation-name: dance_animation;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

@keyframes dance_animation {
    0% {
        opacity: 1;
        /* height: 0vh; */
        transform: translate(-50%, -50%) rotateY(0deg) scale(0);
    }

    40% {
        /* height: 95vh; */
        transform: translate(-50%, -50%) rotateY(0deg) scale(1.117);
    }

    /* top right bottom left */
    50% {
        /* height: 85vh; */
        opacity: 1;
        transform: translate(-50%, -50%) rotateY(0deg) scale(1);
    }

    100% {
        /* height: 85vh; */
        opacity: 1;
        transform: translate(-50%, -50%) rotateY(360deg) scale(1);
    }
}

#astronaut {
    position: absolute;
    /* top: -20vh; */
    top: -11vh;
    /* left: -21vh; */
    left: -21vh;
    transform: translate(-50%, -50%);
    /* height: 50vh; */
    height: 40vh;
    z-index: 2;
}

.astronaut_anim {
    animation-name: astronaut_anim;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards
}

@keyframes astronaut_anim {
    0% {
        left: -71vh
    }

    100% {
        left: -21vh;
    }

}

#manip_message_box {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.1vh;
    /* width: fit-content;
    max-width: 50vh;
    text-align: center;
    margin: auto; */

    /* margin-top: 3vh;
    margin-bottom: 3vh; */

    /* padding: 2vh; */
    border: 0.6vh solid rgb(50, 50, 50);
    background-color: rgb(200, 200, 200);
    border-radius: 2vh;
    color: black;

    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-name: spreading;
}

@keyframes spreading {
    0% {
        width: 0;
        height: 0
    }

    /* top right bottom left */
    50% {
        width: 70vh;
        height: 0;
        max-height: 0;
    }

    100% {
        width: 70vh;
        height: 19vh;
        max-height: 19vh
    }
}

#manip_message_text {
    margin: 1.8vh;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: steps(100, end);
    animation-fill-mode: forwards;
    animation-name: appearGradually;
    animation-delay: 1s;
    opacity: 0;
}

@keyframes appearGradually {
    0% {
        opacity: 0.0
    }

    100% {
        opacity: 1.0
    }
}

#textMainMSG {
    /* position: absolute; */
    /* transform: translate(-50%, 50%); */
    /* left: 50%; */
    bottom: 13.2vh;
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    text-align: left;
    /* Align text to the left */
    animation:
        typing 3.5s steps(40, end) forwards,
        blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    0% {
        width: 0;
        /* Start with 0 max-width */
    }

    99.9% {
        border-right: .15em solid orange;
    }

    100% {
        width: 100%;
        border: none;
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: orange;
    }
}


#confirmManipMsg {
    font-size: 1.4vh;
    line-height: 2.2vh;
    position: absolute;
    transform: translate(-50%, 50%);
    left: 50%;
    bottom: 9vh;
    width: 50vh;
}

#inputBox {
    margin-top: 0;
    margin-bottom: 1vh;
}

#insideInputBox {
    font-size: 1.4vh;
    outline-color: gray;
    position: absolute;
    transform: translate(-50%, 50%);
    bottom: 7.5vh;
    width: 18vh;
}

.msgConfirmationButton {
    color: black;
    border-color: rgb(100, 100, 100);
    margin-bottom: 1.8vh;
    font-size: 1.4vh;
    line-height: 2.4vh;
    padding: 0.5vh 1vh;
    position: absolute;
    transform: translate(-50%, 50%);
    bottom: 2vh;
}



/* ---------------------------------------------------------------------------------------------------- */
/*                                           consumption test                                           */
/* ---------------------------------------------------------------------------------------------------- */
#consump_test_bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 30vw;
    opacity: 0.2;
    z-index: 1000;
}

.openning {
    animation-name: openning_animation;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes openning_animation {
    0% {
        width: 0%;
        height: 0%;
        border-radius: 30vw;
        left: 50%;
        top: 50%
    }

    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    /* top right bottom left */
}

.closing {
    animation-name: closing_animation;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes closing_animation {
    0% {
        width: 100%;
        height: 100%
    }

    /* top right bottom left */
    100% {
        width: 0%;
        height: 0%;
        border-radius: 30vw;
        left: 50%;
        top: 50%
    }
}

.CT_text {
    margin: 0;
    position: absolute;
    font-size: 8vh;
    color: rgb(16, 233, 128);
    z-index: 1001;
}

#time_left_counter {
    line-height: 8vh;
    right: 2.5vh;
    top: 2.5vh;
}

#CT_goodbye_message {
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
}

.CT_Element {
    position: absolute;
    width: 80vw;
    height: 30vh;
    z-index: 1001;
}

.disappearGradually {
    animation-name: disappearGradually_animation;
    animation-duration: 0.15s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes disappearGradually_animation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#reward_bar_wrapper_CT {
    position: absolute;
    height: 5vh;
    width: 39vh;
    top: 4vh;
    right: 15vh;
    display: flex;
    z-index: 10;
    border-style: solid;
    border-width: 0.1vh;
    border-color: rgba(50, 50, 50, 1);
    background-color: black;
}

.cost_indicator_CT {
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 5vh;
    z-index: 11;
}

.goUp_CT {
    position: absolute;
    animation-name: goUp_CT_animation;
    /*animation-duration: 1s;*/
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes goUp_CT_animation {
    0% {
        transform: translate(-50%, -50%);
        opacity: 1.0;
    }

    100% {
        transform: translate(-50%, calc(-50% - 10vh));
        opacity: 0.0;
    }
}


/* ---------------------------------------------------------------------------------------------------- */
/*                             consumption test - Get reeady message page                               */
/* ---------------------------------------------------------------------------------------------------- */
#consump_test_in_msg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 30vw;
    opacity: 0.2;
    z-index: 1000;
}

#consump_message_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.1vh;
    line-height: 3vh;
    border: 0.6vh solid rgb(50, 50, 50);
    background-color: rgb(200, 200, 200);
    border-radius: 2vh;
    color: black;

    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-name: spreading_consump_msg;
}

@keyframes spreading_consump_msg {
    0% {
        width: 0;
        height: 0
    }

    /* top right bottom left */
    50% {
        width: 54vh;
        height: 0;
        max-height: 0;
    }

    100% {
        width: 54vh;
        height: 64vh;
        max-height: 64vh
    }
}

#mini_image_meteor_shower {
    height: 20vh;
    border-radius: 4vh;
}

#consump_confirmMsg {
    font-size: 1.4vh;
    line-height: 2.2vh;
}

.consump_startButton {
    color: black;
    border-color: rgb(100, 100, 100);
    margin-bottom: 1.8vh;
    font-size: 1.4vh;
    border-radius: 100%;
}



/* ---------------------------------------------------------------------------------------------------- */
/*                                               Lottery                                                */
/* ---------------------------------------------------------------------------------------------------- */

#communication_box_lottery {
    position: absolute;
    display: flex;
    height: 10%;
    width: 90vh;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border-style: solid;
    border-width: 0.1vh;
    border-color: bisque;
    background-color: black;
    border-radius: 2vh;
}

.galaxy_small {
    position: absolute;
    height: 21%;
    width: auto;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}

.probBar_small {
    position: absolute;
    left: 50%;
    top: 34.7%;
    transform: translate(-50%, -50%);
    height: 6.3vh;
    width: 31.5vh;
    display: flex;
    border-style: solid;
    border-color: darkgray;
    border-width: thick;
    border-radius: 0.7vh;
    background-color: black;
    padding: 0.14vh;
    align-items: center;
    justify-content: center;
}

.sumFrame_small {
    position: absolute;
    top: 29.1%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 7vh;
    width: 8.4vh;
    display: flex;
    border-style: solid;
    border-color: darkgray;
    /* border-width: thick; */
    border-radius: 0.7vh;
    background-color: rgba(40, 40, 60, 0.9);
    align-items: center;
    justify-content: center;
}

.gamble_frame_small {
    position: absolute;
    height: 18%;
    width: auto;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}

.gamble_txt_small {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    /* font-family: cursive; */
    font-weight: bold;
    -webkit-text-stroke: 0.18vh black;
    font-size: 4.2vh;
    text-align: center;
    vertical-align: middle;
    color: white;
    white-space: nowrap;
}

.noChoiceTxt {
    top: 34%;
    transform: translate(-50%, -50%) rotate(30deg);
    border-color: white;
    border-style: solid;
}

.gamble_text_upper_chance_small {
    top: 30.1%;
}

.gamble_text_upper_amount_small {
    top: 28.4%;
}

.gamble_elements_disappear {
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-name: gamble_elements_disappear;
}

@keyframes gamble_elements_disappear {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.lotteryBar {
    position: absolute;
    top: 84%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 10vh;
    width: 70vh;
    display: flex;
    border-style: solid;
    border-color: darkgray;
    border-width: thick;
    border-radius: 0.7vh;
    background-color: black;
    padding: 0.14vh;
    align-items: center;
    justify-content: center;
    animation: appearGradually 0.7s linear 1 forwards;
}

#winSide {
    background-color: yellow;
    border-radius: 0.2vh;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    border-right: black solid 0.1vh
}

#loseSide {
    /* background-color: rgba(255, 165, 0, 0.9); */
    border-radius: 0.2vh;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    /* border-left: black solid 0.1vh */
}

.winLoseTxt {
    color: white;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    /* font-size: 0vh; 1.3vh; 2.6vh; 3.9vh; */
    -webkit-text-stroke: 0.07vh black;
    margin: 0;
    font-weight: bold;
}

#lotteryBarBigText {
    position: absolute;
    padding: 3vh;
    background-color: rgba(220, 220, 220, 0.9);
    border-radius: 4vh;
    border-style: solid;
    border-color: black;
    color: rgba(70, 70, 70, 1);
    -webkit-text-stroke: 0.18vh black;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    font-size: 7vh;
    margin: 0;
    font-weight: bold;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-name: lotteryBarBigText_animation;
}

@keyframes lotteryBarBigText_animation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.money_bag {
    position: absolute;
    height: 10vh;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

/* ---------------------------------------------------------------------------------------------------- */
/*                                     End of game SRO summary                                          */
/* ---------------------------------------------------------------------------------------------------- */
.endOfGameMsgBlinking {
    animation-name: blinking_animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes blinking_animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.expandLeftAndRight {
    animation-name: expandLeftAndRight_animation;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes expandLeftAndRight_animation {
    to {
        width: 85vh;
    }
}

.SRO_summary_lines_disappear {
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-name: SRO_summary_lines_disappear;
}

@keyframes SRO_summary_lines_disappear {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.moveRightUpAndGrow {
    animation-name: moveRightAndGrow_animation;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes moveRightAndGrow_animation {
    to {
        margin-left: 25vh;
        margin-bottom: -17vh;
        height: 15vh;
    }
}

.moveRightUpAndGrow_and_Glow {
    animation-name: moveRightAndGrow_animation, glow_outcome_animation;
    animation-duration: 2s, 1.25s;
    animation-iteration-count: 1, infinite;
    animation-direction: normal, linear;
    animation-fill-mode: forwards, forwards;
}

.moveLeftUpAndGrow {
    animation-name: moveLeftAndGrow_animation;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes moveLeftAndGrow_animation {
    to {
        margin-right: 25vh;
        margin-bottom: -14vh;
        font-size: 4vh;
    }
}

#SRO_summary_box {
    position: absolute;
    top: 24vh;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    font-size: 4.2vh;
    line-height: 5vh;
    color: rgb(0, 255, 255);
    animation: appearGradually 1s linear 1 forwards;
}

.sumWonBlinking_and_Glow {
    font-size: 4.45vh;
    font-weight: bold;
    animation-name: blinking_animation, glow_outcome_animation;
    animation-duration: 1.5s, 1.5s;
    animation-delay: 0s, -0.75s;
    animation-iteration-count: infinite, infinite;
    animation-direction: normal, normal;
    animation-fill-mode: forwards, forwards;
}

#SRO_summary_continue_box {
    position: absolute;
    top: 49vh;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    color: white;
    font-size: 2.5vh;
    line-height: 2.5vh;
    animation: appearGradually 1s linear 1 forwards;
}

/* ---------------------------------------------------------------------------------------------------- */

#pageLayover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9000;
    display: block;
}

img {
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

div {
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* Add general animations */
/* ---------------------------------- */

.appearGraduallyAnim {
    animation: appearGradually 1s linear 1 forwards;
}

/* needs to be in the end of the file */
/* ---------------------------------- */

.hidden {
    display: none;
}







/* ---------------------------------- */
/* ---------------------------------- */
/* ---------------------------------- */


#astronaut_message_box {
    position: absolute;
    top: 32%;
    left: calc(50% + 14vh);
    transform: translate(-50%, -50%);
    font-size: 2.12vh;
    /* width: fit-content;
    max-width: 50vh;
    text-align: center;
    margin: auto; */

    /* margin-top: 3vh;
    margin-bottom: 3vh; */

    /* padding: 2vh; */
    border: 0.6vh solid rgb(50, 50, 50);
    background-color: rgb(20, 20, 20);
    border-radius: 2vh;
    color: white;

    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-name: spreading2;
}

@keyframes spreading2 {
    0% {
        width: 0;
        height: 0
    }

    /* top right bottom left */
    50% {
        width: 53vh;
        height: 0;
        max-height: 0;
    }

    100% {
        width: 53vh;
        height: 30vh;
        max-height: 30vh
    }
}

#left-point {
    width: 0;
    height: 0;
    border-left: 2vh solid transparent;
    border-right: 2vh solid transparent;
    border-top: 10vh solid rgb(20, 20, 20);
    position: absolute;
    top: 45%;
    left: -10%;
    transform: rotate(60deg);
    animation: appearGradually 0.5s linear 1 forwards;
}

#astronaut_message_text {
    margin: 1.8vh;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: steps(100, end);
    animation-fill-mode: forwards;
    animation-name: appearGradually;
    animation-delay: 1s;
    opacity: 0;
}

#astronaut_textMainMSG_1 {
    /* position: absolute; */
    /* transform: translate(-50%, 50%); */
    /* left: 50%; */
    bottom: 13.2vh;
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    text-align: left;
    /* Align text to the left */
    animation:
        typing 2.5s steps(40, end) forwards,
        blink-caret .75s step-end infinite;
}

#astronaut_textMainMSG_2 {
    /* position: absolute; */
    /* transform: translate(-50%, 50%); */
    /* left: 50%; */
    margin-bottom: 0;
    bottom: 10.2vh;
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    text-align: left;
    /* Align text to the left */
    animation:
        typing 2.5s steps(40, end) forwards,
        blink-caret .75s step-end infinite;
}

#astronaut_textMainMSG_3 {
    /* position: absolute; */
    /* transform: translate(-50%, 50%); */
    /* left: 50%; */
    margin-top: 0;
    bottom: 8vh;
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    text-align: left;
    /* Align text to the left */
    animation:
        typing 2.5s steps(40, end) forwards,
        blink-caret .75s step-end infinite;
}

#astronaut_confirmManipMsg {
    font-size: 1.4vh;
    line-height: 2.2vh;
    position: absolute;
    transform: translate(-50%, 50%);
    left: 50%;
    bottom: 9vh;
    width: 50vh;
}

#astronaut_inputBox {
    margin-top: 0;
    margin-bottom: 1vh;
}

#astronaut_insideInputBox {
    font-size: 1.4vh;
    outline-color: gray;
    position: absolute;
    transform: translate(-50%, 50%);
    bottom: 7.5vh;
    width: 18vh;
}

.astronaut_msgConfirmationButton {
    color: black;
    border-color: rgb(100, 100, 100);
    margin-bottom: 1.8vh;
    font-size: 1.4vh;
    line-height: 2.4vh;
    padding: 0.5vh 1vh;
    position: absolute;
    transform: translate(-50%, 50%);
    bottom: 2vh;
}


.astro_spaceship {
    position: fixed;
    transform: translate(-50%, -50%);
    height: 75vh;
    left: 10vh;
    top: -6vh;
    width: auto;
    /*flip vertically:*/
    animation: landing_on_planet 4s 1 normal forwards;
}

.turn_off_fire {
    animation: disappearGradually_animation 1s 1 forwards
}

.astronaut_to_spaceship {
    animation: astronaut_to_spaceship_animation 1.5s 1 forwards
}

.turn_on_fire {
    animation: appearGradually 1s 1 forwards
}

.taking_off_from_planet {
    animation: taking_off_from_planet_animation 4s 1 normal forwards;
}

@keyframes landing_on_planet {
    0% {
        height: 10vh;
        top: -100vh;
    }

    100% {
        height: 75vh;
        left: 10vh;
        top: -6vh;
    }
}

@keyframes taking_off_from_planet_animation {
    0% {
        height: 75vh;
        left: 10vh;
        top: -6vh;
    }

    100% {
        height: 10vh;
        top: -100vh;
    }
}

@keyframes astronaut_to_spaceship_animation {
    0% {
        left: -21vh;
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: 10vh;
    }
}




#summary_message_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4vh;
    border: 0.6vh solid rgb(50, 50, 50);
    background-color: rgb(20, 20, 20);
    border-radius: 2vh;
    color: white;

    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-name: spreading3;
}

@keyframes spreading3 {
    0% {
        width: 0;
        height: 0
    }

    /* top right bottom left */
    50% {
        width: 80vh;
        height: 0;
        max-height: 0;
    }

    100% {
        width: 80vh;
        height: 24vh;
        max-height: 24vh
    }
}

#summary_message_text {
    margin: 1.8vh;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: steps(100, end);
    animation-fill-mode: forwards;
    animation-name: appearGradually;
    animation-delay: 1s;
    opacity: 0;
}

#summary_textMainMSG_1 {
    bottom: 13.2vh;
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    text-align: left;
    animation:
        typing 3s steps(40, end) forwards,
        blink-caret .75s step-end infinite;
}

#summary_textMainMSG_2 {
    margin-bottom: 0;
    bottom: 10.2vh;
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    text-align: left;
    animation:
        typing 3s steps(40, end) forwards,
        blink-caret .75s step-end infinite;
}

#summary_textMainMSG_3 {
    margin-top: 0;
    bottom: 8vh;
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    text-align: left;
    animation:
        typing 3s steps(40, end) forwards,
        blink-caret .75s step-end infinite;
}

.summary_msgConfirmationButton {
    color: black;
    border-color: rgb(100, 100, 100);
    margin-bottom: 1.8vh;
    font-size: 1.4vh;
    line-height: 2.4vh;
    padding: 0.5vh 1vh;
    position: absolute;
    transform: translate(-50%, 50%);
    bottom: 2vh;
}