.tableComponent_container__nkojB{overflow-x:auto;margin-bottom:30px}.tableComponent_container__nkojB::-webkit-scrollbar{background-color:transparent;width:0}.tableComponent_container__nkojB::-webkit-scrollbar-thumb,.tableComponent_container__nkojB::-webkit-scrollbar-track{background-color:transparent}.tableComponent_container__nkojB::-webkit-scrollbar-thumb:hover{background-color:transparent}.tableComponent_container__nkojB::-webkit-scrollbar-button{display:none}.tableComponent_table__zYRJM{width:100%;border-collapse:collapse}.tableComponent_header__KEDv5{width:100%;height:45px;overflow:hidden;background:var(--table-header-background-color);border-radius:5px;padding:0 10px}.tableComponent_header__KEDv5 th{font-family:GothamSSm Medium,sans-serif;font-size:13px;line-height:20px;letter-spacing:-.2px;font-weight:400;color:var(--table-header-text-color);padding:0 10px}.tableComponent_header__KEDv5 th:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px;padding:0 10px}.tableComponent_header__KEDv5 th:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.tableComponent_header__KEDv5 th:nth-child(2) .tableComponent_tableHeaderData__vS3vs,.tableComponent_header__KEDv5 th:nth-child(3) .tableComponent_tableHeaderData__vS3vs{justify-content:flex-start}@media screen and (max-width:440px){.tableComponent_header__KEDv5 th:nth-child(3){display:none}}.tableComponent_header__KEDv5 th .tableComponent_tableHeaderData__vS3vs{height:45px;display:flex;align-items:center;justify-content:center}.tableComponent_body__ct5fu tr.tableComponent_spacer__Zmauq{height:8px;border-bottom:unset}.tableComponent_body__ct5fu tr.tableComponent_spacer__Zmauq:hover{background:unset}.tableComponent_body__ct5fu tr.tableComponent_spacer__Zmauq td{height:8px;padding:unset}.tableComponent_body__ct5fu tr{border-bottom:1px solid var(--table-row-border-color);cursor:pointer;transition:.3s}.tableComponent_body__ct5fu tr:hover{background:var(--table-row-hover-color)}.tableComponent_body__ct5fu tr:hover .tableComponent_name__uQ5XE{color:var(--table-row-name-hover-color)}.tableComponent_body__ct5fu tr:hover label:after{opacity:.4}.tableComponent_body__ct5fu tr:last-child{border-bottom:unset}.tableComponent_body__ct5fu tr td{height:57px}.tableComponent_body__ct5fu tr td:first-child{width:40px;padding-left:10px}.tableComponent_body__ct5fu tr td:last-child{padding-right:10px}@media screen and (max-width:440px){.tableComponent_body__ct5fu tr td:nth-child(3){display:none}}.tableComponent_body__ct5fu tr td .tableComponent_data__m6Gs2,.tableComponent_body__ct5fu tr td .tableComponent_link__ywRcT{display:flex;align-items:center;height:100%;padding:8px 0}.tableComponent_body__ct5fu tr td .tableComponent_withCheckbox__fWT_K{gap:14px}.tableComponent_craftLvl__ft894,.tableComponent_description__iWFv3,.tableComponent_grade__bJVpP,.tableComponent_name__uQ5XE,.tableComponent_stats__iYzVJ{display:flex;align-items:center;width:100%;font-family:GothamSSm Medium,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:-.2px;padding:0 10px;color:var(--table-row-text-color)}.tableComponent_name__uQ5XE{transition:.3s}.tableComponent_description__iWFv3{max-width:400px;font-size:11px;font-family:GothamSSm Light,sans-serif}.tableComponent_craftLvl__ft894,.tableComponent_grade__bJVpP,.tableComponent_stats__iYzVJ{justify-content:center}.tableComponent_iconContainer__9Q1k3{height:40px;width:40px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:440px){.tableComponent_iconContainer__9Q1k3{width:30px;height:30px}}.tableComponent_icon__qMnqY{width:40px;height:40px;border-radius:2px;object-fit:contain}.tableComponent_icon__qMnqY.tableComponent_transition__fTXs2{transition:filter .3s ease-out}@media screen and (max-width:440px){.tableComponent_icon__qMnqY{width:30px;height:30px}}.tableComponent_defaultIcon__20JAS{min-width:40px;width:40px;height:40px;border-radius:2px}.checkboxView_container__n8YkW{height:20px;width:20px;position:relative}.checkboxView_container__n8YkW .checkboxView_input__YTRVx[type=checkbox]{width:20px;height:20px;visibility:hidden}.checkboxView_container__n8YkW .checkboxView_input__YTRVx[type=checkbox]:checked+label:after{opacity:1}.checkboxView_container__n8YkW label{width:20px;height:20px;cursor:pointer;position:absolute;top:0;left:0;background:transparent;border-radius:4px;border:1px solid var(--checkbox-border-color)}.checkboxView_container__n8YkW label:after{content:"";width:9px;height:5px;position:absolute;top:5px;left:5px;border:2px solid var(--checkbox-arrow-color);border-top:none;border-right:none;background:transparent;opacity:0;transform:rotate(-45deg);transition:.3s}.notice_container__Zb7Qz{display:flex;gap:8px;max-width:800px;font-family:GothamSSm Medium,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:-.2px;color:var(--notice-text-color);padding:8px 16px}.switchButton_switch__uVsco{position:relative;display:inline-block;width:30px;height:17px}.switchButton_input__rg5Fy{opacity:0;width:0;height:0}.switchButton_input__rg5Fy:checked+.switchButton_slider__sJxQK{background:var(--checkbox-switcher-label);border:1px solid var(--checkbox-switcher-label)}.switchButton_input__rg5Fy:checked+.switchButton_slider__sJxQK:before{transform:translateX(13px)}.switchButton_slider__sJxQK{width:30px;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:var(--checkbox-switcher-background);border:1px solid var(--default-border-color);transition:.4s}.switchButton_slider__sJxQK:before{position:absolute;content:"";height:13px;width:13px;left:1px;bottom:1px;background-color:#fff;transition:.3s;box-shadow:0 0 6px -2px rgba(0,0,0,.5)}.switchButton_slider__sJxQK.switchButton_round__GHLra{border-radius:34px}.switchButton_slider__sJxQK.switchButton_round__GHLra:before{border-radius:50%}.overallFilterDropdown_container__ZF_g7{position:relative;display:inline-block}.overallFilterDropdown_button__T85VA{width:-moz-fit-content;width:fit-content;height:100%;display:flex;justify-content:flex-start;align-items:center;gap:6px;font-family:GothamSSm Medium,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:var(--filter-text-color);background:none;border:1px solid var(--filter-border-color);border-radius:4px;padding:10px 16px;cursor:pointer;transition:.3s ease}.overallFilterDropdown_button__T85VA .overallFilterDropdown_icon__AHsCs{color:var(--filter-icon-color)}.overallFilterDropdown_button__T85VA:hover{background:var(--filter-active-background-color)}.overallFilterDropdown_button__T85VA:hover .overallFilterDropdown_icon__AHsCs{color:var(--filter-icon-active-color)}.overallFilterDropdown_button__T85VA:active{box-shadow:inset 0 0 4px rgba(0,0,0,.1)}.overallFilterDropdown_dropdown__78fj4{position:absolute;top:calc(100% + 4px);right:0;font-family:GothamSSm Medium,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:var(--filter-dropdown-text-color);background:var(--filter-dropdown-background-color);padding:8px 18px;border:1px solid var(--filter-border-color);border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.1);z-index:10}.overallFilterDropdown_columns__0ZJtH{display:flex;gap:8px}.overallFilterDropdown_column__CB3dw{width:100%}.overallFilterDropdown_row__FChgF{display:flex;align-items:center;gap:8px;padding:4px 0}.overallFilterDropdown_row__FChgF p{white-space:nowrap}.overallFilterDropdown_grade__jysmN{width:36px;display:flex;justify-content:center}.overallFilterDropdown_buttons__UTLE1{display:flex;flex-direction:column;gap:8px;align-items:center;padding:6px 0}.overallFilterDropdown_buttons__UTLE1 button{display:flex;align-items:center;justify-content:center;width:100%;font-family:GothamSSm Medium,sans-serif;font-size:12px;font-weight:400;line-height:20px;color:var(--filter-dropdown-text-color);background:transparent;border:1px solid var(--filter-border-color);border-radius:4px;padding:2px 4px;cursor:pointer;transition:.3s}.overallFilterDropdown_buttons__UTLE1 button:hover{background:var(--filter-dropdown-button-active-background-color);border:1px solid var(--filter-dropdown-button-active-background-color);color:var(--filter-dropdown-button-active-text-color);box-shadow:0 1px 2px rgba(0,0,0,.15)}.button_button__L1jK0{width:-moz-fit-content;width:fit-content;height:42px;display:flex;justify-content:center;align-items:center;gap:6px;font-family:GothamSSm Medium,sans-serif;font-size:14px;font-weight:400;line-height:22px;color:var(--button-text-color);background:var(--button-background-color);border:1px solid var(--button-background-color);border-radius:4px;padding:8px 32px;cursor:pointer;transition:.3s ease}.button_button__L1jK0:hover{background:var(--button-background-hovered-color);border:1px solid var(--button-background-hovered-color)}.button_button__L1jK0:disabled{background:var(--button-background-disabled-color);border:1px solid var(--button-background-disabled-color);color:var(--button-text-disabled-color);cursor:no-drop}@media screen and (max-width:440px){.button_button__L1jK0{width:100%}}.customCraft_container__qESOl{display:flex;flex-direction:column;gap:12px;margin:0 auto;padding:8px 0}.customCraft_container__qESOl.customCraft_withPadding__dGr5e{padding:30px 0}@media screen and (max-width:440px){.customCraft_container__qESOl.customCraft_withPadding__dGr5e{padding:14px 0}}.customCraft_container__qESOl .customCraft_header__bN7jf{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}@media screen and (max-width:440px){.customCraft_container__qESOl .customCraft_header__bN7jf.customCraft_wrappedHeader__nNBo9{gap:12px;flex-wrap:wrap}}.customCraft_container__qESOl .customCraft_header__bN7jf .customCraft_controlButtons__rQyyk{display:flex;gap:16px;align-items:center}@media screen and (max-width:440px){.customCraft_container__qESOl .customCraft_header__bN7jf .customCraft_controlButtons__rQyyk{width:100%;justify-content:flex-end}}.customCraft_container__qESOl .customCraft_craftContainer__uTcyv{display:flex;justify-content:space-between;gap:40px}@media screen and (max-width:1440px){.customCraft_container__qESOl .customCraft_craftContainer__uTcyv{flex-direction:column;gap:40px}}.customCraft_container__qESOl .customCraft_craftContainer__uTcyv .customCraft_createdFromContainer__1mOSc{display:flex;flex-direction:column}@media screen and (max-width:1440px){.customCraft_container__qESOl .customCraft_craftContainer__uTcyv .customCraft_createdFromContainer__1mOSc{max-width:unset}}.customCraft_container__qESOl .customCraft_craftContainer__uTcyv .customCraft_createdFromContainer__1mOSc .customCraft_description__SGmPi{font-family:GothamSSm Medium,sans-serif;font-size:14px;line-height:18px;color:var(--crafted-list-description-color);margin-bottom:30px}.customCraft_container__qESOl .customCraft_craftContainer__uTcyv .customCraft_craftTableContainer__iBWJv{display:flex;flex-direction:column;gap:25px}@media screen and (max-width:440px){.customCraft_container__qESOl .customCraft_craftContainer__uTcyv .customCraft_craftTableContainer__iBWJv{gap:14px}}.customCraft_container__qESOl .customCraft_craftContainer__uTcyv .customCraft_craftTableContainer__iBWJv .customCraft_craftTableTitleRow__UjRlw{display:flex;align-items:center;gap:25px;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width:440px){.customCraft_container__qESOl .customCraft_craftContainer__uTcyv .customCraft_craftTableContainer__iBWJv .customCraft_craftTableTitleRow__UjRlw{gap:14px}}.customCraft_container__qESOl .customCraft_craftContainer__uTcyv .customCraft_craftTableContainer__iBWJv .customCraft_title__pJevl{margin:0}.customCraft_container__qESOl .customCraft_craftContainer__uTcyv .customCraft_aboutCraftItem___ODaK{width:100%}