* {
	box-sizing: border-box;
	border-collapse: collapse;
}

:root {
	--frame_width: 100%;
	--frame_height: 550px;
	--profile_img_width: 379px;
	--profile_img_height: 603px;
}

body {
	font-family: "roboto_bold";
	color: #fff;
	margin: 0;
}

@font-face {
	font-family: "roboto_bold";
	src: url(../../font/roboto/Roboto-Bold.ttf);
}


@font-face {
  font-family: Roboto-light;
  src: url(../../font/roboto/Roboto-Regular.ttf);
}


@font-face {
  font-family: Roboto-medium;
  src: url(../../font/roboto/Roboto-Medium.ttf);
}

body {
	background-color: #f5f5f5;
}

.open_form_container {
	display: flex;
	color: #060606;
	justify-content: center;
	margin: auto;
	margin-top: calc(var(--frame_height) + 20px);
	margin-bottom: 30px;
}

.stat_container {
	top: 0;
}

.ls_new_row select {
	width: 80%;
}

.ls_new_row {
	width: unset;
}

.sbs_btn, .h2h_btn {
	width: 50px;
	
}

.even_container {
	color: #0b0b0b;
}

.stat_container h1 {
	margin-top: -12px;
}

.vs {
	margin-left: 10px;
}

.tour_logo {
  background-image: url(../../livescore/img/logo/tour_logo.png);
  background-size: 100% 100%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  margin-left: 2px;
  margin-top: 3px;
}

.tour_title {
  font-weight: 700;
  font-size: 22px;
}

.tour {
  display: flex;
  font-size: 14px;
  margin-right: auto;
  font-family: Roboto-light;
  padding: 10px 0 10px 14px;
  background: #e5e5e5;
}

.img_livescore {
  color: #191919;
  font-family: LifeCraft;
  font-size: 20px;
  font-style: italic;
  background-size: 100% 100%;
  height: 18px;
  width: 50%;
  margin-left: calc(50% - 18px - 50px);
}

.img_livescore sup {
	font-size: 30%;
}

.name_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: calc(100% - 30% - 100% / 3);
}

.first_name {
	font-size: 32px;
	height: 30%;
	margin-left: 5px;
}

.last_name {
	height: 70%;
	font-size: 71px;
	margin-left: 5px;
}

.ranking_container {
	width: 50%;
	height: 30%;
}

.audio {
	position: absolute;
	background-image: url(../img/icon/audio.png);
	background-size: 100% 100%;
	left: 10px;
	top: calc((100% - 30% - 100% / 3) / 2 + 38px);
	width: 21px;
	height: 21px;
    cursor: pointer;
}

.ranking {
	height: calc(100% - 21px);
	display: flex;
}

.ranking_type {
	background-image: url(../img/profile/ranking_type.png);
	background-size: 100% 100%;
	width: 30px;
	height: 100%;
}

.ranking_caption {
	background-image: url(../img/profile/ranking.png);
	width: 60px;
}

.rank {
	position: relative;
	font-size: 140px;
	font-weight: bold;
	width: 130px;
}

.rank_text {
	top: calc(83px / 10 - 2px);
	position: absolute;
	vertical-align: bottom;
}

.personal_info {
	position: relative;
	z-index: 10;
	display: flex;
	width: 100%;
	height: calc(100% / 3);
	background: rgba(44,48,49,.8);
	float: right;
}

.stats_bgr {
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(../img/icon/stat_bgr.png); 
	width: 175px; 
	height: 280px;
	background-size: 100% 100%; 
	color: #493b1a;
	z-index: 1;
}

.stat_head_name {
	height: 28%; 
	text-transform: uppercase; 
	font-size: 14px;
	display: flex; 
	align-items: center; 
	justify-content: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.stats {
	height: 72%;
	display: flex;
}

.stat_area1, .stat_area2 {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.stat_area1 {
	border-right: 1px solid rgba(0,0,0,0.1);
}

.area_item {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "roboto-medium";
	font-size: 13px;
	height: calc(100% / 3);
	text-transform: uppercase;
}

.area_item div:first-child {
	margin-right: 5px;
	font-family: "roboto_bold";
}

.name_skill {
	width: 25px;
}

.bgr_c {
	background-size: 100% 100%;
	height: calc(100% / 5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.star {
	opacity: 0.8; 
	/* color: #f3fb02; */
	line-break: anywhere;
	font-size: 12px;
    line-height: 10px;
    text-align: center;
    width: 50px;
    display: flex;
}
.pi1_container {
	width: 50%;
	height: 100%;
}

.pi2_container {
	width: 50%;
	height: 100%;
}

.pi1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 50%;
	float: left;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.pi2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 50%;
	float: left;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.blur {
	height: 11px;
	font-size: 11px;
	opacity: .5;
	line-height: 1;
	padding: 0 8px;
	position: relative;
	text-align: right;
	width: 30%;
}

.main_content {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 70%;
	align-items: center;
	justify-content: center;
}

.player_info_header {
	font-size: 46px;
}

.header2 {
	font-size: 16px;
	height: 16px;
	width: 100%; 
	text-align: center;
}

.content {
	font-size: 18px;
}

.player_img {
	position: absolute;
	left: calc(50% + var(--profile_img_width) / 1.2 / 2);
	top: calc(var(--frame_height) - var(--profile_img_height) / 1.2);
	width: calc(var(--profile_img_width) / 1.2);
	height: calc(var(--profile_img_height) / 1.2);
	background-image: url("../img/player/full/missing.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.9;
}

.profile_frame {
	position: absolute;
	left: calc(50% - var(--frame_width) / 2);
	margin-left: 20px;
	margin-right: 20px;
	width: calc(var(--frame_width) - 20px * 2);
	height: var(--frame_height);
	background-image: url("../img/banner/vietnam_banner_gradient.png");
	background-position: center;
	background-size: 100% 100%;
}

.stat_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	top: var(--frame_height);
	color: #191919;
	top: 0px;
}

.stat_container > h1 {
	font-size: 71px;
	height: 71px;
}

.record {
	display: flex;
	height: 75px;
	width: 100%;
	text-transform: uppercase;
}

.record_items_container {
	width: 33.333%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title {
	color: #abadb1;
	font-size: 12px;
}

.big_content {
	font-size: 46px;
	margin: 0;
}

.stat {
	margin-top: 30px;
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: center;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.stat_win {
	width: 30%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
	margin-right: 100px;
}

.stat_lost {
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
	height: 100%;
}

.chart {
	height: 129px;
}

.record_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 50px;
}

.even_container {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	width: 100%;
	min-height: 213px;
	color: #191919;
	top: 550px;
}

.even_container h1 {
	font-size: 71px;
	margin-bottom: 3px;
}

.even {
	display: flex;
	height: 213px;
	width: 90%;  
	border-top: 1px solid #eeeeef;
}

.even_item_container {
	width: 55%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.event_img {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.name_match {
	font-size: calc(100vw * 24 / 2200);
}

.match_info {
	height: 35%;
	width: 100%;
	text-align: center;
	position: relative;
}

.date {
	height: 30px;
	width: 100%;
	font-size: 13px;
	margin-top: 10px;
}

.match_info2 {
	height: 50%;
	display: flex;
}

.result h3 {
	font-size: 40px;
	margin: 2px;
}

.score {
	color: #fa4238;
}

.winner {
	color: #00ce7c;
}

.draw {
	color: #6b5b25;
}

.result sup {
	font-size: 50%;
	margin: 2px;
}

.time h3 {
	font-size: calc(16px * 0.75);
	color: #abadb1;
	margin: 2px;
}

.result {
	align-items: center;
	color: #585b63;
	width: 50%;
	float: left;
}

.time {
	color: #585b63;
	margin-right: 40px;
	text-align: center;
}

.clb {
	width: 25%;
	height: 20%;
	text-align: center;
	font-size: 10px;
}

.p1_img2, .p1_img {
	position: relative;
	float: left;
	z-index: 2;
	left: calc((150px / 1.6) / 3 - (256px / 1.6) / 2);
	width: calc(150px / 1.6);
	background-image: url('../img/player/head/PlayerImage.png');
	height: calc(200px / 1.6);
	
	background-size: 100% 100%;
}

.p2_img {
	position: absolute;
	float: right;
	width: calc(150px / 1.6);
	height: calc(200px / 1.6);
	background-size: 100% 100%;
	left: calc(31% - (256px / 1.6));
	background-image: url('../img/player/head/PlayerImage.png');	
}

.p2_img2 {
	position: absolute;
	width: calc(150px / 1.6);
	height: calc(200px / 1.6);
	float: right;
	background-size: 100% 100%;
	left: calc(81% + (256px / 1.6) / 4);
	background-image: url('../img/player/head/PlayerImage.png');
}

.img_p {
	height: 75%;
	width: 80%;
}

.chart {
	width: 446px; 
	height: 350px;
}

.chart_score_container {
	margin: auto;
	width: calc(100% * 0.68);
	margin-top: 15px;
}

.badge_img {
	height: calc(100%);
    width: calc(100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6%;
}

.chart_acc_score_container, .chart_accumulated_score_container {
	margin: auto;
	width: calc(100% * 0.68);
	margin-top: 15px;
	margin-bottom: 15px;
}
	
.responsive_personal_info {
	position: absolute;
	left: 0;
	height: 270px;
	width: 100%;
	bottom: -87px;
	background-color: rgba(44,48,49,.8);
	z-index: 10;
	display: none;
}

.tour_type {
	width: 16px;
}

.ls_new_row {
	width: 223px;
}

.custom_dropdown_player {
	width: 176px;
	text-align: center;
	border-radius: 5px;
	background-color: #e8e8ec;
	position: relative;
	height: 32px;
}

.custom_dropdown_player::before {
	content: '';
	position: absolute;
	right: 10px;
	top: calc(50% - 15px / 2);
	width: 15px;
	height: 15px;
	background-image: url('../img/icon/down_arrow.png');
	background-size: cover;
}

.on_dropdown::before {
	transform: rotate(180deg);
}

.item_selected {
	width: 100%;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.dropdown_item_container {
	width: 191px;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	position: absolute;
	top: 33px;
	z-index: 2;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	left: -1px;
	padding-bottom: 1px;
	flex-direction: column;
}

.on_dropdown {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.on_dropdown .dropdown_item_container {
	display: flex;
}

.dropdown_item {
	width: 100%;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	background-color: #fff;
	cursor: pointer;
}

.dropdown_item:hover {
	  background-color: #dfdfe4;
}

@media screen and (max-width: 1100px) {
	.p2_img {
	}
	
	.chart_score_container, .chart_acc_score_container, .chart_accumulated_score_container {
		width: 100vw !important;
		margin-left: 0;
		
	}
	
	#chart_div {
		width: 100vw !important;
		margin: 0 !important;
	}
}

@media screen and (max-width: 1000px) {
	.blur {
		text-align: center;
		width: 25%;
	}
	
	.name_match {
		font-size: calc(100vw * 24 / 1500);
	}
	
	.clb {
		display: none;
	}
	
	.img_p {
		height: 81%;
		width: 100%;
	}
	
	.p1_img2, .p1_img {
		width: calc(150px / 2);
		background-image: url('../img/player/head/PlayerImage.png');
		height: calc(200px / 2);
		background-size: 100% 100%;
	}
	
	.p2_img {
		width: calc(150px / 2);
		height: calc(200px / 2);
		left: calc(31% - (150px / 1.6) + (150px / 2) / 4);
	}

	.p2_img2 {
		width: calc(150px / 2);
		height: calc(200px / 2);
		left: calc(81% + (150px / 1.6) / 5);
	}

	.even_container h1 {
		font-size: calc(100vw * 71 / 700) !important;
		height: calc(100vw * 71 / 700 + 5px) !important;
	}
	
	.even {
		width: 100%;
	}
	
	.chart {
		width: 360px;
		height: 360px;
	}
	
	.stat_win {
		width: 48%;
		margin-right: 2%;
	}
	
	.stat_lost {
		width: 49%;
	}
	
	.stat_container > h1 {
		 font-size: calc(100vw * 71 / 700);
		 height: calc(100vw * 71 / 700 + 5px);
	}
	
	.first_name {
		 font-size: calc(100vw * 32 / 700) !important;
		 height: calc(100vw * 32 / 700 + 5px) !important;
	}
	
	.last_name {
		 font-size: calc(100vw * 71 / 900) !important;
		 height: calc(100vw * 71 / 700 + 5px) !important;
	}
	
	.player_info_header {
		font-size: calc(100vw * 46 / 1000) !important;
		height: calc(100vw * 46 / 1000) !important;
	}
	
	.content {
		font-size: calc(100vw * 18 / 1000) !important;
		height: calc(100vw * 18 / 1000) !important;
	}
	
	.header2 {
		font-size: 12.5px;
		height: 16px;
		width: 100%; 
		text-align: right;
	}
	
	.profile_frame {
		width: 100%;
		left: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.player_img {
		left: 50%;
	}
	
}

@media screen and (max-width: 1000px) and (orientation : landscape) {
	.audio {
		top: calc((100% - 30% - 100% / 3) / 2 + 70px);
	}
	
	.name_match {
		font-size: calc(100vw * 24 / 1500);
	}
	
	.player_info_header {
		font-size: calc(100vw * 46 / 1300) !important;
		height: calc(100vw * 46 / 1300) !important;
	}
	
	.content {
		font-size: calc(100vw * 18 / 1300) !important;
		height: calc(100vw * 18 / 1300) !important;
	}
	
	.stats_bgr {
		width: 140px;
		height: 224px;
	}
}

@media screen and (max-width: 850px) {
	.blur {
		text-align: center;
		width: 25%;
	}
	.player_info_header {
	  font-size: 40px;
	}
	
	.header2 {
		font-size: 12.5px;
		height: 16px;
		width: 100%; 
		text-align: right;
	}
	
}

@media screen and (max-width: 800px) {
	.personal_info {
		display: block;
	}
	
	.hide {
		display: none;
	}
	
	.clb {
		width: 35%;
	}
	
	.img_p {
		height: 65%;
		width: 100%;
	}
	
	.p2_img2 {
	}

	.pi1_container {
		width: 100%;
		height: 50%;
		border: 1px solid rgba(13, 12, 12, 0.31);
	}
	
	.pi2_container {
		width: 100%;
		height: 50%;
		border: 1px solid rgba(13, 12, 12, 0.31);
	}
	
	.pi1 {
		width: 50%;
		height: 50%;
		float: left;
		border: 1px solid rgba(13, 12, 12, 0.31);
	}
	
	.pi2 {
		width: 100%;
		height: calc(100% / 3);
		float: left;
		border: 1px solid rgba(13, 12, 12, 0.31);
	}
	
	.player_info_header {
		height: 77%;
	}
}

@media screen and (max-width: 724px) {
	.p1_img2, .p1_img {
		left:10px;
	}
	
	.name_match {
		font-size: calc(100vw * 24 / 1300);
	}
	
	.p2_img2 {
		left: calc(81% + (256px / 1.6) / 10 - 5px);
	}
	
	.stat_lost {
	  width: 49%;
	  display: none;
	}
}

@media screen and (max-width: 568px) {
	.result {
	  /*margin-right: 70px;
	  margin-left: 20px;*/
	}
	
	.personal_info {
		display: none;
	}
	
	.responsive_personal_info {
		display: flex;
		background-color: #201c24;
	}
	
	.stat_container_flex {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 58%;
	}
	
	.row_stat {
		height: calc((100% - 20px) / 7);
		width: 100%;
		display: flex;
		font-family: "roboto-light";
		font-size: 13px;
		text-transform: uppercase;
	}
	
	.stat_th {
		display: flex;
		align-items: center;
		width: 30%;
		border-bottom: 1px solid #f1f1f1;
		font-size: 10px;
	}
	
	.main_stat {
		display: flex;
		align-items: center;
		justify-content: right;
		width: 70%;
		margin-right: 10px;
		border-bottom: 1px solid #f1f1f1;
	}
	
	.open_form_container {
		margin-top: calc(var(--frame_height) + 20px + 80px);
	}
	
	.stats_bgr {
		display: none;
	}

	.responsive_personal_info .stats_bgr {
		display: block;
		width: 140px; 
		height: 224px;
		background-size: 100% 100%; 
		margin-top: 22px; 
		margin-left: 8px;
		position: relative;
		top: 0;
		right: 0;
	}
	
	.stat_content_container {
		position: relative; 
		top: 12%;
	}
		
}

@media screen and (max-width: 428px) {
	.profile_frame {
		background-image: url("../img/banner/vietnam_banner_gradient_vertical.png");
		width: 100%;
		left: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.result {
		/*margin-right: 50px;
		margin-left: 30px;*/
	}
	
	.name_match {
		font-size: calc(100vw * 24 / 800);
	}
	
	.player_img {
		width: calc(var(--profile_img_width) / 2);
		height: calc(var(--profile_img_height) / 2);
		left: 49%;
		top: calc(var(--frame_height) - var(--profile_img_height) / 2 - 100% / 3);
	}
	
	.p1_img2, .p1_img {
		width: calc(150px / 3);
		height: calc(200px / 3);
		left: -5px;
	}
	
	.p2_img {
		width: calc(150px / 3);
		height: calc(200px / 3);
		left: 40px;
	}
	
	.p2_img2 {
		width: calc(150px / 3);
		height: calc(200px / 3);
		left: calc(81% + (150px / 1.6) / 10 + 2px);
	}
	
	.ls_new_row {
		width: 50%;
		height: 35px;
		max-height: 35px;
		min-height: 35px;
	}
	
	.ls_new_row select {
		max-height: 35px;
		min-height: 35px;
		height: 35px;
	}
	
	.dropbtn {
		max-height: 35px;
		min-height: 35px;
		height: 35px;
	}
}

@media screen and (max-width: 330px) {
	.profile_frame {
		width: 100%;
		left: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.blur {
		text-align: left;
	}
	.player_info_header {
	  font-size: 35px;
	}
	
	.content {
	  font-size: 16px;
	}
	
	.player_img {
		width: calc(var(--profile_img_width) / 2.3);
		height: calc(var(--profile_img_height) / 2.3);
		left: 50%;
		top: calc(var(--frame_height) - var(--profile_img_height) / 2.3 - 100% / 3);
	}
}

@media screen and (max-width: 428px) {	
	.stat_container > h1 {
	    font-size: 30px;
	}
}

@media screen and (max-width: 331px) {
	.blur {
		text-align: center;
		width: 25%;
	}
	
	.first_name {
		 font-size: calc(100vw * 32 / 600) !important;
		 height: calc(100vw * 32 / 600 + 5px) !important;
	}
	
	.last_name {
		 font-size: calc(100vw * 71 / 600) !important;
		 height: calc(100vw * 71 / 600 + 5px) !important;
	}
	
	.player_info_header {
		font-size: calc(100vw * 46 / 600) !important;
		height: calc(100vw * 46 / 600) !important;
	}
	
	.content {
		font-size: calc(100vw * 18 / 600) !important;
		height: calc(100vw * 18 / 600) !important;
	}
	
	.header2 {
		font-size: 12.5px;
		height: 16px;
		width: 100%; 
		text-align: right;
	}
	
	.profile_frame {
		width: 100%;
		left: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.p1_img2 {
		left: -30px;
	}
	
	.p2_img2 {
		left: calc(81% + (256px / 1.6) / 10 - 15px);
	}
	
	.player_img {
		left: 50%;
	}
}