@font-face {
  font-family: NunitoSans;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("NunitoSans"),
    url("../fonts/NunitoSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Material Round Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIconsRound-Regular.eot); /* For IE6-8 */
  src: local("Material Round Icons"), local("MaterialIconsRound-Regular"),
    url(../fonts/MaterialIconsRound-Regular.otf) format("truetype");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
}
@font-face {
  font-family: tamil-font;
  src: url(../fonts/theunseen.ttf);
}

.material-icons-rounded {
  font-family: "Material Round Icons";
  font-weight: normal;
  font-style: normal;
  display: inline;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle !important;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #f44335;
  --secondary: #ffdc00;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;

  /* New design style 28-06-2022 */
  --bg-header: #1D418C;
  --bg-banner-color: rgba(109, 169, 210, 24%);
  --live-match-color: #FF6961;
  --btn-primary-new: #1D418C;
  --btn-secondary-new: #00ADEF;
  --color-black: #101010;
  --text-gray-color: #A0A0A0;
  --btn-outline-primary-new: #1D418C;

  /* Commentary runs color's */
  --zero-run: #1D418C;
  --one-run: #F05C19;
  --two-run: #6DA9D2;
  --three-run: #8B88FF;
  --four-run: #198754;
  --six-run: #00ADEF;
  
  /* Other extra runs color's */
  --wide-run: #54C589;
  --out-color: #FF6961; 
}

.zero-run {
  background-color: #6DA9D2;
  padding: 6px 16px;
}

.one-run {
  background-color: #101010;
  padding: 6px 16px;
}

.two-run {
  background-color: #00ADEF;
  padding: 6px 16px;
}

.three-run {
  background-color: #00ADEF;
  padding: 6px 16px;
}

.four-run {
  background-color: #198754;
  padding: 6px 16px;
}

.five-run {
  background-color: #198754;
  padding: 6px 16px;
}

.six-run {
  background-color: #1D418C;
  padding: 6px 16px;
}

.wide-run {
  background-color: #54C589;
  padding: 6px 16px;
}

.batsman-out {
  background-color: #F05C19;
  padding: 6px 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "NunitoSans" !important;
  background-color: #F7F7FF;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.2rem !important;
}

.btn:focus {
  box-shadow: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/* .navbar-brand img {
  width: 100% !important;
} */
.banner-card {
  height: 250px;
}
/* #BannerCarosel {
  margin-top: 63px;
} */
#MatchSection {
  margin-top: 63px;
}
.badge-outline {
  cursor: pointer;
  color: var(--dark) !important;
  border: 1px solid var(--warning) !important;
}
.badge-outline.active {
  color: var(--secondary) !important;
  background-color: var(--primary) !important;
}
.pointer {
  color: var(--secondary) !important;
  cursor: pointer;
}
.pointer:hover {
  color: var(--primary) !important;
}
.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:focus,
.btn-primary:focus-visible {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
}
.btn-primary:active {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}
.btn-outline-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible {
  background-color: var(--primary) !important;
  border-color: var(--primary);
  box-shadow: none;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  background-color: var(--primary) !important;
  border-color: var(--primary);
  box-shadow: none;
}
#id_join_show {
  display: block;
}
.join-bottom {
  margin-bottom: 220px;
}
.join-bottom-fixed {
  height: 150px;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
}
.admin-panel{
  right: 0;
  bottom: 100px;
}


/* New design style 28-06-2022 start */
.bg-header, .bg-footer {
  background-color: var(--bg-header);
}

.nav-link-active {
  background-color: var(--btn-secondary-new);
  border-radius: 4px;
  padding: 6px 24px !important;
}

.banner-section {
  background-color: var(--bg-banner-color);
}

.banner-section .card {
  border: none;
}

.live-match-status {
  color: var(--live-match-color);
  font-size: 0.875rem;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--live-match-color);
  margin-bottom: 2px;
}

.btn-primary-new {
  background-color: var(--btn-primary-new);
  color: var(--white);
  padding: 6px 16px;
}

.btn-primary-new:hover {
  color: var(--white);
}

.btn-secondary-new {
  background-color: var(--btn-secondary-new);
  color: var(--white);
  padding: 6px 16px;
}

.btn-secondary-new:hover {
  color: var(--white);
}

.batting-team h3 {
  font-weight: 600;
  color: var(--color-black);
}

.bowling-team h3 {
  font-weight: 600;
  color: var(--color-black);
}

.live-match-run h3 {
  font-weight: 600;
  color: var(--color-black);
}

.live-match-score {
  background-color: var(--live-match-color);
  color: var(--white);
  padding: 6px 20px;
  font-weight: 500;
  font-size: 1rem;
}

.tab-section h4 {
  color: var(--color-black);
  font-weight: 600;
}

.tab-section .nav-link {
  color: var(--text-gray-color);
  padding: 0.8rem 1.56rem;
}
.tab-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border-bottom: 5px solid var(--bg-header);
  background: none;
  color: var(--bg-header);
  border-radius: 0;
  font-weight: bold;
}

.commentary-section .nav-link {
  color: var(--text-gray-color);
  padding: 0.8rem 1.56rem;
}
.commentary-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border-bottom: 5px solid var(--bg-header);
  background: none;
  color: var(--bg-header);
  border-radius: 0;
  font-weight: bold;
}

.tab-section .tab-content .card .card-header {
  background: none;
  border: none;
}

.tab-content .card .card-header .match-series {
  background-color: var(--live-match-color);
  font-weight: 500;
}

.tab-content .card .card-header {
  color: var(--text-gray-color);
}

.tab-content .card .card-body .team01,
.tab-content .card .card-body .team02 {
  font-weight: 600;
}

.tab-content .card .card-body .match-location {
  color: var(--text-gray-color);
}

.tab-content .card .card-footer {
  background: none;
  border-top: none;
  padding-bottom: 1rem;
}

.tab-content .card .card-body {
  padding-bottom: 0px;
}

.commentary-section .tab-content .card .card-body {
  padding: 1rem 1rem !important;
}

.tab-content .card .card-footer .btn-scorecard,
.tab-content .card .card-footer .btn-commentary {
  color: var(--white);
  background-color: var(--btn-secondary-new);
  padding: 0.4rem 1rem;
  font-size: 14px;
}

.tab-content .card .card-footer .btn-all-commentary {
  color: var(--white);
  background-color: var(--btn-primary-new);
  font-size: 14px;
}

.tab-content .btn-scorecard,
.tab-content .btn-commentary {
  color: var(--white);
  background-color: var(--btn-secondary-new);
  padding: 0.4rem 1rem;
  font-size: 14px;
}

.tab-content .btn-all-commentary {
  color: var(--white);
  background-color: var(--btn-primary-new);
  font-size: 14px;
}

.tab-content .card .card-body .row .col-sm-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.bg-footer .footer-links {
  list-style: none !important;
  padding-left: 0;
  margin-top: 2rem;
}

.bg-footer .footer-links li a {
  text-decoration: none;
  color: var(--white);
  padding: 1rem 1rem 1rem 0;
}

.match-details .date-time-card {
  background-color: var(--btn-primary-new);
  border: none;
  color: var(--white);
}

.match-details .date-time-card .card-body,
.match-details .location-card .card-body,
.match-details .series-card .card-body {
  align-items: center;
}

.match-details .date-time-card .card-body img,
.match-details .location-card .card-body img,
.match-details .series-card .card-body img {
  width: 46px;
  height: 46px;
}

.match-details .location-card {
  background-color: var(--btn-secondary-new);
  border: none;
  color: var(--white);
}

.match-details .series-card {
  background-color: var(--live-match-color);
  border: none;
  color: var(--white);
}

.match-details .match-title h4 {
  font-weight: 600;
}

.playing-eleven .team-name {
  font-weight: 600;
}

.tab-content #team1-playing11 .team1-playing11-list,
.tab-content #team1-impactPlayer .team1-impactPlayer-list,
.tab-content #team2-playing11 .team2-playing11-list,
.tab-content #team2-impactPlayer .team2-impactPlayer-list {
  list-style: none;
}

.commentary-section .end-of-over {
  background-color: var(--bg-banner-color);
}

.commentary-section {
  /* margin-bottom: 100px; */
}

.playing-eleven{
  margin-bottom: 50px;
}

.btn-outline-primary-new {
  background-color: var(--btn-outline-primary-new);
  color: var(--white);
}

.btn-outline-primary-new:hover {
  color: var(--white);
}

.tab-content .card .card-footer a {
  text-decoration: none;
}

.over-section ul {
  list-style: none;
}

.over-section ul li {
  padding: 0 .5rem;
  cursor: pointer;
}

.over-section ul li span {
  background-color: var(--btn-primary-new);
  color: var(--white);
  padding: 0 6px;
  border-radius: 100%;
}

.over-section ul li .run-active {
  background-color: var(--btn-secondary-new);
}

.bg-footer .dropdown-divider {
  border-color: var(--white);
}

/* Ground style */
.boundary-circle {
  width: 200px;
  height: 200px;
  border: 15px solid rgb(4, 111, 5);
  border-radius: 50%;
  margin: 50px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1dce1d;
}

.boundary-circle .thirdy-yard-circle {
  position: relative;
  width: 50%;
  height: 65%;
  transform: translateY(-3px);
  border-radius: 70px 70px 70px 70px;
  border: 2px dashed #fff;
}

.line {
  width: 0px;
  height: 1.5px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform-origin: top left;
  transition: width 1s ease-out;
  display: inline-block;
}

.line-input {
  width: 0px;
  height: 1.5px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform-origin: top left;
  transition: width 1s ease-out;
  display: inline-block;
}

.cricket-pitch {
  width: 20px;
  height: 50px;
  background-color: rgb(255 233 141 / 40%);
  position: absolute;
}

.hide {
  visibility: hidden;
}

.show {
  visibility: visible;
}
/* Ground style */



@media only screen and (min-width: 300px) and (max-width: 380px) {
  .tab-content .card .card-footer .btn {
    font-size: 11px;
    padding: 6px 6px;
  }

  .tab-content .btn-all-commentary {
    margin: 0;
  }
  
  .bg-footer .footer-links li a {
    font-size: 14px;
  }

  .bg-footer .footer-links {
    justify-content: center !important;
  }

  #navbarSupportedContent {
    margin-top: 1.5rem;
  }

  #navbarSupportedContent .navbar-nav li {
    margin-bottom: .5rem;
    text-align: center;
  }

  .btn-primary-new, .btn-secondary-new {
    padding: 6px 8px;
  }

  .live-match-score {
    font-size: 12px;
    padding: 6px 16px !important;
  }

  .navbar-brand img {
    width: 220px;
  }
}

@media only screen and (min-width: 381px) and (max-width: 768px) {
  .tab-content .card .card-footer .btn {
    font-size: 12px;
    padding: 6px 8px;
    margin: 0;
  }

  #navbarSupportedContent {
    margin-top: 1.5rem;
  }

  #navbarSupportedContent .navbar-nav li {
    margin-bottom: .5rem;
    text-align: center;
  }
  
  .tab-content .btn-scorecard .btn,
  .tab-content .btn-commentary .btn {
    font-size: 12px;
    padding: 6px 10px;
  }

  .tab-content .btn-all-commentary .btn {
    color: var(--white);
    background-color: var(--btn-primary-new);
    font-size: 12px;
    padding: 6px 10px;
  }

  .live-match-score {
    font-size: 12px;
    padding: 6px 16px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tab-content .card .card-footer .btn {
    font-size: 11px;
    padding: 6px 8px;
  }

  .bg-footer .footer-links li a {
    padding: 1rem 0.5rem 1rem 0;
  }

  .match-details .date-time-card,
  .match-details .location-card,
  .match-details .series-card {
    min-height: 104px;
  }
}
/* New design style 28-06-2022 end */

.custom-loader {
	border: 10px solid #f3f3f3; /* Light grey */
	border-top: 10px solid #1D418C; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
  }
  .custom-loader-small{
	border: 3px solid #f3f3f3; /* Light grey */
	border-top: 3px solid #1D418C; /* Blue */
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 2s linear infinite;
  }
  @keyframes spin {
	0% { transform: rotate(0deg); }
	50%{ transform: rotate(180deg);}
	100% { transform: rotate(360deg); }
  }

.skeleton {
  min-height: 30px;
	background-color: #e2e5e7;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
	background-size: 40px 100%; 
	background-repeat: no-repeat; 
	background-position: left -40px top 0; 
	animation: shine 1s ease infinite; 
  width: 100%;
}

@keyframes shine {
	to {
		background-position: right -40px top 0;
	}
}

.input-group .note-editor {
  width: 96%;
}

.admin-panel-content {
  position: sticky;
  top: 0;
  box-sizing: border-box;
}

.fielding-position {
  height: 5px;
  width: 5px;
  background-color: rgb(170, 5, 5);
  border-radius: 100%;
  display:none;
} 

.sticky-column
{
  position: -webkit-sticky;
  position:sticky;
  left:0px;
  background-color:var(--bg-header) !important;
  color: #FFF;
}
.w-half{
  width: 50%;
}
.table-scroll{
  overflow: auto;
}
.table-scroll .nav {
  flex-wrap: nowrap !important;
}
.image-noMatch img {
  opacity: 0.2;
}

.span-noMatch {
  color: var(--text-gray-color);
  font-size: 1.2rem;
  font-weight: 500;
}

.match-summary .card .card-header {
  background-color: #ff6961;
  border-bottom: none;
  color: #fff;
}

.fab-home{
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: var(--bg-header);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #FFF;
  opacity: 0.4;
  cursor: pointer;
}
.fab-home:hover{
  opacity: 1;
}
.fab-home i{
  font-size: 24px;
}

.points-table-card{
   border-radius: 10px;
}
#seasonName{
  color: var(--bg-header);
  font-weight: bolder;
}

.points-table .first-column{
  position: -webkit-sticky;
  position:sticky;
  left:0px;
}
.points-table th{
  border: 0px;
  background-color: #FFF;
}
.points-table td{
  color: #FFF !important;
  font-weight: bold;
  border: 0px;
}
.points-table tr{
  box-shadow: 0px 1px 2px #000;
}
.points-table tbody tr:nth-child(n+5){
  font-size: 13px;
  transform: scale(0.99);
}


.CSK{
  background-color: #ffcb05 !important;
}
.DC{
  background-color: #b9251c !important;
}
.GT{
  background-color: #77c7f2 !important;
}
.KKR{
  background-color: #28204a !important;
}
.LSG{
  background-color: #0348bc !important;
}
.MI{
  background-color: #2d6ab1 !important;
}
.PBKS{
  background-color: #d71920 !important;
}
.RR{
  background-color: #eb83b5 !important;
}
.RCB{
  background-color: #481b1e !important;
}
.SRH{
  background-color: #f26522 !important;
}
.match-card{
  background-color: #FFF;
  color: var(--dark) !important;
  min-height: 270px;
  transition: all 0.3s ease-in-out;
}
.match-card:hover{
  transform: scale(0.9);
  box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
}
.match-card .card-header{
  background-color: #FFF !important;
  color: var(--bg-header) !important;
}
.tab-content a{
  text-decoration: none !important;
}
.match-card .boundary-circle{
  width: 150px;
  height: 150px;
  border: 10px solid rgb(4, 111, 5);
  border-radius: 50%;
  margin: 0px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1dce1d;
  box-shadow: 2px 1px 4px #666666;
}
.match-card .boundary-circle .thirdy-yard-circle{
  border: 2px dashed #ccc !important;
}
.match-card .team01{
  position: absolute;
  top: 0;
  color: var(--white);
  text-shadow: 2px 2px 4px #000000;
}
.match-card .team02{
  position: absolute;
  bottom: 0;
  color: var(--white);
  text-shadow: 2px 2px 4px #000000;
}
.match-card .dateofPlay{
  position: absolute;
  color: var(--dark);
  font-weight: bold;
  text-shadow: 2px 2px 4px #ffffff;
  z-index: 9;
}
.match-card .card-header{
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.text-shadow{
  font-weight: bold;
  text-shadow: 2px 2px 4px #aaa;
}
.image-noCommentary img {
  opacity: 0.7;
  width: 180px;
  height: 180px;
}

.span-noCommentary {
  color: var(--text-gray-color);
  font-size: 1.2rem;
  font-weight: 500;
}

.fab-poll{
  position: fixed;
  right: 10px;
  bottom: 70px;
  background-color: var(--bg-header);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #FFF;
  opacity: 0.4;
  cursor: pointer;
}
.fab-poll:hover{
  opacity: 1;
}
.fab-poll i{
  font-size: 24px;
}

.poll-panel{
  display: none;
}
.form-dropdown{
  background-color: #FFFFFF;
  border-radius: 5px;
}