* {
	box-sizing: border-box;
	border-collapse: collapse;
}

body {
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: "roboto_medium";
	margin: 0;
}

@font-face {
	font-family: "roboto_medium";
	src: url(../../font/roboto/Roboto-Medium.ttf);
}

.bgr {
	background-image: url(../img/bgr/bgr.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
}

.bgr_modal {
	background-color: #d23b06;
	width: 51%;
	height: 100%;
	background-size: 100% 100%;
	position: fixed;
	top: 0;
	left: calc(50% - 51% / 2);
	opacity: 0.5;
}

.short_list1, .quarter_final {				
	width: 100%;
	padding-top: 10px;
	position: fixed;
	left: 0;
	overflow: auto;
	z-index: 10;
}

.group_container {
	overflow-x: auto;
	z-index: 10;
	width: 100%;
	display: table;
	min-height: 270px;
}

.tr {
	display: table-row;
}

.group {
	min-width: 50%;
	max-width: 50%;
	min-height: 218px;
	position: relative;
	display: table;
	margin: auto;
	margin-bottom: 5px;
}

.group_scrollbar {
	min-width: 250px;
	max-width: 250px;
	min-height: 160px;
	max-height: 160px;
	scrollbar-width: none;
}

.group h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.name_group {
	width: 100%;
	text-align: center;
	width: 100%;
	float: left;
	margin: 1px;
	margin-top: -40px;
	padding-bottom: 22px;
	color: #0a0200;
	font-size: 30px;
	position: relative;
}

.quarter_final {
}

.player {
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px 10px;
	min-width: 143px;
	max-width: 200px;
	background-color: #00ddfa;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 16px;
	text-align: center;
	float: left;
	color: #3a350c;
}

.group .player {
	display: block;
	background-color: #e7ed1c;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 0;
	min-width: 250px;
	max-width: 250px;
	margin: 0;
	margin-bottom: 5px;
	display: flex;
	color: #3a350c;
}

.img_head {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-image: url(../img/head/PlayerImage.png);
	background-size: 100% 100%;
}

.return_btn {
	position: fixed;
	top: calc(((100% - 200px) / 2) + 200px / 2 + 50px / 4);
	cursor: pointer;
	left: 25px;
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
	background-image: url("img/back_arrow100.png");
}

.next_btn {
	position: fixed;
	top: calc(((100% - 200px) / 2) + 200px / 2 + 50px / 4);
	cursor: pointer;
	right: 25px;
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
	background-image: url("img/next_arrow.png");
}

.point_container {
	display: flex;
	width: calc(100% - 250px - 15px);
	height: 38px;
	margin-left: 15px;
	align-items: center;
	float: left;
}

.point {
	width: calc(100% / 8);
	color: #fff;
	text-align: center;
}

#played:after {
	content: "ST";
}

#win:after {
	content: "Tháº¯ng";
}

#lost:after {
	content: "Thua";
}

#draw:after {
	content: "HÃ²a";
}

#point:after {
	content: "Ä�iá»ƒm";
}

#against:after {
	content: "GB";
}

#for:after {
	content: "GT";
}

#difference:after {
	content: "HS";
}

#name:after {
	content: "Name";
}

#email:after {
	content: "Email";
}

#phone:after {
	content: "Phone";
}

#note:after {
	content: "Note";
}

.player_point_container {
	display: flex;
	min-width: 250px;
	max-width: 250px;
	margin-left: 275px;
	justify-content: center;
	float: left;
	flex-direction: column;
}

.tr {
	display: table-row;
	min-height: 200px;
	max-height: 200px;
	border-bottom: 5px solid rgba(210, 59, 6, 0.7);
}

.td {  
	color: #0a0200;
}

.td, .td2 {
	display: table-cell;
	vertical-align: middle;
	max-width: 77px;
	font-size: 15px;
}

.td2 {
	background-color: rgba(254,253,101,0.9);
	color: rgb(29, 81, 7);
	padding-left: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}

.avatar {
	background-image: url(img/profile/PlayerImage.png);
	background-size: 100% 100%;
	min-width: calc(150px / 5);
	max-width: calc(150px / 5);
	min-height: calc(200px / 5);
	max-height: calc(200px / 5);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: calc(10px * 4 / 3);
    padding-bottom: calc(10px * 4 / 3);
}

.return_btn, .next_btn {
	position: fixed;
	top: calc((100% - 200px) / 2 + 200px / 2);
	cursor: pointer;	
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
	z-index: 11;
}

.return_btn {
	left: 20px;
	background-image: url("../img/icon/back2-100.png");
}

.next_btn {
	right: 20px;
	background-image: url("../img/icon/forward2-100.png");
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.td .tooltiptext {
	visibility: hidden;
    width: 120px;
    background-color: #0a0200;
    opacity: 0.5;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    top: -28px;
    left: 0;
    display: inline-block;
    z-index: 1;
}

.withdrawal, .withdrawal input:disabled {
	text-decoration: line-through ;
	text-decoration-color:black;
	text-decoration-thickness: 2px;
}

.td:hover .tooltiptext {
  visibility: visible;
}

.tr input:disabled {
	border: 0;
	background-color: transparent;
	color: rgb(29, 81, 7);
	font-size: 15px;
	font-family: "roboto_medium";
}

@media screen and (max-width: 800px) {
	.return_btn {
		left: -5px;
	}
	
	.next_btn {
		right: -5px;
	}
}

@media screen and (max-width: 926px) {
	.group {
		min-width: 80%;
		max-width: 80%;
	}
}

@media screen and (max-width: 500px) {
	.td, .td2 {
    	min-width: 60px;
    	font-size: 12px;
	}
	
	.td2 input, .td2 select {
		width: 100%;
	}
	
	.seq {
	    max-width: 20px;
    	min-width: 20px;
	}
	
	.ava {
	    max-width: 30px;
    	min-width: 30px;
	}
	
	.hide {
		display: none;
	}
}