#totalpoll-dashboard {
  box-sizing: border-box;
}
#totalpoll-dashboard * {
  box-sizing: inherit;
}
#totalpoll-dashboard dashboard-announcement,
#totalpoll-dashboard dashboard-subscribe,
#totalpoll-dashboard dashboard-review,
#totalpoll-dashboard dashboard-links,
#totalpoll-dashboard dashboard-whats-new,
#totalpoll-dashboard dashboard-credits,
#totalpoll-dashboard dashboard-support,
#totalpoll-dashboard dashboard-activation {
  display: block;
}
#totalpoll-dashboard .totalpoll-overview {
  display: flex;
  flex-direction: column;
  min-height: 100px;
}
#totalpoll-dashboard .totalpoll-overview a {
  text-decoration: none;
}
#totalpoll-dashboard .totalpoll-overview-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
#totalpoll-dashboard .totalpoll-overview-item-segment {
  display: block;
  padding: 1rem;
}
body.is-ltr #totalpoll-dashboard .totalpoll-overview-item-segment + .totalpoll-overview-item-segment {
  border-left: 1px solid #f1f1f1;
}

body.is-rtl #totalpoll-dashboard .totalpoll-overview-item-segment + .totalpoll-overview-item-segment {
  border-right: border-right;
}

#totalpoll-dashboard .totalpoll-overview-item-title {
  flex: 1;
  font-size: 16px;
}
#totalpoll-dashboard .totalpoll-overview-item-status {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #777777;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
}
body.is-ltr #totalpoll-dashboard .totalpoll-overview-item-status {
  margin-left: 0.5rem;
}

body.is-rtl #totalpoll-dashboard .totalpoll-overview-item-status {
  margin-right: margin-right;
}

#totalpoll-dashboard .totalpoll-overview-item-status:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777777;
}
body.is-ltr #totalpoll-dashboard .totalpoll-overview-item-status:before {
  margin-right: 0.25rem;
}

body.is-rtl #totalpoll-dashboard .totalpoll-overview-item-status:before {
  margin-left: margin-left;
}

#totalpoll-dashboard .totalpoll-overview-item-status.active:before {
  background: #00AA7B;
}
#totalpoll-dashboard .totalpoll-overview-item-number {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  min-width: 150px;
}
body.is-ltr #totalpoll-dashboard .totalpoll-overview-item-number .dashicons {
  margin-right: 0.5rem;
}

body.is-rtl #totalpoll-dashboard .totalpoll-overview-item-number .dashicons {
  margin-left: margin-left;
}

#totalpoll-dashboard .totalpoll-overview-item-action {
  color: #777777;
  opacity: 0.5;
}
#totalpoll-dashboard .totalpoll-overview-item-action:hover, #totalpoll-dashboard .totalpoll-overview-item-action:focus {
  color: #0073aa;
  opacity: 1;
}
#totalpoll-dashboard .totalpoll-overview-item:hover .totalpoll-overview-item-action {
  opacity: 1;
}
#totalpoll-dashboard .totalpoll-create-poll {
  text-align: center;
  padding: 2rem;
}
#totalpoll-dashboard .totalpoll-create-poll img {
  max-width: 100px;
  margin: auto auto 1rem;
}
#totalpoll-dashboard .totalpoll-banner {
  display: block;
  margin-bottom: 1rem;
}
#totalpoll-dashboard .totalpoll-blog .totalpoll-box-links-item {
  display: flex;
  flex: 1 0 50%;
  text-decoration: none;
  padding: 1rem;
  border-right: 1px solid #e5e5e5;
}
#totalpoll-dashboard .totalpoll-blog .totalpoll-box-links-item div {
  flex: 1;
}
#totalpoll-dashboard .totalpoll-blog .totalpoll-box-links-item img {
  width: 100px;
  height: 100px;
  border-radius: 0.5rem;
  margin-left: 1rem;
}
#totalpoll-dashboard .totalpoll-blog .totalpoll-box-links {
  display: flex;
  flex-wrap: wrap;
}
#totalpoll-dashboard .totalpoll-blog .totalpoll-box-links-item-title {
  font-size: 16px;
  line-height: 1.35;
  margin: 0 0 0.5rem;
}
#totalpoll-dashboard .totalpoll-blog .totalpoll-box-links-item-description {
  color: #777777;
  margin: 0;
  font-size: 12px;
}

.w-100 {
  width: 100%;
}