/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/


body {
  font-family: "Cairo", sans-serif!important;
  font-size: 15px !important;
}

h5 {
  font-weight: 600 !important;
  color: #1c1c1e !important;
}

/* === TABELA === */
.table {
  border: none !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  width: 100% !important;
  margin-bottom: 1rem !important;
  overflow:hidden!important;
  font-family: "Bebas Neue", sans-serif;
  font-size:22px;
  border: solid 3px #c8c8c8!important
}

.table th,
.table td {
  padding: 20px !important;
  border: none !important;
  vertical-align: middle !important;
  color: #000 !important;
  text-align: center !important;
}

.table th:first-child,
.table td:first-child {
  text-align: left !important; 
  font-weight:bold!important
}


.table td a:hover{
  text-decoration:underline!important;
  
}

.table td .d-flex {
  align-items: center !important;
  gap: 12px !important;
}

.table td img {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: #f5f7fa !important;
  padding: 6px !important;
  object-fit: contain !important;
  border: 2px solid #ffc700 !important;
}


/* === KARTICA UTAKMICE === */
.match-card {
  background-color: #fff !important;
  border-radius: 0px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
  padding: 50px 30px !important;
  font-family: "Bebas Neue", sans-serif;
  border:solid 3px #c8c8c8!important
}

.match-card.najave{
  padding: 10px 30px !important;
}


.match-card a:hover{
  text-decoration:underline!important
}

.match-card .fs-3 {
  font-size: 70px !important;
  color: #ffc700 !important;
  font-family: "Bebas Neue", sans-serif !important;
  text-shadow:
    -2px -2px 0 #000,
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000;
}

.match-card small {
  font-size: 20px !important;
  color: #000 !important;
}


.match-card img {
  background: #f5f7fa !important;
  padding: 10px !important;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto 4px auto !important;
  border:solid 5px #ffc700;
  max-width:80px;
  min-width:80px
}

.match-card.najave img {
  padding: 5px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  border:solid 1px #ffc700;
  max-width:30px;
  min-width:30px;
  margin-bottom:-20px!important
}

.match-card.najave .text-center {
  width: 100% !important;
}


h5{
  font-size:35px;
  margin: 20px 0
}

.match-card .text-center {
  width: 30% !important;
}

.match-card .text-center:nth-child(2) {
  width: 70% !important;
}

.nav-tabs .nav-link {
  color: #333 !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  padding: 10px 16px !important;
  font-weight: 500 !important;
}

.nav-tabs .nav-link.active {
  border-bottom-color: #ffc700 !important;
  color: #ffc700 !important;
  background: none !important;
  font-weight:bold!important
}


.izbornik{
  background:#000;
  padding:9px
}

.izbornik a{
  color:#fff!important;
  font-family: "Bebas Neue", sans-serif;
  font-size:24px
}

.izbornik a:hover{
  color:#ffc700!important;
}

.logo-bg {
  position: absolute;
  left: -20px;
  top: -9px;
  background-color: #ffc700;
  padding: 16px; 
  display: flex;
  align-items: center;
  z-index: 1;
  height: auto;
}

.logo-bg .navbar-brand {
  display: inline-block;
  padding: 0.5rem 1rem;
}

.padel-banner {
  position: relative;
  height: 600px;
  overflow: hidden;
  font-family: "Bebas Neue", sans-serif;
}

.padel-banner img{
  object-fit:cover!important;
  height:600px;
}

.padel-banner h1 {
  font-size: 85px!important;
  margin: 0!important;
  text-transform: uppercase;
  font-weight: 700;
}

.padel-banner h2 {
  font-size: 75px!important;
  margin: 0!important;
  font-weight: 300;
}

.padel-banner a {
  background-color: #ffc700;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.3s;
  font-size:25px!important;
  border:none
}

.padel-banner a:hover {
  background-color: #000;
  color:#fff;
}

footer{
  margin-top:150px
}

.dole-1{
  margin-top:-100px;
  color:#fff!important;
  font-family: "Bebas Neue", sans-serif;
  font-size:30px;
}

.dole-1 h2{
  font-size:70px
}

h1, h2, h3, h4, h5, h6{
  font-family: "Bebas Neue", sans-serif;
}

.kontakt-footer{
  font-size:25px;
}

.kontakt-footer small{
  font-size:18px;
}

.kontakt-footer .fa-solid{
  width:50px;
  text-align:center;
  color:#fff;
}

.brzi-linkovi h5{ 
  color:#fff!important;
}

.top-button{
  background-color: #ffc700;
  border:none;
}

.utakmice-naslovna h4{
  font-size:40px
}

.fs-5.fw-bold.rezultat-match {
  font-size:40px!important;
  color: #ffc700 !important;
  font-family: "Bebas Neue", sans-serif !important;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
  }

.datum-match{
  font-size:14px!important
}

.tim-domacin{
  min-width:40%!important;
  font-size:20px!important
}

.tim-gost{
  min-width:40%!important;
  font-size:20px!important
}

.utakmice-najava{
  background:#ffc700 
}


.utakmice-najava .match-card{
  border-color:#000000!important
}

.btn-primary{
  background:#ffc700 !important;
  border:none;
}

.utakmice-naslovna .match-card {
  padding: 50px 10px !important; 
}

.statistika .col-lg-2 strong {
  font-size:20px;
  color:#fff;
}

.statistika .col-lg-2 {
  font-size:80px;
  font-family: "Bebas Neue", sans-serif !important;
  background:#ffc700 !important;
  line-height:1;
  padding:0 0 30px 0;
  width:20%;
}

.match-card .badge{
  font-size:20px;
  background:#ffc700!important;
  color:#000;
  margin-top:-20px!important
}

.jedan-ispada.table-striped tbody tr:nth-of-type(odd),
.dva-ispadaju.table-striped tbody tr:nth-of-type(odd),
.bez-ispadanja.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent !important;
}

.jedan-ispada tbody tr:first-child td,
.dva-ispadaju tbody tr:first-child td,
.bez-ispadanja tbody tr:first-child td,
.dva-zelena tbody tr:first-child td,
.dva-zelena  tbody tr:nth-child(2) td{
  background-color: #d4edda !important;
}

.jedan-ispada tbody tr:last-child td {
  background-color: #f8d7da !important;
}

.dva-ispadaju tbody tr:nth-last-child(-n+2) td {
  background-color: #f8d7da !important;
}

.dropdown-menu{
  background:#000;
  border:none;
  text-align:center;
}

@media screen and (min-width: 100px) and (max-width: 992px) {  
  .tab-pane {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tab-pane .table {
    width: max-content;
    min-width: 100%;
    white-space: nowrap;
  }

  .tab-pane .table th,
  .tab-pane .table td {
    white-space: nowrap;
  }

  .offcanvas{
    background:#000;
    text-align:center;
  }

  
.offcanvas-title{
  display:none;
}

.btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.btn-close {
    --bs-btn-close-color: #fff!important;
  }
  
.logo-bg {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #ffc700;
  padding: 10px; 
  display: initial;
  align-items: center;
  z-index: 1;
  height: auto;
}

.izbornik{
  padding:0!important
}

.izbornik .container{
  padding-left:0!important;
}

.navbar.navbar-expand-lg{
  padding:0!important;
  margin:0!important;
}

.nav-toggler{
  border:none;
  color:#fff;
  font-size:30px
}

}