* {
	scrollbar-width: none;
}

body {
	color: #fff;
	background-color: #0b0b0b;
}

.h2h_container {
	border: 1px solid #000;
	min-height: 500px;
	width: 80%;
	margin: auto;
}

.h2h_name {
	width: 100%;
	border: 1px solid #000;
	height: 50px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 15px;
}

.h2h_search {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	position: relative;
}

.h2h_player_container {
	width: 100%;
	height: 325px;
	border: 1px solid #000;
}

.h2h_player_info_container {
	min-height: 280px;
	width: 100%;
	border: 1px solid;
	display: table;
}

.h2h_row {
	display: table-row;
}

.h2h_row .h2h_row {
	font-size: 15px;
}

.h2h_td {
	display: table-cell;
	border: 1px solid #f5f5f5;
	text-align: center;
	vertical-align: middle;
	width: calc(100% / 3);
}

.h2h_player {
	height: 100%;
	width: 300px;
	display: flex;
	flex-direction: column;
	float: left;
	align-items: center;
}

.ratio_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.win_ratio_container {
	width: calc(100% - 300px * 2);
	height: 260px;
	float: left;
	display: flex;
}

.chart {
	height: 260px;
	width: 340px;
}

.stat_lost {
	width: unset;
}

.win_ratio {
	width: 125px;
	display: flex;
	align-items: center;
	font-size: 70px;
	height: 70px;
	justify-content: center;
}

.ratio_per {
	text-align: center;
}

.ls_new_row {
	display: flex;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #e9e9ed;
	border: 1px solid rgba(0,0,0,0.1);
	width: calc(50% - 40px / 2);
	margin-top: 5px;
	max-height: 50px;
	position: relative;
	border-radius: 5px;
}

.tour {
	margin-left: -1px;
}

.ls_new_row input, .ls_new_row select {
	width: calc(100% - 30px - 10px);
	text-align: center;
	border-radius: 5px;
	border: none;
}

.ls_new_row select {
	min-height: 30px;
}

.container {
	margin: auto;
	width: 60%;
}

.schedule {
	height: 30px;
}

.schedule:hover {
	background-color: #cac8c8;
}

.button {
	margin-top: 17px;
	font-size: 14px;
	font-weight: 700;
	padding-top: 7px;
	padding-bottom: 10px;
	background-color: #28a745;
	border: 1px solid #28a745;
	color: #fff;
	border-radius: .3rem;
}

.button:hover {
	opacity: 0.9;
}

.label {
	color: #fdfdfd;
	margin-top: 10px;
}		

.err {
	font-size: 11px;
	color: red;
	height: 10px;
	margin-top: 10px;
}

.dropbtn {
    background-image: url(../../img/icon/search-30.png);
    background-size: 20px 20px;
	background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    color: white;
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	top: calc(50% - 25px / 2);
}
      
.dropdown:hover, .dropbtn:focus {
    background-color: #cac8c8;
}

#myInput {
  box-sizing: border-box;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
	position: absolute;
	right: 1px;
	display: inline-block;
	background-color: #fff;
	height: 100%;  
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 5;
	top: 32px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
   
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content input {
	border: 0px solid;
	width: 96%;
	margin-left: 2%;
	margin-top: 6px;
}	
      
.dropdown a:hover {
	background-color: #ddd;
}

.vs {
	background-image: url("../../img/icon/blue_circle_btn.png");
	background-size: cover;
	border-radius: 100%;
	color: #00ff96;
	display: inline-block;
	font-family: "roboto_bold";
	font-size: 15px;
	height: 35px;
	width: 35px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	margin-top: 4px;
}

.vs:hover {
	opacity: 0.9;
}

.head_img {
	 width: 200px;
	 height: 260px;
	 /*border: 0.5px solid #f5f5f5;*/
}

.even_container {
	top: 0 !important;
	color: #fff;
}

#responsive_chart {
	display: none;
}

#piechart_3d2 {
	display: none;
}

.sbsP1Img, .sbsP2Img {
	position: absolute;
	border: unset;
	opacity: 0.9;
}

.sbsP1Img {
	left: 160px;
}

.sbsP2Img {
	left: 250px;
}

.custom_dropdown_player {
  width: calc(100% - 30px);
  color: #000;
}

.dropdown_item_container {
  width: 100%;
}
@media screen and (max-width: 1112px)
and (orientation: landscape) {
    .h2h_player_container {
      height: 521px;
    }
        
    .stat_lost {
        margin-top: 260px;
        margin-left: -300px;
        position: relative;
        left: 127px;
    }
}
@media screen and (max-width: 926px)
and (orientation: landscape) {
    	.h2h_player_container {
          height: 170px;
        }
        
        .stat_lost {
            margin-top: 0 !important;
        }
}

@media screen and (max-width: 926px) {
	.h2h_container {
		width: calc(100% - 15px * 2);
	}
	
	.h2h_player {
		width: 200px;
	}
	
	.win_ratio_container {
		width: calc(100% - 205px * 2);
	}
	
	.ratio_container {
		width: 50%;
	}
	
	.win_ratio {
		width: 100%;
		font-size: calc(100vw * 70 / 800);
	}
	
	.ratio_per {
		font-size: calc(100vw * 16 / 800);
	}
	
	.stat_lost {
		display: none;
	}
	
	.head_img {
		width: 200px;
		height: 260px;
	}
	
	.stat_container {
		display: unset;
		margin-bottom: 15px;
		margin-top: 15px;
		top: 0;
	}
	
	.h2h_player_container {
		height: 260px;
	}	
	
	#piechart_3d2 {
		display: flex;
		margin: auto;
	}
	
	#p2Dropdown {
		right: 0;
	}
	
	.sbsP1Img, .sbsP2Img {
		width: 170px;
		height: calc(170px * 4 / 3);
	}
	
	.sbsP1Img {
		left: 10px;
	}
	
	.sbsP2Img {
		left: 90px;
	}
}

@media screen and (max-width: 428px) {
	.dropbtn {
		max-height: 42px;
		min-height: 42px;
		margin-top: 1.5px;
	}
	
	.ls_new_row {
		max-height: 45px;
		min-height: 45px;
	}
	
	.container {
		width: 80%;
	}
	
	.ls_new_row select {
	  max-height: 45px;
	  min-height: 45px;
	}
	
	.schedule {
		height: 35px;
	}
	
	.button {
		padding-bottom: 25px;
              padding-top: 10px;
              height: 37px;
	}
	
	.dropdown-content {
		width: 100%;
		right: 0;
		top: 39px;
	}	
	
	.h2h_player_container {
		height: 150px;
	}
	
	.head_img {
		height: 150px;
		width: 112px;
		border: none;
	}
	
	.h2h_player {
		width: 117px;
	}
	
	.win_ratio_container {
		width: calc(100% - 117px * 2);
		height: 100%;
		margin-top: -36px;
	}
	
	#p1Dropdown {  
		left: -18px;
	}
	
	.h2h_row .txt_info {
		font-size: 13px;
	}
	
	.sbsP1Img, .sbsP2Img {
		width: 93px;
		height: calc(93px * 4 / 3);
	}
	
	.sbsP1Img {
		left: 10px;
	}
	
	.sbsP2Img {
		left: 60px;
	}

	.custom_dropdown_player {
		font-size: 11px;
	}
	
	.item_selected {
		height: 42px;
		font-size: 11px;
	}
	
	.dropdown_item_container {
		top: 44px;
	}
	
	.dropdown_item {
		height: 42px;
		font-size: 11px;
	}
}