* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  white-space: normal;
  /* color: black; */
}
html,body{
  width:100%;
  height: 100%; 
}
body {
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-size: 36px;
  font-weight: 800 !important;
  padding-top: 10px !important;
  font-family: 'Bebas Neue';
}

a {
  text-decoration: none !important;
}

a {
  transition: all 0.3s ease;
}

body {
  margin: 0;
  padding: 0;
}

.title,
.title span,
.league {
  text-transform: uppercase;
}

.nav-item .active {
  background: #009999 !important;
  padding: 10px 20px !important;
  border-radius: 10px;
  /* color:yellow !important; */
}

.nav-item li a:hover {
  background: transparent !important;
  color: black;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255 155 107) !important;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right,
.time {
  text-align: right;
}

.carousel-caption h5 {
  text-shadow: 1px 3px #d73833;
}

.carousel-caption p {
  text-shadow: 1px 2px black;
}

nav.navbar.bg-dark {
  box-shadow: 0 4px 8px 0 hsl(0deg 0% 5% / 30%);
}

.title,
.title span,
.teama p,
.teamscore p,
.league {
  font-family: 'PoppinsMedium';
}

.carousel-caption h5 {
  font-size: 32px;
}

.carousel-caption p {
  font-size: 22px;
}

.title,
.title span {
  font-size: 20px;
}

.teamscore p {
  font-size: 16px;
}

.teamscore span {
  font-size: 12px;
}

.squad-section {
  background-color: #ffa170;
}

.newsinfo {
  background-color: #f1f1f1;
}

.fx-item {
  height: 250px;
  background: #009890;
}

nav.navbar.bg-dark {
  height: 65px;
  background: #009890 !important;
}

.small-banner:before {
  background-color: rgba(0, 0, 0, .5);
}

.small-banner {
  background: url('/assets/images/bannerbg.png') no-repeat 50% 50%;
}

ul.page-breadcrums {
  text-transform: capitalize;
}

.title span {
  color: white;
}

.title {
  color: #000;
}

.fx-item * {
  color: #8ab6ff;
}

.teama p,
.matchstatus,
.league,
.bgcolor2 .title,
.carousel-caption *,
.footer-section h5,
.copyrights p,
.footer-section p {
  color: #fff;
}

.teamscore p,
.bgcolor2 .title span {
  color: #ffce45;
}

.datetime,
.matchinfo,
.teama {
  display: flex;
}

.matchinfo,
.teama {
  align-items: center;
}

.teama {
  width: 80%;
}

.date,
.time {
  width: 50%;
}

.teamscore {
  /* width: 20%; */
}

a.navbar-brand {
  width: 80px;
}

.teama img {
  width: 64px;
}

.socialmedia {
  height: 1000px;
}

.news-container,
.newsdescImg {
  overflow: hidden;
}

.small-banner {
  position: relative;
}

.small-banner:before {
  position: absolute;
}

.small-banner:before {
  content: '';
}

.small-banner:before {
  top: 0;
}

.small-banner:before {
  right: 0;
}

.small-banner:before {
  bottom: 0;
}

.small-banner:before {
  left: 0;
}

.small-banner {
  z-index: 1;
}

.small-banner:before {
  z-index: -1;
}

.carousel,
.teamscore p,
.teama p {
  margin: 0;
}

.carousel-section {
  margin-top: 0px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

ul.socialico {
  margin-top: 8px;
}

.mt5 {
  margin-top: 5px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20,
.fx-item {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.title,
.newsdescImg {
  margin-bottom: 10px;
}

.matchinfo {
  margin-bottom: 5px;
}

.fx-item,
.newsinfo {
  padding: 5px;
}

.title {
  /* padding: 5px 0; */
  /* background: #153394; */
  /* width: fit-content;
  border-radius: 0px 20px 20px 0px;
  padding: 5px 18px;
  color: white;
  margin: 20px 0px;
  background: #009999;
  padding: 10px 20px !important;
  border-radius: 10px;
  font-size: 18px;
  color: white;
  font-weight: 800; */
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 20px !important;
}

/* .inner-page {
  padding-top: 58px;
} */

.pb20 {
  padding-bottom: 20px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb5 {
  padding-bottom: 5px;
}

.matchstatus {
  padding-bottom: 5px;
}

.fx-item {
  border-radius: 5px;
}

.news-container,
.newsdescImg {
  border-radius: 10px;
}

.pic {
  height: 220px;
  overflow: hidden;
  display: flex;
}

.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.post-date {
  color: #0d6efd;
  font-size: 13px;
}

.newsinfo {
  color: #222;
}

.news-container:hover .newsinfo {
  background-color: #ffd662;
}

footer {
  padding: 10px 0;
}

.socialico li i {
  color: #fff;
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

.copyrights {
  margin: 5px 0 0;
}

.copyrights p {
  padding: 5px 0 0;
}

span.activepage {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'PoppinsMedium';
}

ul.page-breadcrums li {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}

ul.page-breadcrums li a {
  color: #fff;
}

.small-banner {
  padding: 30px 0;
}

.inner-body {
  min-height: 600px;
}

.filterby {
  display: block;
  width: fit-content;
  margin-bottom: 0px;
  padding: 10px 30px;
   border: 1px solid #124dae;
  border-radius: 10px;
   background: #0f3532;
  border: none;
  color: white;
  font-weight: 800;
  width: 100%;
}
.filterby-1 input {
  padding: 10px 30px;
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #0f3532;
}
.filterby-1 input::placeholder {
  color:rgb(196, 189, 189);
  background: #0f3532;
}
.filterby-1 input:focus {
  outline: none;
  color:white;
  background: #0f3532;
}

.related .pic {
  height: 88px;
  display: inline-block;
  width: 128px;
}

.news-container.related a {
  display: inline-block;
}

.related .newsinfo {
  width: calc(100% - 128px);
  display: inline-block;
  vertical-align: top;
  height: 88px;
}

.newsdescImg img {
  max-width: 100%;
}

.news-container.related {
  height: 88px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.tbllogo {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.tbllogo img {
  width: 100%;
}

/* table style */
table {
  border-collapse: collapse;
  vertical-align: top;
  width: 100%
}

.normal tr td,
.standingsTbl tr td {
  text-align: center;
  padding: 5px;
}

.normal tr.theader,
.standingsTbl tr.theader {
  background-color: #009899 !important;
  border-bottom: 2px solid;
  text-align: center;
}

.normal tr.theader td,
.standingsTbl tr.theader td {
  padding: 10px 5px;
  font-family: 'PoppinsMedium';
  border-bottom: 0;
  color: white;
  font-weight: 800;
}

.standingsTbl tr td:nth-child(3),
.normal tr td:first-child {
  text-align: left;
}

.noraml,
.standingsTbl {
  background-color: #fff;
  box-shadow: 0 0 10px 0 #eee;
  margin-bottom: 20px;
}

/* team player */
.team-item {
  position: relative;
  overflow: hidden;
  padding-bottom: 95px;
  background: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  box-shadow: 0 0 10px 0 #e5e5e5;
}

.team-item .team-img img {
  transition: 0.4s;
}

/* img {
  width: 100%;
  height: auto;
} */

.team-item .team-content {
  height: 100px;
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 20px 20px;
  color: #444;
  text-align: center;
  overflow: hidden;
  background: #fff;
  transition: .3s all ease;
}

.team-item .team-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #009790;
  transition: .4s all ease;
  left: 0;
}

.team-item .team-content .social-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}

.team-item .team-content .team-info .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  text-transform: capitalize;
}

.team-item .team-content .team-info .name a {
  color: #0a0a0a;
}

.team-item .team-content .team-info .post {
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
}

.team-item .team-content .social-icon li {
  display: inline-block;
  margin-right: 30px;
}

.team-item .team-content .social-icon li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  background: transparent;
}

.team-item .team-content .social-icon li a i {
  font-size: 30px;
  color: #ffffff;
}

.team-item:hover .team-img img {
  transform: scale(1.1);
}

.team-item:hover .team-content {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transform: translate(0, 0);
  bottom: 0;
  height: 140px;
  color: #fff;
  background: #009790;
}

.team-item:hover .team-content .team-info .name a {
  color: #ffffff;
}

.team-item:hover .team-content .team-info .post {
  color: #ffffff;
}

.team-item:hover .team-content .social-icon {
  bottom: 20px;
  opacity: 1;
}

.btm-info-team {
  position: relative;
  box-shadow: 0px 0px 32px 0px rgb(7 28 31 / 5%);
  background: #fff;
  margin-bottom: 70px;
  padding: 40px;
}

.btm-info-team .images-part {
  padding: 0 30px 0 0;
}

.btm-info-team .con-info {
  position: relative;
}

.btm-info-team .con-info .designation-info {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #bb0b0b;
  text-transform: uppercase;
  display: block;
}

.btm-info-team .con-info .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}

.btm-info-team .con-info .short-desc {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 25px;
}

.playerdetails {
  /* background:#009688; */
  /* position:relative; */
  z-index: 0;
  padding-top: 30px;
}

.bgname {
  position: absolute;
  font-size: 80px;
  z-index: -1;
  color: #ffffff;
  left: 350px;
  top: 40px;
  line-height: 150px;
  opacity: .15;
}

.playerImg {
  display: inline-block;
  vertical-align: bottom;
}

ul.basic {
  display: inline-block;
}

ul.basic li {
  font-size: 28px;
  font-family: 'PoppinsMedium';
  color: #fff;
  margin-bottom: 15px;
}

ul.basic li:first-child span {
  font-size: 32px;
  font-family: 'PoppinsBold';
  width: initial;
}

ul.basic li span {
  color: white;
  font-size: 22px;
  width: 160px;
  display: inline-block;
}

/* .playerdetails:after {
  position: absolute;
  bottom: 40px;
  right: 10px;
  width: 400px;
  height: 400px;
  content: '';
   background: url(../images/dindigul-logo.png);
  background-size: cover;
  opacity: .2;
  filter: grayscale(100%);
} */

.otherPlayer {
  background-color: #fff;
  cursor: pointer !important;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.opName {
  font-size: 16px;
  font-family: 'PoppinsMedium';
  color: #e70610;
}

.newsdescImg {
  background-color: #e7e7e7;
}

.opImg {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}

.opImg img {
  width: 100%;
}

.opView {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: middle;
}

.tabview {
  background-color: #fcd451;
}

.tabview a {
  padding: 10px 12px;
  display: inline-block;
}

.tabview a.select,
.tabview a:hover {
  background-color: #124dae;
  color: #fff;
}

.status {
  font-size: 18px;
  font-family: 'PoppinsMedium';
  margin: 10px 0;
  color: #ffd662;
}

.teamlogo,
.score {
  display: inline-block;
  vertical-align: middle;
}

.score {
  padding-left: 10px;
  ;
}

.teamname {
  font-family: 'PoppinsMedium';
  font-size: 16px;
}

.runs {
  font-size: 42px;
  /* line-height:inherit;
  border-bottom: 1px dashed #fff;*/
  font-family: 'Babas Neue' !important;
  /*color: #0e4aaa; */
}

.otherinfo span {
  font-size: 13px;
}

.otherinfo span:first-child {
  margin-right: 20px;
  font-family: 'PoppinsMedium';
}

.scorecard-banner {
  padding-bottom: 20px;
  background: url(../../images/scorecardbg.jpg) center center no-repeat;
  position: relative;
  z-index: 0;
}

.teamlogo {
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #ffffff;
  width: 140px;
  padding: 5px;
}

.scorecard-section {
  margin: 20px 0;
}

.normal table.overview tr.theader {
  background-color: #124dae;
}

.normal table.overview tr.theader td {
  color: #fff;
}

td.pship {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.scorecard-banner:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, .5);
  z-index: -1;
}

.overviews * {
  color: #fff;
}

.overviews .runs {
  color: #ffd662;
}

.latestover .ball {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: inline-block;
}

ul.latestover {
  margin: 20px 0;
}

.ball {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

table.overview {
  border: 1px solid #ccc;
}

.ball.b6 {
  background-color: #009600;
  color: #fff;
}

.ball.bw {
  background-color: #dd0404;
  color: #fff;
}

.ball.b4 {
  background-color: #0449dd;
  color: #fff;
}

.endover {
  width: 100%;
  display: flex;
  padding: 5px 10px;
  background-color: #124dae;
}

.endover * {
  color: #fff;
}

.end-overscore,
.end-teamscore {
  width: 50%;
}

.end-teamscore {
  text-align: right;
}

.over {
  background-color: #ffd662;
}

.curplayer {
  display: flex;
  width: 100%;
}

.curbat {
  width: 50%;
}

.curplayer {
  display: flex;
  width: 100%;
}

.curbat {
  width: 50%;
}

.curname {
  display: flex;
}

.curname p:first-child {
  width: 80%;
}

.curname p:nth-child(2) {
  width: 20%;
  text-align: right;
}

.curname p,
.endover p {
  margin: 0;
}

.curname p {
  padding: 2px 10px;
}

.curbat.bowl {
  border-left: 2px solid #d5a933;
}

.ballbyball {
  display: flex;
  align-items: center;
  margin: 8px 0;
  position: relative;
}

.balldesc {
  width: calc(100% - 30px);
  position: absolute;
  left: 30px;
  padding-left: 32px;
  border-bottom: 1px solid #ccc;
  bottom: 0;
  min-height: 50px;
  align-items: center;
  display: flex;
}

.endover p:first-child {
  font-family: 'PoppinsMedium';
  font-size: 15px;
}

.carousel-caption {
  bottom: 40px !important;
}

/* home page */
.fixtures .fx-item {
  height: 150px;
}

.fixtures .fx-item * {
  color: white !important;
}
.fixtures .datetime,
.matchinfo,
.teama {
  display: flex;
  line-height: 2em;
}
.banner-text-left {
  font-size: 140px;
}
.banner-text-right {
  text-align: left;
  font-size: 50px;
  color: #FF9966;
}
.mt-30 {
  margin-top: 30px;
}
.home-results {
  /* background-image: url('../../assets/images/home-results.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 30px 0; */
  background-image: url('../../images/home-results.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 30px 0;
  background-color: #000000ab;
  background-blend-mode: overlay;
}
.results-matches h3 {
  color: white;
  font-size: 35px;
  font-weight: 800;
}
.results-matches h3::after {
  content: "";
  display: block;
  width: 70%;
  background-color: #e1e1e1;
  height: 1px;
  margin: 18px auto;
}
.results-matches h4 {
  color: white;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
}
.ballsysquad {
  /* background-image: url('../../assets/images/Ba11sy-Squad.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 30px 0; */
  background-image: url('../../images/Ba11sy-Squad.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 30px 0;
  background-color: #00000094;
  background-blend-mode: overlay;
}
.ballsysquad-1 {
  background-image: url('/assets/images/Ballsy-Squad.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
}
.ballsysquad h1 {
  font-weight: 600;
  color: white;
  font-size: 48px;
  line-height: 2em;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-family: 'Bebas Neue';
}

.ballsysquad .view-more {
  text-align: center;
  float: right;
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  color: #ff9c6b;
  font-weight: 800;
}

.title-sponsor {
  padding: 0px 0px;
  background-image: url('../../images/Tittle-Sponsors.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}

.title-sponsor h4 {
  font-size: 36px;
  font-weight: 800!important;
  padding-top: 10px!important;
  font-family: 'Bebas Neue';
}

.title-sponsor .our-sponsor {
  color: #b81111;
}

.title-sponsor .our-sponsor img:hover {
  -webkit-box-shadow: 10px 10px 50px -8px #b81111;
  -moz-box-shadow: 10px 10px 50px -8px #b81111;
  box-shadow: 10px 10px 50px -8px #b81111;
}

.title-sponsors img {
  border-radius: 10px;
  margin: 10px 0px;
  background: white;
  padding: 10px 5px;
  max-width: 200px;
}

.co-sponsors img {
  border-radius: 10px;
  margin: 0px 0px;
  background: white;
  padding: 14px 10px;
  width: 100%;
}

.title-sponsor img:hover {
  -webkit-box-shadow: 10px 10px 50px -8px #009899;
  -moz-box-shadow: 10px 10px 50px -8px #009899;
  box-shadow: 10px 10px 50px -8px #009899;
}

.mt-60 {
  margin-top: 60px;
}

.latest-news {
  /* background-image: url('../../assets/images/latest-news.jpg');
  background-repeat: no-repeat;
  width: 100%;
  padding: 30px 0px;
  height: auto;
  background-size:cover; */
  background-image: url('../../images/latest-news.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 30px 0;
  background-color: #0000007a;
  background-blend-mode: overlay;
}

.latest-news-h2 {
  font-weight: 600;
  color: white;
  font-size: 48px;
}

.latest-news .view-more {
  text-align: center;
  float: right;
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  color: #ff9c6b;
  font-weight: 800;
}

.pt-30 {
  padding-top: 30px;
}

.latest-news .card {
  border: none;
  border-radius: 10px;
  max-width: 350px;
  max-height: 380px;
  margin-bottom: 30px;
  background: transparent;
  margin:5px auto;
  padding:5px;
}

.latest-news .card img {
  border: none;
  border-radius: 10px 10px 0px 0px;
}

.latest-news .card-body {
  flex: 1 1 auto;
  min-height: auto;
  padding: 2rem 2rem;
  background: #1b150547;
  color: white !important;
  border-radius: 0px 0px 10px 10px;
  position: relative;
}
.spl-logo {
  background: white;
  border-radius: 10px;
}

.latest-news .card-title {
  color: white;
  font-size: 16px;
}

.latest-news .card-text {
  font-size: 18px;
  color: white;
}

.center-icon {
  position: absolute;
  top: -23%;
  left: 40%;
  background: white;
  padding: 15px 20px;
  border-radius: 230px;
}

.center-icon i {
  color: #009899 !important;
}

.gallery {
  background-image: url('/assets/images/gallery/gallery.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 30px 30px;
}

.gallery-h2 {
  font-weight: 800;
  color: white;
  font-size: 60px;
}

.gallery .view-more {
  text-align: center;
  float: right;
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  color: white !important;
  font-weight: 800;
  background: #009799;
}

.pt-30 {
  padding-top: 30px;
}

.gallery img {
  margin: 5px;
}

.view-all-matches {
  position: relative;
  left: auto;
  margin: 0px auto;
  right: auto;
  bottom: 50px;
  display: table;
  width: 250px;
}

.view-all-matches button {
  position: absolute;
  border: none;
  padding: 10px 30px;
  border-radius: 10px;
  background: white;
  color: black;
  font-size: 18px;
  font-weight: 800;
}

.match-fixture-1 {
  background-image: url('/assets/images/Ballsy-Squad.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 30px 30px;
}

.social-hub {
  /* background-image: url('../../assets/images/Social-Hub.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 30px 30px; */
  background-image: url('../../images/Social-Hub.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 0px 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 1600px;
  padding: 30px 0;
  background-color: #00000094;
  background-blend-mode: overlay;
  overflow: hidden;
  margin-bottom: 0px;
}
.social-hub iframe {
  height: 6000px !important;
  overflow: hidden;
}

.social-hub h2 {
  font-weight: 600;
  color: white;
  font-size: 48px;
}

.slide-box {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.match-left-background h2 {
  color: white !important;
}

.match-right-background h2 {
  color: white !important;
}

.fxitures-item h2 {
  color: white !important;
}

a .button {
  margin: 10px auto;
  display: block;
  padding: 10px 10px;
  border: none;
  font-size: 14px;
  font-weight: 800;
  background: #ffc107;
  border-radius: 5px;
  text-transform: uppercase;
  color: black;
}
a .button:hover {
  background:#003a35;
  color:white;
} 

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0px solid #dee2e6 !important;
  border-bottom: 0px solid #dee2e6 !important;
}

.theader i {
  color: white;
  text-indent: 5px;
}

td {
  /* font-size: 18px;
  line-height:2.5em; */
  vertical-align: middle;
}

/* home page css */

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.show-loader {
  opacity: 1;
  visibility: visible;
}

.loader {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-instagram {
  color: white;
  background: #cd486b !important;
  border-radius: 230px;
  padding: 12px;
  font-size: 18px;
  margin: 5px;
  width: 40px;
  height: 40px;
}

.fa-facebook {
  color: white;
  background: #3b5998 !important;
  border-radius: 230px;
  padding: 13px;
  font-size: 16px;
  margin: 5px;
  width: 40px;
  height: 40px;
  padding-left: 15px;
}

.fa-twitter {
  color: white;
  background: #00acee !important;
  border-radius: 230px;
  padding: 13px;
  font-size: 16px;
  margin: 5px;
  width: 40px;
  height: 40px;
}

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  border-bottom: solid 10px #EA5D5F;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}

button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 10px;
  bottom: 0px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.text-white h2,
i {
  color: white !important;
}

.bg-well {
  background:#003a35 !important;
}

/* home */

.match-venue {
  font-size: 20px;
  background: linear-gradient(to right, #ffc938, #f14117);
  -webkit-background-clip: content-box;
  -webkit-text-fill-color: #1b100f;
  padding: 10px 10px;
  border-radius: 230px;
  }
.match-date {
  color: white;
  font-size: 24px;
}

.team-a {
  color: white;
  position: relative;
  top:25%;
}

.team-a h4 {
  color: white;
  font-size:18px;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
}

.team-a h5 {
  color: #e5d8d8db;
  font-size: 16px;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
}

.team-b {
  color: white;
  position: relative;
  top: 25%;
}

.team-b h4 {
  color: white;
  font-size: 18px;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
}

.team-b h5 {
  color: #e5d8d8db;
  font-size: 16px;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
}

.team-a-img {
  max-width:130px;
  height: auto;
}

.team-b-img {
  max-width: 130px;
  height: auto;
}

.team-vs {
  font-size: 38px;
  text-align: center;
  font-weight: 800;
  position: relative;
  top:30px;
}

/* match center */
.bg-commentry {
  background: #003a35;
  color: white;
  text-align: left;
}
.bg-commentry td {
    color: white !important;
    text-align: left;
    padding: 0px 3px;
    vertical-align: baseline;
}
.ovh {
  background-color: #bc4959 !important;
  color: white !important;
  font-size: 15px;
  border-radius: 230px !important;
  margin: 0px 5px;
  padding: 5px 10px !important;
  line-height:3em;
  background-color: slategrey;
}
.ovh-1 {
  background: #03a9f4 !important;
  color: white !important;
  font-size: 15px;
  border-radius: 20px !important;
  margin: 0px 5px;
  padding: 5px 10px !important;
  line-height:3em;
}

.six {
  background: #4CAF50 !important;
  color: white !important;
  font-size: 15px;
  border-radius: 20px !important;
  margin: 0px 5px;
  padding: 5px 10px !important;
  background-color: slategrey;
}

.four {
  background: yellow !important;
  color: black !important;
  font-size: 15px;
  border-radius: 20px !important;
  margin: 0px 5px;
  padding: 5px 10px !important;
  line-height:3em;
}

.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-weight:800;
}
.button1 {
  background-color: white;
  color: black;
  border-radius: 5px;
}
.button1:hover {
  background-color: #009689;
  color: white;
  border-radius: 5px;
}
.button2 {
  background-color: white;
  color: black;
  border-radius: 5px;
}
.button2:hover {
  background-color: black;
  color: white;
  border-radius: 0px;
}
.player-list {
  margin-top: 7px;
  background: #009688;
  color: white;
  padding: 8px 0px;
  border-radius: 10px;
}
.player-list:hover {
  background: black;
  color: white;
  cursor: pointer;
}
.player-name {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0px;
}
.player-wicket-details {
  font-size: 14px;
  color: gray;
  margin-bottom: 0px;
}
.player-notout-details {
  margin-bottom: 0px;
  color:gray;
}
.line-height-3 {
  line-height: 2em;
  padding: 5px;
}
.logo{
  display: flex;
  align-items: center;
}
.logo img {
  width: 80px;
  top: 0px;
}
.logo h2{
  background: linear-gradient(to right, #ffc938, #f14117);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  text-transform: uppercase;
  font-family: 'Bebas Neue' !important;
}
.table-hdr th {
  color:white !important;
  background: #003a35;
}
.back-button {
  position: absolute;
}

.stats-optopns {
  display:block;
  cursor:pointer;
  padding:5px 10px;
}
.custom-select {
  min-width: 100%;
  position: relative;
}
select {
  appearance: none;
  /*  safari  */
  -webkit-appearance: none;
  /*  other styles for aesthetics */
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
  outline: none;
}
select option {
  width: 100%;
}
.custom-select::before,
.custom-select::after {
    --size: 10px;
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none;
    z-index: 111;
}
/* .custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid white;
  top: 40%;
} */
.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid white;
  top: 40%;
}
span.stats-optopns:hover {
  background: #009688;
  color: white;
}
.menu .active {
  background: linear-gradient(to right, #ffc938, #f14117);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size:26px;
  font-weight:800;
}
.back-button a button{
  padding:10px 20px !important;
}

