#categoryLimitLabel {
    color: black;
}

.category-limit-modal {
    color: black;
}

.award-subcategory-button-active-selected {
    background: #00D4CC !important;
    color: white !important;
    font-weight: bold;
}

.awards-list-selector .award-subcategory-button-active-selected:hover {
    color: white !important;
}

.select-box-black-arrow {
    max-width: 200px;
    overflow: hidden;
    border: 1px solid #000;
    position: relative;
    /*padding: 10px 0;*/
  }
.select-box-black-arrow:after{
    width: 0 !important; 
    height: 0 !important; 
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 6px solid #000 !important;
    position: absolute !important;
    top: 40% !important;
    right: 5px !important;
    content: "" !important;
    z-index: 98 !important;
   }

   .select-box-black-arrow select{
    width: 220px;
    border: 0;
    position: relative;
    z-index: 99;
    background: none;
  }
  .select-category-dropdown-text {
    color: #9B292E;
  }