/* Polls styling */
.polls_dropdown .bootstrap-select.btn-group .dropdown-menu li a span.text {
    white-space: normal;
}
.polls_dropdown .bootstrap-select.btn-group .dropdown-menu li {
    margin: 0 0 3px 0;
}
.polls_dropdown .bootstrap-select.btn-group .dropdown-menu li a:focus {
    outline: medium none;
    box-shadow: none;
}
.polls_dropdown .bootstrap-select.btn-group .dropdown-menu {
    width: 100%;
    margin: 7px 0 0;
}
#polls {
    padding: 0;
    overflow-y: auto;
    height: 100vh;
    /* display: inline-block; */
    width: 100%;
}
#polls .polls_dropdown {
    padding: 22px 18px 10px;
    display: inline-block;
	width: 100%;
}
#polls .polls_dropdown .input-group {
    display: inline-block;
    width: 100%;
}
#polls .polls_dropdown .input-group h3 {
    font-size: 13px;
	color: #333;
    margin: 0 0 15px;
    position: relative;
    font-weight: 600;
}
.select-polls {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2;
}
.select-polls .style_select.bootstrap-select.form-control {
	width: calc(100% - 35px);
}
.select-polls .form-control {
    left: 0;
    vertical-align: top;
}
.select-polls .form-control button.dropdown-toggle {
    border-radius: 3px;
    background: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc  !important;
    height: 40px;
}
.select-polls .form-control button:focus {
    outline: medium none !important;
    background: none;
    box-shadow: medium none;
}
.select-polls .input-group-btn.refresh {
    display: inline-block;
	width: 30px;
}
.select-polls .input-group-btn.refresh button {
	width: 100%;
	height: 40px;
	padding: 0;
	line-height: 51px;
	background: #27ae60;
	border-radius: 3px;
	border: medium none;
	outline: medium none;
}
.select-polls .input-group-btn.refresh button:hover {
    background: #1e8449;
}
.select-polls .input-group-btn.refresh button i {
    font-size: 22px;
    color: #fff;
}
.select-polls .input-group-btn.refresh:focus button {
    border: medium none;
    box-shadow: 0 0 0;
    outline: none;
}
.selected_poll .question {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 10px;
}
.selected_poll .options ol {
    padding: 0 0 0 15px;
}
.youtube-polls-con .selected_poll .options ol {
    padding: 0;
}
.selected_poll .options ol li {
    font-size: 13px;
	margin-bottom: 9px;
	font-weight: 500;
}
.publish-actions {
    margin: 20px 0 0;
}
.selected_poll .publish-actions button {
	background: #65ac64;
	color: #fff;
	outline: none;
	border: medium none;
	height: 32px;
	border-radius: 3px;
	font-size: 13px;
    padding: 0 20px;
    font-weight: 500;
    margin: 0 6px 0 0;
    transition: all .25s ease-in-out;
}
.selected_poll .publish-actions button:hover {
    background: #4f9c4e;
}
.selected_poll .publish-actions button.edit-publish-btn {
	background: none;
	color: #666;
	border: 1px solid #ccc;
}
.selected_poll .publish-actions button.edit-publish-btn:hover {
    background: #ccc;
}
a#modalActivate {
	padding: 0;
	color: #65ac64;
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	display: flex;
	text-align: right;
	position: absolute;
	line-height: 0;
	justify-content: center;
	align-items: center;
	right: 0;
	top: -2px;
}
a#modalActivate i {
	font-size: 20px;
}
#broadcast_poll.selected_poll {
    padding: 0 18px 5px;
}
#broadcast_poll.selected_poll .publish-actions {
    padding: 0 0 20px;
	margin-bottom: 0;
}
.selected_poll .push-poll {
    background: none;
	border: medium none;
	padding: 0;
    font-size: 13px;
    color: #1cb45e;
}
.selected_poll .push-poll i {
    color: #1cb45e;
    position: relative;
	top: 7px;
}
.polls-analytics {
    padding: 0 10px 18px !important;
	transition: none;
	/* border-top: 1px solid #ccc; */
	width: 100% !important;
	opacity: 1 !important;
    margin: 0 !important;
    /* display: none; */
}
.polls-analytics.completed-polls {
    height: 100%;
}
.polls-analytics.completed-polls .analytics-results {
	margin: 0 0 35px;
}
.polls-analytics.completed-polls .analytics-results h3 {
    /* text-decoration: line-through; */
    text-decoration-color: #333;
}
.polls-analytics h3 {
    margin: 0;
    color: rgb(28, 180, 94);
    font-size: 13px;
}
.polls-analytics .analytics-results h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
    line-height: 22px;
    color: #333;
}
.polls-analytics .analytics-results ul {
    margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	width: 100%;
}
.attendee-popup.polls-mob-popup .polls-analytics .analytics-results ul {
    text-align: center;
}
.polls-analytics .analytics-results ul li p {
	font-size: 13px;
	padding: 5px 0 5px 13px;
	line-height: 18px;
	word-break: break-word;
    width: calc(100% - 75px);
    /* align-items: end; */
	/* position: absolute; */
	z-index: 1;
    font-weight: 500;
    /* text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap; */
    margin: 0;
    align-items: flex-start;
    display: flex;
    position: relative;
    text-align: left;
}
.polls-analytics .analytics-results ul li.poll-answered p:before {
	content: "\e86c";
	font-family: 'Material Icons';
	position: relative;
	color: #2db45e;
	z-index: 999999;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	transform: rotate(0.03deg);
    top: 1px;
	left: -5px;
}
.attendee-popup.polls-mob-popup .polls-analytics .analytics-results ul li p {
    width: calc(100% - 60px);
    text-align: left;
}
.polls-analytics .analytics-results ul li .poll-percentage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* line-height: 0.9; */
}
.polls-analytics .analytics-results ul li .poll-percentage span {
	background: #f9f9f9;
	height: auto;
	flex: 1;
	top: 0;
	/* position: absolute; */
	width: 100%;
	border-radius: 3px;
	/* overflow: hidden; */
}
.attendee-popup.polls-mob-popup .polls-analytics .analytics-results.poll-result ul li {
    border: medium none;
}
.polls-analytics .analytics-results ul li .poll-percentage span span {
	height: 100%;
	display: inline-block;
	top: 0;
	position: absolute;
	left: 0;
	transition: all .8s ease-in-out;
    border-radius: 0;
	background: #e0f7ea;
    border-radius: 3px;
}
.polls-analytics .analytics-results ul li {
	margin: 0 0 10px;
	position: relative;
	display: inline-block;
	width: 100%;
    height: auto;
    float: left;
    background: #f9f9f9;
    /* overflow: hidden; */
    /*border: 1px solid #d3d3d3;*/
	border-radius: 3px;
}
.polls-analytics .analytics-results ul li:last-child {
    margin-bottom: 0;
}
.automated-poll-offer-tab .polls-analytics .analytics-results ul li {
    width: 100%;
}
.polls-analytics .analytics-results.poll-result ul li {
    /* border: 1px solid #d3d3d3; */
}
.polls-analytics .analytics-results.select-poll-option ul li {
	margin: 0 0 10px;
    border: 1px solid #d3d3d3;
    height: auto;
    background: none;
}
.polls-analytics .analytics-results.select-poll-option ul li:last-child {
    margin-bottom: 0;
}
.polls-analytics .analytics-results.select-poll-option ul li:hover {
    border: 1px solid #a7a7a7;
    background: #fff;
}
.polls-analytics .analytics-results ul li .poll-percentage small {
	margin: 0;
	width: auto;
	text-align: right;
	font-size: 13px;
	font-weight: 500;
	position: absolute;
	right: 10px;
	top: 5px;
}
.event-chat-page .polls-analytics .analytics-results ul li .poll-percentage small {
    top: 5px;
}
.new-theme-page.event-chat-page .polls-analytics .analytics-results ul li .poll-percentage small {
    top: 8px;
}
.polls-analytics .analytics-results .views {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin: 15px 0 0;
}
.polls-analytics .analytics-results .views p {
    font-size: 13px;
    color: #666;
}
.polls-analytics .analytics-results .views p span {
    color: #333;
}
.polls-analytics .analytics-results .views small {
    color: #dadada;
    margin: 0 10px;
}
.close-poll {
    background: none;
	color: #65ac64;
	border: 1px solid #65ac64;
	outline: none;
	height: 32px;
	border-radius: 3px;
	font-size: 13px;
	padding: 0 15px;
	font-weight: 500;
    margin: 10px 6px 15px 0;
    transition: all .25s ease-in-out;
}
.close-poll:hover {
    background: #65ac64;
    color: #fff;;
}
.completed-polls {
    /* background: #f7f7f7; */
}
.polls-analytics.completed-polls .analytics-results {
    margin: 17px 0 10px;
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	box-shadow: 1.721px 2.457px 5px 0px rgba(0, 0, 0, 0.18);
	padding: 0 14px;
	border: 1px solid rgb(237, 237, 237);
}
/* .completed-polls h3, .completed-polls .analytics-results h3, .completed-polls .analytics-results ul li p, .completed-polls .analytics-results ul li .poll-percentage small {
    opacity: .7;
} */
.completed-polls button.close-poll {
    border-color: #d4d4d4;
    color: #333;
    background: none;
    transition: all .25s ease-in-out;
}
.completed-polls button.close-poll:hover {
    background: #ccc;
}
.offer-polss-tabs ul li {
	float: left;
    margin-right: 5px;
    z-index: 2;
    position: relative;
}
.offer-polss-tabs.automated-poll-offer-tab .slick-track ul {
	margin: 0 0 8px;
}
.offer-polss-tabs ul li a {
    padding: 5px 10px;
    border-radius: 30px;
    position: relative;
	display: flex;
    font-size: 13px;
    font-weight: 500;
    align-items: center;
    color: #555;
    height: 32px;
    padding: 0 16px 0 37px;
}
.offer-polss-tabs ul li a {
    text-decoration: none;
    outline: medium none;
}
.offer-polss-tabs ul li.active a {
    background: #333 !important;
    border: medium none !important;
    color: #fff;
}
.offer-polss-tabs ul li.offers-tab-head a::before {
    content: "";
    background: url(../images/offers-icon.svg) no-repeat;
    width: 18px;
    height: 16px;
    position: absolute;
    left: 12px;
	top: 8px;
}
.offer-polss-tabs ul li.offers-tab-head.active a::before {
    background: url(../images/offers-icon-active.svg) no-repeat;
}
.offer-polss-tabs ul li.polls-tab-head a::before {
    content: "";
    background: url(../images/polls-icon.svg) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
	left: 13px;
}
.offer-polss-tabs ul li.polls-tab-head.active a::before {
    background: url(../images/polls-icon-active.svg) no-repeat;
	width: 16px;
	height: 16px;
}
.offer-polss-tabs ul li a.hover {
    background: none;
}
.offer-polss-tabs ul li a img.active, .offer-polss-tabs ul li.active a img.not-active {
    display: none;
}
.offer-polss-tabs ul li a img.not-active, .offer-polss-tabs ul li.active a img {
    width: 18px;
    margin: 0 5px 0 0;
}
.offer-polss-tabs ul li a img.not-active, .offer-polss-tabs ul li.active a img.active {
    display: block;
}
.offer-polss-tabs {
	background: #f6f6f6;
    padding: 12px 10px 10px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #dedede;
}
.offer-polss-tabs .nav-tabs>li {
    margin-right: 5px;
    float: left;
    list-style: none;
}
.offer-polss-tabs .tab-content {
    margin-top: 8px; 
}
.offer-polss-tabs .tab-content .event_for_user > div {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.18);
}
.offer-polss-tabs .polls-analytics {
	border-top: medium none;
	background: #fff;
	padding: 10px 15px 25px;
    border-radius: 5px;
    max-height: 40vh;
	overflow-y: auto;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.18);
}
.offer-polss-tabs .polls-analytics .analytics-results h3 {
    margin: 15px 0 20px;
    text-align: left;
}
.polls-analytics .analytics-results.select-poll-option ul li a {
	border-radius: 3px;
	border-color: #d3d3d3;
	height: auto;
	display: inline-block;
	padding: 7px 12px;
	width: 100%;
	line-height: 18px;
    font-size: 14px;
    word-break: break-word;
    color: #333;
    border: medium none;
	font-size: 13px;
}
.offer-polss-tabs ul li.active-tab-area {
    position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 32px;
	pointer-events: none;
	border-width: 0 45px;
    background: #333 !important;
    z-index: 1;
    border-radius: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
	-webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
	transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}
.offer-polss-tabs ul li:nth-child(1).active ~ .active-tab-area {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.offer-polss-tabs ul li:nth-child(2).active ~ .active-tab-area {
	-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    width: 90px;
}
.offer-polss-tabs.no-offer-yet ul li:nth-child(2).active ~ .active-tab-area,
.offer-polss-tabs.no-poll-yet ul li:nth-child(1).active ~ .active-tab-area {
    -webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.polls-analytics .analytics-results.select-poll-option ul li:hover a,
.polls-analytics .analytics-results.select-poll-option ul li a:hover,
.polls-analytics .analytics-results.select-poll-option ul li a:focus,
.polls-analytics .analytics-results.select-poll-option ul li a:active {
    background: #fff;
    text-decoration: none;
}
.polls-analytics .analytics-results.select-poll-option ul li .poll-percentage span {
	width: 237px;
	top: 1px;
}
.tabs-arrows {
	position: absolute;
	top: 17px;
	right: 10px;
}
.tabs-arrows a {
    background: none;
    border: medium none;
    padding: 0;
}
.tabs-arrows a:hover, .tabs-arrows a:focus {
    background: none;
    outline: medium none;
}
.tabs-arrows a i {
    color: #333;
}
.tabs-arrows a.active {
    pointer-events: none;
}
.tabs-arrows a.active i {
    color: #888;
}
.leave-event button {
	background: #ec5057;
	color: #fff;
	margin: 9px 0 0 0;
	border-radius: 3px;
	font-weight: 500;
    font-size: 13px;
    border: medium none
}
.leave-event button:focus, .leave-event button:hover {
    background: #e23f47;
    color: #fff;
    border: medium none;
    outline: medium none;
}
.attendee-logo {
    display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 11px;
}
.attendee-logo a {
    margin-right: 10px;
}
.attendee-logo a img {
    width: 28px;
}
.attendee-logo p {
    margin: 0;
    font-size: 14px;
	font-weight: 500;
    color: #333;
}
.attendee-logo p span {
    position: relative;
	margin: 0 0 0 20px;
}
.attendee-logo p span::before {
    content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: -14px;
	background: #534d75;
	border-radius: 50%;
	top: 8px;
}
.polls-results-tabs {
    border-top: 1px solid #ccc;
    padding: 25px 0 0;
    margin: 8px 0 0;
    display: inline-block;
	width: 100%;
}
ul.polls-tabs-analytics {
    padding: 0 10px;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.polls-tabs-analytics li {
    list-style: none;
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0;
}
.polls-tabs-analytics li a {
    font-size: 12px;
    border: medium none;
    position: relative;
    font-weight: 500;
    padding: 0;
    color: #777;
}
.polls-results-tabs .tab-content {
    margin: 0;
    display: inline-block;
    width: 100%;
}
.polls-tabs-analytics li.active a {
    border: medium none;
}
.polls-tabs-analytics li.active>a {
    color: #333;
    font-weight: 600;
}
.polls-tabs-analytics li {
	float: left;
	margin: 0 18px 0 0;
}
.polls-tabs-analytics>li.active>a:after {
	content: "";
	height: 3px;
	width: 100%;
	margin: 0 auto;
	background: #1cb45e;
	position: absolute;
	left: 0;
	bottom: -9px;
}
.polls-tabs-analytics>li>a:hover {
    background: none;
    border: medium none;
    font-size: 12px;
}
.offer-polss-tabs.no-offer-yet .tab-content #offers .no-offers-yet {
	display: block !important;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.18);
	text-align: center;
	border-radius: 5px;
}
.offer-polss-tabs.no-offer-yet .tab-content #offers .no-offers-yet h3 {
	margin: 20px;
	font-size: 18px;
}

/* Total views */
.analytics-results .total-analytics {
	margin: 10px 0 15px;
}
.analytics-results .total-analytics ul {
    display: flex;
	border: 1px solid #ececec;
    padding: 0 12px;
    border-radius: 5px;
}
.analytics-results .total-analytics ul li {
    margin: 0;
	height: auto;
	padding: 8px 0 8px 13px;
	display: flex;
	flex-direction: column;
	align-items: self-end;
    justify-content: center;
    background: #fff !important;
}
.analytics-results .total-analytics ul li:first-child {
	border-right: 1px solid #ececec;
	padding: 8px 12px 8px 0;
	flex: 2;
}
.analytics-results .total-analytics ul li:nth-child(2) {
	flex: 3;
	padding: 0 12px;
    border-right: 1px solid #ececec;
}
.analytics-results .total-analytics ul li:nth-child(3) {
	flex: 1;
}
.analytics-results .total-analytics ul li p {
    font-size: 18px;
	font-weight: 600;
	margin: 0;
	width: 100%;
    position: relative;
    line-height: 24px;
    padding: 0;
}
.analytics-results .total-analytics ul li span {
    font-size: 12px;
    color: #666;
    top: 5px;
    margin: 0 0 2px;
    width: 100%;
}
.analytics-results .total-analytics ul li:first-child {
	border-right: 1px solid #ececec;
}

/* circle percentage */
.analytics-results .single-chart {
    width: 100%;
    justify-content: space-around;
}
.analytics-results .circular-chart {
    display: block;
    max-width: 100%;
    max-height: 43px;
}
.circle-bg {
    fill: none;
    stroke: #eff1f5;
    stroke-width: 3px;
}
.circle {
    fill: none;
    stroke-width: 2.8px;
    stroke-linecap: round;
    animation: progress .8s ease-out forwards;
}
@keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
}
.circular-chart.green .circle {
    stroke: #27ae60;
}
.percentage {
    fill: #333;
    font-size: 11px;
    text-anchor: middle;
    font-weight: 500;
    letter-spacing: -0.6px;
}
.offer-polss-tabs.no-poll-yet .tab-content #pollstab .no-polls-yet {
    display: block !important;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.18);
    text-align: center;
    border-radius: 5px;
}
.offer-polss-tabs.no-poll-yet .tab-content #pollstab .no-polls-yet h3 {
    margin: 20px;
    font-size: 18px;
    position: relative;
}
.offer-polss-tabs.no-poll-yet .tab-content #pollstab .polls-analytics {
    display: none;
}
.pollPublished .polls-results-tabs {
    margin: -1px 0 0;
}
.pollPublished div#broadcast_poll {
    display: none !important;
}
#polls.noPollExist .polls_dropdown {
    padding: 22px 18px 10px;
}
#polls.noPollExist div#broadcast_poll {
    display: none;
}
.analytics-results.select-poll-option {
    text-align: left;
    width: 100%;
	display: inline-block;
}
.offer-polss-tabs > ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-left: 0;
    position: relative;
}
.event-page .offer-polss-tabs > ul, .event-chat-page .offer-polss-tabs > ul {
	margin: 0 0 5px;
}
.event-chat-page div#delayed_events {
    padding: 10px;
}
#pollstab {
    overflow: hidden;
    max-width: 100%;
    position: relative;
}
.polls-analytics .slick-dots {
	bottom: 5px;
	width: auto;
	left: 50%;
    transform: translate(-50%);
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
.polls-analytics .slick-dots li button:before {
    font-size: 10px;
}
.polls-analytics .slick-dots li {
    margin: 0 2px;
}
div#delayed_events {
	background: #fff;
    border-radius: 4px;
    margin: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.18);
}
.slick-initialized .slick-slide {
    /* max-width: 100% !important; */
    padding: 0 20px;
    width: 100% !important;
}
.slick-initialized .slick-slide:focus {
    outline: medium;
}
.automated-poll-offer-tab .slick-dotted.slick-slider {
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
}
.event-page.ew-live-youtube-chat .offer-polss-tabs .polls-analytics {
    padding: 0 18px 18px;
    display: inline-block;
	width: 100%;
}

/* poll loader attendee side */
.poll-modal-loader {
    background: rgba(255, 255, 255, .8);
    position: absolute;
    top: inherit;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 9;
    bottom: 0;
}
.poll-modal-loader::after {
    content: "";
    border: 3px solid #2DB558;
    border-radius: 50%;
    border-top: 3px solid #e6e5e5;
    width: 35px;
    height: 35px;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    display: inline-block;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    line-height: 0;
    transform: translate(calc(50% - 20px), calc(50% - 20px));
    margin: 0;
}
.select-polls.disable {
    pointer-events: none;
    opacity: .6;
    cursor: no-drop;
}
#delayed_events_text > div {
    max-height: 40vh;
}
.ew-inner-pages.event-page #delayed_events_text > div {
    max-height: initial;
}
.custom-part-theme.coundown-main-area .slick-initialized .slick-slide,
.bg-img.coundown-bottom-event .slick-initialized .slick-slide,
.event-chat-page .slick-initialized .slick-slide,
.ew-inner-pages.bc-content .slick-initialized .slick-slide {
    padding: 0;
}
/* .custom-part-theme.coundown-main-area .offer-polss-tabs .polls-analytics,
.bg-img.coundown-bottom-event .offer-polss-tabs .polls-analytics,
.event-chat-page .offer-polss-tabs .polls-analytics,
.ew-inner-pages.bc-content .offer-polss-tabs .polls-analytics {
	padding: 10px 15px 0;
} */
.bg-img.coundown-bottom-event .polls-analytics.polls-slick .slick-track,
.event-chat-page .polls-analytics.polls-slick .slick-track,
.ew-inner-pages.bc-content .polls-analytics.polls-slick .slick-track {
	width: 100% !important;
}
.ew-inner-pages.bc-content .polls-analytics .slick-dots {
    width: 100%;
}
.ew-inner-pages.bc-content .polls-analytics .slick-dots li {
    float: none;
}
.event-chat-page #delayed_events_text > div {
    max-height: initial;
    text-align: center;
}
.event-chat-page #delayed_events_text {
    max-height: 40vh;
    overflow-y: auto;
}
.polls-listing-automated {
	border-bottom: 1px dashed #919191;
	padding: 0 0 26px 0;
}
.polls-listing-automated:last-child {
	border-bottom: medium none;
	padding: 0;
}
.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.no-offer-poll {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 55px 20px 0;
}
.no-offer-poll.no-polls-meassge {
    display: none;
}
.no-open-poll .no-offer-poll.no-polls-meassge {
    display: inline-block;
}
.no-offer-poll img {
    display: inline-block;
}
.no-offer-poll p {
	font-size: 13px;
	color: #666;
	line-height: 24px;
	margin-top: 20px;
}
.no-offer-poll p a {
    color: #1CB45E;
}
.offer-polss-tabs ul li a.alerts-border {
    color: #1CB45E;   
}
.offer-polss-tabs ul li.polls-tab-head a.alerts-border::before {
    content: "";
    background: url(../images/polls-icon.png) no-repeat;
    width: 18px;
    height: 19px;
    position: absolute;
    left: 10px;
    animation: blinkanimationpoll 1s;
    animation-iteration-count: 5;
}
.offer-polss-tabs ul li.polls-tab-head a.alerts-border,
.offer-polss-tabs ul li.offers-tab-head a.alerts-border {
    color: #1CB45E;
}
.offer-polss-tabs ul li.offers-tab-head a.alerts-border::before {
    content: "";
	background: url(../images/offer-icon.png) no-repeat;
	width: 25px;
	height: 26px;
	position: absolute;
	left: 8px;
	transform: scale(1);
    top: 6px;
    animation: blinkanimationoffer 1s;
    animation-iteration-count: 5;
}
.alerts-border {
    border: 1px solid #f6f6f6 !important;
    animation: blink 1s;
    animation-iteration-count: 5;
}
.noPollExist#polls .polls_dropdown .input-group h3 span {
    display: none;
}
.noPollExist#polls .polls_dropdown .input-group h3 a#modalActivate {
    left: 0;
    right: inherit;
}
@-webkit-keyframes blink { 50% { border-color: #1CB45E; color: #1CB45E; }  }
@keyframes blink { 50% { border-color: #1CB45E; color: #1CB45E; }  }

@-webkit-keyframes blinkanimationoffer { 50% { background: url(../images/offer-icon-green.png) no-repeat; }  }
@keyframes blinkanimationoffer { 50% { background: url(../images/offer-icon-green.png) no-repeat; }  }

@-webkit-keyframes blinkanimationpoll { 50% { background: url(../images/polls-icon-green.png) no-repeat; }  }
@keyframes blinkanimationpoll { 50% { background: url(../images/polls-icon-green.png) no-repeat; }  }


@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
  
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}


@media screen and (max-width: 1366
px) { 
  .offer-polss-tabs .polls-analytics, #delayed_events_text > div {
    max-height: 20vh;
  }
}

@media screen and (max-width: 1024px) {
    .polls-analytics .analytics-results.select-poll-option ul li {
        height: inherit;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .polls-analytics .analytics-results.select-poll-option ul li a {
        height: inherit;
        padding: 5px 12px;
        white-space: inherit;
        /* overflow: auto; */
        line-height: 18px;
    }
    .automated-poll-offer-tab .polls-analytics .analytics-results.poll-result ul li {
        padding: 5px 0;
        height: inherit;
    }
    .polls-analytics .analytics-results.poll-result ul li p {
        height: inherit;
        position: relative;
        white-space: inherit;
        line-height: 18px;
    }
    .polls-analytics .analytics-results.poll-result ul li .poll-percentage span {
        height: 100%;
    }
    .polls-analytics .analytics-results.poll-result ul li .poll-percentage small,
    .polls-analytics .analytics-results ul li .poll-percentage small {
        top: 5px;
    }
    .polls-analytics .analytics-results.poll-result ul li {
        padding: 5px 0;
        height: inherit;
    }
    .analytics-results.poll-result {
        /* max-height: calc(100vh - 110px); */
	    /* overflow: auto; */
    }
    #poll {
        /* max-height: calc(100vh - 160px); */
        /* overflow-y: auto; */
    }
    #offer .event_for_user > div {
        max-height: 100%;
    }
    #createEditPoll {
        padding: 10px;
    }
    .polls-popup .modal-body {
        padding: 5px 20px !important;
    }
    .polls-popup .modal-header {
        padding: 20px 20px 0;
    }
    .polls-analytics {
        max-height: 100%;
        overflow-y: auto;
    }
    .presenter_chat_area.moderator-mob-view #polls {
        max-height: calc(100vh - 110px);
    }
    .presenter_chat_area.moderator-mob-view #polls .polls-analytics {
        max-height: 100%;
    }
    #polls, #offer {
        overflow-y: auto !important;
    }
    .analytics-results .total-analytics ul li:nth-child(2) {
        padding: 0 7px;
    }
    .analytics-results .total-analytics ul li {
        padding: 8px 0 8px 7px;
    }
    .analytics-results .total-analytics ul li:nth-child(3) {
        padding: 8px 0 8px 7px;
    }
}