html{
	overflow-x: hidden;
    margin-right: calc(-1 * (100vw - 100%));
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}
body{
	background-color: #002038;
	position: relative;
    min-height: 100vh;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
}

body::after {
    content: "";
    background-color: #111111d1;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1000px;
    position: fixed;
    z-index: -1;
}


@media only screen and (min-device-width: 1200px) {
    body {
        background-image: url(/images/fondo.jpg);
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-color: #212529;
    }
}


.navbar-light .navbar-toggler-icon {
  background-image: url("/css/hamburger_icon_white.svg.png");
}

.dd-menu-item:hover{
	background-color: #111;
}
/*.fondo-opaco{
	background-color: #000000b3;
}*/
/*color de fondo para las tablas*/
.table{
	background-color: #00000075;
}

/*fixed navbar*/
.navbar{
	top: 0;
    position: sticky;
    z-index: 1000;
}

/*	tablas partido/estadisticas */
.tabla-partido thead tr{
	background: #00000094;
    color: orange;
}
.tabla-partido{
	text-align: center;
}
.roja, .amarilla, .azul, .no-card{
	height: 18px;
    border: 1px solid #0000006e;
    border-radius: 3px;
    width: 13px;
	margin: auto;
	display: inline-block;
	transform: rotate(10deg);
	vertical-align: middle;
}
.roja{
	background-color: red;
}
.amarilla{
	background-color: yellow;
}
.azul{
        background: #007dff;
 }
.goles input{
	width: 50%;
}
/* icono jugador en la cabecera de tablas*/
.fa-running{
	font-size: 20px;
    vertical-align: middle;
}
.resultado{
	display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    width: 100px !important;
    height: 50px;
    margin: 0px auto 10px;
    background-color: #fff;
    color: #111;
    border: 2px solid;
    border-radius: 20px;
}
/*	equipos cabeceras detalle partido*/
.detalle-partido-equipo{
	padding: 10px;
    /*background-color: #00000069;
    border-top: 1px solid #ffffff94;
    border-bottom: 1px solid #ffffff94;*/
    color: #fff;
    font-weight: bold;
    margin-bottom: 0 !important;
    font-size: 14px;
}

@media (min-width: 1024px){
	.tabla-container, .contenedor-puntos-agregados-quitados{
		width: 70%;
	}
	.tabla-estadisticas-container{
		width: 50% !important;
	}
}

/*	fixture */
.contenedor-fecha{
	width: 100%;
	padding: 5px;
}
.header-fecha{
	text-align: center;
	border-bottom: 1px solid;
	background-color: #125674;
	color: #fff;font-weight: bold;
	margin-top: 3px;
}
.header-playoff{
	background-color: #0c5e0c;
}
.contenedor-partido{
	padding: 10px;
	display: flex;
	background-color: #fff;
	flex-direction: row;
	border: 1px solid #0000ff57;
    margin-top: -2px;
    margin-left: -1px;
    position: relative;
    left: 1px;
}
.partido{
	width: 60%;
	/* float: left; */
}
.equipos{
	width: 80%;
	float: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dia-hora{
	width: 40%;
	text-align: center;
	/* float: left; */
}
.playoffs-separator{
	padding: 15px;
    background-color: #00000069;
    border-top: 1px solid #ffffff94;
    border-bottom: 1px solid #ffffff94;
    max-width: 1140px;
    margin: auto;
    color: #fff;
    font-weight: bold;
}
/*	Profile cards */
.profile-card-fixture, .profile-card-estadisticas{
	text-align: center;
    padding: 5px;
    background-color: #00000069;
    border-top: 1px solid #ffffff94;
    border-bottom: 1px solid #ffffff94;
    max-width: 1140px;
    margin: auto;
}
.profile-card-fixture a, .profile-card-estadisticas a{
	color: #fff;
	font-weight: bold;
}
.profile-card-fixture, .profile-card-posiciones, .profile-card-estadisticas{
	color: #fff;
	font-weight: bold;
}
.profile-card-home{
	text-align: center;
    padding: 5px;
    max-width: 1140px;
    margin: auto;
	color: #fff;
	font-weight: bold;
}
@media (min-width: 1024px){
	.contenedor-partido {
	    float: left;
	    width: 50%;
	}
	.partido {
	    float: left;
	}
	.dia-hora {
	    float: left;
	}
	.link-detalles{
		display: block;
	}
	.estadisticas-user-container, .partido-estadistica-container{
		display: flex;
	}
	.estadisticas-user-container{
		flex-wrap: wrap;
	}
	.estadisticas-user-container .row, .partido-estadistica-container .row{
		margin: 0px !important;
	}
	.ficha-estadistica, .ficha-partido{
		padding: 5px;
	}
	.equipo-estadistica{
		float: right;
		display: inline;
	}
}



/*	Tabla posiciones */
.tabla-posiciones-container{
	overflow-x: auto;
	padding: 5px !important;
}
.tabla-posiciones{
	min-width: 500px;
}

/*	Profile card posiciones*/
.profile-card-posiciones{
	padding: 5px;
}
.profile-card-posiciones a{
	color: black;
	font-weight: bold;
}

/*	Estadisticas usuario */
.profile-card-estadisticas{
	margin-bottom: 10px;
}


/*	User Homepage */
/* Profile card home */
.profile-card-home h1{
	display: inline;
}
.profile-card-home img{
	vertical-align: sub;
}
.profile-card-home a{
	vertical-align: super;
}
.profile-card-home .edit-button{
	color: #73f1df;
}

.social{
	color: #fff;
	margin: 2px;
    font-size: 20px;
    vertical-align: super;
    transition: 0.5s;
}
.social-wa:hover {
    color: #62e662;
}
.menu-item{
	display: block;
	-webkit-box-shadow: 2px 0px 17px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 0px 17px 5px rgba(0,0,0,0.75);
	box-shadow: 2px 0px 17px 5px rgba(0,0,0,0.38);
    width: 150px;
    background-color: #000000d4;
    padding: 20px 0px;
    margin: auto;
    border-radius: 20px;
    transition: 0.5s;
}
.menu-item img{
	margin-bottom: 8px;
	width: 45px;
}
.menu-title{
	font-size: 19px;
    color: #fff;
    width: 90%;
    margin: auto;
    display: block;
    /*border: 1px solid #ffffff6b;*/
    /*background-color: #00000080;*/
    padding: 4px 8px;
    /*border-radius: 5px;*/
}
a.menu-item:hover {
    background-color: #0b2238;
    text-decoration: none;
}
.sponsor-item{
	display: block;
	/*width: 200px;*/
    margin: auto;
}
.sponsor-item img{
	margin-bottom: 8px;
	/*width: 200px;*/
}

.profile-card-imagen-liga-background{
    	height: 100px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
}
.ligas-user-selected{
	width: 100%;
	position:relative;
	margin: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
}
.ligas-user-list{
	display:none;
	width:100%;
	max-height: 70vh;
	background-color: #000000;
	position: absolute;
	top:32px;
	overflow-y: auto;
	padding: 10px;
	text-align: left;
}
.ligas-user-list a:active{
	color: #fff !important;
}
.profile-card-home span{
	margin-top: 6px;
}
@media (min-width: 1024px){
	.social-container{
		display: inline;
	}
	.social{
		font-size: 24px;
	}
	.profile-card-imagen-liga-background{
	    	height: 120px;
	}
	.ligas-user-selected{
		width: 80%;
	}
	.ligas-contenedor{
		width: 40% !important;
	}
}
[v-cloak] > * { 
            display:none; 
}
[v-cloak]::before { 
            content: "Cargando fixture...";
            color: #fff;
            font-size: 20px;
            font-weight: bold;
}
 #menu-liga a{
 	color: #ffa500;
 	font-size: 14px;
}
#menu-liga a:hover{
 	text-decoration: none;
 	background: #70757678;
   	transition: background 0.3s;
}
 /* scrollbar styling */
 ::-webkit-scrollbar {
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #000;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f0bd07;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}