.recharge-container {
    align-items: start;
}

.recharge-content {
    flex-direction: column;
    justify-content: start;
    gap: 16px;
}

.recharge-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 16px;
}

.recharge-option-textgroup {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.recharge-option-coin {
    color: var(--orange-600);
    font-size: 32px;
}

.recharge-option-value {
    color: var(--orange-600);
    font-size: 18px;
}

.recharge-option {
    background-color: var(--white);
    border: 1px solid var(--orange-200);
    padding: 16px;
    border-radius: 12px;
}

.option-image {
    width: 64px;
}

.recharge-option-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    cursor: pointer;
    width: 100%;
}

.recharge-option-selected {
    background-color: var(--orange-200);
}

.recharge-options-contain {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
}

.payment-method-label {
    font-size: 24px;
    color: var(--orange-600);
}

.input-radio {
    display: none;
}

.server-select {
    background-color: var(--white);
    padding: 16px;
    color: var(--orange-600);
    font-size: 18px;
    outline: none;
    border-radius: 12px;
    border: none;
    border: 1px solid var(--orange-400);
    width: 100%;
}

.recharge-select-container {
    display: flex;
    width: 100%;
    gap: 8px;
    flex-direction: column;
}

.input-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}

.input-name {
    font-size: 18px;
    color: var(--orange-600);
}

.option-button {
    background-color: var(--green-200);
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 12px;
    cursor: pointer;
    width: 100%;
    max-width: 600px;
    margin-top: 24px;
}

@media screen and (min-width: 1024px) {
    .input-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .recharge-options-contain {
        grid-template-columns: repeat(3, 1fr);
    }
}

.itens-banner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
  }

  .timer-itens {
    position: absolute;
    color: #6F0004;
    -webkit-text-stroke-width: 0.60px;
    -webkit-text-stroke-color: #FFCF4F;
    font-family: Roboto;
    font-weight: 500;
    font-size: 3vw;
    top: 97%;
    left: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .banner-itens,
  .banner-itens-mobile,
  .banner-itens-tablet {
    width: 100%;
    height: 100%;
  }

  .banner-itens,
  .banner-itens-tablet {
    display: none;
  }

  @media screen and (min-width: 768px) {
    .banner-itens-tablet {
      display: block;
    }

    .banner-itens-mobile {
      display: none;
    }

    .timer-itens {
      top: 92%;
    }
  }

  @media screen and (min-width: 1280px) {
    .banner-itens-tablet {
      display: none;
    }

    .banner-itens {
      display: block;
    }

    .timer-itens {
      font-size: 2vw;
      top: 88%;
      left: 45%;
    }
  }

  .banner-ddpass {
    margin-top: 16px;
    width: 100%;
    height: 100%;
    min-height: 85px;
  }

  .more {
    color: #1EAD07;
    display: flex;
    font-size: 20px;
    margin-bottom: 3px;
  }

  .bonus {
    color: #FF4600;
    font-size: 16px;
  }

  .timer {
    font-size: 16px;
  }

  .offer {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .offer-box {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .timer-offer {
    position: absolute;
    color: #6F0004;
    -webkit-text-stroke-width: 1px;
    z-index: 1;
    -webkit-text-stroke-color: #FFCF4F;
    font-family: Roboto;
    font-size: 64px;
    font-weight: 500;
    font-size: 214%;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  @media screen and (min-width: 1280px) {
    .offer {
      flex-direction: row;
      gap: 24px;
    }

    .offer-box {
      justify-content: flex-start;
    }

    .timer-offer {
      left: auto;
      right: 113px;
      bottom: 33px;
      transform: none;
    }

    .offer>.phase {
      min-width: 100%;
      max-height: 212px;
    }
  }

.recharged-title {
    text-align: start;
}

.recharged-container {
    justify-content: center;
    display: flex;
    flex-direction: column;
    border: none !important;
    background-color: unset !important;
    height: unset !important;
}

.recharged-container-items {
    gap: unset !important;
    flex-direction: row-reverse !important;
}

@media screen and (max-width: 1024px) {
    .recharged-container-items {
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse !important;
    }
}
