<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/**
* Normalize CSS
*/

:after, :before, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
}

[class*="wpp-option-list"] {
    max-width: 430px;
    margin-bottom: 30px;
}

table, td, th {
    border: 1px solid rgba(0, 0, 0, .1)
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%
}

th {
    font-weight: 700
}

td, th {
    padding: 8px;
    text-align: left;
    border-width: 0 1px 1px 0
}

.wpp-poll-thumbnail {
    margin-bottom: 25px;
}

.wpp-button {
    display: inline-block;
    line-height: normal;
    padding: 12px 20px;
    background: #000;
    border: 0;
    border-radius: 2px;
    color: #fff;
    transition: 0.3s;
    min-width: 99px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.wpp-poll-title {
    margin: 0 0 30px;
}

.wpp-buttons .wpp-button {
    margin: 0 7px 7px 0;
}

.wpp-button-orange {
    background: #ffb023;
}

.wpp-button-green {
    background: #4CAF50;
}

.wpp-button-red {
    background: #F44336;
}

.wpp-button-blue {
    background: #087fde;
}

.wpp-button:hover, .wpp-button:focus {
    background: #2a2a2a;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.wpp_poll_title {
    margin-bottom: 15px;
}

.wpp-option-single {
    word-break: break-word;
    position: relative;
    cursor: pointer;
    z-index: 10;
    transition: 0.4s;
}

.wpp-option-single label {
    display: block;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    min-height: 26px;
    font-weight: normal;
    margin: 0 !important;
}


p.wpp-responses {
    margin: 10px 0 20px;
    background: #f1f1f1;
    border-left: 5px solid;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 12px;
    display: none;
    cursor: pointer;
}

p.wpp-responses.display {
    display: block;
}

p.wpp-responses.wpp-error {
    color: #000;
    background: #ff57225c;
}

p.wpp-responses.wpp-warning {
    background: #ffc1075c;
}

p.wpp-responses.wpp-success {
    background: #4caf505c;
}


.wpp-pagination {
    text-align: center;
}

.wpp-pagination &gt; * {
    display: inline-block;
    line-height: normal;
    border: 1px solid #dadada;
    background-color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 3px;
    margin: 0 2px 6px;
    overflow: hidden;
    outline: none !important;
    text-decoration: none;
    color: #777;
    transition: 0.3s;
}

.wpp-pagination &gt; .current,
.entry-content .wpp-pagination &gt; .current,
.wpp-pagination &gt; *:hover,
.entry-content .wpp-pagination &gt; *:hover {
    background: #FF5722;
    border-color: #FF5722;
    color: #fff;
}

.wpp-checkmark svg {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    left: 6px;
    pointer-events: none;
    transform: translateY(-50%);
}

.wpp-checkmark svg path {
    stroke-width: 5px;
    stroke-linecap: unset;
    stroke-linejoin: round;
}

/**
* Archive Page
*/

.poll-archive-single {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
}

.poll-archive-single:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.poll-archive-single.has-thumbnail .poll-thumb {
    float: left;
    max-width: 150px;
    margin: 0 30px 30px 0;
}

.poll-archive-single.has-thumbnail .poll-summary {
    margin-left: 170px;
}

.poll-archive-single .poll-options li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ddd;
    list-style-position: inside;
    list-style-type: circle;
    line-height: 32px;
}

.poll-archive-single .poll-options li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.poll-archive-single .poll-options {
    margin-bottom: 0;
    padding-left: 25px;
}

.poll-archive-single .poll-options .area-right {
    float: right;
}

.poll-archive-single .poll-options .area-right:last-child {
    margin-right: 10px;
}

.poll-archive-single .poll-options img {
    width: 32px;
    border-radius: 4px;
}

.poll-archive-single .poll-excerpt {
    margin-bottom: 30px;
}

.poll-archive-single .poll-excerpt p:last-child {
    margin-bottom: 0;
}

.poll-archive-single .poll-metas .poll-meta {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ddd;
    margin-bottom: 20px;
    color: #999;
    font-size: 13px;
    line-height: 18px;
}

.poll-archive-single .poll-metas .poll-meta:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

/**
* Single Poll
*/

.poll-single:not(.inside-embed) {
    margin: 70px 0;
}

.poll-single .wpp-content {
    margin-bottom: 30px;
}

.poll-single .wpp-content p:last-child {
    margin-bottom: 0;
}


/**
* Countdown Timer
 */


[class*="wpp-countdown-timer"] &gt; span {
    margin-bottom: 30px;
}

.wpp-countdown-timer-1 &gt; span {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    font-size: 16px;
    line-height: 20px;
}

.wpp-countdown-timer-1 &gt; span:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.wpp-countdown-timer-1 .count-number {
    margin-right: 5px;
    font-weight: bold;
    font-size: 20px;
}

.wpp-countdown-timer-2 &gt; span {
    display: inline-block;
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.wpp-countdown-timer-2 &gt; span:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.wpp-countdown-timer-2 .count-number {
    margin-right: 5px;
    font-weight: bold;
    font-size: 42px;
    line-height: 32px;
    margin-bottom: 10px;
    display: block;
}


.wpp-countdown-timer-3 &gt; span {
    display: inline-block;
    margin-right: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    text-align: center;
    min-width: 120px;
    min-height: 120px;
    border-radius: 50%;
}

.wpp-countdown-timer-3 .count-number {
    margin-right: 5px;
    font-weight: bold;
    font-size: 42px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 6px;
    display: block;
}


.wpp-countdown-timer-4 &gt; span {
    display: inline-block;
    margin-right: 15px;
    border-left: 4px solid rgba(248, 0, 19, 0.17);
    border-right: 4px solid rgba(76, 175, 80, 0.17);
    font-size: 16px;
    text-align: center;
    min-width: 120px;
    min-height: 120px;
    border-radius: 50%;
}

.wpp-countdown-timer-4 .count-number {
    font-weight: bold;
    font-size: 42px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 6px;
    display: block;
    color: #4dd7fd;
}

.wpp-countdown-timer-5 &gt; span {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    text-align: center;
    min-width: 120px;
    min-height: 120px;
    border-radius: 50%;
    color: #fff;
    background-color: #009688;
    background-image: linear-gradient(-225deg, #009688 0%, #89d432 100%);
}

.wpp-countdown-timer-5 .count-number {
    margin-right: 5px;
    font-weight: bold;
    font-size: 42px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 6px;
    display: block;
}


/**
* Poll Option - 1
*/
.wpp-option-list-1 {
    max-width: 550px;
}

.wpp-option-list-1 .wpp-option-single {
    margin-bottom: 30px;
}

.wpp-option-list-1 .wpp-option-single input {
    position: absolute;
    opacity: 0;
}

.wpp-option-list-1 .wpp-option-single input + label {
    position: relative;
    cursor: pointer;
    padding-left: 45px;
    display: block;
}

.wpp-option-list-1 .wpp-option-single input + label:before {
    content: '';
    left: 0;
    top: 15px;
    position: absolute;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #d2d8dd;
    transition: 0.3s;
}

.wpp-option-list-1 .wpp-option-single input[type="radio"] + label:before {
    border-radius: 50%;
}

.wpp-option-list-1 .wpp-option-single input:hover + label:before,
.wpp-option-list-1 .wpp-option-single input:checked + label:before {
    background: #0586ec;
    border-color: #0586ec;
}

.wpp-option-list-1 .wpp-option-single input + label:after {
    content: '';
    position: absolute;
    left: 9px;
    top: 12px;
    width: 6px;
    height: 10px;
    border: solid white;
    z-index: 999;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    opacity: 0;
    transition: 0.3s;
}

.wpp-option-list-1 .wpp-option-single input:checked + label:after {
    opacity: 1;
}

.wpp-option-list-1 .wpp-option-single.has-result {
    padding-top: 10px;
}


/**
* Poll Option - 2
*/
.wpp-option-list-2 {
    max-width: 460px;
}

.wpp-option-list-2 .wpp-option-single {
    padding: 15px;
    background: #f5f5f5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    margin-bottom: 20px;
    border-radius: 5px;
    line-height: normal;
}

.wpp-option-list-2 .wpp-option-single input {
    position: absolute;
    opacity: 0;
}

.wpp-option-list-2 .wpp-option-single input + label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    display: block;
}

.wpp-option-list-2 .wpp-option-single input + label:before {
    content: '';
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.wpp-option-list-2 .wpp-option-single input[type="radio"] + label:before {
    border-radius: 50%;
}

.wpp-option-list-2 .wpp-option-single input:hover + label:before,
.wpp-option-list-2 .wpp-option-single input:checked + label:before {
    background: #40a544;
}

.wpp-option-list-2 .wpp-option-single input + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
    opacity: 0;
    transition: 0.3s;
}

.wpp-option-list-2 .wpp-option-single input:checked + label:after {
    opacity: 1;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
}


/**
* Poll Option - 3
*/

.wpp-option-list-3 .wpp-option-single {
    border-bottom: 1px solid #eee;
    padding: 32px 0;
    display: block;
}

.wpp-option-list-3 .wpp-option-single:not(.has-result):last-child {
    border-bottom: 0;
}

.wpp-option-list-3.wpp-circle svg {
    left: -3px;
}

/**
* Poll Option - 4
*/

.wpp-option-list-4 .wpp-option-single {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 25px 20px;
    display: block;
    margin-bottom: -1px
}

.wpp-option-list-4.wpp-custom svg {
    left: 26px;
}

.wpp-option-list-4.wpp-circle svg {
    left: 17px;
}

/**
* Poll Option - 5
*/

.wpp-option-list-5 .wpp-option-single {
    border-right: 5px solid rgba(0, 0, 0, 0.07);
    border-left: 5px solid rgba(0, 0, 0, 0.07);
    padding: 30px 30px;
    display: block;
    margin-bottom: 30px;
    border-radius: 12px;
}

.wpp-option-list-5.wpp-custom svg {
    left: 37px;
}

.wpp-option-list-5.wpp-circle svg {
    left: 27px;
}

/**
* Poll Option - 6
*/

.wpp-option-list-6 .wpp-option-single {
    background-color: #fff;
    border-left: 6px solid #4caf50;
    padding: 25px 20px;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 26, 169, 0.09);
}

.wpp-option-list-6.wpp-custom svg {
    left: 27px;
}

.wpp-option-list-6.wpp-circle svg {
    left: 17px;
}

/**
* Poll Option - 7
*/

.wpp-option-list-7 .wpp-option-single {
    padding: 25px 20px;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 26, 169, 0.09);
    background-color: #009688;
    background-image: linear-gradient(-225deg, #009688 0%, #89d432 100%);
    color: #fff;
    border-radius: 4px;
}

.wpp-option-list-7.wpp-custom svg {
    left: 27px;
}

.wpp-option-list-7.wpp-circle svg {
    left: 17px;
}

.wpp-custom.wpp-option-list-7 svg path {
    stroke: #fff;
}

.wpp-option-list-7 label::before {
    border-color: #fff;
}

.wpp-option-list-7.wpp-circle label::before {
    background-color: #fff;
}

/**
* Poll Option - 8
*/

.wpp-option-list-8 .wpp-option-single {
    padding: 20px 26px;
    display: block;
    margin-bottom: 23px;
    background-color: #0F3357;
    color: #fff;
    border-radius: 50px;
}

.wpp-custom.wpp-option-list-8 label {
    padding: 0 0 0 55px;
}

.wpp-option-list-8.wpp-custom input[type="checkbox"],
.wpp-option-list-8.wpp-custom input[type="radio"],
.wpp-option-list-8.wpp-custom label::before {
    border: 3px solid #ddd;
    width: 36px;
    height: 36px;
}

.wpp-option-list-8.wpp-circle label::before {
    width: 24px;
    height: 24px;
    left: 0;
}

.wpp-option-list-8.wpp-custom svg {
    left: 32px;
    width: 26px;
    height: 26px;
}

.wpp-option-list-8.wpp-circle svg {
    left: 14px;
    width: 46px;
    height: 46px;
}

.wpp-option-list-8.wpp-circle .wpp-option-single label {
    padding-left: 40px;
}

.wpp-option-list-8 .wpp-option-single label {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
}

.wpp-option-list-8 .wpp-option-single input:checked + label {
    color: green;
}


/**
* Poll Option - 9
*/

.wpp-option-list-9 {
    max-width: 547px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
}

.wpp-option-list-9 {

}

.wpp-option-list-9 .wpp-col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    min-width: 180.31px;
    padding-left: 5px;
    padding-right: 5px;
}

.wpp-option-list-9 .wpp-option-single {
    flex-direction: column-reverse;
    justify-content: unset;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    background-color: #F9E7E2;
    border: 1px solid #EC785B;
    border-radius: 4px;
}

.wpp-option-list-9 .wpp-option-single.has-label.has-thumb .wpp-option-input {
    margin: 15px 0 5px;
}

.wpp-option-list-9 .wpp-option-single.has-thumb .wpp-option-thumb,
.wpp-option-list-9 .wpp-option-single.has-label.has-thumb .wpp-option-input {
    width: 100%;
}

.wpp-custom.wpp-option-list-9 .wpp-option-input {
    position: relative;
}

.wpp-custom.wpp-option-list-9 label {
    padding: 0 0 0 52px;
    font-weight: 600;
    position: initial;
    line-height: normal;
}

.wpp-custom.wpp-option-list-9 .has-thumb:not(.has-label) label {
    height: 47px;
    min-width: 150px;
}

.wpp-option-list-9.wpp-custom input[type="checkbox"],
.wpp-option-list-9.wpp-custom input[type="radio"],
.wpp-option-list-9.wpp-custom label::before {
    border: 3px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    bottom: -5px;
}

.wpp-option-list-9.wpp-custom .has-thumb:not(.has-label) input[type="checkbox"],
.wpp-option-list-9.wpp-custom .has-thumb:not(.has-label) input[type="radio"],
.wpp-option-list-9.wpp-custom .has-thumb:not(.has-label) label::before {
    bottom: 0;
}

.wpp-option-list-9.wpp-custom.wpp-circle .has-thumb:not(.has-label) label::before {
    bottom: 5px;
}

.wpp-option-list-9.wpp-circle label::before {
    width: 24px;
    height: 24px;
    left: 0;
    bottom: 1px;
}

.wpp-option-list-9.wpp-circle svg {
    left: -6px;
    width: 36px;
    height: 36px;
    bottom: 8px;
}

.wpp-option-list-9.wpp-circle .wpp-option-single label {
    padding-left: 34px;
}

.wpp-option-list-9 .wpp-option-single input:checked + label {
    color: #ec785b;
}

.wpp-custom.wpp-option-list-9 svg path {
    stroke: #ec785b;
}

.wpp-option-list-9 .wpp-option-single.has-label:not(.has-thumb) {
    padding: 13px 10px;
    min-height: 34px;
}

.wpp-option-list-9 svg {
    width: 24px;
    height: 24px;
    left: 6px;
}

.wpp-option-list-9.wpp-checkmark svg {
    width: 36px;
    height: 36px;
    left: 0;
}


/**
* Poll Option - 10
*/

.wpp-option-list-10 {
    max-width: 1024px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}

.wpp-option-list-10 .wpp-col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    min-width: 200px;
    padding-left: 15px;
    padding-right: 15px;
}

.wpp-option-list-10 .wpp-option-single {
    flex-direction: column-reverse;
    justify-content: unset;
    display: block;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(88, 88, 88, 0.3);
}

.wpp-option-list-10 .wpp-option-single.has-thumb .wpp-option-thumb {
    border-radius: 4px 4px 0 0;
    text-align: center;
    width: 100%;
    background-color: #f36868;
    background-image: linear-gradient(48deg, #ffc672 -7.4%, #fb835d 71.6%);
    margin-bottom: 65px;
}

.wpp-option-list-10 .wpp-option-single.has-thumb .wpp-option-thumb img {
    width: 100px;
    border-radius: 50%;
    position: relative;
    bottom: -50px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 -8px 11px rgba(0, 0, 0, 0.19), 0 8px 11px rgba(0, 0, 0, 0.19);
}

.wpp-custom.wpp-option-list-10 label {
    position: inherit;
    padding: 0 0 75px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.wpp-custom.wpp-option-list-10.wpp-checkbox label {
    padding: 0 0 85px;
}

.wpp-custom.wpp-option-list-10 .has-label:not(.has-thumb) label {
    padding-bottom: 72px;
}

.wpp-option-list-10 .wpp-option-input {
    width: 100%;
}

.wpp-option-list-10.wpp-custom input[type="checkbox"],
.wpp-option-list-10.wpp-custom input[type="radio"],
.wpp-option-list-10.wpp-custom label::before {
    top: auto;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.wpp-option-list-10.wpp-custom svg {
    left: 50%;
    top: auto;
    bottom: 30px;
    transform: translateX(-50%);
}

.wpp-option-list-10.wpp-circle .wpp-option-single svg {
    bottom: 12px;
}

.wpp-option-list-10 .wpp-option-single input:checked + label {
    color: #ec785b;
}

.wpp-custom.wpp-option-list-10 svg path {
    stroke: #ec785b;
}

.wpp-option-list-10 .wpp-option-single.has-label:not(.has-thumb) {
    padding: 13px 10px;
}

/**
* Poll Option - 11
*/

.wpp-option-list-11 {
    max-width: 1024px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}

.wpp-option-list-11 .wpp-col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    min-width: 205px;
    padding-left: 10px;
    padding-right: 10px;
}

.wpp-option-list-11 .wpp-option-single {
    flex-direction: column-reverse;
    justify-content: unset;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    border: 6px solid #fff;
    box-shadow: 0 5px 20px rgba(88, 88, 88, 0.3);
}

.wpp-option-list-11 .wpp-option-single.has-thumb .wpp-option-thumb {
    text-align: center;
    width: 100%;
    background-color: #3d3bf8;
    margin-bottom: 65px;
    background-image: linear-gradient(249.1deg, rgba(11, 206, 250, 1) -6.5%, rgba(65, 46, 248, 1) 100.2%);
}

.wpp-option-list-11 .wpp-option-single.has-thumb .wpp-option-thumb img {
    width: 100px;
    border-radius: 50%;
    position: relative;
    bottom: -50px;
    padding: 5px;
    background: #fff;
}

.wpp-custom.wpp-option-list-11 label {
    position: inherit;
    padding: 0 0 75px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.wpp-custom.wpp-option-list-11.wpp-checkbox label {
    padding: 0 0 85px;
}

.wpp-custom.wpp-option-list-11 .has-label:not(.has-thumb) label {
    padding-bottom: 72px;
}

.wpp-option-list-11 .wpp-option-input {
    width: 100%;
}

.wpp-option-list-11.wpp-custom input[type="checkbox"],
.wpp-option-list-11.wpp-custom input[type="radio"],
.wpp-option-list-11.wpp-custom label::before {
    top: auto;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.wpp-option-list-11.wpp-custom svg {
    left: 50%;
    top: auto;
    bottom: 30px;
    transform: translateX(-50%);
}

.wpp-option-list-11.wpp-circle .wpp-option-single svg {
    bottom: 12px;
}

.wpp-option-list-11 .wpp-option-single input:checked + label {
    color: #0fc2fa;
}

.wpp-custom.wpp-option-list-11 svg path {
    stroke: #0fc2fa;
}

.wpp-option-list-11 .wpp-option-single.has-label:not(.has-thumb) {
    padding: 13px 10px;
}


/**
* Style Compatibility
*/

[class*="wpp-option-list"] .has-thumb {
    display: flex;
    align-items: center;
}

[class*="wpp-option-list"] .has-thumb.has-label {
    justify-content: space-between;
}

[class*="wpp-option-list"] .has-thumb .wpp-option-thumb {
    width: 32px;
}

[class*="wpp-option-list"] .has-label.has-thumb .wpp-option-input {
    width: calc(100% - 50px);
}

.wpp-option-list-10.wpp-checkmark svg,
.wpp-option-list-11.wpp-checkmark svg {
    bottom: 26px;
}

.wpp-option-list-4.wpp-checkmark svg,
.wpp-option-list-6.wpp-checkmark svg,
.wpp-option-list-7.wpp-checkmark svg {
    left: 22px;
}

.wpp-option-list-5.wpp-checkmark svg {
    left: 31px;
}

.wpp-option-list-3.wpp-checkmark svg {
    left: 1px;
}


/**
* Add New Option
 */

.wpp-new-option input[type="text"] {
    width: 100%;
    padding: 9px 13px;
    margin: 10px 0 20px;
    outline: none;
}

.wpp-new-option .wpp-notice-warning {
    position: relative;
    top: -12px;
    color: red;
}

.wpp-popup-container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.wpp-popup-container.popup-open {
    display: block;
}

.wpp-popup-container .wpp-popup-box {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    height: auto;
    margin: 0 auto;
    padding: 35px;
    position: relative;
    top: 20%;
    max-width: 320px;
    border-radius: 3px;
    box-shadow: 0 10px 8px rgba(100, 100, 100, 0.9);
    max-height: 450px;
    overflow-y: auto;
}

.wpp-popup-container .wpp-popup-box.popup-box-medium {
    max-width: 460px;
}

.wpp-popup-container.wpp-embed-popup .wpp-popup-box {
    min-height: 180px;
    box-shadow: none;
}

.wpp-popup-container .box-close {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    background: #f80013;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.2s linear;
    width: 28px;
    height: 28px;
}

.wpp-popup-container .box-close:hover {
    color: #fff;
    background: #94000f;
}

.wpp-popup-container .wpp-popup-box .box-message {
    padding: 15px;
    font-size: 20px;
    color: red;
}

/**
 * Single Poll Results
 */

.wpp-option-result-bar.results-danger {
    background: #ff5722;
}

.wpp-option-result-bar.results-warning {
    background: #ff9800;
}

.wpp-option-result-bar.results-info {
    background: #03a9f4;
}

.wpp-option-result-bar.results-success {
    background: #4caf50;
}

.wpp-option-result-bar {
    position: absolute;
    height: 3px;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    transition: 0.5s;
    border-top-left-radius: 3px;
}

.wpp-option-result {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 600;
    transition: 0.5s;
}

.wpp-option-single.has-result {
    margin-bottom: 55px;
}

.wpp-option-single.has-result .wpp-option-result {
    bottom: -35px;
}

.wpp-option-list-3 .wpp-option-single.has-result {
    border-top: 1px solid #eee;
}

.wpp-option-list-3 .wpp-option-single.has-result .wpp-option-result-bar,
.wpp-option-list-4 .wpp-option-single.has-result .wpp-option-result-bar {
    border-radius: 0;
    top: -1px;
}

.wpp-option-list-5 .wpp-option-single.has-result .wpp-option-result-bar {
    left: 2%;
    border-top-right-radius: 3px;
    max-width: 96%;
}

.wpp-option-list-6 .wpp-option-single.has-result .wpp-option-result-bar {
    border-top-left-radius: 0;
}

.wpp-option-list-7 .wpp-option-single.has-result {
    margin-top: 12px;
}

.wpp-option-list-7 .wpp-option-single .wpp-option-result-bar {
    border-radius: 6px;
    height: 6px;
    top: -12px;
}

.wpp-option-list-8 .wpp-option-single.has-result {
    margin-top: 12px;
    margin-bottom: 65px;
}

.wpp-option-list-8 .wpp-option-single .wpp-option-result-bar {
    border-radius: 6px;
    height: 6px;
    top: -12px;
    max-width: calc(100% - 60px);
    left: 30px;
}

.wpp-option-list-8 .wpp-option-single .wpp-option-result {
    left: 30px;
}

.wpp-option-list-9 .wpp-option-single.has-result {
    margin-top: 12px;
}

.wpp-option-list-9 .wpp-option-single .wpp-option-result-bar {
    border-radius: 6px;
    height: 6px;
    top: -12px;
}

.wpp-option-list-10 .wpp-option-single .wpp-option-result-bar {
    border-radius: 6px;
    height: 4px;
    top: auto;
    bottom: 10px;
    max-width: calc(100% - 20px);
    left: 10px;
}

.wpp-option-list-11 .wpp-option-single .wpp-option-result-bar {
    border-radius: 0;
    height: 4px;
    top: auto;
    bottom: 8px;
    max-width: calc(100% - 10px);
    left: 5px;
}

.wpp-option-list-11 .wpp-option-single.has-result .wpp-option-result {
    bottom: -40px;
}


/**
 * Notices
 */

.wpp-notice {
    background: #00bcd43b;
    padding: 10px;
    border-left: 3px solid;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.wpp-notice.wpp-warning {
    background: #ff98003b;
}

.wpp-notice.wpp-error {
    background: #ff57223b;
}

.wpp-notice.wpp-success {
    background: #4caf503b;
}

/**
 * Poller List
 */
.wpp-poller-list-container h3 {
    margin-bottom: 20px;
}

.wpp-poller-list-container table td {
    text-align: center;
}

.wpp-poller-list-container table th,
.wpp-poller-list-container table td {
    text-align: center;
}

.wpp-poller-list-container table th:first-child,
.wpp-poller-list-container table td:first-child {
    text-align: left;
}

.single-poll-wrong {
    width: 70%;
    margin: 5% auto;
}

.logged-in .single-survey-wrap {
    top: 32px;
}

/**
* Responsive Media
 */

@media (max-width: 767px) {
    .wpp-countdown-timer-4 &gt; span,
    .wpp-countdown-timer-5 &gt; span {
        font-size: 14px;
        min-width: 80px;
        min-height: 80px;
    }

    .wpp-countdown-timer-4 .count-number,
    .wpp-countdown-timer-5 .count-number {
        font-size: 20px;
        line-height: 22px;
        margin-top: 17px;
        margin-bottom: 0;
    }

    [class*="wpp-countdown-timer"] {
        text-align: center;
    }
}</pre></body></html>