/* Полностью очищаем сломанный шрифт на проблемных страницах */
.sp-megamenu-parent > li.sp-has-child > a::after, 
.sp-megamenu-parent > li.sp-has-child > span::after,
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-has-child > a::after {
    font-family: inherit !important;
    content: " ▾" !important; /* Красивая системная стрелочка */
    font-weight: normal !important;
    font-size: 18px !important;
    display: inline-block !important;
}

#joomsport-container .copyright {
    display: none;
}

.sp-page-title h1 {
    font-size: 30px !important;
}

#joomsport-container .img-thumbnail {
    border: 0px !important;
}
/* Player */
#joomsport-container .well {
    background-color: transparent;
    border: 0px;
    box-shadow: 0;
}

/* Match */
#joomsport-container .glyphicon {
  display: none !important;
} 
/* Teams */

.jsTeamsTableContainer {
  display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
  justify-content: center;
  padding-top: 20px;
    padding-bottom: 20px;
}

.jsTeamsTable {
    background: #ffffff !important;
    width: calc(33.333% - (220px / 2));
    box-sizing: border-box;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 240px;
    max-width: 200px;
    border-style: 2px solid;
    /* border: 1px solid; */
    border-radius: 20px;
    box-shadow: 1px 1px 3px rgb(1 109 121);
}

/*
#joomsport-container img.img-thumbnail {
    width: 120px;
}
*/
.jsDivLineEmbl {
  display: flex !important;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-around;
}

.jsTeamsTable .jsDivLineEmbl img{
  width: 120px;
  }


/*Calender*/
.jsMatchDivTime {
  font-weight: 600;
}
div.jstable-row {
    background: #f5f5f5;
}

.jsDivLineEmbl .js_div_particName {
    font-weight: 600;
    text-transform: uppercase;
}

div.jstable-row:nth-child(odd) {
    background: #fafafa;
}

.seasonTable .table>tbody>tr:nth-child(odd) {
  background: #fafafa !important;
}
#joomsport-container .jsrow-matchday-name {
    height: 30px;
    background: #016d79;    
    color: white;
    text-transform: uppercase;
}
/*Table style*/
#joomsport-container .drawBracketContainerFE .table td.even .knockround {
    padding: 7px 5px;
    background-color: #f5f5f5;
    box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2), -1px 0px 2px rgba(0, 0, 0, 0.2);
}

div.div_for_socbut {
    display: none;
}
#joomsport-container .navbar-nav .btn {
  color: #016d79;
  font-family: sans-serif;
  border-color: transparent;
  font-weight: 500;
}
#joomsport-container .navbar-nav .btn i {
    display: none;
}
.jsTableHeader {
  background: #016d79;
  height: 50px;
  text-transform: uppercase;
}

#joomsport-container .jsCell5perc a { 
  color: white !important;
  text-transform: uppercase;
}

table.cansorttbl th {
    color: white !important;
  text-transform: uppercase;
}

table.cansorttbl th a {
    color: white !important;
  text-transform: uppercase;
}

.seasonTable .table>tbody>tr:nth-child(odd) {
  background: #fafafa !important;
}

.seasonTable .table>tbody>tr:nth-child(even) {
  background: #f5f5f5 !important;
}
 