.public-poll {
    width: 100%;
	color: white;
	display: flex;
    gap: 10px;
}

@media (max-width: 767px) {
	.public-poll {
		flex-direction: column !important;
		gap: 0px;
	}
	
	button {
		right: 30px !important;
	}
}



.public-poll-title {
	font-size: 2rem;
}

.surveycount {
    color: lightgreen;
    float: right;
}

.myProgress {
    width: 100%;
    background-color: #ddd;
}

.myBar {
    height: 20px;
    background-color: #4CAF50;
	text-wrap: nowrap;
}

.barWidth {
    width: 100%;
}

.floatLeft {
    float: left;
}

.revoteCss {
    font-size: 12px;
    margin-left: 0px;
    padding: 0px;
    display: block;
    font-size: 12px;
    margin-left: 0px;
    padding: 0px;
    background-color: #4CAEE4;
}

/* #public-poll-revote-btn, #public-poll-submit-btn {
	text-transform: uppercase;
    width: 75px;
    height: 38px;
    line-height: 28px;
    padding: 0;
    display: inline-block;
    font-weight: normal;
	background: white;
    color: black;
    border: none;
    height: 25px;
} */


div#public-poll-inputs {
    line-height: 0;
    align-items: center;
    display: flex;
    flex-direction: row;
}

button{
	float: right;
    right: 50px;
    position: absolute;
	background-color: #343434;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin: 0 5px;
    min-width: 64px;
	min-height: 34px;
    padding: 8px 0;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

button:hover{
	background: #b1770e none;
}

html[lang='ar'] button{
	float: left;
	right: auto !important;
	left: 50px !important;
}