.dashboard-discount-codes-tab-content {
  padding: 1.5vw;
  width: 100%;
  min-height: 30vw;
  position: relative;
  gap: 1.5vw;
  border-radius: 0.9vw;
  border: 0.12vw solid #f1f5f9;
  justify-content: start !important;
  align-items: start !important;
}

.dashboard-discount-codes-tab-content .dash-box-header {
  padding-top: 0.25vw;
  padding-bottom: 1.5vw;
  width: 100%;
  justify-content: space-between;
  position: relative;
  border-bottom: 0.12vw solid #f1f5f9;
}

.dashboard-discount-codes-tab-content .dash-box-header h2.title {
  font-size: 1.1vw;
  font-weight: bold;
  font-family: Kalameh, sans-serif;
  color: var(--green);
}

.no-item-banner {
  padding: 1vw;
  width: 100%;
  min-height: 10vw;
  position: relative;
  gap: 1.5vw;
  justify-content: start !important;
}

.no-item-banner img {
  width: 10vw;
}

.no-item-banner h3 {
  font-size: 1vw;
  color: var(--light-grey);
  font-weight: 600;
  text-align: center;
}

@media (max-width: 450px) {
  .dashboard-discount-codes-tab-content {
    border-radius: 2vw;
    border: 0.52vw solid #f1f5f9;
  }
  .dashboard-discount-codes-tab-content .dash-box-header h2.title {
    font-size: 2.7vw;
    font-weight: bold;
    font-family: Kalameh, sans-serif;
    color: var(--green);
  }
  .dashboard-discount-codes-tab-content .dash-box-header {
    border-bottom: 0.4vw solid #f1f5f9;
  }
}
