.creativeBtn, .clearBtn {
    margin-bottom: 1em;
    background-color: #254b6c;
    color: white;
  }
  
  .active-btn {
    background-color: #337ab7; /* Highlight color for active button */
    color: white;
  }
  /* Ensure all targeting inputs align horizontally */
  .form-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .form-label {
    margin-right: 10px;
    font-weight: bold;
    min-width: 120px; /* Ensures labels have consistent width */
  }
  
  .form-control {
    width: auto; /* Make the input box as wide as necessary */
    flex-grow: 0; /* Make the input box expand to fill the remaining space */
  }
  
  #audienceForm , #audienceForm2 .form-row label {
    width: 150px; /* Adjust to desired label width */
    text-align: left;
  }
  #audienceForm , #audienceForm2 .form-row .form-control {
    width: 200px; /* Ensures both dropdowns are the same width */
  }
  
  .testdataHeader{
    background-image: linear-gradient(#19344c, #254b6c);
    padding-bottom: 0%;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #d1b877;
    font-weight: 600;
    font-size: larger;
    text-align: center;
    height: 5%;
  }
  
  #caseDropdown{
    background-image: linear-gradient(#19344c, #254b6c);
    color: rgb(209, 184, 119);
    border: #96c4dd;
  }
  
  .dataTableContainer{
    background-color: #f6f6f6;
    margin-top: 2%;
    padding: 1%;
  }
  
  .infoTable tr td {
   border: 1px solid #bfbcbc;
   background-color: #f1f0f0;
   padding: 1%;
  }
  
  .infoTable{
    width: 100%;
  }
  
  .infoTable td:nth-child(1) {
    width: 25%;
  }
  
  .infoTableContainer{
    display: none;
  }