/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles.scss ***!
  \****************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
.enrollment-status-text {
  margin-top: 2rem;
}

.enrollment-table-total-column div table tbody tr:last-child {
  border-top: 1px solid #000000;
}

.enrollment-download-button {
  margin-top: 24px;
}

.enrollment-container {
  display: flex;
  justify-content: space-between;
  height: 110px;
}

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

.sort-section {
  display: flex;
  align-items: center;
}

.enrollment-action {
  margin-bottom: 1rem;
}
.enrollment-action .date-picker {
  padding-right: 1.5rem;
}
