html, body {
  width: 100%;
  height: auto;
  max-width: 100%;
  color: #333;
  overflow-x: hidden;
}
@media screen and (max-width: 550px) {
  html, body {
    font-size: 13px;
  }
}

.dropdown-menu.show {
  min-width: 200px;
  width: 100%;
}

.div-loading {
  position: fixed;
  z-index: 9999;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  overflow: hidden;
  background-image: url("images/GIF/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  text-align: center;
  margin-left: -12px;
  margin-top: -12px;
}
.div-loading.percent {
  width: 60px;
  background-color: black;
  background-position: right;
  color: white;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
  font-size: 0.9em;
  padding-right: 20px;
}

.bg-login-image {
  background: url("/images/login.jpg");
  background-position: center top;
  background-size: cover;
}

.bg-register-image {
  background: url("/images/register.png");
  background-position: center;
  background-size: cover;
  transform: rotateY(180deg);
  background-position: left;
}

.bg-contact-image {
  background: url("/images/front/Contatti Promolito.png");
  background-position: top right;
  background-size: cover;
}

.topbar .logo-profile {
  max-height: 3.125rem;
  border-radius: 5px;
}

.element-mask {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.element-mask:after {
  position: absolute;
  content: "";
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background-image: url("/images/GIF/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-orange {
  color: orange;
}

.thumnail.company-landing {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  color: #333 !important;
  text-decoration: none;
  background-color: #ffffff;
}
.thumnail.company-landing img {
  max-width: 100%;
}
.thumnail.company-landing div.image {
  width: 100%;
  height: 300px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.coupon {
  background-color: #fff;
  position: relative;
}
.coupon.standard {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 800px;
  max-width: 100%;
  display: inline-block;
  border: 0.12rem solid #0000ff;
}
.coupon.standard .title {
  font-size: 1.3em;
  font-weight: 600;
}
.coupon.standard.company-landing {
  border: none;
}
.coupon.standard.company-landing .title {
  font-size: 2em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .coupon.standard.company-landing .badge {
    font-size: 1em;
    font-weight: normal;
    margin: 0.125rem;
  }
  .coupon.standard.company-landing .btn {
    background-color: transparent !important;
    border: none !important;
    color: #4e73df !important;
  }
}
.coupon.standard .details-trigger {
  font-size: 0.85em;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .coupon.standard .details-trigger {
    font-size: 1em;
  }
}
.coupon.standard .details-trigger:hover {
  color: red;
}
.coupon.standard .details {
  max-height: 700px;
  transition: all 0.5s;
  overflow-y: auto;
}
.coupon.standard .details.closed {
  max-height: 0;
}
.coupon.standard.inactive {
  opacity: 0.5;
}
.coupon.standard .btn.cta {
  padding: 0.62rem 4.37rem;
  border-radius: 10px;
}
@media screen and (max-width: 610px) {
  .coupon.standard .btn.cta {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.coupon.standard .discount-detail {
  background-color: white;
  max-width: 200px;
}
@media screen and (max-width: 610px) {
  .coupon.standard .discount-detail {
    max-width: 100px;
  }
}
.coupon.standard .discount-text {
  font-weight: 700;
  font-size: 3em;
}
.coupon.standard .discount-text.free {
  font-size: 2em;
}
@media screen and (max-width: 610px) {
  .coupon.standard .discount-text.free {
    font-size: 1.5em;
  }
}
.coupon.standard .discount-text .discount-text-sm {
  font-size: 0.5em;
  font-weight: 700;
}
.coupon.standard .mobile .discount-text {
  font-size: 2.5em;
}
.coupon.standard .discount-text-sm {
  font-size: 1.1em;
  font-weight: 700;
}
.coupon.standard .discount-validity {
  font-size: 0.8em;
}
.coupon.standard .logo {
  width: 150px;
}
.coupon.standard .image {
  width: 100px;
  max-width: 100%;
  max-height: 100px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 6px;
  margin-bottom: 5px;
}

@media screen and (max-width: 450px) {
  .table td .coupon .logo {
    width: 80px;
  }
}
.video-16-9 {
  width: 550px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.landing-page .landing-logo {
  width: 300px;
  max-height: 300px;
  max-width: 100%;
  border-radius: 10px;
  object-fit: contain;
}

table .coupon.standard {
  width: 100%;
}

.thanksBanner {
  min-height: 400px;
  overflow: hidden;
  background-color: #0F0040;
}
.thanksBanner img {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 0;
  left: 50%;
  margin-left: -200px;
}
.thanksBanner .thanks-text {
  position: relative;
  text-shadow: 0px 0px 10px #000;
  color: white;
}

.contact-card .contact-icon .icon {
  width: 6.25rem;
  height: 6.25rem;
  line-height: 6.25rem;
  border-radius: 100%;
}

@media screen and (max-width: 610px) {
  .sidebar .nav-item .nav-link span {
    font-size: 1rem;
  }
}
.bg-landing {
  background-color: #F8FCFF;
}

form.user .btn-user, form.user .form-control-user {
  font-size: 0.9em;
}
@media screen and (max-width: 610px) {
  form.user .btn-user, form.user .form-control-user {
    font-size: 1em;
  }
}

/*# sourceMappingURL=app.css.map */
