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

.staking_section {
  padding: 160px 0 120px;
  position: relative;
  background-image: linear-gradient(to right top, #19222a, #19222A, #002d2fde, #003124b6, #043311ce);
}

@media (max-width: 767px) {
    .staking_section {
        padding: 120px 0 90px;
    }
}

.staking_main {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.staking_section .title_box {
  text-align: center;
}

.staking_section .title_box .buji_img {
    width: 180px;
}

.staking_section .title_box h3 {
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 800;
}

.staking_section .title_box p {
  font-size: 16px;
  color: #fff;
}

.staking_section .title_box p span {
  color: #07AB25;
}

.staking_box {
  border: 1px solid #ffffff29;
  background: #10171E;
  backdrop-filter: blur(8px);
  border-radius: 15px;
  margin-top: 38px;
  overflow: hidden;
}

.stakeTabNav {
  border-bottom: 1px solid #ffffff29 !important;
}

.stakeTabNav li {
  width: 50%;
}

.stakeTabNav li:first-child {
  border-right: 1px solid #ffffff29 !important;
}

.stakeTabNav li a {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.stakeTabNav li a.active {
  background-image: linear-gradient(to right top, #19222a, #052730, #002d2f, #003124, #043311);
  font-weight: 700;
  color: #07AB25;
}

.staking_box_body {
  padding: 24px;
}

.amount_block_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

.amount_block_top h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  font-family: "Raleway";
}

.amount_block_top p {
  color: #fff;
  font-size: 15px;
}

.amount_input_block {
  display: flex;
  border: 1px solid #ffffff29;
  border-radius: 8px;
  overflow: hidden;
}

.amount_input_block .label {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  flex-shrink: 0;
  align-self: center;
  padding: 10px 20px;
}

.amount_input_block input {
  height: 46px;
  border-left: 1px solid #ffffff29;
  border-right: 1px solid #ffffff29;
  border-radius: 0;
  padding: 0px 20px;
  background: transparent;
  color: #fff;
  font-size: 16px;
}

.amount_input_block button {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  align-self: center;
  padding: 10px 20px;
  background: transparent;
  border: none;
  outline: none;
}

.amount_input_block button:hover {
    background: #ffffff29;
}

.amount_block .min_stake {
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 24px;
}

.staking_box_button {
  color: rgb(255, 255, 255);
  background: linear-gradient(to left top, #19222a, #052730, #002d2f, #003124, #043311) padding-box
      padding-box,
      linear-gradient(to left top, #19222a, #052730, #002d2f, #003124, #043311) border-box
      border-box !important;
  border: 2px solid transparent !important;
  outline: #07AB25 solid 1px !important;
  padding: 6px 33px 7px 33px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
}

.staking_box_button:disabled {
  background: #ffffff29;
  color: #fff;
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}


.staking_box_button:hover {
    background: linear-gradient(to right top, #19222a, #052730, #002d2f, #003124, #043311) padding-box
      padding-box,
      linear-gradient(to right top, #19222a, #052730, #002d2f, #003124, #043311) border-box
      border-box !important;
}

.staking_box_button:hover span {
    opacity: 0.8;
}

.staking_box_rewards_top {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to left top, #19222a, #052730, #002d2f, #003124, #043311);
  padding: 16px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  gap: 7px;
}

.staking_box_rewards_top svg {
  transform: translateY(1px);
}

.total_stake_box {
  text-align: center;
}

.total_stake_box p {
  color: #fff;
  font-size: 16px;
}

.total_stake_box h4 {
  font-family: "Raleway";
  font-size: 24px;
  font-weight: 800;
  color: #07AB25;
  padding-top: 5px;
}

#countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 30px;
}

#countdown span {
    display: block;
    font-size: 24px;
    font-weight: 600;
}


.withdrawn_text {
  color: #07AB25;
  font-size: 24px;
  font-weight: 500;
}

.time_reached_text {
  color: #d44747;
  font-size: 24px;
  font-weight: 500;
}