.overlay {
  position: fixed;
  /* Position the overlay on top of everything */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black background */
  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 9999;
  /* Ensure   
   overlay is on top */
}

.loader {
  /* Styles for your loading indicator */
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.p-list__wrapper table tr td .nft_name {
  max-width: 80px;
  min-width: 0;
}

.p-list__wrapper table tr td:first-child .td__inner {
  padding-right: 0px;
}

.p-list__wrapper table tr td .nft_name .nft_name_limited {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
  line-height: 1.2;
  word-break: break-word;
}

.p-list__wrapper2 {
  overflow-x: auto;
}

.p-list__wrapper table tr th:first-child {
  width: 120px !important;
}

@media screen and (max-width: 767px) {
  .p-list__wrapper2 {
    overflow-x: scroll;
  }

  .p-list__wrapper {
    margin: 0 auto;
    padding: 20px 10px;
    max-width: 1040px;
  }

  .p-list__wrapper table tr td:first-child .td__inner {
    padding-right: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .p-list__wrapper table tr td.td__sticky,
  .p-list__wrapper table tr th.td__sticky {
    padding-right: 0px;
  }

  .p-list__wrapper table tr td.td__sticky .nft_id {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .p-list__wrapper table tr td .genesis {
    font-size: 8px;
  }

  .p-list__wrapper table tr td .nft_name {
    text-align: left;
    max-width: 80px;
    min-width: 0;
  }

  .p-list .p-filter__inner ul {
    flex-wrap: nowrap;
  }

  .p-filter__inner.p-filter__inner {
    overflow: auto;
    white-space: nowrap;
  }

  .p-filter {
    overflow-x: scroll;
    white-space: nowrap;

    ::-webkit-scrollbar {
      width: 0;
      height: 0;
      display: none;
    }
  }

  .p-list .p-filter__inner ul.p-filter--rarity {
    overflow-x: visible;
  }
}

.p-list .p-filter__inner ul.p-filter--split {
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px dashed #364041;
}

.p-list__wrapper table tr td .genesis.No {
  color: #808080;
}

.p-list__wrapper table tr td .initial-value {
  color: #808080;
  display: block;
}

.p-list__wrapper table tr td.battery-remaining--danger {
  color: #ea6d67;
}

.p-list__wrapper table tr td.battery-remaining--warning {
  color: #bda653;
}

.p-list .p-filter__inner ul.p-filter--unbox .p-filter--box.active {
  background: #3a8de6;
  color: #fff;
}

@media screen and (min-width: 602px) {
  .p-list .p-filter__inner ul.p-filter--unbox .p-filter--box:hover {
    background: #3a8de6;
    color: #fff;
  }
}

.l-content .l-heading__nav li a {
  text-decoration: none;
  color: inherit;
}

.p-list__wrapper table.table_camera tr td:first-child .td__inner {
  align-items: flex-start;
}

.p-list__wrapper table.table_camera tr td {
  text-align: right;
  vertical-align: top;
}

.p-list__wrapper table .th-Rarity {
  width: 70px !important;
}

.p-list__wrapper table .th-Details {
  width: 70px !important;
}

.p-list__wrapper table .th-Details .td__sort {
  justify-content: center;
}

.l-header-l h1 {
  position: relative;
}

.l-header-l .royalty_campain {
  font-size: 9px;
  font-weight: 700;
  top: 22px;
  padding: 2px 6px 1px 6px;
  gap: 10px;
  border-radius: 5px;
  background: #ff2d15;
  color: #ffffff;
  white-space: nowrap;
  height: 16px;
  display: flex;
  align-items: center;
  position: absolute;
}

.ic_mypage {
  width: 32px;
  height: 32px;
  overflow: hidden;
}

@media screen and (max-width: 601px) {
  .ic_mypage {
    width: 25px;
    height: 25px;
    overflow: hidden;
  }
}

.ic_mypage {
  background-image: url("/assets/images/ic_mypage_on.png");
  background-size: cover;
  transition: background-image 0.3s ease-in-out;
}

p.disclaimer {
  margin: 40px 0 0;
  font-size: 12px;
}
