/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */ /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.eds-input-field {
  width: 100%;
}
.eds-input-field[type=textarea] label.active {
  margin-top: 10px !important;
  padding-bottom: 10px !important;
}
.eds-input-field[type=textarea] textarea {
  padding-top: 30px !important;
}
.eds-input-field > label {
  pointer-events: none;
}
.eds-input-field.field-icons-switch label {
  left: 16px;
  z-index: 2;
}
.eds-input-field.field-icons-switch input {
  padding-left: 16px !important;
}
.eds-input-field.field-icons-switch input.ng-invalid.ng-touched {
  background: none;
}
.eds-input-field.field-icons-switch .app-icons-switch {
  position: absolute;
  top: 0;
  right: 12px;
  margin-top: 12px;
}
.eds-input-field input {
  background: url("/assets/imgs/icons/icon-error.svg") no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  background-size: 0;
}
.eds-input-field input.ng-invalid.ng-touched {
  border: 1px solid #e4002b !important;
  background-size: 24px;
}
.eds-input-field input.ng-invalid.ng-touched:focus {
  box-shadow: 0px 0px 0px 1px #e4002b !important;
}
.eds-input-field .app-input-message-validator {
  color: #e4002b;
}

button[disabled]:hover {
  background-color: #e0e0e1 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.card-list-item-pagination {
  position: relative;
  display: none;
}
.card-list-item-pagination[show=true] {
  display: block;
  animation: fadeIn 0.2s ease-in-out;
}

tr.card-list-item-pagination[show=true] {
  display: table-row;
}

.card-list-item-pagination-footer {
  display: flex;
  justify-content: center;
  padding: 16px 0;
}
.card-list-item-pagination-footer span {
  color: #828588;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.card-list-item-pagination-footer span:hover {
  color: #1d4f91;
}

.modal-content iframe {
  width: 100%;
  height: 120vh;
  margin-bottom: calc(clamp(5px, 3.9vw, 60px) * -1);
}

@media screen {
  html {
    overflow-y: hidden;
    position: fixed;
    top: 0;
    height: 100vh;
  }
  body {
    overflow-y: overlay;
    position: relative;
  }
  body,
  html {
    height: 100%;
    min-height: 100vh;
  }
}
body,
html {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f7f7f8;
}

.material-icons {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.eds-alert-region-top-right {
  left: 0;
  width: 100%;
  max-width: 320px;
  margin-top: 66px;
}
@media (min-width: 768px) {
  .eds-alert-region-top-right {
    left: initial;
  }
}
.eds-alert-region-top-right eds-alert[closable] .eds-alert-close-icon {
  z-index: 2;
}

.divider {
  display: block;
  margin: 0;
  border-top-color: rgba(0, 0, 0, 0.12);
  border-top-width: 1px;
  border-top-style: solid;
}

.page-wrapper,
.page-wrapper-box {
  width: 96%;
  max-width: 1216px;
  margin: 0 auto;
  margin-top: 80px;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .page-wrapper,
  .page-wrapper-box {
    margin-top: 40px;
  }
}

.eds-alert-region-top-right {
  z-index: 10000 !important;
}

.page-wrapper-box {
  border: 1px solid #e0e0e1;
  border-radius: 6px;
  background-color: #ffffff;
}

@media print {
  body {
    transform: scale(1);
  }
  @page {
    margin: 0px;
  }
  #header,
  .footer,
  eds-alert {
    display: none !important;
  }
}
.text-end {
  text-align: end;
}

.page-research-results-content-wrapper .app-field-checkbox .eds-tooltip-wrapper {
  position: fixed !important;
}

/*# sourceMappingURL=styles.844a9878bd9ecba3.css.map*/