.common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 1921px) {
  .common__container {
    width: 1640px;
  }
}

@media (max-width: 1920px) and (min-width: 1500px) {
  .common__container {
    width: 1470px;
  }
}

@media (max-width: 1499px) and (min-width: 992px) {
  .common__container {
    width: 990px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .common__container {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .common__container {
    width: 100%;
  }
}

#msi_form.stoptype {
  opacity: 0.33;
  position: relative;
}

#msi_form.stoptype::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  content: '';
}

.reward__btn {
  -moz-border-radius: 5px;
       border-radius: 5px;
  cursor: pointer;
}

.reward__textbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reward__btn-notnow {
  margin-top: 10px;
  background: #777777;
}

.reward__btn-notnow:hover {
  background: #3f3f3f;
}

.popoutnotnow {
  background: #0000009c;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: auto;
  opacity: 0;
}

.popoutnotnow__block {
  max-width: 760px;
  background: #ffffff;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popoutnotnow__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  cursor: pointer;
}

.popoutnotnow__dm {
  padding: 70px 15%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popoutnotnow__dm-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popoutnotnow__dm-btn--yes {
  padding: 5px 30px;
  -moz-border-radius: 5px;
       border-radius: 5px;
  border: 1px solid #000000;
  margin: 20px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

.popoutnotnow__dm-btn--yes:hover {
  opacity: 0.3;
}

.popoutnotnow__dm-btn--no {
  padding: 5px 30px;
  -moz-border-radius: 5px;
       border-radius: 5px;
  border: 1px solid red;
  margin: 20px;
  margin-bottom: 0;
  cursor: pointer;
  background: red;
  color: #ffffff;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

.popoutnotnow__dm-btn--no:hover {
  opacity: 0.3;
}

.popoutlogin {
  background: #0000009c;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: auto;
  opacity: 0;
}

.popoutlogin__block {
  max-width: 760px;
  background: #ffffff;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
     -moz-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.popoutlogin__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  cursor: pointer;
}

.popoutlogin__res {
  padding: 30px 20px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.popoutlogin__res h2 {
  color: #6e6e6e;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--mainfonts);
  margin-bottom: 25px;
}

@media (max-width: 1600px) {
  .popoutlogin__res h2 {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .popoutlogin__res h2 {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .popoutlogin__res h2 {
    font-size: 10px;
  }
}

.popoutlogin__res h2 span {
  color: red;
}

.popoutlogin__res h3 {
  font-size: 32.5px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--mainfonts);
  color: #222;
  margin-bottom: 10px;
}

@media (max-width: 1600px) {
  .popoutlogin__res h3 {
    font-size: 30.5px;
  }
}

@media (max-width: 1300px) {
  .popoutlogin__res h3 {
    font-size: 28.5px;
  }
}

@media (max-width: 1050px) {
  .popoutlogin__res h3 {
    font-size: 26.5px;
  }
}

.popoutlogin__res p {
  color: #222;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--mainfonts);
}

@media (max-width: 1600px) {
  .popoutlogin__res p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .popoutlogin__res p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .popoutlogin__res p {
    font-size: 14px;
  }
}

.popoutlogin__res h6 {
  color: #222;
  font-size: 12px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--mainfonts);
  width: 70%;
}

@media (max-width: 1600px) {
  .popoutlogin__res h6 {
    font-size: 10px;
  }
}

@media (max-width: 1300px) {
  .popoutlogin__res h6 {
    font-size: 8px;
  }
}

@media (max-width: 1050px) {
  .popoutlogin__res h6 {
    font-size: 6px;
  }
}

.popoutlogin__res-title p {
  margin: 0;
  margin-bottom: 15px;
}

.popoutlogin__res-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--mainfonts);
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1600px) {
  .popoutlogin__res-input {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .popoutlogin__res-input {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .popoutlogin__res-input {
    font-size: 14px;
  }
}

.popoutlogin__res-input--box {
  width: 50%;
}

.popoutlogin__res-input p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--mainfonts);
  margin-bottom: 5px;
  text-align: start;
  width: 100%;
}

@media (max-width: 1600px) {
  .popoutlogin__res-input p {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .popoutlogin__res-input p {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .popoutlogin__res-input p {
    font-size: 10px;
  }
}

.popoutlogin__res-input p span {
  color: red;
}

.popoutlogin__res-input input {
  margin-bottom: 15px;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--mainfonts);
  height: 40px;
  width: 95%;
}

@media (max-width: 1600px) {
  .popoutlogin__res-input input {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .popoutlogin__res-input input {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .popoutlogin__res-input input {
    font-size: 10px;
  }
}

.popoutlogin__res-input--g {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 98%;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--mainfonts);
  height: 40px;
}

@media (max-width: 1600px) {
  .popoutlogin__res-input--g {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .popoutlogin__res-input--g {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .popoutlogin__res-input--g {
    font-size: 10px;
  }
}

.popoutlogin__res-input--g input {
  width: 100%;
  margin-top: 10px;
}

.popoutlogin__res-input--g i {
  margin-left: 10px;
  cursor: pointer;
}

.popoutlogin__res-input--g img {
  width: 150px;
}

.popoutlogin__dm {
  padding: 70px 20px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.popoutlogin__dm h3 {
  font-size: 32.5px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--mainfonts);
  color: #222;
}

@media (max-width: 1600px) {
  .popoutlogin__dm h3 {
    font-size: 30.5px;
  }
}

@media (max-width: 1300px) {
  .popoutlogin__dm h3 {
    font-size: 28.5px;
  }
}

@media (max-width: 1050px) {
  .popoutlogin__dm h3 {
    font-size: 26.5px;
  }
}

.popoutlogin__dm p {
  color: #222;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--mainfonts);
}

@media (max-width: 1600px) {
  .popoutlogin__dm p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .popoutlogin__dm p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .popoutlogin__dm p {
    font-size: 14px;
  }
}

.popoutlogin__dm h6 {
  color: #222;
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--mainfonts);
  width: 70%;
  margin-top: 20px;
}

@media (max-width: 1600px) {
  .popoutlogin__dm h6 {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .popoutlogin__dm h6 {
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  .popoutlogin__dm h6 {
    font-size: 12px;
  }
}

.popoutlogin__dm h6 span {
  color: red;
  cursor: pointer;
}

.popoutlogin__dm h6 span:hover {
  color: #ffee00;
}

.popoutlogin__dm-title p {
  margin: 0;
  margin-bottom: 15px;
}

.popoutlogin__dm-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--mainfonts);
  width: 100%;
}

@media (max-width: 1600px) {
  .popoutlogin__dm-input {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .popoutlogin__dm-input {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .popoutlogin__dm-input {
    font-size: 14px;
  }
}

.popoutlogin__dm-input p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--mainfonts);
  margin-bottom: 5px;
  text-align: start;
}

@media (max-width: 1600px) {
  .popoutlogin__dm-input p {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .popoutlogin__dm-input p {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .popoutlogin__dm-input p {
    font-size: 10px;
  }
}

.popoutlogin__dm-input p span {
  color: red;
}

.popoutlogin__dm-input input {
  margin-bottom: 15px;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--mainfonts);
  height: 40px;
}

@media (max-width: 1600px) {
  .popoutlogin__dm-input input {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .popoutlogin__dm-input input {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .popoutlogin__dm-input input {
    font-size: 10px;
  }
}

.popoutlogin__dm-input--g {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popoutlogin__dm-input--g input {
  width: 100%;
  margin-top: 10px;
}

.popoutlogin__dm-input--g i {
  margin-left: 10px;
  cursor: pointer;
}

.popoutlogin__dm-input--g img {
  width: 150px;
}

.popoutlogin__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.popoutlogin__btn {
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
  padding: 5px 0;
  width: -moz-calc( 100% - 30px);
  width: calc( 100% - 30px);
  background: #9c9c9c;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

.popoutlogin__btn:hover {
  background: #5d5d5d;
}

.popoutlogin__btn h5 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: var(--mainfonts);
  margin: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 1600px) {
  .popoutlogin__btn h5 {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .popoutlogin__btn h5 {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .popoutlogin__btn h5 {
    font-size: 14px;
  }
}

.popoutlogin__btn img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  max-width: none;
  width: 160%;
  height: 140%;
}

.awardcheck {
  text-align: start;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 40px;
}

.awardcheck label {
  margin-left: 5px;
}

.awardcheck p {
  font-size: 12px;
  margin: 0;
  padding-left: 25px;
  color: #666;
}

.awardcheck p a {
  color: red;
}
/*# sourceMappingURL=addnew.css.map */