html,
body,
#root {
  height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
}
.bordered {
  border: 1px solid #000;
}
.fx-row {
  display: flex;
  flex-direction: row;
}
.fx-col {
  display: flex;
  flex-direction: column;
}
.fx-jc-sb {
  justify-content: space-between;
}
.width-max {
  width: 100%;
}
.height-max {
  height: 100%;
}
.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}
.ta-center {
  text-align: center;
}
.mt-20 {
  margin-top: 20px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
#header-text {
  position: relative;
  margin: auto;
  color: #000;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error-mssg {
  color: #ff0000;
  font-style: italic;
}

#base-container {
  color: #000;
}
#base-container #content-container {
  padding-top: 12px;
  padding-bottom: 40px;
}

#landing-page #title-section {
  flex-grow: 0;
}
#landing-page #lnd-int-loader {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: 52px;
}
#landing-page #item-section {
  max-height: 70vh;
  overflow: scroll;
  padding: 4px;
}
#landing-page #item-section .history-item {
  padding: 8px;
  border-radius: 8px;
  box-shadow: 1px 1px 5px rgba(155, 155, 155, 0.8);
}
#landing-page #item-section .history-item .hi-title {
  align-items: center;
}

#request-trigger {
  display: block;
  text-align: center;
}
#request-trigger #request-icon {
  width: 100%;
  height: 50px;
}
#request-trigger #request-icon > svg {
  width: 100%;
  height: 100%;
}

#oop-container #notice-text p {
  color: #FF0000;
  font-style: italic;
}

#order-payment-container {
  border: 1px solid #000;
  padding: 40px 60px;
  border-radius: 10px;
  width: 1150px;
}
#order-payment-container .po-sub {
  text-indent: 20px;
}
#order-payment-container .po-sub-2 {
  text-indent: 40px;
}
#order-payment-container .po-sub-3 {
  text-indent: 60px;
}
#order-payment-container .po-total {
  text-align: right;
  font-weight: bolder;
}
#order-payment-container .empty-box {
  display: inline-block;
  width: 200px;
  border-bottom: 1px solid #000;
}
#order-payment-container .underline {
  text-decoration: underline;
}
#order-payment-container #notice-font {
  color: #FF0000;
  font-style: italic;
}
#order-payment-container .float-left {
  float: left !important;
}
#order-payment-container .float-right {
  float: right !important;
}
#order-payment-container .qc-city-logo {
  width: 150px;
  height: 120px;
}
#order-payment-container .hdr-img {
  width: 120px;
  height: 120px;
}
#order-payment-container .qc-city-logo > img,
#order-payment-container .hdr-img > img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 687px) {
  #order-payment-container {
    padding: 15px;
  }
}

#privacy-content {
  resize: none;
  min-width: 700px;
  min-height: 700px;
  max-height: 700px;
  width: 100%;
  overflow: scroll;
}

#header {
  background-color: #115272;
  border-bottom: 2px solid #d93939;
  padding-bottom: 12px;
  padding-top: 12px;
}
#header #qc-logo {
  width: 150px;
  height: 120px;
}
#header #hdr-txt {
  text-align: center;
  color: #fff;
  margin-left: 6px;
}
#header #dept-logo {
  width: 130px;
  height: 130px;
}
#header .hdr-item-container {
  height: 100%;
  display: flex;
  align-items: center;
}
#header .hdr-item-container.center {
  justify-content: center;
}
#header .hdr-item-container.left {
  justify-content: left;
}
#header .hdr-item-container.right {
  justify-content: right;
}
#header #qc-logo > img,
#header #dept-logo > img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1124px) {
  #header #hdr-txt #dpt-name {
    font-size: 28px;
  }
  #header #hdr-txt .addr {
    font-size: 18px;
  }
  #header #qc-logo {
    width: 120px;
    height: 100px;
  }
  #header #dept-logo {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width: 944px) {
  #header #hdr-txt #dpt-name {
    font-size: 22px;
  }
  #header #hdr-txt .addr {
    font-size: 14px;
  }
  #header #qc-logo {
    width: 110px;
    height: 90px;
  }
  #header #dept-logo {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 760px) {
  #header #qc-logo {
    width: 90px;
    height: 70px;
  }
  #header #dept-logo {
    width: 70px;
    height: 70px;
  }
  #header #hdr-txt #dpt-name {
    font-size: 16px;
  }
  #header #hdr-txt .addr {
    font-size: 12px;
  }
}
@media only screen and (max-width: 560px) {
  #header #qc-logo {
    width: 60px;
    height: 50px;
  }
  #header #hdr-txt #dpt-name {
    font-size: 12px;
  }
  #header #hdr-txt .addr {
    font-size: 10px;
  }
  #header #dept-logo {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 400px) {
  #header #qc-logo {
    width: 60px;
    height: 40px;
  }
  #header #hdr-txt #dpt-name {
    font-size: 10px;
  }
  #header #hdr-txt .addr {
    font-size: 8px;
  }
  #header #dept-logo {
    width: 40px;
    height: 40px;
  }
}

#image-capture-container {
  position: relative;
  height: 65px;
}
#image-capture-container fieldset {
  color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  position: absolute;
  top: -8px;
  left: 0;
  height: 65px;
  width: 100%;
  border-radius: 4px;
  padding-top: 2px;
}
#image-capture-component {
  position: relative;
}
#image-capture-component #video-element {
  height: 200px;
  width: 250px;
  object-fit: fill;
}

#review-notifier {
  padding: 24px;
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 160px;
}
#review-notifier #rn-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 12px;
}
#review-notifier #rn-icon * {
  color: #4485ff;
  width: 100%;
  height: 100%;
}
#review-notifier #rn-notice #rn-title {
  margin-bottom: 8px;
  font-weight: 700;
}

.downloadable-doc {
  background-color: #fff;
  padding: 12px;
  border-radius: 12px;
}
.downloadable-doc .dd-content-container {
  margin-right: 12px;
  align-items: center;
}
.downloadable-doc .dd-content-container .dd-icon-container {
  position: relative;
  border: 2px solid #115272;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 12px;
}
.downloadable-doc .dd-content-container .dd-icon-container .dd-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.downloadable-doc .dd-content .dd-validity {
  color: #a1a1a1;
  font-style: italic;
}
.downloadable-doc .dd-content .dd-error {
  color: #ff0000;
  margin-top: 8px;
}
.downloadable-doc .dd-cta {
  display: flex;
  align-items: center;
}
.downloadable-doc .dd-cta .dd-trigger {
  height: 60px;
}
.downloadable-doc .dd-cta .dd-trigger button {
  height: 100%;
}

#noa-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#noa-content #noa-icon {
  width: 120px;
  height: 120px;
}
#noa-content #noa-icon * {
  color: #de0d0d;
  width: 100%;
  height: 100%;
}

#actual-loader {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}

#global-alert {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 0);
}

#qr-scan-container {
  width: 100%;
}
#qr-scan-container #qr-scan {
  display: block;
  margin: auto;
  min-width: 640px;
  width: 640px;
  padding: 12px;
}
#qr-scan-container #qr-scan img {
  width: 100%;
  height: 100%;
}
#qr-scan-container #qr-scan #scan-hdr #qc-logo {
  width: 100px;
  height: 80px;
}
#qr-scan-container #qr-scan #scan-hdr #dept-logo {
  width: 90px;
  height: 90px;
}
#qr-scan-container #qr-scan #scan-content .scan-item-display {
  margin-bottom: 4px;
}
#qr-scan-container #qr-scan #scan-footer {
  align-items: flex-end;
}
#qr-scan-container #qr-scan #scan-footer .scan-barcode {
  height: 70px;
  width: 150px;
}
#qr-scan-container #qr-scan #scan-footer .signatory {
  display: block;
  line-height: 14px;
}
#qr-scan-container #qr-scan #scan-footer #signatory-signature {
  height: 40px;
  width: 100px;
}

