body #lmModalOverlay .freespin {
  background-image: url(../images/wheels/bg.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 0;
  border: none;
  height: 625px;
  max-height: 96vh;
  overflow-y: auto;
}
@media (min-width: 375px) {
  body #lmModalOverlay .freespin {
    background-position: center bottom;
  }
}
@media (min-width: 1192px) {
  body #lmModalOverlay .freespin {
    background-position: center bottom;
    background-size: cover;
  }
}
@media (min-width: 1420px) {
  body #lmModalOverlay .freespin {
    height: 645px;
  }
}
@media (min-width: 1651px) {
  body #lmModalOverlay .freespin {
    height: 780px;
    background-position: center bottom;
    background-size: cover;
    max-height: 90vh;
  }
}
body #lmModalOverlay .freespin.freespinpopupmodal:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  left: 0;
  top: 0;
  z-index: 0;
}
body #lmModalOverlay .freespin #freespinmodal {
  position: relative;
}
body #lmModalOverlay .freespin .closelmmodal {
  color: #F00;
  background: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  width: 29px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  font-size: 0;
  background-size: contain;
}
body #lmModalOverlay .freespin object {
  height: 29px;
  width: 29px;
  position: absolute;
  right: 10px;
  top: 10px;
}
body #lmModalOverlay .freespin .form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) and (orientation: landscape) {
  body #lmModalOverlay .freespin .form {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body #lmModalOverlay .freespin .form ul.daily-list {
  height: auto !important;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.gap-list {
  gap: 10px;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.gap-list #successdiv {
  gap: 20px;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.gap-list #successdiv .daily-list-content h3 {
  margin-bottom: 1.5em;
  letter-spacing: 0px;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.gap-list #successdiv .list-information h3 {
  margin-bottom: 1em;
  letter-spacing: 0px;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.daily-win-wrap #youOwnDiv {
  margin-top: 1.2em;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.daily-win-wrap #youOwnDiv .daily-list-content h1 {
  color: #fff;
  font-weight: 900;
  font-size: 2em;
  text-align: center;
  margin: 0;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.daily-win-wrap #youOwnDiv .daily-list-content span.play-sm {
  color: #fff;
  font-size: 18px;
  display: block;
  padding-top: 10px;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.daily-win-wrap #youOwnDiv .daily-list-content h2.you-own-t {
  color: #fff;
  margin-bottom: 0.2em;
}
@media (min-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.daily-win-wrap #youOwnDiv .daily-list-content h2.you-own-t {
    margin-bottom: 0.5em;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.daily-win-wrap #youOwnDiv .jackpot-img-wrap {
  text-align: center;
}
@media (min-width: 360px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.daily-win-wrap #youOwnDiv .jackpot-img-wrap {
    position: relative;
    margin-top: 2rem;
  }
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.daily-win-wrap #youOwnDiv .jackpot-img-wrap::before {
    margin: 1.5em 0 2em;
    background-image: url(../images/wheels/frame-game.png);
    background-position: top;
    background-size: cover;
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -86px;
    background-repeat: no-repeat;
    max-height: 181%;
    background: transparent;
    display: none;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.daily-win-wrap #youOwnDiv .jackpot-img-wrap img {
  max-width: 90%;
  border-radius: 10px;
}
@media (min-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.daily-win-wrap #youOwnDiv .jackpot-img-wrap {
    margin: 3em 0 2.5em;
  }
}
@media (min-width: 360px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.daily-win-wrap #youOwnDiv .jackpot-img-wrap + .get-spins {
    margin-top: 4.5rem;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item {
  background-color: transparent;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item.terms-conditions-wrap {
  margin-top: 1em;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item {
  background-color: transparent;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #successdiv {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .logo-modal img {
  width: 55%;
}
@media (min-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .logo-modal img {
    width: 80%;
    margin-top: 5px;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item h2 {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  margin: 0 0 1rem 0;
  color: #FFCF2A;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-img {
  margin-top: 1.6rem;
  text-align: center;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-img img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 10px 0;
}
@media (max-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content {
    margin: 0 0 10px 0;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content h4 {
  color: #fff;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content h3 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: inherit;
  letter-spacing: 0px;
}
@media (max-width: 1650px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content h3 {
    margin: 0 0 0.5rem 0;
  }
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content h3.act-pop {
    margin-top: 10px;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content h3 span {
  color: #fff;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content p {
  color: #fff;
}
@media (max-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content p {
    font-size: 13px;
    margin: 8px 0;
  }
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content p:last-child {
    margin-top: 0;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content p.mb-0 {
  margin-bottom: 0;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content p.mt-10 {
  margin-top: 10px;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content p.error-text {
  color: #fff;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content p.error-text span {
  color: #fff;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content p span {
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1650px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content p span {
    margin-top: 5px;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content p:nth-child(2) span {
  margin-bottom: 5px;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content p:last-child {
  margin-bottom: 0px;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content a {
  color: #fe951f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content a:hover {
  color: #fc1354;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content .card-img-spins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.8em 0;
  max-height: 291px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content .card-img-spins img {
  max-height: 100%;
  width: auto;
  border-radius: 12px;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content .pending-spins-button {
  background: #93C913;
  color: #fff;
  font-size: 1em;
  padding: 12px;
  border-radius: 50px;
  text-transform: uppercase;
  margin-top: 1.5em;
  max-height: 41px;
  text-align: center;
  text-decoration: none;
  display: block;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .daily-list-content .pending-spins-button:hover {
  color: #fff;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information {
  background: rgba(0, 0, 0, 0.8);
  padding: 2em 1.2em;
}
@media (max-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information {
    padding: 1.2em 1.2em;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information h3 {
  color: #fff;
  font-weight: bold !important;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0.9em 0;
  letter-spacing: 0;
}
@media (min-width: 1292px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information h3 {
    margin: 0 0 0.5em 0;
  }
}
@media (min-width: 1420px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information h3 {
    margin: 0 0 0.9em 0;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information ul {
  padding-left: 0 !important;
  margin: 0;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information ul li {
  color: #fff;
  margin-bottom: 0.9em;
}
@media (min-width: 1292px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information ul li {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1420px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information ul li {
    margin-bottom: 0.9em;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information ul li a {
  text-decoration: underline;
  color: #fff !important;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information ul li a:hover {
  color: #fff !important;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information ul li span {
  font-weight: bold;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information ul li:last-child {
  margin-bottom: 0;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information .learn-more-link {
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information .learn-more-link {
    padding-top: 5px;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .list-information .learn-more-link span {
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
  padding: 0 10px;
  font-weight: 600;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #termsConditionDiv .list-information ul {
  padding-left: 20px !important;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #successdiv .list-information {
  margin-top: 0.5rem;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #successdiv .list-information ul {
  padding-left: 20px !important;
}
@media (min-width: 1292px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #successdiv .list-information {
    margin-top: 0rem;
  }
}
@media (min-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #successdiv .list-information {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .get-spins#countdown {
  background: #808080;
  color: #fff;
  font-size: 1em;
  padding: 12px;
  border-radius: 50px;
  text-transform: uppercase;
  margin-top: 1em;
}
@media (min-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .get-spins#countdown {
    margin-top: 1.5em;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .get-spins#countdown {
  max-height: 41px;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .get-spins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1292px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .get-spins {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1420px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .get-spins {
    margin-top: 1rem;
  }
}
@media (min-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .get-spins {
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .get-spins {
    margin-bottom: 10px;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .get-spins p {
  color: #000;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .get-spins a {
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#cb9801), to(#006838));
  background: linear-gradient(to right, #cb9801 0%, #006838 100%);
  color: #ffffff;
  min-width: 152px;
  font-weight: 800;
  font-family: "Roboto", sans-serif !important;
}
@media (min-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .get-spins a {
    font-size: 1.2em;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .get-spins a:hover {
  font-family: "Roboto", sans-serif !important;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .get-spins a.disabled {
  cursor: not-allowed !important;
  background-color: #808080;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item .get-spins.depositenowButton a {
  background: -webkit-gradient(linear, left top, right top, from(#cb9801), to(#006838));
  background: linear-gradient(to right, #cb9801 0%, #006838 100%);
  color: #fff;
}
@media (min-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #termsConditionDiv .get-spins {
    margin-top: 3rem;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .list-information {
  background: transparent;
  padding: 0;
}
@media (max-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .list-information {
    margin-top: 0.8rem;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .list-information h3 {
  text-align: center;
  letter-spacing: 0px;
}
@media (min-width: 1292px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .list-information h3 {
    margin: 0 0 0.5em 0;
  }
}
@media (max-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .list-information h3 {
    margin-bottom: 0.5em;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .list-information ul li {
  text-align: center;
  list-style: none;
}
@media (min-width: 1292px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .list-information ul li {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .list-information ul li {
    margin-bottom: 0.5em;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .list-information ul li:nth-child(n+2) {
  display: none;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv canvas {
  width: 100%;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0 !important;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv a,
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv a:hover {
  text-decoration: none;
  border: none;
  cursor: pointer;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .wrap {
  width: 320px;
  position: relative;
  height: auto;
  overflow: hidden !important;
  background-color: #595868;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .app {
  position: relative;
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto 0;
  background: url("../images/wheels/wheel-bg.png?v=12") center top/contain no-repeat;
  background-size: 110%;
  background-position: center;
}
@media (min-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .app {
    max-width: 357px;
    max-height: 357px;
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .spin-subheader {
  width: 100%;
  font-size: 15px;
  padding: 10px 20px;
  text-align: center;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .wheel-info {
  width: 100%;
  font-size: 12px;
  padding: 5px 34px 16px;
  text-align: center;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .deposit-text {
  width: 100%;
  margin: 0;
  font-size: 12px;
  padding: 5px 34px 5px;
  text-align: left;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .learn-more {
  width: 100%;
  font-size: 13px;
  text-align: center;
  color: rgb(59, 163, 201);
  display: inline-block;
  line-height: 12px;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .spin-btn {
  width: 100%;
  max-width: 280px;
  height: 40px;
  background-color: #819fc1;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  display: block;
  margin: 10px auto 20px;
  border: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv button[disabled] {
  cursor: not-allowed;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .deposit-btn {
  cursor: pointer;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .spin-btn .disabled {
  cursor: not-allowed;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100px;
  max-height: 100px;
  z-index: 1;
}
@media (max-width: 1650px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .center {
    max-width: 87px;
    max-height: 87px;
  }
}
@media (max-width: 350px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .center {
    max-width: 88px;
    max-height: 88px;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .wining-bg {
  position: absolute;
  top: 4px;
  left: 7px;
  width: 100%;
  height: 150px;
  z-index: 0;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .wining-bg .selecte-5 {
  background-image: url(../images/wheels/selecte-5.png);
  width: 97%;
  height: 157px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: 0.5;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .wining-bg .selecte-4 {
  background-image: url(../images/wheels/selecte-4.png);
  width: 97%;
  height: 157px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: 0.5;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .wining-bg .selecte-3 {
  background-image: url(../images/wheels/selecte-3.png);
  width: 100%;
  height: 157px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-left: -6px;
  margin-top: -3px;
  opacity: 0.5;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .wining-bg .selecte-2 {
  background-image: url(../images/wheels/selecte-2.png);
  width: 100%;
  height: 157px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-left: -6px;
  margin-top: -2px;
  opacity: 0.5;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .center button {
  display: block !important;
  margin: auto;
  background: rgba(0, 0, 0, 0);
  border: none;
  width: 80%;
  max-width: 100%;
  height: 90%;
  background-image: url(../images/wheels/btn-spin.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  cursor: pointer;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .center .disabled {
  cursor: not-allowed;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .onclickedbutton {
  background-position: center bottom !important;
  width: 82% !important;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .zoonInOut {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: zoonInOut 2s infinite;
  animation: zoonInOut 2s infinite;
}
@-webkit-keyframes zoonInOut {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes zoonInOut {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .top {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-animation-name: FadeInOut;
  animation-name: FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .terms-condition {
  color: #ffffff;
  max-width: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .terms-condition .form-group {
  display: block;
  margin-top: 15px;
  font-size: 12px;
}
@media (max-width: 1651px) {
  body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .terms-condition .form-group {
    margin-top: 8px;
  }
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .terms-condition .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .terms-condition .form-group label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .terms-condition .form-group label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  content: " ";
  border-radius: 4px;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .terms-condition .form-group label:after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 3px;
  content: " ";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .terms-condition .form-group input:checked + label:after {
  opacity: 1;
  border: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: none;
  border-right: none;
}
body #lmModalOverlay .freespin #dfswheels.daily-list .daily-list-item #spindiv .terms-condition .form-group #errorcheck {
  color: #fff;
  margin-top: 5px;
}
body .dailyfreespins .button a {
  color: #fff;
  text-decoration: none;
}

#successWheelmsg {
  margin: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#successWheelmsg span.zoom {
  -webkit-animation: zoom-in-zoom-out 1s ease infinite;
          animation: zoom-in-zoom-out 1s ease infinite;
  color: #fab600 !important;
  font-size: 1.3em !important;
  margin: 0.6em 0 0.5em 0 !important;
}
#successWheelmsg span {
  color: #fff !important;
  margin: 5px 0 0 0 !important;
  text-align: center;
}

#loyalty #countdown1 {
  background: #808080;
  color: #fff;
  font-size: 1em;
  padding: 12px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 1em;
}
@media (min-width: 1651px) {
  #loyalty #countdown1 {
    margin-top: 1.5em;
  }
}
#loyalty #countdown1 {
  max-height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}
@media screen and (max-width: 460px) {
  #loyalty #countdown1 {
    width: 100%;
    font-size: 10px;
  }
}

#commonHeader .main .quickbuttons .qb_freespins.linkdisable {
  position: relative;
  cursor: not-allowed;
}
#commonHeader .main .quickbuttons .qb_freespins.linkdisable:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent;
  left: 0;
  top: 0;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
#get-spins {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  /* Define transition property */
}

#terms-condition {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  /* Define transition property */
}

.pyro {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.pyro > .before,
.pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
          box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    -webkit-box-shadow: 142px 69.3333333333px #ff0091, 63px -107.6666666667px #ffd900, 117px -302.6666666667px #00a6ff, -66px -272.6666666667px yellow, -56px -362.6666666667px #a2ff00, -240px -223.6666666667px #00ff62, 40px -48.6666666667px #00ff9d, 193px -259.6666666667px #00c4ff, 164px -260.6666666667px #ff8400, -89px -99.6666666667px #8400ff, 78px -198.6666666667px #00ff37, 237px -52.6666666667px #0033ff, -176px -11.6666666667px #2200ff, 13px -253.6666666667px #00ff6a, -140px -244.6666666667px #ddff00, 166px -225.6666666667px #ff4d00, -6px -87.6666666667px #bbff00, 229px -181.6666666667px #aa00ff, -136px -331.6666666667px #00ff59, -49px -185.6666666667px #ff00d0, -127px -398.6666666667px #8000ff, -98px -407.6666666667px #ff0037, 35px -301.6666666667px #ff0026, 207px -263.6666666667px #00ffd0, 96px 67.3333333333px #0095ff, 198px -326.6666666667px #ff00aa, 140px -324.6666666667px #00ff9d, -28px -149.6666666667px #ff5100, -23px -381.6666666667px #aaff00, 81px 0.3333333333px #4d00ff, -130px -55.6666666667px #ff0051, -1px -330.6666666667px #00fff2, -203px -282.6666666667px #5100ff, 82px -69.6666666667px #0080ff, -58px -76.6666666667px #ff0033, 111px 54.3333333333px #00ffbb, 208px 5.3333333333px #eeff00, 186px -234.6666666667px #77ff00, -66px -274.6666666667px #84ff00, -233px -157.6666666667px #00ffae, 84px -201.6666666667px #ff6200, -48px -205.6666666667px #e1ff00, -41px -251.6666666667px #3700ff, 78px -253.6666666667px #b700ff, 55px -160.6666666667px #006aff, -217px -189.6666666667px #c8ff00, -89px -148.6666666667px #008cff, 44px 15.3333333333px #ff5100, 165px -63.6666666667px #15ff00, -207px -221.6666666667px #ff00f2, -235px -98.6666666667px #ff00b3;
            box-shadow: 142px 69.3333333333px #ff0091, 63px -107.6666666667px #ffd900, 117px -302.6666666667px #00a6ff, -66px -272.6666666667px yellow, -56px -362.6666666667px #a2ff00, -240px -223.6666666667px #00ff62, 40px -48.6666666667px #00ff9d, 193px -259.6666666667px #00c4ff, 164px -260.6666666667px #ff8400, -89px -99.6666666667px #8400ff, 78px -198.6666666667px #00ff37, 237px -52.6666666667px #0033ff, -176px -11.6666666667px #2200ff, 13px -253.6666666667px #00ff6a, -140px -244.6666666667px #ddff00, 166px -225.6666666667px #ff4d00, -6px -87.6666666667px #bbff00, 229px -181.6666666667px #aa00ff, -136px -331.6666666667px #00ff59, -49px -185.6666666667px #ff00d0, -127px -398.6666666667px #8000ff, -98px -407.6666666667px #ff0037, 35px -301.6666666667px #ff0026, 207px -263.6666666667px #00ffd0, 96px 67.3333333333px #0095ff, 198px -326.6666666667px #ff00aa, 140px -324.6666666667px #00ff9d, -28px -149.6666666667px #ff5100, -23px -381.6666666667px #aaff00, 81px 0.3333333333px #4d00ff, -130px -55.6666666667px #ff0051, -1px -330.6666666667px #00fff2, -203px -282.6666666667px #5100ff, 82px -69.6666666667px #0080ff, -58px -76.6666666667px #ff0033, 111px 54.3333333333px #00ffbb, 208px 5.3333333333px #eeff00, 186px -234.6666666667px #77ff00, -66px -274.6666666667px #84ff00, -233px -157.6666666667px #00ffae, 84px -201.6666666667px #ff6200, -48px -205.6666666667px #e1ff00, -41px -251.6666666667px #3700ff, 78px -253.6666666667px #b700ff, 55px -160.6666666667px #006aff, -217px -189.6666666667px #c8ff00, -89px -148.6666666667px #008cff, 44px 15.3333333333px #ff5100, 165px -63.6666666667px #15ff00, -207px -221.6666666667px #ff00f2, -235px -98.6666666667px #ff00b3;
  }
}
@keyframes bang {
  to {
    -webkit-box-shadow: 142px 69.3333333333px #ff0091, 63px -107.6666666667px #ffd900, 117px -302.6666666667px #00a6ff, -66px -272.6666666667px yellow, -56px -362.6666666667px #a2ff00, -240px -223.6666666667px #00ff62, 40px -48.6666666667px #00ff9d, 193px -259.6666666667px #00c4ff, 164px -260.6666666667px #ff8400, -89px -99.6666666667px #8400ff, 78px -198.6666666667px #00ff37, 237px -52.6666666667px #0033ff, -176px -11.6666666667px #2200ff, 13px -253.6666666667px #00ff6a, -140px -244.6666666667px #ddff00, 166px -225.6666666667px #ff4d00, -6px -87.6666666667px #bbff00, 229px -181.6666666667px #aa00ff, -136px -331.6666666667px #00ff59, -49px -185.6666666667px #ff00d0, -127px -398.6666666667px #8000ff, -98px -407.6666666667px #ff0037, 35px -301.6666666667px #ff0026, 207px -263.6666666667px #00ffd0, 96px 67.3333333333px #0095ff, 198px -326.6666666667px #ff00aa, 140px -324.6666666667px #00ff9d, -28px -149.6666666667px #ff5100, -23px -381.6666666667px #aaff00, 81px 0.3333333333px #4d00ff, -130px -55.6666666667px #ff0051, -1px -330.6666666667px #00fff2, -203px -282.6666666667px #5100ff, 82px -69.6666666667px #0080ff, -58px -76.6666666667px #ff0033, 111px 54.3333333333px #00ffbb, 208px 5.3333333333px #eeff00, 186px -234.6666666667px #77ff00, -66px -274.6666666667px #84ff00, -233px -157.6666666667px #00ffae, 84px -201.6666666667px #ff6200, -48px -205.6666666667px #e1ff00, -41px -251.6666666667px #3700ff, 78px -253.6666666667px #b700ff, 55px -160.6666666667px #006aff, -217px -189.6666666667px #c8ff00, -89px -148.6666666667px #008cff, 44px 15.3333333333px #ff5100, 165px -63.6666666667px #15ff00, -207px -221.6666666667px #ff00f2, -235px -98.6666666667px #ff00b3;
            box-shadow: 142px 69.3333333333px #ff0091, 63px -107.6666666667px #ffd900, 117px -302.6666666667px #00a6ff, -66px -272.6666666667px yellow, -56px -362.6666666667px #a2ff00, -240px -223.6666666667px #00ff62, 40px -48.6666666667px #00ff9d, 193px -259.6666666667px #00c4ff, 164px -260.6666666667px #ff8400, -89px -99.6666666667px #8400ff, 78px -198.6666666667px #00ff37, 237px -52.6666666667px #0033ff, -176px -11.6666666667px #2200ff, 13px -253.6666666667px #00ff6a, -140px -244.6666666667px #ddff00, 166px -225.6666666667px #ff4d00, -6px -87.6666666667px #bbff00, 229px -181.6666666667px #aa00ff, -136px -331.6666666667px #00ff59, -49px -185.6666666667px #ff00d0, -127px -398.6666666667px #8000ff, -98px -407.6666666667px #ff0037, 35px -301.6666666667px #ff0026, 207px -263.6666666667px #00ffd0, 96px 67.3333333333px #0095ff, 198px -326.6666666667px #ff00aa, 140px -324.6666666667px #00ff9d, -28px -149.6666666667px #ff5100, -23px -381.6666666667px #aaff00, 81px 0.3333333333px #4d00ff, -130px -55.6666666667px #ff0051, -1px -330.6666666667px #00fff2, -203px -282.6666666667px #5100ff, 82px -69.6666666667px #0080ff, -58px -76.6666666667px #ff0033, 111px 54.3333333333px #00ffbb, 208px 5.3333333333px #eeff00, 186px -234.6666666667px #77ff00, -66px -274.6666666667px #84ff00, -233px -157.6666666667px #00ffae, 84px -201.6666666667px #ff6200, -48px -205.6666666667px #e1ff00, -41px -251.6666666667px #3700ff, 78px -253.6666666667px #b700ff, 55px -160.6666666667px #006aff, -217px -189.6666666667px #c8ff00, -89px -148.6666666667px #008cff, 44px 15.3333333333px #ff5100, 165px -63.6666666667px #15ff00, -207px -221.6666666667px #ff00f2, -235px -98.6666666667px #ff00b3;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
.test {
  background: rgba(0, 0, 0, 0.6);
}