/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/
/*# sourceMappingURL=maps/custom.css.map */
.calendar-container {
  width: 100%;
  border-radius: 8px;
  background-color: #333; /* Fondo más oscuro */
  color: #f1f1f1; /* Texto claro */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.calendar-header {
  display: flex;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 10px;
  background-color: #424242; /* Fondo para el encabezado */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: Montserrat;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid #34373c;
  background-color: #292c31;
}

.calendar-header button {
  background: #555;
  border: none;
  border-radius: 4px;
  color: #f1f1f1;
  font-size: 14px;
  padding: 5px 10px;
  cursor: pointer;
}

.calendar-header button:hover {
  background: #777;
}

.calendar-body {
  padding: 10px;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #bdbdbd; /* Color gris para los días */
}

.calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 2px;
}

.calendar-dates div {
  padding: 10px;
  border-radius: 4px;
  background-color: #424242;
}

.calendar-dates div.active {
  background-color: #1e88e5; /* Azul para el día actual */
  color: #fff;
  cursor: pointer;
}

.calendar-dates div:hover {
  background-color: #616161; /* Efecto hover */
}

#colorlib-aside #colorlib-logo { 
	margin-bottom: 30px;
}

span.error{
	color: #ff5d5d !important;
	font-size: 12px;
}

.oculto{
	display: none;
}

.swal2-container {
	z-index: 99999 !important;
}

.carga {
  position: fixed;
  min-width: 100%;
  min-height: 100vh;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.8);
  /*display: none;*/
}

body::-webkit-scrollbar {
  width: 16px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #EEE;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #666;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #EEE;  /* creates padding around scroll thumb */
}

.alert{
	font-size: 14px;
	border-radius: 0;
	border-left-width: 30px;
}

button.botones-imagenes {
  position: absolute;
  right: 40%;
  width: 40px !important;
  height: 40px !important;
  font-size: 13px !important;
}

button.botones-imagenes i {
  margin: -10px;
}

input.fechaYear{
	font-size: 22px;
	text-align: center;
}

.tab-pane{
	padding: 30px 20px;
}

.btn-sm{
	padding: 4px 8px;
}

.tablaReportes > :not(caption) > * > * {
	padding: 2px;
}

#tablaEquiposJugadores tbody tr {
  cursor: pointer;
}

#tablaEquiposPartidos tbody tr {
  cursor: pointer;
}

#tablaCamposPartidos tbody tr {
  cursor: pointer;
}

#DivVerArticuloBlog img{
  max-width: 100%;
}

#tablaJugadoresPartido tbody tr {
  cursor: pointer;
}

.bracket {
  padding: 40px;
  margin: 5px;
}

.bracket {
  display: flex;
  flex-direction: row;
  position: relative;
}

.column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-around;
  align-content: center;
}

.match {
  background-color: white;
  color: #31404b;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 240px;
  max-width: 240px;
  margin: 12px 24px 12px 0;
}

.match .match-top {
  border-radius: 2px 2px 0 0;
}

.match .match-bottom {
  border-radius: 0 0 2px 2px;
}

.match .team {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.match {
  border-radius: 5px;
  border: 1px solid #CCC;
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
}

.team {
  padding: 5px 0px;
}

.match .team span {
  padding-left: 8px;
}

.match .team span:last-child {
  padding-right: 8px;
}

.match .team .score {
  margin-left: auto;
}

.match .team:first-child {
  margin-bottom: -1px;
}

.match-lines {
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  margin-top: 0px;
  right: -1px;
}

.match-lines .line {
  background: #AAA;
  position: absolute;
}

.match-lines .line.one {
  height: 1px;
  width: 12px;
}

.match-lines .line.two {
  height: 55px;
  width: 1px;
  left: 12px;
}

.match-lines.alt {
  left: -12px;
}

.match:nth-child(even) .match-lines .line.two {
  transform: translate(0, -100%);
}

.column:first-child .match-lines.alt {
  display: none;
}

.column:last-child .match-lines {
  display: none;
}

.column:last-child .match-lines.alt {
  display: block;
}

.column:nth-child(2) .match-lines .line.two {
  height: 110px;
}

.column:nth-child(3) .match-lines .line.two {
  height: 215px;
}

.column:nth-child(4) .match-lines .line.two {
  height: 262px;
}

.column:nth-child(5) .match-lines .line.two {
  height: 349px;
}

.disable-image .image,
.disable-seed .seed,
.disable-name .name,
.disable-score .score {
  display: none !important;
}

.disable-borders {
  border-width: 0px !important;
}

.disable-borders .team {
  border-width: 0px !important;
}

.disable-seperator .match-top {
  border-bottom: 0px !important;
}

.disable-seperator .match-bottom {
  border-top: 0px !important;
}

.disable-seperator .team:first-child {
  margin-bottom: 0px;
}

.botonesEliminatorias {
  position: absolute;
  bottom: -20px;
  right: 18px;
}

.fechaParEli {
  position: absolute;
  bottom: -15px;
  left: 5px;
  font-size: 11px;
}

#JugadoresComision {
    display: flex;
    flex-direction: column; /* Para que la imagen y el nombre estén en columna */
    align-items: center;    /* Centra horizontalmente */
    justify-content: center;/* Centra verticalmente si tiene altura fija */
    text-align: center;
}