/* src/styles.css */
@font-face {
  font-family: "MetricBold";
  src: url(/ProductPlus/ClientApp/Fonts/Metric-Bold.eot);
  src:
    url(/ProductPlus/ClientApp/Fonts/Metric-Bold.eot?#iefix) format("embedded-opentype"),
    url(/ProductPlus/ClientApp/Fonts/Metric-Bold.woff2) format("woff2"),
    url(/ProductPlus/ClientApp/Fonts/Metric-Bold.woff) format("woff"),
    url(/ProductPlus/ClientApp/Fonts/Metric-Bold.ttf) format("truetype"),
    url(/ProductPlus/ClientApp/Fonts/Metric-Bold.svg) format("svg");
}
@font-face {
  font-family: "MetricBlack";
  src: url(/ProductPlus/ClientApp/Fonts/MetricBlack.eot);
  src:
    url(/ProductPlus/ClientApp/Fonts/MetricBlack.eot?#iefix) format("embedded-opentype"),
    url(/ProductPlus/ClientApp/Fonts/MetricBlack.woff2) format("woff2"),
    url(/ProductPlus/ClientApp/Fonts/MetricBlack.woff) format("woff"),
    url(/ProductPlus/ClientApp/Fonts/MetricBlack.ttf) format("truetype"),
    url(/ProductPlus/ClientApp/Fonts/MetricBlack.svg) format("svg");
}
@font-face {
  font-family: "MetricThin";
  src: url(/ProductPlus/ClientApp/Fonts/MetricThin.eot);
  src:
    url(/ProductPlus/ClientApp/Fonts/MetricThin.eot?#iefix) format("embedded-opentype"),
    url(/ProductPlus/ClientApp/Fonts/MetricThin.woff2) format("woff2"),
    url(/ProductPlus/ClientApp/Fonts/MetricThin.woff) format("woff"),
    url(/ProductPlus/ClientApp/Fonts/MetricThin.ttf) format("truetype"),
    url(/ProductPlus/ClientApp/Fonts/MetricThin.svg) format("svg");
}
@font-face {
  font-family: "Metric";
  src: url(/ProductPlus/ClientApp/Fonts/Metric.eot);
  src:
    url(/ProductPlus/ClientApp/Fonts/Metric.eot?#iefix) format("embedded-opentype"),
    url(/ProductPlus/ClientApp/Fonts/Metric.woff2) format("woff2"),
    url(/ProductPlus/ClientApp/Fonts/Metric.woff) format("woff"),
    url(/ProductPlus/ClientApp/Fonts/Metric.ttf) format("truetype"),
    url(/ProductPlus/ClientApp/Fonts/Metric.svg) format("svg");
}
body {
  padding: 0;
  margin: 0;
  background-color: #000;
  color: white;
  font-family: "Metric", sans-serif;
}
a:-webkit-any-link {
  color: inherit;
  text-decoration: underline #fff 2px;
  text-underline-offset: 5px;
}
.ai-loading-overlay {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
iframe {
  border: none;
}
.mat-mdc-text-field-wrapper {
  background: #fff !important;
  color: #000 !important;
}
.container {
  width: 100%;
  margin: 0 auto;
}
.mat-mdc-form-field-subscript-wrapper {
  margin: 10px 0 !important;
}
.form-field {
  max-height: max-content;
}
p {
  margin: 0;
}
button {
  border: none !important;
}
button:disabled {
  opacity: 0.7;
}
.hidden {
  display: none !important;
}
.divider {
  border: none;
  height: 1px;
  background-color: #757575;
}
.file-selector {
  width: calc(100% - 4px);
  height: 145px;
  border: 1px dashed white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  flex-direction: column;
}
.file-selector.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.file-selector button {
  width: initial !important;
}
.file-selector.disabled button {
  cursor: not-allowed;
}
.file-selector input[type=file] {
  display: none;
}
.file-selector.dragging {
  border-color: #cf1430;
  cursor: grab;
}
.mat-mdc-form-field-hint-wrapper,
.mat-mdc-form-field-error-wrapper {
  padding: 0 !important;
}
.campaign-extra-information-bottom {
  margin-top: 30px;
  font-size: 14px;
}
.upload-instruction {
  margin-bottom: 0;
  margin-top: 15px;
}
.upload-rules {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
}
.choose-file-btn {
  background-color: #dddddd !important;
  color: #6c6c6c !important;
}
.file-selected {
  margin-top: 10px;
  display: flex;
  background: #000000;
  color: #ffffff;
  font-size: 12px;
  justify-content: space-between;
  padding: 5px;
  align-items: center;
}
.file-selected mat-icon {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mdc-text-field--invalid {
  border: 2px solid #cf1414;
}
.btn-red {
  color: #000 !important;
  background-color: #fff !important;
}
.full-width {
  width: 100%;
}
.cdk-global-overlay-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
}
.mdc-dialog--open .mat-mdc-dialog-surface {
  background-color: #4E091E;
}
.mat-mdc-dialog-container-with-actions .mat-mdc-dialog-content {
  color: white !important;
}
.mat-mdc-dialog-content {
  overflow: unset !important;
  max-height: unset !important;
}
.mat-mdc-dialog-actions {
  flex-direction: column;
  padding: 24px !important;
}
div.mat-mdc-autocomplete-panel.mat-mdc-autocomplete-visible {
  background-color: #21201f;
}
.cdk-overlay-pane {
  background-color: #1a1a19;
}
mat-calendar {
  border: 2px solid #fff;
  box-shadow: 0px 0px 20px 14px #0000001a;
}
.mat-calendar-body-cell-content {
  color: #fff !important;
}
.mat-mdc-dialog-title {
  font-family: "Inter", sans-serif !important;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 100 !important;
  font-size: 25px !important;
}
.check-accordance-ai .mdc-form-field {
  align-items: flex-start;
}
.checkbox-align-top > div {
  align-items: flex-start !important;
}
.ai-prefilled:not(.is-touched) .mat-mdc-text-field-wrapper {
  box-shadow: 0 0 0 0 rgb(0, 145, 27);
  animation: pulse-red 2s infinite;
  background: #efffef !important;
}
.mat-mdc-dialog-actions button {
  margin-right: auto;
}
@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(76, 255, 73, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(140, 255, 82, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(105, 255, 82, 0);
  }
}
p.status-text a {
  background: #fff;
  color: #000;
  padding: 15px 25px;
  width: max-content;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 25px;
}
p.contact-text {
  display: flex;
}
p.contact-text {
  display: flex !important;
  flex-direction: row !important;
  gap: 5px !important;
}
.iframe-container {
  background-color: #141312;
}
#frame {
  height: 102rem !important;
  background-color: #21201f !important;
  margin-left: auto;
  display: block;
  margin-right: auto;
  max-width: 595px;
  overflow: hidden;
  scrollbar-width: none;
  scrollbar-gutter: 0;
  -ms-overflow-style: none;
}
#frame::-webkit-scrollbar {
  display: none;
}
.iframe_helper {
  background-color: #141312;
  font-size: 35px;
  font-family: "Metric", sans-serif;
  font-weight: 400;
  margin-top: 0;
  max-width: 595px;
  margin-left: auto;
  display: block;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}
ol {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.highlighted-area {
  background-color: #000;
  padding: 20px;
}
h1 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Metric", sans-serif;
}
.narrow-container:first-of-type {
  font-size: 50px;
  font-weight: 400;
  font-family: "Metric", sans-serif;
}
.narrow-container {
  background-color: #4E091E;
}
.preHeader {
  display: none;
}
.banner-image {
  width: 100%;
}
.cdk-overlay-pane.mat-mdc-dialog-panel {
  max-width: 700px !important;
}
@media only screen and (min-width: 1920px) {
  .narrow-container {
    max-width: 1000px !important;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 25px;
  }
  .upload-invoice-wrap {
    height: 97vh;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
