.vote-form-box-button-last {margin-left: 1em;}

.voting-form-box > form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #eaeaea;
    /*background: #3cb6a8;*/
    padding: 16px;
    border-radius: 4px;
}
.voting-form-box > form .btn__item{
    background-color: #3cb6a9!important;
    border-color: #3cb6a9!important;
}
.voting-form-box > form > b,
.vote-item-title {
    font-size: 18px;
    color: #3cb6a9;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 110%;
}

.voting-form-box .btn__item {
    background-color: #4adecb !important;
    height: 45px;
    padding: 2px 30px;
    font-size: 16px;
}
.voting-form-box .btn__item:hover {
    background-color: #3cb6a8 !important;
}

.voting-form-box > form > label {
    width: 100%;
    display: block;
    margin-bottom: 12px;
}
.voting-form-box > form > label:last-child {
    margin-bottom: 0;
}

.voting-form-box > form > label > input[type="radio"] {
    display: none;
}
.voting-form-box > form > label > span {
    align-items: center;
    background: #c1c1c1;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    color: #fff;
    padding: 14px 14px 14px 38px;
    min-height: 45px;
    position: relative;
    transition: all .1s ease-in-out;
    width: 100%;
    line-height: 110%;

}

.voting-form-box > form > label > span:hover,
.voting-form-box > form > label > input:checked + span {
    background: #3cb6a9;

}

.voting-form-box > form > label > span::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOSAxLjUwM2E3LjA1MSA3LjA1MSAwIDEgMCAwIDE0LjEwMkE3LjA1MSA3LjA1MSAwIDAgMCA5IDEuNTAzTS42NjcgOC41NTRhOC4zMzMgOC4zMzMgMCAxIDEgMTYuNjY2IDAgOC4zMzMgOC4zMzMgMCAwIDEtMTYuNjY2IDBtMTIuMzQtMi41Yy4yNS4yNS4yNS42NTYgMCAuOTA3bC00LjA5NCA0LjA5NWEuNjQxLjY0MSAwIDAgMS0uOTA3IDBMNS43MjQgOC43NzVhLjY0MS42NDEgMCAwIDEgLjkwNi0uOTA3bDEuODMgMS44MjggMy42NC0zLjY0MmMuMjUtLjI1LjY1Ny0uMjUuOTA3IDAiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    left: 12px;
    position: absolute;
    top: 14px;
}

ol.vote-items-list li.vote-question-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #4adecb !important;
    /*background: #3cb6a8;*/
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 12px;
}

ol.vote-items-list li.vote-question-item:last-child {
    margin-bottom: 0;
}
.graph-bar {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px !important;
    height: 100% !important;
    background-color: #3cb6a8 !important;
}

.vote-answer-item > span {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 16px;
}
.vote-answer-item {
    position: relative;
    min-height: 45px;
    margin-bottom: 12px !important;
    border-radius: 4px !important;
    background: #c1c1c1 !important;
    display: flex;
    font-size: 16px;
    align-items: center;
    padding: 14px !important;
    line-height: 110% !important;
}
.vote-answer-item:last-child {
    margin-bottom: 0 !important;
}
ol.vote-items-list li.vote-question-item {
    padding: 16px !important;
    background-color: #eaeaea !important;
    border-radius: 4px !important;
}
ol.vote-items-list, ol.vote-items-list li {
    width: 100% !important;
}
.vote-form-box-button {
    outline: 0;
    background: 0 0;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    border: 0;
    padding: 0;
    font-size: .833rem;
    line-height: 144%;
    font-family: montserrat-500;
    font-weight: 700;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    background: #3cb6a8;
    text-align: center;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #3cb6a8;
    cursor: pointer;
}
.vote-form-box-button:hover {
    background: #07afa1;
    border-color: #07afa1;
}
/*@media (max-width: 991.98px) {*/
/*    .voting-form-box > form > b,*/
/*    .vote-item-title {*/
/*        font-size: 16px;*/
/*        margin-bottom: 15px;*/
/*    }*/
/*}*/