.main-space {
  display: flex;
  margin: 24px;
}

.upload-button-bar {
  justify-content: space-between;
  margin: 14px 0 30px 0;
}

.ant-select-disabled {
  background: #7e7e7e;
  border-radius: 8px;
}

.ant-select-disabled .ant-select-selector {
  border: 1px solid #303030 !important;
}

.listpage-selector {
  margin: 0 0 20px 0;
}

.button-bar {
  margin: 0 20px;
  align-items: baseline;
}

.csv-uploadpage-selector {
  margin-bottom: 25px;
}

.custom-header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.header-section {
  display: flex;
  align-items: center;
  gap: 24px;
}

.logo-title {
  margin: 0 !important;
}

.full-page-layout {
  min-height: 100vh;
  width: 100%;
}

.page-margin {
  margin: 16px;
}

.text-center {
  text-align: center;
}

.card-icon-size {
  font-size: 22px;
}

.card-title {
  margin: 20px 0 !important;
}

