html, body {
  height: 100%;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0;
  background-image: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url("../images/stadium.jpg");
  background-size: cover;
}

.fb-like >span {
  height: 22px !important;
}

@media screen and (min-width: 768px)
{
  body::-webkit-scrollbar-track, #divCustomLeagues::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
  }

  body::-webkit-scrollbar, #divCustomLeagues::-webkit-scrollbar
  {
    width: 8px;
    background-color: #F5F5F5;
  }

  body::-webkit-scrollbar-thumb, #divCustomLeagues::-webkit-scrollbar-thumb
  {
    border-radius: 10px;
    background: radial-gradient(circle, rgba(56,169,255,1) 35%, rgba(40,136,209,1) 100%);
  }
}

.ad_desktop {
  margin: 15px 0 15px 0;
  text-align: center;
}

@media screen and (max-width: 767px)
{
  .ad_desktop, .card-bankroll, #playStore {
    display: none;
  }
}

.acces-rapide .nav-account .nav-account__item > a {
  height: auto;
  line-height: initial;
  padding: 4px 0;
}

.acces-rapide .nav-account .nav-account__item > a:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 991px)
{
  .displayDesktop {
    display: none;
  }

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

  .header-mobile__logo {
    top: 16px !important;
  }

  .main-nav .header-mobile__logo {
    top: 0 !important;
    padding: 15px 0 !important;
  }
}

.container-main {
  padding: 48px 0 60px;
}

@media screen and (max-width: 767px)
{
  .container-main {
    padding: 0 0 60px;
  }
}

.nav-account .nav-account__item.has-children::after {
  top: 0 !important;
}

img {
  vertical-align: text-bottom !important;
}

.fa-check {
  color: green;
  font-size: 0.85em;
}

.fa-times {
  color: red;
}

.info {
  font-size: 15px;
  text-transform: uppercase;
  color: #31404b;
}

.info.legend {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-decoration: overline;
}

li {
  display: flex;
  align-items: center;
}

.lgdli {
  color: #31404b;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #eee;
  margin: 2px 0;
  padding: 0 6px;
  white-space: nowrap;
}

.lgddesc {
  margin-left: 6px;
  line-height: 1em;
  padding: 3px 0;
}

span.lgdlirecordsp7, span.lgdlirecordsm7, span.lgdlirecordsM1, span.lgdlinorecords {
  padding: 0 6px;
  width: 20px;
  height: 10px;
}

.lgdlirecordsp7 {
  background-color: rgba(0,255,0,0.2);
}

.borderrecordsp7 {
  border-left: 10px solid rgba(0,255,0,0.2);
}

.lgdlirecordsm7 {
  background-color: rgba(73,158,218,0.2);
}

.borderrecordsm7 {
  border-left: 10px solid rgba(73,158,218,0.2);
}

.lgdlinorecords {
  background-color: #fff;
  border: 1px solid #e4e7ed;
}

.lgdlirecordsTop {
  position: relative;
  background-color: rgba(255,215,0,0.4) !important;
  box-shadow: 0 0 10px inset goldenrod;
}

.borderrecordsTop {
  border-left: 10px solid rgba(255,215,0,0.4);
}

.lgdlirecordsM1 {
  background-color: rgba(139,69,19,0.4);
}

.badgeTop {
  position: absolute;
  top: -10px;
  left: 0;
}

.tooltip.stats .tooltip-inner {
  background-color: #fff;
  color: #31404b;
  border: 2px solid #38a9ff;
  border-radius: 6px;
  max-width: unset;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.tooltip.stats .tooltip-inner table {
  margin-top: 0;
}

.tooltip.stats .tooltip-inner table th {
  padding: 0 3px;
  color: #38a9ff;
}

.tooltip.stats .tooltip-inner table tr:first-child {
  border-bottom: 1px solid #38a9ff;
}

.tooltip.stats .tooltip-inner table tr td:first-child {
  text-align: left !important;
}

.tooltip.stats .tooltip-inner table tr td:not(:first-child) {
  text-align: center !important;
}

.bs-tooltip-right {
  left: 10px !important;
}

.toggleBtn {
  cursor: pointer;
  margin-left: 8px;
  background-color: #38a9ff;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px #ccc;
  padding: 0 5px;
  font-weight: bold;
}

.checkbox-indicator {
  cursor: pointer;
}

.subtitle_method {
  position: absolute;
  bottom: 5px;
  left: 25px;
  line-height: 1.2em;
  font-style: italic;
  font-size: 0.95em;
}

.header-mobile__logout {
  display: block;
  position: absolute;
  right: 10px;
  top: 34px;
  line-height: 24px;
  font-size: 22px;
  color: #fff;
}

.tab_pred {
  display: none;
}

.tab_pred .tab-content .tab-pane {
  padding: 24px 0;
}

.h2h {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tableH2H .h2h {
  max-width: 180px;
}

@media screen and (max-width: 767px)
{
  .h2h {
    max-width: 160px;
  }
}

h2 {
  font-size: 1.5rem;
}

table {
  margin-top: 20px;
}

.team-result > tbody > tr > td, .team-result > thead > tr > th {
  text-align: left !important;
}

#adminUsers tbody tr td:not(:first-child), #adminUsersCustom tbody tr td:not(:first-child), #adminUsersNotSubs tbody tr td:not(:first-child), #adminUsersSportsUS tbody tr td:not(:first-child):not(:last-child), #adminUsersRugby tbody tr td:not(:first-child):not(:last-child) {
  text-align: center !important;
}

@media screen and (max-width: 767px)
{
  .team-result > thead > tr > th:first-child {
    padding-left: 8px !important;
  }
}

@media screen and (min-width: 768px)
{
  .team-result > tbody > tr > td:first-child {
    white-space: nowrap;
  }
}

.div_statsGold {
  display: none;
  margin-bottom: 20px;
}

.div_statsGold table th {
  color: #38a9ff !important;
}

.div_statsGold table td:first-child, .div_statsGold table td:last-child {
  font-weight: bold;
}

.div_statsGold table th, .div_statsGold table td {
  padding: 5px !important;
  font-size: 0.85rem !important;
}

.div_statsGold table th:not(:first-child), .div_statsGold table td:not(:first-child) {
  text-align: center !important;
}

.progress-stats {
  margin-top: 20px;
}

.progress-stats .progress__number span {
  color: #aaa;
}

.annee_archives {
  font-size: 0.8em;
  color: #888;
}

.annee_record {
  font-size: 0.8em;
  color: #38a9ff;
}

legend {
  font-size: 14px !important;
  line-height: 20px;
}

legend ul {
  display: none;
  padding: 0;
}

.legendFun {
  color: #9a9da2;
  font-style: italic;
  font-size: 0.8em;
}

.card {
  box-shadow: 0 8px 12px #ccc;
}

.arrowSerie {
  position: absolute;
  bottom:0;
  left:0;
  padding: 0 10px;
}

.btn:focus {
  outline: 0;
  box-shadow: unset !important;
  color: #fff !important;
}

.dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  color: #3bd671;
  background: #3bd671;
  position: relative;
  -ms-transform: none;
  transform: none;
}

.dot:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #3bd671;
  animation: pulse 2s infinite;
  opacity: 1;
  border-radius: 50%;
  top: 0;
  left: 0;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  70% {
    opacity: 0;
    transform: scale(2.5);
  }
  100% {
    opacity: 0;
  }
}

.switch {
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
  width: 28px;
  height: 15px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 3px;
  bottom: 2px;
  background-color: #38a9ff;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: green !important;
}

input:focus + .slider {
  box-shadow: 0 0 1px green;
}

input:checked + .slider:before {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px);
  background-color: #fff;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#lblToggleRecords, #lblToggleToday {
  cursor: default;
  margin-left: 4px;
}

#lblToggleRecords:hover, #lblToggleToday:hover {
  text-decoration: none;
}

.elapsed {
  font-size: 0.85em;
  font-weight: bold;
  color: red;
  white-space: nowrap;
}

.blink {
  animation: blinker 1s linear infinite;
  font-size: 1.5em;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.progress__double .progress {
  top: 2px !important;
}

.progress-title {
  font-size: 12px !important;
}

.progress__digit {
  font-weight: bold !important;
}

#divTimezone {
  display: none;
  border: 1px solid #e4e7ed;
  padding: 10px
}

.timezone {
  margin: 0 5px;
  color: #31404b;
}

.selected {
  color: #38a9ff !important;
}

.nav-account__item {
  white-space: nowrap;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: #292c31;
  font-family: "Montserrat", sans-serif;
  position: fixed;
  bottom: -2px;
  width: 100%;
  z-index: 10;
}

footer #copy {
  display: flex;
}

footer span.contact {
  color: yellowgreen;
  display: none;
}

footer #monitoring {
  display: flex;
  align-items: center;
  position: absolute;
  left: 20px;
}

@media screen and (max-width: 767px)
{
  footer #monitoring {
    display: none;
  }
}

@media screen and (max-width: 480px)
{
  footer #copy {
    flex-direction: column;
  }
}

.menuIcon {
  padding: 6px;
  color: #fff;
}

#ciaCalendar, .cupCalendar {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #31404b;
  margin-bottom: 15px;
}

#ciaCalendar span, .cupCalendar span {
  cursor: pointer;
}

#ciaCalendar span:hover, .cupCalendar span:hover {
  color: #38a9ff;
}

#ciaCalendar span.active, .cupCalendar span.active {
  color: #38a9ff;
}

.CIAmain.tatoun {
  background-color: #8000802c;
}

#selected_date {
  width: 170px;
  color: inherit;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  padding: 8px;
  max-height: 36px;
}

.titleLiveStats {
  text-transform: uppercase;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px)
{
  .titleLiveStats {
    font-size: 1rem;
  }
}

#divPred > div, #divPredC1 > div {
  padding: 0;
}

.fa-star {
  cursor: pointer;
}

.fas.fa-star {
  color: #f3d11a;
}

.eventsTeam {
  text-align: center;
}

.eventsTeam img {
  max-height: 120px;
}

@media screen and (max-width: 767px)
{
  .eventsTeam img {
    max-height: 56px;
  }
}

.eventsStatus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.eventsStatus .eventsScore {
  font-size: 6em;
  white-space: nowrap;
  margin-top: 32px;
}

.eventsStatus .eventsElapsed {
  color: red;
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 767px)
{
  .eventsStatus .eventsScore {
    font-size: 3em;
    margin-top: 12px;
  }

  .eventsStatus .eventsElapsed {
    font-size: 1.2em;
  }
}

.nav-pills .nav-item {
  border-bottom: 1px solid #38a9ff;
}

.nav-pills .nav-item:hover {
  background-color: aliceblue;
}

.nav-pills .nav-item .nav-link {
  border-radius: 0;
}

.nav-pills .nav-item .nav-link.active {
  background-color: #38a9ff;
}

.icon-svg {
  vertical-align: text-bottom !important;
}

@media screen and (min-width: 768px)
{
  .statsCup.home .progress__bar {
    margin-left: auto;
  }
  
  .statsCup.home .serie {
    text-align: right;
    margin-right: 8%;
  }
  
  .statsCup.away .serie {
    margin-left: 8%;
  }
}

@media screen and (max-width: 767px)
{
  .statsCup.away .progress__digit--left {
    display: none;
  }

  .statsCup.away .progress__digit--right {
    display: table-cell !important;
  }
}

.tablePaliers tbody td:last-child {
  font-weight: normal;
}

.tablePaliers tbody td:not(:first-child) b {
  color: #31404b;
}

.team-meta__name {
  font-size: 1em !important;
}

@media screen and (max-width: 767px)
{
  .team-meta__name {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .team-meta__logo img {
    max-height: 22px !important;
  }

  .table-h2h figure {
    display: none;
  }

  .table-h2h figure.competition {
    display: inline-block;
  }
}

.btnTutoReversed {
  background: #1ecd97 !important;
  color: #000;
  border: 2px solid #000;
}

#chat-application {
  bottom: 56px !important;
}

.statsCIA, .statsGoals {
  margin-top: 0!important;
}

.statsCIA th:nth-child(10), .statsCIA td:nth-child(10), .statsGoals th:nth-child(7), .statsGoals td:nth-child(7) {
  border-right: 1px solid #e4e7ed;
}

.div-top {
  display: none;
}

.table-top {
  width: auto !important;
  margin: 0 auto;
}

.table-top td {
  padding: 4px !important;
}

.table-top tr:first-child td {
  border-top: unset;
}

#livescore {
  margin-top: 0;
}

.dataTables_length {
  margin-left: 12px;
}

/* mobile menu */
.site-wrapper--has-overlay {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}

/* page live */
#headerNotifs {
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  right: 32px;
}

.tabs__sound {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23eee'%3E%3Cpath d='M12.408 2v15.858h-3.01l-5.521-4.83H0V6.83h3.877L9.397 2h3.01zm4.274.187A10.596 10.596 0 0 1 20 9.93c0 2.953-1.178 5.703-3.318 7.741l-.943-.989a9.246 9.246 0 0 0 2.894-6.752 9.245 9.245 0 0 0-2.894-6.753zM11.04 3.366H9.91L4.39 8.197l-3.024.007v3.457H4.39l5.52 4.831h1.13V3.366zm3.972 2.361a7.029 7.029 0 0 1 1.38 4.202 7.024 7.024 0 0 1-1.38 4.202l-1.101-.81a5.67 5.67 0 0 0 1.114-3.392 5.67 5.67 0 0 0-1.114-3.39z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.tabs__sound--off {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23eee'%3E%3Cpath d='M12.43 2v15.884H9.412l-5.53-4.838H0V6.838h3.883L9.413 2h3.016zm-1.37 1.369H9.927l-5.53 4.837-3.028.008v3.464h3.028l5.53 4.837h1.131V3.369zm7.972 3.334.968.97-2.27 2.27L20 12.21l-.968.971-2.27-2.27-2.27 2.27-.968-.97 2.27-2.269-2.27-2.269.969-.97 2.27 2.27 2.27-2.27z'/%3E%3C/svg%3E");
}

.fa-bell.notif {
  cursor: pointer;
  font-size: 1.2em;
  margin-left: 8px;
}

#nbNotifs {
  display: none;
  position: absolute;
  top: -5px;
  right: -6px;
  color: #fff;
  background-color: red;
  padding: 2px 4px;
  font-size: 0.55em;
  border-radius: 50%;
}

#panelNotifs {
  display: none;
  max-width: 376px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 48px;
  box-shadow: 0 6px 30px #555;
  border-bottom-left-radius: 6px;
}

#panelNotifs table td {
  white-space: unset;
}

#pwa-banner {
  display: none;
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: -1px;
  justify-content: space-between;
  gap: 1rem;
  z-index: 12;
}

@media screen and (min-width: 768px) {
  #pwa-banner {
      display: none!important;
  }
}

#close-pwa-banner {
  margin-bottom: 3.14rem;
}
