.recycle-bin-controller-view {
  /* Hides an element from the screen but lets screen readers access it */ }
  .recycle-bin-controller-view .visibly-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }
  .recycle-bin-controller-view .brand-image-icon {
    width: 1.75rem !important; }
    .recycle-bin-controller-view .brand-image-icon img {
      width: 1.75rem;
      height: 1.75rem; }

.empty-recycle-bin-dialog .delete-button:not(:disabled) {
  background-color: rgba(232, 17, 35, 1);
  background-color: var(--palette-error,rgba(232, 17, 35, 1)); }

.empty-recycle-bin-dialog .delete-button:hover {
  background-color: rgba(203, 15, 31, 1);
  background-color: var(--palette-error-6,rgba(203, 15, 31, 1)); }
