body {
  margin: 0;
  padding: 0;
    background:linear-gradient(0deg, rgba(115, 228, 50, 0.99), rgba(74, 218, 55, 0.9)), url("images/banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.5);
    color: auto;
    font-family: Arial, sans-serif;
    text-align: center;
     }
  .overlay {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  
  h1 {
    font-size: 30px;
    margin-top: 20px;
  }
  .balance2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .buttons {
    display: flex;
    justify-content: center;
    margin: 5px;
  }
  button {
    padding: 8px 8px;
    border-radius: 5px;
    border: none;
    margin: 5px;
    cursor: pointer;
    background-color: aquamarine;
  }
  .top-up {background-color: rgb(4, 35, 61);
    color: #fff;
    padding: 3px 8px;
    border-radius: 10px;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
  }
  .addfunds {background-color: rgb(11, 40, 114);
    color: #fff;
    padding: 3px 8px;
    border-radius: 10px;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
  }
  .withdraw {
    background-color: slateblue;
    color: #fff;
    padding: 3px 8px;
    border-radius: 10px;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
  }
  .shopnow {
    background-color: green;
    color: auto;
    padding: 3px 8px;
    border-radius: 10px;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
  }
  .headnav {
    background-color: lightskyblue;
    color: auto;
    padding: 3px 5px;
    border-radius: 5px;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
    font-weight: bold;
  }

  .headnav2 {
    background-color: lightseagreen;
    color: auto;
    padding: 4px 12px;
    border-radius: 5px;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
    font-weight: bold;
  }
  .message {
    color: red;
    margin-top: 20px;
  }
  .message2 {
    color: black;
    margin-top: 20px;
    font-size: 1.1em;
  }
  .message5 { 
    margin: 20px;
    text-align: justify;
    font-size: 1.2em;
    }
    .message5 img{
      max-height: 20px;
      max-width: 20px;
    }
    .messagew {
      background: linear-gradient(135deg, rgba(183, 255, 210, 0.89), rgba(132, 255, 218, 0.782));
      padding: 20px;
      border-radius: 5px;
      color: black;
      margin: 20px;
      font-size: 1.1em;
      text-align: justify;
    }
  .fee {
    margin: 5px;
    font-size: 12px;
  }
  .copyright {
    margin: 5px;
    font-size: 8px;
  }
  .ul1{ width: 100%;
  border: 1px solid #c2c2c2;
  display:table;
  white-space:nowrap;
  text-align:center;}
 
  .header {
    background-color: #000808;
    color: white;
    padding: flex;
    text-align: center;

  }
  .li {
    text-align: center;
    max-width: 100dvw;

  }
  .li a{
   text-align: center;
  float: center;
  order:1;
  flex-grow:1;
  font-size: auto;
  }

  .logo {
  display: flex;
  align-items: center;
  }
  .logo img {
  height: 50px;
  margin-right: 5px;
   }
   nav li {
  margin: 0 5px;
}
  .li a{
   text-align: center;
  float: center;
  order:1;
  flex-grow:1;
  font-size: auto;
  }
  .user {
  display: flex;
  align-items: center;
  font-size: 1vw;
}

.user span {
  margin-right: 5px;
}

.user a {
  margin-left: 5px;
}
.header-left {
  display: grid;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fill;
  height: auto;
  text-align: center;

}

.header-right {
  display: grid;
  flex-direction: column;
}


footer {
  background-color: #000000;
  color: #f3eeee;
  text-align: center;
  padding: 10px 0;
}

footer p {
  margin: 0;
  font-size: 14px;
}
footer img{
  max-width: 30px;
  max-height: 30px;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
footer img:hover {
  transform: scale(1.05);
}

  /* Add styles for the slideshow container */
  .slideshow-container {
    max-width: 100px;
    position: relative;
    margin: auto;
  }

  /* Hide the images by default */
  .mySlides {
    display: none;
  }

  /* Add styles for the slideshow controls */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
  }

  /* On hover, add a black background color */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  .feehide {
    margin: 0px;
    font-size: 0px;
  }
  




  
.crypto-container {
  background-color: #021926;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: calc(100% - 40px);
  max-width: 450px;
  text-align: center;
  border: 1px solid #c4c2c2;
  margin: 20px auto;
}

.crypto-options {
  display: grid;
  margin: 10px;
  align-items: center;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 10px;
  padding: 5px;
}

.crypto-option {
  cursor: pointer;
  padding: 5px;
  border-radius: 3px;
  margin: 5px;
  background-color:#0f223b;
  transition: background-color 0.3s, transform 0.3s;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.crypto-option:hover {
  background-color: #04647b;
  transform: scale(1.02);
}

.highlight {
  font-weight: bold;
  color: #043870;
}

.payment-detailx {
  display: none;
  margin: 0px;
  background: #acffda;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

.confirm-button {
  border: 1px solid #f7f4f4;
  padding: 8px 12px;
  background-color: #070000;
  color: #f9f7f7;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  margin-top: 10px;
}

.confirm-button:hover {
  background-color: #070000;
}

.messagenow {
  display: none;
  font-size: 16px;
  color: #ab0707;
  margin-top: 10px;
}

#qr-code {
  margin-top: 20px;
  text-align: center;
}

.countdown-container {
  display: none;
  margin-top: 20px;
}

.countdown {
  font-size: 1em;
  color: #ab0707;
  text-align: center;
}
.highlightx {
  font-weight: bold;
  color: #001020;
  
  }

.highlight {
  font-weight: bold;
  color: #043870;
  cursor: pointer;
  position: relative;
  user-select: all; /* Allows easy copying */
}

/* Tooltip Effect */
.highlight::after {
  content: "Click to Copy"; /* Shows this by default */
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: white;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.highlight:hover::after {
  opacity: 1;
}

/* When clicked, change content to "Copied!" */
.highlight:active::after {
  content: "Copied!";
  background: #4CAF50;
  opacity: 1;
}


#payment-address {
word-wrap: break-word;
white-space: pre-wrap;
max-width: 100%;
}

.spinner {
  margin: 10px 0;
  font-size: 16px;
  color: #b11c1c;
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 300px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.product2 {
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(183, 255, 210, 0.89), rgba(132, 255, 218, 0.782));
  padding: auto;
  text-align: center;
  margin: 20px;
  }
  .messaged{
    background: linear-gradient(135deg, rgba(183, 255, 210, 0.89), rgba(132, 255, 218, 0.782));
    padding: 10px;
    border-radius: 5px;
    color: black;
    margin: 20px;
    font-size: 1.1em;
    text-align: center;
  }

  @keyframes blink {
    0%, 100% { opacity: 1; }
    20% { opacity: 0; }
  }
  .urgentmessage {
    animation: blink 2s infinite;
    font-weight: bold;
    color: rgb(67, 37, 0);
    font-size: medium;
  }