.steam_top { padding:1rem 1.25rem; }
.steam_top .card-header { padding:13px 10px; }
.steam_top .card-header h4 {

}
.steam_top .card-header .comment_table {
	font-size:11px;
	color:#a4a4a4;
	text-transform:capitalize;
	display:flex;
	align-items:center;
	padding-left:10px;
	width:100%;
	justify-content:flex-end;
}
.steam_top .card-header .comment_table .release_date { width:77px; }
.steam_top .card-header .comment_table .owners {

}
.steam_top .card-header .checkbox_change_box {

}
.steam_top .card-footer { display:none; }
.steam_page_header {

}
.steam_page_header h2 {

}
.list_game_table { color:#0b2e13; }
.list_game_table tr { border-bottom:1px solid #d8d7d7; }
.list_game_table tr td { padding:14px 0px; }
.list_game_table .poster { width:100px; }
.list_game_table h3 {
	font-size:15px;
	padding:0px;
	margin:0 10px;
	height:18px;
}
.list_game_table p {
	margin:0 10px;
	padding:0px;
	font-size:14px;
	height:23px;
}
.list_game_table p .publisher {
	color:#a9a9a9;
	font-size:11px;
	width:130px;
	display:inline-block;
}
.list_game_table p .platform_icon {
	width:125px;
	display:inline-block;
}
.list_game_table p .release_date {
	width:125px;
	display:inline-block;
}
.list_game_table p .price, .list_game_table p .revenue {
	font-size:20px;
	font-weight:bold;
}
.filters_list_steam {

}
.filters_list_steam label {
	text-transform:uppercase;
	color:#bfbfbf;
	font-size:12px;
	margin:0px;
	display:block;
}
.filters_list_steam .rs-select2--dark { width:100%; }
#steam_table_free, #steam_table_paid {

}
#steam_table_free .app_list_new, #steam_table_paid .app_list_new { position:relative; }
#steam_table_free .app_list_new .app_admin_info, #steam_table_paid .app_list_new .app_admin_info {
	position:absolute;
	bottom:0px;
	left:0;
}
#steam_table_free .app_list_new .app_admin_info ul, #steam_table_paid .app_list_new .app_admin_info ul {
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
#steam_table_free .app_list_new .app_admin_info ul li, #steam_table_paid .app_list_new .app_admin_info ul li {
	margin:0;
	padding:0;
	font-size:10px;
	line-height:12px;
	margin-right:10px;
}
#steam_table_free .app_list_new .app_admin_info ul li label, #steam_table_paid .app_list_new .app_admin_info ul li label { margin:0; }
#steam_table_free .app_list_new .app_admin_info ul li strong, #steam_table_paid .app_list_new .app_admin_info ul li strong {

}
#steam_table_free .app_list_new .top_block, #steam_table_paid .app_list_new .top_block { align-items:flex-start; }
#steam_table_free .app_list_new .details_block, #steam_table_paid .app_list_new .details_block { align-items:end; }
#load_pack_steam { display:none; }
.loader_box {
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
.loader_box .circle_loader {
	position:relative;
	width:40px;
	height:41px;
}
.loader_box .circle_loader img {
	position:absolute;
	top:0%;
	left:0%;
	width:40px;
	height:41px;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
}
.loader_box .loader_box_text {
	color:#bfbfbf;
	font-size:11px;
	margin-top:10px;
}
.loader_box.hidden { display:none; }
.full_data {
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
	background:#e5ba21;
	font-weight:800;
	line-height:10px;
	padding:4px 4px 3px 4px;
	border-radius:4px;
	margin-left:auto;
}
.steam_page_rows {

}
.steam_page_rows .steam_top {

}
.steam_page_rows .steam_top .card-header {
	align-items:center;
	justify-content:space-between;
	padding-top:0;
}
.steam_page_rows .steam_top .card-header h4 { width:auto; }
.steam_page_rows .steam_top .card-header .comment_table {
	width:auto;
	justify-content:flex-end;
	align-items:flex-end;
	height:30px;
}
.steam_page_rows .steam_top .card-header .card-header-changer {
	width:auto;
	justify-content:flex-end;
	align-items:flex-end;
}
@media (max-width: 1279px) {
	#steam_table_free, #steam_table_paid {

	}
	#steam_table_free .app_list_new, #steam_table_paid .app_list_new {

	}
	#steam_table_free .app_list_new .top_block, #steam_table_paid .app_list_new .top_block { align-items:center; }
	#steam_table_free .app_list_new .details_block, #steam_table_paid .app_list_new .details_block { align-items:flex-start; }
	.steam_top {

	}
	.steam_top .card-header {

	}
	.steam_top .card-header .comment_table {
		width:100%;
		justify-content:flex-end;
	}
	.steam_card {

	}
	.steam_card .card-header {

	}
	.steam_card .card-header .card-header-changer {
		display:flex;
		width:100%;
		justify-content:space-between;
	}
}
@media (max-width: 991px) {
	.steam_top {

	}
	.steam_top .card-header {

	}
	.steam_top .card-header .comment_table { width:29%; }
	.steam_card {

	}
	.steam_card .card-header {

	}
	.steam_card .card-header .card-header-changer {
		display:block;
		width:auto;
	}
}
@media (max-width: 767px) {
	.steam_page_header { margin-top:10px; }
	.steam_page_header h2.title-1 {
		font-size:21px;
		width:100%;
		padding-top:50px;
	}
	.steam_page_header .search_all_box {
		width:calc(100% - 30px);
		right:15px;
	}
	.hr_white_steam { margin:10px 0px !important; }
	.filters_list_steam {

	}
	.filters_list_steam .row {

	}
	.filters_list_steam .row .col-md-2 { width:33%; }
	.filters_list_steam .row .col-md-6 {

	}
	.filters_list_steam .row .col-md-6 label { display:none; }
	.steam_top {

	}
	.steam_top .card-header {

	}
	.steam_top .card-header .comment_table { width:100%; }
	.steam_top .card-footer {
		display:block;
		background:none;
		border:none;
		text-align:center;
	}
	.steam_page_rows {
		flex-direction:column-reverse;
		margin-top:5px;
	}
	.load_more_steam_box { display:none; }
}
.steam_card {
	border-radius:5px;
	background-color:#fff;
	box-shadow:0px 1px 10px 0px #0000000a;
	border:none;
	margin-bottom:15px;
}
.steam_card .card-header {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	background:#fff;
	border-bottom:1px solid #f5f5f5;
	flex-wrap:wrap;
}
.steam_card .card-header .card-header_box1 {
	width:100%;
	display:flex;
}
.steam_card .card-header .steam_icon { margin-right:20px; }
.steam_card .card-header h4 {
	width:100%;
	color:#333333;
	font-size:20px;
	margin-left:10px;
	line-height:20px;
}
.steam_card .card-header h4 small {
	display:block;
	margin-top:3px;
	font-size:14px;
	font-weight:normal;
}
.steam_card .card-header .card-header-changer {
	text-align:center;
	width:100%;
	display:flex;
	flex-direction:column;
}
.steam_card .card-header .card-header-changer p {
	font-size:11px;
	color:#a4a4a4;
	display:flex;
	justify-content:end;
	align-items:center;
	line-height:13px;
	width:100%;
}
.steam_card .card-header .card-header-changer p i { margin-left:5px; }
.steam_card .card-header .card-header-changer .rigth {
	width:100%;
	justify-content:flex-end;
}
.steam_card .card-header .checkbox_change_box {
	display:flex;
	align-items:center;
	font-size:11px;
	color:#a4a4a4;
	width:100%;
	justify-content:end;
}
.steam_card .card-header .checkbox_change_box p {
	width:100%;
	text-align:center;
}
.steam_card .card-header .checkbox_change_box p .fa {

}
.steam_card .card-header .checkbox_change_box span {

}
.steam_card .card-header .checkbox_change_box span.active { color:#333333; }
.steam_card .buttons_home_all {
	text-align:center;
	margin:16px 0px;
}
.steam_card .buttons_home_all a {
	background:#6099c1;
	font-size:13px;
	font-weight:bold;
	color:#feffff;
	text-transform:uppercase;
	padding:7px 25px;
	border:none;
}
.steam_card .buttons_home_all a:hover { background:#6caddb; }
.steam_card .card-body { padding:0px; }
.steam_card .list_game_table {

}
.steam_card .list_game_table tr { border-bottom:1px solid #f5f5f5; }
.steam_card .list_game_table tr td { padding:12px 0px; }
.steam_card .list_game_table tr td:first-child {
	vertical-align:baseline;
	color:#c3c3c3;
	position:relative;
	width:40px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
.steam_card .list_game_table tr td:first-child .tomorow {
	position:absolute;
	bottom:14px;
	left:-20px;
	font-size:12px;
	background:#47a40d;
	color:#fff;
	padding:0px 6px;
	border-radius:5px;
	font-weight:600;
}
.steam_card .list_game_table tr td:first-child .today {
	position:absolute;
	bottom:14px;
	left:-20px;
	font-size:12px;
	background:#53cf06;
	color:#fff;
	padding:0px 6px;
	border-radius:5px;
	font-weight:600;
}
.steam_card .list_game_table tr td:first-child .is_new {
	position:absolute;
	left:-20px;
	font-size:12px;
	background:#cf9106;
	color:#fff;
	padding:0px 6px;
	border-radius:5px;
	font-weight:600;
	display:none;
}
.steam_card .list_game_table tr td:first-child .early_access {
	position:absolute;
	bottom:14px;
	left:-20px;
	font-size:12px;
	background:#2396cf;
	color:#fff;
	padding:0px 6px;
	border-radius:5px;
	font-weight:600;
}
.steam_card .list_game_table tr td:nth-child(2) { width:auto; }
.steam_card .list_game_table tr td .poster {
	width:68px;
	min-width:68px;
}
.steam_card .list_game_table tr td .up_block {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	padding-left:5px;
	padding-right:8px;
}
.steam_card .list_game_table tr td .up_block h3 {
	margin:0px;
	height:auto;
	font-size:13px;
	font-weight:normal;
	line-height:13px;
}
.steam_card .list_game_table tr td .up_block h3 a {
	color:#333333;
	max-width:108px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.steam_card .list_game_table tr td .steam_reyt {
	height:13px;
	font-size:0px;
}
.steam_card .list_game_table tr td .release_date {
	font-size:14px;
	color:#c0c0c0;
	text-align:center;
}
.steam_card .list_game_table tr td .release_date {
	font-size:11px;
	color:#777777;
	display:block;
	text-align:center;
	line-height:14px;
	margin-bottom:3px;
}
.steam_card .list_game_table tr td .release_date_lost {
	display:block;
	text-align:center;
	font-size:12px;
	color:#c0c0c0;
	line-height:12px;
}
.steam_card .list_game_table tr td .release_date_lost.green { color:#2dcd00; }
.steam_card .list_game_table tr td .price_grey {
	display:block;
	text-align:right;
	color:#bfbfbf;
	font-weight:500;
	font-size:11px;
	padding-right:10px;
	line-height:11px;
	margin-bottom:3px;
}
.steam_card .list_game_table tr td .price {
	display:block;
	text-align:right;
	font-weight:600;
	color:#333333;
	padding-right:10px;
	font-size:14px;
	line-height:14px;
}
.steam_card .list_game_table tr td .down_block {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	padding-left:5px;
	padding-right:8px;
}
.steam_card .list_game_table tr td .down_block .publisher { font-size:11px; }
.steam_card .list_game_table tr td .down_block .publisher a { color:#a9a9a9; }
.steam_card .list_game_table tr td .down_block .platform_icon {
	text-align:right;
	font-size:0px;
	width:50px;
}
.steam_card .list_game_table tr td .down_block .platform_icon img { margin-left:2px; }
