.hotgame-menu {
	padding-bottom: 16px !important;
}

.hotgame-menu .hotgame-wrapper {
	display: flex !important;
	justify-content: flex-start !important;
	align-items: center !important;
	margin-top: 0 !important;
	margin: 0;
	gap: 2.2%;
}

.hotgameNavi-wrapper {
    padding: 0;
    /* overflow-x: scroll;
    padding-left: 80px; */
}

.hotgameNavi_Container {
    justify-content: center;
}

.hotgameNaviList {
    display: flex;
    gap: 20px;
}

.hotgameNaviItem {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 50px;
    background: var(--General_hotgamenaviitem_background);
    border: var(--General_hotgamenaviitem_border);
    transition: background 0.3s;
    cursor: pointer;
}

.hotgameNaviItem.active,
.hotgameNaviItem:hover  {
	background: var(--General_hotgamenaviitem_active_background);
}

.hotgameNaviItem:hover .icon img,
.hotgameNaviItem.active .icon img {
	 filter: brightness(0) invert(1);
}


.hotgameNaviItem .icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.hotgameNaviItem .icon img {
	width: 30px;
    height: 30px;
}

.hotgameNaviName {
    font-size: 16px;
    font-weight: bold;
    color: var(--General_hotgamenaviname_color);
    margin-left: 10px;
}

.hotgame-menu .hotgame-wrapper .title_hotGameDesktop {
	font-size: 25px;
	padding: 0;
}

.hotgame-menu .hotgamelist-content {
	align-items: center !important;
	margin: 0;
	width: 100%;
}

.hotgamelist-content .hotgame_content {
	height: 130px;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-bottom: 1%;
    border-radius: 10px !important;
    padding-top: 12px !important;
    min-width: 20%;
    max-width: 20%;
    height: 10%;
    flex-direction: column;
   	padding: 0;
   	margin-top: 20px;
}

.hotgamelist-content .hotgame_content .hotgame_provider {
    padding: 0 !important;
    width: 95%;
}

.hotgamelist-content .hotgame_content .hotgame_provider .gamelist_name {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    font-size: 15px;
    margin-top: 8px;
}

.hotgamelist-content .hotgame_content .hotgame_provider .gamelist_providername {
	margin-top: 8px;
}

.hotgamelist-content .hotgame_content .hotgame_provider .gamelist_providername .providername_label {
	font-size: 12px;
}

.hotgame_content .hotgame_provider .homepageHot_img {
	position: relative;
    overflow: hidden;
    flex: 1 0 auto;
    max-width: 100%;
    display: flex;
    border-radius: 20px;
    height: auto;
    width: 100%;
    max-height: 150px;
}

.hotgame_provider .homepageHot_img .v-responsive_sizer {
	transition: padding-bottom .2s cubic-bezier(.25,.8,.5,1);
    flex: 1 0 0px;
    padding-bottom: 100%;
}

.hotgame_provider .homepageHot_img .provider_image {
	z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hotgame_provider .homepageHot_img .gamelist_content {
	flex: 1 0 0px;
    max-width: 100%;
    margin-left: -100%;
}

.hotgame_provider .homepageHot_img .gamelist_content .play-overlay {
	align-items: center;
    border-radius: inherit;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: .3s cubic-bezier(.25,.8,.5,1), z-index 1ms;
    position: absolute;
    pointer-events: auto;
    color: #fff;
    z-index: 5;
}

.hotgame_provider .homepageHot_img .gamelist_content:hover .play-overlay {
	background: hsla(0, 0%, 100%, .65);
}

.hotgame_provider .homepageHot_img .gamelist_content:hover .play-overlay .img-hot-home {
	opacity: 0.5;
}

.hotgame_provider .homepageHot_img .gamelist_content .play-overlay .v-overlay__scrim {
	border-radius: inherit;
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    transition: inherit;
    will-change: opacity;
    opacity: 0;
    background: var(--General_hotgameimg_playoverlay_background);
    border-color: var(--General_hotgameimg_playoverlay_background);
}

.hotgame_provider .homepageHot_img .gamelist_content .gamelist-ovelay_content {
	position: relative;
}

.hotgame_provider .homepageHot_img .gamelist_content .gamelist-ovelay_content .playBtn {
	align-items: center;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    font-size: .875rem;
    height: 36px;
    width: 36px;
    border-radius: unset;
    color: #fff;
}

.hotgame_provider .homepageHot_img .gamelist_content:hover .playBtn {
	opacity: 1;
}

.hotgame_provider .homepageHot_img .gamelist_content .gamelist-ovelay_content .playBtn:before {
    border-radius: inherit;
    bottom: 0;
    color: inherit;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hotgame_provider .homepageHot_img .gamelist_content .gamelist-ovelay_content .playBtn .playBtn_content {
	align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
    transition: inherit;
    transition-property: opacity;
}

.homepageHot_img .gamelist_content .gamelist-ovelay_content .playBtn .playBtn_content .playBtnIcon {
	align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    height: 60px;
    min-width: 60px;
    width: 60px;
}

.homepageHot_img .gamelist_content .gamelist-ovelay_content .playBtn .playBtn_content .playBtnIcon i {
	font-size: 65px;
    color: var(--General_hotgameimg_playbtn_icon_color);
    background: var(--General_hotgameimg_playbtn_icon_background);
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.homepageHot_img .gamelist_content .gamelist-ovelay_content .playBtn .playBtn_content .playBtnIcon img {
	border-radius: inherit;
    display: inline-flex;
    height: inherit;
    width: inherit;
}

.hotgame_provider .homepageHot_img .gamelist_content .img-hot-home {
	width: 35px;
    position: absolute !important;
    right: 4px;
    top: 5px;
}



