@import "vars";

.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#custom_view {
  .panel-actions {
    @include media-breakpoint-down(sm) {
      .btn-group.btn-group-toggle {
        flex-wrap: wrap;
      }
    }
  }
}