/* stylelint-disable */
@font-face {
  font-family: "fonticons";
  src: url("../../../../../../etc.clientlibs/abbvie-pro/clientlibs/commons/icons/v3/icons/resources/fonticons.ttf?ybdrs3") format("truetype"), url("../../../../../../etc.clientlibs/abbvie-pro/clientlibs/commons/icons/v3/icons/resources/fonticons.woff?ybdrs3") format("woff"), url("../../../../../../etc.clientlibs/abbvie-pro/clientlibs/commons/icons/v3/icons/resources/fonticons.svg?ybdrs3#fonticons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.fonticons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fonticons" !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;
}

.fonticons-close:before, .fonticons--x:before {
  content: "\e910";
}

.fonticons-checks:before, .fonticons--check:before {
  content: "\e90f";
}

.fonticons-chevron-down:before, .fonticons--down:before {
  content: "\e90d";
}

.fonticons-chevron-up:before, .fonticons--up:before {
  content: "\e90e";
}

.fonticons-pencil-square:before, .fonticons--edit:before {
  content: "\e90b";
}

.fonticons-arrow-repeat:before, .fonticons--loading:before {
  content: "\e90c";
}

.fonticons-camera-video-fill:before, .fonticons--camera:before {
  content: "\e90a";
}

.fonticons-check-circle-fill:before, .fonticons--success:before {
  content: "\e900";
}

.fonticons-check-circle:before {
  content: "\e901";
}

.fonticons-exclamation-circle-fill:before {
  content: "\e902";
}

.fonticons-exclamation-circle:before {
  content: "\e903";
}

.fonticons-info-circle-fill:before, .fonticons--info:before {
  content: "\e904";
}

.fonticons-info-circle:before {
  content: "\e905";
}

.fonticons-question-circle-fill:before {
  content: "\e906";
}

.fonticons-question-circle:before {
  content: "\e907";
}

.fonticons-x-circle-fill:before, .fonticons--error:before {
  content: "\e908";
}

.fonticons-x-circle:before, .fonticons--close:before {
  content: "\e909";
}

.loading {
  position: relative;
}
.loading::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-family: "fonticons";
  content: "\e90c";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  animation: loading 0.8s infinite linear;
}