/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

   html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
   body{line-height:1}
   article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
   nav ul{list-style:none}
   blockquote,q{quotes:none}
   blockquote:before,blockquote:after,q:before,q:after{content:none}
   a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
   mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
   del{text-decoration:line-through}
   abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
   table{border-collapse:collapse;border-spacing:0}
   hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
   input,select{vertical-align:middle}
   li{list-style:none}
   
   
   /* =============================================================================
      My CSS
      ========================================================================== */
   
   /* ---- base ---- */
   
   html,body{ 
     width:100%;
     height:100%;
     background:#111;
     font-family: 'Quicksand', sans-serif !important;
     display: flex;
     justify-content: center;
     align-items: center;
     overflow-x: hidden;
   }
   
   html{
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   }
   
   .download{
    width:100%;
    height:40px;
    display: flex;
    flex-direction: row;
    padding:5px;
    background-color: #130f40;
    align-items: center;
   }

   .icon{
    width:30px;
    height: 30px;
    margin-right: 10px;
   }

   .brand{
    font-size: 10vw;
    color:#fff;
    font-family: 'Quicksand', sans-serif !important
   }
   
   .presents{
     font-size: 2vw;
     color:#000;
     font-family: 'Quicksand', sans-serif !important;
     padding:5px 10px;
     border-radius: 20px;
     background-color: #FFF;
     align-self: center;
     margin-top:15px;
     margin-bottom:15px;
   }
   .entities{
    width: 100%;
    display: flex;
    flex: 1;
    min-height: 340px;
    background-color: #000;
    overflow-y: scroll;
    overflow-x: hidden;
    flex-direction: column;
   }

   .comments{
    width: 100%;
    flex: 1;

    min-height: 500px;
    background-color: #000;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    flex-direction: column;
    
   }

   .entity{
    width: 95%;
    padding:8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 35px;
    border-bottom: solid #fff 1px;
   }

   .country{
    display: flex;
    flex:1;
    font-size: 18px;
    color:#fff;
   }

   .bottomActions{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
   }

   .bottomBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 5;
   }

   .selected{
    background-color: #999;
    height: 100%;
   }

   .bottomText{
     font-size: 16px;
     color:#000;
   }

   .comment{
     width:100%;
     min-height: 130px;
     border-bottom: solid #efefef 0.7px;
     display: block;
     padding-top: 8px;
   }

   .commentHead{
      width: 100%;
      display: flex;
      align-items: center;
      flex-direction: row;
      padding:5px;
   }

   .commentText{
    width: 100%;
    padding: 10px;
   }

   .commentBtns{
    width:100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
   }

  .redBtn{
    padding:7px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 13px;
    color:#fff;
    background-color: #c0392b;
    margin-right: 7px;
  }

  .blueBtn{
    padding:7px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 13px;
    color:#fff;
    background-color: #130f40
  }
   .avatar{
      width:35px;
      height: 35px;
      border-radius: 45px;
      margin-right: 9px;
   }

   .nickname{
    font-size: 14px;
    color:#fff;
    background-color: #78f08a;
    border-radius: 50px;
    padding:6px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
   }

   .flag{
    width:25px;
    height: 25px;
    margin-right: 9px;
   }

   .commentTime{
    font-size: 12px;
    color:#efefef;
   }
   
   .logo
   {
     width:70px;
     height: 70px;
   }
   
   .tech{
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
   }
   
   .title{
     font-size: 4vw;
     color:#fff;
     font-family: 'Quicksand', sans-serif !important
   }
   .bottom{
    
    padding:5px;
    position: absolute;
    bottom:0;
   }
   .menu
   {
     border-width: 1em;
     border-color: #fff;
     border-radius: 10px;
     display: flex;
     align-self: center;
     margin-bottom: 15px;
     flex-direction: row;
     justify-content: center;
     align-items: center;
   }
   
   .menu-btn
   {
     font-size: 2vw;
     color:#78f08a;
     font-family: 'Quicksand', sans-serif !important;
     padding:5px;
     width: 180px;
     border-radius: 5px;
     border-width: 1em;
     border-color: #fff;
     display: inline-flex;
   }
   
   .hidden{
     display: none !important;
   }
   
   .desc{
     font-size: 1.8vw;
     color:#fff;
     font-family: 'Quicksand', sans-serif !important;
     padding:5px;
     width:70%;
     display: flex;
     align-self: center;
     margin-bottom: 5px;
   }
   
   .roadmap{
     margin-top: -80px;
   }
   
   .step{
     display: flex;
     justify-content: center;
     position: relative;
     margin-top:7px;
     flex-direction: column;
   }
   
   .step_title{
     font-size: 1.8vw;
     color:#fff;
     font-family: 'Quicksand', sans-serif !important;
     padding-bottom:3px;
   }
   
   .step_description{
     font-size: 1.4vw;
     color:#ff9;
     font-family: 'Quicksand', sans-serif !important;
   }
   
   .step_status{
     position: absolute;
     top:1;
     left:0;
     width:14px;
     height:14px;
     margin-left:-30px;
     border-radius: 100px;
     background-color: #fff;
   }
   
   .done{
     background-color: rgb(13, 230, 96);
   }
   
   .current{
     background-color: rgb(216, 230, 13);
   }
   
   .pending{
     background-color: rgb(230, 13, 13);
   }
   
   .panel
   {
       font-family: 'Source Sans Pro';
       z-index: 100;
       display: flex;
       flex-direction: column;
       justify-content: center;
       font-size: 1.3em;
       position: absolute;
       padding: 20px;
       box-sizing: border-box;
       z-index: 100;
       align-self: center;
   }

   .screen
   {
       z-index: 100;
       display: flex;
       flex-direction: column;
       justify-content: center;
       font-size: 1.3em;
       position: absolute;
       box-sizing: border-box;
       z-index: 100;
       align-self: center;
       background-color: white;
       width:390px;
       height:100%
   }

   .storyHead
   {
    width:100%;
    height:40px;
    padding:10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: 'flex-start';
   }

   .storyAvatar{
    width:40px;
    height:40px;
    border-radius: 60px;
    margin-right: 5px;
   }

   .storyNickname{
     font-size: 15px;
     color: white;
     border-radius: 50px;
     background-color: #c0392b;
     padding: 8px;
     margin-right:5px;
   }

   .storyWorth{
    font-size: 13px;
    color: white;
    border-radius: 50px;
    background-color: green;
    padding: 8px;
    margin-right:5px;
  }

  .storyFlag{
    width:30px;
    height:30px;
  }

  .storyImage{
    max-width: 100%;
    height: auto;
    

  }

  .storyForecast{
    width:40px;
    height: 40px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    position: absolute;
    right: 0;
  }

  .storyIcon{
    width:30px;
    height: 30px;
  }

  .storyNarration{
    width:250px;
    height: 100px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 9;
    bottom: 0;
    margin-bottom: 10px;
  }

  .narration{
    font-size: 15px;
    color: white;
    align-self: center;
    max-width: 95%;
  }

  .goBtn{
    width:40px;
    height: 40px;
    border-radius: 60px;
    background-color: rgba(0,0,0,0.8);
    border:solid #efefef 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }

  .goIcon{
    width:35px;
    height: 35px;
  }

  .storyBoard{
    width:100%;
    height:350px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #000;
  }

  .storyDecisions{
    height:180px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .storyLeft{
    width:100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
  }

  .storyRight{
    width:100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .storyRed{
    width:80%;
    height:55px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    background-color: #c0392b;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .storyBlue{
    width:80%;
    height:55px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    background-color: #3B5998;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .text{
    font-size: 16px;
    color: white;
  }

  .forecastHead{
    width:100%;
    height:40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(0,0,0,0.7);
    padding:6px
  }
   
  .forecastTitle{
    font-size: 16px;
    color: white;
  }
  .red{
    background-color: #c0392b !important;
  }
  .blue{
    background-color: #3B5998 !important;
  }

  .genderForecast{
    width:100%;
    height:140px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .gender{
    display: flex;
    flex:4;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .genderTitle{
    font-size: 19px;
    color: black;
    text-align: center;
  }

  .genderVotes{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    border-radius: 60px;
    min-width:170px;
    justify-content: center;
    align-items: center;
    height: 30px;
  }

  .genderIcon{
    width:70px;
    height: 70px;
  }

  .voteRed{
    display: flex;
    flex:5;
    background-color: #c0392b;
    justify-content: center;
    height: 100%;
    align-items: center;
    font-size: 12px;
    color: #fff;
  }

  .voteBlue{
    display: flex;
    flex:5;
    background-color: #3B5998;
    justify-content: center;
    height: 100%;
    align-items: center;
    font-size: 12px;
    color: #fff;
  }

  .genderSum{
    display: flex;
    flex-direction: column;
  }
   @media only screen and (max-device-width: 480px)  { 
     
    .screen{
      width:100% !important;
    }
     .step_title{
       font-size: 2.4vw;
       color:#fff;
       font-family: 'Quicksand', sans-serif !important;
       padding-bottom:3px;
     }
     
     .step_description{
       font-size: 2.2vw;
       color:#ff9;
       font-family: 'Quicksand', sans-serif !important;
     }
   
     .desc{
       font-size: 2.4vw;
       color:#fff;
       font-family: 'Quicksand', sans-serif !important;
       padding:5px;
       width:90%;
       display: flex;
       align-self: center;
       margin-bottom: 5px;
     }

   
     .menu-btn
     {
      font-size: 3.4vw;
      color: #78f08a;
      font-family: 'Quicksand', sans-serif !important;
      padding: 5px;
      border-radius: 5px;
      border-width: 1px;
      width: 90px;
      border-style: solid;
      border-color: #fff;
      display: inline-flex;
      margin:5px;
     }

     .menu{
       
        border-color: #fff;
        border-radius: 10px;
        align-self: center;
        margin-bottom: 15px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
     }

     .logo{
      width:40px;
      height: 40px;
     }
   
    }
   
   
   /* ----------------------------------------------
    * Generated by Animista on 2022-6-26 21:11:5
    * Licensed under FreeBSD License.
    * See http://animista.net/license for more info. 
    * w: http://animista.net, t: @cssanimista
    * ---------------------------------------------- */
   
   /**
    * ----------------------------------------
    * animation scale-up-center
    * ----------------------------------------
    */
    @-webkit-keyframes scale-up-center {
     0% {
       -webkit-transform: scale(0.5);
               transform: scale(0.5);
     }
     100% {
       -webkit-transform: scale(1);
               transform: scale(1);
     }
   }
   @keyframes scale-up-center {
     0% {
       -webkit-transform: scale(0.5);
               transform: scale(0.5);
     }
     100% {
       -webkit-transform: scale(1);
               transform: scale(1);
     }
   }
   
   /**
    * ----------------------------------------
    * animation slide-in-elliptic-top-bck
    * ----------------------------------------
    */
   @-webkit-keyframes slide-in-elliptic-top-bck {
     0% {
       -webkit-transform: translateY(-600px) rotateX(30deg) scale(6.5);
               transform: translateY(-600px) rotateX(30deg) scale(6.5);
       -webkit-transform-origin: 50% 200%;
               transform-origin: 50% 200%;
       opacity: 0;
     }
     100% {
       -webkit-transform: translateY(0) rotateX(0) scale(1);
               transform: translateY(0) rotateX(0) scale(1);
       -webkit-transform-origin: 50% -500px;
               transform-origin: 50% -500px;
       opacity: 1;
     }
   }
   @keyframes slide-in-elliptic-top-bck {
     0% {
       -webkit-transform: translateY(-600px) rotateX(30deg) scale(6.5);
               transform: translateY(-600px) rotateX(30deg) scale(6.5);
       -webkit-transform-origin: 50% 200%;
               transform-origin: 50% 200%;
       opacity: 0;
     }
     100% {
       -webkit-transform: translateY(0) rotateX(0) scale(1);
               transform: translateY(0) rotateX(0) scale(1);
       -webkit-transform-origin: 50% -500px;
               transform-origin: 50% -500px;
       opacity: 1;
     }
   }

   .bounce-in-left {
    -webkit-animation: bounce-in-left 1.1s both;
            animation: bounce-in-left 1.1s both;
  }

  .bounce-in-right {
    -webkit-animation: bounce-in-right 0.5s both;
            animation: bounce-in-right 0.5s both;
  }
   
   
/*    
   body{
     font:normal 75% Arial, Helvetica, sans-serif;
     background-color: #000;
   } */

   
   
   canvas{
     display:block;
     vertical-align:bottom;
   }
   
   
   /* ---- stats.js ---- */
   
   .count-particles{
     background: #000022;
     position: absolute;
     top: 48px;
     left: 0;
     width: 80px;
     color: #13E8E9;
     font-size: .8em;
     text-align: left;
     text-indent: 4px;
     line-height: 14px;
     padding-bottom: 2px;
     font-family: Helvetica, Arial, sans-serif;
     font-weight: bold;
   }
   
   .js-count-particles{
     font-size: 1.1em;
   }
   
   #stats,
   .count-particles{
     -webkit-user-select: none;
     margin-top: 5px;
     margin-left: 5px;
   }
   
   #stats{
     border-radius: 3px 3px 0 0;
     overflow: hidden;
   }
   
   .count-particles{
     border-radius: 0 0 3px 3px;
   }
   
   
   /* ---- particles.js container ---- */
   
   #particles-js{
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,0);
     background-image: url('');
     background-size: cover;
     background-position: 50% 50%;
     background-repeat: no-repeat;
   }
   


   /* ----------------------------------------------
 * Generated by Animista on 2022-7-11 0:44:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-left
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
            transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-left {
  0% {
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(-68px);
            transform: translateX(-68px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2022-7-11 0:46:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-right
 * ----------------------------------------
 */
 @-webkit-keyframes bounce-in-right {
  0% {
    -webkit-transform: translateX(600px);
            transform: translateX(600px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(68px);
            transform: translateX(68px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-right {
  0% {
    -webkit-transform: translateX(600px);
            transform: translateX(600px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(68px);
            transform: translateX(68px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
