﻿:root {
  --admk: #007500;
  --bjp: #f47216;
  --dmk: #dd1100;
  --dmdk: #ffea19;
  --inc: #00bfff;
  --mnm: #f75776;
  --ammk: #800000;
  --ntk: #e423e7;
  --pmk: #ffd032;
  --others: #c3c3c3;
  --postive: #007500;
  --negative: #dd1100;
  --neutral: #ffd032;
}

@font-face {
  font-family: AbiramiRegular;
  src: url(../fonts/taun_elango_abirami.eot);
  src: url(../fonts/taun_elango_abirami.eot?#iefix) format("embedded-opentype"),
    url(../fonts/taun_elango_abirami.woff) format("woff"),
    url(../fonts/taun_elango_abirami.ttf) format("truetype"),
    url(../fonts/taun_elango_abirami.svg#taun_elango_abiramiregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI-Light.woff2") format("woff2");
  src: url("../fonts/SegoeUI-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Kamban;
  src: url(../fonts/taun_elango_kamban.eot);
  src: url(../fonts/taun_elango_kamban.eot) format("embedded-opentype"),
    url(../fonts/taun_elango_kamban.woff) format("woff"),
    url(../fonts/taun_elango_kamban.ttf) format("truetype"),
    url(../fonts/taun_elango_kamban.svg) format("svg");
}

@font-face {
  font-family: Panchali;
  src: url(../fonts/taun_elango_panchali.eot);
  src: url(../fonts/taun_elango_panchali.eot?#iefix) format("embedded-opentype"),
    url(../fonts/taun_elango_panchali.woff) format("woff"),
    url(../fonts/taun_elango_panchali.ttf) format("truetype"),
    url(../fonts/TAUN_Elango_Panchali.svg#taun_elango_panchaliregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
html,
body {
  height: 100%;
}
body {
  background: #ecf0f1;
  font-family: Panchali;
}
/* .english {
    font-family: Roboto;
} */

/*Loader*/
#loading_container {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  background-color: #fff;
  z-index: 9999;
}

.loader-block {
  position: relative;
  top: 40%;
  margin: 0 auto;
  width: 207px;
  height: 100px;
}

.spinner {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.spinner > div {
  width: 16px;
  height: 16px;
  background-color: #b6171b;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background: #b6171b;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background: #b6171b;
}

.spinner .bounce3 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background: #b6171b;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*end of Loader*/
/*Header*/
.header-container {
  background: #fff;
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
  height: 80px;
  overflow: hidden;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.logo {
  height: 60px;
  margin-top: 10px;
}
.pt-page-current {
  overflow-y: auto;
}
.outer-container {
  /*width:100%;
    height:100%;
    overflow-y:auto;*/
  position: relative;
  /*display: table;*/
  width: 100%;
  margin-top: 80px;
}
.main-container {
  margin: auto;
  width: 100%;
  /*display: table;*/
}
.container-1 {
  width: 100%;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
}
.container-2 {
  display: none;
  float: left;
  height: 100vh;
  position: relative;
  max-width: 293px;
  margin-top: 15px;
}
.fixed-ad {
  position: fixed;
}
@media only screen and (max-width: 600px) {
  .header-container {
    height: 72px;
  }
  .logo {
    height: 48px;
    margin-top: 14px;
  }

  .cbp-spmenu-vertical {
    top: 72px !important;
  }
  .outer-container {
    margin-top: 72px;
  }
}

@media only screen and (min-width: 600px) {
  .header-container {
    height: 80px;
  }

  .logo {
    height: 60px;
    margin-top: 10px;
  }
  .main-container {
    max-width: 600px;
  }
  .outer-container {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .header-container {
    height: 80px;
  }
  .logo {
    height: 60px;
    margin-top: 10px;
  }
  .main-container {
    max-width: 600px;
  }
  .outer-container {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .header-container {
    height: 80px;
  }
  .logo {
    height: 60px;
    margin-top: 10px;
  }
  .main-container {
    max-width: 935px;
  }
  .outer-container {
    margin-top: 80px;
  }
  .container-1 {
    padding: 0px;
    max-width: 614px;
    margin-right: 28px;
  }

  .container-2 {
    display: block;
  }
  .chart-pointer {
    left: 38% !important;
  }
}
/*End of Header*/

/*Menu*/

/* Menu icon styles */
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: 0.8;
  margin-top: 8px;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5;
  stroke-linecap: round;
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.ham2 .top {
  stroke-dasharray: 40 121;
}
/* General styles for all menus */
.cbp-spmenu {
  background: #fff;
  position: fixed;
  box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
  height: 100%;
  overflow: auto;
}

.cbp-spmenu a {
  display: block;
  color: #333;
  font-size: 1.1em;
  font-weight: bold;
}

.cbp-spmenu a:hover {
  background: #efefef;
}

.cbp-spmenu a:active {
  background: #efefef;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 80px;
  z-index: 1000;
}

.cbp-spmenu-vertical a {
  border-bottom: 1px solid #efefef;
  padding: 1em;
}

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #efefef;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
  left: -240px;
}

.cbp-spmenu-right {
  right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
  top: -150px;
}

.cbp-spmenu-bottom {
  bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }

  .cbp-spmenu-top {
    top: -110px;
  }

  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}

@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 225px;
  }

  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -225px;
  }

  .cbp-spmenu-right {
    right: -225px;
  }

  .cbp-spmenu-push-toright {
    left: 225px;
  }
}

/*end of Menu*/

.card {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
  background-color: #fff;
  padding: 15px;
}
.footer {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  color: #999;
}
.footer a,
.footer a:hover,
.footer a:active {
  color: #999;
}

.header-nav-back {
  color: #333;
  font-size: 26px;
  margin-left: 5px;
  margin-top: 17px;
  display: block;
  margin-right: 15px;
}
.header-nav-back:hover,
.header-nav-back:active {
  color: #333;
}
.modal-dialog {
  height: 100% !important;
}
.modal-content {
  background-color: #fff;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  height: 100% !important;
  overflow: hidden !important;
}
.modal-content .modal-header {
  padding-top: 0px;
  padding-bottom: 0px;
}
.modal-content .modal-header h3 {
  font-size: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.modal-content .modal-body {
  background-color: #ecf0f1;
  overflow-y: auto;
  height: 100%;
  padding: 0px !important;
}

.modal.bottom.fade .modal-dialog {
  bottom: -10%;
}
.container {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 65px;
}
.card .card-heading,
.heading {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
  padding-bottom: 10px;
  /*margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;*/
  font-size: 18px;
  font-family: "Panchali";
  font-weight: bold;
}
.tbl-alliance {
  min-width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border-radius: 6px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #dfdfdf;
}
.tbl-alliance td {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  padding: 5px;
}
.tbl-alliance span {
  display: block;
  text-align: center;
  font-weight: bold;
}
.tbl-alliance span:first-child {
}
.tbl-alliance span:nth-child(2) {
  font-size: 36px;
  line-height: 48px;
}
.tbl-alliance span:last-child {
}
.chart-median {
  text-align: center;
}
.chart-pointer {
  position: absolute;
  left: 50%;
  border-left: 1px solid #000;
}
.chart-pointer:after {
  content: "";
  position: absolute;
  height: 100%;
  border: 2px solid #000;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  bottom: -15px;
  margin-left: -8px;
}
.chart-text {
  text-align: center;
  font-size: 32px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  border-bottom: 0px;
  box-shadow: 0 0 0 1px #dfdfdf;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
#demo-target text {
  display: none;
}
.scroll-x {
  overflow-x: auto;
}
.heading {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 15px;
  margin-right: 15px;
}
.news-container {
  height: 300px;
  overflow-y: hidden;
  overflow-x: auto;
}
.news-inner-container {
  width: 2000px;
}
.news-item {
  float: left;
  margin-right: 15px;
}
.news-item img {
  float: left;
  margin-right: 10px;
}

.news-item a {
  font-size: 18px;
  line-height: 25px;
  color: #333;
}
.news-item span {
  margin-top: 5px;
  color: #9f9f9f;
  display: block;
  width: 100%;
  text-align: right;
}
#district-detail {
  margin-top: 15px;
}
#district-detail h3 {
  border: 0px;
  font-size: 21px;
  font-family: "Panchali";
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
  border-style: dashed;
}
#district-detail table {
  min-width: 100%;
}

#district-detail table th,
#district-detail table td {
  padding: 8px;
  border: 1px solid #dfdfdf;
  position: relative;
}
#district-detail table td:first-child {
  font-weight: bold;
  cursor: pointer;
}
#district-detail table td:first-child:hover {
  text-decoration: underline;
}
#district-detail table td:nth-child(2) {
  text-align: right;
}

#district-detail .v-count-xs {
  margin-left: 10px;
}
.bold {
  font-weight: bold;
}
.aladmk,
.admk {
  background-color: var(--admk) !important;
  color: #fff;
  border-color: var(--admk) !important;
}

.dmk {
  background-color: var(--dmk) !important;
  color: #fff;
  border-color: var(--dmk) !important;
}

.ammk {
  background-color: var(--ammk) !important;
  color: #fff;
  border-color: var(--ammk) !important;
}

.mnm {
  background-color: var(--mnm) !important;
  color: #fff;
  border-color: var(--mnm) !important;
}

.ntk {
  background-color: var(--ntk) !important;
  color: #fff;
  border-color: var(--ntk) !important;
}

.others {
  background-color: var(--others) !important;
  color: #fff;
  border-color: var(--others) !important;
}
.change {
  position: absolute;
  right: 8px;
  bottom: 0px;
}
.postive {
  color: var(--postive);
}
.negative {
  color: var(--negative);
}
.neutral {
  color: var(--neutral);
}
#district-detail .count {
  font-size: 36px;
}
.badge {
  font-size: 14px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 3px;
  background: #fff;
  color: #666;
  text-align: center;
  display: inline-block;
}
.badge.neutral {
  border: 2px solid #666;
}

.star-candidates td:first-child:hover {
  cursor: default !important;
  text-decoration: none !important;
}
.star-candidates .star-candidate {
}
.star-candidate {
  width: 150px;
  text-align: center;
  margin: auto;
}
.star-candidate:hover {
  cursor: pointer;
}
.star-candidate img {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  border: 1px solid #efefef;
}
.star-candidate .name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}
.star-candidate .party {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #999;
}
.star-candidate .constituency {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #999;
}
.star-candidate .status {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.constituency-detail img {
  width: 100%;
  border-radius: 4px;
}
.progress-bar {
  box-sizing: content-box;
  height: 20px;
  position: relative;
  border-radius: 25px;
  padding: 0;
  box-shadow: inset 0 -1px 1px rgb(255 255 255 / 30%);
  border: 1px solid #ccc;
  margin-top: 10px;
}
.progress-bar > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  text-align: right;
}

.progress-bar > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}
.constituency-detail h3 {
  border: 0px;
  font-size: 21px;
  font-family: "Panchali";
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
  border-style: dashed;
}
.constituency-detail table {
  width: 100%;
}
.constituency-detail table th {
  text-align: left;
}
.constituency-detail table th,
.constituency-detail table td {
  padding: 8px;
  border: 1px solid #dfdfdf;
  position: relative;
}
.NoContent {
  color: #c33f3f;
  text-align: center;
}
.text-center {
  text-align: center;
}

.map-container path:hover,
.map-container text:hover {
  cursor: pointer;
}
.dm {
  fill: #dfdfdf !important;
}
.map-hover {
  fill: #8080ff !important;
}
.map-selected {
  fill: #8080ff !important;
}
tspan {
  font-family: Panchali !important;
  font-size: 36px !important;
  font-weight: bold;
}

body.no-header .outer-container {
  margin-top: 0px !important;
}
body.no-header .web-header {
  display: none !important;
}
body.no-header .loader-block img {
  display: none !important;
}
#ddlDistricts {
  width: 120px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  position: absolute;
  top: 0px;
  right: 10px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog,
.modal.top .modal-dialog,
.modal.bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* Bottom */

.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

/*.modal.bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.bottom.fade.show .modal-dialog {
    bottom: 0;
}

.modal.bottom.fade .modal-dialog {
    bottom: -10%;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.in) {
    opacity: 0
}

.collapse:not(.in) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}*/

.slick-prev {
  left: 0px !important;
  z-index: 9;
}
.slick-next {
  right: 0px !important;
  z-index: 9;
}
.slick-prev,
.slick-next {
  width: 40px !important;
  height: 40px !important;
}
.slick-prev:before,
.slick-next:before {
  color: #cfcfcf !important;
  font-size: 40px !important;
}
.slick-slide .footer {
  margin-bottom: 150px;
}
.slick-slide {
  outline: none;
}

/*****************Fixed table**************/

.table-scroll {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.table-wrap {
  width: 100%;
  overflow: auto;
}

.table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.table-scroll th,
.table-scroll td {
  padding: 5px 10px;
  border: 1px solid #000;
  background: #fff;
  /*white-space: nowrap;*/
  vertical-align: top;
}

.table-scroll thead,
.table-scroll tfoot {
  background: #fff;
}

.clone {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.clone th,
.clone td {
  visibility: hidden;
}

.clone td,
.clone th {
  border-color: transparent;
}

.clone tbody th {
  visibility: visible;
  color: red;
}

.clone .fixed-side {
  border: 1px solid #dfdfdf;
  background: #fff;
  visibility: visible;
}

.clone thead,
.clone tfoot {
  background: transparent;
}

/*****************Fixed table**************/
#lblLastRefreshed {
  margin-bottom: 0px;
  text-align: right;
  font-family: roboto;
}
.p-assembly {
  margin-top: 10px;
  font-weight: bold;
  font-size: 13px;
  color: #999;
}
.slick-slider {
  touch-action: auto !important;
}

/* Start Main Rule */

.countdown-container {
  font-family: Helvetica, Arial, Sans-Serif;
  display: inline-flex;
  flex-wrap: wrap;
  /*border-radius: 12px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
    box-sizing: border-box;*/
  background: rgb(129 133 138 / 62%);
  color: #fff;
  margin-top: 5px;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.titletimer {
  display: inline-flex;
  float: left;
  width: 55%;
}
.big-text {
  font-size: 16px !important;
  margin: 0px !important;
}
.hh {
  font-size: 12px !important;
}
.countdown-container div {
  margin: 2px;
  text-align: center;
}

.timer {
  text-align: right;
}

@media (max-width: 385px) {
  .timer {
    width: 43%;
  }
  .big-text {
    font-size: 16px !important;
    margin: 0px;
  }
  .countdown-container div {
    margin: 1px;
    text-align: center;
  }
}
@media (max-width: 368px) {
  .big-text {
    font-size: 16px !important;
    margin: 3px;
  }
}

/* Accordion styles */
.tabs {
  overflow: hidden;
  /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
  border-radius: 6px;
  border: 1px solid #dfdfdf;
}

.tab {
  width: 100%;
  overflow: hidden;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #dfdfdf;
  font-size: 17px;
}

.tab-label:hover {
  /*background: #1a252f;*/
}

.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}

.tab-content {
  /*max-height: 0;*/
  /*padding: 0 1em;*/
  transition: all 0.35s;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.tab-close:hover {
  background: #1a252f;
}

/*input:checked + .tab-label {
    background: #dfdfdf;
}*/

.tab-content .n-table thead {
  background: #dfdfdf;
}

input:checked + .tab-label::after {
  transform: rotate(90deg);
}

.tabs input:checked ~ .tab-content {
  max-height: 300vh;
  /*padding: 1em;*/
}

.tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.n-table {
  min-width: 100%;
}

.n-table th,
.n-table td {
  padding: 8px;
  border: 1px solid #dfdfdf;
  position: relative;
}
.text-bold {
  font-weight: bold;
}
.c-pal {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  display: inline-block;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.hyperlink {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.modalclosebtn,
.modalclosebtn:hover {
  position: absolute;
  right: 6px;
  top: 0;
  /* width: 30px;
    line-height: 30px; */
  margin: 0 !important;
  opacity: 10;
  background: #fff !important;
  border-radius: 100%;
}

.mobclosebtn,
.mobclosebtn:hover {
  position: absolute;
  right: 6px;
  top: 0;
  margin: 0 !important;
  /* width: 30px;
    line-height: 30px; */
  opacity: 10;
  background: #fff !important;
  border-radius: 100%;
}

.modal {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  opacity: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-backdrop {
  position: static;
}

.modal-content {
  padding: 0px;
  width: 100%;
  margin: 0px;
}

@media only screen and (min-width: 400px) {
  .mobclosebtn {
    left: 345px;
  }
}

.hidden-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
.tbcolr td {
  background-color: aliceblue !important;
}
.collapse:not(.show) {
  display: none;
}
table .main-table .n-table {
  border-collapse: collapse;
}

tr.tbcolr.collapse.show {
  display: table-row !important;
}
.dot {
  margin-right: 2px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}
.rotate {
  transform: rotate(90deg);
}
.fa-caret-right:before {
  content: "❯" !important;
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.zonefirstcell {
  white-space: nowrap;
}
.flourish-table iframe {
  width: 100% !important;
}
.card-body {
  padding: 0px !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 2px solid #b9373b;
}
.appear {
  display: block !important;
}
li.nav-item {
  width: 50%;
  float: left;
  border: 2px solid #dee2e6;
}
a.nav-link {
  font-size: 20px;
  text-align: center;
  color: black;
}
.english {
  font-family: Segoe UI !important;
}
.english div {
  font-family: Segoe UI !important;
  font-weight: bold;
  font-size: 18px;
}
.titletimer p {
  margin: 0;
}
.accordion > .card > .card-header {
  padding-left: 0px;
}
.accordion > .card {
  padding: 0px;
}
.btn-link {
  font-weight: bold;
  color: black;
  font-size: 18px;
  text-decoration: none;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}
.btn-link:hover {
  font-weight: bold;
  color: black;
  font-size: 18px;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0rem !important;
}
div#collapseTwo,
div#collapseOne {
  padding: 15px;
}

.currentmatch {
  color: #d6242b;
}
.currentmatchstyle {
  font-size: 18px;
  margin: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.paddingzero {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sc {
  display: inline-block !important;
  float: left !important;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .sc {
    display: inline-block !important;
    float: left !important;
    width: 50% !important;
  }
}

.cric-widget-container,
.card-scorecard {
  font-size: 15px !important;
}
.pt {
  width: 100%;
}
.pt th {
  border: 0;
  padding: 9px 8px;
  color: #2b2c2d;
  text-transform: uppercase;
  font-size: 0.75rem;
  background-color: #f9f9fb;
}
.pt td,
.pt th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #edeef0;
}
.pt td {
  padding: 9px 10px;
  color: #2b2c2d;
  border-color: #edeef0;
  font-size: 0.8rem;
}
.pt td:first-child {
  /* color: #03a9f4; */
  font-size: 1rem;
  text-align: left !important;
}

.pt th:first-child {
  text-align: left !important;
}
li.ptn {
  float: left;
  border: 0;
  width: auto;
  border-bottom: 2px solid #ecf0f1;
  margin-left: 10px;
}
.pn {
  border-bottom: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: transparent;
}

li.ptn.active {
  border-bottom: 2px solid #b9373b;
}
.mh .card-scorecard {
  min-height: 150px !important;
}

.cric-widget-item .card-scorecard .teams .team {
  display: flow-root !important;
}
.nt.active {
  border-bottom: 2px solid #b9373b;
}
