html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: 'Gotham', Arial, sans-serif;
}

.ant-table-row-expand-icon {
  min-width: 24px !important;
}

a:hover {
  background-color: transparent !important;
  outline: none !important;
}

.clickableRow {
  &:hover {
    cursor: pointer;
  }
}

.ant-picker-cell-inner {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 36px;
  width: 36px;
}

.paginationGap { 
  display: flex;
  gap: 8px;
} 
 