body {
  background-color: #ffffff;
  font-family: 'Arial', sans-serif;
}

.panchang-info, .moon-info{
  font-family: "Playpen Sans", cursive;
  font-size:13px;
}
.match-vs-symbol{
  font-family: "Playpen Sans", cursive;
}
.panchang-section{
  background-color: #7d0305d3;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.panchang-val{
  font-family:"Playpen Sans", cursive;
  font-size:small;
}
.panchang-header-val{
  font-family:"Playpen Sans", cursive;
  font-size: 15px;
}
.nav-logo{
  height: 50px; width: 300px;
}

.navbar {
  background-color: #ffdb007a;
}

.nav-link {
  font-weight: 600;
  color: #000000;
}

.nav-link:hover {
  color: #1a531a;
}

.dropdown-item {
  color: #3a873a;
}

.dropdown-item:hover {
  color: #1a531a;
  background-color: #fee54d;
}

footer {
  background-color: #97c162;
  padding: 20px 0;
  color: white;
}

footer h5 {
  margin-bottom: 10px;
}

.logo {
  width: 150px;
  margin-bottom: 20px;
}
.hero-section {
  background-color: #f0e504ae; /* Yellow base color */
  color: #006837; /* Green text color */
  padding: 50px 0;
  margin-top: 100px;
}

.hero-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.hero-description {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

/* Add this to your existing CSS file */
main {
  margin-top: 30px; /* Adjust the value as needed */
  margin-bottom: 30px; /* Adjust the value as needed */
}

footer {
  margin-top: 30px; /* Adjust the value as needed */
}

/*Sign-up form*/

/*css related to data tables*/
tr.selected {background-color: lightgray;}
.dt-buttons {
    margin-right: 10px;
    float: left;
}
/* end of data table css*/
/*classes to style the nakshtra based on affinity*/
.best-naksh{color:rgb(2, 117, 2);font-weight: 900;}
.okay-naksh{color: rgb(0, 0, 116);font-weight: 900;}
.worst-naksh{color: rgb(70, 0, 0);font-weight: 900;}
.bad-naksh{color:rgb(169, 110, 0);font-weight:900}
/*classes of nakshtra affinity ends*/

.no-match-container {
  height: 700px; /* Adjust as needed for your layout */
  width: 100%;
  padding-top: 25%;
  background-image: url('../img/no_match_background.webp');
  background-size: cover; /* Ensures the entire image fits within the div */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-position: center center; /* Centers the image */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgb(185, 221, 6);
  font-size: 24px;
  font-weight: bold;
  background-color: #f8f9fa; /* Fallback color */
}

.disabled-link{
  pointer-events:none;
}
div.notification, div#prediction-block{
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.hero-block{
  background-color: rgb(250, 252, 218);
}
/*styles related to market watch app*/
.current-stock-price::before{
  content: "₹";
}
.current-stock-price{
  font-weight: bold;
  color: hsl(260, 97%, 24%);
}
.critical-ath-price::before{
  content: "₹";
}
.critical-ath-price{
  font-weight: bold;
  color: hsla(0, 97%, 24%, 0.715);
  font-size: small
}

.ath-price::before{
  content: "₹";
}
.ath-price{
  font-weight: bold;
  color: hsla(119, 83%, 21%, 0.948);
  font-size: small
}

/* CSS */
.tags-input.form-control {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.2rem 0.5rem;              /* keeps bootstrap form look */
  min-height: calc(1.5em + 0.75rem);   /* approx bootstrap input height */
  overflow: hidden;
}

.tag-input-field {
  border: none;
  outline: none;
  flex: 1;
  min-width: 80px;
  background: transparent;
  padding: .35rem 0;
  font-size: 1rem;
  box-shadow: none;
}

/*styles related to market watch app end*/
.match-list-header-text{
  font-size: 35px;
}
.card-header {
  color: aliceblue;
  font-size: 18px;
}
.card-header a:hover, .card-header a:link,
.card-header a:visited, .card-header a:active {
  color: aliceblue;
  font-size: 18px;
  text-decoration: none;
}
tbody.small-font{
  font-size:13px; 
}
thead.small-heading{
  font-size:13px; 
}
.match-date-time{
  font-size: 18px;
  font-weight: bold;
  color: #70ff86;
}
.match-card .team-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid yellow;
}
.tag__item {
    display: inline-block;
    background: rgba(0, 0, 0, 0.982);
    border-radius: 3px;
    padding: 1.5px 5px;
    margin: 0 3px 3px 0;
    user-select: none;
    transition: background-color 0.3s;
    font-size:13px;
    font-weight: bold;
    color: #70ff86;
  }

  .card-body {
    position: relative;
}

.vs-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.team-one-name,
.team-two-name {
    position: relative;
    z-index: 1;
}
.team-one-name {
  margin-right: 20px; /* Adjust as needed */
}
/* Optionally, you can style specific elements inside the card as well */
.match-card .team-one-name,.team-two-name {
  font-size: 20px;
  color:white;
}
.team-two-name {
  margin-left: 10px; /* Adjust as needed */
}
.team-two-name{
  margin-left:20px;
}

.vs-img {
    max-width: 80px; /* Adjust the max*/
}

.conf-level{
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.conf-high{
  color: #70ff86;
}
.conf-poor{
  color: #ff0000;
}
.conf-mid{
  color:#ffAA00;
}
.protest-riot-regular {
  font-family: "Protest Riot", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.match-message{
  font-size: 10px;
  font-family: cursive;
  color: #ffffff;
}
/*************** match detail page styles *************************/
/***********************ground styles******************/
.team-name-header{
  font-family: "Playpen Sans", cursive;
  font-weight: bold;
  color: #004c29;
}
.team-vs-header{
  font-family: cursive;
  font-weight: bold;
  font-size: 30px;
}
.match-type{
  font-weight: 900;
  font-size: 18px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.text-xs-small{
  font-size: 9px;
}
.fantasy-stats-smr-header{
  font-family: "Playpen Sans", cursive;
  font-size: large;
  font-weight: 900;
}
.stats-section-header{
  font-family:  "Playpen Sans", cursive;
  font-size:15px;
  text-shadow: #000000;
  font-weight: bold;
}
.stats-badge-header{
  font-size: 13px;
  font-weight: bold;
  text-shadow: #000000;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.stats-badge{
  font-size: 25px;
  font-weight: bold;
  text-shadow: #000000;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
/*style to make the player detail table header row fixed*/
#player-data-table thead {
  position: sticky;
  top: 75px; /* Adjust the top position based on the height of your sticky navigation header */
  z-index: 100; /* Set a z-index value higher than your table content but lower than your navigation header */
  font-size: 12px;
  font-weight: 500;
}
.player-icon {height:10px;width:10px}
.player-icon-team {height:15px;width:15px}
#player-data-table tbody {
  overflow-y: auto; /* Enable vertical scrolling within the table body */
}

.series-overs {font-weight: bold;}
.death-bowl-symbol {
  vertical-align: super;
  font-size: smaller;
  font-weight: bold;
  text-shadow: #000000;
}
/*end of player detail table view css*/

.team-one-color{background-color: #effeab !important;}
.team-two-color{background-color: #c4ffc7!important;}
tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}
.player-match-count{
  vertical-align: super;
  font-size: 10px;
}
/******************* match detail page styles end ****************/

/*fantasy team page styles */

.end-game-title{font-family:'Lucida Sans', 'Lucida Sans Regular';
   font-size:13px;
   font-weight: bold;
   color:chocolate;
   vertical-align: super;

  }
/* fantasy team page styles - end */

/*styles related to astro */
.retro_flag, .combust_flag {
  font-weight: bold;
  font-size: large;
  vertical-align: super;
}
.aspect-table{
  font-size: 11px;
}
#exchange_table{
  font-size: 10px;
}
.planet {
  font-size: small;
  font-weight: bold;
}

.legend {
  font-size: small;
  text-shadow: #006837;
}
/*style details related to bhrigu chart page*/
.chart_summary {
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
}
/*end of style details related to bhrigu chart page*/
/*end of styles related to astrology */