@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

html,
body {
  height: 100%;
  box-sizing: border-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;
}
.staking-main {
  background-color: #0b1a20;
  padding: 50px 0px;
  min-height: 100vh;
}
.staking-main h1 {
  color: white;
  font-size: 48px;
  font-family: Archivo;
  font-weight: 700;
}
.staking-main p {
  color: white;
  font-size: 14px;
  font-family: Archivo;
  font-weight: 700;
}
.staking-main a {
  color: #49edb4;
  font-size: 20px;
  font-family: Archivo;
  font-weight: 700;
  text-decoration: none;
}
.staking-main button {
  color: #07171f;
  font-size: 16px;
  font-family: Inter;
  font-weight: 500;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: linear-gradient(0deg, #49edb4 0%, #49edb4 100%);
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  border: none;
}
.inner-card {
  padding: 16px;
  background: #132b34;
  border-radius: 8px;
  border: 1px #24d6f8 solid;

}
.medium-card {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(
    182deg,
    rgba(36, 214, 248, 0.05) 0%,
    rgba(80, 242, 165, 0.05) 100%
  );
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
 
}
.dark-card {
  background: #0b1a20;
  border-radius: 8px;

  padding: 15px;
  border-radius: 8px;

  align-content: center;
}
.medium-card h2 {
  color: white;
  font-size: 24px;
  font-family: Archivo;
  font-weight: 700;
}
.medium-card span {
  color: #28d8f2;
  font-size: 20px;
  font-family: Archivo;
  font-weight: 700;
}
.dark-card span {
  color: white;
  font-size: 20px;
  font-family: Archivo;
  font-weight: 700;
}
.dark-card h3 {
  color: white;
  font-size: 16px;
  font-family: Archivo;
  font-weight: 700;
}
.dark-card h4 {
  color: rgba(36, 214, 248, 0.8);
  font-size: 16px;
  font-family: Archivo;
  font-weight: 500;
}
.inner-main-card {
  padding: 24px;
  background: #132b34;
  border-radius: 24px;
  position: relative;
}
.inner-main-card h2 {
  color: white;
  font-size: 24px;
  font-family: Archivo;
  font-weight: 700;
}
.inner-main-card h3 {
  color: white;
  font-size: 18px;
  font-family: Archivo;
  font-weight: 500;
}
.light-card {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #264857;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: inline-flex;
  width: 100%;
  min-height:115px;;
}
.light-card h3 {
  color: white;
  font-size: 22px;
  font-family: Archivo;
  font-weight: 400;
}
.light-card h4 {
  color: white;
  font-size: 16px;
  font-family: Archivo;
  font-weight: 700;
}
.box {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #264857;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  width: 33.3333333333%;
  color: #24d6f8;
  font-size: 20px;
  font-family: Archivo;
  font-weight: 700;
  cursor: pointer;
}
.box-active {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #b7d9e7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  width: 33.3333333333%;
  color: black;
  font-size: 20px;
  font-family: Archivo;
  font-weight: 700;
  cursor: pointer;

}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #162025d1; /* Semi-transparent black */
  z-index: 1; /* Ensure it's above the content */
  pointer-events: auto; /* Allow clicks on the overlay */
  border-radius: 24px;

}
.stop {
  padding-left: 64px !important;
  padding-right: 64px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  background:#49EDB4;
  border-radius: 16px !important;

  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  display: inline-flex !important;
  text-align: center;
  color: #07171f !important;
  font-size: 20px !important;
  font-family: Inter;
  font-weight: 500 !important;
}
.stop:disabled {
  background: #16313C ; /* Change to the desired color */
  color: #285766 !important; /* Change to the desired color */
  border-radius: 16px !important;

}
button:disabled {
  background: #16313C ; /* Change to the desired color */
  color: #285766 !important; /* Change to the desired color */


}
 .modal-content {
  background-color: #0D2733 !important;
  font-family: "Inter";
  border-bottom: none !important;
  max-width: 600px !important;
  margin: auto !important;
}
.modal-header {
  background-color: #193844 !important;
  border-bottom: none !important;
  font-family: "Inter";
}
.modal-body {
  background-color: #0D2733 !important;
  border-bottom: none !important;
  font-family: "Inter";
  /* margin-top: 30px !important; */
  margin-bottom: 10px !important;
}
 .modal-footer{
  border-top: none !important;
}
 img{
  height: auto !important;
}
.modal-title {
  color: white !important;
}

.btn-close {
  background-color:  #0D2733  !important;
  --bs-btn-close-bg: url(/images/Group\ 53.png) !important;

}
.modal-body p{
  text-align: center; color: #577F8E; font-size: 14px; font-family: Archivo; font-weight: 400; line-height:27px;
}
 .modal-dialog {
  transform: none;
  max-width: 450px !important;
}
.modal-body button{
  padding-left: 64px !important;
  padding-right: 64px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background: #4AEEB0 !important;
  border-radius: 8px !important;
  border: none;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  display: inline-flex !important;
  text-align: center;
  color: #07171f !important;
  font-size: 20px !important;
  font-family: Inter;
  font-weight: 500 !important;
}
.wallet-main{

}
input{
  background-color: transparent;
  padding: 5px 0px;
  border: none;
  color: white;

}
input[type="text"] {
  font-size:25px;
  color: white;
  font-size: 22px;
  font-family: Archivo;
  font-weight: 400;
}
input:focus-visible{
  border: none;
  outline: none;

}
input::placeholder{
  color: white;
  font-size: 22px;
  font-family: Archivo;
  font-weight: 400;
}

@media only screen and (max-width: 992px) {
  .medium-card {
    margin-bottom: 10px;
  }
  
.staking-main h1 {
  font-size: 42px;}
.dark-card h4 {
  font-size: 12px;
}
}
@media only screen and (max-width: 767px) {
  .modal-body img{

  }
 .header{
  flex-direction: column;
}
.header br{
  display: none !important;
}
  .stop {
    font-size: 16px !important;
  }
  .container {
    padding: 0px 20px !important;
  }

  .staking-main h1 {
    font-size: 32px;
    margin-top: 20px;
}
  .staking-main p {
    font-size: 14px;
  }
  .staking-main a {
    font-size: 14px;
  }
  .medium-card h2 {
    font-size: 16px;
  }
  .medium-card span {
    color: #28d8f2;
    font-size: 16px;
  }
  .dark-card span {
    color: white;
    font-size: 13px;
  }
  input[type="text"] {
    color: white;
    font-size: 17px;
    font-family: Archivo;
    font-weight: 400;
    width: 100%;
}
  .box {
    padding: 10px;
    font-size: 13px;
  }
  .box-active {
    padding: 10px;
    font-size: 13px;
  }
  .inner-main-card h2 {
    color: white;
    font-size: 16px;
  }
  img {
    width: 40px;
  }
  .medium-card {
    min-height: auto !important;
    padding: 20px 15px;
    margin-bottom: 10px;
  }
  .dark-card {
    min-height: auto !important;
    padding: 20px 15px;
  }
  .staking-main button {
    font-size: 13px;
    padding: 10px 15px;
    width: 100%;
    margin-top: 10px !important;
  }
  .light-card h4 {
    font-size: 15px;
  }
  .light-card h3 {
    font-size: 15px;
  }
  .inner-main-card h3 {
    font-size: 15px;
  }
}
