#page.game-page.game-ticket-lottery-page {
  position: relative;
  padding-top: 0;
  background: #ffffff;
}
.ticket-lottery-step {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #760100;
}
.ticket-lottery-step .step-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  box-sizing: border-box;
}
.ticket-lottery-step.step-period-wait-next {
  background-image: url("/themes/custom/norca_games_front/images/mobile/m-logout_bg");
}
.ticket-lottery-step.step-period-wait-next .card-wrapper {
  position: relative;
  width: 460px;
  max-width: 100%;
  margin: auto;
}
.ticket-lottery-step.step-period-wait-next .card-wrapper:after {
  filter: blur(0.25rem);
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin: -15px auto 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.ticket-lottery-step.step-period-wait-next .card-wrapper .card {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 40px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  border: 0;
}
.ticket-lottery-step.step-period-wait-next .card-wrapper .card .card-header {
  padding: 10px;
  color: #000000;
  border-radius: 0;
  text-align: center;
  background: none;
  border: 0;
}
.ticket-lottery-step.step-period-wait-next .card-wrapper .card .card-header .card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.ticket-lottery-step.step-period-wait-next .card-wrapper .card .card-header .card-subtitle {
  font-size: 1.15rem;
  color: #000000;
}
.ticket-lottery-step.step-period-wait-next .card-wrapper .card .card-body {
  padding: 0;
  margin: 0.5rem 0;
  color: #000000;
}
.ticket-lottery-step.step-period-wait-next .card-wrapper .card .card-body .form-control {
  max-width: 320px;
  margin: auto;
}
.ticket-lottery-step.step-period-wait-next .card-wrapper .card .card-body .description {
  max-width: 320px;
  margin: 0.25rem auto;
}
.ticket-lottery-step.step-period-wait-next .card-wrapper .card .card-body .btn.btn-primary {
  padding: 22px 30px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-period-wait-next .card-wrapper .card .card-footer {
  padding: 0;
  border: 0;
  background: none;
}
.ticket-lottery-step.step-period-wait-next .card-wrapper .card .card-footer .btn.btn-primary {
  padding: 12px 24px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-period-wait-next .card-wrapper .card .btn-simply {
  font-size: 1.2rem;
}
.ticket-lottery-step.step-not-session {
  background-image: url("/themes/custom/norca_games_front/images/mobile/m-logout_bg");
}
.ticket-lottery-step.step-not-session .card-wrapper {
  position: relative;
  width: 460px;
  max-width: 100%;
  margin: auto;
}
.ticket-lottery-step.step-not-session .card-wrapper:after {
  filter: blur(0.25rem);
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin: -15px auto 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.ticket-lottery-step.step-not-session .card-wrapper .card {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 40px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  border: 0;
}
.ticket-lottery-step.step-not-session .card-wrapper .card .card-header {
  padding: 10px;
  color: #000000;
  border-radius: 0;
  text-align: center;
  background: none;
  border: 0;
}
.ticket-lottery-step.step-not-session .card-wrapper .card .card-header .card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.ticket-lottery-step.step-not-session .card-wrapper .card .card-header .card-subtitle {
  font-size: 1.15rem;
  color: #000000;
}
.ticket-lottery-step.step-not-session .card-wrapper .card .card-body {
  padding: 0;
  margin: 0.5rem 0;
  color: #000000;
}
.ticket-lottery-step.step-not-session .card-wrapper .card .card-body .form-control {
  max-width: 320px;
  margin: auto;
}
.ticket-lottery-step.step-not-session .card-wrapper .card .card-body .description {
  max-width: 320px;
  margin: 0.25rem auto;
}
.ticket-lottery-step.step-not-session .card-wrapper .card .card-body .btn.btn-primary {
  padding: 22px 30px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-not-session .card-wrapper .card .card-footer {
  padding: 0;
  border: 0;
  background: none;
}
.ticket-lottery-step.step-not-session .card-wrapper .card .card-footer .btn.btn-primary {
  padding: 12px 24px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-not-session .card-wrapper .card .btn-simply {
  font-size: 1.2rem;
}
.ticket-lottery-step.step-participation {
  background-image: url("/themes/custom/norca_games_front/images/mobile/m-logout_bg");
}
.ticket-lottery-step.step-participation .step-wrapper .card-wrapper {
  position: relative;
  width: 460px;
  max-width: 100%;
  margin: auto;
}
.ticket-lottery-step.step-participation .step-wrapper .card-wrapper:after {
  filter: blur(0.25rem);
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin: -15px auto 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.ticket-lottery-step.step-participation .step-wrapper .card-wrapper .card {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 40px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  border: 0;
}
.ticket-lottery-step.step-participation .step-wrapper .card-wrapper .card .card-header {
  padding: 10px;
  color: #000000;
  border-radius: 0;
  text-align: center;
  background: none;
  border: 0;
}
.ticket-lottery-step.step-participation .step-wrapper .card-wrapper .card .card-header .card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.ticket-lottery-step.step-participation .step-wrapper .card-wrapper .card .card-header .card-subtitle {
  font-size: 1.15rem;
  color: #000000;
}
.ticket-lottery-step.step-participation .step-wrapper .card-wrapper .card .card-body {
  padding: 0;
  margin: 0.5rem 0;
  color: #000000;
}
.ticket-lottery-step.step-participation .step-wrapper .card-wrapper .card .card-body .form-control {
  max-width: 320px;
  margin: auto;
}
.ticket-lottery-step.step-participation .step-wrapper .card-wrapper .card .card-body .description {
  max-width: 320px;
  margin: 0.25rem auto;
}
.ticket-lottery-step.step-participation .step-wrapper .card-wrapper .card .card-body .btn.btn-primary {
  padding: 22px 30px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-participation .step-wrapper .card-wrapper .card .card-footer {
  padding: 0;
  border: 0;
  background: none;
}
.ticket-lottery-step.step-participation .step-wrapper .card-wrapper .card .card-footer .btn.btn-primary {
  padding: 12px 24px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-participation .step-wrapper .card-wrapper .card .btn-simply {
  font-size: 1.2rem;
}
.ticket-lottery-step.step-qcm {
  background-image: url("/themes/custom/norca_games_front/images/mobile/m-login_bg.jpg");
}
.ticket-lottery-step.step-qcm .step-wrapper {
  position: relative;
  width: 460px;
  max-width: 100%;
  margin: auto;
  max-width: 900px;
}
.ticket-lottery-step.step-qcm .step-wrapper:after {
  filter: blur(0.25rem);
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin: -15px auto 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.ticket-lottery-step.step-qcm .step-wrapper .card {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 40px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  border: 0;
  padding: 24px 32px;
  max-width: 900px;
}
.ticket-lottery-step.step-qcm .step-wrapper .card .card-header {
  padding: 10px;
  color: #000000;
  border-radius: 0;
  text-align: center;
  background: none;
  border: 0;
}
.ticket-lottery-step.step-qcm .step-wrapper .card .card-header .card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.ticket-lottery-step.step-qcm .step-wrapper .card .card-header .card-subtitle {
  font-size: 1.15rem;
  color: #000000;
}
.ticket-lottery-step.step-qcm .step-wrapper .card .card-body {
  padding: 0;
  margin: 0.5rem 0;
  color: #000000;
}
.ticket-lottery-step.step-qcm .step-wrapper .card .card-body .form-control {
  max-width: 320px;
  margin: auto;
}
.ticket-lottery-step.step-qcm .step-wrapper .card .card-body .description {
  max-width: 320px;
  margin: 0.25rem auto;
}
.ticket-lottery-step.step-qcm .step-wrapper .card .card-body .btn.btn-primary {
  padding: 22px 30px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-qcm .step-wrapper .card .card-footer {
  padding: 0;
  border: 0;
  background: none;
}
.ticket-lottery-step.step-qcm .step-wrapper .card .card-footer .btn.btn-primary {
  padding: 12px 24px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-qcm .step-wrapper .card .btn-simply {
  font-size: 1.2rem;
}
.ticket-lottery-step.step-qcm .step-wrapper .card .card-footer .button-wrap {
  display: flex;
  flex-direction: column-reverse;
}
.ticket-lottery-step.step-qcm .step-wrapper .card .card-footer .button-wrap .btn.t-startengo-game-qcm-next {
  background: #ffffff;
  color: #760100;
}
.ticket-lottery-step.step-qcm .step-wrapper .card .card-footer .button-wrap .btn.t-startengo-game-qcm-next:hover {
  background: #383E42;
  color: #ffffff;
}
.ticket-lottery-step.step-lottery {
  background-image: url("/themes/custom/norca_games_front/images/mobile/m-login_bg.jpg");
}
.ticket-lottery-step.step-lottery .step-wrapper {
  padding-top: 150px;
}
.ticket-lottery-step.step-lottery .card {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 40px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  border: 0;
}
.ticket-lottery-step.step-lottery .card .card-header {
  padding: 10px;
  color: #000000;
  border-radius: 0;
  text-align: center;
  background: none;
  border: 0;
}
.ticket-lottery-step.step-lottery .card .card-header .card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.ticket-lottery-step.step-lottery .card .card-header .card-subtitle {
  font-size: 1.15rem;
  color: #000000;
}
.ticket-lottery-step.step-lottery .card .card-body {
  padding: 0;
  margin: 0.5rem 0;
  color: #000000;
}
.ticket-lottery-step.step-lottery .card .card-body .form-control {
  max-width: 320px;
  margin: auto;
}
.ticket-lottery-step.step-lottery .card .card-body .description {
  max-width: 320px;
  margin: 0.25rem auto;
}
.ticket-lottery-step.step-lottery .card .card-body .btn.btn-primary {
  padding: 22px 30px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-lottery .card .card-footer {
  padding: 0;
  border: 0;
  background: none;
}
.ticket-lottery-step.step-lottery .card .card-footer .btn.btn-primary {
  padding: 12px 24px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-lottery .card .btn-simply {
  font-size: 1.2rem;
}
.ticket-lottery-step.step-lottery .card .card-header {
  padding: 0;
}
.ticket-lottery-step.step-lottery .card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.ticket-lottery-step.step-lottery .card .card-body .launch-todo-wrap {
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: #000000;
}
.ticket-lottery-step.step-lottery .card .card-body .launch-todo-wrap span.count-wrap {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  margin-left: 0.5rem;
  line-height: 1;
  color: #B71C1B;
}
.ticket-lottery-step.step-lottery .card .card-body .launch-todo-wrap span.count-wrap .count {
  font-size: 4rem;
  margin-left: 0;
}
.ticket-lottery-step.step-lottery .card .card-footer {
  background: none;
}
.ticket-lottery-step.step-lottery .btn-spin-wheel {
  font-size: 1.5rem;
  font-weight: bold;
  background: #B71C1B;
  color: #ffffff;
  text-transform: uppercase;
}
.ticket-lottery-step.step-lottery .btn-spin-wheel:hover {
  background: #383E42;
  color: #ffffff;
}
.ticket-lottery-step.step-lottery .wheel-of-fortune-wrap {
  width: 680px;
}
.ticket-lottery-step.step-lottery .wheel-of-fortune-wrap #phaserStartengoGameLotteryWheel {
  z-index: 2;
}
.ticket-lottery-step.step-lottery .wheel-of-fortune-wrap #phaserStartengoGameLotteryWheel .cover::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("/themes/custom/norca_games_front/images/wheel/wheel-top.png") no-repeat center 0;
  background-size: contain;
  height: 175px;
  position: relative;
  top: -60px;
}
.ticket-lottery-step.step-won {
  background-image: url("/themes/custom/norca_games_front/images/mobile/m-login_bg.jpg");
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper {
  position: relative;
  width: 460px;
  max-width: 100%;
  margin: auto;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper:after {
  filter: blur(0.25rem);
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin: -15px auto 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper .card {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 40px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  border: 0;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper .card .card-header {
  padding: 10px;
  color: #000000;
  border-radius: 0;
  text-align: center;
  background: none;
  border: 0;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper .card .card-header .card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper .card .card-header .card-subtitle {
  font-size: 1.15rem;
  color: #000000;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper .card .card-body {
  padding: 0;
  margin: 0.5rem 0;
  color: #000000;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper .card .card-body .form-control {
  max-width: 320px;
  margin: auto;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper .card .card-body .description {
  max-width: 320px;
  margin: 0.25rem auto;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper .card .card-body .btn.btn-primary {
  padding: 22px 30px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper .card .card-footer {
  padding: 0;
  border: 0;
  background: none;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper .card .card-footer .btn.btn-primary {
  padding: 12px 24px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper .card .btn-simply {
  font-size: 1.2rem;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper .card .card-header {
  border: 0;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper .card .card-header .card-title {
  font-weight: bold;
  margin: 0;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper .card .card-body .prize-thumbnail {
  max-width: 200px;
  border: 0;
  padding: 0;
}
.ticket-lottery-step.step-won .step-wrapper .card-wrapper .card .card-body .prize-description {
  font-size: 0.9rem;
}
.ticket-lottery-step.step-won-form {
  background-image: url("/themes/custom/norca_games_front/images/mobile/m-login_bg.jpg");
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper {
  position: relative;
  width: 460px;
  max-width: 100%;
  margin: auto;
  width: 960px;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper:after {
  filter: blur(0.25rem);
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin: -15px auto 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper .card {
  width: 100%;
  background: #ffffff;
  padding: 40px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  border: 0;
  padding: 0;
  max-width: 100%;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper .card .card-header {
  padding: 10px;
  color: #000000;
  border-radius: 0;
  text-align: center;
  background: none;
  border: 0;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper .card .card-header .card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper .card .card-header .card-subtitle {
  font-size: 1.15rem;
  color: #000000;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper .card .card-body {
  padding: 0;
  margin: 0.5rem 0;
  color: #000000;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper .card .card-body .form-control {
  max-width: 320px;
  margin: auto;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper .card .card-body .description {
  max-width: 320px;
  margin: 0.25rem auto;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper .card .card-body .btn.btn-primary {
  padding: 22px 30px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper .card .card-footer {
  padding: 0;
  border: 0;
  background: none;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper .card .card-footer .btn.btn-primary {
  padding: 12px 24px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper .card .btn-simply {
  font-size: 1.2rem;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper .card .card-header {
  padding: 0;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper .card .card-body {
  padding: 0;
  margin: 0;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper .card .card-body .form-wrapper .actions-wrapper .btn-primary {
  width: 100%;
}
.ticket-lottery-step.step-won-form .step-wrapper .card-wrapper .card .card-footer {
  padding: 0;
}
.ticket-lottery-step.step-won-form .prize-wrapper {
  background: #ffffff;
  border-radius: 0;
}
.ticket-lottery-step.step-won-form .prize-wrapper .card-header .card-title {
  text-transform: uppercase;
  font-size: 3rem;
}
.ticket-lottery-step.step-won-form .prize-wrapper .prize-wrap .simplebar-track.simplebar-vertical {
  background: #383E42;
}
.ticket-lottery-step.step-won-form .prize-wrapper .prize-wrap .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  background: #383E42;
}
.ticket-lottery-step.step-won-form .card-form-wrapper {
  background: #383E42;
  border-radius: 0;
  color: #ffffff;
  padding: 40px;
}
.ticket-lottery-step.step-won-form .card-form-wrapper .simplebar-track.simplebar-vertical {
  border-radius: 12px;
  background: #383E42;
}
.ticket-lottery-step.step-won-form .card-form-wrapper .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  background: #B71C1B;
  opacity: 1;
}
.ticket-lottery-step.step-won-form .card-form-wrapper .form-composite > legend,
.ticket-lottery-step.step-won-form .card-form-wrapper .label,
.ticket-lottery-step.step-won-form .card-form-wrapper label {
  font-weight: normal;
  font-size: 1rem;
}
.ticket-lottery-step.step-won-form .card-form-wrapper .btn-primary {
  margin: auto;
}
.ticket-lottery-step.step-lost {
  background-image: url("/themes/custom/norca_games_front/images/mobile/m-login_bg.jpg");
}
.ticket-lottery-step.step-lost .step-wrapper .card-wrapper {
  position: relative;
  width: 460px;
  max-width: 100%;
  margin: auto;
}
.ticket-lottery-step.step-lost .step-wrapper .card-wrapper:after {
  filter: blur(0.25rem);
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin: -15px auto 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.ticket-lottery-step.step-lost .step-wrapper .card-wrapper .card {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 40px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  border: 0;
}
.ticket-lottery-step.step-lost .step-wrapper .card-wrapper .card .card-header {
  padding: 10px;
  color: #000000;
  border-radius: 0;
  text-align: center;
  background: none;
  border: 0;
}
.ticket-lottery-step.step-lost .step-wrapper .card-wrapper .card .card-header .card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.ticket-lottery-step.step-lost .step-wrapper .card-wrapper .card .card-header .card-subtitle {
  font-size: 1.15rem;
  color: #000000;
}
.ticket-lottery-step.step-lost .step-wrapper .card-wrapper .card .card-body {
  padding: 0;
  margin: 0.5rem 0;
  color: #000000;
}
.ticket-lottery-step.step-lost .step-wrapper .card-wrapper .card .card-body .form-control {
  max-width: 320px;
  margin: auto;
}
.ticket-lottery-step.step-lost .step-wrapper .card-wrapper .card .card-body .description {
  max-width: 320px;
  margin: 0.25rem auto;
}
.ticket-lottery-step.step-lost .step-wrapper .card-wrapper .card .card-body .btn.btn-primary {
  padding: 22px 30px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-lost .step-wrapper .card-wrapper .card .card-footer {
  padding: 0;
  border: 0;
  background: none;
}
.ticket-lottery-step.step-lost .step-wrapper .card-wrapper .card .card-footer .btn.btn-primary {
  padding: 12px 24px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-lost .step-wrapper .card-wrapper .card .btn-simply {
  font-size: 1.2rem;
}
.ticket-lottery-step.step-lost .step-wrapper .card-wrapper .card .card-body .winnings-wrap {
  max-width: 200px;
}
.ticket-lottery-step.step-end {
  background-image: url("/themes/custom/norca_games_front/images/mobile/m-login_bg.jpg");
}
.ticket-lottery-step.step-end .step-wrapper .card-wrapper {
  position: relative;
  width: 460px;
  max-width: 100%;
  margin: auto;
}
.ticket-lottery-step.step-end .step-wrapper .card-wrapper:after {
  filter: blur(0.25rem);
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin: -15px auto 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.ticket-lottery-step.step-end .step-wrapper .card-wrapper .card {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 40px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  border: 0;
}
.ticket-lottery-step.step-end .step-wrapper .card-wrapper .card .card-header {
  padding: 10px;
  color: #000000;
  border-radius: 0;
  text-align: center;
  background: none;
  border: 0;
}
.ticket-lottery-step.step-end .step-wrapper .card-wrapper .card .card-header .card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.ticket-lottery-step.step-end .step-wrapper .card-wrapper .card .card-header .card-subtitle {
  font-size: 1.15rem;
  color: #000000;
}
.ticket-lottery-step.step-end .step-wrapper .card-wrapper .card .card-body {
  padding: 0;
  margin: 0.5rem 0;
  color: #000000;
}
.ticket-lottery-step.step-end .step-wrapper .card-wrapper .card .card-body .form-control {
  max-width: 320px;
  margin: auto;
}
.ticket-lottery-step.step-end .step-wrapper .card-wrapper .card .card-body .description {
  max-width: 320px;
  margin: 0.25rem auto;
}
.ticket-lottery-step.step-end .step-wrapper .card-wrapper .card .card-body .btn.btn-primary {
  padding: 22px 30px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-end .step-wrapper .card-wrapper .card .card-footer {
  padding: 0;
  border: 0;
  background: none;
}
.ticket-lottery-step.step-end .step-wrapper .card-wrapper .card .card-footer .btn.btn-primary {
  padding: 12px 24px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-end .step-wrapper .card-wrapper .card .btn-simply {
  font-size: 1.2rem;
}
.ticket-lottery-step.step-missing-quantity {
  background-image: url("/themes/custom/norca_games_front/images/mobile/m-login_bg.jpg");
}
.ticket-lottery-step.step-missing-quantity .step-wrapper .card-wrapper {
  position: relative;
  width: 460px;
  max-width: 100%;
  margin: auto;
}
.ticket-lottery-step.step-missing-quantity .step-wrapper .card-wrapper:after {
  filter: blur(0.25rem);
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin: -15px auto 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.ticket-lottery-step.step-missing-quantity .step-wrapper .card-wrapper .card {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 40px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  border: 0;
}
.ticket-lottery-step.step-missing-quantity .step-wrapper .card-wrapper .card .card-header {
  padding: 10px;
  color: #000000;
  border-radius: 0;
  text-align: center;
  background: none;
  border: 0;
}
.ticket-lottery-step.step-missing-quantity .step-wrapper .card-wrapper .card .card-header .card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.ticket-lottery-step.step-missing-quantity .step-wrapper .card-wrapper .card .card-header .card-subtitle {
  font-size: 1.15rem;
  color: #000000;
}
.ticket-lottery-step.step-missing-quantity .step-wrapper .card-wrapper .card .card-body {
  padding: 0;
  margin: 0.5rem 0;
  color: #000000;
}
.ticket-lottery-step.step-missing-quantity .step-wrapper .card-wrapper .card .card-body .form-control {
  max-width: 320px;
  margin: auto;
}
.ticket-lottery-step.step-missing-quantity .step-wrapper .card-wrapper .card .card-body .description {
  max-width: 320px;
  margin: 0.25rem auto;
}
.ticket-lottery-step.step-missing-quantity .step-wrapper .card-wrapper .card .card-body .btn.btn-primary {
  padding: 22px 30px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-missing-quantity .step-wrapper .card-wrapper .card .card-footer {
  padding: 0;
  border: 0;
  background: none;
}
.ticket-lottery-step.step-missing-quantity .step-wrapper .card-wrapper .card .card-footer .btn.btn-primary {
  padding: 12px 24px;
  max-width: 320px;
  line-height: 1;
  width: 100%;
}
.ticket-lottery-step.step-missing-quantity .step-wrapper .card-wrapper .card .btn-simply {
  font-size: 1.2rem;
}
.ticket-lottery-step.step-missing-quantity .step-wrapper .card-wrapper .card .card-body .winnings-wrap {
  margin: auto;
  max-width: 200px;
  border: 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .ticket-lottery-step .step-wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
    min-height: calc(100vh - 150px);
  }
  .ticket-lottery-step.step-lottery .step-wrapper {
    padding-top: 50px;
  }
  .ticket-lottery-step.step-lottery .step-wrapper .container > .row {
    flex-direction: column-reverse;
  }
  .ticket-lottery-step.step-lottery .step-wrapper .card .card-header {
    margin-bottom: 0.5rem;
  }
  .ticket-lottery-step.step-lottery .step-wrapper .card .card-header .card-title {
    font-size: 1.25rem;
  }
  .ticket-lottery-step.step-lottery .step-wrapper .card .launch-todo-wrap {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .ticket-lottery-step.step-lottery .step-wrapper .card .launch-todo-wrap span {
    font-size: 2rem;
  }
  .ticket-lottery-step.step-lottery .step-wrapper .card .btn-spin-wheel {
    font-size: 1.75rem;
  }
  .ticket-lottery-step.step-won-form .card-form-wrapper {
    border-radius: 20px;
  }
  .ticket-lottery-step.step-won-form .prize-wrapper .prize-wrap {
    height: 250px;
  }
  .ticket-lottery-step.step-won-form .prize-wrapper .prize-wrap .row .col {
    min-width: 100%;
    margin-bottom: 20px;
  }
  .ticket-lottery-step.step-won-form .startengo-game-ticket-lottery-step-won-form .form-item[data-drupal-selector="edit-docusign-validation"] legend {
    float: none;
  }
}
@media all and (min-width: 768px) {
  .ticket-lottery-step.step-period-wait-next {
    background-image: url("/themes/custom/norca_games_front/images/desk/d-logout_bg");
  }
  .ticket-lottery-step.step-not-session {
    background-image: url("/themes/custom/norca_games_front/images/desk/d-logout_bg");
  }
  .ticket-lottery-step.step-participation {
    background-image: url("/themes/custom/norca_games_front/images/desk/d-logout_bg");
  }
  .ticket-lottery-step.step-qcm {
    background-image: url("/themes/custom/norca_games_front/images/desk/d-login_bg.jpg");
  }
  .ticket-lottery-step.step-qcm .card .card-footer .button-wrap .btn.btn-primary {
    position: absolute;
    bottom: -75px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    background: #000000;
  }
  .ticket-lottery-step.step-qcm .card .card-footer .button-wrap .btn.btn-primary:hover {
    background: #ffffff;
    color: #007D40;
  }
  .ticket-lottery-step.step-lottery {
    background-image: url("/themes/custom/norca_games_front/images/desk/d-login_bg.jpg");
  }
  .ticket-lottery-step.step-won {
    background-image: url("/themes/custom/norca_games_front/images/desk/d-login_bg.jpg");
  }
  .ticket-lottery-step.step-won-form {
    background-image: url("/themes/custom/norca_games_front/images/desk/d-login_bg.jpg");
  }
  .ticket-lottery-step.step-lost {
    background-image: url("/themes/custom/norca_games_front/images/desk/d-login_bg.jpg");
  }
  .ticket-lottery-step.step-end {
    background-image: url("/themes/custom/norca_games_front/images/desk/d-login_bg.jpg");
  }
  .ticket-lottery-step.step-missing-quantity {
    background-image: url("/themes/custom/norca_games_front/images/desk/d-login_bg.jpg");
  }
  .footer-links-wrap {
    position: absolute;
    bottom: 60px;
    right: 0;
    padding: 2rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1281px) {
  #page.game-page.game-ticket-lottery-page #header {
    position: fixed!important;
  }
  .ticket-lottery-step.step-lottery .step-wrapper {
    padding-top: 116px!important;
  }
  .ticket-lottery-step .step-wrapper {
    padding-top: 116px;
    padding-bottom: 116px;
    height: 800px;
    max-height: 800px;
  }
  .ticket-lottery-step .step-wrapper > .container {
    max-width: 1000px;
  }
  .ticket-lottery-step .step-wrapper .wheel-of-fortune-wrap {
    width: 500px;
  }
  .ticket-lottery-step.step-won-form .card-form-wrapper .form-won-body[data-simplebar-auto-hide="false"] {
    height: 300px;
  }
}
@media all and (min-width: 1281px) {
  .ticket-lottery-step .step-wrapper > .container {
    max-width: 1000px;
  }
}
@media all and (min-width: 1480px) {
  .ticket-lottery-step .step-wrapper > .container {
    max-width: 1400px;
  }
  .ticket-lottery-step.step-lottery .card:before {
    font-size: 60pt;
    top: -74px;
  }
}
