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

.totalcontest-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;
}

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

.totalcontest-processing, .totalcontest-successful {
  position: relative;
  pointer-events: none;
}
.totalcontest-processing:before, .totalcontest-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;
}
.totalcontest-processing:after, .totalcontest-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;
}
.totalcontest-processing.tiny, .totalcontest-successful.tiny {
  min-height: 16px;
}
.totalcontest-processing.tiny:before, .totalcontest-processing.tiny:after, .totalcontest-successful.tiny:before, .totalcontest-successful.tiny:after {
  width: 32px;
}
body.is-ltr .totalcontest-processing.tiny:before .totalcontest-processing.tiny:after .totalcontest-successful.tiny:before .totalcontest-successful.tiny:after {
  left: auto;
}

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

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

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

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

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

.totalcontest-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body.is-rtl #totalcontest-log .widefat th #totalcontest-log .widefat td {
  border-left: border-left;
}

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

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

#totalcontest-log .totalcontest-log-browser-list {
  margin: 0 auto;
}
#totalcontest-log .totalcontest-log-browser-list-header, #totalcontest-log .totalcontest-log-browser-list-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
}
#totalcontest-log .totalcontest-log-browser-list-header-wrapper td, #totalcontest-log .totalcontest-log-browser-list-footer-wrapper td {
  padding: 0;
  line-height: 1;
}
#totalcontest-log .totalcontest-log-browser-list-header-visible-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#totalcontest-log .totalcontest-log-browser-list-header-visible-columns label {
  display: inline-block;
}
body.is-ltr #totalcontest-log .totalcontest-log-browser-list-header-visible-columns label {
  margin-right: 0.5rem;
}

body.is-rtl #totalcontest-log .totalcontest-log-browser-list-header-visible-columns label {
  margin-left: margin-left;
}

#totalcontest-log .totalcontest-log-browser-list-header-visible-columns input {
  vertical-align: sub;
  margin-right: 0.35rem;
  margin-left: 0;
}
body.is-ltr #totalcontest-log .totalcontest-log-browser-list-header-visible-columns input {
  margin-right: 0.35rem;
}

body.is-rtl #totalcontest-log .totalcontest-log-browser-list-header-visible-columns input {
  margin-left: margin-left;
}

body.is-ltr #totalcontest-log .totalcontest-log-browser-list-header-visible-columns input {
  margin-left: 0;
}

body.is-rtl #totalcontest-log .totalcontest-log-browser-list-header-visible-columns input {
  margin-right: margin-right;
}

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

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

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

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

#totalcontest-log .totalcontest-log-browser-list-footer-export span {
  margin: 0 0.75rem;
  color: #777777;
}
#totalcontest-log .totalcontest-log-browser-list-entry td {
  position: relative;
  vertical-align: middle;
}
#totalcontest-log .totalcontest-log-browser-list-entry td.success {
  color: forestgreen;
}
#totalcontest-log .totalcontest-log-browser-list-entry td.error {
  color: orangered;
}
#totalcontest-log .totalcontest-log-browser-list table.widefat {
  border: none;
  background-color: inherit;
  box-shadow: none;
}
#totalcontest-log .totalcontest-log-browser-list-compact {
  padding: 0;
}
#totalcontest-log .totalcontest-log-browser-list [collapsed], #totalcontest-log .totalcontest-log-browser-list-collapsed {
  width: 1%;
  white-space: nowrap;
}
#totalcontest-log .totalcontest-log-browser-exports {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #cccccc;
}
#totalcontest-log .totalcontest-log-browser-exports-item {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #cccccc;
}
#totalcontest-log .totalcontest-log-browser-exports span {
  text-transform: uppercase;
  margin-right: auto;
}
#totalcontest-log .totalcontest-log-browser-exports progress {
  width: 250px;
}
#totalcontest-log .totalcontest-log-browser-exports small, #totalcontest-log .totalcontest-log-browser-exports a, #totalcontest-log .totalcontest-log-browser-exports button {
  margin-left: 15px;
}