.embed.beamer_active {
  /* This is to remove the white bar at the bottom of the Beamer sidebar */
  .container {
    background-color: #0e1414;
  }
  
  /* This is so we have 'Paddle Black' text for the Tags (categories) */
  .category {
    color: #0e1414;
  }	
}

.boostedAnnouncementPopup {
  /* This is so we have 'Paddle Black' text for the Tags (categories) */
  .category {
    color: #0e1414;
  }	
}

/* This is to change the feedback box text colour to black */
.featureFeedback {
  color: #000000; /* Black color */
}

/* Hide the feedback send arrow icon in the right hand side of feedback text areas, the positioning is quite poor and does not work well with the dark theme we have set */
.feedbackSend {
  display: none;
}