:root {
  --desktop-header-bg: #454545;
  --desktop-header-link: #fffffe;
  --desktop-header-link-active: #F1760C/*#ed1c24*/;
  --desktop-headings: #2f3757;
  --desktop-text: #2f3756;
  --desktop-link: #F1760C/*#ed1c24*/;
  --desktop-link-hover: #2f3755;
  --desktop-button-color: #F1760C/*#ed1c24*/;
  --desktop-button-color-hover-primary: #43b598;
  --desktop-button-color-hover-secondary: #a4e9d7;
  --desktop-button-text-primary: #fff;
  --desktop-button-text-secondary: #2f3753;
}

.page-front.user-not-logged-in #edit-reset,
.page-front.user-not-logged-in .switch-link.switch-link-bottom,.page-user-login #edit-reset {
  visibility: hidden;
}
.fullscreen-link ,.switch-link.switch-link-bottom.text-center a{
  display: none !important;
}

div[id*="h5p-tfq"] p {
  font-size: 1.5rem;
}

@media screen and (max-width: 500px) {
  div[id*="h5p-tfq"] p {
    font-size: 1rem;
  }
  .opigno_activity__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80vh;
  }
  .opigno_activity {
    border: none;
    padding: 0;
  }
}


.lp-table .status,.lp-table .progress,.lp-table .type{visibility: hidden;}

body form #edit-cancel, body form #edit-delete{
  background-color: rgba(245, 0, 0, 0.4)!important;
}