/* IE is dumb. */

img {
  border: 0;
}

/* System */

div.tooltip.prize-info {
  position: absolute;
  background-color: lightgrey;
  display: none;
  z-index: 1000;
  text-align: center;
  padding: 15px;
  min-width: 100px;
}

div.tooltip.prize-info img {
  width: 80px;
  height: 80px;
  display: inline-block;
}

div.tooltip.prize-info p {
  margin: 2px;
  font-weight: bold;
}

/* Title */

h2.title {
  display: block;
  margin: 0;
  font-size: 12px;
}

/* Description */

p.description {
  margin-top: 0;
}

/* FAQ */

a.faq {
  background: url("//images.neopets.com/games/pages/buttons/help.png") no-repeat
    scroll 0 0 transparent;
  bottom: 2px;
  float: right;
  height: 30px;
  position: relative;
  width: 30px;
}

a.faq:hover {
  background-position: 0px -31px;
}

/* Canvas */

div.canvas {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/bg.jpg)
    no-repeat;
  width: 980px;
  height: 900px;
  position: relative;
}

/* Header */

div.canvas h1.header {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/headers/hauntedmansion.png)
    no-repeat;
  width: 533px;
  height: 152px;
  position: relative;
  margin: 0;
  top: 3%;
  left: 34px;
}

div.canvas h1.header.de {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/headers/haunted_hijinks_de.png)
    no-repeat;
}

div.canvas h1.header.es {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/headers/haunted_hijinks_es.png)
    no-repeat;
}

div.canvas h1.header.fr {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/headers/haunted_hijinks_fr.png)
    no-repeat;
}

div.canvas h1.header.nl {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/headers/haunted_hijinks_nl.png)
    no-repeat;
}

div.canvas h1.header.pt {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/headers/haunted_hijinks_pt.png)
    no-repeat;
}

div.canvas h1.header span {
  display: none;
}

/* Message */

div.canvas p.message {
}

/* Status */

div.canvas div.status {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/frame.png)
    no-repeat;
  position: absolute;
  width: 452px;
  height: 154px;
  right: 10px;
  top: 4%;
}

div.canvas div.status h2.menacing-mallets {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/headers/menacing_mallets.png)
    no-repeat;
  margin: 0 auto;
  width: 210px;
  height: 60px;
}

div.canvas div.status h2.menacing-mallets.de {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/headers/menacing_mallets_de.png)
    no-repeat;
}

div.canvas div.status h2.menacing-mallets.es {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/headers/menacing_mallets_es.png)
    no-repeat;
}

div.canvas div.status h2.menacing-mallets.fr {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/headers/menacing_mallets_fr.png)
    no-repeat;
}

div.canvas div.status h2.menacing-mallets.nl {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/headers/menacing_mallets_nl.png)
    no-repeat;
}

div.canvas div.status h2.menacing-mallets.pt {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/headers/menacing_mallets_pt.png)
    no-repeat;
}

div.canvas div.status h2.menacing-mallets span {
  display: none;
}

/* Status - Message */

div.canvas div.status p {
  color: white;
  margin: -15px 5px;
}

/* Status - Mallets Remaining */

div.canvas div.status div.remaining {
  position: absolute;
  top: 84px;
  right: 0;
  width: 100%;
  margin-top: -5%;
}

/* Status - Mallets Remaining (Label) */

div.canvas div.status div.remaining label {
  color: #fff;
  margin-left: 22%;
  font-size: 17px;
}

/* Status - Mallets Count */

div.canvas div.status div.remaining div.count {
  position: relative;
  color: white;
  display: inline-block;
  font-size: 20px;
  height: 28px;
  right: -2px;
  text-align: center;
  width: 35px;
  top: 2px;
  font-weight: bold;
}

/* Status - Purchase Buttons */

div.canvas div.status div.purchase-buttons {
  position: absolute;
  top: 115px;
  margin: -27px 51px;
  width: 350px;
  left: -4px;
}

div.canvas div.status div.purchase-buttons a span {
  display: none;
}

/* Status - Purchase Buttons - Purchase */

div.canvas div.status div.purchase-buttons a.purchase {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/buttons/purchase.png)
    no-repeat;
  display: inline-block;
  width: 170px;
  height: 80px;
}

div.canvas div.status div.purchase-buttons a.purchase.de {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/buttons/purchase_de.png)
    no-repeat;
}

div.canvas div.status div.purchase-buttons a.purchase.es {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/buttons/purchase_es.png)
    no-repeat;
}

div.canvas div.status div.purchase-buttons a.purchase.fr {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/buttons/purchase_fr.png)
    no-repeat;
}

div.canvas div.status div.purchase-buttons a.purchase.nl {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/buttons/purchase_nl.png)
    no-repeat;
}

div.canvas div.status div.purchase-buttons a.purchase.pt {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/buttons/purchase_pt.png)
    no-repeat;
}

div.canvas div.status div.purchase-buttons a.purchase:hover {
  background-position: 0 -80px;
}

/* Status - Purchase Buttons - Visit Mall */

div.canvas div.status div.purchase-buttons a.visit-mall {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/buttons/visit_the_ncmall.png)
    no-repeat;
  display: inline-block;
  width: 170px;
  height: 80px;
}

div.canvas div.status div.purchase-buttons a.visit-mall.de {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/buttons/visit_the_ncmall_de.png)
    no-repeat;
}

div.canvas div.status div.purchase-buttons a.visit-mall.es {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/buttons/visit_the_ncmall_es.png)
    no-repeat;
}

div.canvas div.status div.purchase-buttons a.visit-mall.fr {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/buttons/visit_the_ncmall_fr.png)
    no-repeat;
}

div.canvas div.status div.purchase-buttons a.visit-mall.nl {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/buttons/visit_the_ncmall_nl.png)
    no-repeat;
}

div.canvas div.status div.purchase-buttons a.visit-mall.pt {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/buttons/visit_the_ncmall_pt.png)
    no-repeat;
}

div.canvas div.status div.purchase-buttons a.visit-mall:hover {
  background-position: 0 -80px;
}

/* Tombstone Backgrounds */

div.window-bg {
  display: block;
  position: absolute;
  width: 980px;
  height: 270px;
  top: 302px;
}

div.window-bg div.overlay {
  width: 980px;
  height: 270px;
}

/* Popups */
div.popup-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.5 !important;
  background-color: black;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
}

div.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 452px;
  margin-left: -225px;
  z-index: 10001;
  color: #f4ffff;
}

div.popup.larger {
  margin-left: -375px;
}

div.popup a {
  color: lightblue;
}

div.popup div.body {
  width: 100%;
  height: 297px;
  margin: 58px 0;
  overflow: hidden;
}

div.popup img.nc-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

div.popup.nc img.nc-icon {
  display: block;
}

div.popup.disabled {
  opacity: 0.7;
}

div.popup div.disable {
  display: none;
}

div.popup.disabled div.disable {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
}

/* Popup Edges */
div.popup div.edge {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/popup.png);
  position: absolute;
}

div.popup div.edge.ne,
div.popup div.edge.nw,
div.popup div.edge.n {
  top: 0;
  height: 58px;
}

div.popup div.edge.nw {
  left: 0;
  background-position: -110px 0;
  width: 54px;
}

div.popup div.edge.ne {
  right: 0;
  background-position: -956px 0;
  width: 50px;
}

div.popup div.edge.n {
  left: 54px;
  width: 348px;
  background-position: -164px 0;
}

div.popup div.edge.se,
div.popup div.edge.sw,
div.popup div.edge.s {
  bottom: 0;
  height: 58px;
}

div.popup div.edge.sw {
  left: 0;
  background-position: -110px -96px;
  width: 54px;
}

div.popup div.edge.se {
  right: 0;
  background-position: -956px -96px;
  width: 50px;
}

div.popup div.edge.s {
  left: 54px;
  width: 348px;
  background-position: -164px -96px;
}

div.popup div.edge.w {
  height: 100%;
  width: 52px;
  background-position: -55px -6px;
  position: relative;
  float: left;
}

div.popup div.edge.e {
  right: 0;
  height: 100%;
  width: 50px;
  background-position: -4px -6px;
  position: relative;
  float: right;
}

/* Popup Dialog */
div.popup-dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 452px;
  margin-top: -135px;
  margin-left: -171px;
  z-index: 10002;
  color: black;
  z-index: 10002;
}

div.popup-dialog div.edge {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/popup_confirm_bg.png);
  position: absolute;
}

div.popup-dialog div.edge.nw {
  left: 0;
  background-position: -58px 0;
  width: 25px;
  height: 35px;
}

div.popup-dialog div.edge.ne {
  right: 0;
  background-position: 35px 0;
  width: 25px;
  height: 35px;
}

div.popup-dialog div.edge.n {
  left: 25px;
  width: 402px;
  height: 35px;
  background-position: -164px 0;
}

div.popup-dialog div.edge.se,
div.popup-dialog div.edge.sw,
div.popup-dialog div.edge.s {
  bottom: 0;
  height: 35px;
}

div.popup-dialog div.edge.sw {
  left: 0;
  background-position: -58px -147px;
  width: 35px;
}

div.popup-dialog div.edge.se {
  right: 0;
  background-position: 45px -147px;
  width: 35px;
}

div.popup-dialog div.edge.s {
  left: 35px;
  width: 382px;
  background-position: -164px -147px;
}

div.popup-dialog div.edge.w {
  height: 100%;
  width: 17px;
  background-position: -33px 0;
  position: relative;
  float: left;
}

div.popup-dialog div.edge.e {
  right: 0;
  height: 100%;
  width: 15px;
  background-position: 0 0;
  position: relative;
  float: right;
}

div.popup-dialog div.body {
  width: 100%;
  height: 200px;
  margin: 35px 0;
  overflow: hidden;
}

div.popup-dialog div.content {
  text-align: center;
  float: left;
  height: 100%;
  position: relative;
  background-color: white;
  width: 406px;
}

/* Popup Sizes */
div.popup.small {
  margin-top: -142px;
}

div.popup.small div.body {
  height: 168px;
}

div.popup.medium {
  margin-top: -206px;
}

div.popup.medium div.body {
  height: 245px;
}

div.popup.long {
  margin-top: -298px;
}

div.popup.long div.body {
  height: 478px;
}

div.popup.large {
  margin-top: -232px;
  width: 555px;
}

div.popup.large div.edge.n,
div.popup.large div.edge.s {
  width: 451px;
}

div.popup.large div.content {
  width: 439px;
}

div.popup.large div.body {
  height: 349px;
}

div.popup.larger {
  margin-top: -232px;
  width: 755px;
}

div.popup.larger div.edge.n,
div.popup.larger div.edge.s {
  width: 651px;
}

div.popup.larger div.content {
  width: 639px;
}

div.popup.larger div.body {
  height: 349px;
}

/* Popup close button */
div.popup a.close {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/buttons/close_x.png);
  position: absolute;
  display: block;
  top: 7px;
  right: 0;
  width: 50px;
  height: 50px;
}

div.popup a.close:hover {
  background-position: 0 -50px;
}

div.popup a.close span {
  display: none;
}

/* Popup content */
div.popup div.content {
  text-align: center;
  float: left;
  height: 100%;
  position: relative;
  width: 336px;
  background-color: #425168;
}

/* Popup Buttons */
div.popup div.buttons a.btn,
div.popup-dialog div.buttons a.btn {
  background: url(//images.neopets.com/ncmall/2020/hauntedmansion/buttons/bg.png);
  display: inline-block;
  height: 57px;
  position: relative;
  top: auto;
  right: auto;
  width: 107px;
}

div.popup div.buttons a.btn:hover,
div.popup-dialog div.buttons a.btn:hover {
  background-position: 0 -57px;
}

div.popup div.buttons a.btn.green,
div.popup-dialog div.buttons a.btn.green {
}

div.popup div.buttons a.btn.red,
div.popup-dialog div.buttons a.btn.red {
  background-position: -107px 0;
}

div.popup div.buttons a.btn.red:hover,
div.popup-dialog div.buttons a.btn.red:hover {
  background-position: -107px -57px;
}

div.popup div.buttons a.btn.teal,
div.popup-dialog div.buttons a.btn.teal {
  background-position: -214px 0;
}

div.popup div.buttons a.btn.teal:hover,
div.popup-dialog div.buttons a.btn.teal:hover {
  background-position: -214px -57px;
}

div.popup div.buttons a.btn.teal.medium,
div.popup-dialog div.buttons a.btn.teal.medium {
  background-position: -321px 0;
  width: 147px;
}

div.popup div.buttons a.btn.teal.medium:hover,
div.popup-dialog div.buttons a.btn.teal.medium:hover {
  background-position: -321px -57px;
}

div.popup div.buttons a.btn.teal.large,
div.popup-dialog div.buttons a.btn.teal.large {
  background-position: -468px 0;
  width: 187px;
}

div.popup div.buttons a.btn.teal.large:hover,
div.popup-dialog div.buttons a.btn.teal.large:hover {
  background-position: -468px -57px;
}

div.popup div.buttons a.btn.teal.xlarge,
div.popup-dialog div.buttons a.btn.teal.xlarge {
  background-position: -655px 0;
  width: 227px;
}

div.popup div.buttons a.btn.teal.xlarge:hover,
div.popup-dialog div.buttons a.btn.teal.xlarge:hover {
  background-position: -655px -57px;
}

div.popup div.buttons a.btn span,
div.popup-dialog div.buttons a.btn span {
  display: none;
}

/* Popup Prizes */
div.popup ul.prize,
div.popup ul.prizes {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div.popup ul.prize li img,
div.popup ul.prizes li img {
  width: 80px;
  height: 80px;
  border: 1px solid black;
}

div.popup ul.prizes li {
  float: left;
}

div.popup ul.prizes li:last-child {
  float: right;
}

div.popup ul.prize li span,
div.popup ul.prizes li span {
  font-weight: bold;
  margin-top: 8px;
  display: inline-block;
  max-width: 165px;
}

/* Popup - Purchasing */
div.popup ul.openers {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  margin: 0 0 15px;
}

div.popup ul.openers li {
  background: url("//images.neopets.com/ncmall/2020/hauntedmansion/buttons/item_select.png");
  width: 210px;
  height: 170px;
  float: left;
}

div.popup ul.openers li.selected,
div.popup ul.openers li:hover {
  background-position: 0 -170px;
}

div.popup ul.openers li:last-child {
  float: right;
}

div.popup ul.openers li img {
  margin-top: 33px;
}

div.popup ul.openers li img.nc {
  width: 47px;
  height: 37px;
  position: absolute;
  margin-top: 80px;
  margin-left: -16px;
}

div.popup div.purchase.buttons {
  margin: 0 auto;
  width: 340px;
}

div.popup div.error {
  color: red;
}

#popup-password {
  display: block;
  float: left;
  margin-top: 17px;
  width: 210px;
}

#btn-buy {
  float: right;
}

/* Popup Dialog Confirm */
div.popup-dialog span.item-name,
div.popup-dialog span.item-price {
  font-weight: bold;
}

div.popup-dialog span.item-price {
  color: red;
}

/* Popup Congratulations */
div.popup img.nc-item {
  width: 47px !important;
  height: 37px !important;
  border: 0 !important;
  position: absolute;
  margin-top: 50px;
  margin-left: -25px;
}

/* Page Overwrites */
#templateLoginPopup {
  z-index: 10003 !important;
}

/*
* Window Style 
*/
#boxcontainer {
  margin-left: 6px;
  padding: 0;
  position: absolute;
  height: 623px;
  width: 87%;
  margin-top: 7%;
}

/* Window 0 or day 0 css - Start */
.box0waitingBox,
.box0available {
  width: 92px;
  height: 89px;
  cursor: pointer;
}

.i0 {
  left: 352px;
  top: 244px;
  position: absolute;
}

@-webkit-keyframes d0anim {
  from {
    background-position: -172px 0;
  }
  to {
    background-position: -1668px 0;
  }
}
@keyframes d0anim {
  from {
    background-position: -172px 0;
  }
  to {
    background-position: -1668px 0;
  }
}

.box0redeemedOOnd5fx {
  width: 88px;
  height: 88px;
  -webkit-animation: d0anim steps(17) 2s infinite;
  animation: d0anim steps(17) 2s infinite;
  cursor: pointer;
}

.box0redeemedOOnd5fx:hover {
  animation: 0;
  -webkit-animation: 0;
}
/* Window 0 or day 0 css - End */

/* Window 1 or day 1 css - Start */
.box1waitingBox,
.box1available {
  width: 74px;
  height: 86px;
  cursor: pointer;
}

.i1 {
  left: 551px;
  top: 304px;
  position: absolute;
}

@-webkit-keyframes d1anim {
  from {
    background-position: -150px 0;
  }
  to {
    background-position: -1187px 0;
  }
}
@keyframes d1anim {
  from {
    background-position: -150px 0;
  }
  to {
    background-position: -1187px 0;
  }
}

.box1redeemedX6XBgk1 {
  width: 73px;
  height: 86px;
  -webkit-animation: d1anim steps(14) 2s infinite;
  animation: d1anim steps(14) 2s infinite;
  cursor: pointer;
}

.box1redeemedX6XBgk1:hover {
  -webkit-animation: 0;
  animation: 0;
}
/* Window 1 or day 1 css - End */

/* Window 2 or day 2 css - Start */
.box2waitingBox,
.box2available {
  width: 80px;
  height: 88px;
  cursor: pointer;
}

.i2 {
  left: 450px;
  top: 245px;
  position: absolute;
}

@-webkit-keyframes d2anim {
  from {
    background-position: -160px;
  }
  to {
    background-position: -1200px;
  }
}
@keyframes d2anim {
  from {
    background-position: -160px;
  }
  to {
    background-position: -1200px;
  }
}

.box2redeemedd0poT5Y {
  width: 80px;
  height: 88px;
  -webkit-animation: d2anim 2s steps(13) infinite;
  animation: d2anim 2s steps(13) infinite;
  cursor: pointer;
}

.box2redeemedd0poT5Y:hover {
  -webkit-animation: 0;
  animation: 0;
}
/* Window 2 or day 2 css - End */

/* Window 3 or day 3 css - Start */
.box3waitingBox,
.box3available {
  width: 90px;
  height: 80px;
  cursor: pointer;
}

.i3 {
  left: 159px;
  top: 319px;
  position: absolute;
}

@-webkit-keyframes d3anim {
  from {
    background-position: -180px;
  }
  to {
    background-position: -1171px;
  }
}
@keyframes d3anim {
  from {
    background-position: -180px;
  }
  to {
    background-position: -1171px;
  }
}

.box3redeemedSjKCZdd {
  width: 90px;
  height: 80px;
  -webkit-animation: d3anim 2s steps(11) infinite;
  animation: d3anim 2s steps(11) infinite;
  z-index: 100;
  cursor: pointer;
}

.box3redeemedSjKCZdd:hover {
  -webkit-animation: 0;
  animation: 0;
}
/* Window 3 or day 3 css - End */

/* Window 4 or day 4 css - Start */
.box4waitingBox,
.box4available {
  width: 158px;
  height: 78px;
  cursor: pointer;
}

.i4 {
  left: 312px;
  top: 345px;
  position: absolute;
}

@keyframes d4anim {
  from {
    background-position: -313px;
  }
  to {
    background-position: -2528px;
  }
}
@-webkit-keyframes d4anim {
  from {
    background-position: -313px;
  }
  to {
    background-position: -2528px;
  }
}

.box4redeemedTvIdFxH {
  width: 158px;
  height: 78px;
  -webkit-animation: d4anim 2s steps(14) infinite;
  animation: d4anim 2s steps(14) infinite;
  cursor: pointer;
}

.box4redeemedTvIdFxH:hover {
  -webkit-animation: 0;
  animation: 0;
}
/* Window 4 or day 4 css - End */

/* Window 5 or day 5 css - Start */
.box5waitingBox,
.box5available {
  width: 78px;
  height: 100px;
  cursor: pointer;
}

.i5 {
  left: 686px;
  top: 494px;
  position: absolute;
}

@-webkit-keyframes d5anim {
  from {
    background-position: -157px;
  }
  to {
    background-position: -1248px;
  }
}
@keyframes d5anim {
  from {
    background-position: -157px;
  }
  to {
    background-position: -1248px;
  }
}

.box5redeemed79ETlz1 {
  width: 78px;
  height: 100px;
  -webkit-animation: d5anim 2s steps(14) infinite;
  animation: d5anim 2s steps(14) infinite;
  cursor: pointer;
}

.box5redeemed79ETlz1:hover {
  -webkit-animation: 0;
  animation: 0;
}
/* Window 5 or day 5 css - End */

/* Window 6 or day 6 css - Start */
.box6waitingBox,
.box6available {
  height: 85px;
  width: 82px;
  cursor: pointer;
}

.i6 {
  left: 493px;
  top: 389px;
  position: absolute;
}

@-webkit-keyframes d6anim {
  from {
    background-position: -183px;
  }
  to {
    background-position: -1010px;
  }
}
@keyframes d6anim {
  from {
    background-position: -183px;
  }
  to {
    background-position: -1010px;
  }
}

.box6redeemede68h7WX {
  width: 92px;
  height: 82px;
  -webkit-animation: d6anim 2s steps(9) infinite;
  animation: d6anim 2s steps(9) infinite;
  cursor: pointer;
}

.box6redeemede68h7WX:hover {
  -webkit-animation: 0;
  animation: 0;
}
/* Window 6 or day 6 css - End */

/* Window 7 or day 7 css - Start */
.box7waitingBox,
.box7available {
  width: 112px;
  height: 60px;
  cursor: pointer;
}

.i7 {
  left: 178px;
  top: 391px;
  position: absolute;
}

@-webkit-keyframes d7anim {
  from {
    background-position: -226px;
  }
  to {
    background-position: -1695px;
  }
}
@keyframes d7anim {
  from {
    background-position: -226px;
  }
  to {
    background-position: -1695px;
  }
}

.box7redeemed9mANgJJ {
  width: 113px;
  height: 60px;
  -webkit-animation: d7anim 2s steps(13) infinite;
  animation: d7anim 2s steps(13) infinite;
  cursor: pointer;
}

.box7redeemed9mANgJJ:hover {
  -webkit-animation: 0;
  animation: 0;
}
/* Window 7 or day 7 css - End */

/* Window 8 or day 8 css - Start */
.box8waitingBox,
.box8available {
  width: 68px;
  height: 80px;
  cursor: pointer;
}

.i8 {
  left: 648px;
  top: 353px;
  position: absolute;
}

@keyframes d8anim {
  from {
    background-position: -136px;
  }
  to {
    background-position: -1020px;
  }
}
@-webkit-keyframes d8anim {
  from {
    background-position: -136px;
  }
  to {
    background-position: -1020px;
  }
}

.box8redeemeda8U9T2S {
  width: 68px;
  height: 80px;
  -webkit-animation: d8anim 2s steps(13) infinite;
  animation: d8anim 2s steps(13) infinite;
  cursor: pointer;
}

.box8redeemeda8U9T2S:hover {
  -webkit-animation: 0;
  animation: 0;
}
/* Window 8 or day 8 css - End */

/* Window 9 or day 9 css - Start */
.box9waitingBox,
.box9available {
  width: 50px;
  height: 60px;
  cursor: pointer;
}

.i9 {
  left: 465px;
  top: 354px;
  position: absolute;
}

@-webkit-keyframes d9anim {
  from {
    background-position: -100px;
  }
  to {
    background-position: -501px;
  }
}
@keyframes d9anim {
  from {
    background-position: -100px;
  }
  to {
    background-position: -501px;
  }
}

.box9redeemedYGu4vpg {
  width: 50px;
  height: 60px;
  -webkit-animation: d9anim 2s steps(8) infinite;
  animation: d9anim 0.8s steps(8) infinite;
  cursor: pointer;
}

.box9redeemedYGu4vpg:hover {
  -webkit-animation: 0;
  animation: 0;
}
/* Window 9 or day 9 css - End */

/* Window 10 or day 10 css - Start */
.box10waitingBox,
.box10available {
  width: 71px;
  height: 86px;
  cursor: pointer;
}

.i10 {
  left: 623px;
  top: 512px;
  position: absolute;
}

@-webkit-keyframes d10anim {
  from {
    background-position: -141px;
  }
  to {
    background-position: -993px;
  }
}
@keyframes d10anim {
  from {
    background-position: -141px;
  }
  to {
    background-position: -993px;
  }
}

.box10redeemedd9eXbvf {
  width: 71px;
  height: 86px;
  -webkit-animation: d10anim 2s steps(12) infinite;
  animation: d10anim 2s steps(12) infinite;
  cursor: pointer;
}

.box10redeemedd9eXbvf:hover {
  -webkit-animation: 0;
  animation: 0;
}
/* Window 10 or day 10 css - End */

/* Window 11 or day 11 css - Start */
.box11waitingBox,
.box11available {
  width: 128px;
  height: 68px;
  cursor: pointer;
}

.i11 {
  left: 309px;
  top: 419px;
  position: absolute;
}

@-webkit-keyframes d11anim {
  from {
    background-position: -253px;
  }
  to {
    background-position: -1891px;
  }
}
@keyframes d11anim {
  from {
    background-position: -253px;
  }
  to {
    background-position: -1891px;
  }
}

.box11redeemedD8bLbdK {
  width: 126px;
  height: 68px;
  -webkit-animation: d11anim 2s steps(13) infinite;
  animation: d11anim 2s steps(13) infinite;
  cursor: pointer;
}

.box11redeemedD8bLbdK:hover {
  -webkit-animation: 0;
  animation: 0;
}
/* Window 11 or day 11 css - End */

/* Window 12 or day 12 css - Start */
.box12waitingBox,
.box12available {
  width: 134px;
  height: 84px;
  cursor: pointer;
}

.i12 {
  position: absolute;
  left: 187px;
  top: 496px;
}

@-webkit-keyframes d12anim {
  from {
    background-position: -268px;
  }
  to {
    background-position: -2009px;
  }
}
@keyframes d12anim {
  from {
    background-position: -268px;
  }
  to {
    background-position: -2009px;
  }
}

.box12redeemedj6kBBqq {
  width: 134px;
  height: 84px;
  -webkit-animation: d12anim 1s steps(13) infinite;
  animation: d12anim 1s steps(13) infinite;
  cursor: pointer;
}

.box12redeemedj6kBBqq:hover {
  -webkit-animation: 0;
  animation: 0;
}
/* Window 12 or day 12 css - End */

/* Window 13 or day 13 css - Start */
.box13waitingBox,
.box13available {
  width: 44px;
  height: 68px;
  cursor: pointer;
}

.i13 {
  left: 624px;
  top: 252px;
  position: absolute;
}

@-webkit-keyframes d13anim {
  from {
    background-position: -89px;
  }
  to {
    background-position: -620px;
  }
}
@keyframes d13anim {
  from {
    background-position: -89px;
  }
  to {
    background-position: -620px;
  }
}

.box13redeemedKOZvpR7 {
  width: 44px;
  height: 68px;
  -webkit-animation: d13anim 2s steps(12) infinite;
  animation: d13anim 2s steps(12) infinite;
  cursor: pointer;
}

.box13redeemedKOZvpR7:hover {
  -webkit-animation: 0;
  animation: 0;
}
/* Window 13 or day 13 css - End */

/* Window 14 or day 14 css - Start */
.box14waitingBox,
.box14available {
  width: 145px;
  height: 100px;
  cursor: pointer;
}

.i14 {
  left: 461px;
  top: 502px;
  position: absolute;
}

@-webkit-keyframes d14anim {
  from {
    background-position: -290px;
  }
  to {
    background-position: -2031px;
  }
}
@keyframes d14anim {
  from {
    background-position: -290px;
  }
  to {
    background-position: -2031px;
  }
}

.box14redeemedhJGBoY3 {
  width: 145px;
  height: 100px;
  -webkit-animation: d14anim 2s steps(12) infinite;
  animation: d14anim 2s steps(12) infinite;
  cursor: pointer;
}

.box14redeemedhJGBoY3:hover {
  -webkit-animation: 0;
  animation: 0;
}
/* Window 14 or day 14 css - End */

/* Window 15 or day 15 css - Start */
.box15waitingBox,
.box15available {
  width: 40px;
  height: 43px;
  cursor: pointer;
}

.i15 {
  left: 250px;
  top: 324px;
  position: absolute;
}

@-webkit-keyframes d15anim {
  from {
    background-position: -79px;
  }
  to {
    background-position: -399px;
  }
}
@keyframes d15anim {
  from {
    background-position: -79px;
  }
  to {
    background-position: -399px;
  }
}

.box15redeemedLS8Zsk1 {
  width: 40px;
  height: 43px;
  -webkit-animation: d15anim 2s steps(8) infinite;
  animation: d15anim 0.8s steps(8) infinite;
  cursor: pointer;
}

.box15redeemedLS8Zsk1:hover {
  -webkit-animation: 0;
  animation: 0;
}
/* Window 15 or day 15 css - End */

.ncmalltext {
  color: white;
  margin: 19px 36px !important;
  width: 81%;
  text-align: center;
  font-size: 14px;
}

.headingtxt {
  margin-top: -9%;
  margin-left: 21%;
  color: #fff;
  font-size: 31px;
  font-family: monospace;
  font-weight: bold;
}

.imgtxt {
  text-align: center;
  float: left;
  margin-left: 25px;
  width: 179px;
}

.bonus-text {
  display: inline-block;
  margin-top: 50px;
}

.bonusclaimed {
  list-style: none;
  padding: 0;
}
