.yop-poll[data-template="classic"] {
font-size: 14px;
padding: 20px;
background: #fff;
box-sizing: border-box;
}
.yop-poll-question {
font-size: var(--yop-q-ts, 16px);
font-weight: var(--yop-q-tw, 600);
color: var(--yop-q-tc, inherit);
margin-block-end: var(--yop-q-gap, 12px);
text-align: var(--yop-el-ta, center);
} .yop-poll-element {
padding-top: var(--yop-el-pt, 0px);
padding-right: var(--yop-el-pr, 0px);
padding-bottom: var(--yop-el-pb, 0px);
padding-left: var(--yop-el-pl, 0px);
}
.yop-poll-answers {
display: flex;
flex-direction: column;
gap: 8px;
}
.yop-poll-answer {
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
padding: var(--yop-ans-pt, 4px) var(--yop-ans-pr, 0px) var(--yop-ans-pb, 4px) var(--yop-ans-pl, 0px);
}
.yop-poll-answer input[type="radio"],
.yop-poll-answer input[type="checkbox"] {
margin: 0;
outline: none;
}
.yop-poll-answer-text {
font-size: var(--yop-ans-ts, 14px);
color: var(--yop-ans-tc, inherit);
font-weight: var(--yop-ans-tw, normal);
}
.yop-poll-dropdown {
width: 100%;
padding: 6px 10px;
font-size: 14px;
border: 1px solid #999;
border-radius: 3px;
background: #fff;
cursor: pointer;
outline: none;
}
.yop-poll-footer {
margin-block-start: 12px;
}
.yop-poll-vote-button {
padding: var(--yop-btn-pt, 6px) var(--yop-btn-pr, 16px) var(--yop-btn-pb, 6px) var(--yop-btn-pl, 16px);
background: var(--yop-btn-bg, #fff);
border-width: var(--yop-btn-bw, 1px);
border-style: var(--yop-btn-bs, solid);
border-color: var(--yop-btn-bc, #999);
border-radius: var(--yop-btn-br, 3px);
color: var(--yop-btn-tc, inherit);
font-size: var(--yop-btn-ts, 14px);
font-weight: var(--yop-btn-tw, normal);
cursor: pointer;
outline: none;
}
.yop-poll-vote-button:hover { filter: brightness(0.92);
} .yop-poll-result-bar {
background: #e0e0e0;
border-radius: 3px;
height: 20px;
margin-block-start: 4px;
overflow: hidden;
}
.yop-poll-result-fill {
background: #0073aa;
height: 100%;
transition: width 0.6s ease-out;
}
.yop-poll-result-text {
font-size: 13px;
color: var(--yop-ans-tc, inherit);
display: flex;
justify-content: space-between;
gap: 0.5em;
margin-block-start: 4px;
} .yop-poll-answers--horizontal {
flex-direction: row;
flex-wrap: wrap;
}
.yop-poll-answers--horizontal > .yop-poll-answer-row {
flex: 1;
min-width: 0;
}
.yop-poll-answers--columns-2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.yop-poll-answers--columns-3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.yop-poll-answers--columns-4 {
display: grid;
grid-template-columns: repeat(4, 1fr);
} .yop-poll-answers--horizontal,
.yop-poll-answers--columns-2,
.yop-poll-answers--columns-3,
.yop-poll-answers--columns-4 {
gap: 12px;
} .yop-poll-answers--align-center {
align-items: center;
}
.yop-poll-answers--align-right {
align-items: flex-end;
}
.yop-poll-answers--horizontal.yop-poll-answers--align-center,
.yop-poll-answers--columns-2.yop-poll-answers--align-center,
.yop-poll-answers--columns-3.yop-poll-answers--align-center,
.yop-poll-answers--columns-4.yop-poll-answers--align-center {
justify-content: center;
}
.yop-poll-answers--horizontal.yop-poll-answers--align-right,
.yop-poll-answers--columns-2.yop-poll-answers--align-right,
.yop-poll-answers--columns-3.yop-poll-answers--align-right,
.yop-poll-answers--columns-4.yop-poll-answers--align-right {
justify-content: flex-end;
} .yop-poll-image-answer {
position: relative;
display: inline-flex;
flex-direction: column;
align-items: center;
align-self: flex-start;
cursor: pointer;
}
.yop-poll-element[data-element-type="standard-image"] img {
max-width: 100%;
height: auto;
display: block;
}
.yop-poll-image-answer img {
display: block;
max-width: 100%;
border-radius: 3px;
}
.yop-poll-image-caption {
display: block;
font-size: var(--yop-ans-ts, 14px);
color: var(--yop-ans-tc, inherit);
font-weight: var(--yop-ans-tw, normal);
text-align: center;
margin-block-start: 4px;
} .yop-poll-image-link {
display: flex;
flex-direction: column;
align-items: center;
} .yop-poll-image-indicator {
display: block;
width: 16px;
height: 16px;
border: 2px solid #757575;
border-radius: 50%;
margin: 6px auto 0;
box-sizing: border-box;
position: relative;
}
.yop-poll-image-answer--selected .yop-poll-image-indicator {
border-color: var(--yop-radio-color, #0073aa);
}
.yop-poll-image-answer--selected .yop-poll-image-indicator::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--yop-radio-color, #0073aa);
}
.yop-poll-image-indicator--checkbox {
border-radius: 3px;
}
.yop-poll-image-answer--selected .yop-poll-image-indicator--checkbox::after {
width: 4px;
height: 7px;
background: transparent;
border-radius: 0;
border: solid var(--yop-radio-color, #0073aa);
border-width: 0 2px 2px 0;
transform: translate(-50%, -70%) rotate(45deg);
} .yop-poll .yop-poll-media-answer {
display: inline-flex;
flex-direction: column;
align-items: center;
align-self: flex-start;
min-width: 0;
padding: 8px;
border: 1px solid transparent;
border-radius: 3px;
}
.yop-poll .yop-poll-media-answer iframe {
width: 100%;
max-width: 100%;
aspect-ratio: 16 / 9;
height: auto;
}
.yop-poll .yop-poll-media-answer video {
width: 100%;
max-width: 100%;
height: auto;
}
.yop-poll .yop-poll-media-answer audio {
width: 100%;
max-width: 100%;
}
.yop-poll-answers--horizontal .yop-poll-media-answer {
flex: 1 1 0;
} .yop-poll-media-indicator {
display: block;
width: 16px;
height: 16px;
border: 2px solid #757575;
border-radius: 50%;
margin: 6px auto 0;
box-sizing: border-box;
position: relative;
}
.yop-poll-answer--selected .yop-poll-media-indicator {
border-color: var(--yop-radio-color, #0073aa);
}
.yop-poll-answer--selected .yop-poll-media-indicator::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--yop-radio-color, #0073aa);
}
.yop-poll-media-indicator--checkbox {
border-radius: 3px;
}
.yop-poll-answer--selected .yop-poll-media-indicator--checkbox::after {
width: 4px;
height: 7px;
background: transparent;
border-radius: 0;
border: solid var(--yop-radio-color, #0073aa);
border-width: 0 2px 2px 0;
transform: translate(-50%, -70%) rotate(45deg);
} .yop-poll-slider-pips {
position: absolute;
top: 0;
bottom: 0;
left: 9px; right: 9px;
pointer-events: none;
}
.yop-poll-slider-pip {
position: absolute;
top: 50%;
width: 8px;
height: 8px;
border-radius: 50%;
border: 2px solid;
transform: translate(-50%, -50%);
box-sizing: border-box;
}
.yop-poll-slider-wrap {
display: flex;
flex-direction: column;
gap: 4px;
}
.yop-poll-slider {
-webkit-appearance: none;
appearance: none;
display: block;
margin: 0;
width: 100%;
height: 6px;
border-radius: 3px;
background: var(--yop-slider-track, #434d5a);
outline: none;
cursor: pointer;
}
.yop-poll-slider::-webkit-slider-thumb {
-webkit-appearance: none;
width: 18px;
height: 18px;
border-radius: 50%;
background: var(--yop-slider-thumb, #337ab7);
cursor: pointer;
border: none;
margin-top: -6px;
}
.yop-poll-slider::-moz-range-thumb {
width: 18px;
height: 18px;
border-radius: 50%;
background: var(--yop-slider-thumb, #337ab7);
cursor: pointer;
border: none;
}
.yop-poll-slider::-moz-range-track {
background: var(--yop-slider-track, #434d5a);
height: 6px;
border-radius: 3px;
}
.yop-poll-slider-labels {
position: relative;
height: 1.5em;
margin-top: 8px;
}
.yop-poll-slider-label {
position: absolute;
transform: translateX(-50%);
font-size: 11px;
color: #666;
white-space: nowrap;
}
.yop-poll-slider-inner {
position: relative;
margin-top: 30px;
}
.yop-poll-slider-value {
position: absolute;
bottom: calc(100% + 12px);
transform: translateX(-50%);
background: #fff;
color: #333;
border: 2px solid var(--yop-slider-thumb, #337ab7);
padding: 4px 10px;
border-radius: 6px;
font-size: 13px;
font-weight: 600;
white-space: nowrap;
line-height: 1.4;
z-index: 10;
pointer-events: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.yop-poll-slider-value::after {
content: '';
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid var(--yop-slider-thumb, #337ab7);
} .yop-poll-text-input {
width: 100%;
padding: 6px 10px;
height: 30px;
font-size: 14px;
border: 1px solid #ccc;
border-radius: 3px;
outline: none;
box-sizing: border-box;
}
.yop-poll .yop-poll-text-input:focus {
border-color: #aaa;
outline: none;
}
.yop-poll-textarea {
width: 100%;
padding: 6px 10px;
font-size: 14px;
border: 1px solid #ccc;
border-radius: 3px;
outline: none;
resize: vertical;
box-sizing: border-box;
}
.yop-poll .yop-poll-textarea:focus {
border-color: #aaa;
outline: none;
} .yop-poll-other-answer {
flex-wrap: wrap;
}
.yop-poll-other-wrap {
display: contents;
}
.yop-poll-other-label {
font-size: var(--yop-ans-ts, 14px);
color: var(--yop-ans-tc, inherit);
font-weight: var(--yop-ans-tw, normal);
} .yop-poll-other-field {
flex-basis: 100%;
width: 100%;
}
.yop-poll-other-input {
height: 30px;
}
.yop-poll-other-input:focus {
border-color: #ccc;
} .yop-poll-divider {
border: none;
border-top: 1px solid #000;
margin: 0;
} .yop-poll-text-block {
font-size: 14px;
line-height: 1.5;
} .yop-poll-total-votes {
font-size: 13px;
color: #666;
} .yop-poll-start-date,
.yop-poll-end-date {
color: #666;
} .yop-poll-countdown {
font-size: 14px;
} .yop-poll-gdpr {
display: flex;
align-items: center;
gap: 8px;
line-height: 1.4;
}
.yop-poll-gdpr input[type="checkbox"]:focus {
outline: none;
} .yop-poll-captcha {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
font-size: 14px;
}
.yop-poll-captcha input {
width: 60px;
padding: 4px 8px;
outline: none;
border: 1px solid #ccc;
border-radius: 3px;
} .yop-poll-message {
border-left-width: var( --yop-msg-blw, 10px );
border-left-style: solid;
padding-top: var( --yop-msg-pt, 0px );
padding-bottom: var( --yop-msg-pb, 0px );
padding-left: 10px;
padding-right: 10px;
color: var( --yop-msg-tc, #000000 );
font-size: var( --yop-msg-ts, 14px );
font-weight: var( --yop-msg-tw, normal );
margin-bottom: 12px;
}
.yop-poll-message--success {
border-left-color: var( --yop-msg-bcs, #008000 );
}
.yop-poll-message--error {
border-left-color: var( --yop-msg-bce, #ff0000 );
} .yop-poll-slider-wrap--small  { max-width: 200px; }
.yop-poll-slider-wrap--medium { max-width: 300px; }
.yop-poll-slider-wrap--large  { width: 100%; } .yop-poll-slider-wrap--left   { margin-left: 0; margin-right: auto; }
.yop-poll-slider-wrap--center { margin-left: auto; margin-right: auto; }
.yop-poll-slider-wrap--right  { margin-left: auto; margin-right: 0; } .yop-poll-answers--size-small  .yop-poll-dropdown { max-width: 200px; }
.yop-poll-answers--size-medium .yop-poll-dropdown { max-width: 400px; }
.yop-poll-answers--size-large  .yop-poll-dropdown { width: 100%; }
.yop-poll-answers--left   { text-align: left; }
.yop-poll-answers--center { text-align: center; }
.yop-poll-answers--right  { text-align: right; } .yop-poll-dropdown ~ .yop-poll-other-wrap { margin-top: -3px; } .yop-poll-text-input--small  { width: 50%; }
.yop-poll-text-input--medium { width: 75%; }
.yop-poll-text-input--large  { width: 100%; }
.yop-poll-text-input--left   { display: block; margin-left: 0; margin-right: auto; }
.yop-poll-text-input--center { display: block; margin-left: auto; margin-right: auto; }
.yop-poll-text-input--right  { display: block; margin-left: auto; margin-right: 0; }
.yop-poll-textarea--small  { width: 50%; }
.yop-poll-textarea--medium { width: 75%; }
.yop-poll-textarea--large  { width: 100%; }
.yop-poll-textarea--left   { display: block; margin-left: 0; margin-right: auto; }
.yop-poll-textarea--center { display: block; margin-left: auto; margin-right: auto; }
.yop-poll-textarea--right  { display: block; margin-left: auto; margin-right: 0; } .yop-poll-media-caption { display: block; margin-top: 4px; font-size: 0.9em; } .yop-poll-page-nav {
display: flex;
gap: 8px;
margin-block-start: 12px;
}
.yop-poll-page-nav--center {
justify-content: center;
}
.yop-poll-page-nav--right {
justify-content: flex-end;
}
.yop-poll-footer {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.yop-poll-footer--center {
justify-content: center;
}
.yop-poll-footer--right {
justify-content: flex-end;
} .yop-poll-other-answers-list {
margin-top: 4px;
padding-left: 8px;
border-left: 3px solid #eee;
}
.yop-poll-other-answer-item {
font-size: 13px;
color: #555;
padding: 2px 0;
} .yop-poll-captcha__question {
margin-bottom: 12px;
}
.yop-poll-captcha__images {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
margin-bottom: 8px;
}
.yop-poll-captcha__image-btn {
width: 60px;
height: 60px;
padding: 6px;
border: 2px solid transparent;
border-radius: 6px;
background: #f5f5f5;
cursor: pointer;
outline: none;
}
.yop-poll-captcha__image-btn.is-selected {
border-color: #1976d2;
background: #e3f2fd;
}
.yop-poll-captcha__image-btn img {
width: 100%;
height: 100%;
object-fit: contain;
}
.yop-poll-captcha__refresh {
background: none;
border: none;
cursor: pointer;
font-size: 18px;
outline: none;
} .yop-poll {
position: relative;
}
.yop-poll .yop-poll-perm-overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
z-index: 100;
}
.yop-poll .yop-poll-perm-overlay__inner {
display: flex;
flex-direction: column;
gap: 8px;
width: 100%;
max-width: 280px;
padding: 0 16px;
}
.yop-poll-inline-detail {
margin-inline-start: 0.5em;
font-size: 0.875em;
color: var(--yop-ans-tc, #666);
white-space: nowrap;
}.shariff{display:block !important;clear:both}.shariff ul{display:flex;flex-direction:row;flex-flow:row wrap;padding:0 !important;margin:0 !important}.shariff li{height:35px;box-sizing:border-box;list-style:none !important;overflow:hidden !important;margin:5px !important;padding:0 !important;text-indent:0 !important;border-left:0 none !important}.shariff a{position:relative;display:block !important;height:35px;padding:0;margin:0;box-sizing:border-box;border:0;text-decoration:none;background-image:none !important;text-align:left;box-shadow:none;cursor:pointer}.shariff a:hover{color:#fff;background-color:inherit !important;text-decoration:none !important}.shariff a:visited{color:inherit}.shariff .shariff-count{position:absolute;height:33px;top:0;right:0;margin:1px;padding:0 8px;background-color:rgba(255,255,255,0.5)}.shariff .shariff-count,.shariff .shariff-text{font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:36px;vertical-align:top}.shariff .shariff-text{padding-left:3px}.shariff .shariff-icon svg{width:32px;height:20px;padding:7px 1px;box-sizing:content-box !important}.shariff-button::before{content:none !important}.shariff .shariff-buttons .shariff-text-white{color:#fff}.shariff .shariff-buttons .shariff-hidezero{opacity:0}.shariff .theme-default a{color:#fff !important}.shariff .theme-default .shariff-icon svg path{fill:#fff}.shariff .theme-color .shariff-count{background-color:transparent !important;color:#fff !important}.shariff .theme-color .shariff-icon svg path{fill:#fff}.shariff .theme-grey a{background-color:#b0b0b0 !important}.shariff .theme-grey a:hover{background-color:inherit !important}.shariff .theme-grey .shariff-count{background-color:transparent;color:#fff !important}.shariff .theme-grey .shariff-icon svg path{fill:#fff}.shariff .theme-white a{background-color:#fff !important;border:1px solid #ddd}.shariff .theme-white a:hover{background-color:#eee !important;color:inherit}.shariff .theme-white svg{fill:currentColor}.shariff .theme-white .shariff-count{background-color:transparent;margin:0}.shariff .wcag_colors .shariff-count{color:#fff !important;background-color:rgba(255,255,255,0.2)}.shariff .shariff-buttons.theme-round li{width:35px !important;height:35px;border-radius:50%;margin:5px}.shariff .theme-round a{position:relative;height:35px;border-radius:50%}.shariff .theme-round .shariff-icon svg{display:block;margin:auto;padding:8px 1px}.shariff .theme-round .shariff-text{display:block}.shariff .theme-round .shariff-count{display:inline;padding:0;right:0;left:0;top:0;background-color:transparent;color:transparent !important;text-align:center}.shariff .theme-round .shariff-count:hover{background-color:inherit !important;color:#fff !important}.shariff .theme-round .shariff-icon svg path{fill:#fff}.shariff .shariff-buttons.buttonsize-small li{height:25px !important}.shariff .shariff-buttons.buttonsize-small a{height:25px !important}.shariff .shariff-buttons.buttonsize-small.orientation-vertical li{width:115px}.shariff .shariff-buttons.buttonsize-small .shariff-icon svg{width:22px;height:15px;padding:5px 1px}.shariff .shariff-buttons.buttonsize-small .shariff-text,.shariff .shariff-buttons.buttonsize-small .shariff-count{font-size:11px;line-height:25px;padding:0 5px;height:23px}.shariff .shariff-buttons.buttonsize-small .shariff-text{padding-left:1px !important}.shariff .shariff-buttons.buttonsize-small.theme-round li{width:25px !important}.shariff .shariff-buttons.buttonsize-small.theme-round a{width:25px !important}.shariff .shariff-buttons.buttonsize-small.theme-round .shariff-count{padding:0 !important;height:25px !important}.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li{margin:5px 7px}.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li:first-child{margin-left:5px}.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li:last-child{margin-right:5px}.shariff .buttonsize-large li{height:45px !important}.shariff .buttonsize-large a{height:45px !important}.shariff .buttonsize-large.orientation-vertical li{width:155px}.shariff .buttonsize-large .shariff-icon svg{width:40px;height:28px;padding:9px 2px}.shariff .buttonsize-large .shariff-text,.shariff .buttonsize-large .shariff-count{font-size:14px;line-height:45px;padding:0 10px;height:43px}.shariff .buttonsize-large .shariff-text{padding-left:1px !important}.shariff .shariff-buttons.buttonsize-large.theme-round li{width:45px !important;height:45px !important}.shariff .buttonsize-large.theme-round a{width:45px !important}.shariff .buttonsize-large.theme-round .shariff-count{padding:0 !important;height:45px !important}.shariff .orientation-vertical{flex-direction:column}.shariff .orientation-vertical li{width:135px}.shariff.shariff-align-flex-start ul{justify-content:flex-start;align-items:flex-start}.shariff.shariff-align-center ul{justify-content:center;align-items:center}.shariff.shariff-align-flex-end ul{justify-content:flex-end;align-items:flex-end}.widget .shariff.shariff-widget-align-flex-start ul{justify-content:flex-start;align-items:flex-start}.widget .shariff.shariff-widget-align-center ul{justify-content:center;align-items:center}.widget .shariff.shariff-widget-align-flex-end ul{justify-content:flex-end;align-items:flex-end}.shariff.shariff-buttonstretch li{flex:1 0 auto !important}.shariff.shariff-buttonstretch .orientation-vertical li{width:100% !important}.widget .shariff li{border:0;font-weight:400}.widget .shariff .theme-default a,.widget .shariff .theme-color a,.widget .shariff .theme-grey a,.widget .shariff .theme-round a{color:#fff;display:block;font-weight:400}.widget .shariff .theme-default a:hover,.widget .shariff .theme-color a:hover,.widget .shariff .theme-grey a:hover,.widget .shariff .theme-round a:hover{color:#fff;font-weight:400}.shariff-warning{background-color:red;color:#fff;font-size:20px;font-weight:700;padding:10px;text-align:center;margin:0 auto;line-height:1.5}.shariff .info a{border:1px solid #ddd;width:35px}.shariff .wcag_colors .info a{border:1px solid #575757;width:35px}.shariff .shariff-button.info{width:35px;flex:0 0 auto !important}.shariff .theme-default .shariff-button.shariff-nocustomcolor.info svg path{fill:#999}.shariff .theme-default.wcag_colors .shariff-button.shariff-nocustomcolor.info svg path{fill:#595959}.shariff .theme-round .shariff-button.shariff-nocustomcolor.info svg path{fill:#999}.shariff .theme-round.wcag_colors .shariff-button.shariff-nocustomcolor.info svg path{fill:#595959}.shariff .buttonsize-small .shariff-button.info{width:25px}.shariff .buttonsize-small .info a{width:25px}.shariff .buttonsize-large .shariff-button.info{width:45px}.shariff .buttonsize-large .info a{width:45px}.shariff .info .shariff-icon svg{display:block;margin:auto}@media only screen and (max-width:360px){.shariff .shariff-buttons.buttonsize-small li{width:25px}.shariff .shariff-buttons li{width:35px}.shariff .shariff-buttons.buttonsize-large li{width:45px}.shariff .shariff-buttons .shariff-icon svg{display:block;margin:auto}.shariff .shariff-buttons .shariff-text{display:none}.shariff .shariff-buttons .shariff-count{display:none}}@media only screen and (min-width:361px){.shariff .shariff-buttons.buttonsize-small li{width:105px}.shariff .shariff-buttons li{width:125px}.shariff .shariff-buttons.buttonsize-large li{width:155px}.shariff .shariff-buttons .shariff-text{display:inline}.shariff .shariff-buttons .shariff-count{display:inline}}@media only screen and (min-device-width:1025px){.shariff .shariff-mobile{display:none !important}}