﻿
.top{
    color: white;
    background-color: #27b696;
    width: 160px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    margin: auto;
    font-family: "Macha-Bold";
    letter-spacing: 3px;
    font-size: 13px;

}
.effect-3{
    position:relative;
}
.effect-3:before{
           z-index: -1;
    position: absolute;
    content: "";
    /* top: 1px; */
    right: -21px;
    width: 50%;
    top: 103%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    /* box-shadow: 0px 0px 10px #777; */
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-45deg);
    height: 25px;
    background-color: rgb(34, 145, 125);
}
.Rectangle-2 {
    border-radius:10px;
  width: 320px;
  height: 459px;
  background-color: #1b3045;
  margin:25px auto;
}
.c-poll-question {
  margin: 0 30px;
    color: white;
    font-size: 20px;
    text-align: center;
    line-height:25px;
}
.bg-copy-3 {
  width: 255px;
  height: 50px;
  background-color: #3a9a7d;
  margin-bottom:12px;
  text-transform:none;
  letter-spacing:0.5px;
  border:0px;
  font-size:14px;
}
.learn-more-link {
  width: 170px;
  height: 40px;
  margin:10px;
  color:#83e0ff;
  line-height:20px;
  margin-bottom:25px
}

.learn-more-link:hover {
  width: 170px;
  height: 40px;
  line-height:20px;
  margin-bottom: 25px;
}
.c-learn-more-text{
    color:white;
    margin-bottom:10px;
}
.c-learn-more-button{
    align-self:center;
}
.c-learn-more-flex{
    display:flex;
    flex-direction:column;

}
.poll-content{
     display: flex;
    flex-direction: column;
    align-items: center;
    height:420px;
    justify-content:space-around;
}
.c-result{
  color: black;
    font-weight: bold;
    width: 255px;
    height: 48px;
    background-color: white;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position:relative;
}
.c-poll-response-text{
    padding:10px;
    position:absolute;
    display:flex;
    align-items:center;
}
.c-poll-response-text img{
    padding-left:5px;
}
span.c-poll-response-percent.ng-binding{
    position:relative;
    right:35px;
    width:0px;
}
.c-poll-progress{
    background-color:#76f4d8;
    height:100%;
      -webkit-transition:all linear 0.5s;
    transition:all linear 0.5s;    
}
.c-poll-progress.ng-hide{
    width:0%;
}
span.c-poll-response-percent.ng-binding.c-percent-triple {
    right: 50px;
}
span.c-poll-response-percent.ng-binding.c-percent-double {
    right: 42px;
}
.c-hr {
  width: 60px;
  height: 3px;
  background-color: rgba(95, 110, 124, 0.5);
}