/**
 * Fonts 
 * Inter
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #777;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

a:hover {
  color: #2970b5;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  /* padding: 5rem 0; */
  width: 100%;
}

a,
button {
  outline: 0;
}

a:focus,
button:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: auto;
}

/**
 *  Preloader
 */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
  width: 100%;
  height: auto;
}

#status {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px;
}

#status img {
  max-width: 100%;
}

#status:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #6666ff;
  border-radius: 50%;
  -webkit-animation: rotatingPlus 4s linear infinite;
  animation: rotatingPlus 4s linear infinite;
}

#status:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 90%;
  height: 90%;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #32cf8a;
  border-radius: 50%;
  -webkit-animation: rotatingMinus 6s linear infinite;
  animation: rotatingMinus 6s linear infinite;
}

@-webkit-keyframes rotatingPlus {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotatingPlus {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**
 * For max-width media query, device width are sets as::after
 * xl = 1440
 * medium = 1199
 * tabland = 991
 * tabport = 767
 * 
 * 
 */
.gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.gutters-5>.col,
.gutters-5>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.gutters-10>.col,
.gutters-10>[class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutters-15 {
  margin-right: -15px;
  margin-left: -15px;
}

.gutters-15>.col,
.gutters-15>[class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.gutters-20 {
  margin-right: -20px;
  margin-left: -20px;
}

.gutters-20>.col,
.gutters-20>[class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutters-25 {
  margin-right: -25px;
  margin-left: -25px;
}

.gutters-25>.col,
.gutters-25>[class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-05 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.px-05 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py-05 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.pb-05 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pt-05 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pl-05 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-05 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.text-10 {
  font-size: 10px !important;
}

.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-17 {
  font-size: 17px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-19 {
  font-size: 19px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-21 {
  font-size: 21px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-23 {
  font-size: 23px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-25 {
  font-size: 25px !important;
}

.text-26 {
  font-size: 26px !important;
}

.text-27 {
  font-size: 27px !important;
}

.text-28 {
  font-size: 28px !important;
}

.text-29 {
  font-size: 29px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-31 {
  font-size: 31px !important;
}

.text-32 {
  font-size: 32px !important;
}

.w-190 {
  -ms-flex-preferred-size: 190px;
  flex-basis: 190px;
  max-width: 190px;
  width: 100%;
}

a.post-meta {
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  color: #777;
}

a.post-meta:hover {
  color: #2647d6;
}

.radius-0 {
  border-radius: 0 !important;
}

.radius-5 {
  border-radius: 5px !important;
}

.text-muted {
  font-size: 12px;
  color: #777 !important;
  margin: 0;
  line-height: 17px;
}

.text-success {
  color: #32cf8a !important;
}

.text-red {
  color: #ff0000 !important;
}

.floating-text {
  color: #000;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  margin: 0;
  text-align: center;
}

.vs-circle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--accent-color, #006DCC);
  border-radius: 50%;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cricnotch-btn {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  text-transform: capitalize;
}

.cricnotch-btn.btn-filled {
  background: var(--accent-color, #fb6a7b);
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
}

.cricnotch-btn.btn-filled.active,
.cricnotch-btn.btn-filled:hover {
  background: var(--primary-color, #2970b5);
  color: #fff;
}

.bg-primary {
  background-color: var(--primary-color, #2647d6) !important;
  color: #fff !important;
}

.bg-success {
  background-color: var(--accent-color, #32cf8a) !important;
  color: #fff !important;
}

.bg-danger {
  background-color: #ff0000 !important;
  color: #fff !important;
}

.row-highlighted {
  background-color: var(--primary-color, #2647d6) !important;
  color: #fff !important;
}

.bb-1x-solid {
  border-bottom: 1px solid #eff0f5;
}

.gutters-7-half {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.gutters-7-half>.col,
.gutters-7-half>[class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

/**********************************
* Widget Block Style start
*********************************/
.widget {
  position: relative;
  margin-bottom: 10px;
}

.widget-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  margin-bottom: 8px;
}

/**********************************
* Card Style start
*********************************/
.card {
  position: relative;
  padding: 20px;
  border: none;
  border-radius: 10px;
  margin-bottom: 10px;
}

.card-shadow {
  -webkit-box-shadow: 0 5px 10px rgba(58, 90, 229, 0.15);
  box-shadow: 0 5px 10px rgba(58, 90, 229, 0.15);
}

.card .nav {
  border: none;
  margin-bottom: 15px;
}

.card .nav li {
  display: inline-block;
}

.card .nav li:not(:last-child) {
  margin-right: 10px;
}

.card .nav li a {
  background-color: #eff0f5;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  color: #111;
  padding: 4px 12px;
  border-radius: 50px;
}

.card .nav li a.active {
  background-color: var(--primary-color, #2647d6);
  color: var(--accent-color, #ffffff);
}

.card .score-card {
  background: #f6f7fb;
}

.card .score-card:not(:last-of-type) {
  margin-bottom: 5px;
}

/**********************************
* Content Card Style start
*********************************/
.content-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-card figure {
  position: relative;
  margin-bottom: 10px;
}

.content-card .content-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-card.card-grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 479px) {
  .content-card.card-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.content-card.card-grid figure {
  margin-bottom: 0;
  margin-right: 15px;
}

@media screen and (max-width: 479px) {
  .content-card.card-grid figure {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .content-card .w-190 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/**********************************
* Content block Style start
*********************************/
.content-block h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 25px;
}

.content-block h3 a {
  color: inherit;
  display: block;
}

.content-block h3 a:hover {
  color: #2647d6;
}

.content-block p {
  margin-bottom: 7px;
}

/**********************************
* Image card Style start
*********************************/
.image-card {
  position: relative;
}

.image-card figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.image-card figure img {
  border-radius: 10px;
}

.image-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

@media screen and (max-width: 479px) {
  .image-card-content {
    position: relative;
  }
}

.image-card-content h2 {
  margin-bottom: 6px;
}

.image-card-content h2 a {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 32px;
  display: block;
}

@media screen and (max-width: 479px) {
  .image-card-content h2 a {
    color: #000;
    font-size: 22px;
  }
}

.image-card-content p {
  color: #fff;
  margin-bottom: 0px;
}

@media screen and (max-width: 479px) {
  .image-card-content p {
    color: #000;
  }
}

/**********************************
* overlay Style start
*********************************/
.overlay {
  position: relative;
}

.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/**********************************
* Score card
*********************************/
.score-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
}

.score-card-inner {
  padding: 10px;
}

.score-card-header {
  position: relative;
}

.score-card-header strong {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.score-card-header span {
  display: block;
  font-size: 12px;
  line-height: 17px;
}

.score-card-body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.score-card-body>.score-update {
  margin: 0 10px;
}

.score-card-footer {
  background-color: #eff0f5;
  padding: 6px;
}

.score-card-footer p {
  color: #030303;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  margin: 0;
  text-align: center;
}

.country-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.score-update {
  margin-left: 6px;
  margin-top: 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.score-update h5 {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  color: #000000;
}

.score-update p {
  font-size: 12px;
  color: #777;
  margin: 0;
  line-height: 17px;
}

.flag-avatar {
  position: relative;
  text-align: center;
}

.flag-avatar figure {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 5px;
  background-color: #eff0f5;
  border: 1px solid rgba(58, 90, 229, 0.1);
}

.flag-avatar figure.avatar-28 {
  width: 28px;
  height: 28px;
}

.flag-avatar figure img {
  max-width: 30px;
  border-radius: 50%;
}

.flag-avatar span {
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}

.country-name {
  color: inherit;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}

.score-card-lg {
  padding: 20px;
}

.score-card-lg .score-card-header strong {
  font-size: 15px;
  line-height: 21px;
}

.score-card-lg .score-card-header span {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 575px) {
  .score-card-lg .score-card-body>.score-update {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.score-card-lg .score-update h5 {
  font-size: 15px;
  line-height: 25px;
}

.score-card-lg .score-update p {
  font-size: 12px;
  line-height: 20px;
  color: #000;
}

.score-card-lg .flag-avatar figure {
  margin-bottom: 2px;
}

.score-card-lg .flag-avatar span {
  font-size: 10px;
  line-height: 17px;
}

.score-card-lg .floating-text {
  font-size: 12px;
  line-height: 17px;
}

.card-aside {
  max-width: 180px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  border-left: 1px solid #eff0f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .card-aside {
    border-left: none;
    border-top: 1px solid #eff0f5;
    max-width: 100%;
  }
}

.card-aside p span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #000;
}

.card-aside .cricnotch-btn:not(:first-of-type) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .card-aside .cricnotch-btn:not(:first-of-type) {
    margin-top: 0;
    margin-left: 10px;
  }
}

/**********************************
* Accordion style start
*********************************/
.accordion .accordion-item {
  margin-bottom: 10px;
}

.accordion .accordion-item>h5 {
  background-color: #2647d6;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 0;
  padding: 20px 30px;
  position: relative;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

.accordion .accordion-item>h5::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 30px;
  bottom: auto;
  content: "\f0de";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion .accordion-item>h5.collapsed {
  border-radius: 10px;
  margin-bottom: 0;
}

.accordion .accordion-item>h5.collapsed::after {
  content: "\f0dd";
}

.accordion .accordion-item .acr-body p {
  margin-bottom: 0;
}

.accordion .accordion-item .card:first-of-type {
  border-radius: 0 0 10px 10px;
}

.accordion-2 .accordion-item {
  position: relative;
  margin-bottom: 15px;
}

.accordion-2 .accordion-item>h5 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}

.accordion-2 .accordion-item>h5:not(.collapsed) {
  margin-bottom: 13px;
}

.accordion-2 .accordion-item>h5:not(.collapsed):before {
  border-color: #3a5ae5;
}

.accordion-2 .accordion-item>h5:not(.collapsed):after {
  background-color: #3a5ae5;
}

.accordion-2 .accordion-item>h5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #eff0f5;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.accordion-2 .accordion-item>h5:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.accordion-2 .accordion-item .acr-body {
  padding-left: 30px;
}

.accordion-2 .accordion-item .acr-body p {
  margin-bottom: 0;
}

/**********************************
* Pagination style start
*********************************/
.pagination {
  display: block;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-bottom: 30px;
  }
}

.pagination a {
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #777;
  margin: 0 2px;
}

.pagination a.current {
  pointer-events: none;
}

.pagination a.current,
.pagination a:hover {
  background: var(--accent-color, #32cf8a) !important;
  color: #fff !important;
}

/**********************************
* Header Style start
*********************************/
.header {
  background-color: #2255A4;
  background-image: none;
}

.header-middle {
  padding: 15px 0;
}

/**
* Header Style end
*/
/**********************************
* Topbar Style start
*********************************/
.topbar {
  background-color: #2255A4;
  padding: 13px 0;
}

.logo {
  max-width: 188px;
  display: block;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .logo {
    margin: 0 auto 10px;
  }
}

.topbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 575px) {
  .topbar-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.custom-dropdown {
  position: relative;
}

.custom-dropdown:hover ul {
  opacity: 1;
  visibility: visible;
}

.custom-dropdown .selection {
  color: #fff;
  padding: 4px 10px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  border-radius: 50px;
  position: relative;
  padding-right: 25px;
}

.custom-dropdown .selection::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  bottom: auto;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-dropdown ul {
  padding: 15px 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  width: 120px;
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 5px;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.custom-dropdown li {
  cursor: pointer;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  color: #000;
}

.custom-dropdown li:hover {
  background-color: #ddd;
}

.lang-dropdown {
  margin-right: 10px;
}

.lang-dropdown .selection {
  position: relative;
  padding-left: 34px;
}

.lang-dropdown .selection img {
  max-width: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.lang-dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
}

.lang-dropdown li {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lang-dropdown li img {
  max-width: 24px;
  border-radius: 50%;
  margin-right: 10px;
}

.currency-dropdown {
  margin-right: 15px;
}

.mini-cart-btn {
  margin-right: 10px;
}

.mini-cart-btn a {
  position: relative;
}

.mini-cart-btn .counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #32cf8a;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: -5px;
  top: -5px;
}

/**********************************
* Main header start
*********************************/
.main-header {
  padding: 0;
}

.navbar {
  position: relative;
  background-color: #2255A4;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .nav-menu ul {
    display: block !important;
  }
}

.nav-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 991px) {
  .nav-menu ul {
    display: none;
    background: #f6f7fb;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    width: 100%;
    -webkit-box-shadow: 0 5px 10px rgba(58, 90, 229, 0.15);
    box-shadow: 0 5px 10px rgba(58, 90, 229, 0.15);
    max-height: 400px;
    overflow-y: scroll;
  }
}

.nav-menu li {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .nav-menu li {
    display: block;
    position: relative;
  }
}

.nav-menu li>a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 19px 15px;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .nav-menu li>a {
    color: #000;
  }
}

.nav-menu li:hover .mega-menu,
.nav-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-search {
  position: relative;
  max-width: 350px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media screen and (max-width: 991px) {
  .header-search {
    padding: 10px 0;
  }
}

@media screen and (max-width: 479px) {
  .header-search {
    max-width: 210px;
  }
}

.header-search form input {
  background: #2647d6;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50px;
  height: 40px;
  padding: 0 30px;
  color: #fff;
  font-size: 13px;
  outline: 0 !important;
}

.header-search form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.37;
}

.header-search form input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.37;
}

.header-search form input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.37;
}

.header-search form input::placeholder {
  color: #fff;
  opacity: 0.37;
}

.header-search form button {
  position: absolute;
  right: 25px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.has-menu-child>a {
  position: relative;
}

.has-menu-child>a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  bottom: auto;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 8px;
}

@media screen and (max-width: 991px) {
  .has-menu-child>a::after {
    right: 15px;
    font-size: 15px;
  }
}

.has-submenu {
  position: relative;
}

.mega-container {
  position: static;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .mega-container {
    max-width: 960px;
  }
}

.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;
  z-index: 5;
  -webkit-box-shadow: 0 5px 10px rgba(58, 90, 229, 0.15);
  box-shadow: 0 5px 10px rgba(58, 90, 229, 0.15);
  padding: 30px !important;
}

@media screen and (max-width: 991px) {
  .mega-menu li {
    padding: 20px 0;
  }
}

@media screen and (min-width: 992px) {
  .mega-menu {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 991px) {
  .mega-menu {
    position: relative !important;
    top: 0 !important;
    display: none;
    padding: 0 30px !important;
  }
}

.mega-full {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .mega-full .container {
    padding: 30px 0;
  }
}

.mega-content-box li {
  width: 100%;
}

.mega-content-box .content-block h3 {
  font-size: 26px;
  color: #000;
  margin-bottom: 15px;
}

.mega-content-box .content-block .post-meta {
  margin-bottom: 15px;
  display: block;
}

.mega-content-box .content-block .cricnotch-btn {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .mega-content-box figure {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .mega-content-box .image-card-content {
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  .mega-content-box .image-card-content {
    margin-bottom: 20px;
  }
}

.mega-content-box .image-card-content h2 {
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .mega-content-box .image-card-content h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.mega-content-box .image-card-content h2 a {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
  display: block;
}

@media screen and (max-width: 479px) {
  .mega-content-box .image-card-content h2 a {
    color: #000;
  }
}

.mega-content-box .image-card-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sub-menu {
  width: 220px;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(58, 90, 229, 0.15);
  box-shadow: 0 5px 10px rgba(58, 90, 229, 0.15);
  z-index: 5;
}

@media screen and (min-width: 992px) {
  .sub-menu {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 991px) {
  .sub-menu {
    position: relative !important;
    top: 0 !important;
    display: none;
  }
}

.sub-menu li {
  display: block;
}

.sub-menu li a {
  color: #000;
  border-left: 3px solid transparent;
}

.sub-menu li a:hover {
  border-color: #2970b5;
  background: #f6f7fb;
  color: #000;
}

.mobile-nav-toggler {
  display: none;
}

@media screen and (max-width: 991px) {
  .mobile-nav-toggler {
    display: inline-block;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 30px;
  }
}

.logged-user-dropdown {
  display: none;
  position: absolute;
  right: 15px;
  background: #fff;
  padding: 15px 0;
  border-radius: 10px;
  z-index: 9;
  top: calc(100% + 17px);
  -webkit-box-shadow: 0 5px 10px rgba(58, 90, 229, 0.15);
  box-shadow: 0 5px 10px rgba(58, 90, 229, 0.15);
}

.logged-user-dropdown li a {
  position: relative;
  display: block;
  color: #000;
  padding: 7px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logged-user-dropdown li a:hover {
  background-color: #eee;
}

.logged-user-dropdown li a i {
  width: 25px;
}

.table {
  position: relative;
  color: #000;
}

@media screen and (max-width: 767px) {

  .table th,
  .table td {
    white-space: nowrap;
  }
}

.table td {
  vertical-align: middle;
}

.table td strong {
  font-weight: 600;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f6f7fb;
}

.table-striped tbody tr:nth-of-type(odd) td .cricnotch-btn {
  background: #32cf8a;
  color: #fff;
}

.table-striped tbody td a.cricnotch-btn {
  background: #eff0f5;
  color: #000;
}

.table-striped tbody td a.cricnotch-btn:hover {
  background: #2970b5;
  color: #fff;
}

.table.no-border th,
.table.no-border td {
  border: none;
}

.table.widget-table {
  margin-bottom: 0;
}

.table.widget-table th {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
}

.table.widget-table th:first-of-type {
  padding-left: 20px;
}

.table.widget-table th:last-of-type {
  padding-right: 20px;
  text-align: center;
}

.table.widget-table td {
  padding-top: 6px;
  padding-bottom: 6px;
}

.table.widget-table td:first-of-type {
  padding-left: 20px;
}

.table.widget-table td:last-of-type {
  padding-right: 20px;
  text-align: center;
}

.table.widget-table td a {
  color: #2647d6;
}

.table.widget-table caption {
  padding-top: 15px;
  padding-bottom: 15px;
}

.table.widget-table caption a {
  color: #000;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: underline;
}

.table-medium th,
.table-medium td {
  padding: 15px 7.5px !important;
}

.table-medium th:first-of-type,
.table-medium td:first-of-type {
  padding-left: 30px !important;
}

.table-medium th:last-of-type,
.table-medium td:last-of-type {
  padding-right: 30px !important;
}

.table-medium th {
  font-size: 12px !important;
  line-height: 17px !important;
}

.table-medium td {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px !important;
}

.table-medium strong {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .table .country-info {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.main-container {
  padding: 10px 0 20px;
  position: relative;
  /* background: #eff0f5; */
}

/**********************************
* Features Style start
*********************************/
.features-sec {
  position: relative;
}

.features-sec .score-card {
  background: transparent;
}

/**********************************
* Editors pick Style start
*********************************/
.editors-pick {
  position: static;
}

.editors-pick .content-block h3 {
  font-size: 14px;
  line-height: 20px;
}

.editors-pick .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.editors-pick .owl-nav button {
  display: block;
  width: 36px;
  height: 36px;
  background: #fff !important;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.editors-pick .owl-nav button:hover {
  color: #fff;
  background: #2970b5 !important;
}

/**********************************
* Widget - Latest News Style start
*********************************/
.widget-latest-news .content-card:not(:last-of-type) {
  margin-bottom: 13px;
}

.widget-latest-news .content-block h3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

/**********************************
* Widget - Featured video style start
*********************************/
.widget-feature-video .content-block h3 {
  font-size: 14px;
  line-height: 20px;
}

.widget-feature-video .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.widget-feature-video .owl-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #e1e4ed !important;
  display: inline-block;
  margin: 0 3px;
}

.widget-feature-video .owl-dots button.active {
  background-color: #3a5ae5 !important;
}

/**********************************
* Widget - Social style start
*********************************/
.widget-social {
  position: relative;
}

.widget-social .card {
  background: #eff0f5;
}

.social-card {
  padding: 10px;
  position: relative;
  border-radius: 10px;
  background-color: #1b76f2;
  color: #fff;
  margin-bottom: 5px;
}

.social-card.facebook {
  background-color: #1b76f2;
}

.social-card.twitter {
  background-color: #1ba2ef;
}

.social-card.linkedin {
  background-color: #0077b5;
}

.social-card a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-card .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #fff;
  margin-right: 15px;
}

.social-card-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-card strong,
.social-card span {
  display: block;
  color: #fff;
}

.social-card strong {
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
}

.social-card span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

/**********************************
* Widget - Tag cloud style start
*********************************/
.widget-tag-cloud .nav li {
  margin-bottom: 5px;
}

.widget-tag-cloud .nav li a {
  padding: 5px 12px;
}

/**********************************
* Widget - Newsletter style start
*********************************/
.widget-newsletter form {
  margin-top: 10px;
}

.widget-newsletter input {
  width: 100%;
  border: 1px solid #eff0f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f6f7fb;
  padding: 12px 20px;
  margin-bottom: 5px;
}

.widget-newsletter button.cricnotch-btn {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #32cf8a;
  border-radius: 0;
  color: #fff;
}

/**********************************
* Widget - Filter news style start
*********************************/
.widget-filter-news li.selected a {
  position: relative;
}

.widget-filter-news li.selected a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.live-matches .score-card {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(58, 90, 229, 0.15);
  box-shadow: 0 10px 10px rgba(58, 90, 229, 0.15);
}

@media screen and (max-width: 767px) {
  .live-matches .nav li {
    margin-bottom: 10px;
  }
}

.live-matches .nav li a {
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  padding: 9px 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .live-matches .nav li a {
    font-size: 12px;
    padding: 9px 18px;
  }
}

@media screen and (max-width: 767px) {
  .live-matches .card-aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

@media screen and (max-width: 767px) {
  .live-matches .card-aside p:nth-of-type(1) {
    margin-right: 20px;
  }
}

/**********************************
* Full Commentary style start
*********************************/
.commentary-box {
  position: relative;
}

.commentary-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #32313f;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
}

.commentary-header h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 0;
}

.commentary-header p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

.commentary-body {
  position: relative;
  padding: 15px 20px;
  background: #f6f7fb;
  border-radius: 0 0 10px 10px;
}

.commentary-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 0;
}

.commentary-list li:not(:last-child) {
  border-bottom: 1px solid #dddfe8;
}

.commentary-list li>div {
  margin-right: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .commentary-list li>div {
    display: block;
    text-align: center;
  }
}

.commentary-list li h5 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .commentary-list li h5 {
    margin-right: 0;
  }
}

.commentary-list li span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.commentary-list li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

.spell-sum-box h5 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 13px;
}

.spell-sum-box h5 span {
  color: #777;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.spell-sum-box .recent-spell {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.spell-sum-box .recent-spell label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .spell-sum-box .recent-spell label {
    margin-bottom: 10px;
  }
}

.spell-sum-box .recent-spell ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.spell-sum-box .recent-spell ul:not(:last-of-type) {
  margin-right: 20px;
}

.spell-sum-box .recent-spell ul li {
  display: inline-block;
}

.spell-sum-box .recent-spell ul li:not(:last-child) {
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  .spell-sum-box .recent-spell ul li {
    margin-bottom: 10px;
  }
}

.spell-sum-box .recent-spell ul li span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #f6f7fb;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .spell-sum-box .recent-spell ul li span {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

.score-text-bold td {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
}

/**********************************
* Team Member style start
*********************************/
.single-member {
  position: relative;
  padding: 15px;
  margin-top: 20px;
}

.single-member figure {
  position: relative;
}

.single-member figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 49, 63, 0.85);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.single-member figure .cricnotch-btn {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #32cf8a;
  border-radius: 5px;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 21px;
  padding: 14px 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.single-member:hover figure::after {
  visibility: visible;
  opacity: 1;
}

.single-member:hover figure .cricnotch-btn {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.social-share {
  position: relative;
  margin-top: 8px;
}

.social-share a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: #eff0f5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  color: #1ba2ef;
}

.social-share a:not(:last-of-type) {
  margin-right: 5px;
}

.social-share a:hover {
  background: #1ba2ef;
  color: #fff;
}

/**********************************
* Team Rankings style start
*********************************/
.team-rankings .table tbody tr:nth-of-type(even) {
  background-color: #f6f7fb;
}

.team-rankings .table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.team-rankings .table tbody tr:first-of-type {
  background-color: #2647d6;
  color: #fff;
}

.team-rankings .table tbody tr:first-of-type .country-name {
  color: #fff;
}

.team-rankings .table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.team-rankings .card .nav li a {
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 7px 20px;
}

.breadcrumb-area {
  position: relative;
  padding-right: 50px;
}

.breadcrumb-area h2 {
  font-size: 30px;
  font-weight: #32cf8a;
  line-height: 32px;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}

.breadcrumb-area .share-btn {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}

.breadcrumb a,
.breadcrumb span {
  display: inline-block;
  font-size: 13px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  padding-right: 8px;
  margin-right: 7px;
  position: relative;
}

.breadcrumb a::after {
  content: "";
  position: absolute;
  top: -1px;
  left: auto;
  right: 0;
  bottom: auto;
  content: "/";
  position: absolute;
}

/* Exclude our custom breadcrumb component from the global ::after rule */
.breadcrumb-nav a::after,
.breadcrumb-nav .breadcrumb-list a::after,
.breadcrumb-nav .breadcrumb-item a::after,
.breadcrumb-nav .breadcrumb-link::after {
  content: none !important;
  display: none !important;
}

/**********************************
* Team Overview style start
*********************************/
.team-overview .card .score-card {
  background: #fff;
}

.team-overview .card-aside {
  max-width: 238px;
}

@media screen and (max-width: 767px) {
  .team-overview .card-aside {
    max-width: 100%;
  }
}

.team-overview .card-aside h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 13px;
  color: #000;
}

.team-overview .table td {
  padding-top: 9px;
  padding-bottom: 9px;
}

/**********************************
* Filter Navigation style start
*********************************/
.filter-nav .nav {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  .filter-nav .nav {
    display: block;
  }
}

.filter-nav .nav li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0 !important;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .filter-nav .nav li {
    display: block;
  }
}

.filter-nav .nav li a {
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  border-radius: 0;
  margin: 0;
  padding: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .filter-nav .nav li a {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.filter-nav .nav li a:hover {
  background-color: #fb6a7b;
  color: #fff;
}

/**********************************
* Team Gallery style start
*********************************/
.team-gallery {
  position: relative;
}

.gallery-item {
  position: relative;
  padding: 0;
  z-index: 1;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 50px;
}

.gallery-item:before,
.gallery-item:after {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 10px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  -webkit-box-shadow: 0 0 10px rgba(58, 90, 229, 0.15);
  box-shadow: 0 0 10px rgba(58, 90, 229, 0.15);
  z-index: -1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.gallery-item:after {
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.gallery-item:hover:before,
.gallery-item:hover:after {
  -webkit-transform: none;
  transform: none;
}

.gallery-item .content-card {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(58, 90, 229, 0.15);
  box-shadow: 0 0 10px rgba(58, 90, 229, 0.15);
}

.gallery-item .content-card figure {
  margin-bottom: 0;
}

.gallery-item .content-card .content-block {
  padding-top: 20px;
}

.gallery-item .view-album-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}

.gallery-item .view-album-btn:hover {
  background: #32cf8a;
  color: #fff;
}

/**********************************
* Album style start
*********************************/
.album-item {
  position: relative;
  margin-bottom: 15px;
}

.album-item:hover figure img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}

.album-item:hover .overlay:after {
  opacity: 1;
  visibility: visible;
}

.album-item:hover .content-block {
  opacity: 1;
  visibility: visible;
}

.album-item figure {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.album-item figure img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.album-item .overlay:after {
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.album-item .content-block {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.album-item .content-block h3,
.album-item .content-block .post-meta {
  color: #fff;
}

.loadMore-btn {
  padding: 10px 30px !important;
  border-radius: 0 !important;
  font-size: 15px;
}

/**********************************
* Player Profile style start
*********************************/
.player-overview .card {
  padding: 30px;
}

.player-profile {
  position: relative;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .player-profile {
    display: block;
  }
}

.player-profile .list-striped li span {
  color: #000;
  -ms-flex-preferred-size: 126px;
  flex-basis: 126px;
}

.player-profile .list-striped li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

.player-avatar {
  max-width: 190px;
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .player-avatar {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.info-header {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 22px;
}

.player-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.player-info h2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 43px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .player-info h2 {
    font-size: 25px;
  }
}

.list-striped {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.list-striped li {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .list-striped li {
    display: block;
  }
}

.list-striped li:nth-child(odd) {
  background: #f6f7fb;
}

.info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .info-body {
    display: block;
  }
}

.widget-batting-career .table td,
.widget-bowling-career .table td,
.widget-career-info .table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

/**********************************
* Player Gallery style start
*********************************/
.player-gallery .card {
  margin-bottom: 30px;
}

.player-gallery figure img {
  border-radius: 10px;
}

/**********************************
* Player Gallery style start
*********************************/
.player-contact>.card {
  margin-bottom: 30px;
}

/**********************************
* Related News style start
*********************************/
.related-news .card {
  margin-bottom: 30px;
}

.related-news figure {
  margin-bottom: 0;
}

.related-news figure img {
  border-radius: 10px 10px 0 0;
}

.related-news .content-block {
  padding: 20px;
}

.widget-accordion .accordion-item h5 {
  background-color: #f6f7fb;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 20px;
  border-radius: 5px;
}

.widget-accordion ul li:not(:last-child) {
  border-bottom: 1px solid #eff0f5;
}

.widget-accordion ul li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 20px;
  color: #777;
}

.color-filters {
  position: relative;
  border-bottom: 1px solid #eff0f5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.color-filters li {
  /* border: 3px solid transparent; */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  margin-right: 12px;
  cursor: pointer;
}

.color-filters li:nth-child(6n + 6) {
  margin-right: 0;
}

.color-filters li.selected {
  border-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(38, 71, 214, 0.2);
  box-shadow: 0 3px 6px rgba(38, 71, 214, 0.2);
}

.color-filters li span {
  border-radius: inherit;
  display: block;
  width: 20px;
  height: 20px;
  padding: 3px;
}

.size-filters {
  border-bottom: 1px solid #eff0f5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.size-filters a {
  background-color: #f6f7fb;
  display: inline-block;
  border: 1px solid #eff0f5;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px;
  border-radius: 50px;
  color: #777;
  margin-right: 1px;
  width: 50px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
}

.size-filters a:nth-of-type(4n + 4) {
  margin-right: 0;
}

.size-filters a:hover {
  background-color: #32cf8a;
  color: #fff;
}

.price-filter .ui-slider-horizontal {
  height: 5px;
}

.price-filter .ui-widget-content {
  background: #eff0f5;
  border: none;
}

.price-filter .ui-widget-header {
  background: #32cf8a;
}

.price-filter .ui-state-default,
.price-filter .ui-widget-content .ui-state-default {
  background: #32cf8a;
  border: none;
  border-radius: 0;
  outline: 0;
  width: 11px;
  height: 11px;
}

.price-filter .ui-state-default:after,
.price-filter .ui-widget-content .ui-state-default:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 11px;
  height: 5px;
  background: #32cf8a;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.ratings a {
  display: inline-block;
  font-size: 12px;
  color: #ffc400 !important;
}

.photo-upload img {
  margin-bottom: 15px;
}

.photo-upload label {
  background: #f6f7fb;
  border-radius: 5px;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  margin-bottom: 5px;
  cursor: pointer;
}

.photo-upload span {
  color: #777;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

/**********************************
* Auth section style start
*********************************/
.auth-sec {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  padding: 0;
}

.auth-sec.signup {
  background-image: url(../images/signup-bg.jpg);
}

.auth-sec.login {
  background-image: url(../images/login-bg.jpg);
}

.auth-form {
  padding: 0;
  max-width: 540px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.auth-form form {
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .auth-form form {
    padding: 30px;
  }
}

.auth-form form button {
  margin-top: 10px;
}

.auth-form-header {
  background: #3a5ae5;
  padding: 20px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.auth-form-header h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 43px;
}

.forgot-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #777;
  text-decoration: underline;
}

/**********************************
* Sponsors style start
*********************************/
.sponsors-sec .card {
  padding: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 479px) {
  .sponsors-sec .content-card {
    display: block;
  }
}

.sponsors-sec .content-card figure {
  padding-right: 30px;
  margin: 0;
}

@media screen and (max-width: 479px) {
  .sponsors-sec .content-card figure {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.sponsors-sec .content-card figure img {
  width: auto;
}

.sponsors-sec .content-card .cricnotch-btn {
  margin-top: 10px;
}

.sponsors-sec .content-card .social-share a {
  background: transparent;
  width: auto;
  height: auto;
}

.sponsors-sec .content-card .social-share a:not(:last-of-type) {
  margin-right: 10px;
}

.sponsors-sec .content-block {
  border-left: 1px solid #eff0f5;
  padding-left: 30px;
}

@media screen and (max-width: 479px) {
  .sponsors-sec .content-block {
    padding-left: 0;
    border: none;
  }
}

/**********************************
* FAQ style start
*********************************/
.faq-sec .accordion-item h5.collapsed {
  background: #fff;
  color: #000;
}

.faq-sec .comment-form .cricnotch-btn,
.faq-sec .checkout-form .cricnotch-btn,
.faq-sec .auth-form .cricnotch-btn,
.faq-sec .shipment-form .cricnotch-btn {
  width: auto;
  left: 0;
  -webkit-transform: none;
  transform: none;
}

/**********************************
* FAQ style start
*********************************/
.contact-sec .widget-title {
  font-size: 30px;
  line-height: 43px;
  margin-bottom: 11px;
}

@media screen and (max-width: 479px) {
  .contact-sec .widget-title {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-sec .content-card {
    margin-bottom: 30px;
  }
}

.contact-sec .content-card p strong {
  color: #000;
  font-weight: 600;
}

.contact-sec form .cricnotch-btn {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

/**********************************
* Error style start
*********************************/
.error-sec {
  background: #fff;
  height: 100vh;
  padding: 0;
}

.error-content {
  margin: 0 auto;
  max-width: 555px;
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
}

.error-content figure {
  margin-bottom: 20px;
}

.error-content h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 48px;
  color: #000;
  margin-bottom: 20px;
}

.error-content h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  color: #000;
  margin-bottom: 20px;
}

@media screen and (max-width: 479px) {
  .error-content h4 {
    font-size: 22px;
    line-height: 26px;
  }
}

.error-content .cricnotch-btn {
  margin-top: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .product-preview {
    margin-bottom: 30px;
  }
}

.product-item {
  position: static;
}

.product-item h3 {
  font-size: 16px;
  line-height: 22px;
}

.product-item figure {
  margin-bottom: 15px;
}

.product-item .ribbon {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 8;
}

.prod-info {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prod-info .post-meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #777;
  text-transform: uppercase;
}

.price del {
  color: #ff0000;
  margin-left: 10px;
}

.ribbon {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  background: #32cf8a;
  color: #fff;
  padding: 7px 13px;
}

.product-filter-bar {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .product-filter-bar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.product-filter-bar p {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0;
  color: #000;
}

@media screen and (max-width: 575px) {
  .product-filter-bar p {
    margin-bottom: 10px;
  }
}

.sort-by label {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #000;
  margin-right: 11px;
}

.sort-by select {
  background-color: #f6f7fb;
  border: 1px solid #eff0f5;
  border-radius: 50px;
  color: #777;
  outline: 0;
  padding: 9px 20px;
}

.preview-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .preview-thumb {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.preview-thumb a {
  max-width: 110px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .preview-thumb a:not(:last-of-type) {
    margin-right: 5px;
  }
}

.product-info .post-meta {
  text-transform: uppercase;
}

.product-info .product-title {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 43px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.product-info .price {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 43px;
  margin-bottom: 0;
}

.product-info .price del {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.product-info .size-filters,
.product-info .color-filters,
.product-info .quantity-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: none;
  padding-bottom: 0;
}

.product-info .size-filters h3,
.product-info .color-filters h3,
.product-info .quantity-box h3 {
  margin-right: 30px;
}

.product-info .quantity-box {
  margin-bottom: 30px;
}

.product-info .cricnotch-btn {
  border-radius: 5px;
  background: #32cf8a;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 40px;
  margin-right: 7px;
}

.product-info .fav-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #f6f7fb;
  color: #777;
  font-size: 20px;
}

.quantity {
  max-width: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #c9cbd5;
  border-radius: 50px;
  padding: 10px 20px;
}

.quantity input {
  min-width: 30px;
  width: 100%;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  font-weight: 600;
  outline: none;
  /* Firefox */
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type="number"] {
  -moz-appearance: textfield;
}

.quantity span {
  color: #ccc;
  cursor: pointer;
}

.product-desc .nav.nav-tabs {
  border: none;
}

@media screen and (max-width: 575px) {
  .product-desc .nav.nav-tabs {
    display: block;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
}

.product-desc .nav.nav-tabs li:not(:last-child) {
  margin-right: 5px;
}

@media screen and (max-width: 575px) {
  .product-desc .nav.nav-tabs li:not(:last-child) {
    margin-right: 0;
  }
}

.product-desc .nav.nav-tabs li a {
  background-color: var(--primary-color, #2647d6);
  border-radius: 10px 10px 0 0;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  padding: 20px 40px;
}

@media screen and (max-width: 575px) {
  .product-desc .nav.nav-tabs li a {
    border-radius: 0;
  }
}

.product-desc .nav.nav-tabs li a.active {
  color: var(--primary-color, #2647d6);
  background-color: var(--bg-color, #fff);
}

.product-desc .tab-content {
  padding: 50px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 5px 10px rgba(58, 90, 229, 0.15);
  box-shadow: 0 5px 10px rgba(58, 90, 229, 0.15);
}

@media screen and (max-width: 575px) {
  .product-desc .tab-content {
    padding: 30px;
  }
}

.product-desc .tab-content p:not(:last-of-type) {
  margin-bottom: 30px;
}

/**********************************
* Cart Table style start
*********************************/
.product-cart-sec .card {
  overflow: hidden;
}

.cart-table {
  margin-bottom: 0px;
}

.cart-table thead th {
  background-color: #eff0f5;
  text-transform: uppercase;
  font-weight: 600;
}

.cart-table tbody tr:nth-child(even) {
  background-color: #eff0f5;
}

.cart-table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.cart-table th:first-of-type,
.cart-table td:first-of-type {
  padding-left: 30px;
}

.cart-table th:last-of-type,
.cart-table td:last-of-type {
  padding-right: 30px;
  text-align: center;
}

.cart-table td {
  padding: 20px 10px;
}

.cart-table .item-thumb {
  max-width: 100px;
}

.cart-table .description {
  max-width: 300px;
  color: #777;
  white-space: pre-wrap;
}

.cart-table .stock-tag {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #c9cbd5;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  white-space: nowrap;
}

.cart-table .item-remove-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #c9cbd5;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 20px;
  color: #777777;
}

.cart-table .item-remove-btn:hover {
  background: #d10606;
  border-color: #d10606;
  color: #fff;
}

.cart-table .content-block h3 {
  white-space: nowrap;
}

.color-filter-bullet {
  /* border: 3px solid transparent; */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  margin-right: 12px;
  cursor: pointer;
}

.color-filter-bullet.selected {
  border-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(38, 71, 214, 0.2);
  box-shadow: 0 3px 6px rgba(38, 71, 214, 0.2);
}

.color-filter-bullet span {
  border-radius: inherit;
  display: block;
  width: 20px;
  height: 20px;
  padding: 3px;
}

/**********************************
* Cart Details style start
*********************************/
.widget-cart-details .cricnotch-btn {
  max-width: 250px;
  margin: 30px auto 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  padding: 14px 40px;
  background-color: #32cf8a;
  color: #fff;
}

.cart-details {
  position: relative;
  padding: 30px;
}

.cart-details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  padding: 4px 0;
}

.cart-details li p {
  margin: 0;
  color: #777;
}

.cart-details li span {
  font-weight: 600;
}

.cart-total {
  position: relative;
  padding: 20px 30px;
  background: #eff0f5;
}

.cart-total p {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  margin-bottom: 0;
}

.cart-total span {
  font-weight: 400;
}

.cart-total strong {
  font-weight: 600;
}

/**********************************
* Checkout style start
*********************************/
.pin-text {
  margin-bottom: 0;
}

.pin-text a {
  display: inline-block;
  text-decoration: underline;
}

.pin-text i {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 20px;
}

.checkout-form label,
.auth-form label,
.shipment-form label {
  text-transform: uppercase;
}

.checkout-form label span,
.auth-form label span,
.shipment-form label span {
  color: #ff0000;
}

.checkout-form input,
.auth-form input,
.shipment-form input,
.checkout-form textarea,
.auth-form textarea,
.shipment-form textarea {
  outline: 0;
}


.checkout-form textarea,
.auth-form textarea,
.shipment-form textarea {
  height: 100px;
  margin-bottom: 0;
}

.checkout-form select,
.auth-form select,
.shipment-form select {
  background-color: #f6f7fb;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 20px;
  width: 100%;
  outline: 0;
}

.shipment-form .input-field {
  position: relative;
}

.custom-checkbox {
  padding-left: 36px;
  position: relative;
}

.custom-checkbox input[type="checkbox"] {
  width: auto;
  opacity: 0;
  visibility: hidden;
}

.custom-checkbox input[type="checkbox"]:checked+label:after {
  visibility: visible;
  opacity: 1;
}

.custom-checkbox input[type="checkbox"]+label {
  text-transform: none;
  color: #777;
}

.custom-checkbox input[type="checkbox"]+label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: #3a5ae5;
  display: block;
  border-radius: 3px;
}

.custom-checkbox input[type="checkbox"]+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  right: 0;
  bottom: 0;
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  visibility: hidden;
  opacity: 0;
}

/**********************************
* Mini cart panel style start
*********************************/
.mc-panel {
  position: absolute;
  width: 380px;
  background: #fff;
  top: calc(100% + 17px);
  right: 15px;
  z-index: 9;
  padding: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(58, 90, 229, 0.15);
  box-shadow: 0 5px 10px rgba(58, 90, 229, 0.15);
  border-radius: 10px;
  display: none;
}

@media screen and (max-width: 479px) {
  .mc-panel {
    width: 290px;
  }
}

.mc-panel button {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  background: transparent;
}

.mc-panel .mc-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mc-panel .mc-header h3 {
  font-size: 22px;
  color: #000;
}

.mc-panel .mc-close {
  border: none;
}

.mc-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.mc-item:hover .mc-item-remove {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.mc-item:hover .mc-thumb:after {
  opacity: 1;
  visibility: visible;
}

.mc-item .quantity {
  padding: 7px 20px;
}

.mc-thumb {
  max-width: 100px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

@media screen and (max-width: 479px) {
  .mc-thumb {
    max-width: 80px;
  }
}

.mc-thumb .mc-item-remove {
  z-index: 1;
  color: #fff;
}

.mc-item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  position: relative;
}

.mc-item-content h5 {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}

.mc-item-content h5 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.mc-item-content .price {
  color: #777;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.mc-item-content .item-total-price {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  position: absolute;
  right: 0;
  bottom: 10px;
  margin-bottom: 0;
}

.mc-item-remove {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 1;
  visibility: hidden;
}

.mc-thumb:after {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.mc-footer {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.mc-footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #32cf8a;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  border-radius: 5px;
  padding: 15px;
  text-transform: capitalize;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mc-footer a span:last-of-type {
  border-left: 2px solid #fff;
  padding-left: 20px;
}

.products-list .card {
  margin-bottom: 30px;
}

.single-member figure .cricnotch-btn.cart-btn {
  font-size: 17px;
  padding: 0;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

/**********************************
* Footer Style start
*********************************/
.footer {
  background-color: #32313f;
}

.footer-top {
  padding: 80px 0;
}

.footer-copyright {
  background: #262536;
  padding: 25px 30px;
}

@media screen and (max-width: 767px) {
  .footer-copyright {
    text-align: center;
  }
}

.footer-copyright p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .footer-copyright p {
    margin-bottom: 20px;
  }
}

.footer-copyright p a {
  color: #fff;
}

.footer-copyright a {
  display: inline-block;
  padding: 0 5px;
}

.footer-copyright a img {
  width: auto;
}

.foo-widget .widget-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 28px;
}

.foo-text .logo {
  margin-bottom: 30px;
}

.foo-text p {
  font-size: 13px;
  margin: 0;
}

.foo-recent-post ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.foo-recent-post li {
  position: relative;
  margin-bottom: 15px;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.foo-recent-post li .post-thumb {
  max-width: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}

.foo-recent-post li .post-thumb img {
  width: 100%;
  height: auto;
}

.foo-recent-post .rc-post-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 13px;
}

.foo-recent-post .rc-post-inner h5 {
  margin-bottom: 0;
}

.foo-recent-post .rc-post-inner h5 a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}

.foo-recent-post .rc-post-inner a.post-meta {
  display: block;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.foo-navigation li a {
  display: block;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.foo-navigation li a:hover {
  color: #fff;
}

.foo-newsletter p {
  margin-bottom: 24px;
}

.foo-newsletter form {
  width: 100%;
}

.foo-newsletter form input {
  background-color: #262536;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 10px;
}

.foo-newsletter form input::-webkit-input-placeholder {
  color: #444;
}

.foo-newsletter form input:-ms-input-placeholder {
  color: #444;
}

.foo-newsletter form input::-ms-input-placeholder {
  color: #444;
}

.foo-newsletter form input::placeholder {
  color: #444;
}

.foo-newsletter form button {
  background-color: #32cf8a;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  width: 100%;
  padding: 12px 0;
}

.foo-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

thead th {
  background: var(--accent-color, #2563eb) !important;
  color: #ffffff !important;
  padding: 1rem 1.5rem;
}

/* App blue gradient color */
.app-blue {
  background: linear-gradient(45deg, #2647d6, #4c68e8);
}

/**
 * MatchStream Theme Variables and Enhanced Styling
 * This section provides comprehensive theming support using CSS variables
 */

/* CSS Variables for theming - will be overridden by inline styles when customization is applied */
:root {
  --primary-color: #2255A4;
  --secondary-color: #D6B268;
  --accent-color: #D6B268;
  --bg-color: #ffffff;
  --text-color: #4b5563;
  --font-family: 'Inter', Arial, sans-serif;
}

/* Enhanced theming system using CSS variables */

/* Primary elements */
.app-primary,
.btn-primary,
.nav-tabs .nav-link.active,
.bg-primary,
.card-header.app-primary,
.filter-nav .nav li a.active {
  background-color: var(--accent-color, #2563eb) !important;
  color: #fff !important;
  border-color: var(--accent-color, #2563eb) !important;
}

/* Secondary/Accent elements */
.btn-success,
.cricnotch-btn.btn-filled,
.bg-success,
.vs-circle {
  background-color: var(--accent-color, #3b82f6) !important;
  border-color: var(--accent-color, #3b82f6) !important;
  color: #fff !important;
}

/* Background elements */
body,
.main-container,
.event-details,
.card,
.tab-content,
.card-body,
.table,
.list-group-item {
  background-color: var(--bg-color, #ffffff) !important;
  color: var(--text-color, #4b5563) !important;
}

/* Text elements */
body,
.event-details,
.card,
.tab-content,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
.table td,
.table th,
.list-group-item {
  font-family: var(--font-family, 'Inter', Arial, sans-serif) !important;
  color: var(--text-color, #f5f5f5) !important;
}

/* Navigation elements */
.nav-tabs .nav-link {
  color: var(--text-color, #4b5563) !important;
}

.nav-tabs .nav-link.active {
  background-color: var(--accent-color, #2563eb) !important;
  color: #fff !important;
  border-color: var(--accent-color, #2563eb) !important;
}

/* Filter navigation */
.filter-nav .nav li a {
  color: var(--text-color, #4b5563) !important;
  border-color: var(--primary-color, #2255A4) !important;
}

.filter-nav .nav li a:hover,
.filter-nav .nav li a.active {
  background-color: var(--primary-color, #2255A4) !important;
  color: #fff !important;
}

/* Button variants */
.btn-outline-primary {
  color: var(--primary-color, #2255A4) !important;
  border-color: var(--primary-color, #2255A4) !important;
}

.btn-outline-primary:hover {
  background-color: var(--primary-color, #2255A4) !important;
  border-color: var(--primary-color, #2255A4) !important;
  color: #fff !important;
}

/* Table styling */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(37, 99, 235, 0.05) !important;
}

.table th {
  background-color: var(--accent-color, #2563eb) !important;
  color: #fff !important;
}

/* Highlighted rows */
.row-highlighted {
  background-color: var(--primary-color, #2255A4) !important;
  color: #fff !important;
}

/* Custom cricket-specific elements */
.cricnotch-btn.btn-filled.active,
.cricnotch-btn.btn-filled:hover {
  background-color: var(--primary-color, #2255A4) !important;
  color: #fff !important;
}

/* Card shadows and effects */
.card-shadow {
  box-shadow: 0 2px 4px rgba(37, 99, 235, 0.1) !important;
}

/* Match navigation tabs */
.match-nav-tabs .nav-link.active {
  background-color: var(--primary-color, #2255A4) !important;
  color: white !important;
}

.match-nav-tabs .nav-link:not(.active) {
  background-color: #f8f9fa !important;
  color: var(--text-color, #4b5563) !important;
}

/* Live matches navigation */
.live-matches .nav li a.active {
  background-color: var(--accent-color, #2563eb) !important;
  color: #fff !important;
}

/* Pagination */
.pagination a.current,
.pagination a:hover {
  background: var(--accent-color, #32cf8a) !important;
  color: #fff !important;
}

/**
 * Original styles continue below...
 */

* {
