/*html,
body {
	background: #000000;
}*/
:root{
	--rankingWidget__playerHistory__iconImage: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg width="800px" height="800px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>contact-details</title><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="icon" fill="%23000000" transform="translate(42.666667, 85.333333)"><path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L426.666667,1.42108547e-14 Z M384,42.6666667 L42.6666667,42.6666667 L42.6666667,298.666667 L384,298.666667 L384,42.6666667 Z M341.333333,213.333333 L341.333333,245.333333 L234.666667,245.333333 L234.666667,213.333333 L341.333333,213.333333 Z M146.666667,155.733333 C177.493333,155.733333 202.666667,181.333333 202.666667,213.333333 L74.6666667,213.333333 C74.6666667,181.333333 99.7387207,155.733333 130.666667,155.733333 L146.666667,155.733333 Z M341.333333,149.333333 L341.333333,181.333333 L234.666667,181.333333 L234.666667,149.333333 L341.333333,149.333333 Z M138.666667,78.62624 C154.13064,78.62624 166.666667,91.162267 166.666667,106.62624 C166.666667,122.090213 154.13064,134.62624 138.666667,134.62624 C123.202694,134.62624 110.666667,122.090213 110.666667,106.62624 C110.666667,91.162267 123.202694,78.62624 138.666667,78.62624 Z M341.333333,85.3333333 L341.333333,117.333333 L234.666667,117.333333 L234.666667,85.3333333 L341.333333,85.3333333 Z" id="Combined-Shape"></path></g></g></svg>');
}

.tournament__box--empty{
	justify-content: center;
    display: flex;
    margin: 30px;
    font-size: 24px;
}
.tournament__container{
	padding-bottom: 24px;
}

.rankingWidget__player--history {
    -webkit-mask-image: var(--rankingWidget__playerHistory__iconImage);
    mask-image: var(--rankingWidget__playerHistory__iconImage);
    background-color: var(--colore-testo-titolo-componenteGioco);
    cursor: pointer;
    width: 30px;
    height: 30px;
}