body {
  font-family: "Inter", sans-serif !important;
  font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6,
.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
h6 {
  font-family: "Inter", sans-serif !important;
}

p,
ul,
ol,
dl {
  font-family: "Inter", sans-serif !important;
}

.text-red {
  color: #bc191a !important
}

.progress-bar.animated-progress-bar.animated-progress-bar-reverse {
  -webkit-animation-name: animateBarReverse;
  animation-name: animateBarReverse
}

@-webkit-keyframes animateBarReverse {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes animateBarReverse {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn
  }
}

@keyframes bg-spin {
  to {
    --border-angle: 1turn
  }
}

@-webkit-keyframes blink-animation {
  0% {
    background-color: #9396a2
  }

  50% {
    background-color: #232323
  }

  100% {
    background-color: #9396a2
  }
}

@keyframes blink-animation {
  0% {
    background-color: #9396a2
  }

  50% {
    background-color: #232323
  }

  100% {
    background-color: #9396a2
  }
}

@-webkit-keyframes gradient-animation {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

body {
  background-color: #eff2f7;
  color: #232323;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal
}

#header {
  background: linear-gradient(300deg, #5c5c5c, #000000, #1a1f2e);
  background-size: 180% 180%;
  -webkit-animation: gradient-animation 18s ease infinite;
  animation: gradient-animation 18s ease infinite
}

#header .header-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem 1rem
}

#header .header-cnt h3 {
  color: #f1f1f1;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .025rem;
  font-size: .65rem
}

#header .header-cnt h3 strong {
  color: #d71921
}

.btn-election-home {
  border: none;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: .5rem;
  padding: .3rem .45rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .25rem;
  margin: 0 .75rem 0 0 !important
}

.btn-election-home:before,
.btn-election-home:after {
  content: " ";
  position: absolute;
  border-radius: 5px
}

.btn-election-home:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
  background: #787583;
  background: -webkit-gradient(linear, left top, right top, from(#787583), to(#dfeaee));
  background: linear-gradient(to right, #787583 0%, #dfeaee 100%)
}

.btn-election-home:after {
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background-color: #000;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.btn-election-home:hover::before {
  background: #bc191a;
  background: -webkit-gradient(linear, left top, right top, from(#bc191a), color-stop(hover, .btn-election-home));
  background: linear-gradient(to right, #bc191a 0%, .btn-election-home:hover::before redLight 100%)
}

.btn-election-home:hover:after {
  opacity: 0
}

.btn-election-home svg {
  width: .7rem
}

.btn-election-home span {
  display: block
}

@media(min-width: 768px) {
  .btn-election-home {
    text-align: left !important;
    padding: .5rem .75rem
  }

  .btn-election-home svg {
    width: 1.75rem
  }
}

@media(min-width: 992px) {
  .btn-election-home {
    padding: .35rem .35rem;
    font-size: .6rem;
    margin-right: 1.25rem !important;
    line-height: 1.25
  }

  .btn-election-home svg {
    width: 1.125rem
  }
}

#footer {
  background: linear-gradient(300deg, #5c5c5c, #000000, #1a1f2e);
  background-size: 180% 180%;
  -webkit-animation: gradient-animation 18s ease infinite;
  animation: gradient-animation 18s ease infinite;
  padding: .25rem 0 .75rem 0
}

.social-icons-new {
  margin: 5px 0
}

.social-icons-new ul li {
  padding: 0 1px
}

.social-icons-new a {
  display: block;
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}

.social-icons-new:hover a {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .6
}

.social-icons-new a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1
}

.social-icons-new a svg {
  fill: #fff
}

@media(min-width: 992px) {
  #footer {
    padding-bottom: .5rem;
    margin-top: 1rem
  }
}

.card {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: rgba(255, 255, 255, .5);
  -webkit-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, .05);
  box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, .05);
  border-radius: 6px
}

.card:hover {
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, .1);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, .1)
}

.card .card-header {
  padding: .75rem;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(35%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 100%)
}

.card .card-header h2 {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px #fff;
  font-size: .8rem
}

.btn.btn-primary.btn-back {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #777b8b;
  color: #fff;
  border: none;
  padding: .5rem 1rem;
  position: relative;
  overflow: hidden
}

.btn.btn-primary.btn-back::after {
  content: "";
  display: block;
  width: 75%;
  height: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  mix-blend-mode: overlay;
  bottom: -10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: .25
}

.btn.btn-primary.btn-back svg {
  display: inline-block;
  width: .75rem;
  margin: -0.125rem .25rem 0 -0.125rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.btn.btn-primary.btn-back:hover {
  background: #8c8f9d
}

.btn.btn-primary.btn-back:hover svg {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px)
}

.btn.btn-primary.btn-back.btn-red {
  background: #bc191a
}

.btn.btn-primary.btn-back.btn-red::after {
  opacity: 1
}

.btn.btn-primary.btn-back.btn-red:hover {
  background: #de1d1f
}

#all-island-infographic {
  overflow: hidden
}

#all-island-infographic .nav-tabs .nav-item:first-of-type .nav-link {
  border-radius: 6px 0 0 6px
}

#all-island-infographic .nav-tabs .nav-item:last-of-type .nav-link {
  border-radius: 0 6px 6px 0
}

#all-island-infographic .nav-tabs .nav-item .nav-link {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #777b8b;
  color: #fff;
  border: none;
  padding: .5rem;
  position: relative;
  overflow: hidden
}

#all-island-infographic .nav-tabs .nav-item .nav-link::after {
  content: "";
  display: block;
  width: 75%;
  height: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  mix-blend-mode: overlay;
  bottom: -10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: .25
}

#all-island-infographic .nav-tabs .nav-item .nav-link:hover {
  background: #8c8f9d
}

#all-island-infographic .nav-tabs .nav-item .nav-link.active {
  background: #bc191a
}

#all-island-infographic .nav-tabs .nav-item .nav-link.active::after {
  opacity: 1
}

#all-island-infographic .nav-tabs .nav-item .nav-link.active:hover {
  background: #de1d1f
}

#all-island-infographic #division-map,
#all-island-infographic #district-map {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#all-island-infographic #division-map svg,
#all-island-infographic #district-map svg {
  overflow: hidden;
  position: relative;
  -webkit-filter: drop-shadow(10px 16px 16px #b9cbe9);
  filter: drop-shadow(10px 16px 16px #b9cbe9)
}

#all-island-infographic:hover #division-map,
#all-island-infographic:hover #district-map {
  -webkit-transform: scale(102.5%);
  transform: scale(102.5%)
}

#all-island-infographic:hover #division-map svg,
#all-island-infographic:hover #district-map svg {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-filter: drop-shadow(10px 16px 32px #b9cbe9);
  filter: drop-shadow(10px 16px 32px #b9cbe9)
}

@media(max-width: 767px) {
  canvas#all-island-chart {
    width: 200px !important;
    height: 200px !important
  }

  #all-island-infographic .wr-chart {
    padding-right: 35%
  }
}

.all-island-results .candi_progress .progress {
  position: relative
}

.all-island-results .candi_progress .progress::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  mix-blend-mode: soft-light;
  background: linear-gradient(300deg, transparent 0%, #fff 45%, transparent 55%);
  background-size: 200% 100%;
  -webkit-animation: progress-animation 5s linear infinite;
  animation: progress-animation 5s linear infinite
}

.all-island-results .candi_name {
  font-size: .75rem
}

.all-island-results .tot_vote {
  font-size: .9rem;
  font-weight: 400
}

.all-island-results .ele_seats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 4.5rem
}

.all-island-results .ele_seats .bonus_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 1.5rem;
  border-radius: 0 5px 5px 0
}

.all-island-results .ele_seats .bonus_sec .normal_r,
.all-island-results .ele_seats .bonus_sec .bonus_r {
  line-height: 2.5;
  font-size: .6rem
}

.all-island-results .ele_seats .seats_bottom {
  border-top: 1px solid #d4d4d4;
  border-radius: 5px 0 0 5px
}

.all-island-results .ele_seats .seats_bottom span {
  margin-left: auto;
  margin-right: auto
}

@-webkit-keyframes progress-animation {
  0% {
    background-position: 110% 50%
  }

  100% {
    background-position: -10% 50%
  }
}

@keyframes progress-animation {
  0% {
    background-position: 110% 50%
  }

  100% {
    background-position: -10% 50%
  }
}

#latest-results-desktop .latest-results .card-body {
  padding: 0
}

#latest-results-desktop .latest-results .card-body table tr th {
  padding: .5rem 1rem
}

#latest-results-desktop .latest-results .card-body table tr td {
  padding: .25rem .5rem
}

.distric-results.card .card-body .district_name h3 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #777b8b;
  color: #fff;
  border-radius: 5px;
  border: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: .5rem 1rem .5rem;
  line-height: 1;
  height: 1.8rem
}

.distric-results.card .card-body .district_name h3 a i {
  height: 100%;
  border-radius: 0 5px 5px 0;
  border: none;
  line-height: 30px;
  height: 1.8rem;
  top: .25rem
}

.distric-results.card .card-body .district_name h3 a:hover {
  background: #d71921
}

.distric-results.pending .card-header {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #e6e6e6
}

.distric-results.pending .card-body .district_name h3 span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #777b8b;
  color: #fff;
  border-radius: 5px;
  border: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: .5rem 1rem .5rem;
  line-height: 1;
  height: 1.8rem
}

#previous-result-cumulative-result .card-body img {
  mix-blend-mode: multiply
}

.polling-districts .card-header .available-results-icons .result-available:not(.old) {
  background: #d71921
}

.polling-districts .card-body {
  padding: .25rem !important
}

.polling-districts .card-body ul li:last-child a {
  border: none
}

.polling-districts .card-body ul li a {
  background: rgba(0, 0, 0, 0);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: .5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.polling-districts .card-body ul li a i {
  margin: 0
}

.polling-districts .card-body ul li a i.result-available:not(.old) {
  background: #d71921
}

.polling-districts .card-body ul li a:hover {
  color: #000;
  font-weight: 500
}

.all-island-results .preferential-votes,
.district-summery .preferential-votes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

.all-island-results .preferential-votes .ele_result,
.district-summery .preferential-votes .ele_result {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0
}

.all-island-results .preferential-votes .result-top .symbol,
.district-summery .preferential-votes .result-top .symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5rem
}

.all-island-results .preferential-votes .result-top .symbol .candi_name,
.district-summery .preferential-votes .result-top .symbol .candi_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1rem
}

.all-island-results .preferential-votes .result-bottom,
.district-summery .preferential-votes .result-bottom {
  margin-top: 2.5rem
}

.all-island-results .preferential-votes .result-bottom .candi_votes ul li,
.district-summery .preferential-votes .result-bottom .candi_votes ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.all-island-results .preferential-votes .result-bottom .candi_votes ul li+li,
.district-summery .preferential-votes .result-bottom .candi_votes ul li+li {
  margin-top: .25rem
}

.all-island-results .preferential-votes .result-bottom .candi_votes ul li span,
.district-summery .preferential-votes .result-bottom .candi_votes ul li span {
  display: inline-block;
  background: #e5e6e9;
  color: #000;
  font-weight: 500;
  padding: .3rem;
  border-radius: 3px;
  font-size: .575rem;
  width: 3.25rem
}

.all-island-results .preferential-votes .ele_result:nth-child(2) .result-top .symbol,
.district-summery .preferential-votes .ele_result:nth-child(2) .result-top .symbol {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right
}

.all-island-results .preferential-votes .ele_result:nth-child(2) .result-bottom .candi_votes ul li,
.district-summery .preferential-votes .ele_result:nth-child(2) .result-bottom .candi_votes ul li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.all-island-results .preferential-votes .ele_result:nth-child(2) .result-bottom .candi_votes ul li span,
.district-summery .preferential-votes .ele_result:nth-child(2) .result-bottom .candi_votes ul li span {
  text-align: right
}

.all-island-results .candidate-preferential-percentages,
.district-summery .candidate-preferential-percentages {
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem
}

#all-island-pe-results-wrap,
#district-pe-results-wrap {
  place-content: center;
  --border-angle: 0turn;
  --main-bg: conic-gradient(from var(--border-angle), #fff, #fff 5%, #fff 60%, #fff 95%);
  border: solid 2px rgba(0, 0, 0, 0);
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, transparent, #97a3d4 99%, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  -webkit-animation: bg-spin 10s linear infinite;
  animation: bg-spin 10s linear infinite
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn
}

.pref-released {
  display: inline-block;
  background: #9396a2;
  color: #fff;
  font-weight: 500;
  padding: .35rem .75rem;
  border-radius: 3px;
  font-size: .6rem;
  margin-top: .5rem;
  -webkit-animation: blink-animation 1s infinite;
  animation: blink-animation 1s infinite;
  letter-spacing: .025rem;
  margin-left: 1px
}

.widget-summery .tab-content .district .dis_ele_result .ele_logo {
  max-width: 28px;
  max-height: 28px
}

.widget-summery .tab-content .district .dis_ele_result .ele_logo img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

.widget-summery .tab-content .district .dis_ele_result .ele_seats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.widget-summery .tab-content .district .dis_ele_result .ele_seats img {
  max-width: 35px
}

.widget-summery .tab-content .district .dis_ele_result .ele_seats span {
  display: block;
  background: #777b8b;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 7px 0
}

.comparison .elec-separator {
  border-left: 10px solid #f1f1f1
}

#district-pe-results-wrap {
  background: #fff;
  -webkit-box-shadow: 0 10px 30px -20px rgba(0, 0, 0, .5);
  box-shadow: 0 10px 30px -20px rgba(0, 0, 0, .5);
  padding: .75rem;
  border-radius: 10px;
  border: 1px solid #eef1f6;
  margin-bottom: 2rem;
  place-content: center;
  --border-angle: 0turn;
  --main-bg: conic-gradient(from var(--border-angle), #fff, #fff 5%, #fff 60%, #fff 95%);
  border: solid 2px rgba(0, 0, 0, 0);
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, transparent, #97a3d4 99%, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  -webkit-animation: bg-spin 10s linear infinite;
  animation: bg-spin 10s linear infinite
}

#district-pe-results-wrap h3 {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px #fff;
  font-size: .8rem
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn
}

.card.widget-sidebar .card-body {
  padding: 0
}

.card.widget-sidebar .card-body h3 {
  font-size: .7rem;
  padding: .5rem .75rem;
  background: #777b8b
}

.card.widget-sidebar .card-body ul li span,
.card.widget-sidebar .card-body ul li a {
  padding: .5rem .75rem
}

.district-page-title {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem
}

.district-page-title .btn-group {
  margin-bottom: 1rem
}

.district-page-title+.pref-released {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media(min-width: 992px) {
  .district-page-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.2rem
  }

  .district-page-title .btn-group {
    margin-bottom: 0
  }

  .district-page-title+.pref-released {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.page-section .page-section-header h1,
.page-section .page-section-header h2 {
  color: #d71921
}

.dis_ele_result .ele_seats span {
  margin: auto;
  margin-top: .15rem;
  margin-bottom: .15rem;
  line-height: 1.5
}

.card-pref-votes .card-body p {
  margin: 0;
  font-size: .7rem
}

.card-pref-votes .card-body p strong {
  display: block;
  font-size: .725rem;
  padding: 0 0 .125rem 0;
  border-bottom: 1px dashed #ddd;
  margin-bottom: .25rem
}

.card-pref-votes .card-body p+p strong {
  margin-top: 1.25rem;
  margin-bottom: .5rem
}

.total-votes-summery .table>thead tr th {
  white-space: normal;
  vertical-align: top;
  min-width: 6rem
}

.dis-view-dis_ele_result .ele_seats span {
  line-height: 2.75
}

.dis-view-dis_ele_result .ele_seats .dis-bonus {
  display: block;
  position: absolute;
  background: red;
  top: -8px;
  left: 0;
  border-radius: 4px;
  padding: 0;
  height: auto;
  line-height: 0;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  font-size: .5rem;
  width: 2.5rem;
  padding: 8px 2px;
  z-index: 0
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

#division-pe-results-wrap {
  background: #fff;
  -webkit-box-shadow: 0 10px 30px -20px rgba(0, 0, 0, .5);
  box-shadow: 0 10px 30px -20px rgba(0, 0, 0, .5);
  padding: .75rem;
  border-radius: 10px;
  border: 1px solid #eef1f6;
  margin-top: 0;
  margin-bottom: 2rem;
  place-content: center;
  --border-angle: 0turn;
  --main-bg: conic-gradient(from var(--border-angle), #fff, #fff 5%, #fff 60%, #fff 95%);
  border: solid 2px rgba(0, 0, 0, 0);
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, transparent, #97a3d4 99%, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  -webkit-animation: bg-spin 10s linear infinite;
  animation: bg-spin 10s linear infinite
}

#division-pe-results-wrap h3 {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px #fff;
  font-size: .8rem
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn
}

.division-page-title {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem
}

.division-page-title .btn-group {
  margin-bottom: 1rem
}

@media(min-width: 992px) {
  .division-page-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.2rem
  }

  .division-page-title .btn-group {
    margin-bottom: 0
  }
}

/*# sourceMappingURL=style.css.map */