.bg-uml {
  background-color: #FF5C5E !important;
}

.bg-cong {
  background-color: #5DB56B !important;
}

.bg-mao {
  background-color: #A32D2D !important;
}

.bg-swatantra {
  background-color: rgb(44, 217, 255) !important;
}

.bg-rpp {
  background-color: #FAD65C !important;
}

.bg-bibekshil {
  background-color: #53569D !important;
}

.bg-other {
  background-color: #D4E2F8 !important;
}

.text-red {
  color: #FF5C5C;
}

.text-green {
  color: #5DB56B;
}

.ok-btn {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.14);
  color: #303030;
  line-height: 34px;
  padding: 2px 24px;
  border-radius: 68px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.ok-btn.btn-small {
  line-height: 28px;
  padding: 2px 18px;
  font-size: 12px;
  font-weight: 700;
}
.ok-btn.primary {
  background-color: #174FB1;
  color: white;
}
.ok-btn.primary:hover {
  background-color: #303030;
}
.ok-btn.primary-light {
  background-color: #f2f6fd;
  color: #174FB1;
}
.ok-btn.primary-light:hover {
  background-color: #174FB1;
  color: white;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  font-size: 18px;
}

.select-box {
  background-color: #fff;
  border: solid 1px #dce2ea;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.map-filter-row > div {
  margin-right: 5px;
  flex: 1 1 auto;
}
.map-filter-row > div:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #000 transparent transparent transparent;
  z-index: 2;
}
.map-filter-row > div select {
  font-family: inherit;
  background-color: transparent;
  padding: 8px 10px;
  padding-right: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #696A6B;
  width: 100%;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
  padding-right: 35px;
}

.al-itm-center {
  align-items: center;
}

.al-itm-top {
  align-items: flex-start;
}

.al-itm-bottom {
  align-items: flex-end;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.dn {
  display: none !important;
}

.db {
  display: block !important;
}

.flx {
  display: flex;
}

.flx-wrap {
  flex-wrap: wrap;
}

.flx-nowrap {
  flex-wrap: nowrap;
}

.tx-al-c {
  text-align: center;
}

.tx-al-l {
  text-align: left;
}

.tx-al-r {
  text-align: right;
}

.ok-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.ok-col {
  flex: 1;
  padding: 0 12px;
}

.ok-col-auto {
  flex: none;
}

.db {
  display: block;
}

.dn {
  display: none;
}

@media all and (max-width: 1110px) {
  .t-db {
    display: block;
  }
  .t-dn {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .m-db {
    display: block !important;
  }
  .m-dn {
    display: none !important;
  }
}
.seat-card-wrap {
  display: flex;
  flex-wrap: nowrap;
  scroll-snap-type: inline mandatory;
  overflow-x: auto;
  padding: 20px;
}
.seat-card-wrap > div {
  flex: 0 0 45%;
  scroll-snap-align: center;
  min-width: 100px;
  margin-right: 10px;
}

.seat-card {
  padding: 20px;
  border-radius: 8px;
  background-color: white;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 14px;
}
.seat-card .party-name {
  font-size: 18px;
}
.seat-card .seat-no {
  font-weight: 700;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seat-card .seat-no > img {
  margin-left: 10px;
  height: 20px;
  width: 20px;
}
.seat-card .seat-no .change {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}
.seat-card .seat-no .change.pos {
  color: #5DB56B;
}
.seat-card .seat-no .change.neg {
  color: #FF5C5C;
}

.card-hotseat {
  background-color: white;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s ease;
}
.card-hotseat .flx {
  position: relative;
}
.card-hotseat .flx:before {
  content: "";
  height: 1px;
  width: 60%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 38%;
  left: 20%;
  z-index: 3;
}
.card-hotseat .flx:after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #174FB1;
  position: absolute;
  top: calc(38% - 7px);
  left: calc(50% - 8px);
  z-index: 4;
}
.card-hotseat:hover {
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 18px;
}
.card-hotseat .election-area {
  border-radius: 8px 0 0 0;
  line-height: 34px;
  background-color: #174FB1;
  color: #fff;
  border: none;
  padding: 5px 0;
  width: calc(100% - 168px);
  text-align: center;
}
.card-hotseat .election-area span {
  display: inline-block;
}
.card-hotseat .election-area span a {
  display: inline-block;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}
.card-hotseat .election-area span a:hover {
  color: #84dcff;
}
.card-hotseat .snap-share {
  background-color: white;
  position: static;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: calc(100% - 169px);
  border-radius: 0 0 0 8px;
  border-top: solid 1px rgba(48, 48, 48, 0.14);
}
.card-hotseat .competetor-info {
  flex: 1;
  text-align: center;
  padding: 60px 20px 64px;
  position: relative;
  z-index: 4;
}
.card-hotseat .competetor-info a {
  color: inherit;
  text-decoration: none;
}
.card-hotseat .competetor-info a:hover {
  color: #174FB1;
}
.card-hotseat .competetor-info .party-flag {
  position: absolute;
  background-color: white;
  border-radius: 50%;
}
.card-hotseat .competetor-info .party-flag img {
  width: 38px;
  border: solid 2px aliceblue;
  border-radius: 50%;
}
.card-hotseat .competetor-info .party-flag.lft, .card-hotseat .competetor-info .party-flag.rght {
  top: 130px;
  left: 48px;
}
.card-hotseat .candidate-name {
  font-weight: 700;
}
.card-hotseat .candidate-img {
  height: 84px;
  width: 84px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
  background-color: #f1f1f1;
}
.card-hotseat .candidate-img > a {
  display: block;
  height: 100%;
  width: 100%;
}
.card-hotseat .candidate-img > a > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.card-hotseat .candidate-party {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.card-hotseat .candidate-party .party-index {
  margin-left: 10px;
  display: none;
}
.card-hotseat .ok-hot-seat-polling {
  max-width: 168px;
  flex: 2;
  padding: 20px;
  background-color: #FAFCFF;
  border-radius: 0 8px 8px 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-left: none;
  text-align: center;
  border-top: solid 1px rgba(0, 0, 0, 0.08) !important;
}
.card-hotseat .select-candidate {
  display: flex;
}
.card-hotseat .select-candidate > label:last-child {
  margin-left: auto;
}

.card-hotseat .flx {
  flex-wrap: wrap;
}
.card-hotseat .ok-hot-seat-polling {
  flex: 0 0 100%;
  max-width: 100%;
}
.card-hotseat .competetor-info {
  padding: 40px 20px 20px;
}
.card-hotseat .election-area {
  width: 100%;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  display: flex;
  padding: 8px 20px;
}
.card-hotseat .election-area > span {
  display: inline-block;
}
.card-hotseat .election-area > span:first-child a {
  font-weight: 700;
  font-size: 18px;
}
.card-hotseat .election-area > span:last-child {
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.14);
  padding: 0 18px;
  border-radius: 48px;
}
.card-hotseat .competetor-info:nth-child(2) {
  border-right: none;
}
.card-hotseat .ok-hot-seat-polling {
  border: none;
  border-radius: 0 0 8px 8px;
}
.card-hotseat .snap-share {
  width: 100%;
  background-color: transparent;
}

.card-candidates .card-head {
  align-items: center;
  display: flex;
  padding: 8px 8px 8px 15px;
  background-color: #f2f6fd;
  border: solid 1px #e0eafb;
  border-radius: 4px 4px 0 0;
}
.card-candidates .card-head .provience {
  display: inline-block;
  font-weight: 700;
  color: #174FB1;
}
.card-candidates .card-head .provience a {
  text-decoration: none;
}
.card-candidates .card-head .election-area {
  background-color: white;
  line-height: 28px;
  border-radius: 4px;
}
.card-candidates .card-body {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-top: none;
  border-radius: 0 0 4px 4px;
  display: flex;
  flex-direction: column;
}
.card-candidates .card-foot {
  text-align: left;
  padding: 15px;
  margin-top: auto;
}
.card-candidates .party-sigh-with-index {
  display: flex;
  align-items: center;
}
.card-candidates .party-sigh-with-index .candidate-party-index {
  margin: 0 0 0 10px;
  display: none;
}

.provience-info-home-card {
  padding: 40px;
  border-radius: 14px;
  background-color: white;
}
.provience-info-home-card h5 {
  color: #174FB1;
}
.provience-info-home-card .pradesh-stat-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.provience-info-home-card .pradesh-stat-wrapper .pradesh-stat-left {
  flex: 1;
  max-width: 100%;
}
.provience-info-home-card .pradesh-stat-wrapper .pradesh-stat-map {
  flex: 1;
  max-width: 400px;
}
.provience-info-home-card .pradesh-stat-wrapper .pradesh-stat-map img {
  width: 100%;
}

.candidate-card {
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
}
.candidate-card .party-flag img {
  width: 28px;
}
.candidate-card .candidate-img {
  height: 360px;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.candidate-card .candidate-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  vertical-align: top;
  transition: all 0.3s ease;
}
.candidate-card .candidate-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 3;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.64), transparent);
}
.candidate-card .candidate-img:after {
  content: "";
  width: 111px;
  height: 191px;
  background-image: url("../img/popular-img-pattern.png");
  background-size: 100%;
  position: absolute;
  right: -53px;
  bottom: -58px;
  z-index: 4;
}
.candidate-card .candidate-img .party-symbol {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  object-fit: cover;
  z-index: 5;
  padding: 5px;
  background-color: white;
}
.candidate-card .candidate-img .election-area {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}
.candidate-card .candidate-img .candidate-info {
  padding: 15px;
  background-color: #174FB1;
  color: white;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 6;
}
.candidate-card .candidate-img .candidate-info h4 {
  font-size: 20px;
  line-height: 1;
  margin: 0;
}
.candidate-card .candidate-img .candidate-info span {
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-top: 5px;
}
.candidate-card .candidate-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  padding: 18px;
}
.candidate-card .candidate-name > img {
  height: 28px;
  width: 28px;
  margin-right: 10px;
}
.candidate-card .candidate-party {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.candidate-card .candidate-party > img {
  max-width: 20px;
  margin-right: 10px;
}
.candidate-card .candidate-party .party-index {
  margin-left: 10px;
}
.candidate-card a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  color: rgba(0, 0, 0, 0.68);
}
.candidate-card a:hover {
  color: #30B4FF;
}
.candidate-card:hover .candidate-img img {
  transform: scale(1.14);
}

.ok-el-competetor {
  text-align: center;
}
.ok-el-competetor .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.ok-el-competetor .row > div {
  flex: 0 0 25%;
  padding: 0 10px;
}
@media all and (max-width: 767px) {
  .ok-el-competetor .row > div {
    flex: 0 0 50%;
    padding: 0 10px;
    width: 50%;
  }
}
.ok-el-competetor .row > div .item {
  border-radius: 8px;
  padding: 40px;
  box-shadow: rgba(36, 98, 194, 0.08) 0 0 24px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  height: calc(100% - 20px);
  transition: all 0.3s ease;
}
.ok-el-competetor .row > div .item .um-image {
  height: 78px;
  width: 78px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}
.ok-el-competetor .row > div .item .um-image img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: solid 2px rgba(0, 0, 0, 0.24);
  padding: 10px;
  background-color: white;
}
.ok-el-competetor .row > div .item .result-stat-party {
  margin: 15px 0 0;
  width: 100%;
}
.ok-el-competetor .row > div .item .result-stat-party .col-lead,
.ok-el-competetor .row > div .item .result-stat-party .col-win {
  max-width: 100%;
}
.ok-el-competetor .row > div .item .result-stat-party .col-lead,
.ok-el-competetor .row > div .item .result-stat-party .col-win,
.ok-el-competetor .row > div .item .result-stat-party .total-seat {
  padding: 0 5px;
}
.ok-el-competetor .row > div .item .result-stat-party .label-block {
  line-height: 1;
  padding: 10px 8px 8px;
}
.ok-el-competetor .row > div .item .result-stat-party .label-block .number {
  margin-bottom: 8px;
  font-size: 30px;
}
.ok-el-competetor .row > div .item .um-name {
  margin: 15px 0 10px;
  margin-right: 0px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}
.ok-el-competetor .row > div .item .um-name a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
}
.ok-el-competetor .row > div .item .um-name:hover a {
  color: #2462C2;
}
.ok-el-competetor .row > div .item .party-tag {
  display: none;
}
.ok-el-competetor .row > div .item:hover {
  transform: scale(1.1);
  background-color: #174FB1;
  color: white;
}
.ok-el-competetor .row > div .item:hover .um-name {
  color: white;
}
.ok-el-competetor .row > div .item:hover .um-name a {
  color: white;
}
.ok-el-competetor .row > div .item:hover .um-name a:hover {
  color: white;
}
.ok-el-competetor .row > div .item:hover .um-name .small-tag {
  color: white;
}
.ok-el-competetor .row > div .item:hover .muncipal {
  background-color: rgba(255, 255, 255, 0.14);
  color: white;
}
.ok-el-competetor .small-tag {
  display: inline-block;
  padding: 10px 10px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.68);
  margin-right: 0;
  min-width: 80px;
  text-align: center;
}
.ok-el-competetor .muncipal {
  display: inline-block;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  background-color: rgba(36, 98, 194, 0.08);
  color: rgba(36, 98, 194, 0.68);
  border-radius: 68px;
  white-space: nowrap;
}

.page-template-template-list-hot-seat .card-hotseat .competetor-info .party-flag img {
  width: 28px;
  min-width: 28px;
}
.page-template-template-list-hot-seat .card-hotseat .competetor-info .party-flag.lft,
.page-template-template-list-hot-seat .card-hotseat .competetor-info .party-flag.rght {
  top: 98px;
  left: 34px;
}

@media all and (max-width: 767px) {
  .page-template-template-parties .ok-el-competetor .row > div .item .result-stat-party .label-block .number {
    margin-left: 0;
  }
  .page-template-template-parties .label-block > img {
    margin-left: 0;
    margin-bottom: 5px;
  }
}

.custom-bar {
  position: relative;
  width: 100%;
  min-height: 300px;
}
.custom-bar.hr-bars-with-icon {
  height: 308px;
}
.custom-bar .lines-x {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.custom-bar .lines-x > span {
  display: block;
  height: 51px;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.custom-bar .lines-x > span > span.y-numr {
  background-color: white;
  padding: 4px 10px 0 0;
  text-align: left;
  display: inline-block;
  width: 60px;
  position: absolute;
  left: 0;
  bottom: -12px;
  color: rgba(0, 0, 0, 0.48);
}
.custom-bar .bar-vr-wrapper {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  padding-left: 108px;
  display: flex;
  justify-content: space-evenly;
}
.custom-bar .bar-vr-wrapper > div {
  flex: none;
}
.custom-bar .bar-vr-wrapper .bar-vr {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.piller {
  width: 40px;
  height: 1px;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  margin-bottom: 6px;
  transition: height 0.3s ease;
  position: relative;
}
.piller .hidden-card {
  width: 124px;
  font-size: 16px;
  background-color: white;
  padding: 15px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 0 14px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: -28px;
  left: calc(50% - 62px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.piller:hover .hidden-card {
  top: -18px;
  opacity: 1;
  visibility: visible;
}

.bar-individual {
  position: relative;
  width: 80px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.bar-individual .party-icon {
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px transparent;
  position: absolute;
  bottom: -18px;
  padding: 2px;
}
.bar-individual .bar-x-label {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: -48px;
  font-size: 14px;
}

.vote-seat {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.vote-seat .stat-flag {
  margin-left: 5px;
}

.single-inline-chart {
  display: flex;
}
.single-inline-chart .partation {
  flex: none;
}
.single-inline-chart .partation .seat {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  padding-left: 10px;
}
.single-inline-chart .partation .seat .stat-flag {
  height: 18px;
}
.single-inline-chart .partation .party-name {
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.single-inline-chart .partation .party-name img {
  height: 20px;
  margin-left: 5px;
}
.single-inline-chart .partation .vote-percnt {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.68);
  padding-left: 10px;
}
.single-inline-chart .partation .fill-bar {
  width: 100%;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.14);
  margin: 10px 0;
}

.latest-result-bar-chart-hr {
  margin-top: 40px;
  position: relative;
}
.latest-result-bar-chart-hr .break-line {
  position: absolute;
  top: 0;
  right: 244px;
  height: 100%;
  width: 1px;
  border-left: dashed 1.5px rgba(0, 0, 0, 0.1);
}
.latest-result-bar-chart-hr .break-line:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -9px;
  border-style: solid;
  border-width: 8px;
  border-color: #30B4FF transparent transparent transparent;
}
.latest-result-bar-chart-hr .break-line::after {
  content: "100 Seat";
  position: absolute;
  top: -30px;
  left: 15px;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.48);
}
.latest-result-bar-chart-hr .break-line.first {
  right: auto;
  left: 204px;
}
.latest-result-bar-chart-hr .break-line.first:after {
  content: "0 Seat";
}
.latest-result-bar-chart-hr .break-line.first:before {
  border-color: #FF5C5C transparent transparent transparent;
}
.latest-result-bar-chart-hr .bar-chart-item {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  align-items: center;
}
.latest-result-bar-chart-hr .bar-chart-item .party-name {
  width: 100px;
  margin-right: 15px;
}
.latest-result-bar-chart-hr .bar-chart-item .party-flag {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  overflow: hidden;
  padding: 3px;
  background-color: white;
  margin-right: 15px;
}
.latest-result-bar-chart-hr .bar-chart-item .party-flag img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.latest-result-bar-chart-hr .bar-chart-item .progress-bar-wrap {
  flex: 2;
  display: flex;
  align-items: center;
  height: 35px;
  background-color: #F5F5F5;
  width: 100%;
  line-height: 35px;
}
.latest-result-bar-chart-hr .bar-chart-item .progress-bar-wrap .fill-bar {
  transition: all 0.3s ease;
  width: 0px;
  height: 100%;
  margin-right: 20px;
}
.latest-result-bar-chart-hr .bar-chart-item .progress-bar-wrap .no-of-seat {
  font-size: 22px;
  font-weight: 600;
}
.latest-result-bar-chart-hr .bar-chart-item .progress-bar-wrap .img-state {
  margin-left: 10px;
  align-self: center;
  height: 20px;
  width: 20px;
}
.latest-result-bar-chart-hr .bar-chart-item .progress-bar-wrap .img-state.leading {
  height: 15px;
  width: 15px;
}
.latest-result-bar-chart-hr .bar-chart-item .progress-bar-wrap .img-state img {
  vertical-align: top;
}
.latest-result-bar-chart-hr .bar-chart-item .progress-bar-wrap.after-100 {
  flex: 1;
  width: 200px;
  max-width: 200px;
  justify-content: flex-end;
  padding-right: 20px;
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
}

.result-bar-counting .bar-chart-item {
  height: 60px;
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.06);
  margin-bottom: 14px !important;
}
.result-bar-counting .counting-party {
  display: flex;
  padding: 3px 20px 0 15px;
  align-items: center;
  min-width: 204px;
  height: 60px;
}
.result-bar-counting .counting-party .party-name {
  line-height: 1;
  font-size: 14px;
  opacity: 0.68;
}
.result-bar-counting .progress-bar-wrap {
  max-width: 630px;
  flex: 2;
  background-color: transparent !important;
  height: 60px !important;
  line-height: 60px !important;
}
.result-bar-counting .no-of-seat span {
  font-size: 16px;
  opacity: 0.68;
}

.counting {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
  height: 100%;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  color: #303030;
  background-color: #F8F8F8;
}

.ok-container {
  width: 100%;
  max-width: 1084px;
  margin: 0 auto;
}

.site-header {
  background-color: #174FB1;
  color: white;
}
.site-header .ok-container {
  background-image: url("../img/header-bg-clean.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.site-header .ok-container .ok-row {
  height: 110px;
}

.ok-logo a {
  display: block;
}
.ok-logo a img {
  vertical-align: top;
}

.ok-el-head-adv-square {
  max-width: 115px;
  margin-left: auto;
  margin-right: 24px;
}
.ok-el-head-adv-square img {
  vertical-align: top;
}

.el-slogna {
  margin-left: auto;
  max-width: 360px;
}
.el-slogna img {
  vertical-align: top;
}

nav {
  font-family: "Khand", sans-serif;
  background-color: #2462C2;
  color: white;
  font-size: 20px;
}
nav ul li {
  border-right: solid 1px rgba(255, 255, 255, 0.14);
}
nav ul li:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.14);
}
nav ul li a,
nav ul li a:visited {
  color: white;
  display: block;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  color: #c5d8f8;
  background-color: #1957c3;
}

.tab-nav {
  align-self: center;
  margin-left: auto;
  border-radius: 48px;
  border: solid 1px #EBEBEB;
  padding: 2px;
  background-color: white;
}
.tab-nav .tab-nav-item {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.68);
  line-height: 32px;
  padding: 0 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tab-nav .tab-nav-item.active-nav {
  background-color: #E5EBF4;
  color: #174FB1;
  border-radius: 68px;
}

.tab-container .tab-content {
  display: none;
}

.party-index {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 2px;
}

.election-area {
  border-radius: 8px;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  background-color: #E5EBF4;
  border: solid 1px #d7e0ee;
  color: #174FB1;
  font-size: 14px;
}
.election-area > span {
  font-weight: 700;
}

.polling-graph {
  display: flex;
  margin-bottom: 10px;
}
.polling-graph .pol-item {
  flex-direction: column;
  justify-content: flex-end;
}
.polling-graph .pol-item .bar {
  width: 100%;
  height: 14px;
}

.ok-hot-seat-polling p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.select-candidate label {
  display: block;
  font-size: 14px;
  color: rgba(48, 48, 48, 0.68);
  font-weight: 500;
  margin-bottom: 5px;
}

.snap-share {
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  justify-content: center;
}
.snap-share > span {
  font-size: 11px;
  display: inline-block;
}
.snap-share > img {
  width: 14px !important;
  margin-right: 5px;
}

.candidate-row {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.candidate-row:last-child {
  border-bottom: none;
}
.candidate-row:hover {
  background-color: #f9faff;
}
.candidate-row > div:last-child {
  margin-left: auto;
  text-align: right;
}
.candidate-row .candidate-img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  background-color: rgba(23, 79, 177, 0.08);
  background-image: url("../img/user-avatar.jpg");
  background-size: cover;
}
.candidate-row .candidate-img > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.candidate-row .candidate-name {
  margin-right: 15px;
}
.candidate-row .candidate-name h5 {
  margin: 0;
  line-height: 1;
}
.candidate-row .candidate-name h5 > a {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.68);
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  margin-bottom: 0;
}
.candidate-row .candidate-name h5 > a:hover {
  color: #174FB1;
}
.candidate-row .candidate-name > span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.48);
}
.candidate-row .candidate-name > span a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.candidate-row .candidate-name > span a:hover {
  color: #30B4FF;
}
.candidate-row .candidate-party-sign {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 1px rgba(0, 0, 0, 0.14);
  padding: 2px;
}
.candidate-row .candidate-party-sign a {
  display: block;
}
.candidate-row .candidate-party-sign a > img {
  border-radius: 50%;
}
.candidate-row .candidate-party-sign > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: top;
  border-radius: 50%;
}
.candidate-row .candidate-vote-stat {
  display: flex;
  align-items: center;
}
.candidate-row .candidate-vote-stat > span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.candidate-row .candidate-vote-stat > span > span {
  font-size: 12px;
  font-weight: 400;
}
.candidate-row .candidate-vote-stat > img {
  width: 20px;
  margin-left: 10px;
}
.candidate-row.is-leading .candidate-vote-stat > span {
  color: #5DB56B;
}
.candidate-row.is-leading .candidate-vote-stat > img {
  width: 14px;
}
.candidate-row.has-won {
  background-color: #ffe9e9;
}
.candidate-row.has-won .candidate-vote-stat > span {
  color: #FF5C5C;
}

.has-won .vote-received {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
  0% {
    color: #FF5C5C;
  }
  100% {
    color: black;
  }
}
.candidate-party-index {
  height: 10px;
  width: 10px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 4px;
}

.inline-bar {
  margin-bottom: 20px;
}
.inline-bar:last-child {
  margin-bottom: 0;
}
.inline-bar .party-name {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}
.inline-bar .seat-bar-wrap {
  background-color: rgba(0, 0, 0, 0.06);
  height: 28px;
  width: 100%;
  display: flex;
  align-items: center;
}
.inline-bar .seat-bar-wrap .progress-bar {
  height: 100%;
  width: 0px;
}
.inline-bar .seat-bar-wrap .seat-numr {
  display: inline-block;
  margin-left: 15px;
  font-weight: 700;
}

.seat-bar-wrap .party-icon {
  height: 20px;
  width: 20px;
  margin-right: 3px;
  border-radius: 50%;
  background-color: white;
  overflow: hidden;
  margin-left: 3px;
}

.generic-tab-nav {
  padding: 0 0 10px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  cursor: pointer;
}
.generic-tab-nav .generic-tab-nav-item {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.48);
  margin-right: 20px;
  transition: all 0.3s ease;
  position: relative;
}
.generic-tab-nav .generic-tab-nav-item:hover {
  color: #174FB1;
}
.generic-tab-nav .generic-tab-nav-item.active-tab-nav {
  color: #174FB1;
}
.generic-tab-nav .generic-tab-nav-item.active-tab-nav:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -9px;
  background-color: #174FB1;
}

.change-gain-loss {
  font-size: 12px;
  display: block;
  margin-right: 10px;
}

.generic-tab-content {
  display: none;
}

.ok-site-footer {
  padding: 60px 0;
  background: rgba(34, 96, 191, 0.04);
  border-top: solid 1px rgba(34, 96, 191, 0.08);
}

.ok-site-footer .flx > div {
  min-width: 20%;
}
.ok-site-footer .flx > div h4 {
  font-size: 22px;
  margin: 0 0 20px;
  line-height: 1;
  font-family: khand, sans-serif;
  font-weight: 600;
  color: #2260bf;
}
.ok-site-footer .flx > div ul {
  margin: 0;
  padding: 0;
}
.ok-site-footer .flx > div ul li {
  list-style: none;
}
.ok-site-footer .flx > div ul li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.48);
  transition: all 0.3s ease;
  display: block;
  line-height: 30px;
}
.ok-site-footer .flx > div ul li a:hover {
  color: #174FB1;
}

.ok-footer-info {
  padding: 40px;
  background: rgba(34, 96, 191, 0.14);
  text-align: left;
}
.ok-footer-info .ok-logo-wrap {
  height: 100%;
  flex: 0 0 100%;
  text-align: left;
  margin-right: 25px;
  padding-right: 25px;
  border-right: solid 1px rgba(0, 0, 0, 0.14);
}
.ok-footer-info .ok-logo-wrap img {
  max-width: 200px;
}
.ok-footer-info .ok-footer-editor-info {
  margin-right: 25px;
  padding-right: 25px;
  border-right: solid 1px rgba(0, 0, 0, 0.14);
}
.ok-footer-info .ok-footer-editor-info h5 {
  font-family: mukta, sans-serif;
  margin: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.48);
}
.ok-footer-info .ok-footer-editor-info h5 span {
  font-size: 12px;
  display: block;
  line-height: 1;
  font-family: mukta, sans-serif;
}

.ok-copyright-text {
  margin-top: 20px;
  padding-right: 0;
  border: none !important;
  font-size: 13px;
  opacity: 0.68;
}

.party-seats {
  margin-bottom: 24px;
}
.party-seats:last-child {
  margin-bottom: 0;
}
.party-seats h4 {
  font-size: 16px;
  margin: 0 0 10px 0 !important;
}
.party-seats .bar-wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  align-items: center;
  height: 28px;
}
.party-seats .bar-wrapper .bar-fill {
  height: 100%;
  color: white;
  line-height: 28px;
  font-size: 13px;
  padding: 0 10px;
}
.party-seats .bar-wrapper > span {
  font-weight: 700;
  font-size: 20px;
  margin-left: 18px;
}
.party-seats .bar-wrapper > img {
  height: 18px;
  width: 18px;
  margin-left: auto;
  margin-right: 10px;
}

.map-filter-row {
  display: flex;
}

.section-popular-candidate .candidate-card {
  height: 100%;
}

.area-name {
  display: inline-block;
  line-height: 28px;
  padding: 0 18px;
  border-radius: 48px;
  background-color: #f2f6fd;
  margin-left: 5px;
  margin-top: -10px;
  vertical-align: top;
}

.sidebar-content .card-candidates:not(:last-child) {
  margin-bottom: 24px;
}

.single-party .details-content {
  height: 268px;
  overflow: hidden;
  position: relative;
  transition: height 0.3s ease;
}
.single-party .details-content:after {
  content: "";
  width: 100%;
  height: 58%;
  z-index: 3;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.98), transparent);
  position: absolute;
  left: 0;
  bottom: 0;
}
.single-party .details-content.read-full {
  height: auto;
}
.single-party .details-content.read-full:after {
  display: none;
}

.expand-reading {
  border: solid 1px rgba(0, 0, 0, 0.48);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  border-radius: 68px;
  text-align: center;
  padding: 0 50px;
  display: inline-block;
  cursor: pointer;
}

.page-pradesh-single .okel-filter-wrap .pradesh-filter-select {
  display: none;
}

.sub-menu {
  flex-direction: column;
  background-color: #174FB1;
}

.current-time {
  display: inline-block;
  padding: 3px 10px;
  background-color: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.68);
  font-size: 12px;
  margin-left: 14px;
}

.section {
  padding: 60px 0;
  position: relative;
  min-height: 100px;
}
.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
  margin: 0 0 24px 0;
  line-height: 1;
  font-weight: 600;
}

.section-banner-stat {
  background-color: #fff;
  background-image: url("../img/crowed-bg-pattern.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto;
}
.section-banner-stat .latest-result-bar-chart {
  padding-top: 0;
}
@media all and (max-width: 767px) {
  .section-banner-stat {
    background-size: auto;
  }
}

.section-heading {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}
.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5,
.section-heading h6 {
  margin-bottom: 0;
}
.section-heading .map-filter-row {
  margin-left: auto;
}

.section-gathbandhan {
  padding: 0 0 30px;
  background-color: #eceff6;
  color: #4b556a;
}

.section-map {
  background-color: white;
}

.section-compare .ok-col {
  max-width: 168px;
}
.section-compare .img-comp-container {
  flex: 2;
  margin: 30px auto 0;
}
.section-compare .seat-card {
  padding: 10px;
}
.section-compare .seat-card:not(:last-child) {
  margin-bottom: 10px;
}
.section-compare .seat-card .party-icon img {
  width: 20px;
}
.section-compare .seat-card .party-name {
  font-size: 12px;
  line-height: 1;
}
.section-compare .seat-card .seat-no {
  font-size: 24px;
}

.img-comp-container {
  position: relative;
  height: auto;
  max-width: 678px;
  width: 100%;
}

.img-comp-responsive {
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}

.img-comp-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-overlay {
  width: 50%;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 80px;
  height: 100%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.img-comp-slider img {
  position: relative;
  z-index: 3;
}
.img-comp-slider:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.14);
  top: 0;
  left: 39px;
}

.section-hot-seats {
  background-color: #F9FCFF;
  background-image: url("../img/crowed-bg-pattern2.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
.section-hot-seats .ok-container {
  position: relative;
}
.section-hot-seats .owl-carousel {
  position: static;
}
.section-hot-seats .section-fade-img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 15%;
  z-index: 3;
}
.section-hot-seats .section-fade-img img {
  width: 100%;
}
.section-hot-seats .section-fade-img.left {
  left: 0;
}
.section-hot-seats .section-fade-img.right {
  right: 0;
}
.section-hot-seats h2 {
  color: #174FB1;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% + 24px);
  z-index: 9;
  left: -50px;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  display: inline-block;
  height: 38px;
  width: 38px;
  font-size: 24px;
  line-height: 34px;
  background-color: #174FB1;
  color: white;
  border-radius: 50%;
  text-align: center;
}
.owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.section-candidates {
  background-color: white;
}
.section-candidates .card-candidates {
  height: 100%;
  transition: all 0.3s ease;
}
.section-candidates .card-candidates .card-body {
  height: calc(100% - 48px);
}
.section-candidates .card-candidates:hover {
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 14px;
}
.section-candidates .ok-row {
  flex-wrap: wrap;
  column-count: 3;
}
.section-candidates .ok-row > div {
  flex: 0 0 33.33%;
  margin-bottom: 20px;
}
.section-candidates .ok-btn-wrapper {
  padding: 20px 15px 0;
}

.section-provience-home {
  background: linear-gradient(180deg, #F7FAFF 0%, #FFFFFF 100%);
}
.section-provience-home .pradesh-stat-left {
  padding-right: 0;
}
.section-provience-home .pradesh-stat-left .generic-tab-content {
  min-height: 234px;
}
.section-provience-home .pradesh-stat-left .ok-btn-wrapper {
  margin-top: 30px;
}
.section-provience-home .tab-nav {
  padding: 6px;
}

.section-news {
  background: white;
}
.section-news .news-grid-wrap {
  display: flex;
  flex-wrap: wrap;
}

.section-popular-candidate {
  overflow: hidden;
}
.section-popular-candidate .candidate-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  flex-wrap: nowrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.section-popular-candidate .candidate-wrapper::-webkit-scrollbar {
  display: none;
}
.section-popular-candidate .candidate-wrapper > div {
  flex: 0 0 26.5%;
  padding: 0 10px;
  scroll-snap-align: start;
}
.section-popular-candidate .candidate-card a {
  color: white;
}

.section-video-glimpse {
  background-color: #282828;
  color: white;
}
.section-video-glimpse .video-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -10px;
  margin-right: -10px;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  flex-wrap: nowrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.section-video-glimpse .video-wrapper::-webkit-scrollbar {
  display: none;
}
.section-video-glimpse .video-wrapper > div {
  padding: 0 10px;
  flex: 0 0 300px;
  scroll-snap-align: start;
}
.section-video-glimpse .video-wrapper .video-item {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  position: relative;
}
.section-video-glimpse .video-wrapper .video-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 3;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88), transparent);
}
.section-video-glimpse .video-wrapper .video-item .video-cover-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-video-glimpse .video-wrapper .video-item .video-story-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 28px;
  color: white;
  display: flex;
}
.section-video-glimpse .video-wrapper .video-item .video-story-title > img {
  height: 38px;
  width: 38px;
  margin-right: 15px;
}
.section-video-glimpse .video-wrapper .video-item .video-story-title h4 {
  font-size: 18px;
  margin: 0;
  line-height: 1.4;
}
.section-video-glimpse .video-wrapper .video-item .video-story-title h4 a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: white;
  display: block;
}
.section-video-glimpse .video-wrapper .video-item .video-story-title h4:hover a {
  color: #DC1F1E;
}

.counting-state {
  background-color: #F8F8F8;
}

.list-candidate-profile {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.list-candidate-profile > div {
  flex: 0 0 33.33%;
  padding: 0 10px 20px;
}
@media all and (max-width: 767px) {
  .list-candidate-profile > div {
    flex: 0 0 100%;
  }
}

.list-candidate-profile .candidate-card .candidate-name {
  font-size: 20px;
}

.hot-seat-lists > .flx {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
@media all and (max-width: 767px) {
  .hot-seat-lists > .flx {
    display: block;
  }
}
.hot-seat-lists > .flx > div {
  padding: 0 10px 20px;
  flex: 0 0 33.33%;
}
.hot-seat-lists .card-hotseat .snap-share {
  position: static;
}

.candidate-profile-section {
  background-color: #141417;
}
.candidate-profile-section h2 {
  color: white;
}
.candidate-profile-section .candidate-card .candidate-name {
  font-size: 18px;
}
.candidate-profile-section .candidate-card {
  height: 100%;
}

.candidate-list-page .candidate-wrapper {
  flex-wrap: wrap;
}
.candidate-list-page .candidate-wrapper > div {
  flex: 0 0 25%;
  padding-bottom: 20px;
}

.section-hot-seats-home .card-hotseat .candidate-img {
  height: 124px;
  width: 124px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
}
.section-hot-seats-home .card-hotseat .candidate-name {
  font-size: 20px;
}
.section-hot-seats-home .card-hotseat .candidate-party {
  font-size: 16px;
}
.section-hot-seats-home .card-hotseat .competetor-info {
  padding-bottom: 40px;
}

.pradesh-list-page .provience-info-home-card {
  background-color: #f9f9f9;
  margin-top: 30px;
}
.pradesh-list-page .provience-info-home-card .pradesh-stat-wrapper .pradesh-stat-left {
  padding-right: 68px;
}

.page-pradesh-single .section-banner-stat {
  background-color: rgb(249, 249, 249);
}
.page-pradesh-single .latest-result-bar-chart-hr .bar-chart-item .progress-bar-wrap {
  background-color: white;
}

@media all and (min-width: 768px) and (max-width: 1279px) {
  #hotseat {
    overflow: hidden;
  }
  #hotseat .owl-stage-outer {
    margin-left: -80px;
  }
}
.previous-win-row {
  flex: 0 0 100%;
  padding: 12px 20px;
  text-align: center;
  font-size: 16px;
  color: rgba(136, 72, 72, 0.68);
  background-color: #ffe8e8;
  border-radius: 0 0 8px 8px;
}
.previous-win-row strong {
  font-weight: 600;
  color: #f07272;
}

.chetra-candidates-list-wrap .previous-win-row {
  font-size: 14px;
}

@media all and (min-width: 1280px) {
  #hotseat {
    overflow: hidden;
  }
  #hotseat .owl-stage-outer {
    margin-left: -100px;
  }
}
.section-manifeast .manifeast-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: -30px;
}
.section-manifeast .manifeast-wrapper > div {
  flex: 0 0 25%;
  padding: 0 15px 30px;
}
@media all and (max-width: 1100px) {
  .section-manifeast .manifeast-wrapper > div {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 767px) {
  .section-manifeast .manifeast-wrapper > div {
    flex: 0 0 100%;
  }
}
.section-manifeast .manifeast-wrapper > div .manifeast-item {
  width: 100%;
  height: 380px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.section-manifeast .manifeast-wrapper > div .manifeast-item > a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.section-manifeast .manifeast-wrapper > div .manifeast-item > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 68%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.68), transparent);
  z-index: 4;
}
.section-manifeast .manifeast-wrapper > div .manifeast-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: all 0.3s ease;
}
.section-manifeast .manifeast-wrapper > div .manifeast-item .manifeast-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
  z-index: 5;
  color: white;
}
.section-manifeast .manifeast-wrapper > div .manifeast-item .manifeast-info > img {
  padding: 5px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  min-width: 38px;
  background-color: white;
}
.section-manifeast .manifeast-wrapper > div .manifeast-item .manifeast-info h4 {
  flex: 2;
  font-size: 18px;
  margin: 0;
}
.section-manifeast .manifeast-wrapper > div .manifeast-item .manifeast-info h4 > span {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.section-manifeast .manifeast-wrapper > div .manifeast-item:hover > a > img {
  transform: scale(1.04);
}

.section-map {
  padding: 0;
}

.single-page-content .section-popular-candidate {
  padding: 4px 0;
  margin-bottom: 30px;
}
.single-page-content .section-popular-candidate .candidate-wrapper > div {
  flex: 0 0 35.5%;
}

.candidate-wrapper .candidate-card .candidate-name {
  font-size: 18px;
}

.page-template-template-area .section-popular-candidate {
  padding-top: 4px;
}

.section-map {
  padding: 40px 0;
}

.map-canvas {
  position: relative;
}
.map-canvas svg {
  height: auto;
  max-width: 100%;
}
.map-canvas svg text {
  pointer-events: none;
}
.map-canvas svg g {
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.map-canvas svg g > g {
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.map-canvas svg g path {
  transition: all 0.3s ease;
}
.map-canvas svg g path:hover {
  fill: rgba(23, 79, 177, 0.14);
}

.okel-center-main-map {
  position: relative;
}
.okel-center-main-map .map-zoom-in,
.okel-center-main-map .map-zoom-out {
  position: absolute;
  top: 0;
  left: 0;
}
.okel-center-main-map .map-zoom-out {
  left: 38px;
}

.map-zoom-in,
.map-zoom-out {
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 5px;
  line-height: 8px;
}
.map-zoom-in img,
.map-zoom-out img {
  height: 20px;
  width: auto;
}

.onfly-info-div {
  position: absolute;
  top: 0;
  right: 0;
}
.onfly-info-div .ok-col {
  padding: 0;
}
.onfly-info-div .card-candidates {
  background-color: white;
  min-width: 318px;
}
.onfly-info-div .card-candidates .card-body > div:last-child, .onfly-info-div .card-candidates .card-body > div:nth-child(4), .onfly-info-div .card-candidates .card-body > div:nth-child(5) {
  display: none;
}
.onfly-info-div .candidate-row .candidate-img {
  height: 45px;
  width: 45px;
}
.onfly-info-div .candidate-row .candidate-party-sign {
  height: 20px;
  width: 20px;
}
.onfly-info-div .candidate-row .candidate-name h5 > a {
  font-size: 16px;
}

nav ul li.current_page_item a {
  color: #fff;
  background-color: #4a7cd5;
}

.legend-wrap {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
  text-align: left;
}
.legend-wrap > div {
  flex: none;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 5px 10px 1px;
}
.legend-wrap > div.active-map-filter {
  border: 2px solid #4697ff;
  color: #4697ff;
  border-radius: 48px;
}
.legend-wrap > div span {
  display: inline-block;
  vertical-align: top;
}
.legend-wrap > div span.fill {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  margin-right: 5px;
}
.legend-wrap > div span.label {
  font-size: 16px;
}

.section-result-counting {
  background-color: #f4f4f4;
  padding: 35px 0;
}

.result-card {
  padding: 40px;
  background-color: white;
  border-radius: 8px;
}

.result-card h3 {
  color: #174FB1;
  font-size: 28px;
  line-height: 1;
  margin: 0 10px 0 0;
  align-items: center;
}

.author-icon-ok {
  height: 45px;
  width: 45px;
  margin-right: 5px;
}
.author-icon-ok img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.result-card h3 span {
  display: inline-block;
}

.result-card h3 .live-cast {
  margin-left: 15px;
  background-color: #FF5C5C;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  padding-left: 20px;
  border-radius: 4px;
  padding-right: 10px;
  line-height: 26px;
}

.result-card h3 .live-cast:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 8px;
}

.result-card h3 .total-seat {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.48);
  white-space: nowrap;
  margin: 0 10px 0 auto;
  font-weight: 500;
}

.result-card h3 .total-seat strong {
  font-size: 18px;
  font-weight: 700;
}

.col-indv-info {
  flex: 2;
  padding-right: 5px;
}

.col-lead,
.col-win,
.total-seat {
  flex: 1;
  max-width: 98px;
  padding: 0 2px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.col-lead {
  color: #5DB56B;
}

.col-win {
  color: #FF5C5C;
}

.col-lead a,
.col-win a,
.total-seat a {
  color: inherit;
  text-decoration: none;
}

.label-block {
  align-items: center;
  display: flex;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.08);
  color: black;
  line-height: 34px;
  padding: 0 14px;
  font-size: 16px;
  justify-content: center;
  flex-wrap: wrap !important;
}

.label-block > img {
  height: 14px;
  width: 14px;
  margin-right: 8px;
}

.label-block.leading {
  background-color: #F1FAF3;
  color: #5DB56B;
}
.label-block.leading .number {
  flex: 0 0 100%;
}

.label-block.won {
  background-color: #FFF2F2;
  color: #FF5C5C;
}
.label-block.won .number {
  flex: 0 0 100%;
}

.label-block.samanupatik-sit {
  background-color: #effaff;
  color: #44a9e6;
  margin-left: 5px;
}
.label-block.samanupatik-sit .number {
  flex: 0 0 100%;
}

.row-party {
  background-color: #F8F8F8;
  margin-top: 8px;
  position: relative;
}

.row-party .col-lead,
.row-party .col-win,
.row-party .total-seat {
  padding: 15px 0;
  padding: 0;
  border-left: solid 2px rgba(0, 0, 0, 0.05);
}

.row-party .col-lead .label-block,
.row-party .col-win .label-block {
  display: none;
}

.row-party .total-seat {
  border-right: none;
  padding-right: 2px;
}

.col-indv-info {
  position: relative;
}

.col-indv-info .fill-percnt {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  transition: all 0.3s ease;
  box-sizing: inherit;
  display: flex;
}

.col-indv-info .fill-percnt .fill-left {
  height: 100%;
  width: 194px;
  min-width: 194px;
  max-width: 194px;
  background-color: inherit;
}

.col-indv-info .fill-percnt .fill-right {
  background-color: inherit;
  width: 100%;
  height: 100%;
}
.col-indv-info .fill-percnt .fill-right .filling {
  height: 100%;
}

.col-indv-info .party-name {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.88);
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  max-width: 194px;
  min-width: 194px;
  position: relative;
  padding: 10px;
  z-index: 4;
}
.col-indv-info .party-name span a {
  color: inherit;
  text-decoration: none;
}
.col-indv-info .party-name span a:hover {
  color: #174FB1;
}

.col-indv-info .party-name > img {
  background-color: white;
  border-radius: 50%;
  padding: 2px;
  height: 28px;
  width: 28px;
  object-fit: cover;
  margin-right: 10px;
}

.hash-tag {
  text-align: right;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  padding-bottom: 0;
}

.hash-tag picture {
  height: 20px;
}

.hash-tag img {
  height: 18px;
  margin-right: 15px;
}

.hash-text {
  font-weight: 700;
  opacity: 0.8;
}

.row-total {
  background-color: #EAEFF5;
  margin-top: 10px;
}
.row-total .col-indv-info {
  text-align: right;
  display: inline-flex;
  align-items: center;
  padding-right: 15px;
  justify-content: flex-end;
}
.row-total .col-lead,
.row-total .col-win,
.row-total .total-seat {
  border-left: solid 2px rgba(0, 0, 0, 0.05);
  border-right: solid 2px rgba(0, 0, 0, 0.05);
  border-color: rgba(36, 98, 194, 0.06);
  font-size: 20px;
  color: #174FB1;
}

.copyright-row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  padding: 0 10px;
}
.copyright-row .hash-tag {
  padding-top: 0;
  padding-left: 0;
  padding-left: 0;
}
.copyright-row .hash-tag img {
  margin-right: 10px;
}
.copyright-row .home-quick-links {
  margin-left: auto;
  display: flex;
}
.copyright-row .home-quick-links > a {
  display: flex;
  align-items: center;
  margin-left: 15px;
  color: rgba(0, 0, 0, 0.68);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  padding: 2px 16px 0;
  background-color: #e8e8e8;
  border-radius: 48px;
}
.copyright-row .home-quick-links > a:hover {
  color: #174FB1;
}
.copyright-row .home-quick-links > a > img {
  height: 34px;
  width: 34px;
  margin-right: 5px;
  display: none;
}

.row-party .total-seat.samanupatik-seat {
  font-size: 16px;
  text-align: right;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.68);
  padding: 12px 16px 0 0;
}

.row-party .total-seat.samanupatik-seat .lable-txt {
  display: none;
}

@media all and (max-width: 767px) {
  .col-lead, .col-win, .total-seat {
    max-width: none;
  }
  .result-card {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -16px;
  }
  .result-card > div {
    padding: 0 8px 16px;
    flex: 0 0 47%;
    margin: 0 5px 10px;
  }
  .result-card > div.row-table-header {
    flex: 0 0 100%;
  }
  .result-card > div.row-total {
    display: none;
  }
  .result-card > div.hash-tag {
    padding-top: 15px;
    justify-content: center;
    flex: 0 0 100%;
  }
  .row-table-header .col-lead,
.row-table-header .col-win,
.row-table-header .total-seat {
    display: none;
  }
  .row-party {
    background-color: #ffffff;
    padding: 0;
    border-radius: 4px;
  }
  .row-party .col-indv-info {
    flex: 0 0 100%;
  }
  .row-party .col-indv-info .party-name {
    justify-content: center;
    min-width: auto;
    max-width: none;
  }
  .row-party .col-lead,
.row-party .col-win,
.row-party .total-seat {
    padding: 0 2px;
    border: none;
  }
  .row-party .col-lead .label-block,
.row-party .col-win .label-block,
.row-party .total-seat .label-block {
    display: flex;
  }
  .row-party .total-seat,
.row-party .col-indv-info .fill-percnt {
    display: none;
  }
  .result-card .copyright-row {
    flex: 0 0 100%;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    background-color: transparent;
    margin-bottom: 15px;
  }
  .result-card .copyright-row .home-quick-links {
    display: none;
  }
}
.section-counting-pradesh {
  background-color: white;
}

.section-counting-pradesh .result-card {
  padding: 0;
}

.section-counting-pradesh .inner-wrapper {
  margin-top: 10px;
  padding: 20px 0;
  margin-bottom: -20px;
}

.summary-prev {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.48);
  font-size: 13px;
  font-weight: 400;
  border-radius: 48px;
  line-height: 20px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.05);
}
.summary-prev strong {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}

.inner-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
  flex-wrap: wrap;
}

.pradesh-item {
  padding: 0 15px 30px;
  height: 100%;
  flex: 0 0 50%;
}

.pradesh-item-card {
  background-color: #fbfbfb;
  overflow: hidden;
  border-radius: 8px;
}

.pradesh-item-card-header {
  background-color: rgba(23, 79, 177, 0.08);
  align-items: center;
  padding: 15px;
  color: #174FB1;
}
.pradesh-item-card-header .pradesh-name {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  line-height: 34px;
  padding: 0 15px;
}
.pradesh-item-card-header span:last-child {
  margin-left: auto;
}

.pradesh-sabha-total .pradesh-item-card-header {
  background-color: #DC1F1E;
}

.pradesh-sabha-total .pradesh-item-card-header span:last-child {
  color: white;
}

.pradesh-sabha-total .pradesh-item-card-header .pradesh-name {
  color: #DC1F1E;
}

.pradesh-card-row {
  display: flex;
  padding: 5px 15px;
}
.pradesh-card-row:not(:last-child) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}
.pradesh-card-row a {
  text-decoration: none;
  color: inherit;
}
.pradesh-card-row .col-party {
  flex: 2;
  display: inline-flex;
  align-items: center;
}
.pradesh-card-row .col-party .party-name {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.pradesh-card-row .col-party .party-name > img {
  height: 24px;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  border-radius: 50%;
  padding: 2px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-right: 10px;
}
.pradesh-card-row .col-won,
.pradesh-card-row .col-lead {
  flex: 1;
  width: 80px;
  max-width: 80px;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}
.pradesh-card-row .col-won {
  color: #DC1F1E;
}
.pradesh-card-row .col-lead {
  color: #5DB56B;
}
.pradesh-card-row.row-thead {
  padding: 4px 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}
.pradesh-card-row.row-thead .col-party {
  flex: 2;
}
.pradesh-card-row.row-thead .col-won,
.pradesh-card-row.row-thead .col-lead {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pradesh-card-row.row-thead .col-won > img,
.pradesh-card-row.row-thead .col-lead > img {
  height: 18px;
  width: 18px;
  margin-right: 6px;
}
.pradesh-card-row.row-thead .col-lead > img {
  height: 13px;
  width: 13px;
}

.fill-wrapper {
  align-self: center;
  flex: 1;
  min-width: 120px;
  max-width: 120px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.04);
  position: relative;
}

.section-hotseat-counting {
  background-color: #F7F7F9;
  padding: 40px 0;
}
.section-hotseat-counting .section-heading h2 {
  color: #174FB1;
}

.candidate-result-indv-card {
  position: relative;
  padding: 20px;
  background-color: white;
  text-align: center;
}
.candidate-result-indv-card .candidate-name {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.68);
  margin-bottom: 5px;
  line-height: 1;
}
.candidate-result-indv-card .candidate-name a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.candidate-result-indv-card .candidate-name a:hover {
  color: #174FB1;
}
.candidate-result-indv-card .candidate-party {
  font-size: 14px;
  margin-bottom: 5px;
  color: #30B4FF;
}
.candidate-result-indv-card .candidate-party a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.candidate-result-indv-card .candidate-party a:hover {
  color: rgba(0, 0, 0, 0.48);
}
.candidate-result-indv-card .candidate-vote {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
.candidate-result-indv-card.is-leading .candidate-pos {
  background-color: #DBF2E0;
  color: #5DB56B;
}
.candidate-result-indv-card.is-leading .candidate-pos > img {
  width: 11px;
}
.candidate-result-indv-card.is-leading .candidate-vote {
  color: #5DB56B;
}
.candidate-result-indv-card.is-win .candidate-pos {
  background-color: #FFF2F2;
  color: #FF5C5C;
}
.candidate-result-indv-card.is-win .candidate-pos > img {
  width: 15px;
}
.candidate-result-indv-card.is-win .candidate-vote {
  color: #FF5C5C;
}

.candidate-avatar-wrap {
  height: 74px;
  width: 74px;
  position: relative;
  margin: 0 auto 15px;
}
.candidate-avatar-wrap > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  vertical-align: top;
}
.candidate-avatar-wrap .party-flag {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: white;
  border: solid 2px white;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.row-party .col-win {
  background-color: #ffdede;
  border-left: none;
}

.row-party .col-lead {
  background-color: #def9e4;
  border-left: none;
}

.party-name-abs {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.48);
}
.party-name-abs > a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.party-name-abs > a:hover {
  color: #30B4FF;
}

.candidate-pos {
  display: flex;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 22px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.68);
  padding: 0 10px;
  border-radius: 48px;
}
.candidate-pos > img {
  margin-right: 5px;
}

.hotseat-result-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.hotseat-result-card-wrapper > div {
  flex: 0 0 50%;
  padding: 0 10px;
  padding-bottom: 20px;
}

.hotseat-result-card {
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease;
  height: 100%;
}
.hotseat-result-card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0 0 24px;
  transform: scale(1.01);
}
.hotseat-result-card > div {
  flex: 0 0 33.33%;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.hotseat-result-card > div:first-child, .hotseat-result-card > div:last-child {
  border-right: none;
}
.hotseat-result-card .hotseat-result-card-header {
  display: inline-flex;
  align-items: center;
  flex: 0 0 100%;
  background-color: #2462c2;
  color: #FFF;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 18px;
}
.hotseat-result-card .hotseat-result-card-header a {
  color: inherit;
  text-decoration: none;
}
.hotseat-result-card .hotseat-result-card-header .pradesh-name {
  margin-left: auto;
  font-weight: 500;
  font-size: 14px;
  background-color: rgba(23, 79, 177, 0.1);
  line-height: 20px;
  padding: 0 10px;
  border-radius: 48px;
}
.hotseat-result-card .candidate-pos {
  top: 10px;
  right: 10px;
}
.hotseat-result-card .candidate-avatar-wrap {
  height: 68px;
  width: 68px;
}

.page-template-template-list-hot-seat .hot-seat-lists > .flx > div {
  flex: 0 0 50%;
}

.section-popular-candidate-counting {
  background-color: white;
  padding: 40px 0;
}
.section-popular-candidate-counting .popular-candidate-indv-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -16px;
}
.section-popular-candidate-counting .popular-candidate-indv-card-wrapper > div {
  flex: 0 0 25%;
  padding: 0 8px 16px;
}
.section-popular-candidate-counting .popular-candidate-indv-card-wrapper > div .candidate-result-indv-card {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding-top: 48px;
  transition: all 0.3s ease;
  height: 100%;
}
.section-popular-candidate-counting .popular-candidate-indv-card-wrapper > div .candidate-result-indv-card:hover {
  background-color: #F6F7FB !important;
  transform: scale(1.02);
}
.section-popular-candidate-counting .popular-candidate-indv-card-wrapper > div .candidate-result-indv-card .candidate-avatar-wrap {
  height: 184px;
  width: 184px;
}
.section-popular-candidate-counting .popular-candidate-indv-card-wrapper > div .candidate-result-indv-card .candidate-avatar-wrap .party-flag {
  height: 45px;
  width: 45px;
}

.section-quick-links {
  background-color: white;
  padding: 20px 0;
  display: none;
}
.section-quick-links .home-quick-links {
  display: flex;
  flex-wrap: wrap;
}
.section-quick-links .home-quick-links > a {
  display: block;
  text-decoration: none;
  text-align: center;
  flex: 1;
}
.section-quick-links .home-quick-links > a > img {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.section-quick-links .home-quick-links > a > span {
  font-size: 14px;
  display: block;
  color: rgba(0, 0, 0, 0.68);
}

.hot-seat-lists .candidate-result-indv-card {
  padding-top: 40px;
}

.quick-access-links {
  margin-left: 34px;
}
.quick-access-links > a {
  display: inline-block;
  padding: 6px 14px;
  background-color: rgba(0, 0, 0, 0.08);
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 8px;
  transition: all 0.3s ease;
  border-radius: 48px;
}
.quick-access-links > a:hover {
  background-color: #174FB1;
  color: white;
}

.chetra-svg-html svg {
  width: 100%;
}

.vote-elements > span {
  display: inline-block;
  margin-left: 8px;
}
.vote-elements > span.vote {
  font-weight: 700;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .vote-elements > span.flag {
    margin-top: 4px;
  }
}

.section-hotseat-counting .candidate-result-indv-card {
  padding: 40px 20px 20px;
}

.all-candidate-of-party .candidate-list-fluid .candidate-row > div:last-child {
  align-items: flex-end;
}

.segregate {
  display: inline-block;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
  margin-left: auto;
}
.segregate .leading {
  margin-right: 10px;
}
.segregate .leading,
.segregate .winning {
  display: inline-block;
  color: #5db56b;
}
.segregate .winning {
  color: #ff5c5c;
}

.ok-el-competetor .row > div .item .result-stat-party .col-samanupatik .label-block {
  font-size: 12px;
}

.ok-el-competetor .row > div .item .result-stat-party .col-samanupatik .label-block .number {
  font-size: 18px;
}

/*Pratinidhisabha dual bar ====================== dual bar=======*/
.dual-bar-row {
  background-color: transparent;
  margin-bottom: 30px;
}

.dual-bar-row .col-indv-info {
  flex: 1;
  max-width: 144px;
}

.dual-bar-row .party-name {
  position: relative;
}

.dual-bar-row .party-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.dual-bar-row .party-name img,
.dual-bar-row .party-name span {
  position: relative;
  z-index: 3;
}

.dual-bar-col {
  flex: 2;
}

.pratykshya {
  margin-bottom: 3px;
  height: 42px;
  background-color: #fafafa;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.samanupatik {
  height: 35px;
  background-color: #fafafa;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.pratykshya .lable,
.samanupatik .lable {
  display: inline-block;
  flex: 1;
  min-width: 98px;
  max-width: 98px;
  height: 100%;
  background-color: #215AB2;
  color: white;
  padding: 4px 10px;
  font-size: 15px;
}

.samanupatik .lable {
  background-color: #349EEB;
}

.pratykshya .lable {
  padding-top: 9px;
}

.dual-bar-col .bar-wrapper {
  flex: 2;
  width: 100%;
  display: flex;
}

.pratykshya .bar-wrapper .fill {
  height: 100%;
  width: 0;
  background-color: #2462C2;
  transition: all 0.3s ease;
  display: block;
}

.samanupatik .bar-wrapper .fill {
  height: 100%;
  width: 0;
  background-color: #38ACFF;
  transition: all 0.3s ease;
  display: block;
}

.bar-wrapper .number-seat {
  white-space: nowrap;
  margin-left: 10px;
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.68);
}

.bar-wrapper .number-seat > span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}

.bar-wrapper .number-seat > span.percentage-seat {
  font-size: 14px;
  color: #3472C9;
}

.samanupatik .bar-wrapper .number-seat {
  font-size: 18px;
}

.dual-bar-row .col-seats,
.dual-bar-row .col-total {
  min-width: 68px;
  max-width: 68px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border-left: dashed 1px rgba(0, 0, 0, 0.14);
}

.dual-bar-row .col-seats {
  background-color: #fafafa;
}

.dual-bar-row .col-seats a,
.dual-bar-row .col-total a {
  text-decoration: none;
  color: inherit;
}

.col-seats span {
  display: block;
  color: #38ACFF;
}

.col-seats span.seat-pratakshya {
  height: 45px;
  margin-bottom: 3px;
  color: #2462C2;
  border-bottom: solid 3px white;
  line-height: 44px;
}

.col-seats span.seat-samanupatik {
  height: 29px;
  line-height: 26px;
}

.dual-bar-card .total-seat {
  max-width: 68px;
  min-width: 68px;
}

.dual-bar-row .col-total {
  font-size: 26px;
  font-weight: 700;
  padding: 20px 5px 0;
  background-color: #EEF2F8;
}

.dual-bar-row .col-indv-info .party-name {
  flex-wrap: wrap;
  justify-content: center;
}

.dual-bar-row .party-name span {
  flex: 0 0 100%;
  text-align: center;
}

.dual-bar-row .col-indv-info .party-name {
  min-width: 0;
}

.dual-bar-row .col-indv-info .party-name > img {
  margin: 0 0 5px 0;
}

.bar-wrapper .number-seat > span.seat-aprox {
  display: none;
}

.asterisk-def {
  margin-top: 10px;
  margin-bottom: 24px;
  text-align: right;
  font-size: 12px;
  opacity: 0.8;
}

.total-label {
  display: none;
}

.page-template-template-matantar .ok-el-generic-table table tbody tr td.col-win,
.page-template-template-matantar .ok-el-generic-table table tbody tr td.col-runnerup {
  width: 275px;
  min-width: 275px;
  text-align: left;
}

.ok-el-generic-table table tbody tr td.col-win::before {
  color: #FF5C5C;
}

.ok-el-competetor .row > div .item .result-stat-party {
  flex-wrap: wrap;
}

.ok-el-competetor .row > div .item .result-stat-party .label-block {
  font-size: 16px;
}

.result-stat-party .number {
  margin-left: 0;
}

.ok-el-competetor .row > div .item {
  padding: 40px 20px 20px;
}

.col-samanupatik {
  flex: 0 0 100%;
  margin-top: 10px;
}

.ok-el-competetor .row > div .item .result-stat-party .col-samanupatik .label-block {
  flex-direction: column;
  font-size: 14px;
}

.ok-el-competetor .row > div .item .result-stat-party .col-samanupatik .label-block .number {
  margin-left: 0;
}

/*Pratinidhisabha dual bar ====================== dual bar=======Ends*/
.candidate-row .sn-count {
  height: 34px;
  width: 34px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  font-weight: 700;
  min-width: 34px;
  line-height: 34px;
  padding: 0 !important;
}

.area a {
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}

.matantar-each-row > td:first-child {
  font-weight: 700;
}

@media all and (min-width: 768px) {
  .result-declare-row .win-stat .candidate-name,
.result-declare-row-default .win-stat .candidate-name {
    min-width: 150px;
    max-width: 150px;
  }
  .result-declare-row .win-stat .vote-elements,
.result-declare-row-default .win-stat .vote-elements {
    min-width: 124px;
  }
  .result-declare-row .win-stat .vote-elements.has-won .flag,
.result-declare-row-default .win-stat .vote-elements.has-won .flag {
    display: none;
    order: 1;
  }
  .result-declare-row .win-stat .vote-elements.has-won > img,
.result-declare-row-default .win-stat .vote-elements.has-won > img {
    margin-left: 10px;
    width: 20px;
    order: 2;
  }
  .result-declare-row .win-stat .vote-elements.has-won .votes,
.result-declare-row-default .win-stat .vote-elements.has-won .votes {
    order: 3;
  }
  .candidate-list-fluid .result-declare-row .candidate-name {
    max-width: none;
  }
  .closer-stat {
    flex: 2 !important;
  }
  .result-declare-row > div:last-child {
    margin-left: 0 !important;
  }
  .result-declare-row .closer-stat .candidate-name {
    max-width: none !important;
  }
}
@media all and (max-width: 767px) {
  .section-counting-pradesh .inner-wrapper {
    margin: 0;
    flex: 0 0 100%;
    overflow-x: visible;
    flex-wrap: wrap;
  }
  .pradesh-item {
    padding: 0;
    flex: 1;
    margin: 0 0 20px;
  }
  .section-counting-pradesh .result-card {
    margin: 0;
  }
  .section-counting-pradesh .inner-wrapper {
    flex-direction: column;
  }
  .summary-prev {
    display: none;
  }
  .pradesh-item-card-header {
    padding: 10px 15px;
  }
  .section-counting-pradesh .inner-wrapper {
    padding-bottom: 0;
  }
  .hotseat-result-card-wrapper > div {
    flex: 0 0 100%;
  }
  .hotseat-result-card > div {
    flex: 0 0 50%;
  }
  .hotseat-result-card > div:nth-child(2) {
    flex: 0 0 100%;
    border-right: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  .section-popular-candidate-counting .section-heading {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .section-popular-candidate-counting .section-heading .quick-access-links {
    display: none;
  }
  .section-popular-candidate-counting .section-heading .ok-btn {
    line-height: 28px;
    padding: 2px 16px;
  }
  .section-popular-candidate-counting .popular-candidate-indv-card-wrapper > div {
    flex: 0 0 100%;
  }
  .section-quick-links {
    display: block;
  }
  .section-quick-links .ok-container {
    padding: 0;
  }
  .section-quick-links .home-quick-links {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-right: 20px;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
  }
  .section-quick-links .home-quick-links::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
  .section-quick-links .home-quick-links > a {
    flex: none;
    min-width: 104px;
  }
  .section-result-counting.central-nepal-result {
    background-color: #174FB1;
    color: white;
  }
  .section-result-counting.central-nepal-result .result-card h3 {
    color: white;
  }
  .section-result-counting.central-nepal-result .col-indv-info .party-name {
    color: rgba(0, 0, 0, 0.8);
  }
  .section-result-counting.central-nepal-result .col-indv-info .party-name span a {
    color: inherit;
    text-decoration: none;
  }
  .section-result-counting.central-nepal-result .col-indv-info .party-name span a:hover {
    color: #174FB1;
  }
  .section-result-counting.central-nepal-result .result-card > div {
    padding: 0 8px 4px;
  }
}
@media all and (min-width: 424px) {
  .summary-prev {
    display: block;
  }
}
.go-to-ok {
  display: inline-block;
  background-color: white;
  color: #DC1F1E;
  padding: 5px 24px 3px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.go-to-ok:hover {
  background-color: #DC1F1E;
  color: white;
}

#chartdiv_bar {
  width: 100%;
  height: 500px;
}

.latest-result-bar-chart {
  padding: 20px 0 50px;
}

.news-grid-wrap > div:first-child {
  flex: 0 0 60%;
  padding-right: 30px;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.news-grid-wrap > div:last-child {
  flex: 0 0 40%;
  padding-left: 30px;
}

.news-post-main {
  text-align: center;
}
.news-post-main a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.news-post-main a h4 {
  transition: all 0.3s ease;
  font-size: 26px;
  margin: 0 0 20px 0;
}
.news-post-main a p {
  font-size: 16px;
  margin: 0 0 15px 0;
}
.news-post-main a:hover h4 {
  color: #174FB1;
}
.news-post-main a .news-post-img img {
  border-radius: 4px;
  height: 450px;
  width: 100%;
  margin-bottom: 30px;
  object-fit: cover;
}
.news-post-main .news-post-date {
  font-size: 12px;
  opacity: 0.48;
}

.news-post-rtl > a {
  display: flex;
  flex-wrap: wrap;
  color: inherit;
  text-decoration: none;
}
.news-post-rtl > a > div {
  flex: 1;
}
.news-post-rtl > a .news-post-img {
  margin-left: 20px;
  max-width: 98px;
}
.news-post-rtl > a .news-post-img > img {
  border-radius: 4px;
  width: 100%;
  height: 75px;
  object-fit: cover;
}
.news-post-rtl > a .news-contents h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.news-post-rtl > a .news-contents p {
  font-size: 16px;
  opacity: 0.68;
  margin: 0 0 5px 0;
}
.news-post-rtl > a .news-contents .news-post-date {
  font-size: 12px;
  opacity: 0.48;
}
.news-post-rtl > a:hover .news-contents h5 {
  color: #174FB1;
}

.news-post-rtl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.news-post-rtl:last-child {
  border-bottom: none;
}

.el-area-banner {
  padding: 60px 0;
  background-color: #F8F8F8;
}
.el-area-banner .banner-left {
  padding-right: 40px;
}

.banner-left {
  flex: 2;
}

.banner-right {
  max-width: 408px;
}

.banner-left,
.banner-right {
  flex: 1;
}

.map-img-holder {
  background-color: white;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
}
.map-img-holder img {
  height: 300px;
  width: auto;
}

.area-info-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.area-info-header > div h3 {
  font-size: 34px;
  line-height: 1;
}
.area-info-header > div > span {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
.area-info-header > div:last-child {
  margin-left: auto;
  text-align: right;
}
.area-info-header .map-filter-row {
  align-self: center;
  margin-left: auto;
  margin-right: 30px;
}
.area-info-header .share-number {
  font-size: 24px;
}
.area-info-header .share-number > span {
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
}

.area-info-stats {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.area-info-stats > div {
  padding: 0 10px 20px;
  flex: 0 0 50%;
}
.area-info-stats .area-info-card {
  background-color: white;
  padding: 24px;
  border-radius: 4px;
  text-align: center;
}
.area-info-stats .area-info-card svg {
  height: 30px;
  width: auto;
  margin-bottom: 10px;
}
.area-info-stats .area-info-card > span {
  display: block;
}
.area-info-stats .area-info-card h4 {
  font-size: 20px;
  color: #174FB1;
  margin: 0;
}

.candidate-list-fluid .candidate-row {
  background-color: white;
  border: solid 1px #EDEDED;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 6px 15px 6px 8px;
}
.candidate-list-fluid .candidate-row:nth-child(even) {
  background-color: #F9F9F9;
  border-color: #E8E8E8;
}
.candidate-list-fluid .candidate-row:hover {
  background-color: #FAFBFF;
  border-color: #B3C0ED;
}
.candidate-list-fluid .candidate-row .party-sigh-with-index {
  display: flex;
  align-items: center;
}
.candidate-list-fluid .candidate-name {
  max-width: 200px;
  flex: 1;
}
.candidate-list-fluid .candidate-bio {
  flex: 1;
  max-width: 160px;
  color: rgba(0, 0, 0, 0.68);
}
.candidate-list-fluid .candidate-gathabandhan {
  flex: 1;
  max-width: 224px;
  color: rgba(0, 0, 0, 0.68);
}
.candidate-list-fluid .candidate-gathabandhan > span {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.94);
}
.candidate-list-fluid .party-info {
  display: inline-flex;
  align-items: center;
}
.candidate-list-fluid .party-info span {
  margin-left: 10px;
}
.candidate-list-fluid .party-info span a {
  color: rgba(0, 0, 0, 0.68);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}
.candidate-list-fluid .party-info span:hover a {
  color: #174FB1;
}

.vote-elements {
  display: inline-flex !important;
  margin-left: 24px;
  align-items: center;
}
.vote-elements .flag {
  display: inline-block;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 24px;
  line-height: 22px;
  padding: 0 14px;
  color: white !important;
}
.vote-elements .recv-vote {
  font-weight: 600 !important;
  font-size: 20px;
  margin-left: 14px;
}
.vote-elements .recv-vote > span {
  font-size: 14px;
  font-weight: 400;
}
.vote-elements > img {
  margin-left: 20px;
}
.vote-elements.has-won .flag {
  background-color: #FF5C5C;
  color: white;
}
.vote-elements.has-won .recv-vote {
  color: #FF5C5C;
}
.vote-elements.is-leading .flag {
  background-color: #5DB56B;
  color: white;
}

#atstbx table {
  margin-bottom: 0;
}

.single-page-content {
  background-color: white;
}
.single-page-content .section-heading {
  align-items: flex-start;
}
.single-page-content .section-heading .share-this-stuff .vote-elements {
  margin-left: 0;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.single-page-content .section-heading .share-this-stuff .vote-elements > img {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.single-page-content .section-heading .share-this-stuff .vote-elements .recv-vote {
  font-size: 26px;
  font-weight: 700 !important;
}
.single-page-content .main-content-left {
  flex: 2;
  width: 100%;
  border-right: solid 1px rgba(0, 0, 0, 0.14);
  padding-right: 30px;
}
.single-page-content .main-content-left img {
  max-width: 100%;
}
.single-page-content .sidebar-content {
  flex: 1;
  max-width: 344px;
  padding-left: 30px;
  position: relative;
}
.single-page-content .sidebar-content .sticky-sidebar {
  position: sticky;
  top: 28px;
  z-index: 14;
}
.single-page-content .sidebar-content .card-candidates .card-head,
.single-page-content .sidebar-content .card-candidates .card-body {
  border: none;
}
.single-page-content .sidebar-content .card-candidates .card-head {
  font-size: 20px;
}
.single-page-content .flag-area {
  display: inline-block;
  line-height: 24px;
  font-size: 12px;
  padding: 0 14px;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.06);
}
.single-page-content .section-heading .share-this-stuff {
  margin-left: auto;
  align-self: flex-start;
}
.single-page-content .section-heading .share-this-stuff a {
  text-decoration: none;
  display: inline-block;
}

.single-party .section-heading .party-sign {
  border: solid 1px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  padding: 10px;
  margin-right: 18px;
  width: 74px;
  height: 74px;
  align-self: flex-start;
  text-align: center;
}
.single-party .section-heading .party-info-quick {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.single-party .section-heading .party-info-quick span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.68);
}
.single-party .section-heading .party-info-quick span strong {
  font-weight: 600;
}

.single-page-banner {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: auto;
  position: relative;
  margin-bottom: 30px;
}
.single-page-banner img {
  vertical-align: top;
}

.details-content p {
  font-size: 21px;
  margin-bottom: 30px;
}
.details-content p img {
  vertical-align: top;
}
.details-content blockquote {
  margin: 0 0 30px 0;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.04);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  font-style: italic;
}

.single-party .gathabandhan-mobile {
  background-color: #faf9ff;
  padding: 24px;
  border: solid 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-bottom: 30px;
}
.single-party .gathabandhan-mobile .party-seats .bar-wrapper {
  height: 38px;
}
.single-party .gathabandhan-mobile .party-seats .bar-wrapper .bar-fill {
  line-height: 38px;
}

.pradesh-stat {
  margin-bottom: 30px;
}
.pradesh-stat .tab-nav {
  margin-left: 0;
}
.pradesh-stat .provience-info-home-card {
  border: solid 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.pradesh-stat .provience-info-home-card .pradesh-stat-wrapper .pradesh-stat-map {
  padding-left: 24px;
}

.candidate-area {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
}
.candidate-area a {
  text-decoration: none;
  display: inline-block;
  color: #174FB1;
}

.single-page-content .full-width-content {
  padding-right: 0;
  border-right: none;
}

.ok-el-generic-table {
  margin-top: 20px;
}
.ok-el-generic-table table {
  border-collapse: collapse;
  table-layout: auto;
}
.ok-el-generic-table table thead tr {
  background-color: rgb(241, 244, 249);
}
.ok-el-generic-table table thead tr th {
  text-align: left;
  padding: 8px 15px;
  font-size: 14px;
  color: #174FB1;
}
.ok-el-generic-table table thead tr th svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  cursor: pointer;
}
.ok-el-generic-table table thead tr th.col-area {
  max-width: 68px;
  width: 68px;
  min-width: 68px;
}
.ok-el-generic-table table tbody tr {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.ok-el-generic-table table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.03);
}
.ok-el-generic-table table tbody tr:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.ok-el-generic-table table tbody tr td {
  padding: 8px 15px;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
.ok-el-generic-table table tbody tr td.col-win .win-icon {
  margin-left: 10px;
  width: 18px;
}
.ok-el-generic-table table tbody tr td .candidate-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ok-el-generic-table table tbody tr td .candidate-name .candidate-img {
  margin-right: 8px;
}
.ok-el-generic-table table tbody tr td .candidate-name .candidate-img img {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  vertical-align: top;
  object-fit: cover;
}
.ok-el-generic-table table tbody tr td .candidate-name h5 {
  font-size: 14px;
  margin: 0;
}
.ok-el-generic-table table tbody tr td .candidate-name h5 a {
  color: rgba(0, 0, 0, 0.68);
  text-decoration: none;
}
.ok-el-generic-table table tbody tr td .candidate-name h5:hover a {
  color: #174FB1;
}
.ok-el-generic-table table tbody tr td .candidate-name .party-icon {
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-radius: 50%;
  margin-left: auto;
  border: solid 1px rgba(0, 0, 0, 0.48);
  object-fit: cover;
}

.el-area-banner.banner-pradesh-single {
  background-color: white;
}
.el-area-banner .area-info-stats > div {
  flex: 0 0 50%;
}
.el-area-banner .area-info-stats > div .area-info-card {
  background-color: #fff;
}

.chart-half-circle-wrap {
  margin-bottom: 60px;
  margin-top: -98px;
}
.chart-half-circle-wrap .chart-wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 380px;
  background-image: url("../img/pradesh-chart-bw.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.chart-half-circle-wrap .chart-wrap #chartdiv {
  position: absolute;
  top: -10px;
  left: -40px;
  width: 115%;
  height: 432px;
  max-width: 575px;
}
.chart-half-circle-wrap .chart-wrap > img {
  width: 250px;
  height: 208px;
}

.single-party .ok-btn-wrapper {
  margin-bottom: 30px;
}

.page-pradesh-single .el-area-banner .area-info-stats > div {
  flex: auto;
}
@media all and (max-width: 767px) {
  .page-pradesh-single .el-area-banner .area-info-stats > div {
    flex: 0 0 50%;
  }
}
.page-pradesh-single .el-area-banner .area-info-stats > div .area-info-card {
  background-color: rgba(0, 0, 0, 0.02);
}

.single-party-result .main-content-left {
  border-right: none;
  padding-right: 0;
}
.single-party-result .main-content-left .section-heading {
  margin-bottom: 0;
}

.result-stat-party {
  display: inline-flex;
  align-items: center;
  margin-left: 24px;
}
@media all and (max-width: 767px) {
  .result-stat-party {
    margin-left: 88px;
  }
}
.result-stat-party .col-lead,
.result-stat-party .col-win {
  max-width: 124px;
}
.result-stat-party .number {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-left: 10px;
  padding-bottom: 5px;
}

.result-declare-row .candidate-name {
  align-self: center;
  max-width: 168px !important;
}
.result-declare-row .vote-elements .flag {
  margin: 0 8px;
}
.result-declare-row .votes {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
}
.result-declare-row .win-stat,
.result-declare-row .closer-stat {
  flex: inherit;
  text-align: left;
}
.result-declare-row > div:last-child {
  margin-left: auto;
}
.result-declare-row .election-area-mid {
  margin-left: 28px;
  margin-right: 28px;
  min-width: 180px;
  text-align: center;
}
.result-declare-row .election-area-mid a {
  background-color: #E5EBF4;
  text-decoration: none;
  font-weight: 500;
  color: #174FB1;
  font-size: 14px;
  display: inline-block;
  padding: 2px 14px;
  border-radius: 68px;
}
.result-declare-row .closer-stat {
  flex-direction: row;
  text-align: right;
}
.result-declare-row .closer-stat .candidate-name {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.result-declare-row .closer-stat .candidate-name h5 {
  margin-right: 10px;
  white-space: nowrap;
}
.result-declare-row .closer-stat .candidate-name h5 a {
  font-size: 14px;
}
.result-declare-row .closer-stat .candidate-name span {
  white-space: nowrap;
}
.result-declare-row .closer-stat .candidate-img {
  margin-right: 0;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.result-declare-row .closer-stat .vote-elements {
  margin-left: 0;
  margin-right: auto;
}
.result-declare-row .closer-stat .vote-elements .votes {
  font-size: 18px;
}
@media all and (max-width: 1080px) {
  .result-declare-row {
    flex-direction: column;
  }
  .result-declare-row > div:last-child {
    flex-direction: row !important;
    margin-left: 0;
    width: 100%;
    order: 3;
  }
  .result-declare-row > div:last-child .vote-elements {
    display: flex !important;
  }
  .result-declare-row .win-stat {
    order: 2;
    width: 100%;
  }
  .result-declare-row .election-area-mid {
    order: 1;
    margin-left: 0;
  }
  .result-declare-row .candidate-name {
    max-width: 100% !important;
  }
  .result-declare-row .vote-elements > img {
    margin-left: 5px;
    width: 18px;
  }
  .result-declare-row .votes {
    font-size: 18px;
  }
  .result-declare-row .closer-stat {
    display: flex;
    padding: 5px 10px 0;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
  }
  .result-declare-row .closer-stat .candidate-img {
    display: none;
  }
  .result-declare-row .closer-stat .candidate-name {
    display: flex;
    align-items: center;
  }
  .result-declare-row .closer-stat .candidate-name h5 {
    margin-right: 8px;
  }
  .result-declare-row .closer-stat .candidate-name h5 a {
    font-size: 12px;
  }
  .result-declare-row .election-area-mid {
    min-width: 100%;
    max-width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }
}

.result-declare-row-default {
  align-items: center;
}
.result-declare-row-default .win-stat {
  align-items: center;
}
.result-declare-row-default .election-area-mid {
  margin-left: 28px;
}
.result-declare-row-default .election-area-mid a {
  background-color: #e5ebf4;
  text-decoration: none;
  font-weight: 500;
  color: #174fb1;
  font-size: 14px;
  display: inline-block;
  padding: 2px 14px;
  border-radius: 68px;
}
.result-declare-row-default .votes {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
}
@media all and (max-width: 1080px) {
  .result-declare-row-default {
    flex-wrap: wrap;
  }
  .result-declare-row-default .win-stat {
    order: 2;
  }
  .result-declare-row-default .election-area-mid {
    order: 1;
    flex: 0 0 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .result-declare-row-default .votes {
    order: 3;
  }
}

.candidate-row-result {
  position: relative;
}
.candidate-row-result .candidate-party-sign {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #fff;
  left: 43px;
  top: 40px;
  line-height: 20px;
}
.candidate-row-result .vote-elements {
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-end;
}
.candidate-row-result .vote-elements > span.vote {
  font-weight: 700;
}
.candidate-row-result .candidate-name h5 img {
  height: 16px;
  width: 16px;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 5px;
}

.at-share-btn-elements {
  text-align: right;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .candidate-list-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .candidate-list-fluid > div {
    flex: 0 0 50%;
  }
  .el-area-banner {
    padding: 30px 0;
  }
  .el-area-banner .ok-container {
    flex-direction: column;
  }
  .el-area-banner .banner-left {
    padding-right: 0;
  }
  .el-area-banner .banner-right {
    margin-top: 20px;
  }
  .el-area-banner .map-img-holder img {
    height: auto;
    width: 100%;
  }
  .area-info-stats > div {
    flex: 0 0 50%;
  }
  .section-candidates .tab-nav {
    margin-left: 0;
    margin-top: 20px;
    align-self: flex-start;
  }
  .candidate-list-fluid .candidate-row {
    padding: 8px;
    margin-bottom: 4px;
  }
  .candidate-list-fluid .candidate-row .candidate-img {
    margin: 0 15px 0 0;
  }
  .candidate-list-fluid .candidate-row .candidate-bio,
.candidate-list-fluid .candidate-row .party-info > span {
    display: none;
  }
  .candidate-list-fluid .candidate-row .candidate-party-sign {
    width: 24px;
    height: 24px;
  }
  .candidate-list-fluid .candidate-row > div:last-child {
    text-align: center;
    margin-left: auto;
    flex-direction: column;
  }
  .candidate-list-fluid .candidate-row > div:last-child .vote-elements {
    margin-left: 0;
    display: block;
  }
  .candidate-list-fluid .candidate-row > div:last-child .vote-elements > span.flag {
    display: block;
  }
  .candidate-list-fluid .candidate-row > div:last-child .vote-elements .recv-vote {
    margin: 0 10px;
  }
  .candidate-list-fluid .candidate-row > div:last-child .vote-elements > img {
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  .site-header .ok-container {
    background-size: 755px;
    background-position: right center;
    padding: 15px;
  }
  .site-header .ok-container .ok-row {
    height: auto;
  }
  .ok-logo a {
    width: 58px;
    overflow: hidden;
  }
  .ok-logo a img {
    width: 255px;
    max-width: 255px;
  }
  nav {
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 99;
  }
  nav .ok-row {
    margin-left: 0;
    margin-right: 0;
  }
  ul.menu {
    display: block;
    position: fixed;
    top: 0;
    right: -150%;
    width: calc(100% - 68px);
    height: 100vh;
    background-color: #174FB1;
    padding: 60px;
    transition: all 0.3s ease;
  }
  ul.menu.reveal-menu {
    right: 0;
  }
  nav ul li {
    border: none;
  }
  nav ul li:first-child {
    border: none;
  }
  .mobile-menu-trigger {
    width: 28px;
    cursor: pointer;
  }
  .mobile-menu-trigger > span {
    display: block;
    height: 2px;
    background-color: white;
    margin-bottom: 5px;
    transition: all 0.3s ease;
  }
  .mobile-menu-trigger > span:last-child {
    margin-bottom: 0;
  }
  .mobile-menu-trigger.menu-close > span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-trigger.menu-close > span:first-child {
    transform: rotate(45deg);
    margin-top: 2px;
  }
  .mobile-menu-trigger.menu-close > span:last-child {
    transform: rotate(-45deg);
    margin-top: -14px;
  }
  .section {
    padding: 34px 0;
  }
  .section h2 {
    font-size: 30px;
  }
  .section.section-gathbandhan {
    padding-top: 0;
  }
  .section-heading {
    margin-bottom: 18px;
    flex-direction: column;
    align-items: flex-start;
  }
  .ok-container {
    padding: 0 20px;
  }
  .seat-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    overflow: visible;
    padding: 0;
  }
  .seat-card-wrap .seat-card {
    grid-column: span 1;
    margin: 0;
  }
  .single-inline-chart {
    display: block;
  }
  .section-compare .img-comp-container {
    order: -1;
    flex: 0 0 100%;
  }
  .img-comp-responsive .img-comp-img img {
    width: 412px !important;
  }
  .section-compare .ok-col {
    max-width: 50%;
  }
  .section-fade-img,
.owl-nav {
    display: none;
  }
  .section-hot-seats {
    padding: 30px 20px;
  }
  .section-hot-seats .ok-container {
    padding: 0;
  }
  .section-candidates .ok-row > div {
    flex: 0 0 100%;
  }
  .section-provience-home .section-heading {
    display: block;
  }
  .section-provience-home .section-heading h2 {
    margin-bottom: 15px;
  }
  .section-provience-home .tab-nav .tab-nav-item {
    padding: 0 34px;
  }
  .tab-nav {
    display: flex;
    overflow-x: auto;
  }
  .tab-nav > span {
    white-space: nowrap;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .tab-nav::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .tab-nav {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .provience-info-home-card {
    padding: 0;
    background-color: transparent;
  }
  .provience-info-home-card .pradesh-stat-wrapper {
    display: block;
  }
  .provience-info-home-card .pradesh-stat-wrapper .pradesh-stat-left {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .news-grid-wrap {
    flex-direction: column;
  }
  .news-grid-wrap .ok-col {
    padding: 0;
    border: none;
  }
  .news-grid-wrap div:first-child {
    padding: 0 0 20px 0;
    border-right: none;
  }
  .news-grid-wrap div:last-child {
    padding-left: 0;
  }
  .news-post-main a .news-post-img img {
    margin: 0;
  }
  .news-post-main a .news-post-img img {
    height: 250px;
  }
  .ok-site-footer {
    padding: 40px 0 10px;
  }
  .ok-site-footer .flx {
    flex-wrap: wrap;
  }
  .ok-site-footer .flx > div {
    flex: 0 0 50%;
    padding-bottom: 30px;
  }
  .section-news {
    padding-bottom: 0;
  }
  .ok-footer-info {
    padding: 40px 0 0;
  }
  .ok-footer-info .ok-container {
    flex-direction: column;
  }
  .ok-footer-info .ok-footer-editor-info {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    padding-top: 10px;
  }
  .ok-footer-info .ok-logo-wrap {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .section-popular-candidate .candidate-wrapper > div {
    flex: 0 0 50%;
    margin-bottom: 15px;
  }
  .section-popular-candidate .candidate-wrapper > div:last-child {
    margin-bottom: 0;
  }
  .section-popular-candidate .section-heading {
    flex-direction: column;
  }
  .news-post-rtl .news-contents {
    padding-bottom: 0 !important;
  }
  .section-heading .map-filter-row {
    margin-left: 0;
    margin-top: 10px;
  }
  .section-hot-seats .section-heading {
    flex-direction: row;
  }
  .el-area-banner {
    padding: 30px 0;
  }
  .el-area-banner .ok-container {
    flex-direction: column;
  }
  .el-area-banner .banner-left {
    padding-right: 0;
  }
  .el-area-banner .banner-right {
    margin-top: 20px;
  }
  .el-area-banner .map-img-holder img {
    height: auto;
    width: 100%;
  }
  .area-info-header > div h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .area-info-stats > div {
    flex: 0 0 50%;
  }
  .section-candidates .tab-nav {
    margin-left: 0;
    margin-top: 20px;
    align-self: flex-start;
  }
  .candidate-list-fluid .candidate-row {
    padding: 8px;
    margin-bottom: 4px;
  }
  .candidate-list-fluid .candidate-row .candidate-img {
    margin: 0 15px 0 0;
  }
  .candidate-list-fluid .candidate-row .candidate-bio,
.candidate-list-fluid .candidate-row .candidate-gathabandhan,
.candidate-list-fluid .candidate-row .party-info > span {
    display: none;
  }
  .candidate-list-fluid .candidate-row .candidate-party-sign {
    width: 24px;
    height: 24px;
  }
  .candidate-list-fluid .candidate-row > div:last-child {
    text-align: center;
    margin-left: auto;
    flex-direction: column;
  }
  .candidate-list-fluid .candidate-row > div:last-child .vote-elements {
    margin-left: 10px;
    display: block !important;
  }
  .candidate-list-fluid .candidate-row > div:last-child .vote-elements > span {
    margin-left: 0;
  }
  .candidate-list-fluid .candidate-row > div:last-child .vote-elements > span.flag {
    display: block;
  }
  .candidate-list-fluid .candidate-row > div:last-child .vote-elements .recv-vote {
    margin: 0 10px;
  }
  .candidate-list-fluid .candidate-row > div:last-child .vote-elements > img {
    margin: 0;
  }
  .candidate-list-fluid .candidate-row.result-declare-row > div:last-child .vote-elements {
    display: flex !important;
  }
  .candidate-list-fluid .candidate-name {
    margin-right: 0;
    text-align: left;
  }
  .single-page-content .main-content-left {
    padding-right: 0;
    border: none;
  }
  .single-page-content .ok-container {
    flex-direction: column;
  }
  .single-page-content .ok-container .sidebar-content {
    padding-left: 0;
    max-width: 100%;
  }
  .single-party .section-heading .party-sign {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .single-party .section-heading .party-info-quick span {
    margin-bottom: 5px;
  }
  .single-page-content .section-heading {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .single-page-content .section-heading h2 {
    flex: 1;
  }
  .all-candidate-of-party .tab-nav {
    margin-left: 0;
    align-self: flex-start;
    margin-top: 15px;
  }
  .single-page-content .section-heading {
    align-items: flex-start;
  }
  .single-party .section-heading .party-sign {
    margin-bottom: 0;
  }
  .single-page-content .party-info-quick .vote-elements {
    margin-left: 0;
    margin-top: 15px;
  }
  .share-this-stuff .share-number {
    text-align: left !important;
  }
  .ok-el-generic-table table thead {
    display: none;
  }
  .ok-el-generic-table table tbody tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
  .ok-el-generic-table table tbody tr td {
    flex: 1;
    position: relative;
    flex: 0 0 50%;
  }
  .ok-el-generic-table table tbody tr td:before {
    content: attr(data-label);
    display: inline-block;
    margin: 0 10px 0 0;
    margin-bottom: 2px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.68);
    order: 1;
  }
  .ok-el-generic-table table tbody tr td.area {
    flex: 0 0 100%;
    text-align: center;
  }
  .ok-el-generic-table table tbody tr td.vote-recv {
    flex: 1;
    max-width: 120px;
    margin-left: auto;
  }
  .ok-el-generic-table table tbody tr td.col-win, .ok-el-generic-table table tbody tr td.col-runnerup {
    max-width: calc(100% - 120px);
    flex: 0 0 100%;
  }
  .provience-info .area-info-stats {
    flex-wrap: wrap;
  }
  .provience-info .area-info-stats > div {
    flex: 0 0 50%;
  }
  .page-template-template-list-hot-seat .card-hotseat .competetor-info .party-flag.lft,
.page-template-template-list-hot-seat .card-hotseat .competetor-info .party-flag.rght {
    left: 48px;
  }
  .item .card-hotseat .competetor-info .party-flag.lft,
.item .card-hotseat .competetor-info .party-flag.rght {
    left: 24px;
  }
  #hotseat .owl-stage-outer {
    margin-left: -30px;
  }
  .section-hot-seats-home .card-hotseat .candidate-name {
    font-size: 16px;
  }
  .area-info-header > div:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
  .el-area-banner .ok-container > .flx {
    flex-direction: column;
  }
  .area-info-header {
    position: relative;
  }
  .area-info-header .page-shrare-wrapp {
    position: absolute;
    top: 0;
    right: 0;
  }
  .single-page-content .section-heading .share-this-stuff {
    flex: 0 0 100%;
    margin-top: 12px;
  }
  .single-page-content .section-heading .share-this-stuff .sharethis-inline-share-buttons {
    text-align: left;
  }
  .ok-el-competetor .muncipal {
    white-space: normal;
    background-color: transparent !important;
    line-height: 1.2;
  }
  .section-popular-candidate .candidate-card .candidate-img .candidate-info h4,
.candidate-profile-section .candidate-card .candidate-name {
    font-size: 16px;
  }
  .section-popular-candidate .candidate-card .candidate-img .candidate-info span {
    font-size: 12px;
  }
  .section-popular-candidate .candidate-card .candidate-img {
    height: 260px;
  }
  .section-popular-candidate .candidate-card {
    height: 100%;
  }
  .home .section-popular-candidate .candidate-wrapper > div {
    margin-bottom: 0;
  }
  .home .section-popular-candidate .section-heading,
.home .section-video-glimpse .section-heading {
    flex-direction: row;
  }
  .home .section-popular-candidate .candidate-card .candidate-name {
    padding: 8px;
  }
  .home .candidate-card .candidate-name > img {
    height: 20px;
    width: 20px;
  }
  .section-popular-candidate .candidate-wrapper > div {
    flex: 0 0 64% !important;
  }
  .section-video-glimpse .section-heading {
    flex-direction: row;
    align-items: center;
  }
  .section-hot-seats-home .card-hotseat .candidate-img {
    height: 84px;
    width: 84px;
  }
  .section-hot-seats-home .card-hotseat .flx::before {
    top: 28%;
  }
  .section-hot-seats-home .card-hotseat .flx::after {
    top: calc(28% - 7px);
  }
  .section-hot-seats-home .card-hotseat .competetor-info .party-flag img {
    width: 28px;
  }
  .card-hotseat .competetor-info .party-flag.lft, .card-hotseat .competetor-info .party-flag.rght {
    top: 94px;
  }
  .party-list-page.ok-el-competetor .row > div .item {
    padding: 18px;
  }
  .candidate-list-page .candidate-wrapper > div {
    flex: 0 0 50% !important;
  }
  .candidate-card .candidate-img .candidate-info {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .candidate-card .candidate-img::after {
    bottom: -84px;
  }
  .candidate-list-page .candidate-wrapper .candidate-card .candidate-name {
    font-size: 14px;
  }
  .candidate-list-page .candidate-wrapper .candidate-card .candidate-name > img {
    height: 20px;
    width: 20px;
  }
  .section-manifeast .manifeast-wrapper > div {
    flex: 0 0 50%;
  }
  .section-manifeast .manifeast-wrapper > div .manifeast-item {
    height: 224px;
  }
  .ok-el-head-adv-square {
    max-width: 44px;
    margin-right: 10px;
  }
  .el-slogna {
    max-width: 180px;
  }
  .chart-half-circle-wrap {
    top: -60px;
    margin-bottom: 0;
  }
  .chart-half-circle-wrap .chart-wrap > img {
    height: 253px;
    width: 220px;
  }
  .central-nepal-result .label-block {
    font-size: 13px;
    padding: 0 !important;
    flex-wrap: nowrap !important;
  }
  .page-template-template-parties .ok-el-competetor .row > div {
    flex: 0 0 100%;
    width: 100%;
  }
  .single-page-content .main-content-left .section-heading .share-this-stuff {
    margin-top: 0;
    padding-left: 80px;
  }
  .main-content-left .vote-elements {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .main-content-left .at-share-btn-elements {
    text-align: left;
  }
  .single-page-content .section-heading .share-this-stuff .vote-elements {
    margin-bottom: 15px;
  }
  #st-1 {
    text-align: left !important;
  }
  .single-page-content .result-stat-party {
    margin-bottom: 15px;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .current-time {
    background-color: rgba(255, 255, 255, 0.14);
    color: white;
    margin-left: 50px;
    margin-top: -7px;
  }
  .row-party .total-seat.samanupatik-seat {
    display: block;
    flex: 0 0 100%;
    color: black;
    font-size: 14px;
    text-align: right;
    padding: 5px 0;
    font-weight: 400;
  }
  .row-party .total-seat.samanupatik-seat .lable-txt {
    display: inline-block;
    font-weight: 400;
    margin-right: 5px;
    font-size: 12px;
  }
  .section.section-map {
    display: none;
  }
  .ok-el-generic-table table tbody tr td:first-child {
    display: none;
  }
  .main-navigation ul ul {
    position: static;
    float: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.04);
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation ul ul a {
    width: 100%;
    font-size: 16px;
    font-family: "Mukta", sans-serif;
    padding-left: 20px;
    padding-bottom: 10px;
  }
  ul.menu {
    max-height: 100vh;
    overflow-y: auto;
  }
  /*Dual bar result =====*/
  .central-nepal-result .result-card-row.dual-bar-row {
    flex: 0 0 100% !important;
    margin: 10px 0 10px !important;
  }
  .dual-bar-row .col-seats,
.dual-bar-row .col-total,
.pratykshya .bar-wrapper .fill,
.samanupatik .bar-wrapper .fill {
    display: none;
  }
  .pratykshya .lable,
.samanupatik .lable {
    min-width: 75px;
    max-width: 75px;
    font-size: 13px;
    padding-top: 6px;
  }
  .pratykshya .lable {
    padding-top: 12px;
  }
  .dual-bar-row .col-indv-info {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .central-nepal-result .col-indv-info .party-name {
    border-radius: 0;
  }
  .dual-bar-row .party-name span {
    flex: 0;
    margin: 0 10px;
  }
  .dual-bar-row .col-indv-info .party-name {
    padding: 5px 0 0;
  }
  .pratykshya .bar-wrapper .fill {
    display: block;
    position: absolute;
    height: 45px;
    opacity: 0.14;
  }
  .samanupatik .bar-wrapper .fill {
    display: block;
    position: absolute;
    height: 35px;
    opacity: 0.14;
  }
  .pratykshya .bar-wrapper,
.samanupatik .bar-wrapper {
    position: absolute;
    left: 84px;
    width: calc(100% - 138px);
  }
  .bar-wrapper .number-seat > span.seat-aprox {
    display: inline-block;
  }
  .seat-aprox > span {
    font-size: 11px;
  }
  .asterisk-def {
    text-align: left;
  }
  .dual-bar-row .col-total {
    display: block;
    color: black;
    font-size: 20px;
    min-width: 45px;
    max-width: 45px;
  }
  .total-label {
    display: block;
    font-size: 12px;
  }
  .section-result-counting.central-nepal-result.section-dual-bar {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.8);
  }
  .section-result-counting.central-nepal-result.section-dual-bar .result-card h3 {
    color: #174fb1;
  }
  .section-result-counting.central-nepal-result .col-indv-info .party-name span a {
    white-space: nowrap;
  }
  .pratykshya .bar-wrapper .fill {
    height: 42px;
  }
  /*Dual bar result ===== Ends =====*/
  .result-declare-row,
.result-declare-row-default {
    position: relative;
  }
  .result-declare-row .election-area-mid {
    margin-right: 0;
  }
  .election-area-mid {
    text-align: right;
    background-color: rgba(0, 0, 0, 0.04);
    padding: 5px;
  }
  .candidate-row .sn-count {
    position: absolute;
    left: 12px;
    top: 12px;
  }
  .candidate-row .sn-count {
    height: 28px;
    width: 28px;
    min-width: 28px;
    line-height: 28px;
  }
  .result-stat-party .col-lead, .result-stat-party .col-win {
    max-width: 100%;
  }
  .result-stat-party > div {
    flex: 1 1 auto;
  }
  .label-block.samanupatik-sit {
    margin-left: 0;
    margin-top: 6px;
  }
}

/*# sourceMappingURL=main-style.css.map */
