@charset "UTF-8";
@font-face {
  font-family: "SpeedeeArabic-Regular";
  src: local("☺"), url("../font/Speedee_A_Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SpeedeeArabic-Bold";
  src: local("☺"), url("../font/Speedee_A_Bd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: SpeedeeRegular;
  src: local("☺"), url("../font/Speedee_A_Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: SpeedeeBold;
  src: local("☺"), url("../font/Speedee_A_Bd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
  margin: 0;
  font-family: "SpeedeeArabic-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SpeedeeArabic-Bold";
  letter-spacing: 0.7px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: block;
}

.btn:focus,
a:focus,
a:hover,
button:focus,
input:focus {
  outline: 0;
}

.btn,
.btn.focus,
.btn:focus,
.btn:hover,
a,
a:focus,
a:hover {
  text-decoration: none;
}

#app,
.section,
body,
html {
  height: 100vh;
  margin: 0px;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}

html {
  font-family: sans-serif;
  font-family: "SpeedeeArabic-Regular";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0px;
  height: 100vh;
  transition: 0.4s linear;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: fixed;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol {
  counter-reset: section;
}

p {
  font-size: 16px;
  font-family: "SpeedeeArabic-Regular";
  line-height: 26px;
  margin: 12px 0;
}
p span {
  display: block;
}

img {
  max-width: 100%;
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after {
  clear: both;
}

b,
strong {
  font-weight: 700;
  font-family: "SpeedeeArabic-Bold";
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

button {
  background: transparent;
  border: 0;
}

.flex-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: #febb14;
  background-size: cover;
  background-repeat: no-repeat;
}
.flex-wrapper .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: initial;
  height: calc(100vh - 0px);
  margin-top: 0px;
}

.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flow-section {
  display: none;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}

.flow-section.current {
  display: flex;
  background-position-y: top;
}

.flow-section.sectionTnC.current {
  width: 100%;
}
.flow-section.sectionTnC.current .contentWrapper {
  width: 100%;
}
.flow-section.sectionTnC.current .contentWrapper .tnc__content {
  width: 100%;
  overflow-x: hidden;
}

#app,
.section,
body,
html {
  height: calc(var(--vh, 1vh) * 100);
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}

::-webkit-scrollbar:vertical {
  width: 4px;
}

::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}

.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 9999;
}

.corner-ribbon.sticky {
  position: fixed;
}

.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: initial;
}

.ar .corner-ribbon.top-right {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: initial;
}

.corner-ribbon.white {
  background: #f0f0f0;
  color: #555;
}

.corner-ribbon.black {
  background: #333;
}

.corner-ribbon.grey {
  background: #999;
}

.corner-ribbon.blue {
  background: #39d;
}

.corner-ribbon.green {
  background: #2c7;
}

.corner-ribbon.turquoise {
  background: #1b9;
}

.corner-ribbon.purple {
  background: #95b;
}

.corner-ribbon.red {
  background: #e43;
}

.corner-ribbon.orange {
  background: #e82;
}

.corner-ribbon.yellow {
  background: #ec0;
}

.container {
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  height: calc(100vh - 40px);
  z-index: 1;
  position: relative;
  padding: 15px 0px;
}

.android .container {
  height: calc(100vh - 40px);
}

.audio-toggle {
  position: absolute;
  width: 36px !important;
  height: 36px;
  top: 10px;
  right: 10px;
  border: 0;
  background: none;
  z-index: 9999999;
}
.audio-toggle button.audio-btn {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
  background-size: contain;
  background-color: transparent;
}
.audio-toggle button.audio-btn.audio-is-paused {
  background-image: url("../images/sound-off.png");
}
.audio-toggle button.audio-btn.audio-is-playing {
  background-image: url("../images/sound-on.png");
}

.btn-red {
  border: 0;
  width: 240px;
  max-width: 100%;
  height: 60px;
  border-radius: 41px;
  text-align: center;
  margin-top: 0;
  line-height: 60px;
}
.btn-red span {
  font-family: "SpeedeeArabic-Bold";
  text-transform: initial;
  height: 30px;
  font-size: 20px;
  letter-spacing: -0.21px;
  text-align: center;
}
.btn-red.btn-disabled {
  background: #898989 !important;
  pointer-events: none;
}
.btn-red.btn-disabled span {
  opacity: 0.3;
}

.android .btn-red {
  line-height: initial !important;
}

.screen-video .container {
  height: 100vh;
}
.screen-video .container video#media-video {
  height: 100%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .screen-video .container video#media-video {
    object-fit: contain;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .screen-video .container video#media-video {
    object-fit: contain;
  }
}

p span {
  display: block;
}
p a {
  color: #000000;
  font-family: "SpeedeeArabic-Bold";
  border-bottom: 1px solid #000000;
}

.swv_title {
  position: relative;
  height: 100vh;
}
.swv_title .campaign_title {
  position: absolute;
  top: 0px;
  left: 50px;
  font-size: 15px;
  line-height: 50px;
  text-transform: initial;
  height: 50px;
  font-family: "SpeedeeArabic-Regular";
  color: #000000;
}

.sectionLoader {
  height: 100vh;
  background-repeat: round;
  background-size: cover;
  background-repeat: no-repeat;
}
.sectionLoader .loaderWrap {
  height: 100vh;
  align-items: center;
  display: flex;
  margin: 0 auto;
}
.sectionLoader .loaderWrap p {
  color: #000000;
  font-family: "SpeedeeArabic-Bold";
  font-size: 32px;
  letter-spacing: -0.29px;
  line-height: 41px;
  text-align: center;
}
.sectionLoader .loaderWrap p span {
  display: inline-block;
  animation: blink 1s infinite;
}
.sectionLoader .loaderWrap .header img {
  width: 123px;
}
.sectionLoader .loaderWrap .loaderImg {
  position: relative;
}
.sectionLoader .loaderWrap .loaderImg img {
  width: 300px;
  width: 420px;
}
.sectionLoader .loaderSection {
  width: 100%;
}
.sectionLoader.story-board {
  background: #db0313;
}
.sectionLoader.story-board img.story-board {
  display: block;
  width: 100%;
}
.sectionLoader.story-board img.push-btn {
  display: none;
}
.sectionLoader.push-button {
  background: #d60008;
}
.sectionLoader.push-button .story-board {
  display: none;
}
.sectionLoader.push-button img.push-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionLoader.push-button img.push-btn {
    width: 360px;
    margin: 0 auto;
  }
}
.sectionLoader.push-button img.story-board {
  display: none;
}

@keyframes scaleanimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.screen-video .container {
  height: 100vh;
}
.screen-video .container video.media-video {
  height: 100%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .screen-video .container video.media-video {
    object-fit: contain;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .screen-video .container video.media-video {
    object-fit: contain;
  }
}

.tnc-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  z-index: 99;
}
.tnc-overlay h2 {
  color: #fff;
  font-size: 30px;
}

.sectionTnC {
  background-repeat: round;
  background-size: cover;
  background-repeat: no-repeat;
}
.sectionTnC .tncWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  padding: 15px;
}
.sectionTnC .tncWrapper .container {
  justify-content: center;
  height: auto;
  max-height: 100%;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}
.sectionTnC .tncWrapper .content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
.sectionTnC .tncWrapper .content h3 {
  word-break: break-word;
  font-family: "SpeedeeArabic-Bold";
  color: #000000;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 0;
  text-align: center;
  /* iPhone 11 Pro Max*/
  /* iPhone 12 / 12 Pro/ 12 Max*/
}
@media only screen and (min-device-width: 414px) and (min-device-height: 812px) {
  .sectionTnC .tncWrapper .content h3 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media only screen and (min-device-width: 390px) and (min-device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .sectionTnC .tncWrapper .content h3 {
    font-size: 48px;
    line-height: 48px;
  }
}
.sectionTnC .tncWrapper .content .contents {
  padding-top: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sectionTnC .tncWrapper .content .desc {
  flex: 1;
  height: auto;
  min-height: 0;
  overflow-y: auto;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 15px;
}
.sectionTnC .tncWrapper .content .desc p {
  word-break: break-word;
  text-align: left;
  letter-spacing: 0;
  line-height: 24px;
}



.android .sectionTnC .tncWrapper .container {
  height: auto;
  max-height: 100%;
}

.sectionTnC .tncWrapper .container .stickyBtn {
  position: static;
  margin: 0 auto 4px;
  width: 100%;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.top-bar .backButton img {
  width: auto;
  height: 20px;
}

.info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.info .headerLogo {
  height: 50px;
  width: 50px;
}
.info .top-left-icon {
  width: 104px;
}

.header_details {
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .header_details {
    margin-bottom: 10px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .header_details {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .header_details {
    margin-bottom: 0px;
  }
}
.header_details .header_title {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 15px;
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .header_details .header_title {
    margin-bottom: 12px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .header_details .header_title {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .header_details .header_title {
    margin-bottom: 12px;
  }
}
.header_details .header_title img {
  width: 50px;
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .header_details .header_title img {
    width: 40px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .header_details .header_title img {
    width: 40px;
  }
}
.header_details .header_title h3 {
  font-family: "SpeedeeArabic-Bold";
  font-size: 19px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
}
.header_details .header_title p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  color: #2D2D2D;
}

.content-header {
  width: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto 20px;
}
.content-header .left {
  width: 51%;
  padding-right: 5px;
}
.content-header .right {
  width: 165px;
  background: linear-gradient(90deg, #910063 0%, #db0007 40%, #e8720a 100%);
  border-radius: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  height: 50px;
}
.content-header .right p {
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  display: inline-block;
  color: #ffffff;
  text-align: left;
}
.content-header .right h4 {
  width: 50%;
  font-size: 35px;
  line-height: 44px;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-header .right img {
  width: 40px;
  height: 40px !important;
}
.content-header p {
  font-size: 16px;
  letter-spacing: -0.14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.sectionMainscreen {
  background-repeat: round;
  background-size: cover;
  background-repeat: no-repeat;
}
.sectionMainscreen .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}
.sectionMainscreen .container .content_wrapper {
  justify-content: initial;
  height: calc(100vh - 0px);
  margin-top: 0px;
  width: 100%;
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionMainscreen .banner {
    padding: 0px 15px;
  }
}
.sectionMainscreen .banner img {
  width: 100%;
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionMainscreen .banner img {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionMainscreen .banner img {
    width: 98%;
    margin: 0 auto;
  }
}
.sectionMainscreen .contentDesc {
  height: auto;
  overflow-y: scroll;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 15px;
  margin-top: 20px;
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionMainscreen .contentDesc {
    height: 12vh;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 390px) and (max-width: 844px) {
  .sectionMainscreen .contentDesc {
    height: 15vh;
    margin-top: 0px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-height: 800px) {
  .sectionMainscreen .contentDesc {
    height: 170px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionMainscreen .contentDesc {
    height: 15vh;
    margin-top: 10px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionMainscreen .contentDesc {
    height: 150px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .sectionMainscreen .contentDesc {
    height: 190px;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionMainscreen .contentDesc {
    height: 18vh;
    margin-top: 0px;
  }
}
.sectionMainscreen .contentDesc .instructionsWrap {
  margin: 0 auto;
  margin-bottom: 25px;
}
.sectionMainscreen .contentDesc h3 {
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.21px;
  line-height: 30px;
  text-align: center;
  margin: 0px 0px;
}
.sectionMainscreen .contentDesc p {
  text-align: center;
  margin: 5px 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}

.android .sectionMainscreen .contentDesc {
  height: auto;
}
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .android .sectionMainscreen .contentDesc {
    height: 18vh;
  }
}
@media only screen and (min-device-height: 740px) {
  .android .sectionMainscreen .contentDesc {
    height: 18vh;
  }
}
@media only screen and (min-device-height: 855px) {
  .android .sectionMainscreen .contentDesc {
    height: auto;
  }
}

.android .sectionRaffle .container .content_wrapper .raffleDesc, .sectionNopoints .container .content_wrapper .raffleDesc {
  height: 22vh;
}
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .android .sectionRaffle .container .content_wrapper .raffleDesc, .sectionNopoints .container .content_wrapper .raffleDesc {
    height: 22vh;
  }
}
@media only screen and (min-device-height: 740px) {
  .android .sectionRaffle .container .content_wrapper .raffleDesc, .sectionNopoints .container .content_wrapper .raffleDesc {
    height: 26vh;
  }
}
@media only screen and (min-device-height: 800px) {
  .android .sectionRaffle .container .content_wrapper .raffleDesc, .sectionNopoints .container .content_wrapper .raffleDesc {
    height: 30vh;
  }
}
@media only screen and (min-device-height: 850px) {
  .android .sectionRaffle .container .content_wrapper .raffleDesc, .sectionNopoints .container .content_wrapper .raffleDesc {
    height: auto;
  }
}

.sectionRaffle, .sectionNopoints {
  background-repeat: round;
  background-size: cover;
  background-repeat: no-repeat;
}
.sectionRaffle .container, .sectionNopoints .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}
.sectionRaffle .container .content_wrapper, .sectionNopoints .container .content_wrapper {
  justify-content: initial;
  height: calc(100vh - 0px);
  width: 100%;
}
.sectionRaffle .container .content_wrapper .banner, .sectionNopoints .container .content_wrapper .banner {
  position: relative;
}
.sectionRaffle .container .content_wrapper .banner img, .sectionNopoints .container .content_wrapper .banner img {
  width: 100%;
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionRaffle .container .content_wrapper .banner img, .sectionNopoints .container .content_wrapper .banner img {
    width: 98%;
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionRaffle .container .content_wrapper .banner img, .sectionNopoints .container .content_wrapper .banner img {
    width: 98%;
    margin: 0 auto;
  }
}
.sectionRaffle .container .content_wrapper .raffleDesc, .sectionNopoints .container .content_wrapper .raffleDesc {
  height: auto;
  overflow-y: scroll;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 15px;
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionRaffle .container .content_wrapper .raffleDesc, .sectionNopoints .container .content_wrapper .raffleDesc {
    height: 24vh;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionRaffle .container .content_wrapper .raffleDesc, .sectionNopoints .container .content_wrapper .raffleDesc {
    height: 27vh;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionRaffle .container .content_wrapper .raffleDesc, .sectionNopoints .container .content_wrapper .raffleDesc {
    height: 30vh;
  }
}
.sectionRaffle .container .content_wrapper .raffleDesc .content-header, .sectionNopoints .container .content_wrapper .raffleDesc .content-header {
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto 20px;
}
.sectionRaffle .container .content_wrapper .raffleDesc .content-header .left, .sectionNopoints .container .content_wrapper .raffleDesc .content-header .left {
  width: 51%;
  padding-right: 5px;
}
.sectionRaffle .container .content_wrapper .raffleDesc .content-header .right, .sectionNopoints .container .content_wrapper .raffleDesc .content-header .right {
  width: 165px;
  background: linear-gradient(90deg, #910063 0%, #db0007 40%, #e8720a 100%);
  border-radius: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  height: 50px;
}
.sectionRaffle .container .content_wrapper .raffleDesc .content-header .right p, .sectionNopoints .container .content_wrapper .raffleDesc .content-header .right p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  display: inline-block;
  color: #ffffff;
}
.sectionRaffle .container .content_wrapper .raffleDesc .content-header .right h4, .sectionNopoints .container .content_wrapper .raffleDesc .content-header .right h4 {
  font-size: 35px;
  line-height: 44px;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sectionRaffle .container .content_wrapper .raffleDesc .content-header .right img, .sectionNopoints .container .content_wrapper .raffleDesc .content-header .right img {
  width: 40px;
  height: 40px !important;
}
.sectionRaffle .container .content_wrapper .raffleDesc .content-header p, .sectionNopoints .container .content_wrapper .raffleDesc .content-header p {
  font-size: 16px;
  letter-spacing: -0.14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.sectionRaffle .container .content_wrapper .raffleDesc .slideWrap, .sectionNopoints .container .content_wrapper .raffleDesc .slideWrap {
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 12px 0px;
  margin-bottom: 25px;
}
.sectionRaffle .container .content_wrapper .raffleDesc .slideWrap .sliderContent .text, .sectionNopoints .container .content_wrapper .raffleDesc .slideWrap .sliderContent .text {
  font-size: 16px;
  font-family: "SpeedeeArabic-Regular";
}
.sectionRaffle .container .content_wrapper .raffleDesc .slideWrap .sliderContent span, .sectionNopoints .container .content_wrapper .raffleDesc .slideWrap .sliderContent span {
  display: inline-block;
  font-size: 24px;
  font-family: "SpeedeeArabic-Bold";
  letter-spacing: -0.21px;
  line-height: 30px;
}
.sectionRaffle .container .content_wrapper .raffleDesc .slideWrap .range-slider, .sectionNopoints .container .content_wrapper .raffleDesc .slideWrap .range-slider {
  width: 100%;
  position: relative;
  text-align: left;
  padding: 0px 15px;
}
.sectionRaffle .container .content_wrapper .raffleDesc .slideWrap .range-slider p span, .sectionNopoints .container .content_wrapper .raffleDesc .slideWrap .range-slider p span {
  display: inline-block;
}
.sectionRaffle .container .content_wrapper .raffleDesc .slideWrap .range-slider__range, .sectionNopoints .container .content_wrapper .raffleDesc .slideWrap .range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - 10px);
  height: 2px;
  border-radius: 1.5px;
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
  padding: 0;
  margin: 0;
}
.sectionRaffle .container .content_wrapper .raffleDesc .slideWrap .range-slider__range::-webkit-slider-thumb, .sectionNopoints .container .content_wrapper .raffleDesc .slideWrap .range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #DB0007;
}
.sectionRaffle .container .content_wrapper .raffleDesc .slideWrap .range-slider__range::-webkit-slider-thumb:hover, .sectionNopoints .container .content_wrapper .raffleDesc .slideWrap .range-slider__range::-webkit-slider-thumb:hover {
  background: #ffffff;
}
.sectionRaffle .container .content_wrapper .raffleDesc .slideWrap .range-slider__range:active::-webkit-slider-thumb, .sectionNopoints .container .content_wrapper .raffleDesc .slideWrap .range-slider__range:active::-webkit-slider-thumb {
  background: #ffffff;
}
.sectionRaffle .container .content_wrapper .raffleDesc .slideWrap .range-slider__range::-moz-range-thumb, .sectionNopoints .container .content_wrapper .raffleDesc .slideWrap .range-slider__range::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.sectionRaffle .container .content_wrapper .raffleDesc .slideWrap .range-slider__range::-moz-range-thumb:hover, .sectionNopoints .container .content_wrapper .raffleDesc .slideWrap .range-slider__range::-moz-range-thumb:hover {
  background: #ffffff;
}
.sectionRaffle .container .content_wrapper .raffleDesc .slideWrap .range-slider__range:active::-moz-range-thumb, .sectionNopoints .container .content_wrapper .raffleDesc .slideWrap .range-slider__range:active::-moz-range-thumb {
  background: #ffffff;
}
.sectionRaffle .container .content_wrapper .raffleDesc .slideWrap .range-slider__value, .sectionNopoints .container .content_wrapper .raffleDesc .slideWrap .range-slider__value {
  position: absolute;
  right: 20px;
  top: -10px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.29px;
  line-height: 34px;
  font-family: "SpeedeeArabic-Bold";
  box-sizing: border-box;
  height: 38px;
  width: 75px;
  border: 1px solid #C6C6C6;
  border-radius: 6px;
  padding: 0px;
  margin: 0px;
  padding-left: 5px;
  text-align: right;
}
.sectionRaffle .container .content_wrapper .autoHeight, .sectionNopoints .container .content_wrapper .autoHeight {
  height: auto;
  overflow: auto;
}
.sectionRaffle .container .content_wrapper .autoHeight .content-header, .sectionNopoints .container .content_wrapper .autoHeight .content-header {
  margin-bottom: 0px;
}
.sectionRaffle .container .content_wrapper .autoHeight .noPointsWrap h3, .sectionNopoints .container .content_wrapper .autoHeight .noPointsWrap h3 {
  font-size: 18px;
  line-height: 23px;
  word-break: break-word;
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionRaffle .container .content_wrapper .autoHeight .noPointsWrap p, .sectionNopoints .container .content_wrapper .autoHeight .noPointsWrap p {
    font-size: 11px;
  }
}
.sectionRaffle .container .content_wrapper .btn-reddish, .sectionNopoints .container .content_wrapper .btn-reddish {
  width: 300px;
  height: 60px;
  border: 1px solid #db0007;
  border-radius: 41px;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  font-family: "SpeedeeArabic-Bold";
}

.banner {
  position: relative;
}
.banner .content-header {
  position: absolute;
  top: 0;
  padding: 15px 0;
  right: 15px;
  width: auto;
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .banner .content-header {
    right: 12px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .banner .content-header {
    right: 12px;
  }
}
.banner .content-header .right {
  width: 165px;
  background: linear-gradient(90deg, #910063 0%, #db0007 40%, #e8720a 100%);
  border-radius: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 50px;
}
.banner .content-header .right p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  display: inline-block;
  color: #ffffff;
  width: 80px;
  text-align: left;
}
.banner .content-header .right h4 {
  font-size: 32px;
  letter-spacing: 0;
  text-align: right;
  color: #ffffff;
  display: inline-block;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .content-header .right img {
  width: 40px;
  height: 40px !important;
}

.sectionWentwrong {
  background-repeat: round;
  background-size: cover;
  background-repeat: no-repeat;
}
.sectionWentwrong .oopsWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  padding: 15px;
}
.sectionWentwrong .oopsWrap .content .header img {
  width: 220px;
}
.sectionWentwrong .oopsWrap .content .desc {
  width: 100%;
  padding: 0 10px;
  height: 45%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}
.sectionWentwrong .oopsWrap .content h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
}
.sectionWentwrong .oopsWrap .content p {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 25px;
}
.sectionWentwrong .oopsWrap .content .small {
  font-size: 16px;
  letter-spacing: -0.14px;
  line-height: 20px;
  width: 100%;
  padding: 0px 10px;
  word-break: break-word;
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionWentwrong .oopsWrap .content .small {
    font-size: 15px;
    line-height: 19px;
  }
}

.merchandiseLessPoint .container {
  justify-content: flex-start;
}

.hide {
  visibility: hidden;
  display: none;
}

@keyframes blink {
  to {
    opacity: 0;
  }
}
@keyframes scaleanimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.section-gameloader {
  height: 100%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 500ms all;
}
.popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: 1s all;
}
.ar .popup.is-visible {
  direction: ltr;
}

.is-visible .popup-container {
  transform: translate(-50%, -50%);
  transition: 500ms all;
}

.popup-container {
  transform: translate(-50%, -50%);
  transition: 500ms all;
  position: relative;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 9px;
  text-align: center;
  padding: 20px;
  width: 90%;
  left: 50%;
}
.popup-container .popup-close {
  position: absolute;
  top: 8px;
  font-size: 0;
  right: 8px;
  width: 30px;
  height: 30px;
  background-color: #727272;
  border-radius: 50px;
}
.popup-container .popup-close::before {
  content: "";
  position: absolute;
  top: 14px;
  width: 14px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.popup-container .popup-close::after {
  content: "";
  position: absolute;
  top: 14px;
  width: 14px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.popup-content {
  margin-top: 30px;
}
.popup-content p {
  color: #2D2D2D;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  padding-bottom: 30px;
}
.popup-content .btnWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.popup-content .btnWrap .btn-white {
  box-sizing: border-box;
  height: 60.37px;
  width: 115.09px;
  border: 1px solid #979797;
  border-radius: 41px;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  font-family: "SpeedeeArabic-Bold";
}
.popup-content .btnWrap .btn-reddish {
  height: 60.37px;
  width: 115.09px;
  border: 1px solid #db0007;
  border-radius: 41px;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  font-family: "SpeedeeArabic-Bold";
  background-color: #db0007;
  color: #fff;
}
.popup-content .btnWrap .btn-thankyou {
  height: 60px;
  width: 290px;
}
.popup-content .nopointsData h2 {
  font-size: 26px;
  letter-spacing: 0;
  line-height: 30px;
}
.popup-content .nopointsData p {
  font-size: 16px;
  line-height: 22px;
}
.popup-content .nopointsData .btnWrap {
  justify-content: center;
}

.stickyBtn {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.border-anchor {
  font-size: 16px;
  color: #000000;
  font-family: "SpeedeeArabic-Bold";
  line-height: 25px;
  text-decoration: underline;
  margin-top: 5px;
}

.carouselScreen .contentDesc {
  margin-top: 30PX;
  padding: 0 15px;
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .carouselScreen .contentDesc {
    margin-top: 10px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .carouselScreen .contentDesc {
    margin-top: 10px;
  }
}
.carouselScreen .swiper {
  width: 100%;
  padding-bottom: 30px;
}
.carouselScreen .swiper-pagination {
  bottom: 0;
}
.carouselScreen .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.carouselScreen .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.8);
}
.carouselScreen .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}
.carouselScreen .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sectionInitiativeDetail .content-scroll {
  height: auto;
  overflow-y: scroll;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 15px;
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionInitiativeDetail .content-scroll {
    height: 20vh;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionInitiativeDetail .content-scroll {
    height: 20vh;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionInitiativeDetail .content-scroll {
    height: 30vh;
  }
}
.sectionInitiativeDetail .content-scroll .contentDesc {
  margin-top: 25px;
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionInitiativeDetail .content-scroll .contentDesc {
    margin-top: 15px;
  }
}
.sectionInitiativeDetail .content-scroll .contentDesc h3 {
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionInitiativeDetail .content-scroll .contentDesc h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionInitiativeDetail .content-scroll .contentDesc p {
    line-height: 21px;
  }
}
.sectionInitiativeDetail .slideWrap {
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 12px 0px;
  margin-bottom: 25px;
}
.sectionInitiativeDetail .slideWrap .sliderContent .text {
  font-size: 16px;
  font-family: "SpeedeeArabic-Regular";
}
.sectionInitiativeDetail .slideWrap .sliderContent span {
  display: inline-block;
  font-size: 24px;
  font-family: "SpeedeeArabic-Bold";
  letter-spacing: -0.21px;
  line-height: 30px;
}
.sectionInitiativeDetail .slideWrap .range-slider {
  width: 100%;
  position: relative;
  text-align: left;
  padding: 0px 15px;
}
.sectionInitiativeDetail .slideWrap .range-slider p span {
  display: inline-block;
}
.sectionInitiativeDetail .slideWrap .range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - 10px);
  height: 2px;
  border-radius: 1.5px;
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
  padding: 0;
  margin: 0;
}
.sectionInitiativeDetail .slideWrap .range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #DB0007;
}
.sectionInitiativeDetail .slideWrap .range-slider__range::-webkit-slider-thumb:hover {
  background: #ffffff;
}
.sectionInitiativeDetail .slideWrap .range-slider__range:active::-webkit-slider-thumb {
  background: #ffffff;
}
.sectionInitiativeDetail .slideWrap .range-slider__range::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.sectionInitiativeDetail .slideWrap .range-slider__range::-moz-range-thumb:hover {
  background: #ffffff;
}
.sectionInitiativeDetail .slideWrap .range-slider__range:active::-moz-range-thumb {
  background: #ffffff;
}
.sectionInitiativeDetail .slideWrap .range-slider__value {
  position: absolute;
  right: 20px;
  top: -10px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.29px;
  line-height: 34px;
  font-family: "SpeedeeArabic-Bold";
  box-sizing: border-box;
  height: 38px;
  width: 75px;
  border: 1px solid #C6C6C6;
  border-radius: 6px;
  padding: 0px;
  margin: 0px;
  padding-left: 5px;
  text-align: right;
}

.required_point {
  border-radius: 10px;
  background-color: #FFFFFF;
  margin: 0 15px;
  height: 60PX;
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
  align-items: center;
}
.required_point .text {
  font-family: "SpeedeeArabic-Bold";
  font-weight: bold;
}
.required_point .point {
  font-family: "SpeedeeArabic-Bold";
  font-size: 32px;
  font-weight: bold;
  line-height: 41px;
}

.MerchandiseInitiativeInfo .container {
  justify-content: flex-start;
}
.MerchandiseInitiativeInfo .content-scroll {
  height: auto;
  overflow-y: scroll;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 15px 15px;
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) {
  .MerchandiseInitiativeInfo .content-scroll {
    height: 17vh;
    margin-top: 10px;
  }
  .MerchandiseInitiativeInfo .content-scroll .required_point {
    margin-bottom: 15px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 658px) {
  .MerchandiseInitiativeInfo .content-scroll {
    height: 17vh;
    margin-top: 10px;
  }
  .MerchandiseInitiativeInfo .content-scroll .required_point {
    margin-bottom: 15px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .MerchandiseInitiativeInfo .content-scroll {
    height: 17vh;
    margin-top: 5px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .MerchandiseInitiativeInfo .content-scroll {
    height: 19vh;
    margin-top: 10px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .MerchandiseInitiativeInfo .content-scroll {
    height: 28vh;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .MerchandiseInitiativeInfo .content-scroll {
    height: 24vh;
    margin-top: 0px;
  }
}

.CharityInitiative .container {
  justify-content: flex-start;
}
.CharityInitiative .content-scroll {
  height: auto;
  overflow-y: scroll;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 15px 15px;
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) {
  .CharityInitiative .content-scroll {
    height: 17vh;
    margin-top: 10px;
  }
  .CharityInitiative .content-scroll .required_point {
    margin-bottom: 15px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 658px) {
  .CharityInitiative .content-scroll {
    height: 17vh;
    margin-top: 10px;
  }
  .CharityInitiative .content-scroll .required_point {
    margin-bottom: 15px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .CharityInitiative .content-scroll {
    height: 17vh;
    margin-top: 5px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .CharityInitiative .content-scroll {
    height: 19vh;
    margin-top: 10px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .CharityInitiative .content-scroll {
    height: 28vh;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .CharityInitiative .content-scroll {
    height: 24vh;
    margin-top: 0px;
  }
}

.merchandiseLessPoint .content-scroll {
  height: auto;
  overflow-y: scroll;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 15px;
  margin-top: 15px;
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) {
  .merchandiseLessPoint .content-scroll {
    height: 17vh;
    margin-top: 10px;
  }
  .merchandiseLessPoint .content-scroll .required_point {
    margin-bottom: 15px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 658px) {
  .merchandiseLessPoint .content-scroll {
    height: 17vh;
    margin-top: 10px;
  }
  .merchandiseLessPoint .content-scroll .required_point {
    margin-bottom: 15px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .merchandiseLessPoint .content-scroll {
    height: 17vh;
    margin-top: 5px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .merchandiseLessPoint .content-scroll {
    height: 19vh;
    margin-top: 10px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .merchandiseLessPoint .content-scroll {
    height: 28vh;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .merchandiseLessPoint .content-scroll {
    height: 24vh;
    margin-top: 0px;
  }
}
.merchandiseLessPoint .content-scroll .contentDesc {
  margin-top: 25px;
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .merchandiseLessPoint .content-scroll .contentDesc {
    margin-top: 15px;
  }
}
.merchandiseLessPoint .content-scroll .contentDesc h3 {
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .merchandiseLessPoint .content-scroll .contentDesc h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .merchandiseLessPoint .content-scroll .contentDesc p {
    line-height: 21px;
  }
}

.content-scroll .content-header {
  padding: 0;
}

.enter-otp {
  display: inline-block;
  background: white;
  padding: 15px 5px;
  border-radius: 10px;
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .enter-otp {
    padding: 5px;
  }
}
.ar .enter-otp {
  direction: ltr;
}

.digit-group {
  display: flex;
  justify-content: center;
}
.digit-group input {
  width: 20px;
  height: 25px;
  text-align: center;
  margin: 0 2px;
  border: 0;
  outline: 0;
  border-bottom: 2px solid #000;
  font-size: 16px;
  font-family: "SpeedeeArabic-Bold";
  border-radius: 0;
  padding: 0;
}

.sectionRaffleRedeem .container .content_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-around;
}
.sectionRaffleRedeem .banner img {
  width: 90%;
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionRaffleRedeem .banner img {
    width: 65% !important;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionRaffleRedeem .banner img {
    width: 60% !important;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-height: 800px) {
  .sectionRaffleRedeem .banner img {
    width: 85%;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionRaffleRedeem .banner img {
    width: 80%;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionRaffleRedeem .banner img {
    width: 80%;
  }
}
.sectionRaffleRedeem .raffle-code-input {
  margin-bottom: 15px;
}
@media only screen and (min-device-width: 360px) and (max-device-height: 800px) {
  .sectionRaffleRedeem .raffle-code-input {
    margin-bottom: 15px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionRaffleRedeem .raffle-code-input {
    margin-bottom: 5px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionRaffleRedeem .raffle-code-input {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionRaffleRedeem .raffle-code-input {
    margin-bottom: 10px;
  }
}
.sectionRaffleRedeem .raffle-code-scan {
  margin-top: 15px;
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionRaffleRedeem .raffle-code-scan {
    margin-top: 5px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-height: 800px) {
  .sectionRaffleRedeem .raffle-code-scan {
    margin-top: 15px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionRaffleRedeem .raffle-code-scan {
    margin-top: 5px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionRaffleRedeem .raffle-code-scan {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionRaffleRedeem .raffle-code-scan {
    margin-top: 10px;
  }
}
.sectionRaffleRedeem .or {
  font-size: 26px;
  line-height: 22px;
  font-family: "SpeedeeArabic-Bold";
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionRaffleRedeem .or {
    font-size: 20px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionRaffleRedeem .or {
    font-size: 20px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-height: 800px) {
  .sectionRaffleRedeem .or {
    font-size: 20px;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionRaffleRedeem .or {
    font-size: 16px;
    line-height: 16px;
  }
}
.sectionRaffleRedeem .instruction-title {
  margin: 10px 0;
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionRaffleRedeem .instruction-title {
    font-size: 1em;
  }
}

.sectionCongrats {
  background-repeat: round;
  background-size: cover;
  background-repeat: no-repeat;
}
.sectionCongrats .congratsWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
.sectionCongrats .congratsWrapper .content {
  flex-wrap: nowrap;
}
.sectionCongrats .congratsWrapper .content .header {
  width: 100%;
}
.sectionCongrats .congratsWrapper .content .header img {
  height: auto;
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionCongrats .congratsWrapper .content .header img {
    height: 80px;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionCongrats .congratsWrapper .content .header img {
    height: 90px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionCongrats .congratsWrapper .content .header img {
    height: 90px;
  }
}
.sectionCongrats .congratsWrapper .content .header h3 {
  color: #000000;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  word-break: break-word;
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
  /* iPhone XS / iPhone 11 Pro /  */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionCongrats .congratsWrapper .content .header h3 {
    font-size: 28px;
    line-height: 37px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionCongrats .congratsWrapper .content .header h3 {
    font-size: 28px;
    line-height: 37px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionCongrats .congratsWrapper .content .header h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionCongrats .congratsWrapper .content .header h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.sectionCongrats .congratsWrapper .content .header p {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
  margin-top: 0px;
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionCongrats .congratsWrapper .content .header p {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionCongrats .congratsWrapper .content .header p {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionCongrats .congratsWrapper .content .header p {
    font-size: 18px;
    line-height: 25px;
  }
}
.sectionCongrats .congratsWrapper .content .congratsWrap_Content {
  width: 260px;
  max-width: 100%;
  background: #db1007;
  border-radius: 9px;
  padding: 20px;
  margin: 0 auto;
}
@media only screen and (min-device-width: 360px) and (max-device-height: 800px) {
  .sectionCongrats .congratsWrapper .content .congratsWrap_Content {
    padding: 20px;
  }
}
@media screen and (max-width: 360px) and (max-height: 612px) {
  .sectionCongrats .congratsWrapper .content .congratsWrap_Content {
    width: 195px;
  }
}
@media screen and (max-width: 375px) and (max-height: 644px) {
  .sectionCongrats .congratsWrapper .content .congratsWrap_Content {
    width: 190px;
  }
}
.sectionCongrats .congratsWrapper .content .congratsWrap_Content img {
  border-radius: 10px;
}
.sectionCongrats .congratsWrapper .content .congratsWrap_Content h4 {
  color: #ffffff;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
  margin-top: 1.5rem;
  word-break: break-word;
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
  /* iPhone XS / iPhone 11 Pro /  */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 360px) {
  .sectionCongrats .congratsWrapper .content .congratsWrap_Content h4 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 1rem;
  }
}
@media only screen and (min-device-width: 360px) and (min-device-height: 670px) {
  .sectionCongrats .congratsWrapper .content .congratsWrap_Content h4 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionCongrats .congratsWrapper .content .congratsWrap_Content h4 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 1rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionCongrats .congratsWrapper .content .congratsWrap_Content h4 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionCongrats .congratsWrapper .content .congratsWrap_Content h4 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 1rem;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionCongrats .congratsWrapper .content .congratsWrap_Content h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 360px) {
  .sectionCongrats .congratsWrapper .content .congratsWrap_Content h4 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 1rem;
  }
}
.sectionCongrats .congratsWrapper .content .cta {
  margin-top: 1rem;
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .sectionCongrats .congratsWrapper .content .cta {
    bottom: 25px;
  }
}
.sectionCongrats .congratsWrapper .content .carWrap img {
  width: 180px;
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 360px) {
  .sectionCongrats .congratsWrapper .content .carWrap img {
    width: 100px;
  }
}
@media only screen and (min-device-width: 360px) and (min-device-height: 670px) {
  .sectionCongrats .congratsWrapper .content .carWrap img {
    width: 100px;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionCongrats .congratsWrapper .content .carWrap img {
    width: 100px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionCongrats .congratsWrapper .content .carWrap img {
    width: 80px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionCongrats .congratsWrapper .content .carWrap img {
    width: 100px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 360px) {
  .sectionCongrats .congratsWrapper .content .carWrap img {
    width: 100px;
  }
}

.sectionChooseReward {
  background-repeat: round;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
@media only screen and (min-device-width: 360px) and (max-device-height: 800px) {
  .sectionChooseReward .header_details .header_title {
    margin-bottom: 0px;
  }
}
.sectionChooseReward .screen-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  z-index: 99;
}
.sectionChooseReward .screen-overlay h2 {
  color: #fff;
  font-size: 30px;
}
.sectionChooseReward .rewardsWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
.sectionChooseReward .rewardsWrapper .content .headerWrap {
  width: 100%;
}
.sectionChooseReward .rewardsWrapper .content h3 {
  font-size: 32px;
  letter-spacing: -0.3px;
  line-height: 43px;
  text-align: center;
  text-transform: initial;
  width: 100%;
  margin-top: 5px;
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionChooseReward .rewardsWrapper .content h3 {
    font-size: 26px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionChooseReward .rewardsWrapper .content h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionChooseReward .rewardsWrapper .content h3 {
    margin-bottom: 15px;
    font-size: 28px;
  }
}
.sectionChooseReward .rewardsWrapper .content h4 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  text-transform: lowercase;
  width: 100%;
  margin: 10px 0px;
  padding: 15px 0;
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionChooseReward .rewardsWrapper .content h4 {
    font-size: 26px;
    padding: 15px 0;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionChooseReward .rewardsWrapper .content h4 {
    font-size: 26px;
    padding: 15px 0;
  }
}
.sectionChooseReward .rewardsWrapper .content .header {
  width: 100%;
}
.sectionChooseReward .rewardsWrapper .content .header img {
  height: auto;
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionChooseReward .rewardsWrapper .content .header img {
    height: 80px;
  }
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionChooseReward .rewardsWrapper .content .header img {
    height: 90px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .sectionChooseReward .rewardsWrapper .content .header img {
    height: 90px;
  }
}
.sectionChooseReward .rewardsWrapper .content .offerWrap {
  margin: 0 auto;
  width: 100%;
}
.sectionChooseReward .rewardsWrapper .content .offerWrap .rewardImage {
  display: block;
  border-radius: 5px;
  display: block;
  width: 180px;
  margin: 0 auto;
}
@media only screen and (min-width: 358px) and (max-width: 359px) {
  .sectionChooseReward .rewardsWrapper .content .offerWrap .rewardImage {
    width: 130px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionChooseReward .rewardsWrapper .content .offerWrap .rewardImage {
    width: 150px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-min-device-pixel-ratio: 2) {
  .sectionChooseReward .rewardsWrapper .content .offerWrap .rewardImage {
    width: 150px;
  }
}
.sectionChooseReward .rewardsWrapper .content .offerWrap .rewardImage img {
  border-radius: 15px;
}
.sectionChooseReward .rewardsWrapper .content .offerWrap .borderGreen img {
  border-radius: 15px;
  box-shadow: 0px 0px 0px 6px #00df3c;
}
.sectionChooseReward .rewardsWrapper .content .offerWrap .grey {
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.sectionChooseReward .cta {
  margin-top: 10px;
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .sectionChooseReward .cta {
    bottom: 25px;
  }
}
.OfferClaim .header {
  margin-bottom: 15px;
}

.table {
  padding: 0 15px;
  height: 100%;
}
.table .thead {
  background: #000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 12px;
}
.table .thead .col {
  color: white;
}
.table .thead .col:first-child {
  padding-right: 10px;
  width: 45%;
}
.ar .table .thead .col:first-child {
  padding-right: 0;
  padding-left: 10px;
}
.table .thead .col:nth-child(2) {
  width: 35%;
  padding-right: 10px;
}
.ar .table .thead .col:nth-child(2) {
  padding-right: 0;
  padding-left: 10px;
}
.table .thead .col:last-child {
  padding-right: 0;
  width: 20%;
}
.ar .table .thead .col:last-child {
  padding-left: 0;
  padding-right: 0;
}
.table .tbody {
  background: white;
  max-height: 55%;
  overflow-y: scroll;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
  /* iPhone XS / iPhone 11 Pro /  */
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
  .table .tbody {
    overflow-y: scroll;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .table .tbody {
    overflow-y: scroll;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .table .tbody {
    overflow-y: scroll;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .table .tbody {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 360px) and (max-height: 612px) {
   .table .tbody {
    max-height: 53%;
  }
}
.table .tbody#claimdatadiv .validationInfo {
  width: 100%;
  text-align: center;
  color: black;
  font-size: 17px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table .tbody .col {
  font-size: 10px;
  word-break: break-word;
}
.table .tbody .col:first-child {
  padding-right: 10px;
  width: 45%;
}
.ar .table .tbody .col:first-child {
  padding-right: 0;
  padding-left: 10px;
}
.table .tbody .col:nth-child(2) {
  width: 35%;
  padding-right: 10px;
}
.ar .table .tbody .col:nth-child(2) {
  padding-right: 0;
  padding-left: 10px;
}
.table .tbody .col:last-child {
  padding-right: 0;
  width: 20%;
}
.ar .table .tbody .col:last-child {
  padding-left: 0;
  padding-right: 0;
}
.table .tbody strong {
  font-size: 12px;
}
.table .tfooter {
  position: relative;
  border-radius: 0 0 21px 21px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  width: 100%;
  height: 50px;
  top: -50px;
}
.table .row {
  display: flex;
  padding: 15px;
}
.table .col {
  width: 110px;
  text-align: left;
  color: #2D2D2D;
}
.table .col:last-child {
  padding-right: 0;
  width: 80px;
}
.ar .table .col {
  text-align: right;
}

.sectionHistory .content_wrapper {
  width: 100%;
}
.sectionHistory .header_details .header_title {
  justify-content: flex-start;
}
.sectionHistory .header_details .header_title img {
  width: 40px;
}
.ar .sectionHistory .header_details .header_title img {
  transform: rotate(180deg);
}
.sectionHistory .header_details .header_title h3 {
  margin-left: 30px;
}
.ar .sectionHistory .header_details .header_title h3 {
  margin-left: 0;
  margin-right: 30px;
}
.sectionHistory .content_wrapper {
  height: 100%;
}

::-moz-selection {
  /* Code for Firefox */
}

/* sectionScanScreen starts here */
.sectionScanScreen .content_wrapper{
  height:100%;
}
.sectionScanScreen .header_details {
  height:85px;
}
.sectionScanScreen .banner {
  padding:0;
  flex-shrink: 0;
  margin-bottom: 10px;
  padding: 0 15px;
}
.sectionScanScreen .main-panel {
  height: calc(100% - 190px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sectionScanScreen .contentDesc {
  flex: 1;
  overflow-y: scroll;
  height: auto;
  margin: 0;
  padding: 0 15px;
  margin-bottom: 10px;
}


/* sectionScanScreen ends here */

.is-preview .digit-group input {
  width: 18px;
}


/*----------2026 raffle upadte */
.raffle-msg{
  width: 280px;  
  margin: 0 auto;
  margin-top: 20px;
}
.raffle-msg p {
  line-height: 20px;
}

.two-cta{
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.btn-red2 {
  border: 0;
  width: 130px;
  max-width: 100%;
  height: 40px;
   border-radius:41px; 
  text-align: center;
  margin-top: 0;
  line-height: 29px;
}
.btn-red2 span {
  font-family: "SpeedeeArabic-Bold";
  text-transform: initial;
  height: 36px;
  font-size: 20px;
  letter-spacing: -0.21px;
  text-align: center;
}
.btn-red2.btn-disabled {
  background: #898989 !important;
  pointer-events: none;
}
.btn-red2.btn-disabled span {
  opacity: 0.3;
}

.android .btn-red2 {
  line-height: initial !important;
}

.btn-transparent {
  border: 0;
  width: 130px;
  max-width: 100%;
  height: 40px;
   border-radius:41px; 
  text-align: center;
  margin-top: 0;
  line-height: 29px;
  border: 1px solid #000;
}
.btn-transparent span {
  font-family: "SpeedeeArabic-Bold";
  text-transform: initial;
  height: 36px;
  font-size: 20px;
  letter-spacing: -0.21px;
  text-align: center;
}
.btn-transparent.btn-disabled {
  background: #898989 !important;
  pointer-events: none;
}
.btn-transparent.btn-disabled span {
  opacity: 0.3;
}

.android .btn-transparent {
  line-height: initial !important;
}

.bg-transparent {
    background-color: transparent !important;
}


.raffle-count {
  display: flex;
  gap: 18px;
  width: 100%;
  align-items: center;
  justify-content: center;margin-top: 40px;
}
@media only screen and (min-width: 320px) and (min-height: 600px) {
  .raffle-count {
    width: 100%;
  }
}
@media only screen and (min-width: 360px) and (min-height: 600px) {
  .raffle-count {
    width: 100%;
  }
}
.raffle-count .raffle-count-block {
  display: flex;
  position: relative;
  width: 63px;
  height: 35px;
}
.raffle-count .raffle-count-ticket {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.raffle-count .raffle-count-ticket .raffle-number {
  font-family: "SpeedeeArabic-Bold";
  font-size: 20px;
  color: #db0007;
  width: 28px;
  height: 100%;
  font-size: 16px;
  display: flex;
  position: absolute;
  right: 8px;
  top: 0;
  align-items: center;
  justify-content: center;
}
.raffle-count .raffle-txt {
  font-family: "SpeedeeArabic-Bold";
  font-size: 16px;
  line-height: 18px;
  text-align: left;
}
[dir=rtl] .raffle-count .raffle-txt {
  font-family: "SpeedeeArabic-Bold";
  text-align: right;
}
.raffle-count .raffle-count-txt {
  display: flex;
  width: 190px;
}


@media screen and (max-width: 360px) and (max-height: 612px) {
  .raffle-count .raffle-count-txt {
    width: 130px;
  }
}
@media screen and (max-width: 375px) and (max-height: 644px) {
  .raffle-count .raffle-count-txt {
    width: 130px;
  }
}

.mcd-form {
  min-height: 100px;
  height: 100%;
}
 .mcd-form__panel {
  gap: 27px;width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
 .mcd-form__block .l-txt {
  width: 85%;
}
.mcd-form__block h3{
  font-size: 26px ;line-height: 26px ;
}
 .mcd-form__group {
  position: relative;
}
 .mcd-form__group input[type=text],
 .mcd-form__group input[type=email],
 .mcd-form__group input[type=tel] {
  width: 100%;
  padding: 5px 8px;
  padding-top: 4px;
  height: 36px;
  border: 1px solid #2D0A0A;
  border-radius: 3px;
  box-sizing: border-box;
  background: none;
  font-size: 18px;
  background-color: #FFFCE2;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 360px) and (min-height: 700px) {
   .mcd-form__group input[type=text],
   .mcd-form__group input[type=email],
   .mcd-form__group input[type=tel] {
    /* height: 45px; */
  }
}
 .mcd-form__group input[type=text]::placeholder,
 .mcd-form__group input[type=email]::placeholder,
 .mcd-form__group input[type=tel]::placeholder {
  color: transparent;
}
 .mcd-form__group input[type=text]:disabled,
 .mcd-form__group input[type=email]:disabled,
 .mcd-form__group input[type=tel]:disabled {
  border: 1px solid #918f8f;
  color: #918f8f;
  background-color: #D1D1D1;
}
 .mcd-form__group input[type=text]:disabled + label,
 .mcd-form__group input[type=email]:disabled + label,
 .mcd-form__group input[type=tel]:disabled + label {
  display: none;
}
 .mcd-form__group input[type=text]:focus,
 .mcd-form__group input[type=email]:focus,
 .mcd-form__group input[type=tel]:focus {
  outline: none;
  border-color: #db0007;
  background-color: #fff;
}
 .mcd-form__group input[type=text]:focus + label,
 .mcd-form__group input[type=email]:focus + label,
 .mcd-form__group input[type=tel]:focus + label {
  opacity: 1;
  top: -9px;
  left: 8px;
  font-size: 11px;
  background-color: #fff;
  padding: 0 4px;
  border-radius: 4px;
  color: #db0007;
  font-weight: 700;
  line-height: 1.5;
}
 .mcd-form__group input[type=text]:not(:placeholder-shown) + label,
 .mcd-form__group input[type=email]:not(:placeholder-shown) + label,
 .mcd-form__group input[type=tel]:not(:placeholder-shown) + label {
  opacity: 1;
  top: -9px;
  left: 8px;
  font-size: 11px;
  background-color: #FFFCE2;
  padding: 0 4px;
  border-radius: 4px;
  color: #2D0A0A;
  font-weight: 700;
  line-height: 1.5;
}
 .mcd-form__group input[type=text].valid,
 .mcd-form__group input[type=email].valid,
 .mcd-form__group input[type=tel].valid {
  border-color: #4caf50;
}
 .mcd-form__group input[type=text].valid:focus,
 .mcd-form__group input[type=email].valid:focus,
 .mcd-form__group input[type=tel].valid:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}
 .mcd-form__group input[type=text].invalid,  .mcd-form__group input[type=text].input-error,
 .mcd-form__group input[type=email].invalid,
 .mcd-form__group input[type=email].input-error,
 .mcd-form__group input[type=tel].invalid,
 .mcd-form__group input[type=tel].input-error {
  border-color: red;
  background-color: #ffe6e6;
}
 .mcd-form__group input[type=text].invalid:focus,  .mcd-form__group input[type=text].input-error:focus,
 .mcd-form__group input[type=email].invalid:focus,
 .mcd-form__group input[type=email].input-error:focus,
 .mcd-form__group input[type=tel].invalid:focus,
 .mcd-form__group input[type=tel].input-error:focus {
  border-color: red;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.1);
}
 .mcd-form__group label {
  position: absolute;
  left: 10px;
  top: 9px;
  color: #000;
  font-size: 16px;
  transition: 0.2s ease all;
  pointer-events: none;
  z-index: 10;
}
@media only screen and (min-width: 360px) and (min-height: 700px) {
   .mcd-form__group label {
    top: 8px;
  }
}
[dir=rtl]  .mcd-form__group label {
  left: initial !important;
  right: 10px !important;
}
 .mcd-form__group.mandatory::before {
  content: "*";
  color: red;
  font-size: 20px;
  position: absolute;
  right: -9px;
  top: 15px;
  line-height: 8px;
  z-index: 2;
}
[dir=rtl]  .mcd-form__group.mandatory::before {
  left: -9px;
  right: auto;
}
 .mcd-form span.mandatory-txt {
  font-size: 11px;
  color: red;
  line-height: 12px;
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  font-weight: 600;
  display: none;
  animation: slideDown 0.3s ease;
  text-align: right;
}
@media only screen and (min-height: 680px) {
   .mcd-form span.mandatory-txt {
    bottom: -14px;
  }
}
@media only screen and (min-height: 750px) {
   .mcd-form span.mandatory-txt {
    bottom: -14px;
  }
}
[dir=rtl]  .mcd-form span.mandatory-txt {
  left: auto;
  right: 0;
  text-align: left;
}
 .mcd-form .input-error ~ span.mandatory-txt,
 .mcd-form .invalid ~ span.mandatory-txt {
  display: block;
}
 .mcd-form__group.mandatory span.mandatory-txt {
  display: block;
}
 .mcd-form__checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
}
 .mcd-form__checkbox input[type=checkbox] {
  display: none;
}
 .mcd-form__checkbox input[type=checkbox]:checked + label .checkbox-icon i,
 .mcd-form__checkbox input[type=checkbox]:checked + label .checkbox-icon img {
  display: block;
}
 .mcd-form__checkbox input[type=checkbox].invalid + label .checkbox-icon {
  border-color: red;
  animation: shake 0.3s ease;
}
 .mcd-form__checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
 .mcd-form__checkbox .checkbox-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #000;
  background-color: #FFFCE2;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: 2px;
}
[dir=rtl]  .mcd-form__checkbox .checkbox-icon {
  margin-right: 0;
  margin-left: 10px;
}
 .mcd-form__checkbox .checkbox-icon i {
  background-image: url(../images/check-tick.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  width: 80%;
  height: 80%;
}
 .mcd-form__checkbox .checkbox-icon i,
 .mcd-form__checkbox .checkbox-icon img {
  display: none;
  font-size: 12px;
  width: 13px;
  height: 13px;
  color: #000;
  object-fit: contain;
}
 .mcd-form__checkbox .checkbox-icon img {
  filter: brightness(0) invert(1);
}
 .mcd-form__checkbox .checkbox-txt {
  font-size: 13px;
  color: #000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-height: 680px) {
   .mcd-form__checkbox .checkbox-txt {
    font-size: 14px;
  }
}
@media only screen and (min-height: 750px) {
   .mcd-form__checkbox .checkbox-txt {
    font-size: 15px;
  }
}
 .mcd-form__checkbox .checkbox-txt a {
  color: #1417a4;
  text-decoration: none;
  position: relative;
  margin: 0 5px;
  font-size: 13px;
  line-height: 14px;
}
@media only screen and (min-height: 680px) {
   .mcd-form__checkbox .checkbox-txt a {
    font-size: 14px;
  }
}
@media only screen and (min-height: 750px) {
   .mcd-form__checkbox .checkbox-txt a {
    font-size: 15px;
  }
}
 .mcd-form__checkbox .checkbox-txt a::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #1417a4;
  display: block;
}
 .mcd-form__checkbox .checkbox-txt a:hover {
  color: #0d0f6b;
}
 .mcd-form__checkbox .checkbox-txt a:hover::after {
  border-bottom-color: #0d0f6b;
}
 .mcd-form__checkbox.mandatory::before {
  content: "*";
  color: red;
  font-size: 16px;
  position: absolute;
  right: -9px;
  top: 5px;
  line-height: 8px;
}
[dir=rtl]  .mcd-form__checkbox.mandatory::before {
  left: -9px;
  right: auto;
}
 .mcd-form__checkbox span.mandatory-txt {
  position: relative;
  bottom: auto;
  left: 26px;
  margin-top: 5px;
}
[dir=rtl]  .mcd-form__checkbox span.mandatory-txt {
  left: auto;
  right: 26px;
}
 .mcd-footer-block {
  gap: 15px;
  height: 140px;
  justify-content: flex-end; 
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
[dir=rtl]  .mcd-form__group input[type=text],
[dir=rtl]  .mcd-form__group input[type=email],
[dir=rtl]  .mcd-form__group input[type=tel] {
  direction: rtl;
}

.l-spacer{
  height: 7px;
}
.l-scroll{
  overflow-y: scroll; overflow-x: hidden;
}
.l-display-flex {
    display: flex;
}
.l-column {
    flex-direction: column;
}
.w92{
  width: 92%;
}

/* Select dropdown styles */
.mcd-form__group select {
  width: 100%;
  padding: 5px 8px;
  padding-top: 4px;
  height: 36px;
  border: 1px solid #2D0A0A;
  border-radius: 3px;
  box-sizing: border-box;
  background: none;
  font-size: 16px;
  background-color: #FFFCE2;
  transition: all 0.3s ease;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}

@media only screen and (min-width: 360px) and (min-height: 700px) {
  .mcd-form__group select {
    height: 45px;
  }
}

.mcd-form__group select:focus {
  outline: none;
  border-color: #db0007;
  background-color: #fff;
}

.mcd-form__group select + label {
  position: absolute;
  left: 10px;
  top: -9px;
  color: #2D0A0A;
  font-size: 11px;
  background-color: #FFFCE2;
  padding: 0 4px;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.5;
  pointer-events: none;
  z-index: 10;
}

.mcd-form__group select:focus + label {
  color: #db0007;
  background-color: #fff;
}

[dir=rtl] .mcd-form__group select + label {
  left: initial !important;
  right: 10px !important;
}

[dir=rtl] .mcd-form__group select {
  background-position: left 10px center;
  padding-left: 30px;
  padding-right: 8px;
}

/* Required field indicator */
.required-star {
  color: #db0007;
  font-weight: bold;
  font-size: 14px;
  margin-left: 2px;
}

[dir=rtl] .required-star {
  margin-left: 0;
  margin-right: 2px;
}

.raffle-history {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px 15px; margin-bottom: 20px;
}
.raffle-history .titlebox {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.raffle-history .l-txt {
  text-align: left;
}
.raffle-history .l-txt-bold {
  text-align: left;
  font-family: "SpeedeeArabic-Bold";
}
[dir=rtl] .raffle-history .l-txt-bold {
  font-family: "SpeedeeArabic-Bold";
  text-align: right;
}
.raffle-history .l-small {
  font-size: 12px !important;
  line-height: 1 !important;
  font-family: "SpeedeeRegular";
}
[dir=rtl] .raffle-history .l-small {
  text-align: right;
  font-family: "SpeedeeArabic-Regular";
}
.raffle-history .l-medium {
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: "SpeedeeRegular";
  text-align: center;
}
[dir=rtl] .raffle-history .l-medium {
  text-align: right;
  font-family: "SpeedeeArabic-Regular";
  text-align: center;
}
.raffle-history .rafflebox {
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  border-radius: 10px;
  height: 50px;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  padding-left: 16px;
}
[dir=rtl] .raffle-history .rafflebox {
  padding-right: 16px;
}
.raffle-history .rafflebox .l-txt {
  font-size: 16px;
  line-height: 1;
  flex: 7;
}
[dir=rtl] .raffle-history .rafflebox .l-txt {
  text-align: right;
}
.raffle-history .rafflebox .l-txt-bold {
  flex: 3;
  text-align: center;
}
.no-raffle-table{
   max-height: 70% !important;
}

.wd70{   
   width: 270px !important;
  margin: 0 auto;
}

.is-preview .raffle-count {
    margin-top: 15px;
}

.w-100 {
    width: 100%;
} 

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 99%;
  height: 100%;
  background: rgba(43, 43, 43, 0.71);
  z-index: 50;
  visibility: hidden;
  pointer-events: initial !important;
}

.tnc-popup {
  top: 0% !important;
  transition: 0s !important;
  transform: none !important;
  opacity: 1 !important;
  transition: ease-out !important;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 280px;
  background: #fff;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(-100%) translateX(-50%);
  border-radius: 10px;
  padding: 50px 20px 20px 20px;
}
.modal.tnc-modal {
  top: 2% !important;
  height: 95% !important;
  width: 89%;
  border-radius: 8px;
  padding: 25px 20px 20px 20px;
}
@media only screen and (max-device-width: 375px) and (max-device-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .modal.tnc-modal {
    top: 10% !important;
  }
}
.modal.tnc-modal ::-webkit-scrollbar {
  width: 8px;
}
.modal.tnc-modal ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 8px transparent;
  border-radius: 10px;
}
.modal.tnc-modal ::-webkit-scrollbar-thumb {
  background: #CDCDCD;
  border-radius: 10px;
}
.modal.tnc-modal ::-webkit-scrollbar-thumb:hover {
  background: #CDCDCD;
}
.modal.tnc-modal .l-btn-close {
  top: 5%;
}
.modal.tnc-modal .l-btn-close img {
  width: 25px;
  height: 25px;
}
.modal.tnc-modal h3 {
  font-size: 40px;
  line-height: 1;
  padding-bottom: 15px;
}
.modal.intro-modal {
  top: 30%;
  width: 280px;
  height: auto;
  height: 230px;
  border-radius: 0px;
}
.modal.intro-modal.with-text {
  height: 30%;
}
.modal.intro-modal .l-btn-close {
  top: 5%;
}
.modal.intro-modal .l-btn-close img {
  width: 25px;
  height: 25px;
}
.modal.no-close-btn {
  padding: 20px;
}
.modal h3 {
  font-family: "SpeedeeArabic-Bold";
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 15px;
}
[dir=rtl] .modal h3 {
  font-family: "SpeedeeArabic-Bold";
}
.cms-preview-ar .modal h3 {
  font-family: "SpeedeeArabic-Bold";
}
.modal.main-modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 75%;
  height: auto;
  border-radius: 10px;
  padding: 25px 20px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-height: 50px;
  box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.3);
  transition: all 1s ease-in-out;
  opacity: 0;
}
.modal.main-modal .modal__txt {
  font-size: 18px;
  line-height: 22px;
  font-family: "SpeedeeRegular";
  opacity: 0;
  transition: opacity 0.5s ease-in;
  transition-delay: 0.5s;
}
[dir=rtl] .modal.main-modal .modal__txt {
  font-family: "SpeedeeArabic-Regular";
}

.mask.active + .modal.main-modal {
  max-height: 300px;
  opacity: 1;
}
.mask.active + .modal.main-modal .modal__txt {
  opacity: 1;
}

.modal__panel.show {
  display: block;
}
.modal__panel.hide {
  display: none;
}
.modal__panel .p-contents {
  text-align: center;
}
.modal__panel .p-contents.tnc-contents {
  width: calc(100% - 15px);
  overflow: auto;
  overflow-y: scroll;
  padding-right: 15px;
  margin-bottom: 32px;
  max-height: calc(100vh - 300px);
}
[dir=rtl] .modal__panel .p-contents.tnc-contents {
  padding-right: 0px;
  padding-left: 15px;
}
.modal__panel .p-contents.tnc-contents p {
  text-align: left;
}
.modal__panel .p-contents p {
  text-align: center;
}

.modal__content {
  justify-content: space-between;
  max-height: 100%;
  align-items: center;
  text-align: center;
}

.mask.active {
  visibility: visible;
  opacity: 1;
}

.mask.active + .modal {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(-50%);
}
.l-btn-close {
    position: absolute;
    top: -6%;
    right: 4%;
    width: 31px;
    height: 30px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    cursor: pointer;
    border: 0;
    padding: 0;
}

/* Fix for T&C modal button visibility */
.modal.tnc-modal .mcd-button {
    flex-shrink: 0;
    margin-top: 20px;
    padding-bottom: 10px;
}

.modal.tnc-modal .modal__content {
    overflow: hidden;
}

.modal.tnc-modal .modal__panel {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.adjust-spacer{
  height: calc(100% - 175px); display: flex; flex-direction: column; justify-content: space-between;
}
.adjust-spacer2{
  height: calc(100% - 220px); display: flex; flex-direction: column; justify-content: space-between;
}
.h100{
  height: 100% !important;
}
.mb10{
  margin-bottom: 10px;
}
