.tracking_promo_success {
  width: 1px;
  height: 1px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.promo_image {
  width: 1px;
  height: 1px;
}

#popup-nov-eg .popup-overlay {
  background-color: rgba(0, 0, 0, 0.66);
}
#popup-nov-eg .popup-content {
  top: 20px;
  overflow: hidden;
  flex-basis: 1050px;
  max-height: 100%;
  height: 705px;
  align-self: center;
  max-width: calc(100% - 30px);
  transition: all 0.5s;
  transform: translateX(-100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../images/popups/25/nov-spin/popup-back@2x.jpg);
}
.popup-closing {
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
}
.popup-closing:before,
.popup-closing:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 131.25%;
  background-color: #a1a1a1;
  transform: rotate(45deg);
}
.popup-closing:after {
  transform: rotate(-45deg);
}
#popup-nov-eg .popup-closing:before,
#popup-nov-eg .popup-closing:after {
  width: 2px;
  background-color: black;
}
#popup-nov-eg .popup-content.on {
  transform: translateX(0);
}
.nov-eg-wheel {
  line-height: 0;
  margin-left: -285px;
  box-shadow: 8px 0px 3px 0px rgba(0, 0, 0, 0.17);
}
.nov-eg-wheel:after {
  content: "";
  display: block;
  width: 72px;
  height: 166px;
  position: absolute;
  right: -28px;
  top: 50%;
  margin-top: -88px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  background-image: url(../../../images/popups/25/nov-spin/pointer.png);
}
#popup-nov-eg .nov-eg-default,
#popup-nov-eg .nov-eg-thanks {
  flex-grow: 1;
  padding: 0 48px;
  margin-left: 45px;
}
#popup-nov-eg .nov-eg-form form {
  margin-top: 30px;
}
#popup-nov-eg .form-field {
  padding: 10px 8px;
}
#popup-nov-eg .form-field input,
#popup-nov-eg .form-field select {
  font-size: 0.9375em;
  height: 43px;
  background-color: #fff;
}
#popup-nov-eg .form-field select {
  background-image: url(../../../images//popups/25/nov-spin/down-arrow.png);
  background-size: 10px 7px;
}
#popup-nov-eg .button {
  width: 11em;
  height: 2.4em;
  border-radius: 1.2em;
  font-size: 1.2em;
  padding: 0;
  background-color: #2a3b73;
}
#popup-nov-eg .form-action [type="submit"].button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}
#popup-nov-eg .nov-eg-thanks .main-text {
  line-height: 1.2;
  font-size: 1.7em;
  margin-bottom: 9px;
  margin-top: 20px;
}
#popup-nov-eg .nov-eg-thanks .code {
  line-height: 1;
  font-size: 3.5em;
  margin-bottom: 23px;
}
#popup-nov-eg .nov-eg-thanks .disclaimer {
  line-height: 1.5454;
  font-size: 0.6875em;
  margin-bottom: 0;
  margin-top: 22px;
}
#popup-nov-eg .nov-eg-buttons {
  gap: 1em;
}
#popup-nov-eg .nov-eg-thanks .button {
  line-height: 43px;
}
#popup-nov-eg .form-text {
}
#popup-nov-eg .fifty-off {
  left: -6px;
}
#popup-nov-eg .five-dollars {
}
#popup-nov-eg .hundred-off {
}
#canvas2 {
  position: relative;
  left: 0px;
  top: 0em;
}
#popup-nov-eg .button,
#popup-nov-eg .button:hover,
#popup-nov-eg .button:active,
#popup-nov-eg .button:visited,
#popup-nov-eg .button:focus {
  color: white;
  text-decoration: none;
  background-color: #2a3b73 !important;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #popup-nov-eg .button {
    padding-top: 3px;
  }
  #popup-nov-eg .nov-eg-thanks .button {
    padding-top: 0;
    line-height: 49px;
  }
}

@media screen and (max-width: 991px) {
  #popup-nov-eg .nov-eg-default,
  #popup-nov-eg .nov-eg-thanks {
    padding: 0 24px;
  }
  #popup-nov-eg .popup-content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../../images/popups/25/nov-spin/popup-back-m@2x.jpg);
  }
  .nov-eg-wheel {
    margin-left: -195px;
  }
  .nov-eg-wheel:after {
    width: 44px;
    height: 101px;
    right: -17px;
    margin-top: -51px;
  }
  .nov-eg-wheel #canvas2 {
    width: 400px;
    height: 400px;
  }
  #popup-nov-eg .nov-eg-thanks .main-text {
    font-size: 1.3em;
  }
  #popup-nov-eg .nov-eg-thanks .code {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  #popup-nov-eg .popup-content {
    flex-basis: 100%;
    max-width: 100%;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    top: 0;
  }
  .nov-eg-wheel {
    order: 1;
    margin-left: inherit;
    transform: rotate(-90deg);
    margin-bottom: -132px;
    margin-bottom: -175px;
  }
  .nov-eg-wheel #canvas2 {
    width: 330px;
    height: 330px;
  }
  .nov-eg-wheel:after {
    width: 36px;
    height: 83px;
    right: -14px;
    margin-top: -43px;
  }
  #popup-nov-eg .nov-eg-default,
  #popup-nov-eg .nov-eg-thanks {
    margin: 0 auto;
    padding: 29px 0;
    display: flex;
    align-items: center;
  }
  #popup-nov-eg .nov-eg-default {
    width: 309px;
  }
  #popup-nov-eg .nov-eg-form form {
    margin-top: 9px;
  }
  #popup-nov-eg .nov-eg-form .form-row {
    flex-direction: column;
  }
  #popup-nov-eg .nov-eg-thanks {
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }

  #popup-nov-eg .nov-eg-thanks .main-text {
    font-size: 1.3em;
    line-height: 1.194444444444444;
    margin-top: 7px;
    margin-bottom: 10px;
  }
  #popup-nov-eg .nov-eg-thanks .code {
    font-size: 2.333333333333333em;
    margin-bottom: 25px;
    margin-top: 2px;
  }
  #popup-nov-eg .nov-eg-thanks .disclaimer {
    line-height: 1.333;
    font-size: 9px;
    margin-bottom: 0;
    margin-top: 18px;
  }
  #popup-nov-eg .button {
    font-size: 1.1em;
  }
  #popup-nov-eg .nov-eg-thanks .button {
    line-height: 39px;
  }
  #popup-nov-eg .nov-eg-thanks .thanks {
    width: 25em;
  }
}
@media screen and (max-width: 414px) and (max-height: 700px) {
  #popup-nov-eg .popup-content {
    background-position: top center;
    background-size: cover;
  }
  #popup-nov-eg .form-field {
    padding: 6px;
  }
  #popup-nov-eg .form-field input,
  #popup-nov-eg .form-field select {
    height: 36px;
    font-size: 0.8em;
  }
  #popup-nov-eg .form-action {
    padding-top: 9px;
  }
  /*
    .nov-eg-wheel canvass{
        width: 250px;
        height: 250px;
    }
    */
  .nov-eg-wheel:after {
    width: 27px;
    height: 62px;
    right: -12px;
    margin-top: -32px;
  }
}
@media screen and (max-width: 567px) {
  #popup-nov-eg .nov-eg-thanks .thanks {
    width: 95%;
  }
  #popup-nov-eg .form-text {
    width: 98%;
    margin-top: -2%;
  }
}
@media screen and (max-width: 400px) {
  #popup-nov-eg .button {
    font-size: 1em;
  }
  #popup-nov-eg .nov-eg-thanks .button {
    line-height: 36px;
  }
  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #popup-nov-eg .nov-eg-thanks .button {
      line-height: 38px;
    }
  }
  @media screen and (max-width: 390px) {
    #popup-nov-eg .nov-eg-thanks .main-text {
      font-size: 1.3em;
    }
  }
}
