.sports {
  padding: .5rem 1rem;
}
.sports, .sports-games {
    display: flex !important;
    gap: 1rem;
    /*justify-content: start !important;*/
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    align-items: center;

}
.sports button {
    border: 1px solid var(--sports-main-color);
    color: white;
    padding: 10px;
    border-radius: 5px;
    height: 40px;
}
.sports button:hover {
    cursor: pointer;
  background: var(--sports-main-color)  !important;
  transition: 150ms ease-in;
}
-webkit-scrollbar,
-webkit-scrollbar-track {
  display: block !important;
}

.sports {
    scrollbar-width: none;
    
}
.sports-header {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  flex-wrap: wrap;
}

.sports-header h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.markets {
  /* display: none !important; */
}

.markets-container {
  background-color: var(--bg-color) !important;
  backdrop-filter: blur(25px);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: .5rem;
  padding: .5rem;
  height: 100%;
  border: 1px solid var(--sports-main-color);
  z-index: 9999999;
}


.markets {
  min-width: 435px;
  width: 500px;
  position: fixed;
  right: 10px;
  height: 80vh;
  top: 14vh;
    
  padding: .5rem;
  border-radius: .5rem;
  /*background: #780af669;*/
  /* background: var(--bg-color); */
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 999999;
}



.markets-container .separator {
  flex: 1;
}

.markets-header {
  display: flex;
  z-index: 999999;
}

.markets-header .separator {
  flex: 1;
}

.markets-header i {
  text-align: right;
  font-size: 1.5rem;
  border-radius: 1rem;
  padding: .5rem;
  color: rgb(255, 255, 255);
  border: 1px solid var(--main-color);
  background-color: var(--sports-main-color) !important;
}

.markets-header > i:hover {
  cursor: pointer;
}


main {
  width: 100% !important;
}

.sports {
    background: transparent !important;
    border-radius: 1rem 1rem 0 0 !important;
    border: 1px solid var(--sports-alt-color);
    border: none !important;
}

.hl-bets-opts {
  display: flex;
  gap: .5rem;
  list-style: none;
  flex-wrap: wrap;
}

.hl-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid #780af661;
  border-radius: 1rem;
  padding: 1rem;
  background: #780af632 !important;
}

.hl-bets-opts li {
  padding: .5rem 2rem;
  background: white;
  border-radius: .5rem;
  color: black;
}

.destaques {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 1rem;
}

.sports .sport, .setEventTime {
  border-radius: 2rem;
  padding: .1rem;
}

.days {
    display: flex;
    align-items: center;
   
}
.setEventTime {
    cursor: pointer;
    color: white;
    padding: 3px;
}

.setEventTime i {
    margin-right: 10px;
}

.sports .sport:is(.current), .setEventTime.current {
  background: var(--sports-alt-color);
}

.gameSearch {
  background: #780af632 !important;
  border-radius: 0 !important;
  border: none;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .intro {
    padding: 0 3% !important;
  }
  
}

.main-sports {
  padding: .5rem;
  background: transparent !important;
  border-radius: 1rem !important;
  border: solid var(--sports-main-color) 1px;
}

.league-row {
  padding: .5rem 1rem;
  border-radius: .5rem;
  background: #780af680 !important;
  border-radius: .5rem !important;
  border: none;
}


.league-row {
    padding: .5rem 1rem;
    border-radius: .5rem;
    background: var(--sports-alt-color) !important;
    border-radius: .5rem !important;
    border: none;
    align-items: center;
}


.league-row ul, .league-row li {
  list-style: none;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.league-row li, .league-row button {
  width: 128px;
  padding: .5rem 1rem;
  border-radius: .5rem;
  background: rgba(0, 0, 0, .5) !important;
  border-radius: .5rem !important;
}

.league-row li > p {
  flex: 1;
}

.league-row-info {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex: 1;
}

.league-row-teams {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.league-row-teams p{
	margin: 2px;
	padding: 2px;
	display:flex;
	gap: 5px;
	align-items: center;
}

.league-row-teams img{
	min-width: 25px;
}

.league-row:hover {
  cursor: pointer;
  background: transparent !important;
  transition: 150ms ease-in;
}

.league-row {
  display: flex !important;
  transition: all .2s;
  gap: 1rem;
}

.league-row-opts {
  flex: 1;
}
.league-row-opts li, .league-row-opts button {
  flex: 1;
}

.league-row-opts li p:last-child, .league-row-opts button span:last-child {
  text-align: right;
}

.league-area {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.league-row {
  width: 100%;
}


.league-row button {
  display: flex;
  gap: 1rem;
  color: white;
  align-items: center;
  background: rgba(0, 0, 0, .5) !important;
  min-height: 3rem;
  flex-wrap: wrap;
}

.league-row button span:first-child {
  flex: 1;
  text-align: left
}


.league-row button:hover, .league-row button:is(.active), .bet-bets button:is(.active), .bet-bets button:hover {
  cursor: pointer;
  background: var(--sports-main-color)  !important;
  transition: 150ms ease-in;
  box-shadow: 0px 0px 15px 5px var(--sports-main-color);
  border: solid 1px var(--main-color);
}

.flagicon {
  max-width: 24px;
}

.current {
  animation: ease-in 150ms;
}

.hl-bets-opts li {
  flex: 1;
}

.hl-bets-opts li:hover {
  cursor: pointer;
}

.league-name {
  /* margin: 1em 0; */
  display: flex !important;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;

}

.hl-info {
  background: url("https://cdn.m5slots.com/card.jpg") !important;
  background-size: cover !important;
  height: 240px;
  border: none !important;
}

.hl-info > h3 {
  flex: 1;
}

.hl {
  border: 1px solid #4f0aab;
  /* border-bottom: 1rem; */
  border-radius: 1rem;
}

button:is(.blocked) {
  cursor:not-allowed !important;
}

.league-row-opts ul {
  flex-direction: row !important;
  align-items: stretch;
}

.markets-header i {
  display: flex;
  gap: 1rem;
  flex-direction: row-reverse;
  align-items: center;
}

.markets-header i h3 {
  display: none;
  font-weight: lighter;
}

.markets-header i:is(.fa-bars):hover h3 {
  display: flex;
  
}

.tabs-options {
  flex-wrap: wrap;
}

.betType {
  /* padding: 0 .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .5rem;
  background: #27064d80;
  gap: 1rem;
  border: 1px solid #7c0aff !important;
  background: #4c0a9e;
   */
   color: #ffffffa3;
   font-weight: lighter;
}

.betTeams {
    font-weight: lighter !important;
}
/* .betType:before {
  content: "Tipo de Aposta:";
} */


.markets-header {
  min-width: 8rem;
  position: fixed;
  right: 10px;
  top: 8vh;

  border-radius: .5rem;
  /*background: #780af669;*/
  /* background: var(--bg-color); */
  display: flex;
  flex-direction: column;
  gap: .5rem;
  z-index: 9999;
}

.betMyTeam {
  padding: .2rem .5rem;
  border: 1px #27064d80;
  border-radius: .5rem;
  display: flex;
  gap: .5rem;
  align-items: center;
  flex-wrap: wrap;
  border: none;
  background: var(--sports-main-color);
  gap: 1rem;
  font-weight: lighter;
}

.betMyTeam span:first-child {
  flex: 1;
}
.betMyInfo {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  flex-direction: column;
}



.betMyTeam, .betHeader {
  width: 100%;
}

#my-bets, #my-solved-bets input, #my-solved-bets input {
  max-width: 100% !important;
  flex: 1 !important;
}

.apostado {
  background: rgba(0, 0, 0, .5);
}
.apostado div:first-child {
  width: 100%;
  display: flex;
  gap: .5rem;

}

.options {
  background: transparent !important;
}

.confirmContainer {
  gap: .5rem;
}

.confirm-row:first-child {
  border-bottom: 1px solid var(--sports-main-color) !important;
}
.confirm-row {
    margin-bottom: .5rem;
  padding-bottom: .3rem;
  font-weight: normal;
}

.markets-opts {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.container-title {
  cursor: pointer;
  color: #ffffffa6;
  /* padding-bottom: .5rem; */
  border-bottom: 2px solid transparent;
  font-weight: 500;
  transition: ease-in 150ms;
  border-bottom: 2px solid #fff0;
}
.markets-opts .container-title:hover {
  cursor: pointer;
  color: white;
  /* padding-bottom: .5rem; */
  /* border-bottom: 2px solid transparent; */
}

.markets-opts .container-title:is(.active) {
  color: white;
  border-bottom: 2px solid var(--sports-main-color);
  font-weight: 700;
  /* padding-bottom: .5rem; */
}

/* 
.markets h4 {
  flex: 1;
} */

#my-bets, #my-solved-bets {
  flex: 1;
  /* background: #0000004d;
  border-radius: 0 .5rem; */
}

.betMyWarn {
  padding: .2rem .5rem;
  border: 1px #27064d80;
  border-radius: .5rem;
  display: flex;
  gap: .5rem;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #dd2d2dd6 !important;
  background: #dd2d2dd6;
  color: black;
  gap: 1rem;
  font-weight: 500;
  /* font-weight: bold; */
}

.betMyWarn p {
  flex: 1;
}

.betMyWarn i {
  fill: white !important;
  color: white !important;
}


.betMyWarn span:first-child {
  flex: 1;
  display: flex;
  align-items: center;
  gap: .3rem;
}

.container-title {
  display: flex;
  gap: .3rem;
  justify-content: center;
  align-items: center;
}

#solved-notify {
  background: #7a0afa;
  padding: .2rem;
  border-bottom: 100;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.betType {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  font-weight: 400;
}

.solved-status-1::before {
  background: #919191b2;
  content: "Aguardando";
  color: white;
  padding: .1rem .5rem;
  border-radius: .3rem;
}

.solved-status-2::before {
  background: #3bff35b2;
  content: "Ganhou";
  color: white;
  padding: .1rem .5rem;
  border-radius: .3rem;
}

.solved-status-3::before {
  background: #ff3535b2;
  content: "Perdeu";
  color: white;
  padding: .1rem .5rem;
  border-radius: .3rem;
}

.betR, .betMyTeam {
  transition: 150ms ease-in;
}
.betMyTeam:hover, .betR:hover {
  cursor: pointer;
  background: var(--sports-alt-color);
}



@media only screen and (max-width: 960px) {
    .markets-header {
        min-width: unset;
    }
  #markets-area {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 9999999999999;
  }

  .closeMarkets {
    display: flex !important;
    padding: 0 .7rem;
    border-radius: 1rem;
    text-align: right;
    flex: 1;
    justify-content: right;
    content: "";
  }
  
  .closeMarkets::after {
    content: "Voltar >";
    background: #4a118f;
    padding: .3rem 2rem;
    border-radius: .5rem;
  }
  
  .closeMarkets {
    border-radius: none;
    border-bottom: none !important;
  }
  .markets-container {
     padding-right: 4rem;
  }
  .destaques {
    padding: 0 2rem;
    margin: 0 2rem;
  }
  
}

.league-row:hover {
  background: var(--bg-color) !important;
  cursor: pointer;
}

.bet-betType {
  flex: 1;
  text-align: right;
  display: flex;
  justify-content: right;
  align-items: center;
  color: #ffffffa8;
}

.bet-betTeam {
  flex: 1;
}

.bet-bets {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  transition: all .2s;
}

.bet-bets button {
  min-width: 8rem;
}

.league-row-info {
  height: 100%;
  align-items: center;
}

.hl {
  transition: .05s ease-in-out;
}
.hl:hover {
  cursor: pointer;
  transform: scale(1.03);
/*   background: #b669ea !important; */
  transition: 150ms ease-in;
  box-shadow: 0px 0px 45px 5px #443a8f8f;
}


.oneteam {
  justify-content: start !important;
}

.bet-bets button {
  flex-wrap: wrap;
  gap: 1rem;
}

.destaques .hl:nth-child(1) .hl-info {
  background: url("https://cdn.m5slots.com/sports/Futebol.jpg") !important;
  background-size: auto;
  background-size: cover !important;
}

.destaques .hl:nth-child(2) .hl-info {
  background: url("https://cdn.m5slots.com/sports/Cavalo.jpg") !important;
  background-size: auto;
  background-size: cover !important;
}

.destaques .hl:nth-child(3) .hl-info {
  background: url("https://cdn.m5slots.com/sports/Tenis.jpg") !important;
  background-size: auto;
  background-size: cover !important;
}

.event-time {
    opacity: .5;
}
#current-sport {
    margin: 1em;
}

.gameSearch {
    background:  transparent !important;
}
/* .event-info:has(.oneteam), .event-header:has(.oneteam) {
  min-height: 8rem;
  background: url("https://cdn.m5slots.com/sports/Tenis.jpg") !important;
  background-size: auto;
  background-size: cover !important;
  border-radius: 1rem 0;
  mask-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
  border: 1px solid #370c7c;
} */

.days {
    display: flex;
    border-radius: 15px;
    width: 100%;
    height: 65px;
    justify-content: center;
}

.days button{
  display: grid;
  justify-content: center;
  width: 100px;
  height: auto;
  font-size: medium
}

@media (max-width: 1080px){
  .markets-header {
    top: 4.8vh;
  }
}

@media (max-width: 768px){
  .markets-header {
    top: 6vh;
  }
}



@media (max-width: 425px){
  .markets-header {
    top: 6.7vh;
  }
}

.sports-carrossel {
  padding: .5rem 1rem;
  scrollbar-width: none;
  background: transparent !important;
  border-radius: 1rem 1rem 0 0 !important;
  border: 1px solid var(--sports-alt-color);
  border: none !important;
  margin-left: 15px;
}
.sports-carrossel, .sports-games-carrossel {
    display: flex !important;
    gap: 1rem;
    justify-content: start !important;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;

} 

.sports-carrossel .sport, .setEventTime {
  border-radius: 2rem;
  padding: .5rem;
}

.league-row-carrossel {
  padding: .5rem 1rem;
  border-radius: .5rem !important;
  border: none;
  /*background: var(--sports-alt-color) !important;*/
  align-items: start;
  box-shadow: 1px 2px 19px #2c2c2c;
  display: flex !important;
  flex-direction: column;
  transition: all .2s;
  gap: 1rem;
  background-size: cover;
}  

.league-row-carrossel ul, .league-row-carrossel li {
  list-style: none;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.league-row-carrossel li, .league-row-carrossel button {
  width: 128px;
  padding: .5rem 1rem;
  border-radius: .5rem;
  background: rgba(0, 0, 0, .5) !important;
  border-radius: .5rem !important;
}

.league-row-carrossel li > p {
  flex: 1;
}

.league-row-carrossel-info {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex: 1;
}

.league-row-carrossel-teams {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.league-row-carrossel:hover {
  cursor: pointer;
   
  transition: 150ms ease-in;
  box-shadow: 1px 2px 19px #000000;

}


.league-row-carrossel-opts {
	flex: 1;
	margin: 0 auto;
	width: 270px;
}
.league-row-carrossel-opts li, .league-row-carrossel-opts button {
  flex: 1;
}

.league-row-carrossel-opts li p:last-child, .league-row-carrossel-opts button span:last-child {
  text-align: right;
}



.league-row-carrossel {
  width: 320px;
  height: 207px;
  margin: 8px;
}


.league-row-carrossel button {
  display: flex;
  gap: 1rem;
  color: white;
  align-items: center;
  background: rgba(0, 0, 0, .5) !important;
  min-height: 3rem;
  flex-wrap: wrap;
}

.league-row-carrossel button span:first-child {
  flex: 1;
  text-align: left
}


.league-row-carrossel button:hover, .league-row-carrossel button:is(.active), .bet-bets button:is(.active), .bet-bets button:hover {
  cursor: pointer;
  background: var(--sports-main-color)  !important;
  transition: 150ms ease-in;
  
  box-shadow: 0px 0px 15px 5px var(--sports-main-color);
}
.league-area-carrossel {
    display: flex;
    margin: 10px;
}
.league-row-carrossel-opts ul {
  flex-direction: row !important;
  align-items: stretch;
}
 
.league-row-carrossel-info {
  height: 100%;
  align-items: center;
}

.sports-carrossel button {
  border: 1px solid var(--sports-main-color);
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.all-main-sports {
    background-color: #1C2026;
    border-radius: 15px;
}

.all-main-sports i{
    display: flex;
    gap: 15px;
    padding: 2px;
    margin-left: 5px;
    align-items: center;
}
.all-main-sports h3{
  font-size:18px;
}

.league-container .league-name{
 margin-left: 8px;
}

.teams-game p{
	display:flex;
	gap:5px;
	align-items:center;
	min-width:25px;
}

@media(max-width: 960px){
    .sports-carrossel{
		margin:0;
		padding:0;
		gap:.5px;
		
	}
	.league-area-carrossel{
		margin:0;
		padding:0;
		
	}
	.league-row-carrossel{
		margin:7px;
		padding:5px 10px;
		width: 270px;
        height: auto;
    }
    .league-row-carrossel button {
	gap: 0;
	flex-wrap: wrap;
	width: 100%;
	font-size:12px;
	
    }
    .league-row-carrossel p{
	font-size:12px;
    }

    .league-row-carrossel span{
	font-size:12px;
    }
    .league-row-carrossel-opts {
	width: 220px;
}
    
	.sports-games{
	padding:0;
	margin:0;
	width: 100%;
	gap:0;
	justify-content: space-around;
	}
	.sports-games a{
	border-radius: 100%;
	font-size: 10px;
	}

	.sports-games p{
	width: 70px;
	height: 20px;
    text-align: center;
	overflow: hidden;
	}
}

.header-games{
	display:flex;
	justify-content:space-between;
	align-items: center;
}
#total-inplay, #total-today, #total-tomorow{
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	padding: 3px;
	margin: 3px;
}