body
{
	line-height: inherit;
	font-family: inherit;
}
*
{
	margin: 0;
	padding: 0;
}
*, ::after, ::before
{
    box-sizing: inherit;
}
img
{
    vertical-align: inherit;
    border-style: none;
}
@font-face
{
    font-family: digital7;
    src: url(../fonts/digital/digital-7.ttf) format("truetype");
}
#home
{
	height: 720px;
	width: 1080px;
	background: url(../img/fondo.png);
	background-position: center;
	margin: 0 auto;
}
#marker
{
	height: 384px;
	width: 640px;
	background: url(../img/fondo.png);
	background-position: center;
	margin: 0 auto;
}
.balls img
{
	height: 42px;
	width: 42px;
	padding: 0px;
}
.country
{
	display: inline-block;
}
.country img
{
	height: 54px;
	width: 54px;
}
.name
{
	display: inline-block;
	padding: 0px 10px;
	color: white;
	font-size: 24px;
}
.player-box
{
	display: inline-block;vertical-align: top;
	width: 30%;
}
.flex-end
{
	justify-content: flex-end;
}
.number-box
{
	width: 8%;
	vertical-align: top;
	display: inline-block;
	text-align: center;
}
.time-box
{
	width: 20%;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	margin-top: -60px;
	box-shadow: 1px 0px 7px 0px #00bfb7;
}
.player-single
{
	display: flex;
	width: 100%;
	align-items: center;
}
.balls
{
	display: inline-block;
}
.number-box span
{
	display: block;
	color: white;
	padding: 7px;
	font-size: 16px;
}
.containerx
{
	padding: 60px 30px;
}
.time-box .text
{
	font-size: 24px;
	padding-bottom: 10px;
	color: white;    text-align: center;
}
.timer
{
	color: white;
	padding: 10px;
	background: #052727c7;
	border: 3px solid #4de5bf;
}
.timer .timing
{
	font-size: 32px;
	font-family: digital7, Helvetica, sans-serif;
	text-align: left;
    margin-left: 23%;
}
.red
{
	background: red;
}
.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.text-center
{
	text-align: center;
}
.number-left
{
	font-size: 72px;
	display: inline-block;
	width: 34%;
	text-align: right !important;
}
.number-right
{
	text-align: left !important;
	font-size: 72px;
	display: inline-block;
	width: 35%;
}
.logo
{
	width: 30%;
	display: inline-block;
	white-space: nowrap;
}

.logo img
{
	height: 260px;
	width: 260px;
	object-fit: cover;
}
.scores
{
	font-size: 200px;
	font-weight: bolder;
	color: white;
}
.stats-box
{
	max-width: 80%;
	margin: 0 auto;
	margin-top: 10px;
}
.table td, .table th
{
	border: 1px solid #dee2e6;font-size: 24px;font-weight: bold;
}
.table
{
    width: 100%;
    margin-bottom: 1rem;
    color: white;
   	background:  #7a8590;
}
table
{
	border-collapse: collapse;
}
.table .thead-dark th
{
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table td, .table th
{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
#home
{
	position: relative;
}
.welcome
{
	height: 100%;
	position: absolute;
	width: 100%;
	background-position: center;
	background-size: cover;
}
.containerx
{
	height: 720px;
    background: url('../img/fondo.png');
    background-size: cover;
    background-position: center;
}
.watermark
{
	background: url(../img/logo-padel.png);
    width: 120px;
    height: 120px;
    position: absolute;
    background-size: contain;
    bottom: 3%;
    right: 3%;
    background-repeat: no-repeat;
}
.containerx
{
	display: none;
}
.box-start
{

}
.current_set_box
{

}
.game-controls
{

}
.finish_box
{

}
.end_all_box
{

}
.btn-aqua
{
	background-color: #00bfb7;
	border-color: #00bfb7;
}

.btn-aqua:focus
{
	box-shadow: none;
}

.end_set
{
	margin: 10px;
}

.tiebreak
{
	margin: 10px;
}

.current_set
{
	background: white;
	width: 38px;
	height: 38px;
}
.current_set_box button
{
	display: inline-block;
}

.current_set_box input
{
	display: inline-block;
	width: 38px;
	height: 38px;
}

.rounded
{
	border-radius: 50% !important;
}

.tiebreak_box
{
	display: inline-block;
}
.end_game_box
{
	display: inline-block;
}
.containerx
{
	display: block;
	height: auto;
}
.edition
{
	padding: 10px;
	margin-top: -15%;
	background: #00bfb7;
	border: 2px solid #ffffff;
	box-shadow: 3px 3px 21px #343a40;
}
.padding4
{
	padding: 4px;
}
#home
{
	height: auto;
}
.banners
{
	width: 100%;
	height: 200px;
	object-fit:cover;
	box-shadow: 3px 3px 12px #ccc;
}

.dnone
{
	display: none;
}


*, ::after, ::before
{
    box-sizing: border-box;
}
.upload-btn-wrapper
{
  	position: relative;
  	overflow: hidden;
  	display: inline-block;
    float: right;
    background: #00bfb7;
    width: 200px;
    border-radius: 3px 3px 0px 0px;
}
.upload-btn-wrapper > button
{
	color: white;
}
.upload-btn-wrapper input[type=file]
{
  	font-size: 100px;
  	position: absolute;
  	left: 0;
  	top: 0;
  	opacity: 0;
}
.label-folder
{
	border-bottom: 2px solid #00bfb7;
	position: absolute;
    bottom: 0;
    border-bottom: 2px solid #00bfb7;
    margin: 0;
    color: #4c4848;
}
.folder
{
	position: relative;
	height: 30px;
}
.tiny-marging
{
	margin-bottom: 3px;
}
.divisor
{
	border-bottom: 1px solid #ced4da;
}
.label-line
{
	padding-bottom: 3px;
    border-bottom: 2px solid #1e7e34;
    color: #484e49;
}
.form-control
{
	/*border: 1px solid #00bfb7;*/
}
.colorwhite
{
	color: white;
}

/* loader */
.loader
{
	width: 100%;
	height: 100%;
	background: url('../img/pattern.png');
	position: absolute;
	text-align: center;
	z-index: 99;
}
.loader img
{
	-webkit-animation: spin 5s infinite linear;
	height: 100%;
	object-fit: scale-down;
	width: 120px;
	height: 120px;
}
@-webkit-keyframes spin
{
	0%  {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}

/* video */
.video-box video
{
	width: 100%;
    object-fit: fill;
}

.height100
{
	height: 100%;
}

.position-relative
{
	position: relative;
}

.containerx
{
	position: relative;
}

.video-container
{
	background: #414141;
    height: 100%;
    width: 100%;
    position: absolute;
}

.video-container #my-video
{
	height: 100%;
	width: 100%;
}
