/** Shopify CDN: Minification failed

Line 35:0 All "@import" rules must come first

**/
.slotMachineNoTransition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.slotMachineBlurFast {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.slotMachineBlurMedium {
   -webkit-filter: blur(3px);
    filter: blur(3px);
}

.slotMachineBlurSlow {
   -webkit-filter: blur(2px);
    filter: blur(2px);
}

.slotMachineBlurTurtle {
   -webkit-filter: blur(1px);
    filter: blur(1px);
}


/* custom css here */
  
@import url(https://fonts.googleapis.com/css?family=Roboto);

.discountapp-wrapper .main-color {
  color: #fff;
}
.discountapp-wrapper .alternate-color {
  color: #6C5726;
}
.discountapp-wrapper .slotMachine .slot{
  height:100px;
  height:90px;
}
 /*Casino*/

.discountapp-wrapper #casino .content:nth-child(1) {
  text-align: center;
  min-height: 700px;
  transform: scale(1.3,1.3);
}
#casino {
  padding: 0 5%;
}
.discountapp-wrapper.animation #casino {
  background-image : url(https://digitalninjaz.io/Slot_Machine/congrates.gif);
  background-image : url(https://digitalninjaz.io/Slot_Machine/coollogo_com-17708560.gif);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 75%;
}

.discountapp-wrapper .csino-content {
  position: relative;
}  
.discountapp-wrapper .csino-content img {
	position: absolute;
	z-index: 9;
	top: 145px;
	left: -115px;
	left: 36px;
	width: 446px !important;
	max-width: 100000px;
	height: 400px;
}
.discountapp-wrapper #casino .content > div {
	padding-top: 240px;
	padding-left: 73px;
	box-sizing: content-box;
	padding-right: 97px;
	width: 314px;
}
.discountapp-wrapper .machineContainer{
  padding: 5px 1px 5px 1px;
  height: 135px;
}
.discountapp-wrapper .slotMachine {
	width: 33.333%;
	border: 5px solid transparent;
	height: 100px;
	display: inline-block;
	margin-left: -4px;
}
/*custom css here */
.discountapp-wrapper .slotMachineContainer {
    margin-top: 50px;
}
.discountapp-wrapper .slotMachine {
   height: 200px;
}
.discountapp-wrapper .slotMachine .slot {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Lobster', cursive;
	color: #fff;
	text-shadow: 2px 2px 0px #231D0C;
	background-color: #6C5726;
	position: relative;
}
.discountapp-wrapper .slotMachine .slot::after {
  position: absolute;
  top: 5px;
  content: "";
  bottom: 5px;
  left: 4px;
  right: 5px;
  border-top: 2px solid #fff;
}
.discountapp-wrapper .discount {
  font-size: 25px;
  font-family: 'Lobster', cursive;
}
.discountapp-wrapper .off-wrap {
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  font-style: italic;
}
.discountapp-wrapper .prec, .off {
  display: block;
  line-height: 0.9em;
}
.discountapp-wrapper .prec {
  font-size: 25px;
  font-family: 'Lobster', cursive;
}
.discountapp-wrapper .off {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

.discountapp-wrapper {
  display: flex ;
  background-color: #51AAB9;
  width: 1000px;
  max-width: 100%;
    color: #6C5726;
    font-weight: 700;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    align-items: center;
   transform: translateX(-100%);
  
}
.discountapp-wrapper .discount-content-wrap {
  width: calc(100% - 494px);
}
.discountapp-wrapper .discount-form {
  padding: 10px 10px 10px 0;
  max-width: 500px;
  margin-top: 30px;
  position: relative;
}
.discountapp-wrapper .discount-form input::placeholder {
    opacity: 0.8;
  color : #fff;
}
.discountapp-wrapper .discount-content-wrap {
  padding: 20px;
  position: relative;
  min-height: 150px;
  z-index : 9;
  /*border : 2px dashed #364221*/
}
.discountapp-wrapper .discount-content-wrap .semibold{
  font-weight: 600;
/*   font-size : 16px; */
}
.discountapp-wrapper .discount-content-wrap .mainhead {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
  font-style: italic;
  text-shadow: 3px -1px 1px #2B351A;
  border-bottom: 2px dashed #6C5726;
}
.discountapp-wrapper .loader {
  display: inline-block;
  width: 100px;
  height: 100px !important;
  margin: 0 auto;
  border-radius: 50%;
  border: 8px dashed #6C5726;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: spin 2s linear infinite;
  transform: translate(-50% , -50%);
  display: none;
}

@keyframes spin {
    0% { transform: translate(-50% , -50%) rotate(0deg);
         /*border: 5px dashed #6C5726;*/
     }
    100% { transform: translate(-50% , -50%) rotate(360deg);
         /*border: 5px dashed #453818;*/
     }
}
.discount-form  input {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: normal;
  padding: 6px 12px 6px;
  color :#6C5726;
  background-color: transparent;
  color: #fff;
  border: 2px solid #6C5726;
}
.discount-form  input::placeholder {
  font-weight: bold;
}
.discount-form button {
  background-color: #6C5726;
  color: #fff;
  padding: 10px 20px;
  border: none;
  width: 100%;
}
.discountapp-wrapper .title {
  font-size: 22px;
  margin-bottom: 15px;
}
.discountapp-wrapper .shopname {
  text-transform: capitalize;
}
.discountapp-wrapper .content p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
}
.discountapp-wrapper .notlucky{
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 25px;
}
.discountapp-wrapper .notlucky span{
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}
.discountapp-wrapper .notlucky span::after {
  position: absolute;
  content: "+";
  font-size: 40px;
  font-weight: 400;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  top: 50%;
  transition: all 0.2s linear 0s;
  font-family: 'open-sans';
}
.discountapp-wrapper .notlucky span:hover::after {
  transform: translateY(-50%) rotate(135deg);
}
.discountapp-wrapper.active {
  transform: translateX(0);
}
.discountapp-wrapper.activetransition {
  transition: transform 0.6s linear 0s !important;  
  }
.discountapp-wrapper .discount-content-after {
  display: none;
  transition : transform 0.2s linear 0s;
/*   transform : scale(1.05,1.05); */
}
.discountapp-wrapper .discount-form::after {
  position: absolute;
  top: -20px;
  left: 0;
  content: "Copied To ClipBoard";
  right: 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
   opacity: 0; 
  transition: all 1s linear 0s;
}
.discountapp-wrapper .discount-form.active::after {
   opacity: 1; 
}

/*timer*/
.discountapp-timer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  
  top: auto !important;
}
.discountapp-timer.closed {
  transform: translateY(200px);
/*   transition: none 2s linear 0s; */
}
.discountapp-timer.transition {  
  transition: all 0.75s linear 0s;
  }
.discountapp-timer-content {
  position: relative;
  padding: 10px;
  background-color: #51AAB9;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
.discountapp-timer .coupon-value {
  display: inline-block;
  padding: 5px 22px;
  margin: 0 15px;
  border: 1px dotted #fff;
  color: #6C5726;
  font-weight: 500;
}
.discountapp-timer .timecount {
  display: inline-block;
  background-color: rgba(255,255,255,0.25);
  padding: 3px 6px;
  margin: 0 0px;
}
.discountapp-timer .timecount.time-min {
  margin-left: 15px;
}
.discountapp-timer .close-timer {
  position: absolute;
  font-family: 'open-sans';
  font-size: 30px;
  right: 15px;
  transition: all 0.2s  linear 0s;
  cursor: pointer;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 12px;
}
.discountapp-timer .close-timer:hover {
  transform: rotate(135deg);
}
.discountapp-wrapper .gift-icon {
	position: absolute;
	top: 50%;
	left: auto;
	right: -56px;
	content: "";
	transform: translateY(-50%);
	width: 100px;
	height: 90px;
	background-color: #51AAB9;
	border-bottom-right-radius: 35px;
	border-top-right-radius: 35px;
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: end;
	padding:0 20px 0 45px;
    transition : all 0.2s linear 0s;

}
.discountapp-wrapper .gift-icon:hover {
	 transform: scale(1.1,1.1) translateY(-50%);
}
.discountapp-wrapper .gift-icon img {
  animation: spin2 5s linear infinite;
    transition : all 0.2s linear 0s;
}
  @keyframes spin2 {
    0% {
    transform: rotate(0deg);
    }
    25% {
   transform: rotate(-15deg);
    }
    50% {
   transform: rotate(0deg);
    }
    75% {
   transform: rotate(15deg);
    }
    100% {
   transform: rotate(0deg);
    }
  }
.overlaytest {
	position: absolute;
	top: 244px;
	bottom: 13px;
	width: 20%;
	z-index: 8;
	box-shadow: inset 0 40px 25px -35px #000,inset 0 -40px 25px -35px #000;
    
}
.overlaytest.overlaytest1 {  
  width: 73%;
  left: 51px;
  }
  .overlaytest.overlaytest2 {
	left: 37%;
}
  .overlaytest.overlaytest3 {
	left: 58%;
}
  .discountapp-wrapper::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	opacity: 0.1;
    z-index : -1;
	background-image: url(https://wheelio-a62f3.firebaseapp.com/img/themes/patric1_bg.png);
	background-size: contain;
}
.discountapp-wrapper::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  opacity: 0;
  z-index : -1;
  background-image: url(https://digitalninjaz.io/Slot_Machine/giphy.gif);
  background-image: url(https://digitalninjaz.io/Slot_Machine/firework.gif);
  background-size: cover;
  transition: opacity 0.2s linear 0s; 
}
.discountapp-wrapper.animation::before {
  opacity: 0.5;

}
 .gift-icon img {
	filter: invert(100%);
}

/* gdpr css */
.slotmachine-GDPR {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: #3B4045;
  color: #fff;
  opacity: 0.75;
  font-weight: 400;
    transition: all 0.2s linear 0s;
}
.slotmachine-GDPR a {
  color: #fff;
}
.slotmachine-GDPR-content {
  position: relative;
  padding-right: 24px;
}
.slotmachine-GDPR-close-btn {
  position: absolute;
  right: 25px;
  font-size: 36px;
  transform: rotate(45deg);
  top: -14px;
  cursor: pointer;
    transition : all 0.2s linear 0s;
}
.slotmachine-GDPR-close-btn:hover {
  transform: rotate(135deg);
}
.slotmachine-GDPR.gdpr-accepted {
  transform: translateY(100%);
}