.header_link,
nav {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer_links a,
.header_link,
.logo {
  text-decoration: none;
}
.info h2,
footer {
  margin-top: 1em;
}
* {
  padding: 0;
  margin: 0;
}
body {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  background: #fff;
  font-family: system-ui;
}
.header {
  padding: 1em;
  background-color: #000;
  border-radius: 0px 0px 1em 1em;
}
.header_link {
  color: #fff;
  font-size: 1.2em;
}
.list,
.nofav {
  font-size: 20px;
}
.logo img {
  width: 200px;
}
nav {
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero,
.nofav {
  display: flex;
  align-items: center;
  text-align: center;
}
.container {
  max-width: 1200px;
  margin: auto;
}
.nofav {
  justify-content: center;
  height: 300px;
  width: 100%;
  color: red;
}
.hero {
  padding: 1em;
  justify-content: center;
  flex-direction: column;
  color: #000;

  max-width: 950px;
  margin: 1em auto;
}
#codehap_form {
  background-color: light-dark(
    rgb(232, 240, 254),
    rgba(70, 90, 126, 0.4)
  ) !important;
  padding: 1px 15px;
  border-radius: 5px;
  margin-block: 5px;
  border: 2px solid #da0000;
}
.codehap_input {
  height: 60px;
  outline: 0;
  border: 0;
  overflow: hidden;
  border-radius: 5px;
  display: block;
  width: 100%;
  font-size: 15px;
  background: transparent !important;
}

.codehap_input:focus {
  background-color: transparent !important;
  background: transparent !important;
  outline: none;
}

input:-internal-autofill-selected {
  appearance: none;
  background-color: transparent !important; /* Set background color to transparent */
  color: inherit !important; /* Set text color to inherit */
}
.btn-copy {
  cursor: pointer;
  border: none;
  outline: 0;
  background: #f3f4f7;
  padding: 5px;
  width: 70px;
  border-radius: 5px;
}
.btn-fav,
.codehap_btn {
  border: none;
  outline: 0;
}
.btn-fav {
  cursor: pointer;
  background: 0 0;
  padding: 0;
  margin: 0;
  width: 40px;
  color: #6a737b;
}
#goToTopBtn,
.codehap_btn {
  width: 50px;
  background-image: radial-gradient(
    circle 325px at 19.2% 64.8%,
    rgba(254, 62, 101, 1) 9.7%,
    rgba(166, 24, 146, 1) 91.3%
  );
  cursor: pointer;
}
.buttons {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
}
.codehap_buttons {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}
.codehap_btn {
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}

.col-12 {
  grid-column: span 2;
}
#goToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  height: 50px;
  border: none;
  color: #fff;
  border-radius: 50%;
}
#goToTopBtn:hover {
  background-color: #555;
}
.codehap_Showresult,
.is_center {
  text-align: center;
}
.list {
  font-weight: 700;
  background-image: radial-gradient(
    circle 369px at -2.9% 12.9%,
    rgba(247, 234, 163, 1) 0%,
    rgba(236, 180, 238, 0.56) 46.4%,
    rgba(163, 203, 247, 1) 100.7%
  );
  padding: 8px 5px;
  border-radius: 10px;
  margin: 10px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.load-more-box {
  max-width: 400px;
  margin: auto;
}
.load-more,
.sendemail {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: 1em 5px;
  width: 100%;
  background-image: radial-gradient(
    circle 325px at 19.2% 64.8%,
    rgba(254, 62, 101, 1) 9.7%,
    rgba(166, 24, 146, 1) 91.3%
  );
  color: #fff;
  font-weight: bolder;
}
.codehap_btn:hover,
.footer_links a:hover,
.load-more:hover,
.sendemail:hover {
  filter: brightness(130%);
}
.form-control {
  width: 100%;
  min-height: 40px;
  outline: 0;
  border: 1px solid #caccd1;
  border-radius: 10px;
  margin-bottom: 10px;
}
.btn-copy:hover {
  filter: contrast(90%);
}
.who {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #424242;
}
footer {
  padding: 1em 10px;
  display: block;
  background: #000;
  color: #fff;
}
.footer_links a {
  color: #fff;
  background-image: linear-gradient(
      0deg,
      rgba(4, 223, 34, 0.15) 0%,
      rgba(167, 179, 214, 0.15) 100%
    ),
    linear-gradient(90deg, rgb(210, 94, 235), rgb(219, 158, 203));
  padding: 5px;
  border-radius: 5px;
  width: 150px;
  text-align: center;
}
.footer_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-block: 1em;
}
.info {
  padding: 1em;
  line-height: 1.6em;
}

.info img {
  width: 100%;
  max-width: 800px;
  marin: auto;
  border: 1px solid #222;
  border-radius: 1em;
}
ol,
ul {
  list-style-position: inside;
}
@media only screen and (max-width: 600px) {
  .footer_links a {
    width: 110px;
  }
  .logo img {
    width: 100px;
  }
  .header_link,
  .tagline {
    font-size: 0.8em;
  }
  .header {
    padding: 0.8em 1em;
  }
  .hero {
    padding: 1.2em 10px;
  }
  .is_h1 {
    font-size: 1.4em;
  }
  .row {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }

  .col-12,
  .col-6 {
    grid-column: span 2;
  }
}
