.rgpq-poll-results{
    width: 100%;
    max-width: 600px !important;
    margin: 45px 0 35px;
} 

.rgpq-feedback-form .rgpq-label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 500;
}

.rgpq-label span{
    font-size: 12px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
}

.rgpq-feedback-form ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.rgpq-feedback-form ul li{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f9f9f9;
    margin: 10px 0;
    padding: 10px 10px 10px 0px;
    color: #0b0a0af7;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    height: 45px;
    z-index: 99;
}

.rgpq-feedback-form ul li::after{
    position: absolute;
    content:'';
    height:45px;
    background: #e8e8e8;
    border-radius: 5px;
    z-index: -1;
}

.rgpq-feedback-form ul input{
    margin-right: 20px;
    width: 16px;
    height: 16px;
    top: 1px;
    position: relative;
    left: 10px;
}

.rgpq-question-percentage{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-22px, -50%);
    font-size: 10px;
    line-height: 20px;
    color: #000000;
}

.show-poll-data .rgpq-label span,
.show-poll-data .rgpq-question-percentage{
    display: block !important;
}

.error-message {
    color: #dc3545;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
}

