/* This is to remove the white bar at the bottom of the Beamer sidebar */
.embed.beamer_active .container {
  background-color: #0e1414;
}

/* This is so we have 'Paddle Black' text for the Tags (categories) */
.featureDate {
  color: #0e1414;
}

/* This is to change the feedback box text colour to black */
.featureFeedback {
  color: #000000; /* Black color */
}

.boostedAnnouncementPopup {
  /* This is so we have 'Paddle Black' text for the Tags (categories) */
  .category {
    color: #0e1414;
  }	
}

/* This is for the changelog item name color */
.catItemName {
    color: #fcfcfc;
}

/* This is for the changelog item link color */
.streamNav li.catItem .catItemLink {
    color: #fcfcfc;
}

/* New rule: Set the text color for specific announcement categories */
.category.categoryAnnouncement.announcement {
  color: #0e1414;
}

/* New rule: Set the text color for specific announcement categories */
.category.categoryImprovement.improvement {
  color: #0e1414;
}

/* New rule: Set the text color for specific announcement categories */
.category.category.color-3 {
  color: #0e1414;
}

/* New rule: Set the text color for specific announcement categories */
.category.category.color-8 {
  color: #0e1414;
}

/* New rule: Set the text color for specific announcement categories */
.category.category.FIX {
  color: #0e1414;
}

/* New rule: Set the text color for specific announcement categories */
.category.category.color-8 {
  color: #0e1414;
}

/* This makes input boxes fit with the page. */
body.standalone .streamSearchInput { background-color: #616364; color: #ffffff; border: 1px solid #404448; }

.feedbackSend { -webkit-box-shadow: inherit; box-shadow: inherit; background: inherit; fill: white; }

.feedbackInput { background-color: #616364; color: #ffffff; border: 1px solid #404448; }