body, html {
  height: 100%;
  margin: 0;
  color: white;
}
.main {
  position: absolute;
  /*background-image: url("/images/bgLARGE.png");*/
  background: linear-gradient(#000000, #062140);

  /* Full height */
  min-height: calc(100vh);
  width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.navbar-brand img {
  height: 70px;
}

#navbarNav a {
  color: white;
}

#navbarNav a:hover {
  text-decoration: none;
}

.staked-nft {
  height: 250px;
}

.tiers {
  color: #000000;
}

.btn-connect {
  background-color: #fa05a000;
  color: white !important;
  outline-style: solid;
  outline-color: #8805fa;
  border: 2px solid black;
  transform: scale(1);
  transition: transform .5s;
}

.btn-connect:hover {
  transform: scale(1.1);
  outline-color: aqua;
}

.btn-connect:active {
  background-color: rgb(0, 64, 174); /* Change the background color when clicked */
  /* Add any other styles you want to apply when the button is clicked */
}

.btn-connect-claim:hover {
  transform: scale(1.1);
  outline-color: aqua;
}

.btn-connect-claim:active {
  background-color: rgb(0, 64, 174); /* Change the background color when clicked */
  /* Add any other styles you want to apply when the button is clicked */
}

.btn-connect-enter:hover {
  transform: scale(1.1);
  outline-color: aqua;
}

.btn-connect-enter:active {
  background-color: rgb(0, 64, 174); /* Change the background color when clicked */
  /* Add any other styles you want to apply when the button is clicked */
}

.stake-bar h4 {
  display: inline;
}

.stake-bar {
  padding: 20px;
  background: rgba(100, 100, 100, 0);
  border-radius: 10px;
}

.pb-line {
  border-bottom: 2px solid grey;
}

.unstaked-card {
  border-radius: 10px;
  cursor: pointer;
}

.unselected-card {
  border: 2px solid grey;
}

.selected-card {
  border: 2px solid rgb(220, 120, 23);
}

.full-width {
  width: 100%
}

.ant-spin-nested-loading > div > .ant-spin {
  max-height: calc(100vh) !important;
}

/*.container h1, h2, h3, h4, h5, h6 {*/
/*  color: white !important;*/
/*}*/

/*p {*/
/*  color: white !important;*/
/*}*/

.lgo {
  display: flex;
  justify-content: center;
}

.disclaimer {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid;
  border-color: #ffffff00;
  border-radius: 12px;
  margin-top: 5%;
  padding: 5%;
  margin-left: 6%;
  margin-right: 6%;
  width: fit-content;
  font-size: x-small;

}

.YOURSTAKE {
  text-align: left;
}

.btn-connect-enter {
  background-color: #fa05a000;
  color: white !important;
  outline-style: solid;
  outline-color: #8805fa;
  border: 2px solid black;
  transform: scale(1);
  transition: transform .5s;
  font-size: x-large;
  width: 180px;
}

.pendingGems {
  display: inline-block;
  width: 50%;
  border: #8805fa;
  background-color: rgba(72, 72, 72, 0.338);
  border-style: double;
  border-radius: 20px;
  padding: 20px;
  
  

}

br {
  display: block;
  margin-top: 15px;
  padding: 20px;
}

.btn-connect-claim {
  background-color: #fa05a000;
  color: white !important;
  outline-style: solid;
  outline-color: #8805fa;
  border: 2px solid black;
  transform: scale(1);
  transition: transform .5s;
  width: 120px;

  

}

h4 {
  font-family: 'Chewy', cursive;
font-family: 'Montserrat Alternates', sans-serif;
font-family: 'Rajdhani', sans-serif;
font-weight: 600;
}

h5{
  padding: 7px;
  margin-right: 2px;
}


/* For smaller screens like iPhones */
@media (max-width: 600px) {
  .pendingGems {
    display: inline-block;
    width: 75%;
    border: #8805fa;
    background-color: rgba(72, 72, 72, 0.338);
    border-style: double;
    border-radius: 20px;
    padding: 20px;
  }
    
  
  }

  
/* Medium screens (601px to 992px wide) */
@media (min-width: 601px) and (max-width: 992px) {
  .pendingGems {
    display: inline-block;
    width: 75%;
    border: #8805fa;
    background-color: rgba(72, 72, 72, 0.338);
    border-style: double;
    border-radius: 20px;
    padding: 20px;
  }
}



.Toastify__toast {
  /* Change the border color and width of the toast */
  border: 2px solid #241df5; /* Replace with your desired border color and width */
}

.collinks {
  padding: 15px;
}

.navbar-brand:hover {
  transform: scale(1.3);
}

.nav-item:hover {
  transform: scale(1.2);
}

button:hover {
transform: scale(1.1);
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;

}

.connect-wallet-button {
  display: block;
  margin: 0 auto;
  padding: 10px 20px; /* Adjust padding as needed */
  background-color: #ff00e600; /* Change background color */
  color: #fff; /* Change text color */
  border: solid;
  border-radius: 8px; /* Add rounded corners */
  border-color: #8805fa;
  cursor: pointer;
  margin-top: 8px;
  /* Add other styles as needed */
}

.disconnect-wallet-button {
  display: block;
  margin: 0 auto;
  padding: 10px 20px; /* Adjust padding as needed */
  background-color: #6a00ff38; /* Change background color */
  color: #fff; /* Change text color */
  border: solid;
  border-radius: 8px; /* Add rounded corners */
  border-color: #8805fa;
  cursor: pointer;
  margin-bottom: 8px;
  margin-top: 8px;
  /* Add other styles as needed */
}

.balance {
display: flex;
justify-content: center;
align-items: center;
  /* Add other styles as needed */
}

.stake-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid; /* Increase the border width as needed */
  border-radius: 8px;
  border-color: #8805fa;
  padding: 65px; /* Increase the padding to create more space within the box */
}

.btn-swap {
  border: solid;
  border-radius: 8px;
  border-color: #8805fa;
  background-color: #00000000;
  color: #fff;
  padding: 10px;
}

.mandox {
  padding: 10px;
}

.connectMessage {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.minting-popup {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.711);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  z-index: 1000; /* High z-index value */
}

.loading-spinner {
  border: 4px solid #720098;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 12px;
  animation: spin 2s linear infinite;
  justify-content: center;
  align-items: center;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  z-index: 999; /* Slightly lower than the pop-up */
}

.connect-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; /* Center the text for the paragraph and button if needed */
  height: 100vh; /* This makes the container take the full height of the viewport */
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; /* Ensures the container takes the full width */
}

.mainLogoS {
  max-width: 100%; /* Makes the image responsive */
  height: auto; /* Maintains aspect ratio */
  max-height: 50vh; /* Example to limit the image size on larger screens */
}