@font-face {
  font-family: 'Delivery';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Delivery_W_Rg.eot?#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'Delivery';
  font-weight: 400;
  font-style: italic;
  src: url('../fonts/Delivery_W_It.eot?#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'Delivery';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/Delivery_W_Bd.eot?#iefix') format('embedded-opentype');
}
@font-face {
  font-family: 'Delivery';
  font-weight: 600;
  font-style: italic;
  src: url('../fonts/Delivery_W_BdIt.eot?#iefix') format('embedded-opentype');
}
@font-face {
  font-family: 'Delivery';
  font-weight: 800;
  font-style: normal;
  src: url('../fonts/Delivery_W_CdBlk.eot?#iefix') format('opentype');
}
body {
  margin: 0 !important;
  font-family: 'Delivery';
}
.unsupported-container {
  min-height: 100vh;
  padding: 0;
  background: #ffffff;
  font-family: 'Delivery';
}
.unsupported-header {
  align-items: center;
  height: 10vh;
  background: #ffcc00;
  background: linear-gradient(
    to right,
    #fc0 10%,
    #fc0 30%,
    rgba(255, 204, 0, 0.73) 68%,
    rgba(255, 204, 0, 0.65) 79%,
    rgba(255, 204, 0, 0.3)
    ) !important;
    padding: 0.2rem 1rem;
}

.unsupported-header .img-logo {
  width: 10.8rem;
  margin-top: 1rem;
}
.unsupported-center-div {
  min-height: 80vh;
  text-align: center;
}
.security-text {
  width: 60%;
  margin: auto;
  font-size: 1.1rem;
}
.browser-feature-text {
  margin: auto;
  font-size: 1.1rem;
}
.error-div {
  padding: 2.5rem 4.8rem 4rem 4.8rem;
}

.error-div .error-heading {
  color: #d40511;
  font-weight: 800;
  font-size: 2.1875rem;
  letter-spacing: 'normal';
  font-stretch: condensed;
  line-height: 1.167;
  margin: 1rem 0;
}
.unsupported-browser-text {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.9);
  font-stretch: normal;
  line-height: 1.167;
  margin: 1.6rem 0 0.5rem 0;
}
.unsupported-footer {
  height: 6vh;
  background: rgb(255, 204, 0);
  padding: 1rem 1rem;
}
.browser-div {
  display: inline-block;
  vertical-align: middle;
  margin: 3rem;
}
.browser-list {
  margin-top: 4.1rem;
}
.installation-link-div {
  margin: 1.6rem 0;
}
.installation-link-div a {
  color: #d40511;
  text-decoration: underline;
  font-size: 1.5rem;
}
.bottom-div {
  background: rgba(0, 0, 0, 0.05);
  height: 25rem;
  padding: 5rem 4.8rem;
  text-align: unset;
  margin: auto;
}
.support-div {
  display: inline-block;
  vertical-align: middle;
  text-align: unset;
  width: 45%;
}
.support-div p {
  display: inline-block;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.9);
  font-stretch: normal;
  line-height: 1.167;
  margin: 1.6rem 0 0.5rem 0;
  width: 78%;
}
.quotes-img {
  margin-bottom: 4rem;
}
.dhl-group-div {
  display: inline-block;
  /* vertical-align: middle; */
  font-weight: 600;
  margin-top: 0.5rem;
}
.dhl-ecommerce-div {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 1rem;
  color: rgba(0, 0, 0, 0.9);
  margin: auto;
}
.ecommerce-para {
  margin: 0;
  text-align: right;
  color: rgba(0, 0, 0, 0.9);
}
.privacy-para {
  margin: 0;
  color: rgba(0, 0, 0, 0.9);
}
