* {
  margin: 0;
  padding: 0;
  font-family: "db_heavent";
}

:root {
  --yellow: #ffca05;
  --dark-blue: #2b2469;
  --light-blue: #eeedf3;
  --dark-grey: #656373;
  --lighter-dark-blue: #a7a4c6;
  --dark-blue-with-opacity: rgba(43, 36, 105, 0.16);
  --lighter-dark-blue-with-opacicty: rgba(167, 164, 198, 0.33);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  font-family: "db_heavent", Tahoma;
}

section {
  padding: 2rem 2rem;
}
#main-content .container {
  padding-top: 0;
}
.lotto-desktop-results {
  padding-bottom: 0rem;
}
.sad-emoji-container {
  width: 5rem;
  height: 5rem;
  display: block;
  position: relative;
}
.emoji-result-container {
  width: 3rem;
  height: 3rem;
  display: block;
  position: relative;
}
.emoji-result-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.sad-emoji-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.lotto-desktop-results,
.lotto-desktop {
  display: none;
}

.lotto-results {
  height: fit-content;
  /* background: url("../images/feature-bg-mobile.png") no-repeat top center; */
  background-size: cover;
  position: relative;
}
.result-content {
  background-color: var(--dark-blue);
  border-radius: 0px 0px 10px 10px;
}
.result-content:after {
  background: linear-gradient(
    to right,
    #f1e714 20%,
    #00ced9 20%,
    #00ced9 40%,
    #00c045 40%,
    #00c045 60%,
    #cf4ea0 60%,
    #cf4ea0 80%,
    #ff001f 80%,
    #ff001f 100%
  );
  position: absolute;
  content: "";
  height: 4px;
  right: 0;
  left: 0;
  top: 0;
}
.lotto-results:before {
  /* background: linear-gradient(
    to right,
    #f1e714 20%,
    #00ced9 20%,
    #00ced9 40%,
    #00c045 40%,
    #00c045 60%,
    #cf4ea0 60%,
    #cf4ea0 80%,
    #ff001f 80%,
    #ff001f 100%
  );
  position: absolute;
  content: "";
  height: 4px;
  right: 0;
  left: 0;
  top: 0; */
}

.lotto-results:after {
  background: linear-gradient(
    to right,
    #f1e714 20%,
    #00ced9 20%,
    #00ced9 40%,
    #00c045 40%,
    #00c045 60%,
    #cf4ea0 60%,
    #cf4ea0 80%,
    #ff001f 80%,
    #ff001f 100%
  );
  position: absolute;
  content: "";
  height: 4px;
  right: 0;
  left: 0;
  bottom: 0;
}

.first-prize {
  border-radius: 7px;
  margin: 2rem 0;
  background: #ffffff;
  border: 1px solid var(--dark-blue);
  box-shadow: 0px 0px 13px rgba(43, 36, 105, 0.52);
}

.first-prize-content .first-prize-header {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: var(--dark-blue);
  height: 43px;
}

.first-prize-header .first-prize-heading-primary {
  font-size: 24px;
  line-height: 29px;
  color: var(--dark-blue);
  z-index: 2;
}

.first-prize-header-yellow-bg {
  border-top-left-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--yellow);
  width: 132px;
  height: 44px;
  display: block;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

.first-prize .first-prize-heading-secondary {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.first-prize-result {
  padding: 1rem 0;
}

.first-prize-result-date {
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.02em;
  color: var(--dark-blue);
}

.first-prize-result-text {
  font-weight: 900;
  font-size: 64px;
  line-height: 77px;
  text-align: center;
  letter-spacing: 0.09em;
  color: var(--dark-blue);
}

.winning-number-checking-header {
  background: var(--dark-blue);
  padding: 0.3rem;
}

.prize {
  flex-basis: 33.33%;
  margin: 0.25rem;
  background: #ffffff;
  border: 0.6px solid var(--dark-blue-with-opacity);
  height: 130px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0.25rem 0;
}

.prize-highlighted {
  border: 0.6px solid var(--dark-blue);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.prize-text-highlighted {
  color: var(--dark-blue);
}

.prize-header-primary {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 17px;
  color: var(--dark-grey);
}

.prize-header-secondary {
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  opacity: 0.3;
}

.prize-result-text,
.prize-result-text-2digit {
  font-weight: bold;
  font-size: 40px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--dark-blue);
}

.prize-reward-text {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: var(--dark-grey);
}

.prize-result-text-2digit {
  line-height: 70px;
  font-size: 82px;
}

.reward-checking-heading-container {
  width: 100%;
}

.heading-primary {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: var(--dark-blue);
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.heading-primary:before,
.heading-primary:after {
  background-color: var(--yellow);
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.heading-primary:before {
  right: 0.2em;
  margin-left: -50%;
}

.heading-primary:after {
  left: 0.2em;
  margin-right: -50%;
}

.reward-checking-selection {
  width: 100%;
  position: relative;
}

.reward-checking-selection select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--light-blue);
  border-radius: 5px;
  height: 40px;
  width: 100%;
  text-indent: 25px;
  font-size: 22px;
  line-height: 26px;
  color: var(--dark-blue);
}

.reward-checking-selection:after {
  content: url("../images/arrow-down.svg");
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  padding: 0 20px;
}

.custom-input {
  text-indent: 25px;
  border: 1px solid var(--lighter-dark-blue);
  box-sizing: border-box;
  border-radius: 5px;
  height: 40px;
}
input::-webkit-input-placeholder{
  color: var(--dark-blue);
  font-size: 1.424rem;
  line-height: 1.55rem;
}
input:-moz-placeholder {
  color: var(--dark-blue);
  font-size: 1.424rem;
  line-height: 1.55rem;
}
.custom-input::placeholder {
  color: var(--dark-blue);
  font-size: 1.424rem;
  line-height: 1.55rem;
}


.custom-btn {
  background-color: var(--yellow);
  border-radius: 5px;
  height: 40px;
}

.custom-btn-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--dark-blue);
}

.winning-number {
  border-top: 6px solid var(--light-blue);
}

.winning-number-container {
  position: relative;
  border: 1px solid var(--dark-blue);
  box-sizing: border-box;
  margin-bottom: 2rem;
  border-radius: 5px;
}

.winning-number-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: var(--dark-blue);
  height: 100%;
  padding: 0.5rem 0;
}

.winning-number-heading {
  text-align: center;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
}

.winning-number-heading-container {
  position: relative;
}

.winning-number-heading-container:after {
  content: "";
  display: block;
  width: 84px;
  border-bottom: 4px solid var(--yellow);
}

.winning-number-subtitle {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.winning-number-bold {
  font-weight: bold;
}

.winning-number-subtitle-container:after {
  content: "";
  display: block;
  width: 84px;
  border-bottom: 4px solid var(--dark-blue);
}

.winning-number-result {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}

.winning-number-result-group {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.winning-number-result-text {
  padding: 0.5rem 0;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-blue);
  width: 20%;
}

.display-btn {
  background-color: var(--yellow);
  border-radius: 6px;
  width: 111px;
  position: absolute;
  left: 50%;
  height: 27px;
  transform: translate(-50%, -50%);
}

.previous-drawing {
  border-top: 6px solid var(--light-blue);
}

.previous-drawing-item {
  position: relative;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--lighter-dark-blue-with-opacity);
}

.previous-drawing-item:after {
  content: url("../images/arrow-right.svg");
  padding: 0.5rem 0;
  position: absolute;
  top: 0;
  right: 0;
}

.previous-drawing-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: var(--dark-blue);
}

.lost-result,
.won-result {
  z-index: 2;
  position: relative;
  border-radius: 7px;
  box-shadow: 0px 0px 13px rgba(43, 36, 105, 0.52);
}

.lost-result-header,
.won-result-header {
  border-radius: 5px 5px 0px 0px;
  /* padding: 1rem 0; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.lost-result-header {
  background: linear-gradient(116.41deg, #ff6b6b 4.6%, #ff4259 96.81%);
}

.won-result-header {
  background: linear-gradient(116.41deg, #69c68a 4.6%, #00c045 96.81%);
}

.lost-heading-primary,
.won-heading-primary {
  text-align: center;
  padding: 1rem 0;
  font-weight: bold;
  font-size: 43px;
  line-height: 51px;
  text-align: center;
  color: #ffffff;
}

.lost-result-content,
.won-result-content {
  z-index: -1;
  /* position: absolute;
  bottom: -140px; */
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  padding: 1rem 1.5rem;
  background-color: var(--dark-blue);
}

.won-result-content {
  /* bottom: -170px; */
}

.result-date {
  padding: 1.5rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.result-date-text {
  font-weight: 300;
  /* font-size: 24px; */
  color: #ffffff;
}

.lotto-number-text {
  font-weight: bold;
  font-size: 43px;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.reward {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.02em;
  /* text-align: center; */
  color: #ffffff;
}

.result-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.result,
.result-won {
  text-align: center;
  background: linear-gradient(133.34deg, #ff6b6b 4.6%, #ff4259 96.81%);
  border-radius: 35px;
  height: 25px;
  width: fit-content;
  padding: 0rem 0.75rem;
  line-height: 1.25rem;
}

.result-won {
  background: #19c255;
}

.result-text {
  margin: 0 auto;
  padding: 0;
  line-height: 25px;
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
}
.previous-drawing-open
  .previous-drawing-list
  .previous-drawing-item:nth-child(n + 7) {
  display: none;
}
.previous-drawing-open
  .previous-drawing-list.open
  .previous-drawing-item:nth-child(n + 7) {
  display: block;
}
.previous-drawing-list .previous-drawing-item:nth-child(n + 7) {
  display: none;
}
.previous-drawing-list.open .previous-drawing-item:nth-child(n + 7) {
  display: block;
}
@media (min-width: 480px) {
  
  .first-prize-content .first-prize-header {
    height: 50px;
  }

  .first-prize-header .first-prize-heading-primary {
    font-size: 30px;
    line-height: 33px;
  }

  .first-prize-header-yellow-bg {
    height: 50px;
    width: 180px;
  }

  .first-prize .first-prize-heading-secondary {
    font-size: 25px;
  }

  .first-prize-result-date {
    font-size: 30px;
  }

  .first-prize-result-text {
    font-size: 68px;
    line-height: 81px;
  }

  .prize {
    height: 150px;
  }

  .prize-header-primary {
    font-size: 20px;
    line-height: 23px;
  }

  .prize-result-text {
    font-size: 45px;
    line-height: 40px;
  }

  .prize-reward-text {
    font-size: 14px;
    line-height: 14px;
  }

  .prize-result-text-2digit {
    line-height: 75px;
    font-size: 87px;
  }

  .heading-primary {
    font-size: 40px;
    line-height: 50px;
  }

  .reward-checking-selection select {
    height: 50px;
    font-size: 30px;
    line-height: 35px;
  }

  .reward-checking-selection:after {
    line-height: 50px;
  }

  .custom-input {
    height: 50px;
  }

  .custom-input::placeholder {
    font-size: 30px;
    line-height: 30px;
  }

  .custom-btn {
    height: 50px;
  }

  .custom-btn-text {
    font-size: 30px;
    line-height: 30px;
  }

  .winning-number-heading {
    font-size: 37px;
    line-height: 30px;
  }

  .winning-number-subtitle {
    font-size: 30px;
    line-height: 27px;
  }

  .winning-number-result-text {
    font-size: 26px;
    line-height: 30px;
  }

  .display-btn {
    width: 200px;
  }

  .previous-drawing-text {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 600px) {
  .first-prize-content .first-prize-header {
    height: 60px;
  }

  .first-prize-header .first-prize-heading-primary {
    font-size: 37px;
    line-height: 40px;
  }

  .first-prize-header-yellow-bg {
    height: 60px;
    width: 240px;
  }

  .first-prize .first-prize-heading-secondary {
    font-size: 30px;
  }

  .first-prize-result-date {
    font-size: 35px;
  }

  .first-prize-result-text {
    font-size: 80px;
    line-height: 90px;
  }

  .prize {
    height: 170px;
  }

  .prize-header-primary {
    font-size: 30px;
    line-height: 32px;
  }

  .prize-result-text {
    font-size: 55px;
    line-height: 45px;
  }

  .prize-reward-text {
    font-size: 18px;
    line-height: 18px;
  }

  .prize-result-text-2digit {
    line-height: 85px;
    font-size: 95px;
  }

  .custom-btn-text {
    font-size: 35px;
    line-height: 35px;
  }

  .winning-number-heading {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 800px) {
  .first-prize-header-yellow-bg {
    height: 60px;
    width: 300px;
  }
}

@media (min-width: 1024px) {
  .lotto-results,
  .reward-checking,
  .winning-number,
  .previous-drawing {
    display: none;
  }

  .lotto-desktop-results,
  .lotto-desktop {
    display: block;
  }

  .lotto-desktop,
  .lotto-desktop-results {
    overflow: hidden;
    background-position: top center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    margin-left: 50%;
    background-color: #daebf3;
    transform: translate(-50%, 0px);
    padding:0;
    }

  }

  .lotto-desktop-container {
    position: relative;
    display: flex;
    background: white;
    width: 68%;
    margin-top: 0px!important;
  }

  .lotto-desktop-results-container {
    padding: 2rem;
    /* padding-bottom: 0rem; */
    padding-top: 10rem;
    /* max-width: 1280px; */
    margin: auto;
  }

  .lotto-desktop-result {
    flex: 2;
    padding: 2rem;
    border-right: 1px solid rgba(43, 36, 105, 0.29);
  }

  .lotto-desktop-heading {
    display: flex;
    justify-content: space-between;
  }

  .lotto-desktop-heading > .lotto-desktop-heading-primary,
  .lotto-desktop-heading > .lotto-desktop-heading-secondary {
    color: var(--dark-blue);
    font-size: 34px;
    line-height: 43px;
  }

  .lotto-desktop-heading > .lotto-desktop-heading-primary {
    font-weight: bold;
  }

  .reward-checking-desktop {
    padding: 2rem;
    flex: 1;
  }

  .first-prize {
    position: relative;
    z-index: 2;
    border-radius: 7px 7px 0px 0px;
  }

  .first-prize:after {
    background: linear-gradient(
      to right,
      #f1e714 20%,
      #00ced9 20%,
      #00ced9 40%,
      #00c045 40%,
      #00c045 60%,
      #cf4ea0 60%,
      #cf4ea0 80%,
      #ff001f 80%,
      #ff001f 100%
    );
    position: absolute;
    content: "";
    height: 4px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
  }

  .first-prize-content-container {
    display: flex;
    padding: 1rem 1.5rem;
  }

  .first-prize-content .first-prize-header {
    width: 100%;
    border-bottom-right-radius: 15px;
  }

  .first-prize-header-yellow-bg {
    width: 33%;
  }

  .first-prize-header .first-prize-heading-primary {
    font-size: 25px;
  }

  .first-prize-header .first-prize-heading-secondary-bold {
    font-weight: bold;
  }

  .first-prize-header .first-prize-heading-bold {
    font-size: 50px;
    font-weight: bold;
  }

  .first-prize .first-prize-heading-secondary {
    font-size: 1.424rem;
  }

  .first-prize-description {
    width: 100%;
  }

  .first-prize-result-date {
    font-size: 26px;
    letter-spacing: 0.02em;
    color: var(--dark-grey);
    line-height: 31px;
  }

  .first-prize-result-text {
    font-weight: 900;
    font-size: 3rem;
    line-height: 89px;
    letter-spacing: 0.09em;
  }

  .prize-header-primary {
    font-weight: bold;
    font-size: 20px;
    line-height: 17px;
  }

  .prize-result-text {
    font-weight: 900;
    font-size: 3rem;
    line-height: 1.5rem;

  }

  .prize-reward-text {
    font-size: 13px;
    line-height: 9px;
  }

  .winning-number-header {
    justify-content: space-between;
    padding: 0.5rem 2rem;
    position: relative;
  }

  .winning-number-heading-container {
    position: static;
  }

  .winning-number-heading-container:after {
    border-bottom: none;
    background-color: var(--yellow);
    width: 27px;
    height: 4px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .heading-primary {
    font-size: 25px;
  }

  .winning-number-heading {
    font-size: 23px;
  }

  .winning-number-subtitle {
    font-size: 20px;
  }

  .display-btn {
    border-radius: 60px;
    width: 130px;
    height: 35px;
  }
  .et_right_sidebar #main-content .container:before {
    right: auto !important;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .custom-btn-text {
    font-size: 23px;
  }

  .reward-checking-selection select {
    font-size: 25px;
  }

  .previous-drawing-text {
    font-size: 25px;
  }

  .lost-result,
  .won-result {
    height: 300px;
  }

  .lost-result-header,
  .won-result-header {
    height: 100%;
    flex-direction: row;
    justify-content: center;
  }

  .sad-emoji-container {
    margin: 0 2rem;
  }

  .lost-heading-primary,
  .won-heading-primary {
    font-size: 90px;
  }

  .lost-result-content,
  .won-result-content {
    display: flex;
    height: fit-content;
    /* bottom: -170px; */
  }

  .lost-result-content:after,
  .won-result-content:after {
    background: linear-gradient(
      to right,
      #f1e714 20%,
      #00ced9 20%,
      #00ced9 40%,
      #00c045 40%,
      #00c045 60%,
      #cf4ea0 60%,
      #cf4ea0 80%,
      #ff001f 80%,
      #ff001f 100%
    );
    position: absolute;
    content: "";
    height: 10px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
  }

  .lost-result-content-container,
  .won-result-content-container {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .lost-result-content-title-text,
  .won-result-content-title-text {
    font-weight: bold;
    font-size: 40px;
    line-height: 53px;
    text-align: center;
    color: #ffffff;
  }

  .lost-result-date-text,
  .won-result-date-text {
    font-size: 43px;
    line-height: 58px;
    text-align: center;
    color: #ffffff;
  }

  .result-wrapper {
    display: flex;
    align-items: center;
  }

  .result-container {
    flex: 2;
  }

  .result,
  .result-won {
    width: fit-content;
    height: 48px;
    padding: 0rem 1rem;
  }

  .result-text {
    font-size: 28px;
    line-height: 48px;
  }

  .lotto-number-text {
    line-height: 2rem;
    letter-spacing: 0.04em;
  }

  .reward {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.02em;
  }

  .lotto-desktop-results-checking-container {
    /* margin-top: 9rem; */
    display: flex;
    background: white;
    padding: 2rem;
    /* padding-bottom: 0rem; */
  }

  .lotto-desktop-results-checking-container > .reward-checking-desktop,
  .lotto-desktop-results-checking-container > .previous-drawing-desktop {
    flex: 1;
  }

  .lotto-desktop-results-checking-container > .reward-checking-desktop {
    padding-top: 0;
  }
}

@media (min-width: 1280px) {
  .lotto-desktop-heading > .lotto-desktop-heading-primary,
  .lotto-desktop-heading > .lotto-desktop-heading-secondary {
    color: var(--dark-blue);
    font-size: 44px;
    line-height: 53px;
  }

  .first-prize-result-date {
    /* font-size: 35px; */
  }

  .first-prize-result-text {
    font-size: 80px;
  }

  .heading-primary {
    font-size: 35px;
  }

  .prize-header-primary {
    font-size: 25px;
  }

  .prize-result-text {
    font-weight: 900;
    font-size: 55px;
    line-height: 38px;
  }

  .prize-reward-text {
    font-size: 18px;
    line-height: 9px;
  }

  .prize-result-text-2digit {
    line-height: 85px;
    font-size: 105px;
  }

  .reward-checking-selection select {
    font-size: 35px;
  }

  .previous-drawing-text {
    font-size: 30px;
  }

  .lost-result-content-title-text,
  .won-result-content-title-text {
    font-size: 44px;
  }

  .lost-result-date-text,
  .won-result-date-text {
    font-size: 48px;
  }

  .lotto-desktop-results-checking-container {
    /* margin-top: 16rem; */
  }

  .lotto-desktop-results-checking-container > .reward-checking-desktop,
  .lotto-desktop-results-checking-container > .previous-drawing-desktop {
    padding: 0 5rem;
  }
}

@media (max-width: 1024px) {
  .page-template-page-template-include-basic
    .oxide-menu-container__controller-zone {
    height: 4rem;
  }
  .result-date {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page-template-page-template-include-basic .oxide-menu-container__hamburger {
    line-height: 4rem;
  }

  .page-template-page-template-include-basic .oxide-menu-container__search {
    line-height: 4rem;
  }

  .page-template-page-template-include-basic #oxideContainer {
    margin-top: 1rem;
  }
}

.place-hidden {
  height: 200px;
  overflow: hidden;
}

.place-hidden-m {
  height: 185px;
  overflow: hidden;
}
@media(max-width: 768px){
  .lotto-results{
    /* background: url("../images/ipad-feature.png"); */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .lotto-amount-results,
  .lotto-results-page {
    padding: 0;
    padding-top: 4rem;
    background: url("../images/v6.1/webbanner_left.jpg");
  }
  .first-prize {
    margin: 0 1.5rem;
  }
  .first-prize-content{
    padding-bottom: 40px;
  }
}
@media (max-width: 414px) {
  
  /* .lotto-amount-results,
  .lotto-results-page {
    padding-top: 10rem;
  } */
  .first-prize-content{
    padding-bottom: 0;
  }
  
  .lotto-number-text {
    font-size: 1.424rem;
  }
  .lotto-results-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .emoji-result-container {
    width: 2rem;
    height: 2rem;
  }
  .result-outer {
    padding: 1rem;
  }
  .lotto-results{
    /* background: url("../images/feature-bg-mobile-medium.png") no-repeat top center; */
  background-size: cover;
  background-color: white;
  }
  .first-prize .first-prize-heading-secondary{
    font-size: 1rem;
  }
  .lotto-results:before{
    margin-top: 7rem;
  }
}
@media (max-width: 375px) {
  
  .lotto-results-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lotto-results:before{
    margin-top: 6.9rem;
  }

}
@media (max-width: 320px) {
  /* .lotto-amount-results,
  .lotto-results-page {
    padding-top: 3rem;
  } */
  .lotto-results {
    /* background-image: url('../images/feature-bg-mobile-small.png'); */
    background-size: cover;
  }
  .lotto-amount-results {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lotto-amount-results .first-prize-heading-secondary {
    font-size: 1rem;
  }
  .emoji-result-container {
    margin-bottom: 0.5rem;
  }
  .lotto-number {
    flex-direction: column;
  }
  .lotto-results-page {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
