.voting_container{
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    width: calc(100% - 20px);
    max-width: 90%;
    border-radius: 12px;
    border: 1px solid #DEE0E5;
    padding: 20px;
	margin: 0 auto;
}
.voting_container .voting_container{
	padding: 0;
	border: none;
	max-width: 100%;
}

@media (max-width:440px){
	.voting_container{
		max-width: 100%;
		width: auto;
		padding: 10px;
	}
	.voting__resultList .df.ai-c{
		margin-bottom: 10px;
	}
}
.voting_container__ul{
	width: 90%;
	list-style: none;
	margin: 0 auto;
	padding: 10px;
	background: #9fdafd;
	border-radius: 12px;
}
 .voting_container__label,  .voting_result__item{
border: none;
overflow: hidden;
}
.voting_container__ul{
	list-style: none;
	margin: 0 auto;
}
.voting_container__ul__li2,
.voting_container__ul__li{
	display: block;
	margin-bottom: 10px;
}
.voting_container__ul__li2:last-of-type,
.voting_container__ul__li:last-of-type{
	margin-bottom: 0px;
}
.voting_container__label,
.voting_result__item {
	position: relative;
	border-radius: 8px;
	border: none;
	background: white;
	box-shadow: none;
	font-size: 14px;
	color: #000;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	align-items: center;
}
.voting_container__label {
	padding: 11px 11px 11px 31px;
}


.voting_result__item {
	padding: 10px;
	margin-right: 50px;
	word-break: break-word;
}
@media (max-width:400px){
	.voting_container__ul{
		width: 100%;
	}
}
.voting_container__label p {
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
	border: 2px solid #ddd;
	padding:5px;
	background: #eee;
}
.voting_container__label p,
.voting_result__item span{
	font-size: 16px;
	line-height: 18px;
	color: #000;
	position: relative;
	z-index: 1;
}

input[type=checkbox]:checked + span {
  background-color: #b4e9c3;
}
.voting_container__ul__li__input,
.voting_container__label{
	cursor: pointer;
}
.voting_container__label:hover{
	border: 2px solid #014266;
}
.voting_container__label:hover {
    border: none;
	background-color: #fff6bd;
}
.voting_container__ul__li__input{
	position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
	z-index: 1;
	visibility: hidden;
}

.coin {
    display: block;
    width: 50px;
    height: 50px;
    background: #ffd700;
	background: linear-gradient(to bottom, #ffd700 0%,#eda900 100%);
    border-radius: 50%;
    color: #fff099;
    text-shadow: 1px 1px 0 #665700;
    font: 20px/50px Arial;
    font-weight: bold;
    text-align: center;
    border: 5px solid #fff099;
	box-shadow: inset 1px 1px 0 #ccad00, 1.5px 1px 0 #998200;
    position: absolute;
	animation: coin_down 1.7s ease-in-out forwards;
    opacity: 0;
  }
  .coin1 {
    display: flex;
	align-items: center;
	justify-content: center;
    width: 60px;
    height: 60px;
    background: #ffd700;
	background: linear-gradient(to bottom, #ffd700 0%,#eda900 100%);
    border-radius: 50%;
    color: #1f1f1f;
    text-shadow: 1px 1px 0 #e6e6e6;
    font: 25px/50px Arial;
    font-weight: bold;
    text-align: center;
    border: 5px solid #fff099;
	box-shadow: inset 1px 1px 0 #ccad00, 1.5px 1px 0 #998200;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
	right: 50%;
	animation: coin_down 1.7s ease-in-out
	/* forwards */
	;
    opacity: 0;
  }

  /* @-webkit-keyframes coin_down {
     0% {opacity: 0;-webkit-transform: translateY(-100%) rotate(0);
		transform: translateY(-100%)
		/* rotate(0);
	}
     /* 30% {opacity: 1}
     80% {opacity: 1}
     100% {opacity: 0;-webkit-transform: translateY(-400%) */
		/* rotate(360deg) */

		/* ;transform: translateY(-400%) */
		/* rotate(360deg);
	}
  } */

  @keyframes coin_down {
     0% {opacity: 0; transform: translateY(-100%) rotate(0);}
     30% {opacity: 1}
     80% {opacity: 1}
     100% { transform: translateY(-400%) }

  }



.result_progress {
	left: 0px;
	top:0px;
	bottom: 0px;
	position: absolute;
	background: #ffe37e;
}

.voting_container__ul__li__cnt {
	/*position: absolute !important;*/
    z-index: 1;
    /*right: 10px;*/
    /*top: 50%;*/
    /*margin-top: -8px;*/
	font-weight: 700;
	min-width:60px;
	text-align:center;
	display: flex;
	flex-direction: column;
}
.voting_result_container_add_btn-wrapp{
	padding: 10px 0px;
    text-align: right;
}
.voting_result_container{
	text-align: right;
}
.voting_result_list{
	text-align: left;
}
.voting_container__question{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.voting_result_list__li{
	width: 28%;
    margin-right: 15px;
    padding: 4px 0 0 0;
    overflow: hidden;
    white-space: nowrap;
	display: inline-block;
}
.voting_result_list__li__header{
	display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
}
.btn_close{
	border-radius:3px;
	color:#fff;
	font-size:15px;
	padding:5px 10px;
	text-decoration:none;
	display: inline-block;
}
.VotingItem__checkbox {
	width: 16px;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	left: 8px;
	border: 1px solid #166EB7;
	border-radius: 2px;
	z-index: 1;
}

.VotingItem__tick {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 1px;
	left: 1px;
	visibility: hidden;
}

.voting_container__ul__li__input:checked ~ .VotingItem__checkbox .VotingItem__tick,
.voting_container__ul__li__input:checked ~ .VotingItem__radio:after {
	visibility: visible;
}

.VotingItem__radio {
	width: 16px;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	left: 8px;
	border: 2px solid #014266;
	border-radius: 16px;
	z-index: 1;
}

.VotingItem__radio:after {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 1;
	background-color: #166EB7;
	visibility: hidden;
}
.voting_container__label:hover .VotingItem__radio:after{
	visibility: visible;
}



.AvaStack {
	display: flex;
	vertical-align: top;
}

.AvaStack img {
	width: 24px;
	height: 24px;
	border-radius: 24px;
}

.AvaStack img + img {
	margin-left: -8px;
}
