html, body {
  height: 100%;
  overflow: hidden;
}
body {
  background-image: linear-gradient(135deg, rgba(231, 255, 255, 1), rgba(249, 231, 255, 1) 100%) !important;
}
.content {
  padding-top:0 !important;
  margin-top:60px;
  height: calc(100vh - 60px);
  overflow-y: auto;
}
/* BOC: enforce metric card to have minimal height */
.content .card.px-6.py-4 {
  height: auto !important;
  min-height: 150px;
}
.text-shadow-none {
  text-shadow: none !important;
}
/* EOC */
/* hide create and add another buttons */
button[dusk='create-and-add-another-button'],
/* hide update and continue another buttons */
button[dusk='update-and-continue-editing-button'], 
/* hide attach and continue another buttons */
button[dusk='attach-and-attach-another-button'], 
/* hide specific resource buttons */
label[dusk="gamiverses-with-trashed-checkbox"],
label[dusk="games-with-trashed-checkbox"],
/* hide row buttons on index */
div[dusk$="-index-component"] a[dusk$="-view-button"],
div[dusk$="-index-component"] a[dusk$="-edit-button"],
div[dusk$="-index-component"] a[dusk$="-edit-attached-button"],
div[dusk$="-index-component"] button[dusk$="-delete-button"],
/* last action column on table*/
table[data-testid="resource-table"] th:last-child,
table[data-testid="resource-table"] td:last-child
{
  display: none !important;
}
/* EOC */
/* BOC: [classrooms > quizzes]; */
form[dusk="quizzes-create-component"] button[dusk="create-button"]
{
  display: none !important;
}
/* EOC */
/* BOC: [classrooms > quizzes]; */
/*div[dusk="classrooms-detail-component"] div[dusk$="quizzes-index-component"] button[dusk$="-delete-button"]
{
  display: block !important;
}
div[dusk="classrooms-detail-component"] div[dusk$="quizzes-index-component"] button[dusk$="-delete-button"]:before
{
  display: block;
  content: ' ';
  background-image: url('/assets/svg/detach.svg');
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}
div[dusk="classrooms-detail-component"] div[dusk$="quizzes-index-component"] button[dusk$="-delete-button"] svg
{
  display: none !important;
}
div[dusk="classrooms-detail-component"] div[dusk$="quizzes-index-component"] table[data-testid="resource-table"] th:last-child,
div[dusk="classrooms-detail-component"] div[dusk$="quizzes-index-component"] table[data-testid="resource-table"] td:last-child
{
  display: table-cell !important;
}*/
/* EOC */
/* BOC: [quizzes > classrooms]; */
/*div[dusk="quizzes-detail-component"] div[dusk$="classrooms-index-component"] button[dusk$="-delete-button"]
{
  display: block !important;
}
div[dusk="quizzes-detail-component"] div[dusk$="classrooms-index-component"] button[dusk$="-delete-button"]:before
{
  display: block;
  content: ' ';
  background-image: url('/assets/svg/detach.svg');
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}
div[dusk="quizzes-detail-component"] div[dusk$="classrooms-index-component"] button[dusk$="-delete-button"] svg
{
  display: none !important;
}
div[dusk="quizzes-detail-component"] div[dusk$="classrooms-index-component"] table[data-testid="resource-table"] th:last-child,
div[dusk="quizzes-detail-component"] div[dusk$="classrooms-index-component"] table[data-testid="resource-table"] td:last-child
{
  display: table-cell !important;
}*/
/* EOC */