@font-face {
	font-family: "Uniform";
	font-style: normal;
	font-weight: 400;
	src: url("../libs/fonts/Uniform.ttf");
}

@font-face {
	font-family: "Uniform";
	font-style: normal;
	font-weight: 500;
	src: url("../libs/fonts/Uniform Medium.ttf");
}

@font-face {
	font-family: "Uniform";
	font-style: normal;
	font-weight: 600;
	src: url("../libs/fonts/Uniform Bold.ttf");
}

html,
body {
	font-family: "Uniform", Sans-serif;
	font-weight: 400;
	color: #1e1c24;
	background: #fff;
}
.lg_view {
	display: flex;
	font-size: 12px;
	font-weight: 500;
	background: #eee;
	margin: 8px;
	border-radius: 20px;
	padding: 1px;
	border: 1px solid #dee2e6;
}
.lg_view > div {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.3s;
}
.lg_view > div.sel {
	opacity: 1;
	background: #fff;
	border-radius: 20px;
	box-shadow: rgba(0,0,0,0.1) 0px 0px 12px 0px;
}
.lg_view > div > i {
	margin-right: 3px;
	font-size: 14px;
}
.cursorp {
	cursor: pointer;
}
.close_view {
	position: absolute;
    right: 8px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 1;
    background: #f5f5f5;
    z-index: 5;
    font-weight: 700;
    display: none;
}
.close_view:hover {
	opacity: 1;
	background: #eee;
}
.a_logout {
	position: absolute;
    padding: 10px 15px;
    right: 0px;
    top: 10px;
    opacity: 0.8;
}
.a_logout:hover,
.a_logout:active {
	opacity: 1;
}
.top_menu {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 5;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid var(--primary-color);
	border-bottom: 3px solid transparent;
	height: 61px;
}
.top_menu img {
	height: 38px;
	width: auto;
}
.wrapper {
	max-width: 1040px;
	margin: auto;
}

.vehicle_back,
.vehicle_home {
	position: absolute;
	left: 8px;
	top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.7;
	background: #eee;
	z-index: 5;
}
.vehicle_back:hover,
.vehicle_home:hover {
	opacity: 1;
}
.vehicle_home {
	left: auto;
	right: 8px;
    font-size: 20px;
}
.footer {
	background: #e3e6eb;
	margin-top: 40px;
}

.footerb {
	background: #f0f0f0;
}

.footer .wrapper {
	padding: 70px 0px;
}

.footerb .wrapper {
	padding: 40px 0px;
}

.font_bold {
	font-weight: 600;
}

.font_medium {
	font-weight: 500;
}

body .div_container {
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}
.wrap_container {

}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 6px;
}

h1.h1_title {
	margin-top: 0;
	font-size: 24px;
}

h1 {
	font-weight: 600;
	font-size: 34px;
	line-height: 44px;
	margin: 24px 0px;
	margin-top: 32px;
}

.section {
	padding: 20px 0px;
}

.fright {
	float: right;
}

.flex {
	display: flex;
}

.flex_acenter {
	align-items: center;
}

.flex_jcenter {
	justify-content: center;
}

.flex_jspace {
	justify-content: space-between;
}

.flex_wrap {
	flex-wrap: wrap;
}
.flex_end {
	justify-content: flex-end;
}

.clrblue {
	color: #008ffa;
}

.clrgray {
	color: #76767f;
}

.clrgray1 {
	color: #a2a2a2;
}

.fsize12 {
	font-size: 12px;
}

.fsize16 {
	font-size: 16px;
}

.fsize18 {
	font-size: 18px;
}
.fsize20 {
	font-size: 20px;
}
.fsize22 {
	font-size: 22px;
}
.fsize32 {
	font-size: 32px;
}

.m10 {
	margin: 10px;
}

.p10 {
	padding: 10px;
}

.mra {
	margin-right: auto;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.pt10 {
	padding-top: 10px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.nav {
	padding: 5px 20px;
	background: #fff;
	color: #555;
	box-shadow: 0 0px 10px 0px rgb(0 0 0 / 10%);
	cursor: pointer;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.nav_cont {
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav2 {
	background: #3f8afb;
	color: #fff;
	padding: 8px 20px;
}

.nav2 h2 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav2 .bt,
.nav2 .d_input {
	margin-top: 0;
	color: #333;
}

a.nav_item,
a.nav_item:visited,
a.nav_item:focus {
	color: #696a79;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	margin-left: 20px;
	display: flex;
	align-items: center;
}

a.nav_item i {
	margin-left: 7px;
}

a.nav_item:hover {
	color: #424242;
	text-decoration: none;
}

a.nav_item.sel {
	color: #FF9318;
}

.sub_menu {
	position: absolute;
	top: 46px;
	right: 0px;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	width: 260px;
	padding: 0px 18px;
	display: none;
}

.sub_menu.show {
	display: block;
}

a.sub_item {
	font-size: 14px;
	line-height: 20px;
	color: #0F233A;
	display: flex;
	padding: 16px 0px;
}

a.sub_item:hover {
	color: #5A70CF;
}

a.sub_item img {
	margin-right: 18px;
}

a.sub_item i {
	margin-left: auto;
	font-size: 18px;
}

.sub_item_border {
	border-bottom: 1px solid #f1f5f9;
}

.top_logo {
	height: 40px;
	width: auto;
	margin-right: 10px;
}

.nav_left span {
	color: #EC6408;
	font-weight: 900;
	font-size: 40px;
}

.nav_left {
	text-align: left;
	display: flex;
	align-items: center;
}

.nav_menu {
	margin-right: auto;
	display: flex;
}

.nav_right {
	text-align: right;
	display: flex;
	position: relative;
}

.nav_top_item {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #dbdddf;
	background: #e8e9eb;
	margin-left: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}

.nav_lang {
	padding: 11px;
}

.nav_lang .nav_sub_item img {
	width: 18px;
}

.nav_top_item>img {
	border-radius: 40px;
}

.nav_top_item:not(.nav_noti):hover .nav_sub_menu,
.nav_top_item.sel .nav_sub_menu {
	display: block;
}

.nav_sub_menu {
	position: absolute;
	top: 99%;
	width: 140px;
	right: 0px;
	display: none;
	padding-top: 10px;
}

.nav_sub_wrap {
	background: #fff;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
	overflow: hidden;
}

.nav_sub_item {
	padding: 10px 12px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}

.nav_sub_item:hover {
	background: #f5f5f5;
}

.nav_sub_item:last-child {
	border: 0;
}

.nav_noti_item {
	display: block;
	font-weight: 500;
	text-align: left;
	justify-content: flex-start;
}

.nav_noti_item img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.nav_badge {
	position: absolute;
	right: -2px;
	bottom: -2px;
	background: #f55d5d;
	line-height: 12px;
	color: #fff;
	padding: 2px 4px;
	min-width: 16px;
	text-align: center;
	font-weight: 600;
	border-radius: 20px;
	font-size: 12px;
}

.nav_sub_item i {
	width: 20px;
	margin-right: 10px;
}

.nav_noti_item i {
	width: auto;
	margin-right: 8px;
	margin-top: 2px;
}

.d_input {
	margin-top: 24px;
	position: relative;
}

.d_input .f_input {
	border-radius: 8px;
	border: 1px solid #ccc;
	padding: 12px 16px;
	outline: none;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: none;
	height: auto;
	max-height: 46px;
}

.d_input img.eye {
	position: absolute;
	height: 15px;
	right: 4.92%;
	top: 18px;
	cursor: pointer;
}

.d_input .f_input.i_error {
	border-color: #f00;
}

.d_input label {
	font-weight: 500;
	font-size: 14px;
	display: flex;
	align-items: center;
	color: #888;
}

.d_input label .icon_img {
	width: 28px;
	height: 28px;
}

.d_input_box {
	position: relative;
}

.d_input_box select.f_input {
	position: absolute;
	width: 100%;
	top: 24px;
	z-index: -1;
}

.d_input.one_row {
	display: flex;
	align-items: center;
}

.d_input.one_row label {
	margin-bottom: 0;
	margin-right: 5px;
}

.d_input select.f_input {
	padding-left: 11px;
}

.d_nav_search,
.d_search {
	margin-top: 0px;
	margin-left: 20px;
	position: relative;
}

.d_nav_search span {
	position: absolute;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0px;
	top: 6px;
	display: none;
}

.d_nav_search i,
.d_search i {
	position: absolute;
	left: 12px;
	top: 12px;
}

.d_nav_search input.f_input,
.d_search input.f_input,
.g_input {
	background: #e8e9eb;
	padding: 10px 16px;
	border: 0px;
	border-radius: 8px;
	padding-left: 34px;
}

.g_input {
	min-width: 80px;
	outline: none !IMPORTANT;
	box-shadow: none !important;
	padding-left: 16px;
}

.d_datepicker {
	position: relative;
}

.d_datepicker .f_input {
	padding-right: 40px;
}

.d_datepicker i.fa-calendar {
	position: absolute;
	right: 12px;
	bottom: 14px;
	font-size: 18px;
	color: #ccc;
}

.hlist {
	white-space: nowrap;
	overflow-x: auto;
	padding: 0px 8px;
}

.bt {
	background: linear-gradient(180deg, #859DFF 0%, #4058C4 84.9%, #4760D0 100%);
	background: #008ffa;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	line-height: 20px;
	cursor: pointer;
	margin-top: 16px;
	min-width: 120px;
	user-select: none;
	max-height: 40px;
	font-weight: 500;
}

a.bt:hover {
	color: #fff;
}

.bt img {
	height: 20px;
	width: auto;
	margin-right: 10px;
}

.bt:hover {
	opacity: 0.9;
}

.bt.bt_orage {
	background: #ff8b1f;
}

.bt.bt_white {
	background: #fff;
	color: #888;
	border: 1px solid #aaa;
}

.bt.bt_white:hover {
	background: #f5f5f5;
}

.bt.bt_gray {
	background: #f5f5f5;
	color: #5A70CF;
}

.bt.bt_gray:hover {
	background: #eee;
}

.bt.bt_noborder {
	background: #fff;
	border-color: transparent;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bt.bt_noborder:hover {
	background: #efefef;
}

.bt.bt_noborder input {
	margin-right: 10px;
	margin-top: 0px;
}

.bt_go_login,
.bt_go_signup,
.bt_go_forgot {
	cursor: pointer;
}

.div_loading {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(37, 37, 37, 0.269);
	z-index: 999;
	opacity: 0.6;
	display: none;
}

.div_loading img {
	width: auto;
	height: 120px;
}

.loading_title {
	text-align: center;
	font-weight: bold;
	padding: 0px;
}

.error,
.error1 {
	padding-top: 16px;
	text-align: center;
	color: #f76767;
	font-size: 14px;
}

.side_menu {
	width: 200px;
	background: #151515;
	color: #fff;
	position: fixed;
	z-index: 8;
	height: 100%;
	padding-top: 0px;
	top: 67px;
}

.cont_body {
	padding-left: 220px;
	padding-top: 20px;
	padding-right: 20px;
}

.cont_body_wrapper {
	padding: 20px;
	position: relative;
	border-radius: 4px;
	min-height: calc(100vh - 110px);
}

.menu_item,
.menu_item:focus,
.menu_item:visited {
	display: flex;
	align-items: center;
	padding: 20px;
	color: #fff;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu_item .admin {
	position: absolute;
	right: 5px;
	top: 5px;
	background: #414142;
	color: #fff;
	padding: 2px 4px;
	font-size: 10px;
}

.menu_item.sel {
	color: #FAB516;
	font-weight: 600;
}

.menu_item:hover {
	text-decoration: none;
	color: #FAB516;
}

.menu_item i {
	font-size: 16px;
	margin-right: 10px;
	width: 20px;
	text-align: center;
}

.menu_item i.a_right {
	margin-right: 0px;
	margin-left: auto;
}

.menu_item.isopen {
	border-bottom: 1px solid transparent;
	background: #2F2F2F;
	color: #fff;
	text-decoration: none;
}

.menu_item .fa-angle-down.a_right {
	display: none;
}

.menu_item.isopen .fa-angle-right.a_right {
	display: none;
}

.menu_item.isopen .fa-angle-down.a_right {
	display: inline-block;
}

.sub_menu1 {
	transition: all erase-in-out;
	display: none;
}

.sub_menu1 .menu_item {
	padding-left: 44px;
}

.sub_menu1 .menu_item:hover {
	background: transparent;
}

.empty {
	color: #888;
	font-style: italic;
	padding: 8px 12px;
	font-weight: 500;
}

img {
	max-width: 100%;
}

.ustatus {
	background: #ccc;
	width: 9px;
	height: 9px;
	border-radius: 8px;
	margin-right: 10px;
}

.ustatus.online {
	background: #00e700;
}

.ustatus.away {
	background: #ffc107;
}

.ad {
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
}

.ad img {
	width: auto;
	height: 100%;
}

.game {
	display: inline-block;
	margin-bottom: 24px;
	transition: all 0.5s;
}

.game>img {
	border-radius: 10px;
	width: 330px;
	max-width: 100%;
	height: 180px;
	object-fit: cover;
	transition: all 0.5s;
}

.game_title {
	text-transform: uppercase;
}

.tcenter {
	text-align: center;
}

.tright {
	text-align: right;
}

.card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 3%);
	padding: 16px;
	border: 1px solid #e3e6eb;
	position: relative;
}

.card_title {
	font-size: 22px;
	font-weight: 600;
	padding: 16px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.card_cont {
	padding: 16px 20px;
}

.card_bottom {
	padding: 16px 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.buttons {
	display: flex;
}

.buttons>.bt {
	margin: 0;
	margin-right: 20px;
	font-weight: 600;
}

.dlg {
	position: fixed;
	z-index: 99;
	background: rgba(0, 0, 0, 0.2);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.dlg_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dlg_close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	padding: 5px;
}

.dlg_cont {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	position: relative;
	max-width: 99%;
	width: 400px;
}

.dlg_cont h3 {
	margin: 0px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

#dlg_image.dlg {
	background: rgba(0, 0, 0, 1);
}

#dlg_image .dlg_cont {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	padding: 20px;
	margin: 0;
}

#dlg_image .dlg_cont img {
	background: #aaa;
	padding: 20px;
	border-radius: 12px;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	user-select: none;
}

.bt_cancel {
	z-index: 99;
	position: absolute;
	right: 10px;
	top: 10px;
	float: right;
	font-size: 16px;
	cursor: pointer;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	opacity: 0.7;
}

.bt_cancel:hover {
	opacity: 1;
}

.m_nav {
	display: none;
}

.mbadge {
	display: none;
}

.mbadge {}

.toast {
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: none;
	transition: ease all 0.5s;
}

.toast div {
	border-radius: 8px;
	background: #414142;
	color: #fff;
	padding: 20px 30px;
	border: 0px solid #fff;
	box-shadow: #aaa 0px 0px 12px 0px;
}

.toast.open {
	display: flex;
}

.sub_footer {
	background: #fff;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	padding: 10px 0px;
	display: flex;
	justify-content: space-between;
}

.sub_footer .bt {
	display: inline-block;
	margin-top: 0;
}

#dlg_confirm,
#dlg_error,
.dlg {
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(5px);
}

#dlg_confirm .dlg_cont,
#dlg_error .dlg_cont {
	max-width: 400px;
	min-width: 320px;
	position: relative;
	border-radius: 12px;
	padding: 15px;
}

.confirm_message,
.error_message,
.success_message {
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.w50 {
	width: 50%;
	position: relative;
}

.w100 {
	width: 100%;
}
.h100 {
	height: 100%;
}

a,
a:focus,
a:visited {
	color: inherit;
	text-decoration: none;
}

a.bt,
a.bt:focus,
a.bt:visited {
	color: #fff;
}

td a,
td a:focus,
td a:visited {
	color: #151515;
	text-decoration: none;
	display: block;
}

td a:hover {
	color: #FAB516;
}

a:hover {
	text-decoration: none;
	color: #151515;
}

table.dataTable thead th,
table.dataTable tbody td {
	border-bottom: 0px;
}

table.dataTable tbody td {
	border-top: 1px solid #eee;
}

table.dataTable tbody td i {
	color: #FAB516;
}

table.dataTable tbody td.td_bold {
	font-weight: bold;
}

table thead tr {
	background: rgb(250, 250, 250);
	color: #151515;
}

table.dataTable thead tr th {
	font-weight: 300;
	border-bottom: 0px;
	font-size: 12px;
	padding-left: 12px;
}

table#table {
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background: #fff;
}

#table_wrapper label {
	font-weight: 300;
}

.card.pitem {
	transition: all 0.5s;
}

.card.pitem:hover {
	box-shadow: #8cdcff 0px 0px 5px 0px;
	transform: translateY(5px);
}

.gitem {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.03);
	padding: 12px;
	width: 240px;
	margin-bottom: 20px;
	margin-right: 16px;
	position: relative;
	transition: all 0.5s;
}

.gitem_hide {
	display: none;
}

.gitem:hover {
	box-shadow: #8cdcff 0px 0px 10px 0px;
	transform: translateY(5px);
}

.gitem>img {
	display: block;
	margin: auto;
	margin-bottom: 12px;
	height: 120px;
	margin-top: 5px;
}

.gitem hr {
	margin: 8px 0px;
}

.gitem_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gitem .hot {
	position: absolute;
	border-radius: 20px;
	right: 10px;
	top: 5px;
	height: 34px;
}

.top_link {
	color: #aaa;
	display: flex;
	align-items: center;
	padding: 20px 0px;
	font-weight: 500;
}

.top_link .dot {
	padding: 0px 15px;
	font-size: 5px;
}

.d_checkbox,
.d_radio {
	display: flex;
	align-items: center;
	color: #888;
	padding: 4px 0px;
}

.d_checkbox input.f_input,
.d_radio input.f_input {
	width: 14px;
	height: 14px;
	margin: 0px;
}

.d_checkbox label,
.d_radio label {
	margin: 0px;
	padding-left: 10px;
	font-weight: 500;
	user-select: none;
	cursor: pointer;
}

.d_checkbox label:hover .d_radio label:hover {
	color: #555;
}

.tabs {
	display: flex;
	font-size: 18px;
	font-weight: 600;
	color: #888;
}

.tab {
	margin-right: 20px;
	border-bottom: 2px solid transparent;
	line-height: 28px;
	cursor: pointer;
	padding: 0px 1px;
}

.tab.sel {
	color: #1e1c24;
	border-bottom: 2px solid #008ffa;
}

.tab_cont {
	display: none;
}

.m_show {
	display: none;
}

.hha_list {
	line-height: 20px;
	max-height: 140px;
	overflow: hidden;
}

.hha_list.more {
	max-height: none;
	overflow: visible;
}

.color {
	width: 32px;
	height: 32px;
	border-radius: 20px;
	display: inline-block;
	margin-right: 7px;
	margin-top: 8px;
	background: #eee;
	position: relative;
	border: 1px solid #ccc;
	cursor: pointer;
}

.color i {
	color: #008ffa;
	font-size: 16px;
	position: absolute;
	right: -2px;
	bottom: -2px;
	border-radius: 10px;
	line-height: 13px;
	background: #fff;
	display: none;
}

.color.sel i {
	display: block;
}

.color.color1 {
	background: #c4c4c4;
}

.color.color2 {
	background: #ff3f38;
}

.color.color3 {
	background: #3187fa;
}

.color.color4 {
	background: #fed355;
}

.color.color5 {
	background: #22c8f1;
	margin-right: 0;
}

.color.color6 {
	background: #fff;
}

.color.color7 {
	background: #303030;
}

.color.color8 {
	background: #fd5acc;
}

.color.color9 {
	background: #ff7f9a;
}

.color.color10 {
	background: #3fdd5e;
	margin-right: 0;
}

.sphoto {
	width: 24px;
	height: 24px;
	padding: 2px;
	border-radius: 20px;
	margin-right: 5px;
	object-fit: cover;
}

.stars>i {
	margin-right: -2px;
}

.starfill {
	color: #ffc93f;
}

input.form-control[type='password'] {
	font-size: 24px;
}

.mx {
	padding-left: 3px;
	padding-right: 2px;
}

.variants {
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom: 8px;
	padding-top: 8px;
	border-top: 1px solid #e5e5e5;
}

.vitem {
	display: inline-block;
}

.vitem {
	background: #f3f3f3;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 5px;
	margin-right: 10px;
	transition: all 0.2s ease 0s;
	cursor: pointer;
}

.vitem:hover,
.vitem.sel {
	background: #e3e3e3;
}

.vitem img {
	width: 100%;
	object-fit: contain;
}

.search_list {
	position: absolute;
	top: 40px;
	right: 0px;
	width: calc(100% - 20px);
	max-height: 360px;
	overflow-y: auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 10%);
	z-index: 99;
}

.search_item {
	display: flex;
	align-items: center;
	padding: 4px 8px;
	padding: 6px 8px;
	border-bottom: 1px solid #eee;
}

.search_item img {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	margin-right: 10px;
}

.search_item>div {
	width: calc(100% - 50px);
}

.g_id_signin {
	width: 33%;
	position: absolute;
	opacity: 0;
	left: 0;
}

.fb_iframe_widget {
	width: 33%;
	position: absolute !important;
	opacity: 0;
	left: 33%;
	max-height: 36px;
	top: 0px;
	overflow: hidden;
	border-radius: 8px;
}

.div_search,
.div_search_product {
	position: relative;
	width: calc(100% - 26px);
	border: 1px solid #888;
	border-radius: 40px;
	max-width: 720px;
    margin: auto;
	margin-bottom: 10px;
	font-weight: 400;
}
.div_search_product {
	margin: auto 16px;
}
.div_search input,
.div_search_product input {
	border: 0;
	outline: none;
	width: 100%;
    padding: 10px;
	padding-right: 40px;
	padding-left: 40px;
	border-radius: 50px;
}
.div_search i,
.div_search_product i {
	position: absolute;
	left: 12px;
    top: 10px;
    font-size: 18px;
    color: #555;
}
.search_result {
	position: absolute;
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 0.1rem 0.6rem rgba(0,0,0,.16);
	border: 1px solid #dee2e6;
	z-index: 5;
	padding: 12px;
	background: #fff;
	margin-top: 5px;
	text-align: left;
	display: none;
}
.search_loading {
	display: none;
}
.search_loading.isloading {
	display: flex;
}
.search_loading img {
	height: 80px;
	width: auto;
}
.search_close {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	background: rgba(0,0,0,.65);
	color: #fff;
	right: 10px;
	top: -35px;
	border-radius: 20px;
	font-size: 10px;
    line-height: 12px;
	cursor: pointer;
}
.search_close:hover {
	background: var(--primary-color);
	opacity: 0.85;
}
.search_cont {
    max-height: calc(100vh - 280px);
    overflow-y: auto;
}
.filters {
	font-weight: 500;
	display: flex;
	padding-top: 0px;
}
.filter {
	width: 124px;
	border-right: 1px solid #ddd;
	padding: 5px 10px;
    line-height: 18px;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s;
	position: relative;
}
.filter .fsize {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.filter_close {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	background: rgba(0,0,0,.65);
	color: #fff;
	right: 3px;
	top: 3px;
	border-radius: 20px;
	font-size: 10px;
    line-height: 12px;
	cursor: pointer;
	display: none;
	z-index: 6;
}
.filter_close:hover,.filter_close:active {
	background: var(--primary-color);
	opacity: 0.85;
}
.filter span {
	font-weight: 500;
	text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 11px;
}
.filter.sel span {
	color: #fff;
}
.filter.sel {
	background: var(--primary-color);
	color: #fff;
} 
.filter:last-child {
	border-right: 0;
}
.filter#filter_finish,
.filter#filter_segment {
	display: none;
}
.fitem {
	background: #fff;
	border-radius: 4px;
	border: 2px solid #dee2e6;
	width: 160px;
	position: relative;
	text-align: center;
	padding: 6px 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.2s;
}
.fitem.sel {
	border-color: var(--primary-color);
}
.fitem:hover {
	background: #f0f0f0;
	filter: brightness(.9);
    transition: filter .2s ease-out;
}
.fitem span {
	position: absolute;
	right: 10px;
	font-size: 11px;
	top: 8px;
}
.filter_cont {
	padding-left: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
/*	box-shadow: rgba(0,0,0,0.1) 0px 4px 10px 0px;*/
	display: none;
}
.filter_mobile {
	display: none;
}
.request_dlg {
	display: none;
}
.page {
	display: none;
}
.msg_dlg {
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	right: 0px;
	transition: all 0.3s;
	z-index: 100;
	font-weight: 500;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.msg_dlg_cont {
	background: #f0f0f0;
	box-shadow: rgba(0,0,0,0.1) 0px 0px 12px 0px;
	width: 300px;
	height: auto;
	padding: 22px;
	padding-top: 40px;
	border-radius: 8px;
	position: relative;
	text-align: center;
}

.filter_reset {
    font-weight: 500;
    color: #888;
}
.filter_reset:hover {
	color: inherit;
}
.filter_by {
    padding: 13px 8px;
    padding-bottom: 14px;
    font-weight: 500;
    cursor: pointer;
}
.div_filter_modal {
	position: relative;
	z-index: 3;
}
.filter_modal {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
}
.filter_modal.open .modal_cont {
	left: 0px;
}
.filter_modal .overlay {
	background: rgba(0,0,0,0.15);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.modal_close {
    width: 26px;
    height: 26px;
    background: #f5f5f5;
    border-radius: 20px;
    text-align: center;
    line-height: 26px;
}
.modal_close:hover {
	background: #ddd;
}
.filter_modal .modal_cont {
	position: absolute;
	left: -310px;
	top: 67px;
	width: 300px;
	height: calc(100vh - 67px);
    overflow-y: auto;
	background: #fff;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
    padding: 12px;
    box-shadow: rgba(0,0,0,0.15) 0px 0px 12px 0px;
    user-select: none;
	transition: all 0.3s;
}
.filter_vehicles {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-bottom: 8px;
}
.filter_vehicle {
	padding: 5px 10px;
	border-radius: 20px;
	background: #f5f5f5;
    font-weight: 500;
    font-size: 12px;
    margin-right: 8px;
    cursor: pointer;
}
.filter_vehicle.sel {
	background: var(--primary-color);
	color: #fff;
}
.filter_dwc {
	padding: 8px 0px;
    border-top: 1px solid #ddd;
}
.filter_dwc .fa-angle-right {
	display: inline-block;
	width: 12px;
	text-align: center;
}
.filter_dwc .fa-angle-down {
	display: none;
}
.filter_dwc.sel .fa-angle-down {
	display: inline-block;
	width: 12px;
    text-align: center;
}
.filter_dwc.sel .fa-angle-right {
	display: none;
	width: 12px;
}
.filter_dwc label {
	margin-left: auto;
	font-size: 12px;
	font-weight: 500;
    margin-bottom: 0;
    margin-right: 5px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 20px;
    min-width: 40px;
    text-align: center;
    padding: 2px 8px;
}
.filter_dwc label[filter='all'],
.filter_vehicle[value='all'] {
    background: #f5f5f5 !important;
    color: #111;
    font-weight: 600;
}
.filter_count {
	background: var(--primary-color);
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	margin-left: 5px;
	border-radius: 20px;
	display: none;
}
.filter_item {
	display: flex;
	align-items: center;
	padding: 7px 0px;
	padding-left: 16px;
	cursor: pointer;
	font-weight: 500;
	font-size: 13px;
	color: #76767f;
}
.filter_item div {
	margin-right: 8px;
	border-radius: 20px;
	border: 1px solid var(--primary-color);
	height: 20px;
}
.filter_item.sel {
	color: inherit;
}
.filter_item.sel div span {
	background: var(--primary-color);
	font-weight: 400;
}
.filter_item div span {
	border-radius: 20px;
	width: 14px;
	height: 14px;
	margin: 2px;
	display: inline-block;
}
.filter_item > span {
	margin-left: 8px;
	font-weight: 400;
}
input.qty{
	outline: none;
    border-radius: 6px;
    border-color: #888 !important;
    box-shadow: none !important;
    width: 60px;
    height: 36px;
    margin: 0px 5px;
    font-size: 16px;
    padding-right: 3px;
    padding-left: 8px;
}
.btd.add_cart {
	padding: 7px 12px;
	margin: 0px;
	margin-left: 11px;
}
.btd_price {
	color: #fff;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding-left: 11px;
    min-width: 97px;
    justify-content: space-between;
}

@media (min-width: 992px) {
	.container {
		width: 100%;
	}
}

@media (min-width: 1240px) {
	.container {
		width: 1200px;
	}
}

@media (min-width: 1440px) {
	.container {
		width: 1400px;
	}
	.col-xl-2 {
		width: calc(100% / 6);
	}
}

@media only screen and (min-width: 768px) {
	#nav_search {
		min-width: 300px;
	}

	.mob {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.col-6 {
	    width: 50%;
	}

	#filter_cont_vehicle {
		margin-top: 28px !important;
	}
	#filter_cont_vehicle .container {
		padding: 0px;
	}
	html,
	body {
		overflow-x: hidden;
		max-width: 100vw
	}

	.desk {
		display: none;
	}

	.m_show {
		display: block;
	}

	.nav {
		padding: 5px 10px;
	}

	.nav_right .nav_top_item {
		margin-left: 10px;
	}

	.m_nav {
		padding: 5px 10px;
		display: block;
		color: #008ffa;
		display: block;
	}

	.nav_left {
		text-align: center;
		display: block;
		margin-right: auto;
	}

	a.nav_item {
		margin-left: 16px;
	}

	.nav_menu {
		position: fixed;
		width: 300px;
		height: 100vh;
		transition: ease all 0.3s;
		left: -320px;
		z-index: 10;
		display: block;
		top: 65px;
		background: #fff;
		box-shadow: #ddd 2px 2px 10px 0px;
		padding: 20px 20px;
	}

	.nav_menu.open {
		left: 0;
	}

	.nav a.nav_item,
	.nav a.nav_item:visited,
	.nav a.nav_item:focus {
		background: #fff;
		padding: 8px 0px;
		margin-left: 0;
	}

	.search_list {
		width: 100%;
	}

	.d_nav_search {
		margin-left: 0px;
	}

	.wrapper {
		padding: 0px 8px;
	}

	h1 {
		font-size: 26px;
		margin: 16px 0px;
	}

	.game {
		width: 100%;
		padding: 0px 1%;
	}

	.game>img {
		width: 100%;
		margin-bottom: 5px;
	}

	.game_title {
		padding-bottom: 0px;
	}

	.gitem {
		display: flex;
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0px;
	}

	.gitem>img {
		margin: 0px;
		width: 90px;
		max-height: 90px;
		height: auto;
		margin-right: 10px;
	}

	.gitem>div {
		width: calc(100% - 100px);
	}

	.gitem .flex {
		display: flex;
	}

	.gitem .hot {
		width: 24px;
		top: 5px;
		right: 7px;
		display: none;
	}

	.gitem .gitem_title {
		text-align: left;
		padding: 5px 0px;
	}

	.variants {
		padding: 0px;
		padding-top: 5px;
	}

	.footerb .wrapper {
		padding: 20px 8px;
		text-align: center;
	}

	.footerb a.nav_item,
	.footerb a.nav_item:visited,
	.footerb a.nav_item:focus {
		background: transparent;
		padding-left: 10px;
	}

	.socials {
		justify-content: center;
	}

	.footer .wrapper {
		padding: 40px 0px;
	}

	.footer img {
		height: 55px;
		margin-bottom: 20px;
	}

	.footerb .wrapper img {
		max-width: 240px;
	}

	.top_link {
		padding-top: 5px;
		font-size: 12px;
		flex-wrap: wrap;
		padding-bottom: 10px;
	}

	.top_link .dot {
		padding: 0px 8px;
	}

	.dlg_cont {
		padding: 16px;
	}

	.div_container .filter {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		max-height: calc(100vh - 280px);
	}

	.div_container .m_filter {
		margin-top: 0;
		margin-bottom: 16px;
		font-size: 14px;
		position: relative;
	}

	.filter_close {
		position: absolute;
		right: 10px;
		top: 10px;
		cursor: pointer;
		padding: 5px;
	}

	.div_container .m_filter .bt {
		margin-top: 0;
		background: transparent;
	}
}