/*!
Theme Name: rhinox2
Theme URI: https://www.namastec.com/rhinox
Author: Namastec
Author URI: https://namastec.com/
Description: rhinox is wordpress theme powered by Namastec for cricnepal
Version: 10.6.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rhinox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


rhinox is based on Underscores https://underscores.me/, (C) 2007-2025 namastec.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Site is designed in Figma and produced using Tailwind CSS by Nischal Tiwari.
*/

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Captions
--------------------------------------------- */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

figcaption.wp-caption-text {
  display: none;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  padding: 10px;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--Global Styles--*/

body {
  font-family: "Inter", sans-serif !important;
  /*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-size-adjust: 100%;*/
}

/*-------------Global Variables-------------*/
:root {
  --rhx-base-color: #313150;
  --rhinox-accent-color: #221d49;

  --rhx-grey-light: #fafafc;
  --rhx-grey-alternate: F9F9FB;
  --rhx-grey-dark: #d8d8d8;

  --rhinox-primary-accent-color: #e93448;
  --rhinox-secondary-accent-color: #c3c0ff;

  --rhinox-primary-dark-color: #0c0a1a;
  --rhinox-primary-light-color: #e7edff;

  --rhinox-snow: #ffffff;
  --rhinox-100: #fff;
  --rhinox-cloud-light: #efeff5;
  --rhinox-cloud-dark: #d0d0e2;
  --rhinox-shade-light: #bec2e3;

  --t20: hsl(304 96% 51%);
  --odi: hsl(178 76% 46%);
  --test: hsl(168 100% 22%);

  --text-color: var(--rhinox-primary-dark-color);
  --rhinox-text-color: var(--rhinox-primary-dark-color);
  --rhinox-font-family: "Inter", sans-serif;
  --rhinox-mc-font-family: "Bebas Neue", serif;
  --primary-button-color: var(--rhinox-snow);
  --primary-button-text-color: var(--rhinox-snow);
  --secondary-button-color: var(--rhinox-secondary-color-shade);
  --lineHeightFixedAmount: 0.25rem;
  --lineHeightRelativeAmount: 1em;

  --fontWeight-normal: normal;
  --fontWeight-medium: 500;
  --fontWeight-bold: 600;

  --br-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --br-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --br-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --br-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --br-shadow-2xl: 0 4px 32px -24px rgba(5, 34, 97, 0.4);
  --space-5-neg: -20px;

  --swiper-navigation-size: 20px !important; /* Adjust the base size */
  --swiper-navigation-top-offset: 50% !important; /* Ensure vertical centering */
}

/* Admin bar-safe offset for sticky elements */
body.admin-bar .is-sticky {
  top: 56px; /* Mobile admin bar height */
}

@media (min-width: 782px) {
  body.admin-bar .is-sticky {
    top: 32px; /* Desktop admin bar height */
  }
}

button:focus:not(:focus-visible) {
  outline: 0 !important;
}
/** {line-height: var(--globalLineHeight);}*/

.site {
  position: relative;
}

blockquote {
  border-left: solid 10px var(--rhx-base-color);
  margin: 0 0px 25px 20px;
  background: var(--rhinox-cloud-dark);
  padding: 20px;
}
.custom-logo-link {
  max-width: 150px;
}

/*--- Overriding colors ---*/

ins {
  background: transparent !important;
}

/* Sticky Behavior*/

.rhinoxSticky-Nav {
  transition: all 0.4s ease-in-out;
}

.small-input {
  --search-filter-input-scale: 0 !important;
}

/* Hide scrollbar for WebKit browsers */
.scroll-hidden::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Firefox */
.scroll-hidden {
  scrollbar-width: none;
}

.textlg {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.profile-card {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: var(--rhx-blue-10) !important;
  border-radius: var(--br-8);
}
.profile-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1rem;
}

/* Typography styles */

/* Backgrounds styles*/
.cn-bg-primary,
.rhinoxBg-primary,
.cn-bg-dark,
.rhinox-primary-background {
  background: var(--rhx-base-color) !important;
}

.rhx-header-bg,
.rhx-background-default {
  background: rgb(253, 253, 254);
  background: linear-gradient(
    0deg,
    rgba(253, 253, 254, 1) 0%,
    rgba(248, 249, 253, 1) 100%
  );
}

.bg-primary-shade,
.rhinox-highlighted-box,
.rhx-Callout {
  background: var(--rhx-blue-100);
  color: var(--rhx-blue-900);
}

.bg-grey-light {
  background: var(--rhx-grey-light);
}

.bg-grey-dark {
  background: var(--rhx-grey-dark);
}

.bg-primary-shade-light {
  background: var(--rhinox-shade-light);
}

.rhinox-secondary-background,
.bg-secondary {
  background: var(--rhx-blue-300);
}

/* Background Gradient Style */

.bg-rhinox-bottom-gradient {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    var(--rhx-base-color) 100%
  );
}

.bg-dim-light {
  background-color: hsla(var(--rhinox-h100) / 0.1);
}

.bg-dim-dark {
  background-color: hsla(242, 30%, 30%, 0.25);
  /* Dimmed #30304F */
}

.odi {
  color: var(--odi);
}

.t20i {
  color: var(--t20);
}

.test {
  color: var(--test);
}

/* Standard link */

.scrolling-wrapper {
  overflow-x: auto;
}

.clear {
  clear: both;
}

.searchandfilter > ul > li {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px !important;
}

.ll-skin-melon .ui-widget {
  background: var(--rhx-base-color) !important;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title,
.ll-skin-melon td .ui-state-default {
  color: var(--rhx-base-color) !important;
}

.ll-skin-melon td .ui-state-active {
  background-color: var(--rhinox-500) !important;
}

.text-full {
  width: fit-content !important;
  color: var(--rhinox-alternate-color);
}

p.lead {
  font-size: 16px;
  line-height: 20px;
}

.black {
  color: var(--rhinox-primary-dark-color) !important;
}

.grey,
.grey a {
  color: #979ba7 !important;
}

.white {
  color: var(--rhinox-snow) !important;
}

.offcanvas-title {
  color: #fff;
}

.navbar-toggler {
  border: none;
}

.break {
  margin: 20px 0 20px 0;
}

/* Grid style */
.v-align {
  display: flex;
  align-items: center;
}

.v-align-bottom {
  display: inline-block;
  align-self: flex-end;
}

.h-align {
  display: flex;
  justify-content: center;
}

.mfp-title p {
  background: #fff;
  padding: 10px;
}

.team__name {
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table td {
  border: 0 !important;
}

.custom__image_size {
  width: 100%;
  /* You can set the dimensions to whatever you want */
  height: 200px;
  object-fit: cover;
}

/*Google Adsense Request*/
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

/*ins.adsbygoogle a {display: none !important;}
ins.adsbygoogle[data-ad-status="unfilled"] a {display: block;}*/

/*Navigation style*/
.rhx-header .navbar {
  padding: 0;
  background-color: var(--rhinox-snow);
}

.rhinoSwiper-Menulist .swiper-wrapper {
  padding: 0 8px !important;
}

.rhinoSwiper-Menulist .swiper-slide {
  width: auto !important; /* Override the generated width */
  margin-right: 0 !important; /* Remove default spacing */
}

.rhinoSwiper-Menulist .swiper-button-next {
  color: var(--rhx-blue-60) !important;
}

#masthead {
  background: var(--rhinox-snow) !important;
}

ul.header2 li.active,
ul.header2 li a:hover,
.chs__nav nav a:hover,
chs__nav nav a:active {
  box-shadow: inset 0 -0.25rem 0 0 var(--rhinox-400, transparent);
  color: var(--rhx-grey-950) !important;
}

/* -------------Footer Section -------------- */

.footer-section ul li a {
  color: var(--rhinox-100);
  font-size: var(--text-sm);
}

.footer1 a {
  color: var(--rhinox-100);
}

.footer2 a {
  color: var(--rhinox-100);
}

.disabled_swiper_button {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.rhinoxSwiper,
.mySwiper {
  overflow: visible;
}

/* Ensure Swiper is not centered automatically */
.swiper {
  margin: 0; /* Remove auto-centering */
  width: 100%; /* Optional: Ensure it spans the full width */
}

.rhinox-ng-bottom {
  bottom: -1.2rem !important;
}

.rhinox-ng-mt {
  margin-top: -1.2rem !important;
}
/*Mobile Menu*/
@media (max-width: 768px) {
  #menu {
    display: block; /* Make it visible on mobile */
    top: 0; /* Adjust positioning */
    left: 0;
    width: 100%; /* Full width */
    height: auto; /* Auto adjust height */
    padding: 10px;
    background-color: #fff; /* Set background color */
  }

  .mobile-menu-class {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-class li {
    padding: 10px;
  }

  .mobile-menu-class li a {
    text-decoration: none;
    color: #000;
  }
}

/*Single Post style*/

.content-single p {
  line-height: 1.75rem;
  font-weight: var(--font-regular);
  margin: 24px 0;
}

.content-single .app {
  background: inherit !important;
}

.content-single p a {
  font-weight: var(--font-semibold);
  color: var(--color-primary-600);
  text-decoration: underline !important;
}

.rhinoxSticky-Sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
  right: 0;
  z-index: 4;
  height: calc(100vh - 6rem);
}

.rhinoxSticky-Nav {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 9;
  transition: all 0.3s ease;
}

.rhinoxSticky-Nav.scrolled {
  left: 0;
  right: 0;
  z-index: 999;
  /* Ensure it stays on top */
}

.rhinoxSticky-Sidebar,
.rhinoxSticky-Nav {
  grid-area: toc;
}

/* Media query to remove sticky behavior on mobile devices */
@media (max-width: 768px) {
  /* Adjust the max-width as needed */
  .rhinoxSticky-Sidebar,
  .rhinoxSticky-Nav {
    position: static;
    /* Change position to relative */
    height: auto;
    /* Adjust height as needed */
  }
}

.section__single_heading {
  width: 100%;
  /*background: linear-gradient(var(--rhinox-1050), var(--rhinox-1050)) no-repeat;*/
  background: var(--rhinox-100);
}

@media (max-width: 768px) {
  .single-post h1 {
    font-size: clamp(2rem, 2.5vw, 2rem);
  }
}

/*---------_Theme_---------------------*/

.archive .card .card-body {
  background: transparent !important;
  border-radius: var(--br-16);
}

/*--------------------------Match Centre Styles--------------------------*/

.score__box .black,
.score__box span {
  font-family: var(--rhinox-font-family);
  font-weight: var(--font-bold);
}

.matchList {
  /*margin: 20px 12px 10px 12px;*/
  margin: 5px;
  /*box-shadow: 0 6px 36px rgb(2 2 71 / 15%) !important;
    /*background: #fff;*/
  /*border: 1px solid #ededed;*/
  border-radius: 6px;
  box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%);
  background: #fff;
  padding: 10px 0;
}

li.matchList {
  list-style: none;
  margin-left: 0px !important;
}

li.matchList a {
  outline: none;
}

li.matchList a:hover {
  text-decoration: none;
  outline: none;
}

.matchSingle .score__box {
  margin: 0px !important;
}

.matchList .container__matchList__box,
.matchSingle .container__matchList__box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.matchList .row__box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2px 15px 0;
  text-align: left;
}

.matchList .team__box {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  align-items: flex-start;
}

.matchList .score__wrap {
  flex-basis: 100%;
}

.matchList .team__logo {
  vertical-align: middle;
  flex-shrink: 0;
  /*line-height: 32px;*/
  width: 44px;
}

.matchList .team__name {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: bolder !important;
  color: #1b1f3b;
  letter-spacing: -0.3px;
  font-family: var(--rhinox-font-family);
}

.matchList .team__score {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 700 !important;
  align-items: flex-end;
  color: #1b1f3b;
}

.matchList .match__date {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  color: #1b1f3b;
  font-size: 12px;
}

.matchList .match__stage {
  align-items: flex-end;
  color: #be4f5d;
  font-size: 11px;
  padding: 0 10px;
  background: #d12e42;
  color: #fff;
}

.matchList .match__info,
.match__info a {
  color: #1b1f3b;
  font-size: 13px;
}

.matchList .match__info__shade {
  padding: 8px 15px;
  /*margin-top:15px; border-bottom-left-radius:8px; border-bottom-right-radius:8px;*/
}

.matchList hr {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/*Match Centre Table layout*/

.matchInfo_box {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.9rem;
}

.matchInfo_box li {
  margin-left: 10px !important;
  /*list-style-type: circle!important;*/
  display: list-item;
}

.matchInfo_box li:before {
  content: "• ";
}

/*Match Centre Match Status styles*/
/*header.matchList .live-today {/*background: linear-gradient(267deg,#1f1f33 50%,#00ab4e); background-image:linear-gradient(257deg,#610355,#610355 8%,#9e005a,#9e005a)!important;}*/
/*header.matchList .results {/*background: linear-gradient(267deg,#1f1f33 50%,#313150); background-image:linear-gradient(257deg,#610355,#610355 8%,#9e005a,#9e005a)!important;}*/
/*header.matchList .fixtures {background: linear-gradient(267deg,#1f1f33 50%,#d12e42);}*/
header.matchList .liveStatic {
  background: #fff;
  position: relative;
  z-index: 9;
}

header.matchList .liveStatic h2,
header.matchList .fixtureStatic h2,
header.matchList .resultStatic h2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0px 40px 0 10px;
  margin: 0px;
  font-size: 16px;
  line-height: 44px;
}

header.matchList .liveStatic h2:after,
header.matchList .fixtureStatic h2:after,
header.matchList .resultStatic h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d12e42;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  z-index: -1;
}

header.matchList .fixtureStatic,
header.matchList .resultStatic {
  background: #c1c1cb;
  position: relative;
  z-index: 9;
}

/* Match Center Tab Style*/
.tab-slider--nav {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.tab-slider--tabs {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: var(--br-8);
  background: var(--rhinox-100);
  height: 50px;
  user-select: none;
  border: 2px solid var(--primary-surface-default);
}

.tab-slider--tabs:after {
  content: "";
  width: 50%;
  background: var(--primary-surface-default);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.tab-slider--tabs.slide:after {
  left: 50%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.tab-slider--trigger {
  text-transform: uppercase;
  text-align: center;
  padding: 11px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  flex: 1;
  /* Added this to make each tab take up equal space */
  transition: color 250ms ease-in-out;
  user-select: none;
}

.tab-slider--trigger.active {
  color: #fff;
}

.tab-slider--trigger.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--primary-surface-default);
  position: absolute;
  bottom: -12px;
  /* Adjust this value as needed */
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.tab-slider--body {
  margin-bottom: 20px;
}

/*Match Centre Live Box layout*/
.team1,
.team2 {
  position: relative;
  display: flex;
}

.team_icon,
.team_name,
.team_score,
.centre_info {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team_icon {
  width: 100px;
}

.team_name {
  width: 250px;
}

.team_score {
  width: 130px;
  font-size: 32px;
}

.centre_info {
  width: 80px;
  text-align: center;
}

.team__score {
  -webkit-animation: blinker 1s 0;
  -moz-animation: blinker 1s 0;
  animation: blinker 1s 0;
}

.container__matchList__box:hover,
.matchList:focus {
  text-decoration: none !important;
  outline: none;
}

/* ------------- Matchcentre widget Header*/
.widgetHeader {
  /*margin-bottom:10px; box-shadow: 0 2px 17px 0 rgb(35 42 49 / 10%);*/
  padding: 0px !important;
}

.widgetHeader .team__name,
.widgetHeader .team__score {
  font-size: 16px !important;
}

.widgetHeader .container__matchList__box {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.widgetHeader .container__matchList__box {
  padding: 10px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /*border-right: 1px solid #e4e0e9;border-left: 0px; border-top: 0; border-bottom: 0; background:#ffffff;*/
  align-items: center;
}

.widgetHeader .widgetHeaderMatchstatus {
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  color: #333;
}

.widgetHeader .team__name,
.widgetHeader .team__score {
  font-weight: 700;
  font-size: 13px !important;
  line-height: 21px;
  letter-spacing: normal !important;
}

.widgetHeader .team__logo {
  width: 28px !important;
}

.widgetHeader .widgetHeaderMatchstatus span {
  font-weight: normal !important;
  display: block;
  width: 100%;
}

.widgetHeader .font-16 {
  font-size: 13px !important;
}

.widgetHeader .match__info {
  font-weight: normal !important;
  font-family: var(--rhinox-font-family);
}

.widgetHeader .matchcenter-main .td-container-wrap,
.widgetHeader .matchList .match__info__shade {
  background: transparent;
}

/* Teams Styles */
.teamIndex,
.teamSingle {
  padding: 0px 0 25px;
  margin: 0 0 25px 0;
}

.teamIndex .pageHero {
  box-shadow: none !important;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.teamList {
  padding: 10px 0;
}

.teamBadge {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 180px;
  /*height: 120px;*/
  /*border-radius: 50%;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0px auto;
  /*border: 2px solid #fff;
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, .2);*/
}

.teamNav .pageHero:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1b1f3b;
  /*transform: skew(160deg);
    transform-origin: top;*/
}

.teamNav .teamBackdrop {
  padding: 20px 0;
}

.team-box a,
.player-box a {
  color: #42414d !important;
}

.heroBlock p {
  font-weight: 900;
}

.team-box a:hover,
.player-box a:hover {
  color: #34ddff !important;
}

/* Players Styles */
.playerIndex,
.teamIndex {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

.playerHeroInfoBlock .playerName {
  font-size: 30px;
  color: var(--rhinox-100) !important;
  z-index: 10;
}

.playerHeroInfoBlock h3 span {
  color: var(--greyscale-text-subtitle);
}

.playerIndex .table > thead > tr > th {
  background: #1f1f33;
  color: #fff;
}
/* Player Hero styles*/
.playerHeroSection {
  position: relative;
}

.playerHeroSectionBlock {
  padding: 40px 0 0 0;
  position: relative;
}

.hero-overflow-color {
  width: 100%;
  height: 60%;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}

/* Matchcentre Score box styles*/

.swiper-slide .score__box {
  position: relative;
}

.slick .score__box {
  width: 100% !important;
}

.score__box a {
  color: #000;
}

.slick .score__box a {
  color: #fff !important;
}

.score__box .tagdiv-type img {
  margin-bottom: 0px !important;
}

.score__box
  body.td-animation-stack-type0
  .post
  img:not(.woocommerce-product-gallery img):not(.rs-pzimg) {
  opacity: 1px !important;
}

/* Common Styles */

.matchIndex {
  background: #ffffff;
  padding: 20px 0;
}

.pageHero {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #002c87;
}

.pageHero_overlay {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  opacity: 0.8;
}

.pageTitle {
  color: #eaeaee;
  font-size: 2.3rem;
  font-weight: 900;
}

/*--------------------------Table Styles--------------------------*/
.nt__card:hover > :not(:hover) {
  filter: blur(5px);
  opacity: 0.5;
  transition:
    filter 2s,
    opacity 2s;
}

.nt__card > * {
  transition:
    filter 2s,
    opacity 2s;
}
/*--------------------------Mobile and small Device Styles--------------------------*/

@media screen and (max-width: 480px) {
  .pad-none {
    padding: 0px !important;
  }

  .pad-m10 {
    padding: 10px !important;
  }

  .mob-center {
    text-align: center;
  }

  .custom__image_size {
    height: 120px !important;
  }

  .teamNav .pageHero:before {
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .matchList .team__box {
    flex: 1 !important;
  }

  .team2_wrap {
    flex-direction: row-reverse;
  }

  .teamBackdrop {
    /*display: flex;*/
    justify-content: center;
  }

  .teamNav .teamBackdrop {
    width: 120px !important;
  }

  .teamNav h2 {
    font-size: 2rem !important;
  }

  .matchList .team__name {
    font-size: 1rem !important;
    font-weight: 600 !important;
    font-family: var(--rhinox-font-family);
  }

  .matchList .team__score {
    font-size: 1rem !important;
    font-family: var(--rhinox-font-family);
  }

  .matchList .team__logo {
    width: 40px !important;
  }

  .single-matchcentre .match__date {
    font-size: 10px !important;
  }

  .horizontal-tabs .nav-tabs > li > a {
    padding: 13px 10px !important;
    font-weight: 700;
    font-size: 14px !important;
  }

  .scoreboard .widget .td-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /*.sticky .panel-match {width: 100%!important;}*/
  .matchList {
    margin: 0px !important;
    padding: 0px !important;
    margin: 10px 0 0 0 !important;
  }

  .slick .slick-list {
    padding: 0 10% 0 0 !important;
  }

  .slick .slick-side {
    margin: 0 20px 0 0 !important;
  }
}

/* Tablet and iPad devices only*/

@media screen and (max-width: 767px) {
  #tdi_15.tdc-row.td-stretch-content,
  #tdi_15.tdc-row-composer.td-stretch-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .playersList .details,
  .teamList .details {
    padding: 0 !important;
  }

  .slick .slick-list {
    padding: 0 10% 0 0 !important;
  }

  .slick .slick-side {
    margin: 0 20px 0 0 !important;
  }
}

@media (max-width: 767px) {
  .single-matchcentre .tdc-row.td-stretch-content,
  .single-matchcentre .tdc-row-composer.td-stretch-content {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

/*--------------------------MISC Styles--------------------------*/


/*Tournament style */
.cn-icon-trophy path {
  fill: var(--rhinox-secondary-color);
}

.box {
  border-radius: 4px;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 0.4rem 1rem 0.1rem rgba(0, 0, 0, 0.08);
  text-decoration: none;
  margin-bottom: 40px;
}

#recent-widget .team__name,
#recent-widget .team__score {
  font-size: 0.9rem !important;
}

#recent-widget .match__date,
#recent-widget .match__info {
  font-size: 0.8rem !important;
}

#recent-widget .matchList {
  margin: 0px 0px 20px 0 !important;
  box-shadow: none !important;
  background: none !important;
}

.card-container {
  counter-reset: story-counter;
  /* Initialize the counter */
}
.recentStory,
.card {
  counter-increment: story-counter;
}
.recentStory h4 {
  display: flex;
}
.recentStory h4::before {
  content: counter(story-counter);
  margin-right: 15px;
  vertical-align: middle;
}

/*Scorecard*/
.scorecard {
  padding: 30px 0;
}

.table-scroll-y {
  background: #ffffff;
}

.post-type-archive-matchcentre .match__info {
  font-weight: bold !important;
}

/*Search Form */
.search-hover .dropdown {
  display: none;
  position: absolute;
  /*top: 100%;
    left: 0;*/
  border: 1px solid #ddd;
  z-index: 1000;
  padding: 10px;
  width: 300px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.search-hover:hover .dropdown {
  display: block;
}

.dropdown h4 {
  margin: 10px 0 5px;
  font-size: 16px;
}

.dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown ul li {
  display: inline-block;
  margin: 5px 5px 0 0;
}

.pill {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #f5f5f5;
  color: #333;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ddd;
  transition:
    background-color 0.2s,
    color 0.2s;
}

.pill:hover {
  background-color: #330079;
  color: #fff;
  border-color: #330079;
}

.sf-input-text {
  padding: 9px 25px !important;
  border-radius: 6px !important;
  border: 2px solid #000016 !important;
  color: #000016 !important;
}

.sf-input-select {
  padding: 10px;
  border-radius: 6px;
  border: 2px solid #000016 !important;
  color: #000016 !important;
}

/*Slick.js: Hide slider until div have loaded*/
/*.slick {visibility: hidden;}*/
.slick:not(.slick-initialized) {
  display: none !important;
}

/*.slick.slick-initialized {visibility: visible;}*/
/*.slick-loader {
    *opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}*/

/* Table horizontal fix */
@media (max-width: 700px) {
  .scorcard table {
    position: relative;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
  }

  .scorecard table tr td {
    white-space: nowrap;
  }

  .scorecard .table-scroll-y {
    overflow-x: auto;
  }

  .tab-slider--tabs {
    float: none !important;
  }

  .table-scroll--horizontal {
    overflow-x: auto;
    margin: auto;
  }

  .table-scroll--horizontal table {
    position: relative;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    border: none;
  }

  .matchSingle table.ctable tr > th:first-child,
  .matchSingle table.ctable tr > td:first-child {
    font-weight: bold;
    position: sticky;
    left: 0;
  }
}

.matchcentre_widget_header .td_block_wrap,
.matchcentre_widget_header .widget {
  margin-bottom: 0 !important;
}

.matchcentre_widget_header .matchcenter-main {
  background: var(--rhinox-800);
  margin: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.matchcentre_widget_header .widget p {
  display: none !important;
}

.widget {
  font-family: inherit !important;
}

/* Score__Box for Score Module - mc-loop.php*/
.home__section__main,
.playerSingle {
  padding: 40px 0;
}

/* Match Centre Single page css entries*/
.single-matchcentre .score__box .cn-fs-m {
  font-size: var(--fontSize-3);
}

.single-matchcentre .recent-matches .cn-fs-m {
  font-size: 0.875rem !important;
}

.single-matchcentre .recent-matches .overs {
  display: none;
  visibility: hidden;
}

.single-matchcentre .recent-matches .score__box {
  margin-bottom: 20px !important;
}

.single-matchcentre .score__box .cn-fs-m {
  font-size: 1rem;
}

/* Cricnepal Plugin Admin*/
#team-rank-top-20,
#team-rank-top-5 {
  /*padding: 20px;*/
  background-color: #fff;
  /*border:1px solid #fff;*/
  border-radius: 4px;
}

.ranking-title > div,
.ranking-data > div {
  padding: 0 2px 0 5px;
}

/* Quiz modify*/
.hdq-options-check .hdq_toggle:before,
.hdq-options-check input[type="checkbox"]:checked + .hdq_toggle:before {
  background: #fff !important;
  border: 1px solid #2b2a33 !important;
}

.hdq-options-check .hdq_toggle:after {
  background: #2b2a33 !important;
}

.hdq_loading_bar {
  display: none !important;
}


/*-----------------Standard modules --------------------*/

/* menu-match-centre-menu-container */
.menu-match-centre-menu-container li a {
  color: var(--rhinox-200);
}

.menu-match-centre-menu-container li a:hover {
  color: var(--rhinox-100);
}

@keyframes animateBorder {
  0% {
    border-bottom-width: 0;
  }

  50% {
    border-bottom-width: 3px;
  }

  100% {
    border-bottom-width: 0;
  }
}

.border-bottom {
  border-bottom: 1px solid var(--rhinox-200);
  animation: animateBorder 2s ease infinite;
  /* Adjust duration as needed */
}

/*  ----------------------------------------------------------------------------
    Pagination
*/

.page-nav {
  margin: 30px 0 30px 0;
  display: inline-block;
  width: 100%;
  /* responsive portrait phone */
}

@media (max-width: 767px) {
  .page-nav {
    margin-right: auto;
    margin-left: auto;
    display: table;
    width: auto;
  }

  .page-nav a,
  .page-nav span {
    padding: 0.8rem 0.5rem !important;
    font-size: var(--text-sm) !important;
  }
}

.page-nav a:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.page-nav a,
.page-nav span {
  display: inline-block;
  margin: 0 8px 8px 0;
  font-size: var(--text-base);
  min-width: 33px;
  text-align: center;
  color: #666;
  line-height: 21px;
  padding: 0.8rem 1.2rem;
  border-radius: var(--br-8);
  background: var(--rhinox-200);
}

@media (max-width: 767px) {
  .page-nav .first,
  .page-nav .last {
    display: none;
  }
}

.page-nav .extend {
  border: none;
  /* responsive portrait phone */
}

@media (max-width: 767px) {
  .page-nav .extend {
    display: none;
  }
}

.page-nav i {
  font-size: 9px;
  line-height: 1;
  display: inline-table;
}

.page-nav .page-nav-icon-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-nav .page-nav-icon-svg svg {
  width: 9px;
  height: 10px;
}

.page-nav .page-nav-icon-svg svg,
.page-nav .page-nav-icon-svg svg * {
  fill: var(--primary-button-color);
}

.page-nav a:hover .page-nav-icon-svg svg,
.page-nav a:hover .page-nav-icon-svg svg * {
  fill: #fff;
}

.page-nav .pages {
  float: right;
  margin: 0;
  border: none;
  padding: 6px 0 6px 6px;
  /* responsive portrait phone */
}

@media (max-width: 767px) {
  .page-nav .pages {
    display: none;
  }
}

.page-nav .current {
  background-color: var(--rhx-base-color);
  color: #fff;
  border-color: var(--primary-shade-dark, #4db2ec);
}

.page-nav:first-child > div {
  padding: 5px 11px;
  border: 1px solid var(--primary-shade-dark, #4db2ec);
  display: inline-block;
  margin: 0 8px 8px 0;
  min-width: 33px;
  text-align: center;
  color: #fff;
  line-height: 21px;
  background-color: var(--primary-shade-dark, #4db2ec);
}

.page-nav .td-icon-menu-right {
  padding-left: 1px;
}

.page-nav .td-icon-menu-left {
  padding-right: 1px;
}


/* landscape */
@media (min-width: 1019px) and (max-width: 1140px) {
  .rhinox_single_tags ul li a {
    border: 1px solid #e9e9e9;
  }
}

/* portrait */
@media (min-width: 768px) and (max-width: 1018px) {
  .rhinox_single_tags ul li a {
    border: 1px solid #e9e9e9;
  }
}

/* phone */
@media (max-width: 767px) {
  .rhinox_single_tags ul li a {
    border: 1px solid #e9e9e9;
  }
}

.news-section {
  background: var(--rhinox-snow);
}

.section__single_content {
  margin-top: -100px;
}

.single-post header .cat-links a {
  color: var(--rhx-base-color);
}

.section__heading:before {
  box-shadow: -4px -4px 0 var(--rhinox-secondary-color-shade);
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  height: 16px;
  width: 16px;
}

/* SwiperJs customize*/

.swiper-wrapper {
  padding: 0 0 20px 0 !important;
}
/*.swiper-button-next {
	right: 0;
}

.swiper-button-next:after {
	display: none !important;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-prev:after {
	display: none !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	pointer-events: visible;
}*/

.swiper-pagination-bullet-active {
  background: var(--rhx-base-color);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--rhx-base-color);
}

.swiper-pagination.swiper-pagination-primary .swiper-pagination-bullet {
  background-color: var(--gray-500);
  transition:
    width 0.3s ease-in-out,
    height 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
}

.swiper-pagination.swiper-pagination-primary
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary);
  width: 20px;
  border-radius: 5px;
}

.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet {
  background-color: var(--rhinox-secondary-color);
  opacity: 0.6;
  transition:
    width 0.3s ease-in-out,
    height 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
}

.swiper-pagination.swiper-pagination-white
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--rhinox-secondary-color);
  width: 20px;
  border-radius: 5px;
  opacity: 1;
}

.swiper-pagination.swiper-pagination-line .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: var(--rhinox-secondary-color);
}

.swiper-pagination.swiper-pagination-progress-primary {
  background-color: var(--border-color);
}

.swiper-pagination.swiper-pagination-progress-primary
  .swiper-pagination-progressbar-fill {
  background-color: var(--primary);
}

.swiper-outside-end-n20 {
  margin-right: -20vw;
}

@media (max-width: 991.98px) {
  .swiper-outside-end-n20 {
    margin-right: 0;
  }
}

.swiper-img-scale .scale-img {
  transition: transform 5000ms linear 0s;
}

.swiper-img-scale .swiper-slide-active .scale-img {
  transform: scale(1.07, 1.07);
}

.img-story {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#dale-live-event .dale-body-timeline-item {
  background: var(--rhinox-snow) !important;
  border-radius: var(--br-8) !important;
  padding: 20px !important;
  margin-bottom: 20px !important;
  border-bottom-color: none !important;
}
/* Ensure overflow menu items behave like regular dropdown items */

/* Ensure the items stay aligned properly */
.nav-link {
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  /*white-space: nowrap; /* Prevent wrapping */
  transition: border-color 0.4s;
}

#primaryMenu .menu-item a {
  color: var(--greyscale-text-body);
  opacity: 1;
  font-weight: var(--font-medium);
  transition:
    opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  display: flex;
  gap: 2rem;
  padding: 12px 13px;
}

/* On hover of the entire menu item, reduce opacity of other items */
#primaryMenu .menu-item:hover a {
  opacity: 1; /* Hovered item remains fully visible */
}

/* Optional: Highlight the hovered item */
#primaryMenu .menu-item a:hover {
  color: var(--greyscale-text-title);
  text-decoration: underline;
}

header.secondary-nav .scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

header.secondary-nav .scroll::-webkit-scrollbar {
  display: none;
}

header.secondary-nav .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  clear: both;
  background-color: #fbf7fc;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15) !important;
}

header.secondary-nav .submenu.visible {
  display: block;
  height: auto;
  border-top: 1px solid #e8e8e8;
}

header.secondary-nav .dropdown {
  position: inherit;
}

header.secondary-nav .dropdown-item {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  width: auto;
  clear: inherit;
  padding: 12px;
}

header.secondary-nav .dropdown-toggle.visible {
  background: #fbf7fc;
}

header.secondary-nav .dropdown-item.active,
header.secondary-nav .dropdown-item:active,
header.secondary-nav .dropdown-item:hover {
  background: #fff;
  color: #6a2c79;
}

/*Don't Remove this give class/id if required*/
header.secondary-nav,
header.secondary-nav nav {
  font-size: 0;
}

header.secondary-nav {
  background-color: #fff;
  /*border-top: 1px solid #e2e2e3;*/
  /*border-bottom: 1px solid #e2e2e3;*/
  z-index: 2;
  clear: both;
  width: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
}

header.secondary-nav .vam {
  display: inline-block;
  vertical-align: middle;
}

header.secondary-nav .nav {
  width: 100%;
}

header.secondary-nav .nav-item {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

header.secondary-nav .nav-link {
  padding: 18px 14px;
  font-size: 0.82rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  header.secondary-nav::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: linear-gradient(to left, #e3e3e3, rgba(37, 40, 61, 0));
    pointer-events: none;
    transition: opacity 0.2s;
  }

  header.secondary-nav .nav-link {
    padding: 14px 10px;
  }
}

header.secondary-nav .nav-link.active {
  color: #000;
  box-shadow: inset 0px -3px 0px 0px #fdac00;
}

/*--------------------------Tailwind Menu Styles--------------------------*/
/* Desktop dropdown animation */
.group:hover .absolute {
  animation: fadeInDown 0.3s ease forwards;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hamburger animation */
.hamburger-line {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    top 0.3s ease;
}

.hamburger-line:nth-child(1) {
  top: calc(50% - 6px);
}
.hamburger-line:nth-child(2) {
  top: calc(50%);
}
.hamburger-line:nth-child(3) {
  top: calc(50% + 6px);
}

/* Hamburger animation when menu is open */
.menu-open .hamburger-line:nth-child(1) {
  top: calc(50%);
  transform: rotate(45deg);
}
.menu-open .hamburger-line:nth-child(2) {
  opacity: 0;
}
.menu-open .hamburger-line:nth-child(3) {
  top: calc(50%);
  transform: rotate(-45deg);
}

/* Fullscreen mobile menu animation */
#mobile-menu {
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#mobile-menu.show {
  transform: translateX(0);
}

/* Mobile menu item animations */
.menu-item-appear {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  transition-delay: calc(var(--item-index) * 0.05s);
}

#mobile-menu.show .menu-item-appear {
  opacity: 1;
  transform: translateY(0);
}

ul#menu-match-centre-menu {
  padding-left: 0 !important;
}
