:root {
    --gradient: linear-gradient(90deg, #000000 8.91%, #000000 100%);
  }
  .timer-wrapper {
    justify-content: center;
    align-items: center;
    padding: 0px 0px !important;
    margin-top: 5px;
  }
  
  .text-dark {
    color: black;
  }
  
  .banner {
    text-align: center;
    color: white;
    padding: 0!important;
    font-family: "Inter", sans-serif;
  }
  
  .banner .top-bar {
    background-color: #000000;
    padding: 15px 0;
  }
  
  .banner .top-bar p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
  }
  
  .banner .bottom-bar {
    background-color: #ACF4A1;
    padding: 8px;
  }
  
  .banner .order-text {
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
  }
  
  .banner .code {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 24px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }
  
  .yellow-text {
    color: #ACF4A1;
  }
  
  .fw-normal {
    font-weight: 400;
  }
  
  .banner .timer {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 13px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .timer div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .timer .box {
    background-color: black;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    width: 32px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  .timer .label {
    font-size: 12px;
    color: black;
    font-weight: 700;
    line-height: 20px;
  }
  
  /* Desktop banner */
  .desktop-banner .bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .desktop-banner .timer {
    margin-top: 0;
  }
  
  /* Desktop banner */
  .desktop-banner .bottom-bar {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .desktop-banner .timer {
    margin-top: 0;
    margin-left: 10px;
  }
  
  /* Mobile banner */
  .mobile-banner {
    display: none;
  }
  
  /* Responsive design for mobile */
  @media (max-width: 768px) {
    .desktop-banner {
        display: none;
    }
  
    .banner .top-bar p {
      font-size: 16px;
    }
  
    .banner .code {
      font-size: 18px;
      height: 34px;
    }
  
    .mobile-banner {
        display: block;
    }
  
    .banner .bottom-bar {
        display: block;
        text-align: center;
    }
  
  }
  @media (max-width: 430px) {
    .banner .code {
      font-size: 15px;
    }
    .banner .order-text {
      font-size: 15px;
  }
  .banner .code {
    padding: 5px 10px;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
  }
  @media (max-width: 380px) {
    .banner .code {
      font-size: 14px;
    }
    .banner .order-text {
      font-size: 14px;
  }
  .banner .code {
    padding: 5px 10px;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
  }
  }
  @media (max-width: 340px) {
    .banner .code {
      font-size: 13.5px;
      height: 28px;
    }
    .banner .order-text {
      color: black;
      font-size: 13.5px;
      font-weight: bold;
      margin: 0;
  }
  .banner .code {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 10px;
    font-size: 13.5px;
    font-weight: bold;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
  }
  }
  @media (max-width: 320px) {
    .banner .code {
      font-size: 13px;
      height: 28px;
    }
    .banner .order-text {
      color: black;
      font-size: 13px;
      font-weight: bold;
      margin: 0;
  }
  .banner .code {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
  }
  }
  .d-flex {
    display: flex;
  }

  .flex-row {
    flex-direction: row;
  }

  .timer-container {
    font-size: 14px;
  }

  @media screen and (max-width: 391px) {
    .timer-container {
      font-size: 11px!important;
    }
  }