/* [project]/src/app/fission/history/_feature/filter/styles/FissionHistoryFilter.module.scss.module.css [app-client] (css) */
.FissionHistoryFilter-module-scss-module__84qjna__filter_search_input {
  width: 420px !important;
}

@media only screen and (max-width: 767px) {
  .FissionHistoryFilter-module-scss-module__84qjna__filter_search_input {
    width: auto !important;
  }
}

.FissionHistoryFilter-module-scss-module__84qjna__filter_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}

/* [project]/src/app/fission/history/styles/page.module.scss.module.css [app-client] (css) */
.page-module-scss-module__aluuSq__page .page-module-scss-module__aluuSq__rounded {
  height: 100%;
  min-height: 100vh;
}

.page-module-scss-module__aluuSq__section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  display: flex;
}

.page-module-scss-module__aluuSq__section__header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}

@media only screen and (max-width: 1279px) {
  .page-module-scss-module__aluuSq__section {
    padding: 0 20px;
  }

  .page-module-scss-module__aluuSq__section__header {
    margin-top: 16px;
    padding-bottom: 8px;
  }

  .page-module-scss-module__aluuSq__section__header__total li span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .page-module-scss-module__aluuSq__section {
    padding: 0 5.5556vw;
  }

  .page-module-scss-module__aluuSq__section__header {
    margin-top: 4.4444vw;
    padding-bottom: 2.2222vw;
  }

  .page-module-scss-module__aluuSq__section__header__total li:last-child {
    display: none;
  }

  .page-module-scss-module__aluuSq__section__header__total li span:first-child {
    margin-right: 1.1111vw;
  }

  .page-module-scss-module__aluuSq__section__header__total li span {
    font-size: 3.8889vw;
  }
}

.page-module-scss-module__aluuSq__tab {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1279px) {
  .page-module-scss-module__aluuSq__tab {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .page-module-scss-module__aluuSq__tab {
    margin-bottom: 8.8889vw;
  }
}

/* [project]/node_modules/@msu/mds/dist/assets/Skeleton.css [app-client] (css) */
@keyframes _shimmer_1urbc_1 {
  0% {
    background-position: -200% 0;
  }

  to {
    background-position: 200% 0;
  }
}

._skeleton_1urbc_13 {
  background-color: #868e96;
  border-radius: 4px;
  display: inline-block;
}

._skeleton_1urbc_13._animate_1urbc_18 {
  background-image: linear-gradient(90deg, #e0e0e0, #f5f5f5 40%, #e0e0e0 80%);
  background-size: 200% 100%;
  animation: 2s linear infinite _shimmer_1urbc_1;
}

/* [project]/src/app/fusion/mypage/_feature/ClaimHistoryClient/styles/ClaimHistoryList.module.scss.module.css [app-client] (css) */
.ClaimHistoryList-module-scss-module__0DKHUG__claim_history_container {
  margin-top: 32px;
}

.ClaimHistoryList-module-scss-module__0DKHUG__claim_history_container li {
  margin-bottom: 12px;
}

/* [project]/src/app/fusion/mypage/_feature/Status/styles/DataBox.module.scss.module.css [app-client] (css) */
.DataBox-module-scss-module__cWy3Cq__container {
  background: #8632fb0d;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding: 16px;
  display: flex;
}

@media only screen and (max-width: 1279px) {
  .DataBox-module-scss-module__cWy3Cq__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .DataBox-module-scss-module__cWy3Cq__container {
    padding: 4.4444vw;
  }
}

.DataBox-module-scss-module__cWy3Cq__label {
  color: inherit;
  font-feature-settings: "liga" off, "clig" off;
  font-family: var(--font-sofia-sans-condensed);
  letter-spacing: -.1px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (max-width: 1279px) {
  .DataBox-module-scss-module__cWy3Cq__label {
    letter-spacing: -.1px;
    margin-bottom: auto;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .DataBox-module-scss-module__cWy3Cq__label {
    font-size: 4.4444vw;
  }
}

.DataBox-module-scss-module__cWy3Cq__value_box {
  flex-direction: column;
  gap: 4px;
  margin-top: auto;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .DataBox-module-scss-module__cWy3Cq__value_box {
    gap: 1.1111vw;
  }
}

.DataBox-module-scss-module__cWy3Cq__value {
  color: var(--gray-900);
  text-align: right;
  font-feature-settings: "liga" off, "clig" off;
  font-family: var(--font-sofia-sans-condensed);
  letter-spacing: -.2px;
  text-transform: uppercase;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width: 1279px) {
  .DataBox-module-scss-module__cWy3Cq__value {
    letter-spacing: -.1px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .DataBox-module-scss-module__cWy3Cq__value {
    font-size: 5.5556vw;
  }
}

.DataBox-module-scss-module__cWy3Cq__dollar_price {
  color: var(--neutral-opacity-black-bk-50);
  text-align: right;
  font-feature-settings: "liga" off, "clig" off;
  font-family: var(--font-sofia-sans-condensed);
  letter-spacing: -.1px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .DataBox-module-scss-module__cWy3Cq__dollar_price {
    font-size: 4.4444vw;
  }
}

/* [project]/src/components/animation/MeteorShower/MeteorShower.module.scss.module.css [app-client] (css) */
.MeteorShower-module-scss-module__CCGzua__meteor-box {
  visibility: hidden;
}

.MeteorShower-module-scss-module__CCGzua__meteor-box.MeteorShower-module-scss-module__CCGzua__ready {
  visibility: visible;
}

.MeteorShower-module-scss-module__CCGzua__meteor-1 {
  background-image: linear-gradient(to right, #00c8ff 5%, #004dffcc 25%, #02f0 75%);
  width: 150px;
  height: 1px;
  animation: 13.3s linear infinite MeteorShower-module-scss-module__CCGzua__meteor;
  position: absolute;
  top: 69px;
  left: 108%;
  transform: rotate(-45deg);
}

.MeteorShower-module-scss-module__CCGzua__meteor-1:before {
  content: "";
  background: #ffffffb3;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  box-shadow: 0 0 8px 3px #fff;
}

.MeteorShower-module-scss-module__CCGzua__meteor-2 {
  background-image: linear-gradient(to right, #00c8ff 5%, #004dffcc 25%, #02f0 75%);
  width: 150px;
  height: 1px;
  animation: 17.7s linear infinite MeteorShower-module-scss-module__CCGzua__meteor;
  position: absolute;
  top: 97px;
  left: 88%;
  transform: rotate(-45deg);
}

.MeteorShower-module-scss-module__CCGzua__meteor-2:before {
  content: "";
  background: #ffffffb3;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  box-shadow: 0 0 8px 3px #fff;
}

.MeteorShower-module-scss-module__CCGzua__meteor-3 {
  background-image: linear-gradient(to right, #00c8ff 5%, #004dffcc 25%, #02f0 75%);
  width: 150px;
  height: 1px;
  animation: 18.5s linear infinite MeteorShower-module-scss-module__CCGzua__meteor;
  position: absolute;
  top: 142px;
  left: 28%;
  transform: rotate(-45deg);
}

.MeteorShower-module-scss-module__CCGzua__meteor-3:before {
  content: "";
  background: #ffffffb3;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  box-shadow: 0 0 8px 3px #fff;
}

.MeteorShower-module-scss-module__CCGzua__meteor-4 {
  background-image: linear-gradient(to right, #00c8ff 5%, #004dffcc 25%, #02f0 75%);
  width: 150px;
  height: 1px;
  animation: 17s linear infinite MeteorShower-module-scss-module__CCGzua__meteor;
  position: absolute;
  top: 131px;
  left: 115%;
  transform: rotate(-45deg);
}

.MeteorShower-module-scss-module__CCGzua__meteor-4:before {
  content: "";
  background: #ffffffb3;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  box-shadow: 0 0 8px 3px #fff;
}

.MeteorShower-module-scss-module__CCGzua__meteor-5 {
  background-image: linear-gradient(to right, #00c8ff 5%, #004dffcc 25%, #02f0 75%);
  width: 150px;
  height: 1px;
  animation: 10.2s linear infinite MeteorShower-module-scss-module__CCGzua__meteor;
  position: absolute;
  top: 130px;
  left: 65%;
  transform: rotate(-45deg);
}

.MeteorShower-module-scss-module__CCGzua__meteor-5:before {
  content: "";
  background: #ffffffb3;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  box-shadow: 0 0 8px 3px #fff;
}

.MeteorShower-module-scss-module__CCGzua__meteor-6 {
  background-image: linear-gradient(to right, #00c8ff 5%, #004dffcc 25%, #02f0 75%);
  width: 150px;
  height: 1px;
  animation: 18.7s linear infinite MeteorShower-module-scss-module__CCGzua__meteor;
  position: absolute;
  top: 80px;
  left: 14%;
  transform: rotate(-45deg);
}

.MeteorShower-module-scss-module__CCGzua__meteor-6:before {
  content: "";
  background: #ffffffb3;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  box-shadow: 0 0 8px 3px #fff;
}

.MeteorShower-module-scss-module__CCGzua__meteor-7 {
  background-image: linear-gradient(to right, #00c8ff 5%, #004dffcc 25%, #02f0 75%);
  width: 150px;
  height: 1px;
  animation: 17.7s linear infinite MeteorShower-module-scss-module__CCGzua__meteor;
  position: absolute;
  top: 91px;
  left: 30%;
  transform: rotate(-45deg);
}

.MeteorShower-module-scss-module__CCGzua__meteor-7:before {
  content: "";
  background: #ffffffb3;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  box-shadow: 0 0 8px 3px #fff;
}

.MeteorShower-module-scss-module__CCGzua__meteor-8 {
  background-image: linear-gradient(to right, #00c8ff 5%, #004dffcc 25%, #02f0 75%);
  width: 150px;
  height: 1px;
  animation: 18.8s linear infinite MeteorShower-module-scss-module__CCGzua__meteor;
  position: absolute;
  top: 125px;
  left: 113%;
  transform: rotate(-45deg);
}

.MeteorShower-module-scss-module__CCGzua__meteor-8:before {
  content: "";
  background: #ffffffb3;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  box-shadow: 0 0 8px 3px #fff;
}

.MeteorShower-module-scss-module__CCGzua__meteor-9 {
  background-image: linear-gradient(to right, #00c8ff 5%, #004dffcc 25%, #02f0 75%);
  width: 150px;
  height: 1px;
  animation: 16.2s linear infinite MeteorShower-module-scss-module__CCGzua__meteor;
  position: absolute;
  top: 81px;
  left: 107%;
  transform: rotate(-45deg);
}

.MeteorShower-module-scss-module__CCGzua__meteor-9:before {
  content: "";
  background: #ffffffb3;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  box-shadow: 0 0 8px 3px #fff;
}

.MeteorShower-module-scss-module__CCGzua__meteor-10 {
  background-image: linear-gradient(to right, #00c8ff 5%, #004dffcc 25%, #02f0 75%);
  width: 150px;
  height: 1px;
  animation: 16.3s linear infinite MeteorShower-module-scss-module__CCGzua__meteor;
  position: absolute;
  top: 147px;
  left: 101%;
  transform: rotate(-45deg);
}

.MeteorShower-module-scss-module__CCGzua__meteor-10:before {
  content: "";
  background: #ffffffb3;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  box-shadow: 0 0 8px 3px #fff;
}

.MeteorShower-module-scss-module__CCGzua__meteor-11 {
  background-image: linear-gradient(to right, #00c8ff 5%, #004dffcc 25%, #02f0 75%);
  width: 150px;
  height: 1px;
  animation: 13.3s linear infinite MeteorShower-module-scss-module__CCGzua__meteor;
  position: absolute;
  top: 128px;
  left: 4%;
  transform: rotate(-45deg);
}

.MeteorShower-module-scss-module__CCGzua__meteor-11:before {
  content: "";
  background: #ffffffb3;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  box-shadow: 0 0 8px 3px #fff;
}

.MeteorShower-module-scss-module__CCGzua__meteor-12 {
  background-image: linear-gradient(to right, #00c8ff 5%, #004dffcc 25%, #02f0 75%);
  width: 150px;
  height: 1px;
  animation: 19.2s linear infinite MeteorShower-module-scss-module__CCGzua__meteor;
  position: absolute;
  top: 150px;
  left: 78%;
  transform: rotate(-45deg);
}

.MeteorShower-module-scss-module__CCGzua__meteor-12:before {
  content: "";
  background: #ffffffb3;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  box-shadow: 0 0 8px 3px #fff;
}

@keyframes MeteorShower-module-scss-module__CCGzua__meteor {
  0% {
    opacity: 1;
    margin-top: -150px;
    margin-right: -150px;
  }

  12% {
    opacity: 0;
  }

  15% {
    opacity: 0;
    margin-top: 150px;
    margin-left: -300px;
  }

  100% {
    opacity: 0;
  }
}

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