@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?1c9hag');
  src:  url('../fonts/icomoon.eot?1c9hag#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?1c9hag') format('truetype'),
    url('../fonts/icomoon.woff?1c9hag') format('woff'),
    url('../fonts/icomoon.svg?1c9hag#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-error:before {
  content: "\e900";
}
.icon-add:before {
  content: "\e901";
}
.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-chevron-up:before {
  content: "\e90e";
}
.icon-search:before {
  content: "\e90f";
}
.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-sign-document:before {
  content: "\e918";
}
.icon-select-arrow:before {
  content: "\e919";
}
.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-next:before {
  content: "\e91e";
}
.icon-pending-document:before {
  content: "\e91f";
  color: #FFBC04;
}
.icon-validated-document:before {
  content: "\e920";
  color: #52BD94;
}
.icon-details-tab:before {
  content: "\e921";
}
.icon-details-card:before {
  content: "\e922";
}
