.restrictedFilter-3h3Q_Q {
  width: 128px; }
  .restrictedFilter-3h3Q_Q > div {
    margin-right: 8px; }

.includeItemDescriptionInDocumentExportFilter-lfFl5A {
  width: 256px; }
  .includeItemDescriptionInDocumentExportFilter-lfFl5A > div {
    margin: 8px; }

.definitionFileEditTitle-aen12L {
  align-items: center;
  display: flex;
  height: 25px;
  width: 100%; }

.rightAlignedButtonGroup-OR4rbI {
  margin-left: auto; }

.topRow-19-Zv5 {
  height: 25px; }

.nameButton-2mDoL7 {
  display: block;
  max-width: 350px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap; }

.documentTypeSelector-bqdKpL {
  min-width: 300px;
  width: fit-content; }

.defaultDefinition-23T0NL {
  font-size: 14px;
  font-style: italic; }

.actionButton-10R0WG:not(:last-child) {
  margin-right: 13px; }

.definitionFileWrapper-pzp1ee {
  max-width: 420px;
  width: 100%; }

.definitionFileWrapper-pzp1ee:not(:last-child) {
  margin-bottom: 32px; }

.predefinedItemWrapper-1RS77Z {
  margin-bottom: 8px; }
  .predefinedItemWrapper-1RS77Z > div,
  .predefinedItemWrapper-1RS77Z button {
    display: inline-block;
    vertical-align: middle; }

.tableFieldTitle-KB53Dk {
  font-size: 16px; }

.draggableNoMoveLeft-11KZ7R {
  left: 32px !important;
  width: fit-content; }
  .draggableNoMoveLeft-11KZ7R .md-data-table--responsive {
    overflow-x: visible; }

.isDragging-s4nfyw {
  background: #e0e0e0; }

.md-text-1I0f3V {
  color: rgba(0, 0, 0, 0.87); }
  .md-text--secondary-3bUvKg {
    color: rgba(0, 0, 0, 0.54); }
  .md-text--disabled-LO4Aqg {
    color: rgba(0, 0, 0, 0.38); }
  .md-text--theme-primary-2BcSRQ {
    color: #3f51b5; }
  .md-text--theme-secondary--b_5X- {
    color: #ff4081; }
  .md-text--error-_lHf7T {
    color: #f44336; }
  .md-text--inherit-1US1MI.md-text--inherit-1US1MI {
    color: inherit; }

.md-ink--primary-2fjsHN .md-ink-25szUu {
  background: rgba(63, 81, 181, 0.26); }

.md-ink--secondary-4lJeXY .md-ink-25szUu {
  background: rgba(255, 64, 129, 0.26); }

.md-background-1-svJf {
  background: #fafafa; }
  .md-background--card-7jihtr {
    background: #fff; }
  .md-background--primary-1L0Jqe {
    background: #3f51b5;
    color: #fff; }
  .md-background--secondary-4899IP {
    background: #ff4081;
    color: #fff; }

@media screen and (min-width: 1025px) {
  .md-background--primary-hover-8CMV-b:hover {
    background: rgba(63, 81, 181, 0.9); }
  .md-background--secondary-hover-3p4uzm:hover {
    background: rgba(255, 64, 129, 0.9); } }

.feedbackDialog-1hxBcZ {
  float: right;
  position: relative; }
  .feedbackDialog-1hxBcZ legend {
    position: relative;
    width: 100%; }
  .feedbackDialog-1hxBcZ [role="dialog"] {
    max-height: 560px; }
  .feedbackDialog-1hxBcZ .md-dialog-content {
    max-height: 435px !important;
    overflow-y: auto; }
  .feedbackDialog-1hxBcZ.error {
    /*
    NOTE(dkg): not 100% happy with this, but it works for now
    */ }
    .feedbackDialog-1hxBcZ.error [role="dialog"] {
      color: #f44336; }

.comment-31vhWX {
  height: 60px;
  min-height: 60px;
  position: relative;
  resize: vertical;
  width: 100%; }

/* This fixes an issue with the react-md DialogContainer component
   that automatically applies a toggleScroll() function to set the
   HTML tag's position: fixed and overflow: hidden, which causes
   the page to change its width if any elements inside the page are
   wider than the browser's viewport. Which looks odd. Most users
   likely wouldn't even notice this, since the gray overlay above
   the page (but beneath the popup dialog) somehow obfuscates it.
*/
html.md-no-scroll {
  position: relative !important; }

.feedbackCategory-1zT4qk {
  position: relative; }
  .feedbackCategory-1zT4qk.emphasis {
    font-weight: bold; }

.feedbackButton-R4xCFP {
  align-items: center;
  display: flex;
  float: right;
  position: relative; }

.dateInformation-2nHieh {
  display: flex; }
  .dateInformation-2nHieh .dateLabel-1nJNwn {
    padding-right: 4px; }
  .dateInformation-2nHieh .dateValue-3IqzZS {
    text-align: right; }

.exportButton-2v2w0T {
  display: flex;
  position: relative; }
  .exportButton-2v2w0T button .md-icon {
    margin-right: 5px; }
  .exportButton-2v2w0T .md-list--nested-1 .md-list-item .md-list-tile {
    padding-left: 28px; }
  .exportButton-2v2w0T .tooManyItems-3YqC9w span {
    white-space: pre-wrap; }

@media screen and (min-width: 320px) {
  .exportButton-2v2w0T .md-list--menu-restricted {
    min-height: 330px; } }

@media screen and (min-width: 1025px) {
  .exportButton-2v2w0T .md-list--menu-restricted {
    min-height: initial; } }

.exportConfirmationDialog-2v_Rr7 .md-dialog {
  width: 400px; }

.exportConfirmationDialog-2v_Rr7 .md-dialog-footer {
  flex-direction: row; }

.exportConfirmationDialog-2v_Rr7 .md-btn--dialog {
  color: #fff !important; }

.md-toolbar .exportConfirmationDialog-2v_Rr7 .md-btn--text {
  margin-bottom: 0;
  margin-right: 4px;
  margin-top: 0; }

.documentPosition-iFEN9_ {
  padding-left: 10px; }

/* stylelint-disable no-descending-specificity */
html body.dark-mode .documentPosition-iFEN9_ {
  color: rgba(255, 255, 255, 0.7); }

/* stylelint-enable no-descending-specificity */

.previousAndNextButtons-3B7ib5 {
  align-items: center;
  color: rgba(0, 0, 0, 0.54);
  display: flex; }

.container-3qmdG9 {
  align-items: center;
  color: black;
  display: flex;
  height: 44px;
  justify-content: space-between; }
  .container-3qmdG9 .md-avatar--default {
    background-color: white; }

.title-2kAolH {
  font-weight: 500;
  padding-left: 4px; }
  .title-2kAolH .nameInput-1AMnSX > span {
    opacity: 1; }
  .title-2kAolH .nameInput-1AMnSX input {
    width: 500px; }
  .title-2kAolH .nameText-dM8nrC {
    display: inline-block;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ja-2WYLHy .title-2kAolH {
    font-weight: bold; }

.titleContainer-1t4h5M,
.actionButtons-1DbGWF {
  align-items: center;
  display: flex; }

.divider-1cRsg0.md-divider {
  height: 24px;
  margin: 0 4px; }

/* stylelint-disable no-descending-specificity */
html body.dark-mode .container-3qmdG9 {
  color: white; }

html body.dark-mode .md-avatar--default {
  background-color: rgba(128, 128, 128, 0.4); }

html body.dark-mode .actionButtons-1DbGWF button[disabled],
html body.dark-mode .actionButtons-1DbGWF button[disabled] .md-icon {
  color: rgba(255, 255, 255, 0.3); }

/* stylelint-enable no-descending-specificity */

.md-text-EG5xhN {
  color: rgba(0, 0, 0, 0.87); }
  .md-text--secondary-3z68Dn {
    color: rgba(0, 0, 0, 0.54); }
  .md-text--disabled-1W7fB8 {
    color: rgba(0, 0, 0, 0.38); }
  .md-text--theme-primary-eHZn6e {
    color: #3f51b5; }
  .md-text--theme-secondary-3QJlaT {
    color: #ff4081; }
  .md-text--error-2eS_If {
    color: #f44336; }
  .md-text--inherit-3uXsEU.md-text--inherit-3uXsEU {
    color: inherit; }

.md-ink--primary-3lys02 .md-ink-3wWGoV {
  background: rgba(63, 81, 181, 0.26); }

.md-ink--secondary-1oa7yr .md-ink-3wWGoV {
  background: rgba(255, 64, 129, 0.26); }

.md-background-1a2P8j {
  background: #fafafa; }
  .md-background--card-KkTrXJ {
    background: #fff; }
  .md-background--primary-18RpMk {
    background: #3f51b5;
    color: #fff; }
  .md-background--secondary-3FmrHe {
    background: #ff4081;
    color: #fff; }

@media screen and (min-width: 1025px) {
  .md-background--primary-hover-2MckxD:hover {
    background: rgba(63, 81, 181, 0.9); }
  .md-background--secondary-hover-19xxZQ:hover {
    background: rgba(255, 64, 129, 0.9); } }

.failed-1T3-PX > td .md-text--theme-primary,
.failed-1T3-PX > td .md-text {
  color: #f44336 !important; }
  .failed-1T3-PX > td .md-text--theme-primary > button,
  .failed-1T3-PX > td .md-text > button {
    color: #f44336 !important; }

.exportButton-KawZfN {
  float: right; }

.columnSecondaryInformation-168Lrv {
  opacity: 0.7; }

.columnHeaderName-2G6nXr {
  align-items: center;
  display: flex; }
  .columnHeaderName-2G6nXr .columnHeaderNameEditIcon-1XcrtU {
    font-size: 15px;
    margin-right: 5px; }

.columnStatus-3N9lSD {
  align-items: center;
  display: flex;
  justify-content: center; }
  .columnStatus-3N9lSD.isSmallDisplay-2YK7r5.md-table-column--data {
    height: 64px; }

.columnDownloadedAt-YN76Ay {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0; }
  .columnDownloadedAt-YN76Ay .downloadedIcon-2KKRPH {
    cursor: default; }

@media screen and (max-width: 1024px) {
  html .md-table-column--data {
    height: 52px; } }

.columnName-3CQYgS {
  position: relative; }
  .columnName-3CQYgS .documentName-Gu1T_J {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .columnName-3CQYgS.isSmallDisplay-2YK7r5 .documentName-Gu1T_J {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .columnName-3CQYgS .columnSecondaryInformation-168Lrv {
    font-size: 0.7rem; }
    .columnName-3CQYgS .columnSecondaryInformation-168Lrv span {
      flex-grow: 1; }

.templateName-2Vle6X {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.templateCategory-1ktICH {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.templateAndCategoryCategory-3zG2rr {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .templateAndCategoryCategory-3zG2rr .columnSecondaryInformation-168Lrv {
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.columnUpload-3Zb8ST {
  position: relative; }
  .columnUpload-3Zb8ST.isSmallDisplay-2YK7r5 .columnSecondaryInformation-168Lrv {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.columnConfirmed-3MAc6x {
  display: flex; }
  .columnConfirmed-3MAc6x .columnConfirmedIcon-_M51eX {
    font-size: 23px;
    margin: 0 6px 0 0; }
  .columnConfirmed-3MAc6x.isSmallDisplay-2YK7r5 .columnSecondaryInformation-168Lrv {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.templateCategoryIcon-2fEGWB {
  font-size: 12px;
  margin-right: 3px; }

button.editLinkButton-no2iwQ {
  display: flex;
  padding: 0;
  text-transform: none; }
  button.editLinkButton-no2iwQ.isSmallDisplay-2YK7r5 {
    height: 28px;
    margin-bottom: 0;
    margin-top: 0; }

.textFiltersGroup-37q2dO {
  max-width: 100%;
  width: 620px; }

.dateFiltersGroup-23tBMn {
  display: flex;
  flex-wrap: wrap; }

/* center the icon if the option div is too large */
.statusFilter-1bqUvA .md-select-field--text-field,
.downloadFilter-3P1B9G .md-select-field--text-field {
  position: relative; }
  .statusFilter-1bqUvA .md-select-field--text-field .md-icon,
  .downloadFilter-3P1B9G .md-select-field--text-field .md-icon {
    /* arrow icon */
    /* fixes font awesome icons for icon text */ }
    .statusFilter-1bqUvA .md-select-field--text-field .md-icon:not(.md-icon-text),
    .downloadFilter-3P1B9G .md-select-field--text-field .md-icon:not(.md-icon-text) {
      position: absolute;
      right: 0; }
    .statusFilter-1bqUvA .md-select-field--text-field .md-icon.md-icon-text,
    .downloadFilter-3P1B9G .md-select-field--text-field .md-icon.md-icon-text {
      margin: 0 auto; }
    .statusFilter-1bqUvA .md-select-field--text-field .md-icon.fa,
    .downloadFilter-3P1B9G .md-select-field--text-field .md-icon.fa {
      font-weight: 800;
      line-height: 28px; }

.statusFilter-1bqUvA {
  margin: 0 4px;
  width: 55px; }
  .statusFilter-1bqUvA ul {
    max-height: 400px !important;
    /* needed for vw <= 1024px */
    min-height: 340px; }

.downloadFilter-3P1B9G {
  width: 130px; }

.nameFilter-AClg1n,
.templateNameFilter-3Sv1lH,
.templateCategoryFilter-TFrBq1,
.personInChargeFilter-2fv-lW,
.textFilter-25dJIq {
  flex-grow: 1; }

.deleteAllSelectedList-3ihwUx {
  white-space: pre-line; }

.usageStats-3ZIAwa {
  position: relative; }

.title-ezHqxu {
  position: relative; }

.tableDate-_9BAoq {
  z-index: 1; }

.tableStats-2B8KDG {
  z-index: 2; }

.label-1tfi4d {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  order: 2; }

.deleted-we9v0B {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500; }

.columnToFromLabels-3T1DFP {
  padding: 4px !important;
  width: 30%; }
  .columnToFromLabels-3T1DFP .label-1tfi4d {
    margin-left: 5px; }

.datePickersColumn-UxXnNP {
  min-width: 70%;
  padding: 4px;
  width: 100%; }
  .datePickersColumn-UxXnNP .label-1tfi4d {
    margin-left: 5px; }

.wideColumn-36Llip {
  min-width: 50%;
  padding: 4px;
  width: 50%; }
  .wideColumn-36Llip .label-1tfi4d {
    margin-left: 5px; }

.widerColumn-3efTG3 {
  align-content: center;
  align-items: center;
  display: flex;
  justify-items: center;
  min-width: 75%;
  padding: 4px;
  width: 75%; }

.description-2Ju3B3 {
  align-items: center;
  color: silver;
  display: flex;
  font-weight: initial;
  margin-left: -15px;
  order: 1;
  width: 20px; }
  .description-2Ju3B3 .fixOverflow {
    position: absolute; }

.specialLabel-3dNnZW {
  /* TODO(dkg): figure out the react-md variable for the font-size of buttons */
  align-items: center;
  display: flex;
  font-size: 11px;
  min-width: 30px;
  position: relative; }

.dateButtons-3UCJYc {
  align-items: flex-end;
  display: flex;
  flex-direction: column; }

.fromDateButton-vNkU9_,
.toDateButton-2DuvZT {
  align-content: center;
  display: flex;
  justify-items: center; }

.actionButtons-3scuhy {
  align-content: center;
  display: flex;
  justify-content: flex-end; }

@media screen and (max-width: 1024px) {
  .datePickersColumn-UxXnNP .md-text-field {
    font-size: 0.8rem; }
  .label-1tfi4d {
    font-size: 0.8rem; } }

/* stylelint-disable no-descending-specificity */
html body.dark-mode .label-1tfi4d,
html body.dark-mode .deleted-we9v0B {
  color: rgba(255, 255, 255, 0.54); }

/* stylelint-enable no-descending-specificity */

.nameColumn-mDrLq1 {
  width: 1%; }
  .nameColumn-mDrLq1 .md-icon-text {
    display: block;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.invoiceListSmall-3Ts5qN {
  position: relative; }
  .invoiceListSmall-3Ts5qN .md-data-table--responsive {
    overflow-x: initial; }
  .invoiceListSmall-3Ts5qN td {
    overflow: auto; }
    .invoiceListSmall-3Ts5qN td.md-table-column--plain {
      height: 53px; }
  .invoiceListSmall-3Ts5qN td.md-table-column button {
    padding: 0 !important; }

.columnStatus-DSVUPW {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2px !important; }

.uploadedAtColumn-3h2FbX {
  padding: 0 !important; }
  .uploadedAtColumn-3h2FbX .datetimeContainer-3ktYg4 {
    align-content: center;
    display: flex;
    justify-content: center;
    max-width: 200px;
    min-width: 140px;
    position: relative; }
  .uploadedAtColumn-3h2FbX .dateLabel-gUgDtj,
  .uploadedAtColumn-3h2FbX .timeLabel-uPpxAR {
    position: relative; }
    .uploadedAtColumn-3h2FbX .dateLabel-gUgDtj span,
    .uploadedAtColumn-3h2FbX .timeLabel-uPpxAR span {
      align-items: center;
      display: inline-flex;
      min-height: 24px; }
  .uploadedAtColumn-3h2FbX .timeLabel-uPpxAR {
    margin-left: 4px; }

.templateNameColumn-1Du60i {
  max-width: 100px; }
  .templateNameColumn-1Du60i div {
    align-content: center;
    display: flex;
    justify-content: center; }
    .templateNameColumn-1Du60i div span {
      display: block;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.columnSecondaryInformation-qp-0rR {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  opacity: 0.7; }

@media screen and (max-width: 1024px) {
  .invoiceListSmall-3Ts5qN .templateNameColumn-1Du60i {
    display: none; }
  .invoiceListSmall-3Ts5qN .header_column_templateName {
    display: none; } }

@media screen and (max-width: 1299px) {
  .uploadedAtColumn-3h2FbX .datetimeContainer-3ktYg4 {
    flex-direction: column; }
  .uploadedAtColumn-3h2FbX .dateLabel-gUgDtj,
  .uploadedAtColumn-3h2FbX .timeLabel-uPpxAR {
    display: flex;
    justify-content: center; } }

.invoiceListSmall-1cmF9- {
  overflow: auto;
  position: relative; }

.navigationCards-8A2mwx {
  /*
    md-grid and md-grid--nospacing interfere with the cards within
    the container, but the sibling container has no padding, so we
    force this here to have them line up at the top equally.
  */
  padding: 0 !important;
  position: relative; }

.listDescription-3gIDhM {
  margin-top: -8px;
  padding: 0; }

.errorDocument-3ACwJV {
  position: relative; }

.lighterDisplay-27lLsl {
  opacity: 0.36; }

.cardTitle-3yO7wY {
  display: block; }

.center-2hkCMd {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: -8px !important; }

.left-LE5DnA {
  justify-content: flex-start !important; }

.alertContainer-24a1Ny {
  border: 1px solid #212121;
  border-radius: 4px;
  display: flex;
  padding: 8px; }
  .alertContainer-24a1Ny.info {
    background-color: #e1f5fe;
    border-color: #81d4fa; }
  .alertContainer-24a1Ny.warning {
    background-color: #fffde7;
    border-color: #fff59d; }
  .alertContainer-24a1Ny.error {
    background-color: #ffebee;
    border-color: #ef9a9a; }
  .alertContainer-24a1Ny.hidden-1zAwAs {
    display: none; }

.alertTitle-354qxV.md-card-title {
  padding: 4px 0 8px 0; }

.alertIcon-3WkqG0 {
  margin-right: 12px; }

.alertBody-2P1SaY {
  flex-grow: 1; }

.container-2HQfit.md-card-text {
  color: rgba(0, 0, 0, 0.65);
  white-space: pre-line; }

.link-2oxf31 {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500; }

[lang="ja"] .link-2oxf31 {
  font-weight: 600; }

/* stylelint-disable no-descending-specificity */
html body.dark-mode .container-2HQfit.md-card-text {
  color: rgba(255, 255, 255, 0.65); }

html body.dark-mode .link-2oxf31 {
  color: rgba(255, 255, 255, 0.9); }

/* stylelint-enable no-descending-specificity */

.releaseNotes-3IIdID {
  margin: 0 16px; }

/* stylelint-disable no-descending-specificity */
html body.dark-mode .releaseNotes-3IIdID {
  background: rgba(128, 128, 128, 0.5); }

/* stylelint-enable no-descending-specificity */

.container-3R3vRp {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.card-29nMIn {
  left: 50%;
  padding: 25px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 380px; }

.redirect-3Xqqp1 {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); }

.spacer-3JmOi5 {
  min-height: 20px; }

.rejected-nU7VG1 {
  color: red; }

.md-text-2VfYh_ {
  color: rgba(0, 0, 0, 0.87); }
  .md-text--secondary-1SLiMO {
    color: rgba(0, 0, 0, 0.54); }
  .md-text--disabled-2bAcW8 {
    color: rgba(0, 0, 0, 0.38); }
  .md-text--theme-primary-3VLXF0 {
    color: #3f51b5; }
  .md-text--theme-secondary-1LFT-y {
    color: #ff4081; }
  .md-text--error-1bn4za {
    color: #f44336; }
  .md-text--inherit-2WUpqb.md-text--inherit-2WUpqb {
    color: inherit; }

.md-ink--primary-H5-plC .md-ink-3sFQMh {
  background: rgba(63, 81, 181, 0.26); }

.md-ink--secondary-21ys9I .md-ink-3sFQMh {
  background: rgba(255, 64, 129, 0.26); }

.md-background-HS5-Vl {
  background: #fafafa; }
  .md-background--card-14cgrv {
    background: #fff; }
  .md-background--primary-2mxACI {
    background: #3f51b5;
    color: #fff; }
  .md-background--secondary-32i_zQ {
    background: #ff4081;
    color: #fff; }

@media screen and (min-width: 1025px) {
  .md-background--primary-hover-2LuD4K:hover {
    background: rgba(63, 81, 181, 0.9); }
  .md-background--secondary-hover-3linMH:hover {
    background: rgba(255, 64, 129, 0.9); } }

.success-1aA3hQ {
  color: #4caf50; }

.error-GigYz- {
  color: #f44336; }

fieldset.future-2vN8q_ {
  border-color: #7700ff; }

.future-2vN8q_ {
  color: #7700ff; }
  .future-2vN8q_ legend,
  .future-2vN8q_ td {
    color: #7700ff;
    font-style: italic; }

/* stylelint-disable no-descending-specificity */
html body.dark-mode .future-2vN8q_ td {
  color: #7700ff; }

/* stylelint-enable no-descending-specificity */
.releaseNoteDetailDialog-gLpJbO [role="dialog"] {
  max-height: 560px;
  width: 100%; }

.releaseNoteDetailDialog-gLpJbO .md-dialog-content {
  max-height: 435px !important;
  overflow-y: auto; }

fieldset.future-3IAOOA {
  border-color: #7700ff; }

.future-3IAOOA {
  color: #7700ff; }
  .future-3IAOOA legend,
  .future-3IAOOA td {
    color: #7700ff;
    font-style: italic; }

/* stylelint-disable no-descending-specificity */
html body.dark-mode .future-3IAOOA td {
  color: #7700ff; }

/* stylelint-enable no-descending-specificity */
.markdownText-2Y6ilD {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.markdownColumn-VZ0Efu {
  align-items: center;
  display: flex;
  max-width: 75vw;
  width: 60vw; }

.activeAtColumn-1RPEb- {
  max-width: 12vw;
  width: 12vw; }

.readMore-3AifdS {
  margin-right: 8px; }

.colorBlock-3Car6D {
  color: #7700ff !important;
  /* To overwrite the react-md default color */ }

.admin-1o8G3i {
  color: red;
  font-weight: bold;
  padding-left: 24px; }

.locked-YBsYw9 {
  color: gray; }

.lockedIcon-32jHru {
  padding-left: 8px; }

.permissionsTable-eLgzpd {
  overflow-x: hidden !important; }

.tagDetail-2YFV3Z {
  align-items: center;
  display: flex;
  height: 25px;
  width: 100%; }

.rightAlignedButtonGroup-DxoitG {
  margin-left: auto; }

.colorPicker-FgES19 {
  margin-top: 95px; }

.topRow-2HyG8U {
  height: 25px; }

.nameButton-2jEDRo {
  display: block;
  max-width: 350px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media screen and (max-width: 1024px) {
  html .md-table-column--data {
    height: 90px; } }

.columnSecondaryInformation-1-1CtO {
  font-size: 0.7rem;
  opacity: 0.7; }

.headerRightButtons-2VHWHB {
  float: right; }

.editButtonThumbnail-229aH2 {
  height: 45px !important;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.thumbnailPreview-3qg7uG {
  overflow: hidden;
  position: relative; }

.nameColumn-1HzgR6 {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.categoryColumn-19zdi2 {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.columnHeaderPreview-gwXDul {
  align-items: center;
  display: flex; }
  .columnHeaderPreview-gwXDul .columnHeaderPreviewEditIcon-3qnJyn {
    font-size: 15px;
    margin-right: 5px; }

.columnExportConfidenceScore-1BgsKw,
.columnStatus-26a-7s {
  align-items: center;
  display: flex;
  justify-content: center; }
  .columnExportConfidenceScore-1BgsKw.isSmallDisplay-1xS3Vh.md-table-column--data,
  .columnStatus-26a-7s.isSmallDisplay-1xS3Vh.md-table-column--data {
    height: 92px; }

.columnThumbnail-3ReLtU {
  position: relative; }
  .columnThumbnail-3ReLtU button {
    padding: 0 !important;
    /* to fix the thumbnail overlapping the row border */ }

.statusFilter-39xzt5 {
  flex-grow: 1; }

.nameFilter-3YuR6D {
  flex-grow: 1; }

.exportConfidenceScoreFilter-uTW8kh,
#exportConfidenceScore-menu-options {
  flex-grow: 1;
  margin-left: 8px; }

.languageFilter-1J7ngy {
  flex-grow: 1;
  margin-left: 8px; }

.textFiltersGroup-2axJ1h {
  max-width: 100%;
  width: 620px; }

.dateFiltersGroup-1DkF2d {
  display: flex;
  flex-wrap: wrap; }

.tagFilterRow-34mKCS {
  width: calc(100% - 8px) !important; }

.tagFilter-162eMI {
  flex-grow: 1;
  margin-left: 8px; }

.thumbnailColumnContainer-2aYCRK {
  display: flex; }

.wrapper-pPpUT9 {
  display: flex;
  flex-flow: wrap;
  width: 320px; }

.settingsPage-c1pxuo {
  position: relative;
  width: 100%; }

.tooltipContainer-1aYVrK {
  position: relative; }

.centered-1yZtYj {
  display: flex;
  justify-content: center; }

.colorContainer-3Ao0bZ {
  width: 20%; }

.color-3K2Z0D {
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  max-width: 60px;
  padding: 10px; }

.dialog-3IEZjV .md-dialog {
  overflow: auto; }

.dialog-3IEZjV.auto-1a49sz .md-dialog {
  height: auto;
  width: auto; }

.dialog-3IEZjV.small-1YRokd .md-dialog {
  height: 300px;
  width: 450px; }

.dialog-3IEZjV.medium-325UDE .md-dialog {
  height: calc(100% - 500px);
  min-height: 350px;
  min-width: 500px;
  width: calc(100% - 350px); }

.dialog-3IEZjV.big-3dRa6o .md-dialog {
  height: calc(100% - 200px);
  min-height: 450px;
  width: calc(100% - 100px); }

.dialog-3IEZjV.fullscreen-mkpG-O .md-dialog {
  height: 100%;
  width: 100%; }

.titleContainer-2xC0Bi.noPadding-1x2AXK.md-card-title {
  margin: 0;
  padding: 0; }
  .titleContainer-2xC0Bi.noPadding-1x2AXK.md-card-title .title-3BkTX- {
    align-items: center;
    display: flex; }

.actionButton-27W8qv:not(:last-child) {
  margin-right: 13px; }

.actionMenuButton-3M-mQ8 {
  margin-right: 13px; }

.uploadProgress-1-4tdl {
  position: relative;
  width: 100%; }

.importFileDropzone-36jQYl {
  width: 100%; }

.optionsContainer-3Xj94h {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%; }

.checkBoxPreview-27nSBm {
  width: 100%; }

.helpText-2l58ko {
  border: 1px solid silver;
  padding: 4px; }

.previewCategory-rmVmD9 {
  position: relative; }

.fileTooBig-2LyDqQ {
  color: red; }

.toBeDeleted-1xeLxv {
  color: red;
  text-decoration: line-through; }

.csvFilePreview-38eofP {
  border-color: midnightblue; }

.legend-3c9qNk {
  align-items: center;
  display: flex; }
  .legend-3c9qNk span {
    font-weight: bold; }

.cell-1pJqhd {
  display: flex; }

.value-T4knNR {
  margin-right: 12px; }

.lineBreak-3zcC4C {
  display: block; }

.previewContainer-3nG01Z {
  position: relative; }

.container-1DSuh7 {
  position: relative; }

.creationPopupAutocomplete-llSNXp {
  max-width: 350px; }

.actionButton-3nQ6xX:not(:last-child) {
  margin-right: 13px; }

.tagCreateDialog-2P5ww_ {
  overflow: hidden; }

.nameButton-tctATS {
  max-width: 350px;
  min-width: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.disabled-1lVYQG {
  opacity: 0.5; }

.hiddenRow-3Qshp6 {
  visibility: hidden; }

.multichoiceFilter-1-WRgy {
  width: 160px; }

.trainedFilter-OtKfF4 {
  padding-left: 4px;
  width: 140px; }

.trainedIconTooltip-3CAw4t.md-tooltip {
  white-space: pre; }

.nameButton-2uZbFb {
  max-width: 350px;
  min-width: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.headerSteps-1a7hO1 {
  justify-content: center; }

.pageAnnotator-1nTFZt {
  position: relative; }

.error-uoDlK0 {
  color: red; }

.configButtonContainer-2vzB7o {
  display: flex;
  justify-content: flex-end;
  padding: 8px; }

.annotatorNavButton-mUlgCD[disabled] {
  cursor: not-allowed;
  opacity: 0.5; }

.title-6bPfbn {
  max-width: 72%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.md-text-2d_lQS {
  color: rgba(0, 0, 0, 0.87); }
  .md-text--secondary-11OmQo {
    color: rgba(0, 0, 0, 0.54); }
  .md-text--disabled-M-2vBW {
    color: rgba(0, 0, 0, 0.38); }
  .md-text--theme-primary-VXfxeB {
    color: #3f51b5; }
  .md-text--theme-secondary-9j7-QC {
    color: #ff4081; }
  .md-text--error--MkIli {
    color: #f44336; }
  .md-text--inherit-3qdfZ-.md-text--inherit-3qdfZ- {
    color: inherit; }

.md-ink--primary-mDhL1u .md-ink-Gl3mxT {
  background: rgba(63, 81, 181, 0.26); }

.md-ink--secondary-1SzIaI .md-ink-Gl3mxT {
  background: rgba(255, 64, 129, 0.26); }

.md-background-bLbn4m {
  background: #fafafa; }
  .md-background--card-MmQm4r {
    background: #fff; }
  .md-background--primary-1fTJlP {
    background: #3f51b5;
    color: #fff; }
  .md-background--secondary-uW7Sys {
    background: #ff4081;
    color: #fff; }

@media screen and (min-width: 1025px) {
  .md-background--primary-hover-uVgzNE:hover {
    background: rgba(63, 81, 181, 0.9); }
  .md-background--secondary-hover-1atYzc:hover {
    background: rgba(255, 64, 129, 0.9); } }

.pagesList-2fT-fQ {
  position: relative; }

.item-3ynoMq {
  margin: 5px 0; }
  .item-3ynoMq .md-avatar {
    background-color: transparent; }
  .item-3ynoMq.pageError-22yNHk .md-text {
    color: #f44336; }
  .item-3ynoMq.pageError-22yNHk .md-avatar {
    box-shadow: 0 0 12px 0 #f44336; }

.itemChildrenContainer-MaUCjY {
  align-items: center;
  display: flex; }

.footerButtons-1gejMz {
  justify-content: center; }

.segmentationModal-2TgmWK .md-dialog {
  min-height: 300px;
  width: 550px; }

.supportMessage-150l3J {
  padding-top: 8px; }

.blockTextField-1tq-YY {
  background: #f8f8f8;
  border: 1px solid #efefef;
  padding: 4px; }
  .blockTextField-1tq-YY textarea {
    font-family: 'Roboto Mono', monospace, 'Roboto'; }

.presetSelect-3XP25o {
  min-width: 250px; }

.presetDescription-2a8Uzt {
  margin-bottom: 4px;
  opacity: 0.5; }

.loaderContainer-3unNe5 {
  align-items: center;
  display: flex;
  flex-direction: column; }

.segmentationParameterHeader-khi7Qq {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 8px 0 4px 0; }
  .segmentationParameterHeader-khi7Qq .buttonBar-12BK7c {
    flex-shrink: 0; }
  .segmentationParameterHeader-khi7Qq .segmentationPresets-1h9f-I {
    flex-shrink: 1; }

/* stylelint-disable no-descending-specificity */
html body.dark-mode .blockTextField-1tq-YY textarea {
  color: black; }

/* stylelint-enable no-descending-specificity */

.templateLanguageSelectorContainer-1jMfBM {
  align-items: flex-end;
  display: flex; }
  .templateLanguageSelectorContainer-1jMfBM > i {
    margin-bottom: 9.5px; }
  .templateLanguageSelectorContainer-1jMfBM > div {
    margin-left: 16px; }

.page-Zse7xr {
  border: 0;
  cursor: pointer;
  display: inline-block;
  margin: 10px;
  max-width: 140px;
  min-width: 130px;
  padding: 10px; }
  .page-Zse7xr.active-1ivSK6 {
    cursor: default; }
  .page-Zse7xr.disabled-2ea9Qq {
    background-color: rgba(0, 0, 0, 0.33);
    cursor: not-allowed; }
  .page-Zse7xr .pageNumber-LmGtcy {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 4px; }

.image-2K0eM2 {
  border: solid 1px #3f51b5;
  min-width: 120px;
  width: 120px; }
  .image-2K0eM2.active-1ivSK6 {
    border-style: dashed;
    box-shadow: 0 6px 20px 1px #333; }
  .image-2K0eM2.error-6TBLna {
    border-color: #f44336;
    box-shadow: 0 0 28px 2px #f44336; }

/* stylelint-disable no-descending-specificity */
html body.dark-mode .image-2K0eM2.active-1ivSK6 {
  box-shadow: 0 6px 20px 1px #fff; }

/* stylelint-enable no-descending-specificity */

.container-1GRmIp {
  position: relative; }

.narrowGrid-kN9Brw {
  padding: 0 4px 0 4px !important; }

.exportConfidenceScoreCheckbox-MQKp6c {
  align-items: flex-end;
  display: flex;
  height: 60px !important; }
  .exportConfidenceScoreCheckbox-MQKp6c div[role="checkbox"] {
    padding-left: 0;
    padding-right: 0; }
    .exportConfidenceScoreCheckbox-MQKp6c div[role="checkbox"] .md-btn--icon {
      width: 40px; }

.container-yp6Boo.md-card {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 8px;
  position: relative; }

.title-3UEHH3 {
  align-items: center;
  display: flex; }

.actions-10NOLN {
  align-items: center;
  display: flex; }

.divider-1NjAZ1.md-divider {
  height: 24px;
  margin: 0 4px; }

.page-dQFQ_R {
  border: 0;
  cursor: pointer;
  display: inline-block;
  margin: 10px;
  max-width: 140px;
  min-width: 130px;
  padding: 10px; }
  .page-dQFQ_R.active-1cGvGF {
    cursor: default; }
  .page-dQFQ_R.disabled-f1V7Bm {
    background-color: rgba(0, 0, 0, 0.33);
    cursor: not-allowed; }
  .page-dQFQ_R .pageNumber-6P0xyw {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 4px; }

.pageUploader-1_mEga {
  position: relative; }

.progressContainer-CPneVF {
  position: relative; }

.progress-2dP6Gk {
  position: relative; }

.templateEdit-WBUL3g {
  position: relative; }

.pages-2V597h {
  position: relative; }

.navigation-kShaMF {
  position: relative; }

.activePage-luSDPF {
  position: relative; }

.templateCreate-2bConM {
  position: relative; }

.createDialog-cyI-Sq.md-dialog-container.md-overlay {
  z-index: 151; }

