.PopupSelection_popup_selection__SaCdR {
	width: 100%;
	margin-bottom: 0.8rem;
}

.PopupSelection_popup_selection__SaCdR h3,
.PopupSelection_popup_selection__SaCdR li {
	margin-bottom: 0.8rem;
	margin-right: 1.2rem;
}

.PopupSelection_popup_list__t881f {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
}

.PopupSelection_popup_option__hwUgh {
	display: flex;
	align-items: center;
	padding: 0.5rem;
	cursor: pointer;
	border-radius: 5px;
}

.PopupSelection_popup_option__hwUgh:hover {
	background-color: var(--bgOptionColor);
}

.PopupSelection_popup_option__hwUgh.PopupSelection_selected__hnEdy {
	background-color: #3d2c79;
}

.PopupSelection_flag__uPyuL {
	position: relative;
	width: 23px;
	height: 23px;
	margin-right: 0.4rem;
}

.PopupSelection_loadingChangeLanguage__f5Vek {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 4px;
}

@media screen and (min-width: 768px) {
	.PopupSelection_popup_list__t881f {
		grid-template-columns: repeat(4, 1fr);
	}
}

.ServerPopup_popup_container__aYQwb {
	color: #a2a3c5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ServerPopup_popup__6FCS4 {
	position: relative;
	z-index: 20;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	background-color: #25204a;
	max-width: 90%;
	max-height: 90%;
	border-radius: 5px;
	padding: 24px 20px 10px;
}

.ServerPopup_popup_header__8ejRt {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	border-bottom: 1px solid #000;
	position: relative;
}

.ServerPopup_popup_close_button__4_g9c {
	cursor: pointer;
	background: none #5e5585;
	border: none;
	outline: none;
	transition: background-color 0.1s ease-in 0s, opacity 0.1s ease-in 0s,
		color 0.2s ease-in 0s;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	width: 24px;
	height: 24px;
	z-index: 2;
}

.ServerPopup_popup_close_button__4_g9c:hover {
	background-color: #463f63;
}

.ServerPopup_popup_close_button__4_g9c svg {
	-webkit-filter: brightness(0) saturate(100%) invert(7%) sepia(64%)
		saturate(2643%) hue-rotate(239deg) brightness(97%) contrast(99%);
	filter: brightness(0) saturate(100%) invert(7%) sepia(64%) saturate(2643%)
		hue-rotate(239deg) brightness(97%) contrast(99%);
	width: 12px;
	height: 12px;
}

.ServerPopup_popup_content__4_tdk {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 16px;
}

@media screen and (min-width: 768px) {
	.ServerPopup_popup_container__aYQwb {
		color: var(--textColorPrimary);
	}
}

.LogoBox_logoContainer__LpXHI {
	color: var(--textColorPrimary);
	display: inline-flex;
	align-items: center;
	position: relative;
	display: flex;
	justify-content: center;
}

.LogoBox_logo__PYtJ8 {
	width: 35px;
	height: 38px;
	position: relative;
	cursor: pointer;
}

.Keyboard_keyboardWrapper__YjN_p {
	background: #212048;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 8px;
	font-size: 0.875rem;
	line-height: 19px;
	display: flex;
	flex-flow: row wrap;
	-webkit-column-gap: calc((100% - 160px) / 10);
	column-gap: calc((100% - 160px) / 10);
	justify-content: space-between;
	row-gap: 16px;
}

.Keyboard_keyboardWrapper__YjN_p span {
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Keyboard_keyboardWrapper__YjN_p span:hover {
	background-color: #4b6194;
}

.SidebarPC_wrapper__YPCxQ {
	position: fixed;
	width: 0;
	left: 0;
	top: 0;
	background-color: #120f30;
	z-index: 5;
	height: 100vh;
	transition: width 0.2s ease-in;
}

.SidebarPC_menuList__zbErp {
	font-size: 1rem;
	font-weight: 600;
	line-height: 22px;
	height: 100vh;
}

.SidebarPC_menuList__zbErp a {
	text-decoration: none;
	color: #fff;
}

.SidebarPC_menu__Z_i5j {
	display: none;
	width: 100%;
	padding: 16px;
	cursor: pointer;
	align-items: center;
	align-self: stretch;
}

.SidebarPC_menu__Z_i5j:hover {
	background-color: #252046;
}

.SidebarPC_menu__Z_i5j.SidebarPC_active__28Kz3 {
	background: hsla(0, 0%, 100%, 0.2);
	border-right: 1px solid gold;
}

.SidebarPC_menu__Z_i5j.SidebarPC_isShowLabel__3yi_y span {
	margin-bottom: 2px;
}

.SidebarPC_menu__Z_i5j.SidebarPC_isShowLabel__3yi_y .SidebarPC_icons__66LF2 {
	margin-right: 18.5px;
}

.SidebarPC_icons__66LF2 svg {
	width: 20px !important;
	height: 20px !important;
	display: inline-block;
}

@media screen and (min-width: 1000px) {
	.SidebarPC_menuLogo__PTDOH {
		width: 80px;
		transition: width 0.3s;
	}

	.SidebarPC_menuLogo__PTDOH.SidebarPC_isShowFullSidebar__h_2Hq {
		width: 180px;
	}

	.SidebarPC_menu__Z_i5j.SidebarPC_isShowLabel__3yi_y .SidebarPC_icons__66LF2 {
		margin-right: 0;
	}

	.SidebarPC_wrapper__YPCxQ {
		width: 80px;
		overflow-x: hidden;
	}

	.SidebarPC_wrapper__YPCxQ.SidebarPC_isShowFullSidebar__h_2Hq {
		width: 180px;
	}

	.SidebarPC_icons__66LF2 {
		display: block;
	}

	.SidebarPC_menu__Z_i5j {
		width: 180px;
		display: flex;
		align-items: center;
		padding-left: 30.5px;
		transition: width 1.3s;
	}

	.SidebarPC_menu__Z_i5j span {
		margin-left: 15px;
		display: none;
		transition: display 0.3s;
	}

	.SidebarPC_menu__Z_i5j.SidebarPC_isShowLabel__3yi_y span {
		display: block;
		width: 100px;
		margin-bottom: 0;
	}

	.SidebarPC_menu__Z_i5j.SidebarPC_isToggleSidebar__j9D_y
		.SidebarPC_icons__66LF2
		svg {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	.SidebarPC_menu__Z_i5j.SidebarPC_isShowLabel__3yi_y.SidebarPC_isToggleSidebar__j9D_y
		.SidebarPC_icons__66LF2
		svg,
	.SidebarPC_menu__Z_i5j.SidebarPC_isToggleSidebar__j9D_y
		.SidebarPC_icons__66LF2
		svg {
		transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
		transition: transform 0.2s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
		transition: transform 0.2s cubic-bezier(0.4, 0, 0.6, 1) 0ms,
			-webkit-transform 0.2s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
	}

	.SidebarPC_menu__Z_i5j.SidebarPC_isShowLabel__3yi_y.SidebarPC_isToggleSidebar__j9D_y
		.SidebarPC_icons__66LF2
		svg {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.SidebarPC_menuList__zbErp {
		grid-template-rows: 120px repeat(6, 54px) auto repeat(1, 54px);
		display: grid;
	}
}

.Search_searchInput__KZ_N_ {
	height: 32px;
	position: relative;
	width: 443px;
	border: 1px solid #aa9cc0;
	border-radius: 4px;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
}

.Search_searchInput__KZ_N_ input {
	height: 100%;
	padding-left: 105px;
	border-radius: 4px;
	width: 100%;
	background: #212048;
	border: 1px solid transparent;
	color: var(--textColorPrimary) !important;
}

.Search_searchInput__KZ_N_ input::-webkit-input-placeholder {
	color: var(--textColorPrimary) !important;
}

.Search_searchInput__KZ_N_ input::placeholder {
	color: var(--textColorPrimary) !important;
}

.Search_searchInput__KZ_N_ input:focus {
	outline: none;
	border: 1px solid #318ab7;
	box-shadow: 0 0 15px 5px #318ab7;
}

.Search_serverOptionWrapper__IxIut {
	position: absolute;
	top: 0;
	left: 0;
	background: #41296a;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 87px;
	height: 30px;
	padding: 6px 12.5px 6px 15px;
	border-radius: 4px 0 0 4px;
	cursor: pointer;
	border: 1px solid transparent;
	border-right: 0;
}

.Search_searchInput__KZ_N_ input:focus ~ .Search_serverOptionWrapper__IxIut {
	border: 1px solid #318ab7;
	border-right: 0;
}

.Search_serverOptionWrapper__IxIut:hover {
	background-color: #2a1e53;
}

.Search_serverOptionWrapper__IxIut span {
	margin-top: 2px;
	font-weight: 400;
	font-style: normal;
}

.Search_serverOptionWrapper__IxIut svg {
	width: 13px;
	height: 13px;
	fill: var(--textColorPrimary);
	margin-bottom: 2px;
}

.Search_searchIcon__6Pyne {
	width: unset !important;
}

.Search_keyboardBtn__8Unnq,
.Search_searchIcon__6Pyne {
	position: absolute;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}

.Search_keyboardBtn__8Unnq svg,
.Search_searchIcon__6Pyne svg {
	width: 16px;
	height: 16px;
}

.Search_searchDropDownWrapper__F2Ozu {
	display: flex;
	width: 100%;
}

.Search_selectionWrapper__2KzlN {
	background: #1d1940;
	border-radius: 6px 0 0 6px;
	padding: 10px 16px;
	width: 30%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.Search_option__Whna7 {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #858585;
	font-weight: 600;
	font-size: 1rem;
	line-height: 32px;
	cursor: pointer;
}

.Search_option__Whna7 svg {
	width: 18px;
	height: 18px;
}

.Search_option__Whna7 svg path {
	stroke: #858585;
}

.Search_option__Whna7.Search_active__iVL51 {
	color: #fff;
}

.Search_option__Whna7.Search_active__iVL51 svg path {
	stroke: #fff;
}

.Search_resultWrapper__A1us1 {
	background: #212048;
	border-radius: 0 8px 8px 0;
	padding: 10px 16px;
	display: flex;
	flex-direction: column;
	width: 70%;
	max-height: 200px;
	overflow-y: scroll;
}

.Search_resultWrapper__A1us1::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.Search_resultWrapper__A1us1::-webkit-scrollbar-track {
	border-radius: 4px;
	background: #221846 0 0 no-repeat padding-box;
}

.Search_resultWrapper__A1us1::-webkit-scrollbar-thumb {
	background: #b1b1b17a 0 0 no-repeat padding-box;
}

.Search_resultWrapper__A1us1 span {
	font-weight: 700;
	font-size: 0.625rem;
	line-height: 24px;
	text-transform: uppercase;
}

.Search_keyboardWrapper__EFFg3 {
	position: absolute;
	width: 350px;
	left: 50%;
	-webkit-transform: translate(-80%);
	transform: translate(-80%);
}

.Search_result__x2TVN {
	display: grid;
	align-items: center;
	grid-template-columns: 30px auto 32px 20px 20px;
	-webkit-column-gap: 8px;
	column-gap: 8px;
	padding: 8px 5px;
	cursor: pointer;
}

.Search_result__x2TVN.Search_active__iVL51 {
	background: #594699;
}

.Search_result__x2TVN img {
	width: 32px;
	height: 32px;
}

.Search_result__x2TVN > div img {
	width: 20px;
	height: 20px;
}

.Search_checkIconWrap__YZU_r svg {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.Search_checkIconWrap__YZU_r.Search_isFavorite__gj5LI svg {
	fill: #f5c518;
}

.Search_removeIconWrap__Ck43_ svg {
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.Search_result__x2TVN span {
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 32px;
	text-transform: none;
}

@media screen and (max-width: 600px) {
	.Search_searchInput__KZ_N_ {
		width: 240px;
		margin: 0 10px;
	}

	.Search_searchInput__KZ_N_ input {
		padding-left: 90px;
	}

	.Search_serverOptionWrapper__IxIut {
		width: unset;
	}

	.Search_searchIcon__6Pyne {
		display: none;
	}

	.Search_searchDropDownWrapper__F2Ozu {
		flex-direction: column;
	}

	.Search_selectionWrapper__2KzlN {
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}

	.Search_option__Whna7 {
		font-size: 0.75rem;
		gap: 10px;
	}

	.Search_resultWrapper__A1us1 {
		width: 100%;
	}

	.Search_result__x2TVN {
		-webkit-column-gap: 8px;
		column-gap: 8px;
	}

	.Search_result__x2TVN span {
		font-size: 0.75rem;
		line-height: 16px;
	}
}

@media only screen and (min-width: 1000px) {
	.Search_searchWrapper__al5gr {
		padding: 0 15px;
	}

	.Search_searchInput__KZ_N_ {
		width: 443px;
	}
}

.LogInBtn_btn__AkE9c {
	height: 32px;
	line-height: 19.1px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s;
	background: #f2bf43;
	text-transform: uppercase;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 113px;
}

.LogInBtn_btn__AkE9c:hover {
	background-color: #cc9f2d;
}

.SignInMenu_info__m_ZeE {
	position: relative;
	display: none;
}

.SignInMenu_info__m_ZeE svg {
	fill: #fff;
	width: 0.8em;
	height: 0.8em;
	margin-left: 8px;
}

.SignInMenu_info__m_ZeE svg:hover,
.SignInMenu_profile__Rp4Rg:hover span {
	fill: #fc7c00;
	color: #fc7c00;
}

.SignInMenu_profile__Rp4Rg:hover .SignInMenu_avatar__azdLi {
	border: 2px solid #fc7c00;
}

.SignInMenu_profile__Rp4Rg span {
	text-decoration: none;
	color: #fff;
}

.SignInMenu_avatar__azdLi {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 6px;
	position: relative;
	overflow: hidden;
	transition: all 0.1s ease 0s;
}

.SignInMenu_profile__Rp4Rg {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: -webkit-max-content;
	width: max-content;
}

.SignInMenu_dropdownMenu___lbvY {
	position: absolute;
	right: 0;
	top: 34px;
	background-color: #000;
	transition: max-height 0.3s ease-out;
}

.SignInMenu_dropdownMenu___lbvY a:hover {
	background-color: #2b1b5e;
}

.SignInMenu_dropdownMenu___lbvY a {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 140px;
	padding-left: 10px;
	border-bottom: 2px solid #000;
	transition: all 0.3s;
	text-decoration: none;
	color: #fff;
}

@media screen and (min-width: 1000px) {
	.SignInMenu_info__m_ZeE {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		cursor: pointer;
	}
}

.PageOption_select_page_option__WOP_I {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.PageOption_select_page_option__WOP_I svg {
	transition: 0.2s;
}

.PageOption_logo__S2W0F {
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: 6px;
	padding-right: 30px;
}

.PageOption_label__usVXP {
	flex-grow: 1;
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	cursor: pointer;
	margin-right: 10px;
}

.PageOption_ArrowRightIcon__Q31do {
	display: block;
}

.PageOption_SortDownArrowIcon__faXD9 {
	display: none;
}

@media (min-width: 1000px) {
	.PageOption_select_page_option__WOP_I {
		justify-content: flex-start;
	}

	.PageOption_label__usVXP {
		flex-grow: unset;
	}

	.PageOption_ArrowRightIcon__Q31do {
		display: none;
	}

	.PageOption_SortDownArrowIcon__faXD9 {
		display: block;
	}
}

.PageSelection_wrapper__0qQ_C {
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.PageSelection_sidebar_close_icon__nrbmy {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 1em;
	font-weight: 700;
	background-color: #120b2b;
	fill: #a2a3c5;
	cursor: pointer;
}

.PageSelection_sidebar_close_icon__nrbmy:hover {
	background-color: #2a1e53;
}

.PageSelection_select_page_container__Ia6lK {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-right: 16px;
	padding-left: 16px;
	position: relative;
}

.PageSelection_select_page_container__Ia6lK a {
	width: 100%;
	text-decoration: none;
	color: var(--textColorPrimary) !important;
}

.PageSelection_option__r0cRO {
	justify-content: flex-start;
	padding: 16px 0;
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	position: relative;
	transition: all 0.3s;
}

.PageSelection_option__r0cRO:hover {
	background-color: var(--bgOptionColorHover);
}

.PageSelection_select_page_list__eRKJi {
	display: none;
	transition: 0.3s;
}

.PageSelection_select_page_list__eRKJi.PageSelection_isShowOption__orr1f {
	display: block;
	width: 100%;
}

.PageSelection_select_page_list__eRKJi img {
	display: none;
	margin-right: 10px;
}

.PageSelection_select_page_list__eRKJi.PageSelection_isShowOption__orr1f img {
	display: block;
}

.PageSelection_isRotateArrowIcon__GcGJ0 svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media only screen and (min-width: 1000px) {
	.PageSelection_select_page_wrapper__U8lfQ {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	.PageSelection_sidebar_close_icon__nrbmy {
		display: none;
	}

	.PageSelection_select_page_container__Ia6lK {
		border-left: none;
		padding: 0;
		height: 32px;
	}

	.PageSelection_select_page_list__eRKJi {
		position: absolute;
		top: 36px;
		left: 0;
		background-color: var(--bgOptionColor);
		width: 100%;
		height: 0;
		overflow: hidden;
		transition: all 0.5s;
		z-index: 2;
	}

	.PageSelection_select_page_list__eRKJi.PageSelection_isShowOption__orr1f {
		height: unset;
		transition: all 0.5s;
	}

	.PageSelection_select_page_list__eRKJi img {
		margin-right: 6px;
	}

	.PageSelection_option__r0cRO {
		justify-content: unset;
	}

	.PageSelection_isRotateArrowIcon__GcGJ0 svg {
		-webkit-transform: unset;
		transform: unset;
	}
}

.SidebarMb_sidebarMbWrapper__RNKuj {
	position: fixed;
	top: 72px;
	left: 0;
	overflow-x: hidden;
	width: 0;
	transition: all 0.5s;
}

.SidebarMb_sidebarMbWrapper__RNKuj.SidebarMb_isOpen__OF_hm {
	width: 100vw;
	z-index: 5;
}

.SidebarMb_sidebarMbContainer__Yrv5W {
	background-color: #160d33;
	height: 100vh;
	overflow: hidden;
	color: #a2a3c5;
	box-shadow: 2px 0 5px 1px rgba(18, 11, 50, 0.74);
	border-right: 1px solid #434343;
	padding-top: 24px;
	position: relative;
	transition: all 0.05s ease-in;
}

.SidebarMb_sidebarMbContainer__Yrv5W.SidebarMb_isShowSubmenu__36J15 {
	grid-template-rows: 50px 220px 25px;
}

.SidebarMb_sidebarMbContainer__Yrv5W a {
	text-decoration: none;
	cursor: pointer;
}

.SidebarMb_sidebarMbContainer__Yrv5W > :nth-child(3) {
	grid-column: span 2;
}

.SidebarMb_sidebarMbContainer__Yrv5W .SidebarMb_menu__VGnTr {
	justify-self: unset;
}

.SidebarMb_closeIcon__zGS_R {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid hsla(0, 0%, 100%, 0.2);
	border-radius: 4px;
	transition: background-color 0.1s ease-in, opacity 0.1s ease-in,
		color 0.1s ease-in;
	cursor: pointer;
	width: 40px;
	height: 40px;
	margin-left: 10px;
}

.SidebarMb_closeIcon__zGS_R:hover {
	background-color: #c81313;
}

.SidebarMb_closeIcon__zGS_R svg {
	width: 16px;
	height: 16px;
}

@media (min-width: 1000px) {
	.SidebarMb_sidebarMbWrapper__RNKuj {
		display: none;
	}
}

.SidebarBtn_menuBtn___IRLx {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid hsla(0, 0%, 100%, 0.2);
	border-radius: 4px;
	transition: background-color 0.1s ease-in, opacity 0.1s ease-in,
		color 0.1s ease-in;
	cursor: pointer;
	width: 40px;
	height: 40px;
}

@media screen and (min-width: 1000px) {
	.SidebarBtn_menuBtn___IRLx {
		border: none;
	}
}

.Nav_superWrapper__LoZ1p {
	width: 100%;
	background: #212048;
	border-bottom: 1px solid #aa9cc0;
	position: fixed;
	z-index: 3;
}

.Nav_wrapper__GUUmi {
	display: grid;
	height: 72px;
	width: 100%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	grid-template-columns: repeat(3, 1fr);
	justify-content: space-between;
	align-items: center;
	padding: 16px;
}

.Nav_barBtn__FuQ__ {
	justify-self: start;
}

.Nav_logo__BsbDm {
	align-items: center;
	justify-self: center;
}

.Nav_searchIcon__JGu54 {
	justify-self: end;
}

.Nav_sidebarMbWrapper__PqTxX {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	overflow-x: hidden;
	width: 0;
	transition: all 0.5s;
}

.Nav_sidebarMbWrapper__PqTxX.Nav_isOpen__XcW9r {
	width: 210px;
}

.Nav_sidebarMbContainer__rux5_ {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 50px 130px 25px;
	background-color: #160d33;
	height: calc(100vh - 50px);
	overflow: hidden;
	z-index: 1;
	color: #a2a3c5;
	box-shadow: 2px 0 5px 1px rgba(18, 11, 50, 0.74);
	border-right: 1px solid #434343;
	transition: all 0.2s ease-in;
	padding-top: 40px;
	position: relative;
}

.Nav_sidebarMbContainer__rux5_ a {
	color: #a2a3c5;
	text-decoration: none;
	cursor: pointer;
}

.Nav_sidebarMbContainer__rux5_ > :nth-child(3) {
	grid-column: span 2;
}

.Nav_sidebarMbContainer__rux5_ .Nav_menu__owzQs {
	justify-self: unset;
}

.Nav_closeIcon__FXG7H svg {
	width: 1em;
	height: 1em;
	fill: var(--textSecColor);
}

.Nav_menu__owzQs a {
	text-decoration: none;
	color: var(--textColorPrimary);
}

.Nav_wrapper__GUUmi > .Nav_logInBtn__lLJ7c,
.Nav_wrapper__GUUmi > .Nav_menu__owzQs,
.Nav_wrapper__GUUmi > .Nav_search__KkNMk > div:first-child,
.Nav_wrapper__GUUmi > .Nav_selectPage__ByOk_,
.Nav_wrapper__GUUmi > .Nav_signInMenu__LEC_1 {
	display: none;
}

.Nav_wrapper__GUUmi .Nav_selectPage__ByOk_.Nav_isMb__E8lPz {
	align-self: center;
	justify-self: center;
}

.Nav_wrapper__GUUmi.Nav_isOpenSearch__1kKZD > .Nav_barBtn__FuQ__ {
	order: 1;
}

.Nav_wrapper__GUUmi.Nav_isOpenSearch__1kKZD > .Nav_search__KkNMk {
	order: 2;
}

.Nav_wrapper__GUUmi.Nav_isOpenSearch__1kKZD
	> .Nav_search__KkNMk
	> div:first-child {
	display: block;
}

.Nav_wrapper__GUUmi.Nav_isOpenSearch__1kKZD > .Nav_searchIcon__JGu54 {
	order: 3;
}

.Nav_wrapper__GUUmi.Nav_isOpenSearch__1kKZD > .Nav_logo__BsbDm {
	display: none;
}

.Nav_barBtn__FuQ__ svg,
.Nav_searchIcon__JGu54 svg {
	width: 16px;
	height: 16px;
}

.Nav_barBtn__FuQ__:hover,
.Nav_closeIcon__FXG7H:hover,
.Nav_searchIcon__JGu54:hover {
	background-color: #211d41;
}

.Nav_selectLanguage__4EcWL {
	position: relative;
}

.Nav_sidebarMbBtn__Pokkg {
	display: none;
	width: 100%;
}

.Nav_sidebarMbBtn__Pokkg.Nav_isShowWithSidebarMb__6X9Np {
	position: absolute;
	bottom: 100px;
	display: grid;
	grid-template-columns: 40px auto;
	gap: 24px;
	align-items: center;
	padding: 0 16px;
}

.Nav_sidebarMbBtn__Pokkg.Nav_isShowWithSidebarMb__6X9Np
	.Nav_selectLanguage__4EcWL {
	position: relative;
	padding: 8px;
}

.Nav_sidebarMbBtn__Pokkg.Nav_isShowWithSidebarMb__6X9Np
	.Nav_signInMenu__LEC_1
	> div {
	display: flex;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.Nav_sidebarMbBtn__Pokkg.Nav_isShowWithSidebarMb__6X9Np
	.Nav_signInMenu__LEC_1
	> div
	> div
	> div {
	top: -100px;
	left: 0;
	right: unset;
}

.Nav_logInBtn__lLJ7c {
	justify-self: flex-end;
	align-self: flex-end;
}

.Nav_selectLanguage__4EcWL svg {
	width: 24px;
	height: 24px;
}

.Nav_settingBtn__KX_IH svg {
	width: 22px;
	height: 22px;
}

.Nav_pageSelection__bEu0Y {
	display: none;
}

.Nav_pageSelection__bEu0Y.Nav_isShowWithSidebarMb__6X9Np {
	display: flex;
}

.Nav_navMenuMb__WVYBV {
	display: none;
	margin-top: 26px;
}

.Nav_navMenuMb__WVYBV.Nav_isShowWithSidebarMb__6X9Np {
	display: block;
}

.Nav_navMenuMbShow__284gA {
	display: flex;
	align-items: center;
	font-weight: 600;
	line-height: 22px;
	color: #fff !important;
}

@media (min-width: 1000px) {
	.Nav_wrapper__GUUmi {
		grid-template-columns: 146px 60% auto;
		grid-template-areas: "selectPage search sidebarMbBtn";
		grid-template-rows: 44px;
		justify-content: stretch;
		-webkit-column-gap: 16px;
		column-gap: 16px;
		height: 44px;
		padding: 0 8px;
	}

	.Nav_wrapper__GUUmi .Nav_search__KkNMk {
		grid-area: search;
	}

	.Nav_wrapper__GUUmi .Nav_selectPage__ByOk_ {
		grid-area: selectPage;
	}

	.Nav_wrapper__GUUmi .Nav_sidebarMbBtn__Pokkg {
		grid-area: sidebarMbBtn;
	}

	.Nav_logo__BsbDm {
		display: none;
		justify-self: stretch;
	}

	.Nav_wrapper__GUUmi .Nav_barBtn__FuQ__,
	.Nav_wrapper__GUUmi .Nav_searchIcon__JGu54 {
		display: none;
	}

	.Nav_wrapper__GUUmi .Nav_logInBtn__lLJ7c,
	.Nav_wrapper__GUUmi .Nav_menu__owzQs,
	.Nav_wrapper__GUUmi .Nav_search__KkNMk > div:first-child,
	.Nav_wrapper__GUUmi .Nav_selectPage__ByOk_,
	.Nav_wrapper__GUUmi .Nav_signInMenu__LEC_1 {
		display: block;
	}

	.Nav_sidebarMbWrapper__PqTxX {
		display: none;
	}

	.Nav_menu__owzQs {
		justify-self: flex-end;
	}

	.Nav_selectLanguage__4EcWL {
		display: block;
		width: 32px;
		height: 32px;
	}

	.Nav_pageSelection__bEu0Y {
		display: flex;
	}

	.Nav_sidebarMbBtn__Pokkg {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		height: 32px;
		gap: 10px;
	}

	.Nav_sidebarMbBtn__Pokkg .Nav_settingBtn__KX_IH {
		display: none;
	}

	.Nav_selectLanguage__4EcWL svg {
		width: 32px;
		height: 32px;
	}
}

.Footer_footer___e7n_ {
	background-color: #0f0c23;
	color: #949494;
}

.Footer_wrapper__JZxXj {
	background-color: #0f0c23;
	width: 100%;
}

.Footer_container__wUhnV {
	padding: 40px 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 1100px;
}

.Footer_imgContainer__Xj8zI {
	position: relative;
	max-width: 1100px;
	height: 40px;
	margin: 0 0 48px;
}

.Footer_logo____ZFH {
	display: flex;
	align-items: center;
	margin: 0 0 32px;
	gap: 0.75rem;
}

.Footer_logo____ZFH,
.Footer_logo____ZFH img {
	width: 160px !important;
	height: 50px !important;
}

.Footer_secImg__LUGPD {
	margin: 8px 0 0;
}

.Footer_container__wUhnV p {
	line-height: 1.5;
	font-weight: 300;
	font-size: 1rem;
	max-width: 42rem;
	color: #fff;
	margin: 0;
	text-align: justify;
}

.Footer_info__GbwZN {
	display: flex;
	flex-flow: row wrap;
	gap: 1.25rem;
	justify-content: space-between;
	margin-bottom: 32px;
}

.Footer_social__MmGtC {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-basis: 100%;
	justify-content: center;
	flex-shrink: 1;
	gap: 1rem;
	cursor: pointer;
}

.Footer_infoList__X8pRM {
	color: #fff;
}

.Footer_infoList__X8pRM ul {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 0;
	margin: 0;
}

.Footer_infoList__X8pRM li {
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}

.Footer_infoList__X8pRM label {
	width: 100%;
	position: relative;
	text-align: left;
}

.Footer_infoList__X8pRM select {
	padding: 10px 18px;
	background: #3d3241;
	color: #c5c2c6;
	border: 1px solid transparent;
	line-height: 22px;
	border-radius: 10px;
	width: 100%;
}

.Footer_infoList__X8pRM h3 {
	color: #ff9155;
	margin: 0 0 24px;
	font-size: 20px;
}

.Footer_copyright__0r95D {
	font-weight: 300;
}

.Footer_copyright__0r95D span {
	font-weight: 700;
}

.Footer_copyright__0r95D,
.Footer_info__GbwZN,
.Footer_logo____ZFH {
	width: 100%;
}

@media only screen and (min-width: 900px) {
	.Footer_logo____ZFH,
	.Footer_logo____ZFH img {
		width: 280px !important;
		height: 76px !important;
	}

	.Footer_info__GbwZN {
		gap: 2.5rem;
	}

	.Footer_social__MmGtC {
		order: 2;
	}

	.Footer_container__wUhnV {
		padding: 40px 0;
	}
}

.Menu_menuWrapper__g1dUi {
	width: 100%;
	background-color: #120f30;
}

.Menu_menuContainer__V8GFS {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	overflow-x: auto;
}

.Menu_menu__EkmM8 {
	height: 50px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 6px;
}

.Menu_menu__EkmM8 a {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.Menu_menuWrapper__g1dUi {
		padding-top: 72px;
	}

	.Menu_menu__EkmM8 {
		gap: 10px;
	}

	.Menu_menu__EkmM8 a {
		min-width: 106px;
		display: flex;
		justify-content: center;
	}
}

@media screen and (min-width: 1000px) {
	.Menu_menuWrapper__g1dUi {
		padding-top: 45px;
	}
}

.HeaderAndFooter_bodyContainer__MAPbf {
	background-color: #151136;
	padding: 8px 6px;
	position: relative;
	min-height: 100vh;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.HeaderAndFooter_bodyContainer__MAPbf {
		padding-top: 80px;
	}
}

@media screen and (max-width: 1100px) {
	.HeaderAndFooter_bodyContainer__MAPbf {
		padding: 8px 10px;
	}
}

.Tooltip_tooltipWrapper__I5w8T {
	position: absolute;
	display: block;
	width: 320px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	z-index: 9999;
	color: #fff;
}

.Tooltip_tooltipWrapper__I5w8T p {
	overflow: unset !important;
	white-space: unset !important;
	text-overflow: unset !important;
	text-align: left !important;
	width: 100% !important;
	font-weight: 400 !important;
	position: unset !important;
	-webkit-transform: none !important;
	transform: none !important;
	font-size: 0.75rem !important;
}

.Tooltip_tooltipWrapper__I5w8T.Tooltip_isLoadingTooltip__kJyKp {
	width: 40px !important;
}

.Tooltip_tooltipArrow__lstsq {
	width: 0;
	height: 0;
	position: absolute;
	left: calc(50% - 9px);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #413582;
	top: -8px;
	z-index: 3;
}

.Tooltip_tooltipArrow__lstsq.Tooltip_isShowToTop__9Oglo {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: unset;
	bottom: -8px;
}

.Tooltip_tooltipArrow__lstsq.Tooltip_notShowArrow__XsSnY {
	display: none;
}

.Tooltip_loadingTooltip__W_UnW {
	background-color: #413582;
}

@media screen and (max-width: 500px) {
	.Tooltip_tooltipWrapper__I5w8T {
		width: 230px;
	}
}

.StarIcon_star__4bOo6 {
	margin-bottom: 3px;
	position: absolute;
	top: -16px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.StarIcon_star__4bOo6 svg {
	width: 8px;
	height: 8px;
	fill: gold;
}

.StarIcon_star__4bOo6 svg path {
	stroke: gold;
}

.Item_itemImgWrapper__Dv4GS {
	position: relative;
}

.Item_itemImgWrapper__Dv4GS.Item_isNotOverflow__5dnjZ {
	position: relative;
}

.Item_itemImgWrapper__Dv4GS > div > img {
	overflow: hidden;
	border: 2px solid #aa9cc0;
	border-radius: 4px;
	cursor: pointer;
}

.Item_itemImgWrapper__Dv4GS > div > span {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 16px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	margin-top: 4px;
}

.Item_itemDragImgWrapper__fsaSI {
	width: 40px;
}

.Item_tooltipHeader__Y3FIg {
	display: flex;
	justify-content: space-between;
	padding: 8px;
	gap: 10px;
	background: #382f66;
	border-radius: 8px 8px 0 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 22px;
	border: 1px solid #6a5fa4;
	border-bottom: none;
}

.Item_tooltipBody__Z01y_ {
	background: #151136;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 12px;
	border: 1px solid #6a5fa4;
	border-top: none;
}

.Item_smallItems__P9wuG {
	display: flex;
	gap: 12px;
}

.Item_smallItems__P9wuG img {
	border: 1px solid #aa9cc0 !important;
	border-radius: 2px;
	position: unset !important;
	-webkit-transform: none !important;
	transform: none !important;
	width: 24px !important;
	height: 24px !important;
}

.Item_itemDes__6DiDS {
	font-weight: 400;
}

.Item_tooltipArrow__b34AA {
	width: 0;
	height: 0;
	position: absolute;
	left: calc(50% - 9px);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #413582;
	top: -10px;
}

.Item_tooltipArrow__b34AA.Item_isShowToTop__CpzXZ {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: unset;
	bottom: -10px;
}

@media screen and (max-width: 1100px) {
	.Item_itemImgWrapper__Dv4GS > div > img {
		width: 42px;
		height: 42px;
	}

	.Item_itemDragImgWrapper__fsaSI {
		width: 42px;
	}
}

.Champion_championImg__EUNfp {
	border-radius: 6px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Champion_champWrapper__HzX_J {
	position: relative;
}

.Champion_champImgWrapper__Z8nrI > div > span {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 16px;
	display: inline-block;
	overflow: hidden;
}

.Champion_championImg__EUNfp.Champion_championImgRenderFromBuilder__J8Pe7 {
	border: none !important;
	height: unset;
	position: unset;
}

.Champion_champImgWrapper__Z8nrI > div > a > img,
.Champion_championImg__EUNfp > img {
	border-radius: 4px;
}

.Champion_price_5__nQKwl > a > img,
.Champion_price_5__nQKwl > img {
	border: 2px solid #ffb93b;
}

.Champion_price_4__ux8Lm > a > img,
.Champion_price_4__ux8Lm > img {
	border: 2px solid #c440da;
}

.Champion_price_3__WWdbP > a > img,
.Champion_price_3__WWdbP > img {
	border: 2px solid #207ac7;
}

.Champion_price_2__1wo1z > a > img,
.Champion_price_2__1wo1z > img {
	border: 2px solid #11b288;
}

.Champion_price_1__kQpZv > a > img,
.Champion_price_1__kQpZv > img {
	border: 2px solid grey;
}

.Champion_tooltip__j698P.Champion_isShowChampTooltip__CpU7v {
	opacity: 1;
}

.Champion_tooltip__j698P {
	width: 100%;
	display: none;
	flex-flow: column;
	position: absolute;
	opacity: 0;
	transition: 0.3s ease-in;
	-webkit-transform: translateY(-102%);
	transform: translateY(-102%);
	border-radius: 3px;
	padding: 20px 10px;
	background-color: rgba(0, 0, 0, 0.85);
	min-width: 200px;
	z-index: 3;
}

.Champion_tooltip_header__jj8za {
	color: #3dd0d8;
	padding: 0 10px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.9);
	line-height: 40px;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.251);
	font-weight: 600;
}

.Champion_price___y8ob {
	display: flex;
	color: #fff;
	align-items: center;
	font-weight: 400;
}

.Champion_price___y8ob svg {
	width: 1rem;
	height: 1rem;
	fill: #ffb93b;
	margin-right: 10px;
}

.Champion_attack_range_info___RxfY,
.Champion_trait__9SdsL {
	display: flex;
	align-items: center;
	padding: 7px 10px;
}

.Champion_trait__9SdsL {
	color: #80afdc;
}

.Champion_traitImg__W947E {
	width: 25px;
	height: 25px;
	position: relative;
	margin-right: 10px;
}

.Champion_attack_range_info___RxfY {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
}

.Champion_attack_range_block__nf9a7 {
	width: 13px;
	height: 13px;
	border: 1px solid #3dd0d8;
	margin-right: 3px;
	background-color: #3dd0d8;
}

.Champion_tooltipHeader__JEnzU {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 8px;
	gap: 10px;
	background: #382f66;
	border-radius: 8px 8px 0 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 22px;
	border: 1px solid #6a5fa4;
	border-bottom: none;
}

.Champion_tooltipBody__ojwns {
	background: #151136;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 12px;
	border: 1px solid #6a5fa4;
	border-top: none;
}
.Champion_tooltipBody__ojwns ul li {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 16px;
}

.Champion_champTrait__BJ__Y {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
}

.Champion_champTrait__BJ__Y img {
	width: 18px !important;
	height: 18px !important;
	background-color: #3b2d6a;
	border-radius: 50% !important;
	padding: 2px !important;
	border: none !important;
	position: unset !important;
	-webkit-clip-path: unset !important;
	clip-path: unset !important;
	-webkit-transform: unset !important;
	transform: unset !important;
}

.Champion_champTrait__BJ__Y span {
	width: unset;
}

.Champion_champAtkRange__fn_Bq {
	display: flex;
	gap: 8px;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 16px;
	margin-bottom: 10px;
	align-items: center;
}

.Champion_defaultAtkRange__byhoc {
	width: 8px;
	height: 8px;
	background: #d9d9d9;
	border-radius: 2px;
}

.Champion_defaultAtkRange__byhoc.Champion_realAtkRange__steHz {
	background: gold;
}

.Champion_champSkill__Reqdt {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
	align-items: center;
}

.Champion_champSkill__Reqdt img {
	width: 30px !important;
	height: 30px !important;
	border: none;
	border-radius: 0;
	position: unset !important;
	-webkit-transform: unset !important;
	transform: unset !important;
	-webkit-clip-path: none !important;
	clip-path: none !important;
}

.Champion_skillInfo__yh6Ps {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	row-gap: 4px;
}

.Champion_skillInfo__yh6Ps p:first-child {
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 14px !important;
	margin-top: 0 !important;
	color: gold;
}

.Champion_skillInfo__yh6Ps p:last-child {
	font-weight: 400;
	color: #fff;
}

.Champion_skillSet__wZQA3 {
	font-weight: 400 !important;
	font-size: 0.75rem !important;
	line-height: 14px !important;
}

.Champion_champItemList__EKW1U {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	margin-top: 4px;
	width: 100%;
}

.Champion_champItemList__EKW1U img {
	width: 16px !important;
	height: 16px !important;
	border: none !important;
	border-radius: 4px;
}

.Champion_linkDetail__rMCao {
	display: inline-block;
}

@media screen and (min-width: 1100px) {
	.Champion_championImg__EUNfp {
		height: 40px;
	}

	.Champion_linkDetail__rMCao {
		display: none;
	}
}

.BtnComponent_hexCoreImgFromPicker__wW3dA {
	width: 100%;
	height: 100%;
}

.BtnComponent_hexCoreImgFromPicker__wW3dA img {
	width: 100%;
	height: 100%;
	border: none;
}

.BtnComponent_hexCoreImgFromPicker__wW3dA span {
	color: #fff;
}

.ChampList_champWrapperWithoutDrag__VAqhf,
.ChampList_champWrapper__54r1I {
	display: flex;
	flex-direction: column;
	width: 40px;
}

.ChampList_champWrapperWithoutDrag__VAqhf p,
.ChampList_champWrapper__54r1I p {
	margin-top: 2px;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 16px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.ChampList_champWrapper__54r1I ul li {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 16px;
}

.ChampList_champWrapperWithoutDrag__VAqhf > div > span,
.ChampList_champWrapper__54r1I > div > span.title {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 16px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	margin-top: 4px;
}

.ChampList_champWrapperWithoutDrag__VAqhf > div > img {
	border-radius: 6px;
}

.ChampList_loadingChampList__jiliQ {
	margin-top: 100px;
	background: 0 0;
}

@media screen and (max-width: 1100px) {
	.ChampList_champWrapper__54r1I > div > img {
		width: 100%;
		height: 100%;
	}
}

.ItemList_loadingItemList__5DA6v {
	margin-top: 100px;
	background: 0 0;
}

.TeamBuilderFilter_teamBuilderFilterWrapper__J1e_a {
	width: 100%;
	padding: 8px 16px;
	background: #2b244f;
	border-radius: 4px;
	margin-top: 13px;
	height: auto;
}

.TeamBuilderFilter_filter___qZHO {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.TeamBuilderFilter_category__cWxvg {
	display: flex;
	align-items: center;
	gap: 40px;
	font-weight: 700;
	font-size: 1rem;
	line-height: 22px;
}

.TeamBuilderFilter_category__cWxvg p {
	padding: 8px 6px;
	text-align: center;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	transition: 0.2s;
	width: -webkit-max-content;
	width: max-content;
}

.TeamBuilderFilter_category__cWxvg .TeamBuilderFilter_active__VG7XJ {
	border-bottom: 2px solid #f2c943;
}

.TeamBuilderFilter_filterOptions__mX0Yo {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 16px;
	align-items: center;
	width: 100%;
	justify-content: right;
}

.TeamBuilderFilter_filterOptions__mX0Yo.TeamBuilderFilter_isShowItemList__q6sKi {
	grid-template-columns: auto auto;
}

.TeamBuilderFilter_classFilter__kQo4M,
.TeamBuilderFilter_priceFilter__iaKzU {
	cursor: pointer;
}

.TeamBuilderFilter_classFilter__kQo4M svg:first-child {
	width: 20px;
	height: 20px;
}

.TeamBuilderFilter_classFilter__kQo4M svg:last-child {
	width: 14px;
	height: 7px;
	position: absolute;
	right: 6px;
}

.TeamBuilderFilter_traitChildrenWrapper__r_zzG {
	position: relative;
}

.TeamBuilderFilter_classFilter__kQo4M {
	width: 130px;
	height: 32px;
	padding: 6px 12px 6px 4px;
	border: 1px solid #aa9cc0;
	border-radius: 4px;
	display: flex;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 20px;
	align-items: center;
	gap: 6px;
}

.TeamBuilderFilter_classFilter__kQo4M span {
	display: inline-block;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.TeamBuilderFilter_classFilter__kQo4M.TeamBuilderFilter_isShowOption__M2mSU {
	border: 1px solid;
	border-color: gold gold #aa9cc0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.TeamBuilderFilter_classFilter__kQo4M img {
	width: 20px;
	height: 20px;
}

.TeamBuilderFilter_priceFilter__iaKzU {
	width: 60px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #aa9cc0;
	border-radius: 4px;
}

.TeamBuilderFilter_priceFilter__iaKzU.TeamBuilderFilter_isActive__W5Wax {
	border: 1px solid gold;
}

.TeamBuilderFilter_priceFilter__iaKzU svg {
	width: 24px;
	height: 24px;
}

.TeamBuilderFilter_searchWrapper__y_WMG {
	width: 100%;
	max-width: 236px;
	border: none;
}

.TeamBuilderFilter_searchWrapper__y_WMG input {
	padding-left: 7px;
}

/* .TeamBuilderFilter_champList__E_lPx {
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
	align-content: flex-start;
	gap: 18px;
	height: auto;
} */

.custom-scroll-bar::-webkit-scrollbar,
.TeamBuilderFilter_traitSelection__h2jmI::-webkit-scrollbar {
	width: 4px;
}

.custom-scroll-bar::-webkit-scrollbar-track,
.TeamBuilderFilter_traitSelection__h2jmI::-webkit-scrollbar-track {
	border-radius: 4px;
	background: #221846 0 0 no-repeat padding-box;
}

.custom-scroll-bar::-webkit-scrollbar-thumb,
.TeamBuilderFilter_traitSelection__h2jmI::-webkit-scrollbar-thumb {
	background: #b1b1b17a 0 0 no-repeat padding-box;
}

.TeamBuilderFilter_smallItemWrapper__Lm5_6 {
	display: none;
	display: flex;
	gap: 4px;
	padding: 2px 2px 2px 4px;
	border-radius: 7px 0 0 7px;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 700;
}

.TeamBuilderFilter_smallItemWrapper__Lm5_6 p {
	margin: 0 6px;
}

.TeamBuilderFilter_smallItemContainer__1_8Ji {
	display: flex;
	gap: 6px;
	padding: 4px;
	background: #2d2b56;
	transition: all 0.3s;
	cursor: pointer;
}

.TeamBuilderFilter_smallItemContainer__1_8Ji:hover {
	background-color: #473e7c;
}

.TeamBuilderFilter_smallItemContainer__1_8Ji.TeamBuilderFilter_isActive__W5Wax {
	background-color: #5d4eaf;
}

.TeamBuilderFilter_filterSmallItemBtn__t0QPU {
	width: 20px;
	height: 20px;
}

.TeamBuilderFilter_filterSmallItemBtn__t0QPU img {
	width: 100%;
	height: 100%;
}

.TeamBuilderFilter_traitSelection__h2jmI {
	max-height: 150px;
	overflow-y: auto;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid gold;
	border-top: none;
	position: absolute;
	background: #151136;
	z-index: 2;
	display: none;
}

.TeamBuilderFilter_traitSelection__h2jmI.TeamBuilderFilter_isShow__XlL_c {
	display: block;
}

.TeamBuilderFilter_traitOption__Wp0SB {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 19px;
	gap: 8px;
	cursor: pointer;
	padding: 6px 0 4px 4px;
}

.TeamBuilderFilter_traitOption__Wp0SB:hover {
	background: #241d65;
}

.TeamBuilderFilter_traitOption__Wp0SB img,
.TeamBuilderFilter_traitOption__Wp0SB svg {
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 460px) {
	.TeamBuilderFilter_searchWrapper__y_WMG {
		display: none;
	}

	.TeamBuilderFilter_filter___qZHO {
		align-items: flex-start;
	}

	.TeamBuilderFilter_filterOptions__mX0Yo {
		display: flex;
	}

	.TeamBuilderFilter_smallItemWrapper__Lm5_6 {
		flex-flow: row wrap;
		justify-content: start;
		gap: 2px;
		padding-left: 0;
	}
}

@media screen and (max-width: 660px) {
	.TeamBuilderFilter_teamBuilderFilterWrapper__J1e_a {
		padding: 8px;
	}

	.TeamBuilderFilter_category__cWxvg p {
		padding: 4px 6px;
		font-size: 0.75rem !important;
	}

	.TeamBuilderFilter_smallItemWrapper__Lm5_6 {
		padding: 0 0 0 6px;
	}

	.TeamBuilderFilter_filterSmallItemBtn__t0QPU {
		width: 16px;
		height: 16px;
	}
}

@media (min-width: 660px) and (max-width: 1100px),
	screen and (max-width: 660px) {
	.TeamBuilderFilter_filterOptions__mX0Yo {
		grid-template-columns: auto auto auto;
		gap: 8px;
	}

	.TeamBuilderFilter_searchWrapper__y_WMG {
		margin: 0;
	}

	.TeamBuilderFilter_category__cWxvg {
		gap: 0;
		font-size: 0.875rem;
		line-height: 15px;
	}

	.TeamBuilderFilter_classFilter__kQo4M {
		width: 122px;
		padding-right: 6px;
		gap: 7px;
		font-size: 0.75rem;
		line-height: 15px;
	}

	.TeamBuilderFilter_classFilter__kQo4M svg:last-child {
		right: 6px;
	}

	.TeamBuilderFilter_priceFilter__iaKzU {
		width: 40px;
		font-size: 0.75rem;
		line-height: 15px;
	}

	.TeamBuilderFilter_traitOption__Wp0SB {
		font-size: 0.75rem;
		line-height: 15px;
	}
}

@media screen and (min-width: 660px) and (max-width: 1100px) {
	.TeamBuilderFilter_priceFilter__iaKzU {
		width: 50px;
	}

	.TeamBuilderFilter_filterOptions__mX0Yo {
		gap: 8px;
	}

	.TeamBuilderFilter_searchWrapper__y_WMG {
		display: block;
	}
}

.TraitsDetail_traitDetailsWrapper__9lnk1 {
	width: 100%;
	min-height: 100vh;
	max-width: 1140px;
	margin: 10px auto;
	display: flex;
	flex-direction: column;
}

.TraitsDetail_traitFilter__nF9hU {
	display: flex;
	gap: 30px;
	align-items: center;
	margin-bottom: 30px;
}

.TraitsDetail_traitFilter__nF9hU span:first-child {
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 700;
}

.TraitsDetail__champTrait__Xp9fY {
	background: #2b244f;
	border: 1px solid #6a5fa4;
	border-radius: 4px;
	padding: 16px;
	display: flex;
	position: relative;
	gap: 20px;
	align-items: center;
	cursor: pointer;
	margin-bottom: 16px;
}

.TraitsDetail__champTrait__Xp9fY > img {
	width: 32px;
	height: 32px;
}

.TraitsDetail__champTrait__Xp9fY > svg {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 20px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: 0.2s;
}

.TraitsDetail__champTrait__Xp9fY.TraitsDetail_isShowMore__NNxgw > svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.TraitsDetail__champTrait__Xp9fY.TraitsDetail_isShowMore__NNxgw {
	border-bottom: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 0;
}

.TraitsDetail_traitDetail__lBVdo {
	background: #2b244f;
	border: 1px solid #6a5fa4;
	border-radius: 4px;
	border-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding: 16px;
	gap: 20px;
	align-items: center;
	margin-bottom: 16px;
}

.TraitsDetail_champsSameTrait__497uo {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 16px;
	text-align: center;
}

.TraitsDetail_traitDes__qoJyp {
	font-weight: 400;
	font-size: 0.875rem;
}

.TraitsDetail_champsSameTrait__497uo > div > div > a > img {
	border-radius: 50%;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.TraitsDetail_champImgWrapperTraitDetail__IvCiA {
	width: 54px;
}

.TraitsDetail_champImgWrapperTraitDetail__IvCiA > div > span {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	margin-top: 4px;
}

.TraitsDetail_activeSetWrapper__qSsko {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	margin-top: 20px;
	font-weight: 700;
	font-size: 0.875rem;
}

.TraitsDetail_activeSet__mSMI3 {
	display: flex;
	align-items: center;
	gap: 8px;
}

.TraitsDetail_activeSet__mSMI3.TraitsDetail_isActiveTraitSet__DHDSU {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.TraitsDetail__color1__r_AK_,
.TraitsDetail__color3__i2O2Z,
.TraitsDetail__color4__t9fLj,
.TraitsDetail__color5__H6VCi {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 40px;
	height: 40px;
	padding: 8px;
}

.TraitsDetail__color1__r_AK_ > span,
.TraitsDetail__color3__i2O2Z > span,
.TraitsDetail__color4__t9fLj > span,
.TraitsDetail__color5__H6VCi > span {
	font-weight: 600;
	font-size: 1.5rem;
}

.TraitsDetail__color1__r_AK_ {
	background: #6f4939;
	border: 1px solid #d7977b;
}

.TraitsDetail__color3__i2O2Z {
	background: #858585;
	border: 1px solid #cccaca;
}

.TraitsDetail__color4__t9fLj {
	background: #e7b03a;
	border: 1px solid #e5a109;
}

.TraitsDetail__color5__H6VCi {
	background: linear-gradient(0deg, #fceefe, #d5f4f8 51%, #b3f8f2);
	border: 1px solid #fff;
	color: rgba(29, 22, 22, 0.527);
}

@media screen and (max-width: 500px) {
	.TraitsDetail_champImgWrapperTraitDetail__IvCiA {
		width: 48px;
	}

	.TraitsDetail_champsSameTrait__497uo > div > div > a > img {
		width: 46px;
		height: 46px;
	}
}

.PopUp_popUpWrapper__oFa2c {
	position: fixed;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	left: 0;
	bottom: 0;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.5);
	overflow-y: hidden;
	color: #fff;
}

.PopUp_popUpWrapper__oFa2c.PopUp_isOpen__u8_u3 {
	display: flex;
}

.PopUp_popUp__cR6vf {
	background: #2b244f;
	border-radius: 4px;
	width: 360px;
}

.PopUp_popUpHeader__aBvlC {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 16px;
	border-bottom: 1px solid grey;
}

.PopUp_popUpHeader__aBvlC svg {
	width: 10px;
	height: 12px;
	cursor: pointer;
}

.PopUp_popUpBody__ASFa9 {
	padding: 8px 16px;
	margin-top: 14px;
}

.PopUp_popUpBody__ASFa9 .PopUp_controllerBtn__9YmOW {
	background-color: #f2bf43;
	color: #000;
	font-size: 0.5rem;
	line-height: 11px;
	font-weight: 700;
	width: 70px;
	height: 24px;
	padding: 5px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	cursor: pointer;
}

.PopUp_popUpBody__ASFa9 .PopUp_controllerBtn__9YmOW span {
	font-size: 0.5rem;
}

.PopUp_loadingSaveBtn__t0dqv {
	background-color: #f2bf43;
	width: 70px !important;
	height: 24px !important;
	padding: 5px;
	border-radius: 2px;
	cursor: pointer;
	margin: 0;
}

.PopUp_loadingSaveBtn__t0dqv svg {
	width: 10px;
	height: 10px;
	fill: #000;
}

.PopUp_btnWrapper__VtFOr {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 4px;
}

.ErrorMessages_inputErrorMessage__chYgJ {
	color: red;
	font-size: 0.8rem;
	font-weight: 500;
	margin-top: 5px;
}

.input_inputField__ADdhI {
	display: flex;
	flex-direction: column;
	font-weight: 500;
	font-size: 0.875rem;
	row-gap: 4px;
}

.input_inputField__ADdhI input {
	color: #000;
	border: 0;
	border-radius: 8px;
	font-size: 1rem;
	outline: 0;
	background-color: #e1e1e1;
	height: 40px;
}

.input_inputField__ADdhI input:focus {
	outline: none;
	border: 1px solid #318ab7;
	box-shadow: 0 0 15px 5px #318ab7;
}

.input_inputField__ADdhI input.input_inputError__Dl5WE {
	border: 1px solid red;
	outline: red;
	box-shadow: 0 0 15px 5px #b74131;
}

.Controller_controllerWrapper__TYZ7S {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}

.Controller_controllerBtn__S6LwW {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: #565895;
	cursor: pointer;
	font-weight: 700;
	font-size: 0.8125rem;
	line-height: 18px;
	text-transform: uppercase;
	padding: 8px;
}

.Controller_controllerBtn__S6LwW svg {
	width: 20px;
	height: 20px;
}

.Controller_controllerBtn__S6LwW:first-child {
	background-color: #f2bf43;
	color: #000;
}

.Controller_popUpWrapper__emUWr form input {
	background: #212048;
	border: 1px solid #d9d9d9;
	width: 100%;
	color: var(--textColorPrimary);
	height: 32px;
	border-radius: 2px;
	margin-bottom: 16px;
	margin-top: 8px;
}

.Controller_popUpWrapper__emUWr form input:focus {
	outline: none;
	border: 1px solid #318ab7;
	box-shadow: 0 0 15px 5px #318ab7;
}

.Controller_popUpWrapper__emUWr form input::-webkit-input-placeholder {
	color: hsla(0, 0%, 93%, 0.85);
	font-weight: 400;
	font-size: 0.85rem;
	line-height: 22px;
}

.Controller_popUpWrapper__emUWr form input::placeholder {
	color: hsla(0, 0%, 93%, 0.85);
	font-weight: 400;
	font-size: 0.85rem;
	line-height: 22px;
}

.Controller_popUpWrapper__emUWr .Controller_playMode__BsWkC {
	display: flex;
	flex-direction: column;
}

.Controller_playMode__BsWkC label {
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 19px;
	margin-bottom: 8px;
}

.Controller_playMode__BsWkC select {
	margin-bottom: 24px;
	background: #2b244f;
	border: 1px solid #aa9cc0;
	border-radius: 4px;
}

.Controller_playMode__BsWkC select,
.Controller_playMode__BsWkC select option {
	padding: 6px 8px;
	color: var(--textColorPrimary);
}

.Controller_linkWrapper__WAwHB {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.Controller_link__82Ykr {
	background: #212048;
	border: 1px solid #d9d9d9;
	padding: 14px 12px;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 22px;
	width: 100%;
	border-radius: 4px;
}

.Controller_link__82Ykr p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.Controller_confirmWrapper__oE3hK {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 24px;
}

@media screen and (max-width: 1100px) {
	.Controller_controllerBtn__S6LwW {
		padding: 6px;
	}

	.Controller_controllerBtn__S6LwW svg {
		width: 12px;
		height: 12px;
	}

	.Controller_controllerBtn__S6LwW span {
		font-size: 0.5rem;
		line-height: 11px;
	}
}

.HexagonComponent_hexagonContainer__2odCO {
	width: 44px;
	height: 50px;
	position: relative;
}

.HexagonComponent_hexagonContainer__2odCO.HexagonComponent_isDraggingChampion__bHSO_.HexagonComponent_isNotOver__uwDze
	.HexagonComponent_innerHexagon___9_zV {
	background-color: #261f5a;
}

.HexagonComponent_hexagonContainer__2odCO.HexagonComponent_isDraggingChampion__bHSO_
	.HexagonComponent_innerHexagon___9_zV {
	background-color: #493f9a;
}

.HexagonComponent_outerHexagon__1tlOs {
	width: 100%;
	height: 100%;
	background: #46435f;
}

.HexagonComponent_innerHexagon___9_zV,
.HexagonComponent_outerHexagon__1tlOs {
	-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.HexagonComponent_innerHexagon___9_zV {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 94%;
	height: 94%;
	background: #211d40;
}

.HexagonComponent_outerHexagon__1tlOs.HexagonComponent_price_5__0Gb64 {
	background: #ffb93b;
}

.HexagonComponent_outerHexagon__1tlOs.HexagonComponent_price_4__1EOQj {
	background: #c440da;
}

.HexagonComponent_outerHexagon__1tlOs.HexagonComponent_price_3__UyTIM {
	background: #207ac7;
}

.HexagonComponent_outerHexagon__1tlOs.HexagonComponent_price_2__Mzjjx {
	background: #11b288;
}

.HexagonComponent_outerHexagon__1tlOs.HexagonComponent_price_1__dLBr2 {
	background: grey;
}

.HexagonComponent_championImgRenderFromBuilder__xgJq6 > div > img {
	border: none !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	width: 94%;
	height: 94%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.HexagonComponent_champNameAndItemFromBuilder__m4QD1 > span {
	font-size: 0.75rem;
	line-height: 11px;
	font-weight: 700;
	position: absolute;
	left: 50%;
	bottom: -16px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	width: 41px;
}

.HexagonComponent_champNameAndItemFromBuilder__m4QD1 > div > svg {
	cursor: pointer;
}

.HexagonComponent_champNameAndItemFromBuilder__m4QD1
	.HexagonComponent_itemsWrapper__yPRSF
	> * {
	width: 14px;
	height: 14px;
}

.HexagonComponent_champNameAndItemFromBuilder__m4QD1
	.HexagonComponent_itemsWrapper__yPRSF.HexagonComponent_itemsWrapperDndEnabled__FyBz0
	> * {
	height: unset;
}

.HexagonComponent_itemsWrapper__yPRSF > div > div > div > img,
.HexagonComponent_itemsWrapper__yPRSF > div > div > img {
	width: 14px;
	height: 14px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	position: absolute;
	bottom: -2px;
	cursor: pointer;
	max-width: -webkit-max-content;
	max-width: max-content;
}

.HexagonComponent_itemsWrapper__yPRSF {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 1100px) {
	.HexagonComponent_itemsWrapper__yPRSF > div > div > div > img,
	.HexagonComponent_itemsWrapper__yPRSF > div > div > img {
		width: 16px;
		height: 16px;
	}

	.HexagonComponent_champNameAndItemFromBuilder__m4QD1 > div > svg {
		width: 12px !important;
		height: 12px !important;
	}

	.HexagonComponent_champNameAndItemFromBuilder__m4QD1 > span {
		width: 60px;
	}

	.HexagonComponent_itemsWrapper__yPRSF {
		gap: 4px;
	}

	.HexagonComponent_hexagonContainer__2odCO {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width: 768px) {
	.HexagonComponent_champNameAndItemFromBuilder__m4QD1 > span {
		font-size: 0.55rem;
		width: 32px;
	}

	.HexagonComponent_champNameAndItemFromBuilder__m4QD1
		.HexagonComponent_itemsWrapper__yPRSF
		> * {
		width: 12px;
		height: 12px;
	}

	.HexagonComponent_champNameAndItemFromBuilder__m4QD1 > div:first-child {
		top: -12px;
	}
}

.TraitBox_traitBoxWrapper__13Scw {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	height: 435px;
    /* background: #2b244f; */
}

.TraitBox_traitBoxContainer__JsMr8 {
	box-sizing: border-box;
	border: 1px solid rgb(66, 66, 84);
	background: rgb(33 29 64);
	border-radius: 4px;
	height: 48px;
	padding: 8px 12px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
}

.TraitBox_traitBoxContainer__JsMr8.TraitBox_isBuilderTeamCompDetail__zLjD5 {
	min-width: unset;
}

.TraitBox_traitHexagon__HU2eH {
	position: relative;
	width: 31px;
	height: 34px;
}

.TraitBox_traitHexagonWrapper__HJemJ > div > span {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 16px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.TraitBox_outerHexagon__cxRey {
	width: 100%;
	height: 100%;
	background: #000;
}

.TraitBox_innerHexagon__xBBln,
.TraitBox_outerHexagon__cxRey {
	-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.TraitBox_innerHexagon__xBBln {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 94%;
	height: 94%;
	background-color: #646464;
	display: flex;
	justify-content: center;
	align-items: center;
}

.TraitBox_innerHexagon__xBBln.TraitBox__color1__J2cZu {
	background: url(../../images/bronze.svg) 50% / cover no-repeat;
}

.TraitBox_innerHexagon__xBBln.TraitBox__color2__4OZiE,
.TraitBox_innerHexagon__xBBln.TraitBox__color3__g9cXb {
	background: url(../../images/silver.svg) 50% / cover no-repeat;
}

.TraitBox_innerHexagon__xBBln.TraitBox__color4__45n8j {
	background: url(../../images/gold.svg) 50% / cover no-repeat;
}

.TraitBox_innerHexagon__xBBln.TraitBox__color5__hLMxZ {
	background: url(../../images/chromatic.svg) 50% / cover no-repeat;
}

.TraitBox_innerHexagon__xBBln.TraitBox__color6__0sU6T {
	background: linear-gradient(
		0deg,
		#572aa4 5.23%,
		rgba(151, 111, 217, 0.962) 34.36%,
		rgba(151, 113, 217, 0.96) 71.57%,
		#572aa4 94.77%
	);
}

.TraitBox_traitCurrentSet___w6U3 {
	font-weight: 700;
	font-size: 0.625rem;
	line-height: 14px;
	background: hsla(0, 0%, 85%, 0.2);
	padding: 10px 6px 8px 8px;
	height: 36px;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 4px;
}

.TraitBox_traitBoxContainer__JsMr8.TraitBox_isBuilderTeamCompDetail__zLjD5
	.TraitBox_traitCurrentSet___w6U3 {
	background: 0 0;
	padding: 0;
	height: unset;
}

.TraitBox_traitAllSet__DJNN8,
.TraitBox_traitName__ZMDRg {
	font-weight: 700;
	font-size: 0.625rem;
	line-height: 14px;
}

.TraitBox_traitName__ZMDRg {
	white-space: nowrap;
}

.TraitBox_traitAllSet__DJNN8 {
	display: flex;
	gap: 4px;
	font-weight: 400;
}

.TraitBox_traitAllSet__DJNN8 span:last-child {
	display: none;
}

.TraitBox_noTrait__nwC13 {
	background-color: #2b244f;
	padding: 20px;
	font-size: 0.75rem;
	font-weight: 700;
	text-align: center;
	height: 100%;
	padding: 12px;
	box-sizing: border-box;
	color: #7B7A8E;
	font-size: 12px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	line-height: 16px;
}

.TraitBox_tooltipHeader__JjSaH {
	display: flex;
	justify-content: space-between;
	padding: 8px;
	gap: 10px;
	background: #382f66;
	border-radius: 8px 8px 0 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 22px;
	border: 1px solid #6a5fa4;
	border-bottom: none;
}

.TraitBox_tooltipBody__6ALst {
	background: #151136;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 12px;
	border: 1px solid #6a5fa4;
	border-top: none;
}

.TraitBox_tooltipBody__6ALst > span {
	font-size: 0.75rem;
}

.TraitBox_championsSameTrait__EhEKY {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 10px;
}

.TraitBox_championsSameTrait__EhEKY > div > div > a > img {
	width: 26px;
	height: 26px;
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
}

.TraitBox_championsSameTrait__EhEKY
	.TraitBox_isActiveChampion__TCPLl
	> div
	> a
	> img {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.TraitBox_activeSetsTooltip__sovyj > div {
	width: 26px;
	height: 26px;
	font-size: 0.875rem;
}

.TraitBox_activeSetsTooltip__sovyj {
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
	margin-bottom: 4px;
}

.TraitBox_activeSetsTooltip__sovyj.TraitBox_isActiveSet__buqAD {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.TraitBox_activeSetsTooltip__sovyj > div > span,
.TraitBox_activeSetsTooltip__sovyj > span > span > span {
	font-size: 0.75rem;
}

@media screen and (max-width: 1100px) {
	.TraitBox_traitBoxWrapper__13Scw {
		flex-direction: row;
		gap: 16px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.TraitBox_traitBoxContainer__JsMr8 {
		padding-left: 6px;
		padding-right: 8px;
		min-width: 150px;
	}

	.TraitBox_noTrait__nwC13 {
		width: 100%;
	}

	.TraitBox_traitCurrentSet___w6U3 {
		margin-left: 7px;
		margin-right: 6px;
		padding-left: 6px;
		padding-top: 14px;
	}

	.TraitBox_traitAllSet__DJNN8,
	.TraitBox_traitCurrentSet___w6U3,
	.TraitBox_traitName__ZMDRg {
		font-size: 0.5rem;
		line-height: 8px;
	}
}

@media screen and (max-width: 768px) {
	.TraitBox_traitHexagon__HU2eH {
		width: 20px;
		height: 24px;
	}

	.TraitBox_innerHexagon__xBBln > img {
		width: 14px;
		height: 14px;
	}
}

.BuilderStage_builderStage__oobuk {
	width: max-content;
	margin: 0 auto;
}

.BuilderStage_hexagonRowWrapper__O25yI {
	display: flex;
	align-items: center;
	gap: 20px;
}

.BuilderStage_hexagonRowWrapper__O25yI.BuilderStage_hexagonRowWrapper_1__QTLBn
	> svg,
.BuilderStage_hexagonRowWrapper__O25yI.BuilderStage_hexagonRowWrapper_2__85yf7
	> svg:last-child {
	width: 30px;
	height: 70px;
}

.BuilderStage_hexagonRowWrapper__O25yI.BuilderStage_hexagonRowWrapper_1__QTLBn{
	margin-left: 38px;
    margin-top: -8px;
}
.BuilderStage_hexagonRowWrapper__O25yI.BuilderStage_hexagonRowWrapper_2__85yf7 {
	margin-left: 0;
	margin-top: -8px;
}
.BuilderStage_hexagonRowWrapper__O25yI.BuilderStage_hexagonRowWrapper_3___6MaC {
	margin-left: 39px;
	margin-top: -8px;
}

.BuilderStage_hexagonRow__uaCP3 {
	display: flex;
	gap: 14px;
}

.BuilderStage_logo__qjFKV {
	width: 100%;
}

.BuilderStage_logo__qjFKV img {
	margin-left: 42px;
}

@media screen and (max-width: 1100px) {
	.BuilderStage_builderStage__oobuk {
		margin: 20px;
	}

	.BuilderStage_hexagonContainer__y7LgM svg {
		display: block;
	}

	.BuilderStage_logo__qjFKV img {
		width: 96px;
		height: 24px;
		position: absolute;
		top: 8px;
		left: 10px;
		margin-left: 0;
	}
}

.HexBox_hexBoxWrapper__aihgS {
	border-radius: 4px;
	background-color: #2b244f;
	padding: 16px 22.5px;
	width: 177px;
}

.HexBox_hexBoxWrapper__aihgS p {
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 16px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 16px;
}

.HexBox_hexPicker__1zSsx {
	display: flex;
	justify-content: space-between;
}

.HexBox_hexPickerBtn__ntvjp {
	background: hsla(0, 0%, 85%, 0.2);
	border: 1px solid rgba(154, 172, 197, 0.3);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 1rem;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	width: 32px;
	height: 32px;
}

.HexBox_hexPickerBtn__ntvjp > div > div > img {
	width: 100%;
	height: 100%;
	border: none;
}

.HexBox_hexBoxChildWrapper__6lSjs p {
	font-weight: 500;
	font-size: 0.625rem;
	line-height: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
}

.HexBox_popUp__5s0S0 {
	height: 620px;
	width: 650px;
	overflow: hidden;
}

.HexBox_searchHexCore__gaCnE {
	width: 100%;
	border: none;
}

.HexBox_searchHexCore__gaCnE input {
	padding: 8px 16px;
	border: none;
}

.HexBox_searchHexCore__gaCnE input svg {
	width: 12px;
	height: 12px;
}

.HexBox_hexCoreFilterWrapper__I_2Fk {
	display: flex;
	width: 100%;
	margin-top: 16px;
	align-items: center;
	position: relative;
	justify-content: space-between;
}

.HexBox_priceFilterBtn__NeT3m {
	position: absolute;
	right: 0;
}

.HexBox_category__bnbJ1 {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	margin-top: 4px;
}

.HexBox_category__bnbJ1 p {
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 22px;
	margin: 0;
	padding-bottom: 4px;
	cursor: pointer;
}

.HexBox_category__bnbJ1 p.HexBox_active__ER8Bh {
	border-bottom: 1px solid gold;
}

.HexBox_chosenOption__AGXBZ {
	display: grid;
	align-items: center;
	padding: 6px;
	grid-template-columns: -webkit-max-content auto -webkit-max-content;
	grid-template-columns: max-content auto max-content;
	gap: 6px;
	background: #2b244f;
	border: 1px solid #aa9cc0;
	border-radius: 4px;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 20px;
	cursor: pointer;
	width: 150px;
}

.HexBox_chosenOption__AGXBZ > span {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.HexBox_chosenOption__AGXBZ.HexBox_isShowHexCoreOption__BXcZP {
	border-radius: 4px 4px 0 0;
	border: 1px solid gold;
}

.HexBox_chosenOption__AGXBZ svg:first-child {
	width: 20px;
	height: 20px;
}

.HexBox_chosenOption__AGXBZ svg:last-child {
	width: 14px;
	height: 7px;
}

.HexBox_hexCoreOptions__zoOYw {
	background: #2b244f;
	border: 1px solid gold;
	border-top: none;
	border-radius: 0 0 4px 4px;
	display: flex;
	flex-direction: column;
	position: absolute;
	display: none;
	z-index: 3;
}

.HexBox_hexCoreOption__sowQ7 {
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 20px;
	display: flex;
	gap: 6px;
	align-items: center;
	cursor: pointer;
	padding: 8px 12px;
	width: 100%;
}

.HexBox_hexCoreOption__sowQ7:hover {
	background: #3c355f;
}

.HexBox_hexCoreOption__sowQ7 svg {
	width: 16px;
	height: 20px;
}

.HexBox_hexCoreListWrapper__0rWiG {
	height: 440px;
	overflow-y: scroll;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-right: 6px;
	-webkit-column-gap: calc(100% / 9 - 42px);
	column-gap: calc(100% / 9 - 42px);
	row-gap: 16px;
	align-content: flex-start;
}

.HexBox_hexCoreListWrapper__0rWiG::-webkit-scrollbar {
	width: 4px;
}

.HexBox_hexCoreListWrapper__0rWiG::-webkit-scrollbar-track {
	border-radius: 4px;
	background: #221846 0 0 no-repeat padding-box;
}

.HexBox_hexCoreListWrapper__0rWiG::-webkit-scrollbar-thumb {
	background: #b1b1b17a 0 0 no-repeat padding-box;
}

.HexBox_hexCoreListWrapper__0rWiG img {
	border: 2px solid grey;
	border-radius: 6px;
}

.HexBox_itemImgWrapper__dU58c {
	width: 56px;
}

.HexBox_itemImgWrapper__dU58c > p {
	margin: 0;
	text-align: center;
}

.HexBox_loadingHexCoreList__3rkiq {
	position: absolute;
	background: 0 0;
	top: 50%;
	left: 50%;
}

@media screen and (max-width: 600px) {
	.HexBox_hexBoxChildWrapper__6lSjs {
		justify-content: space-between;
		display: flex;
		align-items: center;
	}

	.HexBox_hexPicker__1zSsx {
		gap: 10px;
	}

	.HexBox_hexCoreListWrapper__0rWiG {
		-webkit-column-gap: calc(100% / 6 - 42px);
		column-gap: calc(100% / 6 - 42px);
	}

	.HexBox_category__bnbJ1 > p {
		font-size: 0.75rem;
	}
}

@media screen and (min-width: 600px) and (max-width: 1100px) {
	.HexBox_hexBoxChildWrapper__6lSjs {
		display: flex;
		align-items: center;
		gap: 32%;
	}

	.HexBox_hexPicker__1zSsx {
		gap: 18px;
	}
}

@media screen and (max-width: 1100px) {
	.HexBox_itemImgWrapper__dU58c {
		width: 42px;
	}
}

.ChampionBox_championBoxWrapper__4jcv8 > p {
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 16px;
	text-align: center;
	margin-bottom: 16px;
}

.ChampionBox_champImgWrapperChampBox__ALs5T p {
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 0.75rem;
	text-align: center;
}

.ChampionBox_champion__gZhf2 {
	position: relative;
}

.ChampionBox_championBoxWrapper__4jcv8 {
	width: 177px;
	background: #2b244f;
	border-radius: 4px;
	padding: 16px 17px;
	height: 100%;
}

.ChampionBox_champImgWrapperChampBox__ALs5T {
	width: 40px;
}

.ChampionBox_champImgWrapperChampBox__ALs5T > div > img {
	width: 40px;
	height: 40px;
	border-radius: 4px;
}

.ChampionBox_champImgWrapperChampBox__ALs5T > div > span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	width: 42px;
	font-size: 0.75rem;
	line-height: 16px;
	display: inline-block;
}

.ChampionBox_addBtnContainer__9zzcF {
	width: 100%;
	display: flex;
	justify-content: center;
}

.ChampionBox_addBtnImg__ZzulU {
	display: flex;
	align-items: center;
	justify-content: center;
	background: hsla(0, 0%, 100%, 0.1);
	border-radius: 100px;
	width: 28px;
	height: 28px;
}

.ChampionBox_addBtnImg__ZzulU svg {
	width: 12px;
	height: 12px;
}

.ChampionBox_championBoxContainer__kgWiM {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.ChampionBox_championBoxContainer__kgWiM .ChampionBox_champion__gZhf2 {
	display: flex;
	gap: 5px;
}
.ChampionBox_championBoxContainer__kgWiM .champ_start {
	top: -5px;
	text-align: left;
}
.ChampionBox_championBoxContainer__kgWiM div:not(.champ_start) span{
	font-size: 10px;
}
.primary-champ-item {
	position: relative;
}
.primary-champ-item > div > span:not("svg-icon") {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 16px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	margin-top: 4px;
}
.ChampionBox_champAndItem__6LvKh {
	margin-top: 5px;
	display: flex;
	gap: 0;
	align-items: center;
	border-bottom: 1px dashed #907659;
}

.ChampionBox_items__Wji60 {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 22px;
}

.ChampionBox_itemImgWrapper__lzocV > div > img {
	border: 2px solid #d9d9d9;
	border-radius: 4px;
	overflow: hidden;
	width: 24px;
	height: 24px;
}

@media screen and (max-width: 600px) {
	.ChampionBox_champAndItem__6LvKh {
		width: 45% !important;
	}

	.title_page {
		padding: 0 15px;
		height: 110px !important;
	}
	.title_page p {
		width: auto;
	}
}

@media screen and (min-width: 600px) and (max-width: 900px) {
	.ChampionBox_champAndItem__6LvKh {
		width: 30% !important;
	}
}

@media screen and (max-width: 1100px) {
	.ChampionBox_championBoxContainer__kgWiM {
		display: flex;
		flex-flow: row wrap;
		-webkit-column-gap: 24px;
		column-gap: 24px;
		width: 100%;
		justify-content: space-between;
	}

	.ChampionBox_champAndItem__6LvKh {
		gap: 6px;
		width: 20%;
	}

	.ChampionBox_addBtnImg__ZzulU {
		margin-top: 18px;
	}
}

.TeamBuilder_teamBuilderWrapper__BCDQ3 {
	max-width: 1140px;
	margin: 0 auto;
	color: #fff;
	margin-top: 20px;
}
.team-collect-wrapper {
	grid-area: team-collect-area;
}
.TeamBuilder_teamBuilderContainer__VVlgL {
	margin-top: 14px;
	display: grid;
	grid-template-areas: "trait-area team-builder-area" "team-collect-area team-collect-area" "filter-area filter-area";
	grid-template-columns: auto 949px;
	padding-bottom: 60px;
	row-gap: 20px;
}

.TeamBuilder_teamBuilderContainer__VVlgL.TeamBuilder_isTraitBoxOverFlow__2HVkh {
	grid-template-areas: "trait-area team-builder-area" "trait-area filter-area";
	-webkit-column-gap: 16px;
	column-gap: 16px;
}

.TeamBuilder_traitBoxArea__BtU4e {
	grid-area: trait-area;
}

.TeamBuilder_teamBuilderField__5yapo {
	display: grid;
	grid-area: team-builder-area;
	grid-template-areas: "stage-area picker-area";
	grid-template-columns: auto 177px;
	width: 100%;
	column-gap: calc((100% - (623px + 262px)) / 2);
	max-width: 948px;
}

.TeamBuilder_builderStageArea__LU9pm {
	grid-area: stage-area;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.TeamBuilder_hexChampPicker__TeLED {
	grid-area: picker-area;
}

.TeamBuilder_filterArea__YKhk3 {
	grid-area: filter-area;
}

.TeamBuilder_hexChampPicker__TeLED {
	display: flex;
	flex-direction: column;
	row-gap: 17px;
}

.TeamBuilder_switchBtn__XB4sE {
	display: none;
}
.css-j83abp * {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
.team-collect-wrapper h1,
.team-collect-wrapper h2,
.team-collect-wrapper h3,
.team-collect-wrapper h4,
.team-collect-wrapper h5,
.team-collect-wrapper h6,
.team-collect-wrapper span,
.team-collect-wrapper p,
.team-collect-wrapper div {
	/* word-break: keep-all;
	white-space: pre-wrap; */
}
.team-collect-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #151136;
	padding: 12px 0;
}
ul.dropdown__list {
	max-height: 450px;
}
.team-collect-wrapper ul.team-collect-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.team-collect-wrapper ul.team-collect-list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	width: 160px;
	height: 40px;
	border: 1px solid #424254;
	box-sizing: border-box;
	background: #31313c;
	cursor: pointer;
	font-size: 14px;
}
.team-collect-wrapper ul.team-collect-list li:first-of-type {
	border-radius: 4px 0px 0px 4px;
}
.team-collect-wrapper ul.team-collect-list li.active {
	background: #907659;
	border: none;
	font-weight: 700;
}
.team-collect-wrapper ul.team-collect-list li .svg-icon {
	margin-right: 8px;
	display: inline-block;
}

.team-collect-wrapper .css-1ffm4eu svg {
	display: block;
	width: 100%;
	height: 100%;
}
.team-collect-wrapper .css-j83abp {
	box-sizing: border-box;
	width: 100%;
	height: 56px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.team-collect-wrapper .css-j83abp .filter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.team-collect-wrapper .css-1253kci {
	position: relative;
	background: #1c1c1f url(https://s-tft-web.op.gg/images/svg/icon-search.svg)
		no-repeat right 8px center;
	-webkit-background-size: 24px;
	background-size: 24px;
	border-radius: 4px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 48px 10px 16px;
	box-sizing: border-box;
}
.team-collect-wrapper .css-1nqkeeq {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 20px;
	color: #fff;
	background-color: transparent;
}
.team-collect-wrapper .team-collect-wrapper input {
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	outline: none;
}
.TeamBuilderFilter_champList__E_lPx .item-container {
	padding: 8px;
	gap: 20px;
}
.team-collect-wrapper .css-6vzfcw {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 16px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.team-collect-wrapper .css-1d9weis {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.team-collect-wrapper .css-k707tf {
	position: relative;
}
.team-collect-wrapper .css-k707tf select {
	position: absolute;
	opacity: 0;
}

.team-collect-wrapper .css-1dtqs0d {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #424254;
	background-color: #31313c;
	border-radius: 4px;
	gap: 4px;
	cursor: pointer;
	color: #fff;
	line-height: 20px;
	box-sizing: border-box;
}
.team-collect-wrapper .css-sm6uaa {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.team-collect-wrapper .css-k707tf .dropdown__label-icon {
	color: #7b7a8e;
}
.team-collect-wrapper .css-1ffm4eu {
	display: inline-block;
	white-space: normal;
}
.team-collect-wrapper .css-1ffm4eu svg {
	display: block;
	width: 100%;
	height: 100%;
}
.team-collect-wrapper .css-1rsoygg {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 112px;
	margin-top: 4px;
	z-index: 1000;
	border-radius: 4px;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.team-collect-wrapper .dropdown--focused .css-1rsoygg {
	display: block;
}
.team-collect-wrapper .css-11n0s59 {
	overflow-y: auto;
}

.team-collect-wrapper .css-1gd8fif {
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	padding: 0 12px;
	width: 100%;
	height: 40px;
	outline: none;
	text-align: left;
	white-space: nowrap;
	border-top: 1px solid #1c1c1f;
	background-color: #31313c;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	gap: 8px;
}
.team-collect-wrapper .css-1gd8fif::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.2;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-background-position: center;
	background-position: center;
}
.team-collect-wrapper .css-1gd8fif span {
	font-size: 14px;
}
.team-collect-wrapper .css-1gd8fif > *:not(.dropdown__item-backgorund) {
	position: relative;
}
.team-collect-wrapper .css-1gd8fif:first-of-type {
	border-top: none;
}
.team-collect-wrapper .css-1gd8fif:hover {
	background-color: #282830;
}
.team-collect-wrapper .css-1gd8fif.dropdown__item--show {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.team-collect-wrapper .css-2td0xo {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	background-color: transparent;
	overflow: hidden;
	color: #fff;
	border-radius: 4px;
	gap: 8px;
	border: 1px solid #424254;
	background-color: #31313c;
}
.team-collect-wrapper .css-2td0xo.button--size-medium {
	min-width: 77px;
	height: 40px;
	font-size: 14px;
	padding: 0 12px;
}
.team-collect-wrapper .css-2td0xo.button--type-dark.button--style-outline {
	border: 1px solid #424254;
	background-color: #31313c;
	color: #9e9eb1;
}
.team-collect-wrapper
	.css-2td0xo.button--type-dark.button--style-outline:hover {
	background-color: #282830;
}
.team-collect-wrapper .css-2td0xo .children {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.team-collect-wrapper .css-2td0xo .children > span {
	margin-right: 8px;
}

.team-collect-wrapper .team-collect-content {
	width: 100%;
	background: #2b244f;
}
.team-collect-wrapper .css-1fv2id6 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.team-collect-wrapper .css-1fv2id6 li {
	padding: 0 16px;
	border: 1px solid #424254;
	box-sizing: border-box;
	background: #31313c;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
}
.team-collect-wrapper .css-1fv2id6 li + li {
	margin-left: -1px;
}
.team-collect-wrapper .css-1fv2id6 li.active {
	background: #907659;
	border: none;
	font-weight: 700;
}
.team-collect-wrapper .css-1fv2id6 li:first-of-type {
	border-radius: 4px 0px 0px 4px;
}
.item-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
	align-content: flex-start;
	gap: 18px;
	height: auto;
}
@media (min-width: 769px) {
	.team-collect-wrapper .css-j83abp {
		padding: 8px;
	}
	.team-collect-wrapper .css-j83abp .filter {
		gap: 8px;
	}
	.team-collect-wrapper .css-1253kci {
		width: 240px;
		height: 40px;
	}
	.team-collect-wrapper .css-1nqkeeq {
		font-size: 14px;
	}
	.team-collect-wrapper .css-6vzfcw {
		font-size: 14px;
		line-height: 20px;
	}
	.team-collect-wrapper .css-1d9weis {
		gap: 8px;
	}
	.team-collect-wrapper .css-k707tf select {
		clip: rect(0 0 0 0);
		width: 1px;
		height: 1px;
		margin: -1px;
		overflow: hidden;
	}
	.team-collect-wrapper .css-1dtqs0d {
		padding: 7px;
		font-size: 14px;
	}
}

@media screen and (max-width: 1100px) {
	.TeamBuilder_teamBuilderContainer__VVlgL,
	.TeamBuilder_teamBuilderContainer__VVlgL.TeamBuilder_isTraitBoxOverFlow__2HVkh {
		grid-template-areas: "trait-area" "team-builder-area" "team-collect-area team-collect-area" "filter-area";
		grid-template-columns: auto;
	}

	.TeamBuilder_teamBuilderField__5yapo {
		margin-left: 0;
		grid-template-columns: 100%;
		grid-template-rows: auto auto;
		grid-template-areas: "stage-area" "picker-area";
		max-width: unset;
	}

	.TeamBuilder_switchBtn__XB4sE {
		display: flex;
		width: 100%;
		gap: 10px;
		margin-top: 18px;
	}
	.TeamBuilder_teamBuilderWrapper__BCDQ3 {
		padding: 0 10px;
	}
	.TeamBuilder_championBoxWrapper__0xI3h,
	.TeamBuilder_hexBoxWrapper__0odCp {
		display: none;
	}

	.TeamBuilder_championBoxWrapper__0xI3h.TeamBuilder_isShowChampBox__tgc8l,
	.TeamBuilder_hexBoxWrapper__0odCp.TeamBuilder_isShowHexBox__USrBV {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.TeamBuilder_champBtn__JpoDf,
	.TeamBuilder_hexBtn__F2D0q {
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 700;
		font-size: 0.625rem;
		line-height: 11px;
		text-transform: uppercase;
		padding: 5px;
		border-radius: 2.4px;
		width: 100%;
		cursor: pointer;
		border: 1px solid #383078;
		background-color: transparent;
		transition: 0.2s;
	}
	.TeamBuilder_champBtn__JpoDf > span,
	.TeamBuilder_hexBtn__F2D0q > span {
		font-weight: 700;
		font-size: 0.625rem;
	}
	.TeamBuilder_champBtn__JpoDf:hover,
	.TeamBuilder_hexBtn__F2D0q:hover {
		background-color: #383078;
	}

	.TeamBuilder_champBtn__JpoDf.TeamBuilder_isActive__LV4Sc,
	.TeamBuilder_hexBtn__F2D0q.TeamBuilder_isActive__LV4Sc {
		background-color: #383078;
		border: 1px solid transparent;
	}

	.TeamBuilder_hexBoxWrapper__0odCp p:first-child {
		text-align: left;
	}

	.TeamBuilder_championBoxWrapper__0xI3h.TeamBuilder_isShowChampBox__tgc8l {
		align-items: flex-start;
		min-height: 110px;
		padding: 12px 16px 8px;
		row-gap: 12px;
	}
}

.Hexagon_Component .HexagonComponent_itemsWrapper {
	display: flex;
	gap: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.Hexagon_Component .HexagonComponent_itemsWrapper .item-val {
	width: 16px;
	height: 16px;
}

.Hexagon_Component
	.HexagonComponent_itemsWrapper
	.item-val
	.Item_itemDragImgWrapper__fsaSI {
	width: 16px;
	height: 16px;
}

.Hexagon_Component
	.HexagonComponent_itemsWrapper
	.item-val
	.Item_itemDragImgWrapper__fsaSI
	img {
	width: 16px;
	height: 16px;
	border: 1px slid #fff;
}

.Hexagon_Component
	.HexagonComponent_itemsWrapper
	.item-val
	.Item_itemDragImgWrapper__fsaSI
	> div
	+ div {
	display: none;
}

.title_page p {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #7b7a8e;
	width: 50%;
}
.wrapper-popup {
	position: static !important;
}
.custom-scroll-bar {
	overflow-y: auto;
}
.title_page {
	color: #fff;
	height: 150px;
	background: #212048;
}

.title_page .body_width {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: -webkit-fill-available;
}

.title_page .p_h1 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
.tab-container {
	display: none;
}
.Hexagon_Component .Champion_championImg__EUNfp.Champion_price_1 {
	background: grey;
}

.Hexagon_Component .Champion_championImg__EUNfp.Champion_price_2 {
	background: #11b288;
}

.Hexagon_Component .Champion_championImg__EUNfp.Champion_price_3 {
	background: #207ac7;
}

.Hexagon_Component .Champion_championImg__EUNfp.Champion_price_4 {
	background: #c440da;
}

.Hexagon_Component .Champion_championImg__EUNfp.Champion_price_5 {
	background: #ffb93b;
}

.TeamBuilderFilter_champList__E_lPx
	.Champion_championImg__EUNfp.Champion_price_1 {
	border: 1px solid grey;
}

.TeamBuilderFilter_champList__E_lPx
	.Champion_championImg__EUNfp.Champion_price_2 {
	border: 1px solid #11b288;
}

.TeamBuilderFilter_champList__E_lPx
	.Champion_championImg__EUNfp.Champion_price_3 {
	border: 1px solid #207ac7;
}

.TeamBuilderFilter_champList__E_lPx
	.Champion_championImg__EUNfp.Champion_price_4 {
	border: 1px solid #c440da;
}

.TeamBuilderFilter_champList__E_lPx
	.Champion_championImg__EUNfp.Champion_price_5 {
	border: 1px solid #ffb93b;
}

/* .Hexagon_Component .ChampList_champWrapper__54r1I::after {
	content: "â˜…â˜…";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    color: gold;
    display: block;
    font-size: 29px;
} */
.Hexagon_Component {
	width: 70px;
	height: 80px;
	position: relative;
}

.Hexagon_Component .box-inner {
	width: 70px;
	height: 80px;
	position: relative;
}

.Hexagon_Component::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: inherit !important;
	width: 70px;
	height: 80px;
	background: #211d40;
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	z-index: -1;
}

.Hexagon_Component.dragging::before {
	background: #2e257b;
}
.HexBox_hexPickerBtn__ntvjp.dragging {
	background: #2e257b;
}
.HexBox_hexPickerBtn__ntvjp .Item_itemImgWrapper__Dv4GS > div + div {
	display: none;
}
.Hexagon_Component.dragging .Tooltip_tooltipWrapper__I5w8T {
	display: none !important;
}

.Hexagon_Component .ChampList_champWrapper__54r1I {
	width: 100% !important;
}

.Hexagon_Component .Champion_championImg__EUNfp {
	height: 100% !important;
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	padding: 2px;
}

.Hexagon_Component
	.ChampList_champWrapper__54r1I
	.Champion_championImg__EUNfp
	> img {
	width: 100% !important;
	height: 80px;
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.Hexagon_Component .ChampList_champWrapper__54r1I.champ_start_1::after {
	color: gray;
}
.Hexagon_Component .ChampList_champWrapper__54r1I.champ_start_2::after {
	color: #11b288;
}
.Hexagon_Component .ChampList_champWrapper__54r1I.champ_start_3::after {
	color: #207ac7;
}
.Hexagon_Component .ChampList_champWrapper__54r1I.champ_start_4::after {
	color: #c440da;
}
.Hexagon_Component .ChampList_champWrapper__54r1I.champ_start_5::after {
	color: #ffb93b;
}
.champ_start {
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	text-align: center;
}
.champ_start.champ_start_1 {
	color: gray;
}
.champ_start.champ_start_2 {
	color: #11b288;
}
.champ_start.champ_start_3 {
	color: #207ac7;
}
.champ_start.champ_start_4 {
	color: #c440da;
}
.champ_start.champ_start_5 {
	color: #ffb93b;
}
.champ_start span {
	display: inline-block;
}
.champ_start span svg {
	display: block;
	width: 100%;
	height: 100%;
	filter: drop-shadow(rgb(0, 0, 0) 0px 1px 1px);
}

.TeamBuilderFilter_champList__E_lPx .champ_start {
	display: none;
}
.Hexagon_Component .ChampList_champWrapper__54r1I .title-wrapper {
	position: absolute;
	top: 31px;
	left: 0;
	right: 0;
}
.ChampList_champWrapper__54r1I > div > span.title {
	display: block;
	text-shadow: rgb(28, 28, 31) -1px -1px 0px, rgb(28, 28, 31) 0px -1px 0px,
		rgb(28, 28, 31) 1px -1px 0px, rgb(28, 28, 31) 1px 0px 0px,
		rgb(28, 28, 31) 1px 1px 0px, rgb(28, 28, 31) 0px 1px 0px,
		rgb(28, 28, 31) -1px 1px 0px, rgb(28, 28, 31) -1px 0px 0px;
	text-align: center;
}

.box_content {
	max-width: 750px;
	margin: auto;
	width: -webkit-fill-available;
	padding: 15px;
	box-sizing: unset;
  }.title_h1 {
    line-height: 1.3;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10pt;
}.box_author {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}.box_date {
    display: flex;
    align-items: center;
}
  .content_page {
	margin-top: 40px;
	color: #fff;
	background: #2b244f;
	border: 1px solid #6a5fa4;
	border-radius: 4px;
	padding: 16px;
	position: relative;
	cursor: pointer;
	margin-bottom: 16px;
	max-width: 728px;
	margin: auto;
	}.box_content h2,
  .box_content h2 span,
  .box_content h2 p {
	font-weight: 700 !IMPORTANT;
	font-size: 24px !important;
	line-height: 32px !important;
	color: #fff !important;
	text-align: left !important;
	margin: 12px 0 !important;
  }
  .box_content h3 span,.box_content h3 {
	font-size: 23px !important;
	line-height: 32px !important;
	font-weight: 600 !important;
	margin-bottom: 12px !important;
	color: #fff !important;
	text-align: left !important;
  }
  
  .box_content h4 span,
  .box_content h4 p,
  .box_content h4 {
	font-size: 18px !important;
	line-height: 30px !important;
	font-weight: 500 !important;
	margin-bottom: 12px !important;
	color: #fff !important;
	text-align: left !important;
  }
  
  .box_content h5,
  .box_content h6,
  .box_content h5 span,
  .box_content h6 span,
  .box_content h5 p,
  .box_content h6 p {
	font-weight: 500 !important;
	color: #fff !important;
	text-align: left !important;
  }
  .box_content th,
  .box_content td {
	border: none !important;
	border-bottom: 1px solid #000 !important;
	border-left: 1px solid #000 !important;
	text-align: center !important;
	padding: 10px;
  }
  
  .box_content table {
	width: 100% !important;
	border-spacing: 0px !important;
	border: 1px solid #000 !important;
	border-bottom: none !important;
	border-color: black !important;
  }
  
  .box_content th:first-child,
  .box_content td:first-child {
	border-left: none !important;
  }
  
  .box_content table p,
  .box_content table span {
	margin-bottom: 0 !important;
	font-size: 17px !important;
	line-height: 1.5 !important;
  }
  
  .box_content table th p {
	text-align: center !important;
	font-weight: 700;
  }.box_content a {
	font-weight: bold;
	font-size: 17px;
	color: #009cff;
  }.box_content p,
  .box_content span {
	margin-bottom: 10px !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	text-align: justify !important;
	white-space: unset !important;
	word-wrap: break-word;
  }
  
  .box_content a p,
  .box_content a span {
	color: unset !important;
  }
  
  .box_content ul {
	padding: 0 !important;
	padding-left: 30px !important;
	list-style: disc;
  }.box_content ul li {
	line-height: 1.5 !important;
	white-space: unset !important;
	margin: 0 0 10px 0 !important;
  }
  figcaption {
	font-size: 16px;
	text-align: center;
	font-style: italic;
	background: #ccc;
	line-height: 28px;
  }
  figure {
	margin: auto;
	width: 100%;
	margin-bottom: 10pt;
  }
@media screen and (max-width: 1100px) {
	.TeamBuilder_teamBuilderContainer__VVlgL,
	.TeamBuilder_teamBuilderContainer__VVlgL.TeamBuilder_isTraitBoxOverFlow__2HVkh {
		grid-template-areas: "trait-area" "team-builder-area" "team-collect-area" "filter-area";
		grid-template-columns: auto;
	}

	.TeamBuilder_teamBuilderField__5yapo {
		margin-left: 0;
		grid-template-columns: 100%;
		grid-template-rows: auto auto;
		grid-template-areas: "stage-area" "picker-area";
		max-width: unset;
	}

	.TeamBuilder_switchBtn__XB4sE {
		display: flex;
		width: 100%;
		gap: 10px;
		margin-top: 18px;
	}

	.TeamBuilder_championBoxWrapper__0xI3h,
	.TeamBuilder_hexBoxWrapper__0odCp {
		display: none;
	}

	.TeamBuilder_championBoxWrapper__0xI3h.TeamBuilder_isShowChampBox__tgc8l,
	.TeamBuilder_hexBoxWrapper__0odCp.TeamBuilder_isShowHexBox__USrBV {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.TeamBuilder_champBtn__JpoDf,
	.TeamBuilder_hexBtn__F2D0q {
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 700;
		font-size: 0.625rem;
		line-height: 11px;
		text-transform: uppercase;
		padding: 5px;
		border-radius: 2.4px;
		width: 100%;
		cursor: pointer;
		border: 1px solid #383078;
		background-color: transparent;
		transition: 0.2s;
	}

	.TeamBuilder_champBtn__JpoDf:hover,
	.TeamBuilder_hexBtn__F2D0q:hover {
		background-color: #383078;
	}

	.TeamBuilder_champBtn__JpoDf.TeamBuilder_isActive__LV4Sc,
	.TeamBuilder_hexBtn__F2D0q.TeamBuilder_isActive__LV4Sc {
		background-color: #383078;
		border: 1px solid transparent;
	}

	.TeamBuilder_hexBoxWrapper__0odCp p:first-child {
		text-align: left;
	}

	.TeamBuilder_championBoxWrapper__0xI3h.TeamBuilder_isShowChampBox__tgc8l {
		align-items: flex-start;
		min-height: 110px;
		padding: 12px 16px 8px;
		row-gap: 12px;
	}

	.custom-scroll-bar::-webkit-scrollbar,
	.TeamBuilderFilter_traitSelection__h2jmI::-webkit-scrollbar {
		display: none;
	}
	.TraitBox_traitCurrentSet___w6U3 {
		padding: 5px;
		height: 20px;
	}
	.TraitBox_traitAllSet__DJNN8 {
		display: flex;
		align-items: center;
	}
	.champ_start {
		position: absolute;
		top: -7px;
		left: 0;
		right: 0;
		text-align: center;
	}
	.Hexagon_Component .ChampList_champWrapper__54r1I .title-wrapper {
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
	}
	.ChampList_champWrapper__54r1I > div > span.title {
		display: block;
		text-shadow: rgb(28, 28, 31) -1px -1px 0px, rgb(28, 28, 31) 0px -1px 0px,
			rgb(28, 28, 31) 1px -1px 0px, rgb(28, 28, 31) 1px 0px 0px,
			rgb(28, 28, 31) 1px 1px 0px, rgb(28, 28, 31) 0px 1px 0px,
			rgb(28, 28, 31) -1px 1px 0px, rgb(28, 28, 31) -1px 0px 0px;
		text-align: center;
	}

	.Hexagon_Component .HexagonComponent_itemsWrapper {
		gap: 1px;
		bottom: 7px;
	}
	.Hexagon_Component .HexagonComponent_itemsWrapper .item-val {
		width: 12px;
		height: 12px;
	}
	.Hexagon_Component
		.HexagonComponent_itemsWrapper
		.item-val
		.Item_itemDragImgWrapper__fsaSI {
		width: 12px;
		height: 12px;
	}
	.Hexagon_Component
		.HexagonComponent_itemsWrapper
		.item-val
		.Item_itemDragImgWrapper__fsaSI
		img {
		width: 12px;
		height: 12px;
		border: 1px solid #aa9cc0;
	}
}

@media screen and (max-width: 768px) {
	.title_page p {
		width: auto;
	}
	.team-collect-wrapper ul.team-collect-list li {
		height: 32px;
		font-size: 12px;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		font-size: 12px;
		width: 115px;
	}
	.team-collect-wrapper .css-j83abp {
		display: block;
		padding: 10px;
	}
	.team-collect-wrapper .css-j83abp .filter {
		gap: 8px;
	}
	.team-collect-wrapper .css-1253kci {
		width: 150px;
		height: 32px;
	}
	.team-collect-wrapper .css-k707tf {
		height: 32px;
		max-width: 113px;
	}
	.team-collect-wrapper .css-1d9weis {
		gap: 4px;
	}
	.team-collect-wrapper .css-1dtqs0d {
		padding: 3px 5px 3px 8px;
		font-size: 12px;
		max-width: 113px;
	}
	.team-collect-wrapper .css-sm6uaa {
		padding-left: 4px;
		display: block;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.team-collect-wrapper .css-2td0xo {
		display: none;
	}
	.team-collect-wrapper .css-1fv2id6 li {
		height: 32px;
		font-size: 12px;
	}
	.Hexagon_Component .Champion_championImg__EUNfp {
		width: 38px;
		height: 45px !important;
	}
	.BuilderStage_builderStage__oobuk {
		margin: 0 auto;
		gap: 0px;
	}
	.BuilderStage_hexagonRowWrapper__O25yI {
		gap: 0px;
	}
	.BuilderStage_builderStage__oobuk .BuilderStage_hexagonRow__uaCP3 {
		gap: 10px;
	}

	.BuilderStage_hexagonRowWrapper__O25yI.BuilderStage_hexagonRowWrapper_1__QTLBn
		> svg,
	.BuilderStage_hexagonRowWrapper__O25yI.BuilderStage_hexagonRowWrapper_2__85yf7
		> svg:last-child {
		display: none;
	}
	.TraitBox_traitBoxWrapper__13Scw {
		height: auto;
	}
	.BuilderStage_hexagonRowWrapper__O25yI.BuilderStage_hexagonRowWrapper_1__QTLBn {
		margin-left: 23px;
	}
	.BuilderStage_hexagonRowWrapper__O25yI.BuilderStage_hexagonRowWrapper_2__85yf7 {
		gap: 0px;
	}

	.BuilderStage_hexagonRowWrapper__O25yI.BuilderStage_hexagonRowWrapper_3___6MaC {
		margin-left: 23px;
	}

	.BuilderStage_hexagonRow__uaCP3 > div,
	.Hexagon_Component .box-inner {
		width: 40px;
		height: 43px;
	}
	.Hexagon_Component::before {
		width: 40px;
		height: 43px;
	}
	.Hexagon_Component
		.ChampList_champWrapper__54r1I
		.Champion_championImg__EUNfp
		> img {
		height: 43px;
	}
	.Hexagon_Component .Champion_champImgWrapper__Z8nrI > div > span:not(.title) {
		height: 16px !important;
		width: 16px !important;
	}
}

/* @media screen and (max-width: 580px) {
	.BuilderStage_hexagonRow__uaCP3 > div, .Hexagon_Component .box-inner {
		width: 35px;
		height: 35px;
	}
	
	.Hexagon_Component::before {
		width: 35px;
		height: 35px;
	}
	
	.BuilderStage_builderStage__oobuk .BuilderStage_hexagonRow__uaCP3 {
		gap: 5px;
	}
	
	.BuilderStage_hexagonRowWrapper__O25yI.BuilderStage_hexagonRowWrapper_1__QTLBn {
		margin-left: -2px;
		margin-top: -30px;
	}

	.BuilderStage_hexagonRowWrapper__O25yI.BuilderStage_hexagonRowWrapper_3___6MaC {
		margin-top: -30px;
		margin-left: 22px;
	}
	
	.BuilderStage_hexagonRowWrapper__O25yI.BuilderStage_hexagonRowWrapper_2__85yf7 {
		margin-top: -55px;
		margin-left: 3px;
	}
	
	.TeamBuilder_traitBoxArea__BtU4e {
		padding-right: 0;
	}
	
	.BuilderStage_hexagonRowWrapper__O25yI {
		margin-left: -20px;
	}
} */
