/* Use Roboto font for text */
html {
  height: 100%;
}
body {
  width: 100%;
  height: 100vh;
}
body, .navbar-brand, .nav-link {
  font-family: 'Figtree', sans-serif;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .2rem .3rem;
  font-size: .75rem;
  border-radius: .2rem;
}

.hidden { display: none; }

.w-65 {
  width: 65% !important;
}

/* Top navbar */
.container-nav {
  height: 70px;
}
.navbar {
  background-color: #12779d;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 100;
  padding-top: 0;
  padding-bottom: 0;
}

.hide-tooltip {
  display: none;
  height: 0;
  width: 0;
  visibility: hidden;
}

.league-tooltip {
  position: absolute;
  background-color: rgb(5, 14, 19);
  color: #e1d4b8;
  display: inline-block;
  border-color: rgb(118, 99, 59);
  padding: 5px 10px;
  border-radius: 4px;
  width: 300px;
  font-size: 12px;
  transition: opacity 0.2s;
  z-index: 1000000000000;
  pointer-events: none; /* Prevent interference with other elements */
}

.tooltip-custom.tooltip > .tooltip-inner {
  text-align: left;
}

.function-banner {
  background-color: #12779d;
  width: 100%;
}

.under-nav {
  left: 0;
  z-index: 1;
  height: 100%;
}

.full-height {
  height: 100%;
}

/* Link text */
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff; /* Light gray color for link text */
}

.navbar-dark:hover .navbar-nav:hover .nav-link:hover {
  color: #f0f0f0; /* White color on hover */
}

.top-menu-button {
  border: none; 
  font-size: 1.1em; 
  height: 75px;
  line-height: 3.2em;
}
.top-menu-button:hover {
  border: none; 
}
.top-menu-button:focus {
  border: none; 
}

.footer-main {
  color: #fff;
  background-color: #1d2b37;
  display: none;
}

.sidebar {
  border-right: 1px solid #28445E; /* Slightly darker border color */
  background-color: #1d2b37;
}

.sidebar-menu {
  margin-top: 70px;
}

/* Main content */
.live-content {
  background-color: #2c4156;
  height: 100%;
  padding-top: 80px;
}
.main-content-cont {
  background-color: #2c4156;
}
.main-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px; /* Even darker blue background color */
  color: #ffffff; /* Text color */
  height: 100%;
  /*height: calc(100vh - 44px); */
}

.accordion-body {
  padding: 0;
}
.accordion-item {
  background-color: initial;
  border: 0;
}
.accordion-button {
  background-color: initial;
  color: #fff;
}
.accordion-button::after {
  background-image: initial;
}
.accordion-button:not(.collapsed)::after {
  background-image: initial;
}
.accordion-button:not(.collapsed) {
  color: #f9f9f9;
  background-color: initial;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.list-group-item {
  background-color: initial !important;
  color: #dddcdc;
  font-size: .9em;
  padding-left: 40px;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.list-group-item:hover {
  color: white; /* Change text color on hover if needed */
}
.list-group-item:hover a {
  color: white; /* Ensure the link text changes color on hover */
}

.big-input {
  background-color: #1d2b37; 
  border: none; 
  color: #6c757d; 
  font-size: 2em; 
  height: 75px;
}
.big-input:focus {
  background-color: #273745;
  color: #6c757d;
}
.big-button {
  background-color: #1d2b37; 
  border: none; 
  font-size: 2em; 
  height: 75px;
}
.big-button:hover {
  background-color: #1d2b37; 
}

.summoner-banner {  
  background-repeat: no-repeat;
  background-position: bottom right;
  max-width: 100%; 
  height: auto; 
}

.matches-details {
  background-color: #12779d;
}
.match-banner {
  background-color: #1d2b37;
  border-top: 5px #12779d solid;
  border-left: 5px #12779d solid;
  border-right: 5px #12779d solid;
}
.match-sidebar {
  background-color: #1d2b37;
  border-left: 5px #12779d solid;
  border-right: 5px #12779d solid;
}
.match-stats {
  font-size: .8em;
  color: #fff;
}
.match-vs {
  font-size: 3em;
  color: #12779d;
}

.champ-stat-cards {
  border-radius: 25px;
}
.champ-stats-cards-neutral {
  background-color: #1d2b37;
}
.champ-stats-cards-positive {
  background-color: #1f371d;
}
.champ-stats-cards-negative {
  background-color: #371d1d;
}

.build-card {
  background-color: #12779d;
  border: #12779d solid 3px;
  border-radius: 0;
}
.build-card-header {
  background-color: #12779d;
  border-radius: 0;
  font-size: 1.3em;
  color: #f1f1f1;
}
.build-card-body {
  background-color: #1d2b37;
  border-radius: 0;
}
.hide-overflow {
  overflow: hidden;
}
.champ { 
  height: 75px; 
  width: 75px;  
}
.spell { 
  padding: 0; 
  height: 24px; 
  width: 24px; 
}
.perks { 
  height: 24px; 
  width: 24px; 
  border-radius: 35px; 
  border: 2px #ba8900 solid; 
}
.big-spell { 
  height: 37.5px; 
  width: 37.5px; 
}
.big-items { 
  height: 34px; 
  width: 34px; 
}
.bigger-items {  
  width: 100%; 
}
.big-perks { 
  background-color: #222222;
  height: 37.5px; 
  width: 37.5px;
}
.small-spell { 
  height: 24px; 
  width: 24px; 
}
.small-items { 
  height: 24px; 
  width: 24px; 
}
.small-perks { 
  height: 24px; 
  width: 24px; 
  border-radius: 35px; 
}
.small-champ { 
  height: 34px; 
  width: 34px; 
  border-radius: 35px; 
}
.rank { 
  height: 34px; 
  width: 34px; 
}
.kills-stat { 
  font-size: 1em; 
  color: #45be5e; 
}
.deaths-stat { 
  font-size: 1em; 
  color: #be4545; 
}
.assists-stat { 
  font-size: 1em; 
  color: #babe45;
}
.divider-stat { 
  font-size: 1em; 
}