/* Center the Link Expiry header text */
.center-link-expiry-header .ag-header-cell-label {
  display: flex;
  justify-content: center;
}

/* Customize the date picker icon to the Sessionwire color */
.ag-theme-material-dark .ag-input-field-input[type='date']::-webkit-calendar-picker-indicator {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(146deg)
    brightness(103%) contrast(101%);
  padding-right: 12px;
  cursor: pointer;
}

/* Make native ag-grid pagination controls responsive on small screens */
.ag-paging-panel {
  overflow: auto;
  min-width: 250px;
}
