[hidden] {
  display: none;
}
[hidden].current, [hidden].active {
  display: inherit;
}

.totalpoll-badge {
  display: inline-block;
  padding: 0.25rem;
  line-height: 1;
  color: #999999;
  border: 1px solid #dddddd;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
}

.totalpoll-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.totalpoll-processing, .totalpoll-successful {
  position: relative;
  pointer-events: none;
}
.totalpoll-processing:before, .totalpoll-successful:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  -webkit-animation: fadeIn 0.25s linear;
  -moz-animation: fadeIn 0.25s linear;
  -ms-animation: fadeIn 0.25s linear;
  -o-animation: fadeIn 0.25s linear;
  animation: fadeIn 0.25s linear;
}
.totalpoll-processing:after, .totalpoll-successful:after {
  content: "\f463";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  font: normal 50px/1 dashicons;
  margin: auto;
  z-index: 2;
  text-align: center;
  -webkit-animation: fadeIn 1s linear, rotation 2s infinite linear;
  -moz-animation: fadeIn 1s linear, rotation 2s infinite linear;
  -ms-animation: fadeIn 1s linear, rotation 2s infinite linear;
  -o-animation: fadeIn 1s linear, rotation 2s infinite linear;
  animation: fadeIn 1s linear, rotation 2s infinite linear;
}
.totalpoll-processing.tiny, .totalpoll-successful.tiny {
  min-height: 16px;
}
.totalpoll-processing.tiny:before, .totalpoll-processing.tiny:after, .totalpoll-successful.tiny:before, .totalpoll-successful.tiny:after {
  width: 32px;
}
body.is-ltr .totalpoll-processing.tiny:before .totalpoll-processing.tiny:after .totalpoll-successful.tiny:before .totalpoll-successful.tiny:after {
  left: auto;
}

body.is-rtl .totalpoll-processing.tiny:before .totalpoll-processing.tiny:after .totalpoll-successful.tiny:before .totalpoll-successful.tiny:after {
  right: right;
}

.totalpoll-processing.tiny:before, .totalpoll-successful.tiny:before {
  top: 1px;
  bottom: 1px;
  height: auto;
}
body.is-ltr .totalpoll-processing.tiny:before .totalpoll-successful.tiny:before {
  right: 1px;
}

body.is-rtl .totalpoll-processing.tiny:before .totalpoll-successful.tiny:before {
  left: left;
}

.totalpoll-processing.tiny:after, .totalpoll-successful.tiny:after {
  width: 16px;
  height: 16px;
  font: normal 16px/1 dashicons;
}
body.is-ltr .totalpoll-processing.tiny:after .totalpoll-successful.tiny:after {
  right: 8px;
}

body.is-rtl .totalpoll-processing.tiny:after .totalpoll-successful.tiny:after {
  left: left;
}

.totalpoll-successful:after {
  content: "\f147";
  color: forestgreen;
  -webkit-animation: blink 0.25s ease-in;
  -moz-animation: blink 0.25s ease-in;
  -ms-animation: blink 0.25s ease-in;
  -o-animation: blink 0.25s ease-in;
  animation: blink 0.25s ease-in;
}

.totalpoll-group {
  display: table;
  width: 100%;
}
.totalpoll-group-item {
  display: table-cell;
}

.totalpoll-padding-small {
  padding: 0.5rem;
}

.totalpoll-padding-regular {
  padding: 1rem;
}

.totalpoll-padding-large {
  padding: 2rem;
}

.totalpoll-width-5 {
  width: 5%;
}

.totalpoll-width-10 {
  width: 10%;
}

.totalpoll-width-15 {
  width: 15%;
}

.totalpoll-width-20 {
  width: 20%;
}

.totalpoll-width-25 {
  width: 25%;
}

.totalpoll-width-50 {
  width: 50%;
}

.totalpoll-progress {
  text-align: center;
}
.totalpoll-progress-current {
  position: relative;
  background: #bbbbbb;
  height: 3px;
  width: 40px;
  margin: 0 auto;
}
.totalpoll-progress-current div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #0073aa;
}
.totalpoll-progress-percentage {
  font-size: 10px;
}

[tab] {
  display: none;
}
[tab].active {
  display: block;
}

#totalpoll-entries {
  box-sizing: border-box;
}
#totalpoll-entries * {
  box-sizing: inherit;
}
#totalpoll-entries entries-listing {
  display: block;
}
body.is-ltr #totalpoll-entries .widefat th #totalpoll-entries .widefat td {
  border-right: 1px solid #e5e5e5;
}

body.is-rtl #totalpoll-entries .widefat th #totalpoll-entries .widefat td {
  border-left: border-left;
}

body.is-ltr #totalpoll-entries .widefat th:last-of-type #totalpoll-entries .widefat td:last-of-type {
  border-right: 0;
}

body.is-rtl #totalpoll-entries .widefat th:last-of-type #totalpoll-entries .widefat td:last-of-type {
  border-left: border-left;
}

#totalpoll-entries .totalpoll-entries-browser-list {
  border-color: #cccccc;
  margin: 0 auto;
}
#totalpoll-entries .totalpoll-entries-browser-list-header, #totalpoll-entries .totalpoll-entries-browser-list-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
}
#totalpoll-entries .totalpoll-entries-browser-list-header-wrapper td, #totalpoll-entries .totalpoll-entries-browser-list-footer-wrapper td {
  padding: 0;
  line-height: 1;
}
#totalpoll-entries .totalpoll-entries-browser-list-header-wrapper-actions, #totalpoll-entries .totalpoll-entries-browser-list-footer-wrapper-actions {
  text-align: right;
}
#totalpoll-entries .totalpoll-entries-browser-list-header-polls label {
  display: inline-block;
}
body.is-ltr #totalpoll-entries .totalpoll-entries-browser-list-header-polls label {
  margin-right: 0.5rem;
}

body.is-rtl #totalpoll-entries .totalpoll-entries-browser-list-header-polls label {
  margin-left: margin-left;
}

#totalpoll-entries .totalpoll-entries-browser-list-header-polls input {
  vertical-align: sub;
}
body.is-ltr #totalpoll-entries .totalpoll-entries-browser-list-header-polls input {
  margin-right: 0.35rem;
}

body.is-rtl #totalpoll-entries .totalpoll-entries-browser-list-header-polls input {
  margin-left: margin-left;
}

body.is-ltr #totalpoll-entries .totalpoll-entries-browser-list-header-polls input {
  margin-left: 0;
}

body.is-rtl #totalpoll-entries .totalpoll-entries-browser-list-header-polls input {
  margin-right: margin-right;
}

#totalpoll-entries .totalpoll-entries-browser-list-header-date {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.is-ltr #totalpoll-entries .totalpoll-entries-browser-list-header-date {
  margin-left: auto;
}

body.is-rtl #totalpoll-entries .totalpoll-entries-browser-list-header-date {
  margin-right: margin-right;
}

#totalpoll-entries .totalpoll-entries-browser-list-header-date span {
  color: #777777;
}
#totalpoll-entries .totalpoll-entries-browser-list-header-date input {
  margin: 0 0.75rem;
  width: 90px;
  text-align: center;
}
#totalpoll-entries .totalpoll-entries-browser-list-header-actions {
  text-align: right;
}
#totalpoll-entries .totalpoll-entries-browser-list-footer .button {
  min-width: 60px;
}
#totalpoll-entries .totalpoll-entries-browser-list-footer-export {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.is-ltr #totalpoll-entries .totalpoll-entries-browser-list-footer-export {
  margin-left: auto;
}

body.is-rtl #totalpoll-entries .totalpoll-entries-browser-list-footer-export {
  margin-right: margin-right;
}

#totalpoll-entries .totalpoll-entries-browser-list-footer-export span {
  margin: 0 0.75rem;
  color: #777777;
}
#totalpoll-entries .totalpoll-entries-browser-list-entry td {
  position: relative;
  vertical-align: middle;
}
#totalpoll-entries .totalpoll-entries-browser-list-entry td.success {
  color: forestgreen;
}
#totalpoll-entries .totalpoll-entries-browser-list-entry td.error {
  color: orangered;
}
#totalpoll-entries .totalpoll-entries-browser-list table.widefat {
  border: none;
  background-color: inherit;
  box-shadow: none;
}
#totalpoll-entries .totalpoll-entries-browser-list-compact {
  padding: 0;
}
#totalpoll-entries .totalpoll-entries-browser-list [collapsed], #totalpoll-entries .totalpoll-entries-browser-list-collapsed {
  width: 1%;
  white-space: nowrap;
}