@import url(https://fonts.cdnfonts.com/css/pokemon-solid);@charset "UTF-8";
/* Zoom effect and pop-out when hovering over the image */
/* Text */
/* Universal */
/* Responsive Screens */
/* Reset default browser styles */
body, h1, h2, h3, p, ul, ol, li {
  margin: 0;
  padding: 0;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/* Set a default font family and size */
body {
  font-family: Arial, sans-serif;
  background-color: rgb(60, 60, 60);
  color: rgb(217, 217, 217);
}

div {
  width: 100%;
}

/* Style for headings */
h1 {
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 10px;
}

h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

/* Basic styling for paragraphs */
p {
  margin-block-end: 15px;
  margin-block-start: 15px;
}

/* Style for links */
a {
  color: rgb(175, 175, 175);
  text-decoration: none;
}
a:hover {
  color: rgb(232, 232, 232);
  text-decoration: underline; /* Underline links on hover */
}

/* Style for lists */
ul, ol {
  margin-bottom: 15px;
}

/* Style for list items */
li {
  margin-bottom: 5px;
}

/* Add a border to images */
img {
  max-width: 100%; /* Make images responsive */
}

/* Optional: Add some basic styling to the table */
table {
  border-collapse: collapse;
  width: 100%;
  background-color: rgb(53, 53, 53);
  margin: 1.5em auto;
  table-layout: fixed;
  display: table;
}

th, td {
  border: 2px solid black;
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: table-cell;
}

tr {
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.12), 1px 2px 2px 1px rgba(0, 0, 0, 0.24);
}

td {
  background-color: rgb(55, 55, 55);
  font-size: 1em;
}

th {
  border: 0.125em solid rgb(0, 0, 0);
  background-color: rgb(65, 65, 65);
  font-size: 1.1em;
  font-weight: 400;
  box-shadow: none;
  font-weight: bold;
}

table td:nth-of-type(1), th:nth-of-type(1) {
  min-width: auto;
}

.centre {
  text-align: center;
}

.page-title {
  text-align: center;
}

.page-subtitle {
  text-align: center;
}

.container {
  max-width: 44em;
  margin: 20px auto;
  padding: 0 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.8em;
}

/* Track */
::-webkit-scrollbar-track {
  background: #d1d1d1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #363535;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3c3c3c;
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
  .container {
    padding: 0 10px; /* Reduce padding on smaller screens */
  }
  .kana-table {
    font-size: 12px;
    text-size-adjust: 100%;
  }
}
/* Medium screens (tablets) */
@media only screen and (min-width: 601px) {
  body {
    font-size: 16px;
  }
}
/* Large screens (desktops) */
@media only screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
/* Basic styling for buttons */
.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.button:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

.navbar {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.navbar-logo {
  float: right;
  margin-top: 1em;
  margin-right: 0.4em;
  width: 150px;
  height: 150px;
  padding: 0;
  display: block;
  margin-left: auto;
}

.navbar-list {
  font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
}

.navbar-list-item {
  text-align: center;
  line-height: 2em;
  display: inline-block;
  margin-left: 1em;
}

.navbar-link-eng {
  cursor: context-menu;
  font-weight: 100;
  font-size: 0.66em;
}

.navbar-link-jp {
  font-weight: 100;
  font-size: 1.8rem;
}

@media only screen and (max-width: 600px) {
  .navbar-logo {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 601px) {
  .navbar-list {
    padding-inline-start: 40px;
  }
}
.bold {
  font-weight: bolder;
}

.highlight-green {
  color: #00ff91;
}

.highlight-orange {
  color: #ffbb00;
}

.highlight-blue {
  color: #00bfff;
}

.highlight-red {
  color: #ef8080;
}

.highlight-purple {
  color: #b280ef;
}

.fill-purple {
  border: 3px solid #b280ef;
}

.toggles {
  display: flex;
  flex-direction: row;
}

.toggle-container {
  display: flex;
}

.toggle-parent {
  display: flex;
  justify-content: center;
  align-items: center; /* Center items horizontally */
  text-align: center;
}

.toggle-text {
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center; /* Center items horizontally */
  text-align: center;
  margin: 0;
}

.switch {
  margin-left: 5px;
  position: relative;
  display: inline-block;
  width: 2.3em;
  height: 1.2em;
  text-align: center;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 80%;
  width: 40%;
  left: 5%;
  bottom: 10%;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

@media only screen and (max-width: 601px) {
  .toggles {
    display: flex;
    flex-direction: column;
  }
  .toggle-parent {
    display: flex;
  }
}
.binder-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

.binder-page {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 50px 20px auto;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-sizing: border-box;
}

.row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 20px;
  margin: 10px 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .binder-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    align-items: center;
  }
  .binder-page {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 50px 20px auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-sizing: border-box;
  }
}
.base-card, .toploader-card, .duplicate-card {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  border: 3px solid #ccc;
  background-color: grey;
  border-radius: 12px;
  margin: 10px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.base-card:hover, .toploader-card:hover, .duplicate-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.base-card:hover .card-info, .toploader-card:hover .card-info, .duplicate-card:hover .card-info {
  opacity: 1;
}

/* Ensure the image is not hidden by the overlay */
.reverse-holo img {
  width: 100%;
  object-fit: cover; /* Makes sure the image covers the area without stretching */
  border-radius: 8px; /* Optional: rounds the corners of the image */
  z-index: 0; /* Keeps the image below the rainbow effect */
}
.reverse-holo:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, red, orange, yellow, green, blue, indigo, violet);
  opacity: 0.5; /* Make the rainbow effect semi-transparent */
  z-index: 1; /* Place the rainbow effect above the image */
  border-radius: 8px; /* Optional: rounds the corners to match the image */
}

.card-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  overflow: hidden; /* Hide any part of the image that overflows the container */
  z-index: 1;
}
.card-image img {
  border-radius: 10px; /* Adjust the radius value to control the roundness */
  object-fit: cover; /* Ensures the image fills the space */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}

/* Make card-info visible when #display-card is hovered */
#display-card .card-info {
  opacity: 1; /* Show the info when the card is hovered */
}

#display-card {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8); /* Dark overlay */
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 18vw;
  padding: 0.3rem;
  border-radius: 30px;
  transition: opacity 0.3s ease;
}
#display-card img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}
#display-card .open {
  display: block;
  opacity: 1;
}

#display-card.reverse-holo:after {
  border-radius: 30px;
}

.card-info {
  position: absolute;
  border-radius: 10px;
  margin: 5px auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(89, 89, 89, 0.5);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 99;
}
.card-info .card-info-entry {
  color: white;
  position: relative;
}

.zoomable-image {
  transition: transform 0.3s ease, z-index 0.3s ease; /* Smooth zoom transition */
}

@media only screen and (max-width: 600px) {
  #display-card {
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8); /* Dark overlay */
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80vw;
    padding: 0.3rem;
    border-radius: 30px;
    transition: opacity 0.3s ease;
  }
}
@media only screen and (max-width: 601px) {
  #display-card {
    max-width: 60vw;
    border-radius: 10px;
  }
  #display-card img {
    border-radius: 10px;
  }
  #display-card.reverse-holo:after {
    border-radius: 10px;
  }
}
.duplicate-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  flex-direction: row;
}

.base-container, .toploader-container, .reverse-holo-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-sizing: border-box;
}

.duplicate-card {
  width: 25%;
}

.search-pokemon-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
}

.search-pokemon-button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5px 0 20px 0;
}

.search-pokemon-button {
  display: flex;
  width: 200px;
  height: 30px;
  margin: 1px 5px 1px 5px;
  outline: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 20px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.2s ease;
  cursor: pointer;
}
.search-pokemon-button:active {
  transform: scale(0.95); /* Shrink the button slightly */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add subtle shadow to create a pressed effect */
}

.search-pokemon-input-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.search-pokemon-input {
  display: flex;
  position: relative;
  background-color: transparent;
  width: 100%;
  margin: 10px auto;
  outline: none;
  border: 1px solid white;
  color: white;
  font-size: 1.5em;
  padding: 0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .duplicate-card {
    width: 35%;
  }
  .search-pokemon-button {
    width: 150px;
    height: 40px;
    font-size: 12px;
  }
  .search-pokemon-input {
    width: 80%;
  }
}
.set-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.set {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 250px;
  box-sizing: border-box;
  margin: 20px 0 0 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth card scaling */
}
.set:hover {
  transform: scale(1.05); /* Slightly enlarges the entire card */
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2); /* Adds a larger shadow to emphasize pop-out */
}

.set-number, .set-name {
  border: 2px solid black;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.set-number h2, .set-name h2 {
  text-align: center;
}

.set-name {
  border: 2px solid black;
  border-radius: 10px;
}

.set-image {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .set-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.toploader-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  flex-direction: row;
}

.toploader-card {
  width: 25%;
}

@media only screen and (max-width: 600px) {
  .toploader-card {
    width: 35%;
  }
}