body, html {
  background-color: #EEE;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000; }
.pro-vote-component {
    margin: 0 auto;
    padding: 0 1em;
    display:block;
    max-width:1480px;
}
.pro-vote-card__knowledge .MuiSvgIcon-fontSizeSmall {
    font-size: 1.25rem;
    cursor: pointer;
}
.pro-vote-card__knowledge .MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.4rem;
    color:#0f77cc;
    vertical-align:top;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}
.pro-vote-container {
  padding:10px 0px;
  width:100%;
  max-width:1480px;
 
}
.pro-vote-card h2 {
    margin: 3px 0px 8px;
    font-size: 16px;
    line-height: 26px;
}
.pro-percent{
  color:#0f77cc;
}

.pro-vote-card__knowledge{
   list-style:none;
   font-weight:600; 
   padding-left: 10px!important;
}
.pro-vote-card__knowledge li{
   margin-bottom:8px;
   
}
.pro-released{
  cursor:pointer;
}
.pro-vote-card {
  border-radius:10px;
  position: relative;
  padding: 20px;
  background-color: #FFF;
  box-shadow: 0 1px 3px -3px rgba(19, 25, 30, 0.12), 0 1px 2px -2px rgba(19, 25, 30, 0.24);
  margin-bottom:40px;
  transition:.3s;
   }
.pro-vote-card__body {
  position:relative;
}
.pro-vote-card__body:after{
  content:"";
  position:absolute;
  top:4px;
  right:0;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #999;
  transition:.4s;
  transform: rotate(180deg);
}
.pro-vote-card:hover .pro-vote-card__body:after{
  transform: rotate(0deg);
  border-top: 18px solid #0f77cc;
}
  .pro-vote-card:hover {
    box-shadow: 0 14px 10px -8px rgba(19, 25, 30, 0.15), 0 10px 10px -8px rgba(19, 25, 30, 0.12); }

    .pro-vote-card:hover .pro-vote-card__header {
      height: 30px; }
      .pro-vote-card:hover .pro-vote-card__header .pro-vote-card__icon {
        transform: translateX(-50%) translateY(-50%) scale(3); }
    .pro-vote-card:hover .pro-vote-card__body {
      height: 240px; }
      .pro-vote-card:hover .pro-vote-card__body .pro-vote-card__knowledge li {
        transform: translateX(0);
        transition-timing-function: cubic-bezier(0, 1.05, 1, 1);
        transition-duration: 1.1s; }
        .pro-vote-card:hover .pro-vote-card__body .pro-vote-card__knowledge li:nth-child(1) {
          transition-delay: 0.2s; }
        .pro-vote-card:hover .pro-vote-card__body .pro-vote-card__knowledge li:nth-child(2) {
          transition-delay: 0.3s; }
        .pro-vote-card:hover .pro-vote-card__body .pro-vote-card__knowledge li:nth-child(3) {
          transition-delay: 0.4s; }
        .pro-vote-card:hover .pro-vote-card__body .pro-vote-card__knowledge li:nth-child(4) {
          transition-delay: 0.5s; }
        .pro-vote-card:hover .pro-vote-card__body .pro-vote-card__knowledge li:nth-child(5) {
          transition-delay: 0.6s; }
        .pro-vote-card:hover .pro-vote-card__body .pro-vote-card__knowledge li:nth-child(6) {
          transition-delay: 0.7s; }
  .pro-vote-card .pro-vote-card__header {
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    position: relative;
    background-color: #0f77cc;
    height: 240px;
    margin: -20px -20px 20px -20px;
    transition: height .5s;
    overflow: hidden; }
    .pro-vote-card .pro-vote-card__header .pro-vote-card__icon {
      position: absolute;
      top: 60%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      display: block;
      width: 128px;
      height: 128px;
      transition: transform .5s; }
.pro-vote-card .pro-vote-card__header .pro-vote-card__icon{
  font-size:80px;
  line-height:90px;
  color:white;
  font-family:'Open Sans', sans-serif;
  font-weight:600;
  text-align:center;
}
  .pro-vote-card .pro-vote-card__body {
    height: 30px;
    transition: height .5s;
    overflow: hidden;    
}
    .pro-vote-card .pro-vote-card__body .pro-vote-card__title {
      font-size: 1em;
      line-height: 1.75em;
      font-weight: 600;
      text-transform: uppercase; }
    .pro-vote-card .pro-vote-card__body .pro-vote-card__duration {
      color: #666;
      font-style: italic; }
    .pro-vote-card .pro-vote-card__body .pro-vote-card__knowledge {
      margin-top: 10px;
      color: #424242; }
      .pro-vote-card .pro-vote-card__body .pro-vote-card__knowledge li {
        margin-top: 5px;
        transition-duration: 0;
        transition-delay: .5s;
        transform: translateX(-100%); }

.pro-vote-container {
    display: flex;
    flex-wrap: wrap;
 }
 
.pro-vote-card {
    flex: 1 0 500px;
    box-sizing: border-box;
    margin: 1rem 1em;
}

@media screen and (min-width: 1262px) {
  .pro-vote-card {
       max-width: calc(33% - 2em);
  }
}
@media screen and (max-width: 1261px) {
    .pro-vote-container {
        
    }
 
    .pro-vote-card {
        max-width: calc(50% - 2.5em);
    }
}
@media screen and (max-width: 520px) {
    .pro-vote-card {
        max-width: 100%;
        flex: 1 0 100%;
        margin: 1rem 0em;
}
}

/* Pro vote card popup overlay styles */
.pro-vote-card__knowledge a{
    text-decoration:none;
}
.pro-vote-card-overlay {
  position: absolute;
  z-index:99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  display: table;
  height:100%;
  width:100%;
  border-radius:10px;
}
.pro-vote-card-overlay:target {
  visibility: visible;
  opacity: 1;
}
.pro-vote-popup {
  margin: 10% auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  width: 75%;
  max-width:400px;
  position: relative;
  transition: all 1s ease-in-out;
}
.pro-vote-popup .pro-vote-content{
  line-height:26px;
  font-size:16px;
}
.pro-vote-popup .pro-vote-close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #999;
}
.pro-vote-popup .pro-vote-close:hover {
  color: #0f77cc;
}

.button {
  padding: 10px 20px;
  background-color: #98a098;
  color: white;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;}

  .back_button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 12px 30px;
    background-color: #3daa3d;
    color: white;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    border-radius: 7px;
    z-index: 9999;
  }
  
  @media screen and (max-width: 1000px) {
    .back_button {
      bottom: 60px;
      right: 10px;
      font-size: 16px;
    }
  }
  