@font-face {
  font-family: 'CircularXX';
  src: url('../fonts/CircularXX-Regular.otf') format('opentype'),
    local('Arial');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'CircularXX';
  src: url('../fonts/CircularXX-Bold.otf') format('opentype'),
    local('Arial');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'CircularXX';
  src: url('../fonts/CircularXX-ExtraBlack.otf') format('opentype'),
    local('Arial');
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'CircularXX';
  src: url('../fonts/CircularXX-Light.otf') format('opentype'),
    local('Arial');
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'CircularXX';
  src: url('../fonts/CircularXX-Medium.otf') format('opentype'),
    local('Arial');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'CircularXX';
  src: url('../fonts/CircularXX-Book.otf') format('opentype'),
    local('Arial');
  font-style: normal;
  font-weight: 450;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?bsdodg');
  src: url('../fonts/icomoon.eot?bsdodg#iefix')
      format('embedded-opentype'),
    url('../fonts/icomoon.ttf?bsdodg') format('truetype'),
    url('../fonts/icomoon.woff?bsdodg') format('woff'),
    url('../fonts/icomoon.svg?bsdodg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon', sans-serif !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pending-document:before {
  content: '\e91f';
  color: #fbbc04;
}

.icon-validated-document:before {
  content: '\e920';
  color: #52bd94;
}

.icon-chevron-up:before {
  content: '\e90e';
}

.icon-add:before {
  content: '\e901';
}

.icon-search:before {
  content: '\e90f';
}

.icon-edit:before {
  content: '\e902';
}

.icon-trash:before {
  content: '\e903';
}

.icon-close:before {
  content: '\e904';
}

.icon-download:before {
  content: '\e905';
}

.icon-upload:before {
  content: '\e906';
}

.icon-eye-open:before {
  content: '\e907';
}

.icon-eye-closed:before {
  content: '\e908';
}

.icon-arrow-left:before {
  content: '\e909';
}

.icon-arrow-right:before {
  content: '\e90a';
}

.icon-chevron-down:before {
  content: '\e90b';
}

.icon-chevron-right:before {
  content: '\e90c';
}

.icon-chevron-left:before {
  content: '\e90d';
}

.icon-next:before {
  content: '\e91e';
}

.icon-pdf-document:before {
  content: '\e91a';
}

.icon-edit-document:before {
  content: '\e91b';
}

.icon-signed-document:before {
  content: '\e91c';
}

.icon-read-document:before {
  content: '\e91d';
}

.icon-select-arrow:before {
  content: '\e919';
}

.icon-sign-document:before {
  content: '\e918';
}

.icon-user-option:before {
  content: '\e910';
}

.icon-document:before {
  content: '\e911';
}

.icon-warning-outline:before {
  content: '\e912';
}

.icon-error-outline:before {
  content: '\e913';
}

.icon-back:before {
  content: '\e914';
}

.icon-info-outline:before {
  content: '\e915';
}

.icon-success:before {
  content: '\e916';
}

.icon-success-outline:before {
  content: '\e917';
}

.icon-error:before {
  content: '\e900';
}
