@media screen and (min-width: 0px) and (max-width: 545px) {
  #collapseDisplay {
    display: block;
  }

  #fullDisplay {
    display: none;
  }

  /* show it on small screens */
  #collapseDisplay.widget-size-100 {
    width: 100% !important;
    float: none !important;
  }
  .widget.widget-size-75 {
    width: 100% !important;
    float: left !important;
  }
  .widget.widget-size-66 {
    width: 100% !important;
    float: left !important;
  }
  .widget.widget-size-50 {
    width: 100% !important;
    float: left !important;
  }
  .widget.widget-size-33 {
    width: 100% !important;
    float: left !important;
  }
  .widget.widget-size-25 {
    width: 100% !important;
    float: left !important;
  }
  .my-16{
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 546px) and (max-width: 1160px) {
  #collapseDisplay {
    display: block;
  }

  #fullDisplay {
    display: none;
  }

  /* show it on small screens */
  #collapseDisplay.widget-size-100 {
    width: 100% !important;
    float: none !important;
  }
  .widget.widget-size-75 {
    width: 100% !important;
    float: left !important;
  }
  .widget.widget-size-66 {
    width: 100% !important;
    float: left !important;
  }
  .widget.widget-size-50 {
    width: 100% !important;
    float: left !important;
  }
  .widget.widget-size-33 {
    width: 100% !important;
    float: left !important;
  }
  .widget.widget-size-25 {
    width: 100% !important;
    float: left !important;
  }
  .my-16{
    margin-top: 16px;
    margin-bottom: 16px;
  }
}


@media screen and (min-width:1161px) {
  #collapseDisplay {
    display: none;
  }

  #fullDisplay {
    display: block;
  }
  .my-16{
    margin-top: 16px;
    margin-bottom: 16px;
  }
  /* hide it elsewhere */
}

.btn-toggle {
  background-color: transparent;
}

.btn-toggle:focus {
  box-shadow: 0px 0px !important;
}

#collapseSubMenu>.card:hover {
  box-shadow: unset;
}

#collapseMenu>.card:hover {
  box-shadow: unset;
}
a>.collapse-active{
  color: var(--dark1) !important;
  cursor: pointer !important;
  letter-spacing: 0.01em;
  transition: all 0.3s;
  text-decoration: none !important;
  font-weight: 500;
}
