body {
    font-family: Arial, sans-serif;
    font-size: 10pt;
  }
  
  h4 {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
  }
  
  h3 {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    font-weight: bold;
  }
  
  h2 {
    font-family: Arial, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #11CEF4;
  }
  
  h1 {
    font-family: Arial, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: #4FD6D1;
  }
  
  .default-value {
    color: gray;
    font-style: italic;
  }
  
  input.default-value {
    width: 50%;
  }
  
  note {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: green;
    font-style: italic;
  }

  categorydropdowns {
    display: flex;
    flex-wrap: wrap;
    }
    #categoryDropdown, #seasonDropdown, #typeDropdown, #subtypeDropdown, #colorDropdown, #dressCodeDropdown, 
    #fabricDropdown, #patternDropdown, #featuresDropdown, #sleevesDropdown, #shapeDropdown, #necklineDropdown,
    #brandDropdown, #tagDropdown {
        margin-left: 10px; /* Margin on the left side of every dropdown */
    }
    #categoryDropdown {
        margin-left: 10px; /* No margin on the left of the first dropdown */
    }

    .requirement-set:first-child .add-requirement-type-button {
      margin-bottom: 0;
    }

  /* Dashed border */
hr.dashed {
  border-top: 3px dashed #bbb;
}

/* Dotted border */
hr.dotted {
  border-top: 3px dotted #bbb;
}

/* Solid border */
hr.solid {
  border-top: 3px solid #bbb;
}

/* Rounded border */
hr.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
}

th, td {
  padding: 10px;
}
.rewardFields {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.rewardFields input {
  margin-left: 10px;
}

.container {
  display: flex;
  justify-content: center;
}