/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 body {
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;

}
.quickpolls-container{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}
/* first poll section css start */
.quickpolls-section1 .quickpolls-titleque{
    font-size: 20px;
    font-weight: 700;
    color: #062c47;
	margin-bottom: 10px;
}
.quickpolls-section1 .quickpolls-answerbox{
    background-color: #f0f4f6;
    margin-top: 20px;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
}
.quickpolls-section1 .quickpolls-answerbox input:checked ~ label {
	color: #fff;
}
.quickpolls-section1 .quickpolls-answerbox input:checked ~ label:before {
	width: 100%;
	opacity: 1;
}
.quickpolls-section1 .quickpolls-answerbox input:checked ~ label:after {
	background-color: #54e0c7;
	border-color: #54e0c7;
	background-image: url(../images/right.svg);
	background-size: 20px;
	fill: gray;
}

.quickpolls-section1 .quickpolls-btnbox{
    display: flex;
    justify-content: end;
    gap: 15px;
    margin-top: 20px;
}
.quickpolls-section1 .quickpolls-votebtn{
    background-color: #0f6969;
    color: #fff;
    border: 0 ;
    min-width: 100px;
    min-height: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.quickpolls-section1 .quickpolls-votebtn:hover,.quickpolls-section1 .quickpolls-votebtn:focus{
    background-color:#168f8f ;
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}
 .quickpolls-imagebtn{
	display: flex;
    justify-content: end;
    gap: 15px;
    margin-top: 20px;
}
 .quickpolls-imagebtn .quickpolls-imagebtn-main{
    background-color: #0f6969;
    color: #fff;
    border: 0 ;
    min-width: 100px;
    min-height: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
	margin-top: 20px;
}
 .quickpolls-imagebtn .quickpolls-imagebtn-main:hover, .quickpolls-imagebtn .quickpolls-imagebtn-main:focus{
    background-color:#168f8f ;
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}
.quickpolls-section1 .quickpolls-resultbtn{
    background-color:#f0f4f6  ;
    color: #677888;
    min-width: 100px;
    min-height: 40px;
    line-height: 40px;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.quickpolls-section1 .quickpolls-resultbtn:hover{
    background-color: #e9eaea;
}

.quickpolls-section1 .quickpolls-label {
    padding: 15px 30px 15px 100px;
    display: block;
    text-align: left;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    font-size: 16px;
}
.quickpolls-section1 .quickpolls-label:before {
    width: 0px;
    content: "";
    background-color: #32b59d;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.quickpolls-section1 .quickpolls-label:after {
    width: 30px;
    height: 30px;
    content: "";
    border: 2px solid #d1d7dc;
    background-color: #fff; 
    background-repeat: no-repeat;
    background-position: 3px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
    display: block;
}
.quickpolls-input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.quickpolls-progress-bar-item {
    margin-bottom: 15px;
}
.quickpolls-proglabel{
    display: flex;
    justify-content: space-between;
}
.quickpolls-section1 .quickpolls-progress {
  margin: 10px auto;
  padding: 0;
  width: 100%;
  height: 15px;
  background: #e5e5e5;
  border-radius: 6px;
  position: relative;
}
  
.quickpolls-section1 .quickpolls-bar {
    position:relative;
	float:left;
	height:100%;
	background:cornflowerblue;
}
.quickpolls-section1 .quickpolls-barfive{
    background-color: #000;
}
.quickpolls-section1 .quickpolls-bartwo{
    background-color: red;
}
.quickpolls-section1 .quickpolls-barfour{
    background-color: #fed000;
}
.quickpolls-section1 .quickpolls-barthree{
    background-color: green;
}
.quickpolls-section1 .quickpolls-percent {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    margin:0;
    font-size:14px;
    color:white;
}
.quickpolls-section1 .quickpolls-itemlabel,
.quickpolls-section1 .quickpolls-itemvalue {
    font-size: 18px;
    font-weight: 600;
    color: #677888;
    margin-bottom: 10px;
}

/* poll second section css start  */
.quickpolls-pollsectionboxsecond .quickpolls-titleque{
    font-size: 18px;
    font-weight:600;
    color: #062c47;
}
.quickpolls-pollsectionboxsecond .quickpolls-pollquiz {
	display: flex;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	margin-bottom:20px;
	background-color: #f0f4f6;
	border-radius: 20px;
    
}
.quickpolls-pollsectionboxsecond .quickpolls-answerbox{
	border-radius:20px; 
	transition: 0.3s ease;
	width: 100%;
	margin-top: 20px;
	border: 1px solid transparent;
}
.quickpolls-pollsectionboxsecond .quickpolls-answerbox input:checked ~ label {
	border-radius: 20px;      
}
.quickpolls-pollsectionboxsecond .quickpolls-label input:checked ~ label:after {
	background-color: #54e0c7;
	border-color: #54e0c7;
	background-image: url(../images/right.svg);
	background-size: 20px;
}

.quickpolls-pollsectionboxsecond  .quickpolls-label {
	padding: 15px 30px 15px 100px;
	display: block;
	text-align: left;
	color: #3c454c;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	font-size: 16px;
	border: 1px solid transparent;
}

.quickpolls-pollsectionboxsecond  .quickpolls-label:after {
	width: 30px;
	height: 30px;
	content: "";
	border: 2px solid #d1d7dc;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
	display: block;
}
.quickpolls-pollsectionboxsecond .quickpolls-pollone{
	background-color: #fff3ed;
}
.quickpolls-pollsectionboxsecond .quickpolls-pollone  input:checked ~ label{
	border: 1px solid #ffa375;
}
.quickpolls-pollsectionboxsecond .quickpolls-pollone input:checked ~ label:after {
	background-color: #ffa375;
	border-color: #ffa375;
	background-image: url(../images/right.svg);
	background-size: 20px;
}

.quickpolls-pollsectionboxsecond .quickpolls-polltwo{
	background-color: #FCEEFF;
}
.quickpolls-pollsectionboxsecond .quickpolls-polltwo input:checked ~ label {
	border: 1px solid #E477FF;
}
.quickpolls-pollsectionboxsecond .quickpolls-polltwo input:checked ~ label:after {
	background-color: #E477FF;
	border-color: #E477FF;
	background-image: url(../images/right.svg);
	background-size: 20px;
}

.quickpolls-pollsectionboxsecond .quickpolls-pollthree{
	background-color: #edefff;

}
.quickpolls-pollsectionboxsecond .quickpolls-pollthree   input:checked ~ label {
	border: 1px solid #7382FF;
}
.quickpolls-pollsectionboxsecond .quickpolls-pollthree input:checked ~ label:after {
	background-color: #7382FF;
	border-color: #7382FF;
	background-image: url(../images/right.svg);
	background-size: 20px;
}
.quickpolls-pollsectionboxsecond .quickpolls-pollfour{
	background-color: #FFEEEF;
}
.quickpolls-pollsectionboxsecond .quickpolls-pollfour input:checked ~ label {
	border: 1px solid #FF757D;
}
.quickpolls-pollsectionboxsecond .quickpolls-pollfour input:checked ~ label:after {
	background-color: #FF757D;
	border-color: #FF757D;
	background-image: url(../images/right.svg);
	background-size: 20px;
}
.quickpolls-secondstyleprog .quickpolls-progress {
    margin:10px auto;
    padding:5px;
    height:30px;
    overflow:hidden;
    background:#e5e5e5;
    border-radius:30px;
}
  
.quickpolls-secondstyleprog .quickpolls-bar {
    position:relative;
    float:left;
    height:30px;
    border-radius: 30px;
    background:#7382FF;
}
.quickpolls-secondstyleprog .quickpolls-barone{
    background-color: #7382FF;
}
.quickpolls-secondstyleprog .quickpolls-bartwo{
    background-color: #FF757D;
}
.quickpolls-secondstyleprog .quickpolls-barfour{
    background-color: #ffa375;
}
.quickpolls-secondstyleprog .quickpolls-barthree{
    background-color: green;
}
.quickpolls-secondstyleprog .quickpolls-percent {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    margin:0;
    font-family:tahoma,arial,helvetica;
    font-size:14px;
    color:white;
}
.quickpolls-pollsectionboxsecond  .quickpolls-btnbox{
    display: flex;
    justify-content: end;
    gap: 15px;
    margin-top: 20px;
}
.quickpolls-pollsectionboxsecond .quickpolls-votebtn{
    background-color: #0f6969;
    color: #fff;
    border: 0 ;
    min-width: 100px;
    min-height: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.quickpolls-pollsectionboxsecond .quickpolls-votebtn:hover,.quickpolls-pollsectionboxsecond .quickpolls-votebtn:focus{
    background-color:#168f8f ;
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

.quickpolls-pollsectionboxsecond .quickpolls-resultbtn{
    background-color:#f0f4f6  ;
    color: #677888;
    min-width: 100px;
    min-height: 40px;
    line-height: 40px;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.quickpolls-pollsectionboxsecond .quickpolls-resultbtn:hover{
    background-color: #e9eaea;
}
.quickpolls-pollsectionboxsecond .quickpolls-proglabel{
    display: flex;
    justify-content: space-between;
}
.quickpolls-pollsectionboxsecond .quickpolls-itemlabel,
.quickpolls-pollsectionboxsecond .quickpolls-itemvalue {
    font-size: 18px;
    font-weight: 600;
    color: #677888;
    margin-bottom: 10px;
}
/* poll second section  css  end  */
/* rating section css start */
.quickpolls-tooltip {
	position: relative;
	display: inline-block;
}

.quickpolls-tooltip .quickpolls-tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 80px;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}

.quickpolls-tooltip .quickpolls-tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.quickpolls-tooltip:hover .quickpolls-tooltiptext {
	visibility: visible;
	opacity: 1;
}

.quickpolls-rating-box h5{
	text-align: center;
	font-size: 30px ;
	margin-left: 10px;
	margin-bottom: 20px ;
	color: #062c47;

}

.quickpolls-rating-main{
	border-bottom: 1px solid rgba(177, 171,171,0.6);
	border-top: 1px solid rgba(177, 171, 171,0.6);
	max-width: 500px;
	margin: 0 auto;
}
.quickpolls-rating  {
	margin: 10px auto 0 auto;
	max-width: 400px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.quickpolls-rating label {
    display: block;
    position: relative;
    cursor: pointer; 
}
.quickpolls-rating .quickpolls-label:nth-of-type(5):after {
	animation-delay: 0.25s;
}
.quickpolls-rating label:nth-of-type(4):after {
	animation-delay: 0.2s; 
}
.quickpolls-rating label:nth-of-type(3):after {
	animation-delay: 0.15s;
}
.quickpolls-rating label:nth-of-type(2):after {
	animation-delay: 0.1s; 
}   
.quickpolls-rating label:nth-of-type(1):after {
	animation-delay: 0.05s; 
}    
.quickpolls-rating label:after {
	transition: all 0.4s ease-out;
	-webkit-font-smoothing: antialiased;
	content: "☆";
	color: #F9BF3B;
	text-align: center;
	font-size: 70px;
	animation: 1s pulse ease;   
}
.quickpolls-rating label:hover:after {
	color: #F9BF3B;
	text-shadow: 0 0 15px #5e5e5e; 
}
.quickpolls-rating input[type="checkbox"] {
	display: none;
}

.activecheck + label:after,
.activecheck ~ label:after
{
	content: "★";
	color: #F9BF3B;
	text-shadow: 0 0 20px #F9BF3B; 
}  
/* rating section css end */

/* image poll section css start */
.quickpolls-image-poll-quetion .quickpolls-titleque{
	font-size: 20px;
	font-weight: 700;
	color: #062c47;
}
.quickpolls-image-poll-quetion .quickpolls-image-poll{
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
	gap: 20px;
}
.quickpolls-fruit-img{
	max-width: 726px;
	width: 100%;
	margin-bottom: -5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.quickpolls-image-poll-quetion .quickpolls-answerbox{
	background-color: #f0f4f6;
	display: block;
	cursor: pointer;
	transition: all 0.3s ease;
}
.quickpolls-image-poll-quetion .quickpolls-answerbox input:checked ~ label:before {
	width: 100%;
	opacity: 1;
}
.quickpolls-image-poll-quetion .quickpolls-answerbox input:checked ~ label{
	color: #fff;
}
.quickpolls-image-poll-quetion .quickpolls-answerbox input:checked ~ label:after {
	background-color: #54e0c7;
	border-color: #54e0c7;
	background-image: url(../images/right.svg);
	background-size: 14px;
	fill: gray;
}
.quickpolls-image-poll-quetion  .quickpolls-label {
	padding: 25px 30px 25px 85px;
	display: block;
	text-align: left;
	color: #3c454c;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	font-size: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.quickpolls-image-poll-quetion  .quickpolls-label:before {
	width: 0px;
	content: "";
	background-color: #32b59d;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.quickpolls-image-poll-quetion .quickpolls-label:after {
	width: 20px;
	height: 20px;
	content: "";
	border: 2px solid #d1d7dc;
	background-color: #fff; 
	background-repeat: no-repeat;
	background-position: 2px 2px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
	display: block;
}
.quickpolls-input {
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}
/* image poll section css end  */
/* image poll section css start */
.quickpolls-image-grid-four  .quickpolls-image-poll{
	grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
}
.quickpolls-image-grid-two  .quickpolls-image-poll{
	grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
}
.quickpolls-image-grid-five  .quickpolls-image-poll{
	grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
}
/* image poll section two css end  */
/* survey section css start */
.quickpolls-survey-main{
	max-width: 350px;
	margin: 20px auto 0;
}
.quickpolls-survey-one{
	background-color: #e8eff6;
	border-radius: 20px 20px 0 0;
	padding: 15px 20px;
}
.quickpolls-survey-main .quickpolls-detailbtn{
	background-color: #e8eff6;
	width: 100%;
	padding: 20px 20px;
	margin-top: 3px;
	border: none;
	font-size: 18px;
	color: #062c47;
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 0 0 20px 20px;
}
.quickpolls-survey-main .quickpolls-detailbtn:hover,.quickpolls-survey-main .quickpolls-detailbtn:focus{
    background-color: #f1f4f7;
    color: #062c47;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.quickpolls-survey-one .quickpolls-titleque{
	font-size: 20px;
	font-weight: 700;
	color: #062c47;
	margin: 10px 0;
}
.quickpolls-survey-one .quickpolls-answerbox{
	background-color: #fff;
	margin-top: 20px;
	display: block;
	cursor: pointer;
	transition: all 0.3s ease;
}
.quickpolls-survey-one .quickpolls-answerbox input:checked ~ label {
	color: #fff;
}
.quickpolls-survey-one .quickpolls-answerbox input:checked ~ label:before {
	width: 100%;
	opacity: 1;
}
.quickpolls-survey-one .quickpolls-answerbox input:checked ~ label:after {
	background-color: #54e0c7;
	border-color: #54e0c7;
	background-image: url(../images/right.svg);
	background-size: 16px;
	fill: gray;
}
.quickpolls-survey-one .quickpolls-label {
	padding: 15px 30px 15px 30px;
	display: block;
	text-align: left;
	color: #3c454c;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	font-size: 20px;
}
.quickpolls-survey-one  .quickpolls-label:before {
	width: 0px;
	content: "";
	background-color: #32b59d;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.quickpolls-survey-one .quickpolls-label:after {
	width: 25px;
	height: 25px;
	content: "";
	background-repeat: no-repeat;
	background-position: 4px 4px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
	display: block;
}
.quickpolls-survey-one .quickpolls-input {
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}
.quickpolls-survey-one .quickpolls-poll-expire-text {
	font-size: 14px;
	color: #ff0000;
	margin-top: 3px;
}
.quickpolls-survey-poll-first .quickpolls-survey-main-detail{
	max-width: 350px;
	margin: 20px auto;
}
.quickpolls-survey-poll-first .quickpolls-survey-count{
	margin: 20px auto 0;  
	background-color: #fff;
	padding: 20px 20px ;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border-radius: 20px ;
}
.quickpolls-survey-poll-first .quickpolls-count-item{
	background-color: #fff3ed;
	padding: 15px 15px  ;
	margin-bottom: 20px ;
}
.quickpolls-survey-poll-first .quickpolls-count-item-second{
	background-color: #edefff;
}
.quickpolls-survey-poll-first .quickpolls-survey-count .quickpolls-itemlabel{
	font-size: 18px;
	font-weight: 600;
	color: #677888;
}
.quickpolls-survey-poll-first .quickpolls-survey-count .quickpolls-count{
	font-size: 18px;
	font-weight: 600;
	color: #677888;
}
.quickpolls-survey-poll-first .quickpolls-survey-main-detail .quickpolls-titleque{
	font-size: 20px;
	font-weight: 700;
	color: #062c47;
	margin: 10px 0 20px ;
	text-align: center;
}
.quickpolls-survey-poll-first .quickpolls-answer-image{
	max-width: 100px;
	margin: 20px auto 0;
}
.quickpolls-survey-poll-first .quickpolls-answer-img{
	max-width: 100px;
	width: 100%;
}
/* survey section css end  */
/* second survey section css start */
.quickpolls-survey-main-second{
	max-width: 350px;
	margin: 20px auto 0;
}
.quickpolls-survey-two{
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	padding: 15px 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.quickpolls-survey-main-second .quickpolls-detailbtn{
	background-color: #fff;
	width: 100%;
	padding: 20px 20px;
	margin-top: 3px;
	border: none;
	font-size: 18px;
	color: #062c47;
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 0 0 20px 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.quickpolls-survey-main-second .quickpolls-detailbtn:hover,.quickpolls-survey-main-second .quickpolls-detailbtn:focus{
	background-color: #f1f4f7;
    color: #062c47;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.quickpolls-survey-two .quickpolls-titleque{
	font-size: 20px;
	font-weight: 700;
	color: #062c47;
	margin: 10px 0;
}
.quickpolls-survey-two .quickpolls-pollquiz {
	display: flex;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	margin-bottom:20px;
	background-color: #f0f4f6;
	border-radius: 20px;
    
}
.quickpolls-survey-two .quickpolls-answerbox{
	border-radius:20px; 
	transition: 0.3s ease;
	width: 100%;
	margin-top: 20px;
	border: 1px solid transparent;
}
.quickpolls-survey-two .quickpolls-answerbox input:checked ~ label {
	border-radius: 20px;      
}
.quickpolls-survey-two .quickpolls-label input:checked ~ label:after {
	background-color: #54e0c7;
	border-color: #54e0c7;
	background-image: url(../images/right.svg);
	background-size: 20px;
}

.quickpolls-survey-two  .quickpolls-label {
	padding: 15px 30px 15px 30px;
	display: block;
	text-align: left;
	color: #3c454c;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	font-size: 16px;
	border: 1px solid transparent;
 
}

.quickpolls-survey-two  .quickpolls-label:after {
	width: 30px;
	height: 30px;
	content: "";
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
	display: block;
}
.quickpolls-survey-two .quickpolls-pollone{
	background-color: #fff3ed;
}
.quickpolls-survey-two .quickpolls-pollone  input:checked ~ label{
	border: 1px solid #ffa375;
}
.quickpolls-survey-two .quickpolls-pollone input:checked ~ label:after {
	background-color: #ffa375;
	border-color: #ffa375;
	background-image: url(../images/right.svg);
	background-size: 20px;
}

.quickpolls-survey-two .quickpolls-polltwo{
	background-color: #FCEEFF;
}
.quickpolls-survey-two .quickpolls-polltwo input:checked ~ label {
	border: 1px solid #E477FF;
}
.quickpolls-survey-two .quickpolls-polltwo input:checked ~ label:after {
	background-color: #E477FF;
	border-color: #E477FF;
	background-image: url(../images/right.svg);
	background-size: 20px;
}

.quickpolls-survey-two .quickpolls-pollthree{
	background-color: #edefff;

}
.quickpolls-survey-two .quickpolls-pollthree   input:checked ~ label {
	border: 1px solid #7382FF;
}
.quickpolls-survey-two .quickpolls-pollthree input:checked ~ label:after {
	background-color: #7382FF;
	border-color: #7382FF;
	background-image: url(../images/right.svg);
	background-size: 20px;
}
.quickpolls-survey-two .quickpolls-pollfour{
	background-color: #FFEEEF;
}
.quickpolls-survey-two .quickpolls-pollfour input:checked ~ label {
	border: 1px solid #FF757D;
}
.quickpolls-survey-two .quickpolls-pollfour input:checked ~ label:after {
	background-color: #FF757D;
	border-color: #FF757D;
	background-image: url(../images/right.svg);
	background-size: 20px;
}
.quickpolls-survey-two .quickpolls-poll-expire-text {
	font-size: 14px;
	color: #ff0000;
	margin-top: 3px;
}
.quickpolls-survey-poll-second .quickpolls-survey-main-detail{
	max-width: 350px;
	margin: 20px auto;
}
.quickpolls-survey-poll-second .quickpolls-survey-count{
	margin: 20px auto 0;  
	background-color: #fff;
	padding: 20px 20px ;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border-radius: 20px ;
}
.quickpolls-survey-poll-second .quickpolls-count-item{
	background-color: #fff3ed;
	padding: 15px 15px  ;
	margin-bottom: 20px ;
	border-radius: 20px;
}
.quickpolls-survey-poll-second .quickpolls-count-item-second{
	background-color: #FCEEFF;
}
.quickpolls-survey-poll-second .quickpolls-count-item-third{
	background-color: #edefff;
}
.quickpolls-survey-poll-second .quickpolls-count-item-fourth{
	background-color: #FFEEEF;
}
.quickpolls-survey-poll-second .quickpolls-survey-count .quickpolls-itemlabel{
	font-size: 18px;
	font-weight: 600;
	color: #677888;
}
.quickpolls-survey-poll-second .quickpolls-survey-count .quickpolls-count{
	font-size: 18px;
	font-weight: 600;
	color: #677888;
}
.quickpolls-survey-poll-second .quickpolls-survey-main-detail .quickpolls-titleque{
	font-size: 20px;
	font-weight: 700;
	color: #062c47;
	margin: 10px 0 20px ;
	text-align: center;
}
.quickpolls-survey-poll-second .quickpolls-answer-image{
	max-width: 100px;
	margin: 20px  auto 0;
}
.quickpolls-hidden {
	display: none;
}
.quickpolls-surveyend-box {
	text-align: center;
	max-width: 440px;
	margin: auto;
	background: #ffffff;
	box-shadow: 0 0 40px rgb(0 0 0 / 6%);
	border-radius: 10px;
	padding: 30px 30px;
	margin-top: 30px;
}
.quickpolls-surveyend-box img {
	max-width: 100%;
	max-height: 100px;
	margin: 0 0 10px;
}
.quickpolls-surveyend-box h2 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight:600;
}
.quickpolls-surveyend-box p {
	margin: 0;
}
/* second survey section css end  */
/* new css */
.quickpolls-heading-title{
	font-size: 18px;
	font-weight:600;
	color: #062c47;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	font-family:"Poppins", sans-serif;
}
.quickpolls-chart-box {
    max-width: 600px;
    margin: 0 auto;
}
.quickpolls-alert-wrap {
	position: fixed;
	right: 0px;
	top: 50px;
	max-width: 450px;
	z-index: 9991;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
	-moz-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  .quickpolls-alert-wrap.success{
	right: 50px;
  }
  .quickpolls-alert-wrap.error{
	right: 50px;
  }
  .quickpolls-alert-wrap>p {
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(18, 224, 215, 0.1);
	border-radius: 5px;
	padding: 15px 20px;
	margin: 0;
	color: #000;
	font-size: 16px;
	position: relative;
	padding-left: 80px;
	-webkit-animation: alertanim 0.3s;
	-moz-animation: alertanim 0.3s;
	animation: alertanim 0.3s;
  
  }
  .quickpolls-alert-wrap>p::before {
	content: "Yeay!";
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #000;
  }
  .quickpolls-alert-wrap>p::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	width: 45px;
	height: 45px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }
  .quickpolls-alert-wrap.error>p::after {
	background-image: url(../images/sad.png);
  }
  .quickpolls-alert-wrap.success>p {
	box-shadow: 0px 0px 30px 0px rgba(18, 224, 215, 0.1), inset 6px 0px 0px #539753;
  }
  .quickpolls-alert-wrap.error>p {
	box-shadow: 0px 0px 30px 0px rgba(18, 224, 215, 0.1), inset 6px 0px 0px #fe5c31;
	
  }
  .quickpolls-alert-wrap.success>p::after {
	background-image:url(../images/happy.png);
  }
  .quickpolls-alert-wrap.error, .quickpolls-alert-wrap.success {
	opacity: 1;
	visibility: visible;
  }
  .quickpolls-alert-wrap.error>p::before {
    content: "Duhh!";
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #000;
}
.quickpolls-btnbox-result{
	display: flex;
	gap: 15px;
	justify-content: end;
	margin-top: 20px;
	margin-right: 17px;
}
.quickpolls-btnbox-result .quickpolls-votebtn ,.quickpolls-btnbox-result .quickpolls-resultbtn{
    background-color: #0f6969;
    color: #fff;
    border: 0;
    min-width: 100px;
    min-height: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.quickpolls-btnbox-result .quickpolls-votebtn:hover, .quickpolls-btnbox-result .quickpolls-votebtn:focus {
    background-color: #168f8f;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.quickpolls-btnbox-result .quickpolls-resultbtn:hover, .quickpolls-btnbox-result .quickpolls-resultbtn:focus {
	background-color: #168f8f;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.quickpolls-pollque{
	margin-bottom: 60px;
}
.entry-content h4{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 10px;
}
.quickpolls-surveyend-box.quickpolls-amin{
	display: none; /* Initially hide the appended div */
	opacity: 0; /* Set opacity to 0 for fade-in effect */
	margin-top: -20px; /* Set margin-top to -20px for slide-down effect */
	transition: opacity 0.5s, margin-top 0.5s; /* Smooth transition for opacity and margin-top */
}
.quickpolls-votebtn,.quickpolls-detailbtn {
    text-align: center;
}
.quickpolls-image-pollsectionbox  .quickpolls-btnbox {
    display: flex;
    justify-content: end;
    gap: 15px;
    margin-top: 20px;
}
.quickpolls-image-pollsectionbox .quickpolls-votebtn {
    background-color: #0f6969;
    color: #fff;
    border: 0;
    min-width: 100px;
    min-height: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.quickpolls-image-pollsectionbox .quickpolls-votebtn:hover, .quickpolls-image-pollsectionbox .quickpolls-votebtn:focus {
    background-color: #168f8f;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.quickpolls-analitics-wrapper{
    background-color: #fafafa;
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 10px;
}        
.wp-block-columns.quickpolls-wrap {
    box-shadow: 0px 0px 30px 0 rgba(0,0,0,0.1);
    padding: 30px 30px;
}
/* news letter form*/
.quickpolls-form-container {
            background-color: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        .quickpolls-form-container h2 {
            margin-bottom: 20px;
        }
        .quickpolls-form-container input[type="text"], 
        .quickpolls-form-container input[type="email"] {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        .quickpolls-form-container input[type="submit"] {
            width: 100%;
            padding: 10px;
            background-color: #5cb85c;
            border: none;
            color: white;
            border-radius: 4px;
            cursor: pointer;
        }
        .quickpolls-form-container input[type="submit"]:hover {
            background-color: #4cae4c;
        }
        .quickpolls-result-span {
            color: #34a853;
        }
        .quickpolls-heading-title code {
            color: #062c47;
            font-family:"Poppins", sans-serif;
            font-weight:600;
            font-size:18px;
        }
/* Responsive Css */
@media screen and (max-width:767px){
  .quickpolls-image-poll-quetion .quickpolls-image-poll {
    grid-template-columns: repeat(auto-fit,minmax(245px,1fr));
  }
}
@media screen and (max-width: 540px) { 

  .quickpolls-section1 .quickpolls-itemlabel, 
  .quickpolls-section1 .quickpolls-itemvalue ,
  .quickpolls-pollsectionboxsecond .quickpolls-itemlabel,
  .quickpolls-pollsectionboxsecond .quickpolls-itemvalue{
    font-size:16px;
  }
  .quickpolls-secondstyleprog .quickpolls-progress{
    height: 20px;
  }
  .quickpolls-secondstyleprog .quickpolls-bar{
    height: 20px;
  }
  .quickpolls-pollsectionboxsecond .quickpolls-btnbox{
    justify-content: center;
  }
  .quickpolls-section1 .quickpolls-btnbox{
    justify-content: center;
  }
  .quickpolls-rating label:after{
    font-size: 40px;
  }
  .quickpolls-rating-box h5{
    margin-left: 0 ;
    font-size: 20px;
  }
  .quickpolls-tooltip .quickpolls-tooltiptext{
    left:unset;
    margin-left: -45px;
    width: 80px;
    bottom: 50px;
  }
  .quickpolls-image-poll-quetion .quickpolls-image-poll {
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  }
  .quickpolls-image-poll-quetion .quickpolls-label{
    padding: 20px 20px 20px 70px;
    font-size: 20px;
  }
}
/* Loader  */
.quickpolls-preloader {
    display: flex;
    position: fixed;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 95%);
    display: none;
}
:where(.wp-site-blocks *:focus) {
    outline-width: 0px ;
    outline-style: none;
}
/*news letter css start*/
.quickpolls-newsletter-wrapper .quickpolls-heading p {
    text-align: left;
    color: #010101;
    font-size: 14px;
     font-family: "Poppins", sans-serif;
}
 .quickpolls-mainparent  {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	overflow: auto;
	background-color: rgb(0 0 0 / 85%);
	z-index:99;
	padding:30px 13px;
}
.quickpolls-form-newsletter input {
	padding: 0 10px;
	border: none;
	border-radius: 10px;
	color: #111111;
	border: 1px solid #e6e6e6;
	background-color: #f9f9f9;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 10px;
	max-width: 347px;
	height: 48px;
	font-size: 16px;

}
.quickpolls-form-newsletter label {
    font-size: 16px;
    margin: 0;
    display: block;
    color:#787878;
}
input:focus-visible {
	outline: none;
}
.quickpolls-newsletter-wrapper a {
    position: absolute;
    right: -10px;
    top: -15px;
    height: 15px;
    width: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quickpolls-newsletter-wrapper a img{
    width:13px;
    height:13px;
}
.quickpolls-img img {
    height: 450px;
    object-fit: cover;
    border-radius:6px 0px 0px 6px;
}
.quickpolls-form-newsletter button{
	background-color: #0f6969;
	color: #fff;
	min-height: 50px;
	line-height: 1.5;
	display: block;
	 width: 100%;
	border: none;
	border-radius: 6px;
	display: block;
	font-size: 18px;
	text-transform: capitalize;
	margin:  0 auto;
	cursor: pointer;
}
.quickpolls-mainparent:before{
	content: '';            
	width: 1px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.quixckpolls-subscribe-wrapper {
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	max-width: 850px;
	width: 100%;
	text-align: left;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	margin: auto;
	font-size: 0px;
	/*overflow: hidden;*/
}
.quickpolls-subscribe-parent {
    align-items: center;
    width: 100%;
    display: grid;
    grid-template-columns: 390px 1fr;
}
.quickpolls-heading h3{
	text-align: left;
	font-size: 26px;
	color: #111111;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 0;
	font-family: "Poppins", sans-serif;
}
.quickpolls-heading p{
	text-align: left;
	color: #010101;
	font-size: 16px;
}
.quickpolls-newsletter-wrapper {
    padding: 50px 50px 50px 20px;
    position: relative;
}
.quickpolls-main {
    display: none;
}
.quickpolls-mainparent{
	 display: block;
}
div#quickpolls_newsletter_content form#quickpolls-newsletter-form input {
    margin: 0 0 20px;
    letter-spacing: 0;
    max-width: 100%;
}
@media(max-width:991px){
    .quickpolls-heading h3{
        font-size:20px;
    }
    .quickpolls-mainparent:before{
        display:none;
    }
    .quixckpolls-subscribe-wrapper{
        margin-top:120px;
    }
    .quickpolls-newsletter-wrapper a{
        top:-25px;
    }
}
@media(max-width:767px){
    .quickpolls-newsletter-wrapper {
        padding: 40px 30px;
    }
    .quickpolls-newsletter-wrapper a {
        top: -5px;
    }
    .quickpolls-newsletter-wrapper .quickpolls-heading p {
        width: 75%;
        margin: 0 auto 10px;
        max-width: 100%;
        text-align:center;
    }
	.quickpolls-img{
		display: none;
	}
	.quickpolls-subscribe-parent{
		grid-template-columns: 1fr;
	}
	.quickpolls-form-newsletter{
		display: grid;
		grid-template-columns: 1fr;
		gap:10px;
		max-width: 400px;
		margin: 0 auto;
	}
	.quickpolls-form-newsletter input{
		max-width:unset;
		width: unset;
	   
	}
	.quickpolls-form-newsletter button{
		max-width: 400px;
		margin: unset;
	}
	.quixckpolls-subscribe-wrapper{
		text-align: center;
		margin-top: 100px;
	
	}
	.quickpolls-form-newsletter label{
		text-align: left;
	}
	.quickpolls-heading h3{
		text-align: center;
	}
	.quickpolls-heading p{
		text-align: center;
		max-width: 300px;
		margin: 10px auto 30px;
	}
	.quickpolls-mainparent:before{
		display: none;
	}
}
@media(max-width:480px){
	.quickpolls-heading h3{
		text-align: center;
		font-size: 20px;
	}
	.quickpolls-heading p{
		text-align: center;
		font-size: 14px;
	}
	.quickpolls-newsletter-wrapper{
		padding: 20px 20px;
	}
}
/*news letter css end*/		