.px-padding-sm {
  padding: 5px;
}

.px-padding-md {
  padding: 10px;
}

.px-padding-lg {
  padding: 15px;
}

.px-padding-xlg {
  padding: 20px;
}

.px-padding-xxlg {
  padding: 25px;
}

.px-padding-xxxlg {
  padding: 30px;
}

.px-padding-sm {
  padding: 5px;
}

.px-padding-md {
  padding: 10px;
}

.px-padding-lg {
  padding: 15px;
}

.px-padding-xlg {
  padding: 20px;
}

.px-padding-xxlg {
  padding: 25px;
}

.px-padding-xxxlg {
  padding: 30px;
}

@font-face {
  font-family: "_Genshin";
  src: url("ja-jp.ttf") format("truetype");
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  font-family: "_Genshin";
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.03rem;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #181818;
}

::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 15px;
}

body {
  background-color: #ffffff;
  opacity: 1;
  background-image: url("../../assets/UI/bg.png");
  background-size: cover;
  overflow: hidden;
}

.body-wrapper {
  display: flex;
  flex-direction: row;
}

.px-padding-sm {
  padding: 5px;
}

.px-padding-md {
  padding: 10px;
}

.px-padding-lg {
  padding: 15px;
}

.px-padding-xlg {
  padding: 20px;
}

.px-padding-xxlg {
  padding: 25px;
}

.px-padding-xxxlg {
  padding: 30px;
}

.header-wrapper .header-selectors-wrapper .teapot-selector img, .header-wrapper .header-selectors-wrapper .currency-selector img, .header-wrapper .header-selectors-wrapper .quest-items-selector img, .header-wrapper .header-selectors-wrapper .usable-selector img, .header-wrapper .header-selectors-wrapper .materials-selector img, .header-wrapper .header-selectors-wrapper .food-selector img, .header-wrapper .header-selectors-wrapper .items-selector img, .header-wrapper .header-selectors-wrapper .arti-selector img, .header-wrapper .header-selectors-wrapper .weapon-selector img {
  width: 60px;
  height: 64px;
  border: 4px;
  border-color: rgba(0, 0, 0, 0);
  margin: 20px;
}

.header-wrapper .header-selectors-wrapper .teapot-selector img:hover, .header-wrapper .header-selectors-wrapper .currency-selector img:hover, .header-wrapper .header-selectors-wrapper .quest-items-selector img:hover, .header-wrapper .header-selectors-wrapper .usable-selector img:hover, .header-wrapper .header-selectors-wrapper .materials-selector img:hover, .header-wrapper .header-selectors-wrapper .food-selector img:hover, .header-wrapper .header-selectors-wrapper .items-selector img:hover, .header-wrapper .header-selectors-wrapper .arti-selector img:hover, .header-wrapper .header-selectors-wrapper .weapon-selector img:hover {
  width: 60px;
  height: 64px;
  text-align: center;
  background: #131a27;
  filter: invert(1);
  border-radius: 50%;
}

.header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.234);
  height: 96px;
  align-items: center;
}
.header-wrapper .header-title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.header-wrapper .header-title-wrapper h1,
.header-wrapper .header-title-wrapper h2,
.header-wrapper .header-title-wrapper h3,
.header-wrapper .header-title-wrapper h4,
.header-wrapper .header-title-wrapper h5,
.header-wrapper .header-title-wrapper p {
  color: #d3bc8e;
  font-size: 24px;
  font-weight: 400;
  margin-left: 35px;
}
.header-wrapper .header-selectors-wrapper {
  display: flex;
  flex-direction: row;
}
.header-wrapper .header-selectors-wrapper .materials-selector img {
  margin-right: 14px;
}
.header-wrapper .header-selectors-wrapper .usable-selector img {
  margin-right: 14px;
}
.header-wrapper .arti-count-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 15px;
}
.header-wrapper .arti-count-wrapper h1,
.header-wrapper .arti-count-wrapper h2,
.header-wrapper .arti-count-wrapper h3,
.header-wrapper .arti-count-wrapper h4,
.header-wrapper .arti-count-wrapper h5,
.header-wrapper .arti-count-wrapper p {
  color: #d3bc8e;
  font-size: 20px;
  font-weight: 400;
  margin-right: 15px;
}

.px-padding-sm {
  padding: 5px;
}

.px-padding-md {
  padding: 10px;
}

.px-padding-lg {
  padding: 15px;
}

.px-padding-xlg {
  padding: 20px;
}

.px-padding-xxlg {
  padding: 25px;
}

.px-padding-xxxlg {
  padding: 30px;
}

.arti-menu-wrapper {
  width: 1156px;
  height: 843px;
  margin-bottom: 122px;
  margin-left: 118px;
  margin-top: 19px;
  padding-right: 19px;
  overflow-y: scroll;
}

.arti-info-wrapper {
  width: 492px;
  height: 840px;
  margin-left: 34px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  background: #e6e0d3;
}

.arti-info-bg {
  background-image: url("../../assets/UI/Artifact_BG.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 283px;
  width: 492px;
}

.arti-info-header .arti-name h1 {
  color: #ffffff;
}

.arti-info-text-wrapper {
  padding: 10px;
  padding-left: 30px;
}

.arti-info-body {
  display: flex;
  flex-direction: column;
}
.arti-info-body .arti-type h3 {
  color: #ece9e9;
}

.arti-info-icon img {
  position: relative;
  left: 234px;
  bottom: 215px;
  width: 230px;
}

.arti-tvr .arti-info-type {
  color: #beaea9;
  font-size: 14px;
}
.arti-tvr .arti-type-value {
  color: #ffffff;
}

.arti-ll {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-top: 15px;
}
.arti-ll .arti-info-level {
  color: #ffffff;
  background: #39434e;
  border-radius: 5px;
  padding-bottom: 1px;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
  height: 30px;
}

.arti-info-substats .arti-substat-4, .arti-info-substats .arti-substat-3, .arti-info-substats .arti-substat-2, .arti-info-substats .arti-substat-1 {
  color: #495366;
  padding-bottom: 10px;
}

.arti-info-substats {
  display: flex;
  flex-direction: column;
  padding: 10px;
  padding-left: 40px;
  padding-bottom: 0px;
}
.arti-desc .arti-desc-4pc, .arti-desc .arti-desc-2pc {
  color: #707681;
  display: flex;
  flex-direction: row;
}

.arti-desc {
  display: flex;
  flex-direction: column;
  padding-left: 32px;
  padding-right: 32px;
  overflow-y: scroll !important;
  height: 265px;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.arti-desc::-webkit-scrollbar {
  display: none;
}
.arti-desc .arti-desc-name {
  color: #5cb256;
  padding-bottom: 5px;
}
.arti-equipped {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 58px;
  background-color: #ffe7bb;
}
.arti-equipped .arti-char-equipped-icon img {
  width: 50px;
  padding-bottom: 8px;
}
.arti-equipped .arti-char-equipped-name {
  color: #495366;
}

.arti-menu-row {
  display: flex;
  flex-direction: row;
  padding-top: 6px;
}

.arti-item {
  display: flex;
  flex-direction: column;
}
.arti-item .arti-lock {
  width: 0;
  height: 20px;
}
.arti-item .arti-lock img {
  position: relative;
  left: 4px;
  top: 3px;
}
.arti-item .arti-active-user {
  width: 0;
  height: 20px;
}
.arti-item .arti-active-user .activeBG {
  position: relative;
  left: 90px;
  bottom: 26px;
  z-index: 1;
}
.arti-item .arti-active-user .active-char {
  position: relative;
  left: 96px;
  bottom: 76px;
  z-index: 2;
  width: 36px;
}
.arti-item .arti-icon {
  height: 64px;
  width: 0;
}
.arti-item .arti-icon img {
  position: relative;
  width: 128px;
  bottom: 41px;
}
.arti-item .arti-rarity {
  width: 0;
  height: 20px;
}
.arti-item .arti-rarity img {
  position: relative;
  width: 96px;
  left: 13px;
}
.arti-item .arti-level {
  text-align: center;
  color: #495366;
  padding-top: 2px;
}

.arti-item-bg {
  background-image: url("../../assets/UI/Rarity_5_background.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 124px;
  height: 152px;
  margin-right: 23px;
}

.px-padding-sm {
  padding: 5px;
}

.px-padding-md {
  padding: 10px;
}

.px-padding-lg {
  padding: 15px;
}

.px-padding-xlg {
  padding: 20px;
}

.px-padding-xxlg {
  padding: 25px;
}

.px-padding-xxxlg {
  padding: 30px;
}

.close-btn {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  border: 5px #959395 solid;
  background: #ece5d8;
  color: #495366;
  border-radius: 15px;
  justify-content: center;
  transition: 0.3s;
}
.close-btn.btn-lg {
  width: 50px;
  height: 50px;
  font-size: 18px;
  border-radius: 25px;
}

/*# sourceMappingURL=style.css.map */
