/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/@angular/cdk/overlay-prebuilt.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/style/styles.scss?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Responsive Breakpoint Values
  Example usage: @include breakpoint(md) {}
*/
/* Responsive Breakpoint Mixin with mobile first approach. */
@media (min-width: 992px) {
  .desktop-margin-bottom__sm {
    margin-bottom: 1rem;
  }
  .desktop-margin-bottom__md {
    margin-bottom: 2rem;
  }
  .desktop-margin-bottom__lg {
    margin-bottom: 4rem;
  }
}
/* Responsive Breakpoint Values
  Example usage: @include breakpoint(md) {}
*/
/* Responsive Breakpoint Mixin with mobile first approach. */
.web-view {
  display: block !important;
}
@media (max-width: 991.98px) {
  .web-view {
    display: none !important;
  }
}

.responsive-view {
  display: none !important;
}
@media (max-width: 991.98px) {
  .responsive-view {
    display: grid !important;
  }
}

.responsive-calibration-container,
.responsive-calibration-field-container {
  display: grid;
  grid-gap: 20px;
  box-sizing: content-box;
  justify-content: start;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.responsive-calibration-field-container {
  margin-bottom: 1.5rem;
  word-break: break-all;
}
.responsive-calibration-field-container:last-child {
  margin-bottom: 0;
}

.responsive-calibration-field-container.reason {
  grid-template-columns: 1fr;
}

.calibration-field-result {
  grid-template-rows: min-content;
}
.calibration-field-result .input-section {
  margin-top: 7px;
  width: 75%;
  position: relative;
}
.calibration-field-result label {
  width: 75%;
  margin-top: 10px;
}
.calibration-field-result.required-field:after {
  color: #d93900;
  font-size: 0.88rem;
  content: "*Required";
}
@media (max-width: 991.98px) {
  .calibration-field-result.required-field:after {
    content: "";
  }
}
.calibration-field-result.required-field input {
  border-width: 2px;
  border-color: #d93900;
}
.calibration-field-result.required-in-reference-material:after {
  content: "";
}

.responsive-view.slide-up-overlay .header .nav {
  display: grid;
  background-color: #235695;
}
.responsive-view.slide-up-overlay .header .nav .close {
  justify-self: end;
  text-transform: uppercase;
  font-family: EMprintRegular, HelveticaNeue, Helvetica, Arial, sans-serif;
  color: white;
}
.responsive-view.slide-up-overlay .header .nav h1 {
  font-size: 1em;
  color: white;
  font-size: 1.3em;
  margin: 0;
}
.responsive-view.slide-up-overlay .header .description sub {
  font-size: 1.2rem;
}
.responsive-view.slide-up-overlay .header .description h2 {
  color: #235695;
  font-size: 1.4em;
}

@media (max-width: 1199.98px) {
  .responsive-calibration-field-container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0;
  }
}
@media (max-width: 991.98px) {
  .responsive-calibration-container,
  .responsive-calibration-field-container {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    grid-template-columns: 1fr;
  }
  .responsive-calibration-field-container {
    border-bottom: 1px solid #eee7e7;
  }
  .responsive-calibration-field-container:last-child {
    border-bottom: none;
  }
  .responsive-calibration-container {
    grid-gap: 10px;
  }
  .responsive-calibration-field-container {
    align-items: center;
    margin-bottom: 0;
    padding: 0;
  }
  .responsive-calibration-field-container .calibration-field-result {
    width: auto;
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #eee7e7;
    align-items: center;
    grid-gap: 0 1.5rem;
  }
  .responsive-calibration-field-container .calibration-field-result.required-field {
    border-left: 6px solid #ff9d0a;
  }
  .responsive-calibration-field-container .calibration-field-result:last-child {
    border-bottom: none;
  }
  .responsive-calibration-field-container .calibration-field-result .input-section,
  .responsive-calibration-field-container .calibration-field-result label {
    width: 75%;
  }
  .responsive-calibration-field-container .calibration-field-result label {
    margin-top: 0;
  }
  .responsive-calibration-field-container .calibration-field-result span {
    width: 100%;
    margin-top: 0;
  }
  .responsive-calibration-field-container .calibration-field-result input,
  .responsive-calibration-field-container .calibration-field-result .input-section,
  .responsive-calibration-field-container .calibration-field-result .technician-input {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
  .calibration-info {
    width: auto;
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 1fr 1fr;
    padding: 1rem 1.5rem;
    width: 100%;
    border-bottom: 1px solid #eee7e7;
    align-items: center;
  }
  .calibration-info p {
    text-align: end;
    justify-self: flex-end;
    margin: 0;
  }
  .calibration-info h6.description {
    text-align: end;
    justify-self: flex-end;
    margin: 0;
    grid-column: 2;
    color: #8e8e97;
    font-family: EMprintRegular;
    font-weight: 500;
    font-size: 0.95em;
  }
  .calibration-info input {
    justify-self: flex-end;
    margin: 0;
    width: 75%;
  }
  .calibration-info label {
    width: 100%;
  }
  .calibration-info:last-child {
    border-bottom: none;
  }
  .calibration-info .important-box-yellow {
    grid-template-columns: 1fr;
  }
  .em-c-field {
    margin-bottom: 0;
  }
  .responsive-spacing {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .responsive-view.slide-up-overlay .header .nav .close {
    padding: 1.5rem;
  }
  .responsive-view.slide-up-overlay .header .nav h1 {
    padding: 0 1.5rem 1.5rem;
  }
  .responsive-view.slide-up-overlay .header .description {
    padding: 1.5rem;
  }
  .responsive-view.slide-up-overlay .body {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .responsive-calibration-container,
  .responsive-calibration-field-container {
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
  .responsive-calibration-container {
    grid-template-columns: 100%;
    grid-gap: 0;
    padding: 0;
  }
  .responsive-calibration-field-container .calibration-field-result {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .responsive-calibration-field-container .calibration-field-result .input-section {
    width: 100%;
    margin-top: 10px;
  }
  .responsive-calibration-field-container .calibration-field-result label {
    width: 100%;
    margin-top: 0;
  }
  .responsive-calibration-field-container .calibration-field-result p {
    float: right;
    justify-self: end;
  }
  .responsive-calibration-field-container .calibration-field-result input,
  .responsive-calibration-field-container .calibration-field-result .input-section,
  .responsive-calibration-field-container .calibration-field-result .technician-input {
    justify-self: start;
    margin-left: unset;
  }
  .calibration-info {
    padding: 1rem;
  }
  .responsive-spacing {
    margin-top: 0;
    margin-bottom: 0;
  }
  .responsive-view.slide-up-overlay .header .nav .close {
    padding: 1rem;
  }
  .responsive-view.slide-up-overlay .header .nav h1 {
    padding: 0 1rem 1rem;
  }
  .responsive-view.slide-up-overlay .header .description {
    padding: 1rem;
  }
  .responsive-view.slide-up-overlay .body {
    padding: 0 1rem;
  }
}
div.responsive-spacing div:last-child app-responsive-calibration-input section {
  border-bottom: none;
}

@media (max-width: 991.98px) {
  .responsive-lg {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .responsive-sm {
    display: none !important;
  }
}

.em-l-container {
  margin-top: 17px;
}
@media (min-width: 992px) {
  .em-l-container {
    margin-top: 0;
  }
}

.inner {
  position: absolute;
  top: 50% !important;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
}

h1 {
  font-size: 1.5rem;
  color: #235695;
  font-family: EMprintSemibold;
  margin: 0.5em 0;
}

@media (min-width: 992px) {
  .main-title {
    padding-top: 1rem;
    padding-bottom: 3rem;
    font-size: xx-large;
  }
}

.em-c-solid-card__title {
  font-size: 1.1rem;
  margin-top: 1.2em;
}

.workorder-description {
  margin: 1.1em 0;
  display: block;
  font-size: 1.2em;
}

.mrma-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
}
.mrma-container .mrma__flex-wrapper {
  flex: 1;
}
.mrma-container .mrma__flex-wrapper main {
  flex: 1;
  height: 100%;
}

.align-middle {
  vertical-align: middle;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  /* Konqueror HTML */
  /* Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

label.required-field:after {
  color: #d93900;
  float: right;
  content: "*Required";
}
@media (max-width: 991.98px) {
  label.required-field:after {
    content: "";
  }
}

.label {
  border-radius: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.55rem;
  padding: 0.25rem 0.625rem;
  display: inline-block;
  color: white;
}

.label-multi {
  margin-bottom: 5px;
  margin-right: 4px;
}

.label-inactive {
  background-color: #8e8e93;
}

.label-default {
  color: #606060;
  background-color: #cccccd;
}

.label-error {
  background-color: #ce3838;
}

.label-warning {
  background-color: #ff9d0a;
}

.label-success {
  background-color: #399043;
}

.label-info {
  background-color: #3190d9;
}

.label-grt {
  background-color: #09bcff;
}

.label-remark {
  color: #ffc874;
  background-color: #fff2de;
}

.status-text-default,
.status-text-error,
.status-text-warning,
.status-text-success {
  color: #cccccd;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 0;
}

.status-text-error {
  color: #ce3838;
}

.status-text-warning {
  color: #ff9d0a;
}

.status-text-success {
  color: #399043;
}

.result-status-text-error {
  color: #ce3838;
}

.label-circle {
  border-radius: 50%;
  background: #3190d9;
  width: 17px;
  color: white;
  font-size: 10px;
  height: 17px;
  padding: 2px;
  display: inline-block;
}

.em-c-icon--blue {
  color: #235695;
  fill: #235695;
}

.em-c-icon--gray {
  color: #cccccd;
  fill: #cccccd;
}

.footer {
  background: #f5f5f5;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  float: right;
  width: 100%;
  color: #8e8e93;
  padding-left: 1rem;
}

.footer-element {
  height: 2.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.details-line {
  margin-top: 7px;
  margin-bottom: 1rem;
}

.section-title {
  font-size: large;
}

@media (min-width: 992px) {
  .footer-right-button {
    margin-right: 20px;
    width: 150px;
  }
}

.back-button {
  font-size: 1em;
  width: -moz-fit-content;
  width: fit-content;
}
.back-button:hover {
  cursor: pointer;
}

.blue-button {
  color: #0c69b0;
}
.blue-button:hover {
  cursor: pointer;
}

.gray-out-text {
  color: #757575;
}

.grey-button-disabled {
  filter: grayscale(100%);
  color: #a5a5a5;
}
.grey-button-disabled:hover {
  cursor: not-allowed !important;
}

.inline {
  display: inline-block;
}

.display-none {
  display: none;
}

.float-right {
  float: right;
}

.em-c-icon--green {
  color: #00af53;
  fill: #00af53;
}

.em-c-icon--red {
  color: #d93900;
  fill: #d93900;
}

.em-c-icon--yellow {
  color: #ffd700;
  fill: #ffd700;
}

.em-c-tabs__list {
  background-attachment: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

.green-box,
.green-box input {
  border-width: 2px;
  border-color: #00af53;
  margin: 0px;
}

.red-box,
.red-box input {
  border-width: 2px;
  border-color: #d93900;
  margin: 0px;
}

.hcp-calibration-icon {
  top: 15px;
  left: 14px;
  position: absolute;
}

.text-error {
  color: #d93900;
  padding-right: 0;
  font-size: 0.88rem;
  padding-top: 1px;
  left: 5px;
  position: relative;
}

.results-table {
  width: 75%;
}

.em-is-disabled .date-picker {
  color: rgb(84, 84, 84) !important;
}

input {
  font-family: EMprintRegular, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
}

.em-u-font-style-underline {
  text-decoration: underline;
}

.a-icon,
.a-text {
  vertical-align: middle;
  display: inline-block;
  font-family: EMprintSemibold, HelveticaNeue, Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}
.a-icon :hover,
.a-text :hover {
  color: #112;
}

@media (max-width: 991.98px) {
  .wo-star-booked-mark {
    position: relative;
    left: 5px;
    top: -3px;
  }
}

.em-c-text-link {
  text-decoration: none;
  cursor: pointer;
  color: #5d5d5d;
  width: -moz-fit-content;
  width: fit-content;
}

.custom-right-item {
  margin-left: auto;
}

.custom-left-item {
  margin-right: auto;
}

:focus {
  outline: none !important;
}

.no-border {
  border: none;
}

.no-background-color {
  background-color: unset !important;
}

.toast-container {
  z-index: 1002 !important;
}

.toast-info,
.toast-error,
.toast-warning,
.toast-success {
  background-image: none !important;
}

.toast-title {
  font-weight: normal !important;
}

.toast-top-right {
  top: 3rem !important;
}
@media (max-width: 767.98px) {
  .toast-top-right {
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 12px !important;
  }
}

.toast-container .ngx-toastr {
  padding: 15px !important;
  background-position: 15px 15px !important;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .toast-container .ngx-toastr {
    width: 500px !important;
  }
}
@media (max-width: 767.98px) {
  .toast-container .ngx-toastr {
    margin: 0 0 10px !important;
    width: 100% !important;
  }
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0px 0px 6px black !important;
}

.global-error-handler {
  border-top: 1px solid;
  margin-top: 1em;
  padding-top: 1em;
}
.global-error-handler p {
  margin-bottom: 0;
  line-height: inherit;
}

.average-completed.average-value--failed {
  color: #ff453a;
}

.average-completed.average-value--passed {
  color: #30d158;
}

.width75 {
  width: 75% !important;
}

.text-center {
  text-align: center;
  justify-content: center;
}

.hover-dropdown-master {
  position: relative;
}
.hover-dropdown-master:hover .hover-dropdown {
  display: block;
}

.toaster-error-meta {
  font-size: 0.6em;
  margin-top: 1em;
  display: block;
}

.loading-bar {
  height: 6px;
  width: 100%;
  display: flex;
  background: #f5f5f5;
  margin-top: -1px;
}
.loading-bar.loading {
  background: #cdf1ff;
}
.loading-bar.loading::before {
  background-color: #2ac4ff;
  height: 6px;
  width: 100%;
  content: "";
  animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes running-progress {
  0% {
    margin-left: 0;
    margin-right: 100%;
  }
  50% {
    margin-left: 25%;
    margin-right: 0%;
  }
  100% {
    margin-left: 100%;
    margin-right: 0;
  }
}

.glorious-rainbow {
  background-image: linear-gradient(90deg, red 0%, #ff9a00 10%, #d0de21 20%, #4fdc4a 30%, #3fdad8 40%, #2fc9e2 50%, #1c7fee 60%, #5f15f2 70%, #ba0cf8 80%, #fb07d9 90%, red 100%) !important;
  background-position: 0 0;
  background-size: 200% 100% !important;
  animation: glorious-animation 4s linear infinite;
}

@keyframes glorious-animation {
  to {
    background-position: -200% 0;
  }
}
.toast-expand-section-error {
  margin-bottom: 0;
  margin-top: 1rem;
  border-top: 1px solid #e5e5e5;
}
.toast-expand-section-error .sap-error-message {
  margin: 1rem 0 0;
}

.toast-expand-header-error {
  margin-bottom: 0;
  border: none;
}

.global-bold-text {
  font-weight: bold;
  font-family: "EMprintSemibold";
}

.relative-container {
  position: relative;
}

.em-u-width-15 {
  width: 15% !important;
}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}


/*# sourceMappingURL=styles.1614ab040e7d0021.css.map*/