html {
  height: 100%;
}
body {
  min-height: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 14px;
  padding-top: 82px;
  display: flex;
  flex-direction: column;
  /*background: url("../img/background.jpg") #333 center top / cover;*/
  background: url("../img/lucky/main-bg.jpg") #333 center top / cover;
  background-attachment: fixed;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
::selection {
  background-color: rgba(219, 161, 0, 0.7);
  color: white;
}
img {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  -html-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
svg {
  max-width: 100%;
}
a,
a:hover,
a:focus,
a:active {
  color: #333;
  text-decoration: none;
}
a,
button {
  outline: none !important;
  box-shadow: none !important;
}
.hidden {
  display: none !important;
}
.flex-fill {
  display: flex;
}
.vertical-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.relative-wrapper {
  position: relative;
}
.text-bold {
  font-weight: bold;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-yellow {
  color: #FBBA07 !important;
}
.text-light-yellow {
  color: #F9F0A8 !important;
}
.f-13 {
  font-size: 13px;
}
.f-18 {
  font-size: 18px;
}
.page-title {
  font-size: 30px;
  /*color: @light-yellow;*/
  color: #0e2b63;
  font-weight: 500;
  text-transform: none;
}
.page-desc {
  font-weight: 500;
}
.section-title {
  color: #F9F0A8;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h2,
h4 {
  /*color: @yellow;*/
  color: #0e2b63;
}
h4 {
  font-size: 20px;
  padding: 10px 0px;
}
header {
  text-transform: uppercase;
  font-size: 13px;
  /*background: linear-gradient(#000000 0%, #000000);*/
  /*border-bottom: 1px solid rgba(255,255,255,0.5);*/
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  background: white;
  background: black;
  color: white;
}
header .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .navbar .nav-link {
  color: #333;
  color: white;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  header .navbar .nav-link.active:after {
    content: "";
    display: block;
    width: 100%;
    margin-top: 2px;
    border-bottom: 2px solid white;
  }
}
header .navbar .lucky-logo {
  display: none;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .navbar .lucky-logo img {
  width: 100px;
}
header .navbar .btn.dropdown-toggle {
  background: transparent !important;
  color: white;
  font-weight: normal;
  font-size: 13px;
  padding: 5px;
}
header .navbar .dropdown-toggle::after {
  border: none;
  width: 12px;
  height: 12px;
  vertical-align: baseline;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
header .navbar .dropdown-menu[data-bs-popper] {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .navbar-nav .nav-link.active {
  /*color: @yellow;*/
  color: #0e2b63;
  color: white;
}
header .navbar .nav-link.active:after {
  /*border-color: @yellow;*/
  border-color: #0e2b63;
  border-color: white;
}
header .navbar-toggler {
  border: 0;
  color: white;
}
header .navbar-toggler .navbar-toggler-icon {
  /*border-color: white;*/
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2814, 43, 99, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header li.nav-item.language-select {
  padding-top: 8px;
  padding-left: 5px;
  /*border-left: rgba(255,255,255,0.5) solid 1px !important;*/
  border-left: #0e2b63 solid 1px !important;
  border-radius: 0px;
  border-color: #555 !important;
}
header li.nav-item.language-select .form-select {
  /*background-color: transparent;*/
  /*color: white;*/
  background-color: #EEE;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230e2b63' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
header li.nav-item.language-select .form-select option {
  color: #333;
}
header .form-select:focus,
header .form-select:active {
  box-shadow: none;
  border-color: transparent;
}
footer {
  font-size: 13px;
  line-height: 1.2;
  padding: 30px 0 50px;
}
footer small {
  font-size: 11px;
}
footer .footer-link {
  font-weight: 500;
  margin-bottom: 7px;
}
main {
  padding: 50px 0 30px;
  padding: 30px 0px;
}
.content-wrapper {
  width: 100%;
}
.btn {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 20px;
  border-color: transparent !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  line-height: 1;
}
.btn-sm {
  padding: 6px 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.btn-lg {
  font-size: 20px;
}
.btn-link {
  color: #FBBA07;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  text-decoration: none;
  color: #eaad04;
}
.btn-link i {
  display: inline-block;
  margin-top: -3px;
  margin-right: 5px;
  font-size: 30px;
}
.btn-primary {
  background-color: #FBBA07;
  color: #102A62;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:first-child:active,
.btn-primary:focus:active {
  background-color: #eaad04;
  color: #102A62;
}
.btn-secondary {
  background-color: #102A62;
  color: #FBBA07;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:focus:active {
  background-color: #173d8e;
  color: #FBBA07;
}
form label {
  text-transform: uppercase;
  font-weight: 500;
}
.form-label {
  text-transform: uppercase;
  font-weight: 600;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}
::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  border: 2px solid transparent;
  font-weight: 600;
}
.form-control:focus {
  box-shadow: 0 0 2px 3px rgba(255, 195, 14, 0.6);
  border-color: #FBBA07;
}
.form-floating label {
  color: #102A62;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 1 !important;
}
.form-select {
  border: 2px solid transparent;
  font-weight: 500;
}
.form-select:focus,
.form-select:active {
  box-shadow: 0 0 2px 3px rgba(255, 195, 14, 0.6);
  border-color: #FBBA07;
}
.select2-container span.select2-selection--single {
  height: 58px;
  border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single span.select2-selection__arrow {
  height: 58px;
  width: 40px;
}
.select2-container--default .select2-selection--single span.select2-selection__rendered {
  text-align: left;
  padding: 10px 20px;
  line-height: 38px;
}
.select2-dropdown {
  margin-top: 5px;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  border-radius: 8px !important;
}
ul#select2-language_select-results li {
  border-top: rgba(112, 112, 112, 0.2) solid 1px;
  padding: 10px 20px;
}
.select2-container--default.select2-container--open.select2-container--below span.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below span.select2-selection--multiple {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.select2-container--open span.select2-dropdown--below {
  border: none;
}
span.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 14px;
  height: 9px;
  background: url("../img/icon-arrow-down.svg") left top no-repeat;
  border: none;
  margin-left: -7px;
  margin-top: -5px;
}
span.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.loading {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  pointer-events: none;
}
.loading img {
  width: 50px;
}
.icon-calendar {
  width: 90px;
  height: 90px;
  margin: 0px auto;
}
.icon-calendar.week-1 {
  background: url('../img/icon-calendar-02.png') left center no-repeat;
}
.icon-calendar.week-2 {
  background: url('../img/icon-calendar-01.png') left center no-repeat;
}
.icon-calendar.week-3 {
  background: url('../img/icon-calendar-04.png') left center no-repeat;
}
.icon-calendar.week-4 {
  background: url('../img/icon-calendar-01.png') left center no-repeat;
}
.icon-calendar.week-5 {
  background: url('../img/icon-calendar-05.png') left center no-repeat;
  background: url('../img/icon-calendar-02.png') left center no-repeat;
}
.icon-calendar.week-6 {
  background: url('../img/icon-calendar-06.png') left center no-repeat;
}
.calendar .active .icon-calendar {
  background-position: left center !important;
}
.calendar .icon-calendar,
.calendar .disabled .icon-calendar,
.icon-calendar.disabled {
  background-position: left bottom !important;
}
.calendar .completed .icon-calendar,
.icon-calendar.complete {
  background-position: left top !important;
}
.login {
  height: 100%;
}
.login form {
  width: 370px;
  color: white;
  padding: 20px;
  position: relative;
}
.login form::before {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(1, 1, 3, 0.75);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}
.login .btn-primary {
  background-color: #0e2b63;
  background-color: #E41B25;
  color: white;
}
.login .btn-primary:hover,
.login .btn-primary:focus,
.login .btn-primary:active,
.login .btn-primary:focus:active {
  background-color: #0e2b63;
  background-color: #b3040c;
  color: white;
}
.dashboard .owl-item img {
  border: none;
}
.dashboard .page-title {
  font-size: 24px;
  margin-bottom: -10px;
}
.dashboard .how-to {
  position: relative;
  border: 1px solid #F9F0A8;
  border-width: 0 1px 1px 1px;
  padding: 30px 20px 0;
}
.dashboard .how-to .section-title {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.dashboard .how-to .section-title:before {
  content: '';
  height: 1px;
  background-color: #F9F0A8;
  flex-grow: 1;
  margin-right: 15px;
}
.dashboard .how-to .section-title:after {
  content: '';
  height: 1px;
  flex-grow: 1;
  background-color: #F9F0A8;
  margin-left: 15px;
}
.dashboard .how-to .step {
  background: linear-gradient(to right, #f5db89 0%, #fff9b2 28.15%, #f9eba0 54.57%, #ddac63 100%);
  padding: 0 5px;
  color: #102A62;
  font-weight: 700;
  margin: 0 auto 15px;
  line-height: 1;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dashboard .how-to .step span {
  font-size: 30px;
  display: block;
}
.dashboard ul.task-list {
  padding-left: 0px;
  height: 300px;
  overflow-y: scroll;
}
.dashboard ul.task-list::-webkit-scrollbar {
  width: 5px;
}
.dashboard ul.task-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
}
.dashboard ul.task-list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.dashboard ul.task-list li {
  list-style: none;
  padding: 5px 0px;
}
.dashboard .task-list p {
  margin: 0px;
}
.dashboard .task-list .col-3 {
  width: 90px;
  padding: 0px;
}
.dashboard .check-in-wrapper {
  max-width: 500px;
  margin: 0px auto;
  padding: 20px;
  background: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.dashboard .check-in-wrapper .row.no-margin {
  margin: 0px;
}
.dashboard .check-in-wrapper .col {
  padding: 0px 5px;
}
.dashboard .check-in-box {
  position: relative;
  background: #EEE;
  padding: 5px;
  font-size: 12px;
  border: #DDD solid 2px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.dashboard .check-in-box img {
  border: none;
  filter: grayscale(100%);
  opacity: 0.5;
}
.dashboard .check-in-box img.coin-bg-grey {
  filter: grayscale(100%) !important;
}
.dashboard .check-in-box span {
  display: inline-block;
  font-size: 10px;
  line-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dashboard .check-in-box.checked {
  border-color: #333;
  background: #888;
  border-color: #53851d;
  background: #92d050;
  /*color: white;*/
  font-weight: bold;
}
.dashboard .check-in-box.checked img {
  filter: none;
  opacity: 1;
}
.dashboard .day-7 .check-in-box {
  background: gold;
  border-color: #fbba07;
  filter: grayscale(1);
}
.dashboard .day-7 .check-in-box.checked {
  /*background: #ff8d00;*/
  /*border-color: #333;*/
  filter: none;
  color: #333;
}
.tng-popup .swal2-content {
  padding: 20px;
}
.game-content-wrapper {
  position: relative;
}
.game-content-wrapper .game-content {
  border: #fbba07 solid 5px;
  background: white;
  position: absolute;
  left: 10px;
  top: 0px;
  right: 10px;
  bottom: 0px;
}
.game-content-wrapper .game-content .desc-box {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.game-content-wrapper .game-content .desc-box h4 {
  /*color: white;*/
  margin-bottom: 0px;
  padding: 0px;
  padding-bottom: 5px;
  color: white;
}
.game-content-wrapper .game-content .desc-box p {
  /*color: #FFF;*/
  margin-bottom: 0px;
  padding-bottom: 5px;
  color: white;
}
.game-content-wrapper .game-content.week-1 {
  background: url('../img/home-game-01.jpg??v4.03') center top no-repeat;
  background-size: 100% auto;
}
.game-content-wrapper .game-content.week-2 {
  background: url('../img/game-02.jpg??v4.03') center center no-repeat;
  background-size: 100% auto;
  background-position: 50% 20%;
}
.game-content-wrapper .game-content.week-3 {
  background: url('../img/game-03.jpg??v4.03') center top no-repeat;
  background-size: 100% auto;
  background-position: 50% 20%;
}
.game-content-wrapper .game-content.week-4 {
  background: url('../img/game-04.jpg??v4.03') center top no-repeat;
  background-size: 100% auto;
  background-position: 50% 15%;
}
.game-content-wrapper .game-content.week-4 .desc-box h4,
.game-content-wrapper .game-content.week-4 .desc-box p {
  /*color: #1D1D1B;*/
}
.game-content-wrapper .game-content.week-5 {
  background: url('../img/home-game-05.jpg??v4.03') center top no-repeat;
  background-size: 100% auto;
  /*background-position: 50% 70%;*/
}
.game-content-wrapper .game-content.week-6 {
  background: url('../img/home-game-02.jpg??v4.03') center top no-repeat;
  background-size: 100% auto;
  /*background-position: 50% 70%;*/
}
.title-row {
  padding-bottom: 50px;
}
.title-row p {
  font-size: 1.2rem;
}
.card-menu {
  border-bottom: 6px solid white;
  background: black no-repeat center / cover;
  padding: 50px 20px 25px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 450px;
  max-width: 100%;
  margin: 0 auto 20px;
  height: calc(100% - 20px);
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.card-menu:after {
  content: "";
  background-color: black;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.card-menu .card-menu-content {
  flex-grow: 1;
  padding: 15px 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.card-menu .card-menu-content h4 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  color: #F9F0A8;
}
.card-menu .card-menu-footer {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.card-menu .card-menu-footer span {
  color: #F9F0A8;
  display: block;
}
.card-menu .card-menu-footer a {
  border-bottom: 2px solid transparent;
  margin: 0 10px;
  text-shadow: 0 0 5px black;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.card-menu .card-menu-footer a:hover {
  border-bottom: 2px solid white;
}
.card-menu.card-leaderboard {
  background-image: url(../img/thumb-leaderboard.jpg);
}
.card-menu.card-guess {
  background-image: url(../img/thumb-guess.jpg);
}
.card-menu.card-games {
  background-image: url(../img/thumb-games.jpg);
}
.card-menu:hover {
  border-color: #FBBA07;
}
.card-menu:hover:after {
  opacity: 0.2;
}
.dashboard-banner {
  background-color: rgba(0, 0, 0, 0.25);
  background-blend-mode: overlay;
  color: white;
  font-size: 16px;
}
.dashboard-banner h4 {
  color: #102A62;
  font-size: 25px;
  font-weight: 600;
}
.notify-popup .swal2-content {
  padding: 20px;
}
.leaderboard-badge-holder {
  background: url(../img/leaderboard-confetti.png) no-repeat center / cover;
  width: 500px;
  min-height: 240px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.leaderboard-badge {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.leaderboard-badge span {
  font-size: 80px;
  font-weight: 600;
  color: #F9F0A8;
  text-align: center;
  text-shadow: 2px 3px 6px #FBBA07;
}
.leaderboard-badge span sup {
  top: 0;
  bottom: 0;
  font-size: 50%;
  font-weight: 500;
}
.leaderboard-section h2 {
  font-size: 20px;
  text-transform: none;
  font-weight: 500;
}
.table {
  text-align: center;
  border: 2px solid #F9F0A8;
}
.table thead th {
  background-color: #F9F0A8;
  font-weight: 500;
  color: #102A62;
  padding: 15px 10px;
}
.table tbody td {
  color: white;
  border: 0;
  padding: 13px 10px;
}
.prize-list {
  font-size: 26px;
  color: #F9F0A8;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}
.prize-list small {
  color: white;
  display: block;
  font-size: 60%;
}
.small-prizes {
  max-width: 80%;
}
.prize-bg {
  background: url(../img/prize-bg.png) no-repeat center / cover;
}
.yellow-tabs {
  background-color: #FBBA07;
  border-bottom-color: transparent;
  margin-bottom: 40px;
}
.yellow-tabs .nav-link {
  color: #102A62;
  font-weight: 600;
  font-size: 12px;
  border: 0 !important;
  padding: 15px 15px 14px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.yellow-tabs .nav-link:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 13px solid #FBBA07;
  margin-bottom: -11px;
  transform: translateY(0px);
  opacity: 0;
  -webkit-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -ms-transition: 0.1s all;
  -o-transition: 0.1s all;
}
.yellow-tabs .nav-link.active {
  border-radius: 0;
  background-color: white;
  color: #102A62;
}
.yellow-tabs .nav-link.active:after {
  transform: translateY(16px);
  opacity: 1;
  border-top-color: white;
}
.yellow-tabs .nav-link.disabled,
.yellow-tabs .nav-link[disabled] {
  color: rgba(16, 42, 98, 0.5);
  pointer-events: none;
}
.yellow-tabs .nav-link.available .tooltip {
  z-index: 9;
  position: absolute;
  bottom: 80%;
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.yellow-tabs .nav-link.available .tooltip-arrow {
  position: absolute;
  bottom: 0;
  left: 45%;
  right: 45%;
}
.yellow-tabs .nav-link.available .tooltip-arrow::before {
  border-top-color: #50AE47;
}
.yellow-tabs .nav-link.available .tooltip-inner {
  background-color: #50AE47;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
}
.yellow-tabs .nav-link.available.active .tooltip {
  opacity: 0;
}
.tab-dropdown {
  margin-bottom: 30px;
}
.tab-dropdown .form-select {
  background-color: #FBBA07;
  color: #102A62;
  font-weight: 600;
}
.submission .btn-lg {
  width: 300px;
  max-width: 100%;
}
.prediction-table {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.prediction-table .heading-row {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
}
.prediction-table .heading-date {
  font-size: 20px;
  text-align: left;
  transform: translateX(-30px);
}
.prediction-table .first-team,
.prediction-table .second-team {
  display: flex;
  align-items: center;
}
.prediction-table .team-badge {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #FBBA07 no-repeat center / 150%;
  border: 1px solid #d0d0d0;
}
.prediction-table .first-team {
  justify-content: end;
}
.prediction-table .first-team .team-name {
  margin-right: 10px;
}
.prediction-table .second-team .team-name {
  margin-left: 10px;
}
.prediction-table .team-score > div:first-child,
.prediction-table .team-score > div:last-child {
  width: 40%;
}
.prediction-table .team-score > div:nth-child(2) {
  width: 20%;
}
.prediction-table .team-score .badge {
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 500;
  color: white;
  line-height: 1;
}
.prediction-table .team-score .badge.finished {
  background-color: #50AE47;
}
.prediction-table .team-score .badge.scheduled {
  background-color: #004F9F;
}
.prediction-table .small {
  opacity: 0.7;
  font-size: 14px;
}
.prediction-table .by-day:not(:last-child) {
  margin-bottom: 60px;
}
.prediction-table .by-day:last-child {
  margin-bottom: 50px;
}
.table-box {
  background-color: #F2F2F2;
  color: black;
}
.table-box h3 {
  margin: 0;
}
.table-box div[class*=' border'],
.table-box div[class^='border'] {
  border: 0 solid #d0d0d0;
  border-color: #d0d0d0 !important;
}
.table-box div[class*=' border'].border-xl-end,
.table-box div[class^='border'].border-xl-end {
  border-bottom-width: 1px;
}
@media (min-width: 1200px) {
  .table-box div[class*=' border'].border-xl-end,
  .table-box div[class^='border'].border-xl-end {
    border-right-width: 1px;
    border-bottom-width: 0;
  }
}
.table-box .row > * {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .table-box .row > * {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.table-box .by-match {
  border-bottom: 1px solid #d0d0d0;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .table-box .by-match {
    padding: 0 30px;
    border-bottom: 2px solid #b7b7b7;
  }
}
.table-box .by-match + .predict-team,
.table-box .by-match:last-child {
  border-bottom: 0 !important;
}
.table-box .predict-input {
  width: 100px;
}
.predict-team {
  padding: 15px 20px;
  margin-left: -30px;
  margin-right: -30px;
  background-color: #00B1EB;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: white;
  flex-direction: column;
  font-size: 14px;
}
.predict-team .form-select {
  min-width: 200px;
  width: auto;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .predict-team {
    justify-content: end;
    text-align: right;
    padding: 15px 50px;
  }
}
@media (min-width: 992px) {
  .predict-team {
    flex-direction: row;
  }
  .predict-team .form-select {
    margin-left: 15px;
    margin-top: 0;
  }
}
.heading-back {
  color: #FBBA07;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
.game {
  /*
    .flex-column.align-items-center div {
        width: 10%;
    }
    .flex-column.align-items-center div:nth-child(2) {
        width: 80%;
        text-align: center;
    }
*/
}
.game .page-title {
  text-transform: none;
}
.game.star .container .col-12 {
  padding: 0px;
}
.game.star .page-desc strong {
  font-size: 20px;
}
.modal {
  text-align: center;
  color: black;
}
.modal .btn-close {
  color: #102A62;
  opacity: 1;
  width: 20px;
  height: 20px;
}
.modal .modal-header {
  align-items: start;
  border: 0;
}
.modal .modal-title {
  text-transform: none;
  font-size: 34px;
  line-height: 1.2;
  margin-top: 20px;
  width: 100%;
}
.modal .modal-body {
  padding: 30px 40px;
}
.modal .form-select {
  border: 1px solid #d0d0d0;
  color: #004F9F;
}
@media (max-width: 576px) {
  .modal .modal-body {
    padding: 30px 20px;
  }
  .modal .modal-title {
    font-size: 26px;
  }
  .modal .modal-dialog {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.predict-final-winner {
  width: 400px;
  max-width: 100%;
  margin: 30px auto 0;
  text-align: center;
}
.predict-final-winner .form-label {
  font-size: 16px;
}
.game-list {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  padding-top: 280px;
  padding-top: 326px;
  background: white;
}
.game-list .game-thumb {
  background: no-repeat center / cover;
  position: relative;
  padding-bottom: 45%;
  border: 2px solid white;
  margin-bottom: 20px;
}
.game-list h2 {
  font-size: 19px;
  /*color: @yellow;*/
  color: white;
  text-transform: none;
  margin: 0;
  letter-spacing: 0;
  /*min-height: 68px;*/
}
.game-list .small {
  font-size: 16px;
  font-size: 14px;
  color: #FFF;
  margin: 5px 0px;
}
.game-list .btn {
  /*margin-top: 15px;*/
  position: relative;
  /*font-size: 18px;*/
  font-size: 12px;
}
.game-list.stay-tuned .game-thumb::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
  content: "";
}
.game-list.stay-tuned .btn {
  text-indent: -99999px;
  background-color: #d0d0d0;
  color: #102A62;
  pointer-events: none;
}
.game-list.stay-tuned .btn::after {
  content: "Stay Tuned";
  position: absolute;
  text-indent: 0;
  left: 0;
  right: 0;
}
.game-list.game-02 .small,
.game-content-wrapper .game-content.week-2 .desc-box p {
  /*color: #333;*/
}
.game-list.game-01 {
  background: url('../img/game-01.jpg??v4.03') center center no-repeat;
  background-size: 100% auto;
  background-size: auto 100%;
}
.game-list.game-02 {
  background: url('../img/game-02.jpg??v4.03') center center no-repeat;
  /*background: url('../img/game-00.jpg??v4.03') center center no-repeat;*/
  background-size: 100% auto;
  background-size: auto 100%;
}
.game-list.game-03 {
  background: url('../img/game-03.jpg??v4.03') center center no-repeat;
  /*background: url('../img/game-00.jpg??v4.03') center center no-repeat;*/
  background-size: 100% auto;
  background-size: auto 100%;
}
.game-list.game-03 h2,
.game-list.game-03 div.small {
  /*color: white;*/
}
.game-list.game-04 {
  background: url('../img/game-04.jpg??v4.03') center center no-repeat;
  /*background: url('../img/game-00.jpg??v4.03') center center no-repeat;*/
  background-size: 100% auto;
  background-size: auto 100%;
  /*
    background-position: center top;/*
    background: url('../img/game-00.jpg?v2.01') left top no-repeat;
    background-size: 100% auto;*/
}
.game-list.game-04 h2,
.game-list.game-04 div.small {
  /*color: #1D1D1B;*/
  /*color: white;*/
}
.game-list.game-05 {
  background: url('../img/game-05.jpg??v4.03') left top no-repeat;
  background-size: 100% auto;
}
.game-list h2,
.game-list.stay-tuned.ended h2,
.game-list .small,
.game-list.stay-tuned.ended .small {
  color: #0e2b63;
  color: white;
}
.game-list.stay-tuned,
.game-list.stay-tuned-bm {
  position: relative;
}
.game-list.stay-tuned h2,
.game-list.stay-tuned-bm h2,
.game-list.stay-tuned .small,
.game-list.stay-tuned-bm .small {
  color: white;
}
.game-list.game-02.stay-tuned:before,
.game-list.game-02.stay-tuned-bm:before,
.game-list.game-03.stay-tuned:before,
.game-list.game-03.stay-tuned-bm:before,
.game-list.game-04.stay-tuned:before,
.game-list.game-04.stay-tuned-bm:before {
  content: '';
  background: url('../img/coming-soon.png') left top no-repeat;
  background: url('../img/coming-soon.jpg') left top no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.game-list.ended:before {
  display: none;
}
.progress {
  height: 6px;
}
.progress-bar {
  /*background-color: @dark-blue;*/
  background-color: #FBBA07;
}
.game-tab {
  margin-bottom: 40px;
}
.game-tab .nav-link {
  color: #102A62;
  background-color: #FBBA07;
  border-radius: 0 !important;
  padding: 15px 10px;
  border: 1px solid transparent;
  border-bottom: 2px solid white;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.game-tab .nav-link.active {
  background-color: white;
  color: #102A62;
}
.game-tab .nav-link:hover:not(.active) {
  background-color: #e5a904;
}
.game-tab .nav-item:last-child .nav-link {
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.game-tab .nav-item:nth-child(2) .nav-link {
  border-radius: 0;
  border-left: 2px solid #e5a904;
  border-right: 2px solid #e5a904;
}
/* ========== WORD SEARCH GAME ========== */
.game.word-search .time-wrapper {
  font-weight: bold;
  /*color: #000;*/
  color: white;
}
.game.word-search .time-wrapper.paper {
  /*color: #333;*/
}
.game.word-search .item-1 .time-wrapper {
  color: #333;
}
.game.word-search ul.ws-words,
.game.word-search li.ws-word {
  color: white;
}
.word-search-wrapper {
  padding: 20px 0px 30px;
  background: url('../img/word-search-bg-v2.jpg') center center no-repeat;
  background-size: auto 100%;
}
.word-search-wrapper.paper-toss canvas {
  background: url('../img/toss-game-bg.jpg') center center no-repeat;
  /*background-size: auto 100%;*/
  background-position: 50% 78%;
}
.word-search-wrapper.scratch-game.item-1 {
  background: url('../img/scratch/background-01.png') center center no-repeat;
}
.word-search-wrapper.scratch-game.item-2 {
  background: url('../img/scratch/background-02.png') center center no-repeat;
}
.word-search-wrapper.scratch-game.item-3 {
  background: url('../img/scratch/background-03.png') center center no-repeat;
}
.word-search-wrapper.scratch-game.item-4 {
  background: url('../img/scratch/background-04.png') center center no-repeat;
}
li.ws-word {
  color: #000;
  font-weight: bold;
}
.game.word-search li.ws-word.found {
  background: #fbba07;
  color: #972726;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.swal2-content h4 {
  text-transform: uppercase;
}
/* ========== CATCHING GAME ========== */
.game.catching-game .time-wrapper {
  font-weight: bold;
  /*color: #000;*/
  color: white;
}
/* ========== SHOOTER GAME ========== */
.desktop-desc,
.mobile-desc {
  display: none;
}
.isDesktop .desktop-desc,
.isMobile .mobile-desc {
  display: block;
}
.modal-body li {
  text-align: left;
}
.shooter p.page-desc {
  font-size: 18px;
  font-weight: bold;
}
/* ========== QUIZ  ========== */
.game.quiz .button-wrapper {
  display: inline-block;
  min-width: 150px;
  padding-top: 10px;
}
.game.quiz .heading-back {
  line-height: 50px;
  padding: 0px;
  border: none;
}
.game.quiz .timer-wrapper .col-3.text-right {
  padding-top: 5px;
}
.game.quiz.instruction p {
  padding-top: 10px;
}
.game.quiz.instruction .bi-zoom-in {
  margin-right: 5px;
}
.game.quiz.instruction a.btn-primary.btn-next {
  padding: 10px 20px;
  line-height: normal;
  height: auto;
}
.question img {
  margin: 0px auto;
}
/* ========== B&H landing page ========== */
.bnh-prelaunch {
  color: #1D1D1B;
}
.bnh-prelaunch h2,
.bnh-prelaunch h4,
.bnh-prelaunch p {
  font-weight: normal;
  color: #1D1D1B;
}
.bnh-prelaunch .title-row h2,
.bnh-prelaunch .title-row h4 {
  padding: 0px;
}
.bnh-prelaunch .title-row .text-left {
  padding-left: 0px;
}
.bnh-prelaunch .title-row .text-right {
  padding-right: 0px;
}
.bnh-prelaunch h4.red-font {
  color: #BA1622;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.bnh-prelaunch img.masthead {
  width: 150px;
  height: auto;
}
.bnh-prelaunch .recycle p {
  padding: 0px 50px;
  margin-bottom: 0px;
}
.bnh-prelaunch .recycle img {
  width: 70px;
  height: auto;
}
.bnh-prelaunch .carousel-wrapper {
  width: 380px;
  max-width: 100%;
  margin: 0px auto;
}
.bnh-prelaunch .toggle-btn {
  display: block;
  width: 110px;
  height: 50px;
  margin: 0px auto;
  cursor: pointer;
  background: url('../img/bnh/toggle-overlay.png') left top no-repeat;
  background-size: 100% 100%;
}
.bnh-prelaunch .toggle-btn span.toggler {
  display: block;
  margin: 0px auto;
  width: 100px;
  height: 40px;
  overflow: hidden;
  background: url('../img/bnh/toggle-bg.png') -6px 0px no-repeat;
  background-size: 160px 40px;
  transition: all 0.5s;
  position: relative;
  z-index: -1;
}
.bnh-prelaunch .toggle-btn.active span.toggler {
  background-position-x: -53px;
}
.bnh-prelaunch.launch img.masthead {
  width: 210px;
  margin-left: 0px !important;
}
.bnh-prelaunch.launch .row.recycle {
  width: 400px;
  max-width: 100%;
  margin: 0px auto;
}
.bnh-prelaunch.launch .recycle p {
  display: inline-block;
  padding: 0px;
  width: calc(100% - 75px);
  text-align: left;
  vertical-align: middle;
}
.bnh-prelaunch.launch .recycle img {
  display: inline-block;
}
.bnh-faq {
  color: #1D1D1B;
}
.bnh-faq h2,
.bnh-faq h4 {
  font-weight: bold;
  color: #1D1D1B;
}
.bnh-faq p {
  margin-bottom: 0px;
}
.pack-previous {
  width: 275px;
}
.chevron {
  width: 110px;
}
.pack-now {
  width: 380px;
}
img.play-now {
  width: 200px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* ---------- DUNHILL VERSION ---------- */
.dunhill-faq p {
  font-size: 18px;
}
/* ========== CALENDAR ========== */
.calendar .calendar-nav a {
  display: block;
  min-height: 175px;
}
.calendar .calendar-nav p {
  margin-bottom: 0px;
}
.calendar .calendar-nav .active {
  font-weight: normal !important;
}
.calendar .calendar-nav .disabled {
  pointer-events: none;
}
.calendar .calendar-nav .status-pill {
  /*background: #00B9F2;*/
  background: #0e2b63;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0px;
  line-height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.calendar .calendar-nav .status-pill.in-progress {
  background: #FBBA07;
}
.calendar .calendar-nav .status-pill.completed {
  background: #4FB657;
}
.calendar .calendar-nav.bm a {
  min-height: 185px;
}
.calendar .calendar-nav.bm .completed .status-pill,
.calendar .calendar-nav.bm .disabled .status-pill {
  padding: 12px 10px;
}
.calendar .calendar-wrapper {
  padding: 40px 20px 20px;
  background: white;
  color: #333;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.calendar .calendar-wrapper img {
  /*margin: 30px auto;*/
  margin: 0px auto;
}
.calendar .calendar-wrapper .btn.btn-primary {
  margin: 10px 0px;
}
.calendar .week-1 .invisible,
.calendar .week-2 .invisible,
.calendar .week-3 .invisible,
.calendar .week-4 .invisible,
.calendar .week-5 .invisible {
  visibility: visible !important;
  opacity: 0 !important;
}
.calendar .week-1 label.label-photo,
.calendar .week-2 label.label-photo,
.calendar .week-3 label.label-photo,
.calendar .week-4 label.label-photo,
.calendar .week-5 label.label-photo {
  width: 300px;
  height: 300px;
  padding: 70px 0px;
  background: #EEE;
  text-transform: unset;
  max-width: 100%;
}
.calendar .week-1 label.label-photo span,
.calendar .week-2 label.label-photo span,
.calendar .week-3 label.label-photo span,
.calendar .week-4 label.label-photo span,
.calendar .week-5 label.label-photo span {
  font-size: 16px;
  font-weight: bold;
}
.calendar .week-1 #selfieForm,
.calendar .week-2 #selfieForm,
.calendar .week-3 #selfieForm,
.calendar .week-4 #selfieForm,
.calendar .week-5 #selfieForm {
  position: relative;
}
.calendar .week-1 .canvas-wrapper,
.calendar .week-2 .canvas-wrapper,
.calendar .week-3 .canvas-wrapper,
.calendar .week-4 .canvas-wrapper,
.calendar .week-5 .canvas-wrapper {
  background: #eee;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.calendar .week-1 #canvasDiv,
.calendar .week-2 #canvasDiv,
.calendar .week-3 #canvasDiv,
.calendar .week-4 #canvasDiv,
.calendar .week-5 #canvasDiv {
  max-width: 300px;
  margin: 0px auto;
}
.calendar .week-1 .konvajs-content,
.calendar .week-2 .konvajs-content,
.calendar .week-3 .konvajs-content,
.calendar .week-4 .konvajs-content,
.calendar .week-5 .konvajs-content {
  max-width: 100%;
  height: auto !important;
}
.calendar .week-1 .konvajs-content canvas,
.calendar .week-2 .konvajs-content canvas,
.calendar .week-3 .konvajs-content canvas,
.calendar .week-4 .konvajs-content canvas,
.calendar .week-5 .konvajs-content canvas {
  max-width: 100%;
  height: auto !important;
  position: static !important;
}
.calendar .week-1 label.label-photo,
.calendar .week-3 label.label-photo,
.calendar .week-5 label.label-photo {
  height: 533px;
  padding: 10px 0px;
}
.calendar .form-control,
.calendar .form-control:focus,
.calendar .form-select {
  background: #EEE;
}
.calendar .form-control:focus,
.calendar .form-select {
  box-shadow: none;
  border-color: #CCC;
  background: #EEE;
}
.calendar .form-select {
  border: none;
  height: 40px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.calendar .week-3 .week-3-task-wrapper {
  background: #EEE;
  color: #333;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.calendar .week-3 #v-pills-tab {
  width: 260px;
}
.calendar .week-3 .nav-pills .nav-link {
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  -o-border-radius: unset;
  border-radius: unset;
}
.calendar .week-3 .nav-pills .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
}
.calendar .week-3 .nav-pills .nav-link.active,
.calendar .week-3 .nav-pills .show > .nav-link {
  color: white;
}
.calendar .week-3 .tab-content {
  width: 100%;
  padding: 20px;
  background: white;
}
.calendar .week-3 .tab-content h4 {
  color: #333;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
}
.calendar .week-3 .tab-content .btn-primary {
  letter-spacing: normal;
  padding: 10px 50px;
  font-size: 16px;
}
.calendar .week-3 .tab-content .relative-wrapper {
  position: relative;
}
.calendar .week-3 .tab-content .relative-wrapper .phone-initial {
  pointer-events: none;
  width: 50px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.calendar .week-3 .tab-content .relative-wrapper #phone {
  padding-left: 50px;
}
.calendar .week-3 .tab-content .custom-control-label {
  width: calc(100% - 20px);
}
.calendar .week-3 .tab-content .col-form-label {
  min-height: 56px;
}
.calendar .week-3 .tab-content #myForm {
  padding-bottom: 50px;
}
.calendar .week-3 .tab-content .consumer-content {
  overflow: auto;
}
.calendar .week-3 .tab-content .table {
  border: none;
}
.calendar .week-3 .tab-content .table thead th {
  background: transparent;
  border: none;
  border-bottom: #CCC solid 1px;
}
.calendar .week-3 .tab-content .table tbody td {
  color: #333;
}
.calendar .week-3 .tab-content .table tbody td * {
  color: #333 !important;
  pointer-events: none !important;
}
.calendar .week-3 .line-wrapper.next-line {
  padding-top: 10px;
}
.calendar .week-6 .surveyForm .row {
  padding-bottom: 10px;
}
.calendar .week-6 .surveyForm .col-form-label {
  font-weight: bold;
}
.calendar .week-6 .surveyForm .form-group label {
  display: inline;
  vertical-align: text-bottom;
}
.calendar .week-6 .surveyForm .custom-control {
  padding-left: 10px;
}
.calendar .week-6 .surveyForm input[type="text"] {
  font-weight: normal;
}
.calendar .week-6 .surveyForm .q-05 .custom-control {
  position: relative;
}
.calendar .week-6 .surveyForm .q-05 .q5-label {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.calendar .week-6 .surveyForm .q-05 .form-control {
  padding-left: 40px;
}
.calendar .week-6 .surveyForm .q-05.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.calendar .week-6 .surveyForm small {
  display: block;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  padding-left: 16px;
}
.calendar #fill_blank_form .question-wrapper {
  /*padding-bottom: 20px;*/
}
.calendar #fill_blank_form .question-wrapper .hint-image {
  padding-bottom: 20px;
}
.calendar #fill_blank_form .question-wrapper .hint-image img {
  width: 300px;
}
.calendar #fill_blank_form .question-wrapper p {
  padding-top: 20px;
}
.calendar #fill_blank_form input {
  width: 30px;
  text-align: center;
}
.calendar #fill_blank_form .fill-blank-boxes {
  display: inline-block;
}
/* ---------- PROFILE PAGE ---------- */
.profile .calendar-wrapper {
  padding: 40px 20px 20px;
  background: white;
  color: #333;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.profile .calendar-wrapper img {
  /*margin: 30px auto;*/
  margin: 0px auto;
}
.profile .calendar-wrapper .btn.btn-primary {
  margin: 10px 0px;
}
.profile .form-control,
.profile .form-control:focus,
.profile .form-select {
  background: #EEE;
}
.profile .form-control:focus,
.profile .form-select {
  box-shadow: none;
  border-color: #CCC;
  background: #EEE;
}
.profile .form-select {
  border: none;
  height: 40px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
/* ---------- WEEK 2 ---------- */
.image-progress {
  padding-bottom: 5px;
}
.calendar-content.week-2 .progress,
.calendar-content.week-3 .progress {
  margin-bottom: 10px;
}
/* ========== THANK YOU PAGE ========== */
/*.congratulation {*/
.tng-pin-wrappper {
  width: 420px;
  height: 460px;
  margin: 0px auto;
  padding: 320px 50px 50px;
  font-size: 24px;
  color: white;
  background: url('../img/tng-pin.png') center top no-repeat;
  background-size: auto 100%;
}
.tng-pin-wrappper * {
  color: white !important;
}
/*}*/
/* ========== TNG HISTORY PAGE ========== */
.history-wrapper {
  background: white;
  border-radius: 15px;
  padding: 20px 30px;
  color: #333;
}
.history-wrapper .title-row {
  padding-bottom: 10px;
  margin: 0px;
  margin-bottom: 10px;
  border-bottom: #707070 solid 1px;
  text-transform: uppercase;
}
.history-wrapper .tng-history-row {
  padding: 5px 0px;
}
.history-wrapper .tng-history-row .col-4 * {
  color: #333 !important;
  pointer-events: none !important;
}
.history-wrapper .tng-history-row.reimburse {
  background: #fbba07;
}
.history-wrapper .tng-history-row.reimburse > .col-4:first-child::after {
  content: 'reimburse';
  font-size: 11px;
  color: white;
  background: red;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
/* ========== WEEK 4 GAME ========== */
#typing-text,
.usp-text {
  max-width: 800px;
  min-height: 150px;
  margin: 30px auto;
  text-align: left;
  padding: 50px 30px;
  border: white solid 1px;
}
.usp-text {
  text-align: center;
  font-size: 1.5em;
}
html[lang='bm'] .prize-1 {
  content: url('../img/bm-prize-1.png');
}
html[lang='bm'] .prize-2 {
  content: url('../img/bm-prize-2.png');
}
html[lang='bm'] .prize-3 {
  content: url('../img/bm-prize-3.png');
}
/* ========== PERFORMANCE PAGE ========== */
.performance-wrapper {
  padding-top: 20px;
}
.performance-wrapper h1 {
  font-weight: bold;
}
.performance-wrapper p {
  /*font-size: 2rem;*/
}
.performance-wrapper h1,
.performance-wrapper p {
  margin-bottom: 0px;
  font-size: 1.6rem;
}
.performance-wrapper span {
  font-size: 16px;
  font-style: italic;
}
#howto-scramble .italic-font {
  font-style: italic;
}
/* =========== CALENDAR TASK POPUP ========== */
.code-popup .swal2-popup {
  padding: 0px;
  background: no-repeat;
}
.code-popup .swal2-popup img {
  margin: 0px auto;
}
.code-popup .swal2-popup .button-wrapper {
  margin-top: 20px;
}
/* ========== BAT PRIME ========== */
.is-prime {
  background: url(../img/bat-prime/main-bg.png) #000 center 20px / cover;
  /*background-size: 1920px auto;*/
  background-attachment: fixed;
  position: relative;
}
.is-prime .footer-wrapper {
  color: white;
}
.is-prime .footer-wrapper a {
  color: white;
}
/*
.is-prime:after {
    content: '';
    display: block;
    width: 100%;
    height: 700px;
    background: linear-gradient(180deg, rgba(41, 9, 90, 0.00) 0%, #0E041E 100%);
    
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
.is-prime.prime-landing {
    background: url(../img/bat-prime/landing-bg.png) #333 left top / cover;
    background-attachment: fixed;
}
.is-prime.prime-landing:after {
    display: none;
}*/
.prime .gold-font {
  color: #F1BC42;
  font-size: 16px;
  font-weight: bold;
}
.prime .prime-content,
.prime h2,
.prime h4 {
  color: white;
}
.prime input[type="radio"] {
  display: block;
  margin: 0px auto;
}
.prime ol li {
  padding-bottom: 20px;
}
.prime .btn-primary {
  width: 380px;
  max-width: 100%;
  line-height: 58px;
  padding: 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.prime .prime-max-wid {
  width: 580px;
  max-width: 100%;
}
.prime .shadow-round-box {
  margin: 0px auto;
  width: 580px;
  max-width: 100%;
  padding: 50px;
  background: linear-gradient(180deg, rgba(6, 6, 6, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(10px);
  border: #CCC solid 1px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.prime .box-container {
  width: 50%;
  margin: 0px auto;
  padding: 20px;
  background: #004f9f;
  color: white;
}
.prime .box-container p {
  margin-bottom: 0px;
}
.prime input#tnc {
  margin-right: 10px;
}
.prime .prime-content.step-1 {
  width: 580px;
  max-width: 100%;
  margin: 0px auto;
}
.prime .prime-content.step-2 .answer {
  width: 230px;
  margin: 0px auto;
  text-align: left;
}
.prime .prime-content.step-2 .answer .custom-control {
  padding-bottom: 10px;
}
.prime .prime-content.step-3,
.prime .prime-content.step-4 {
  width: 780px;
  max-width: 100%;
}
.prime .prime-title {
  font-size: 40px;
}
.prime .custom-radio small {
  display: block;
}
.prime .step-3 .custom-radio strong {
  font-size: 25px;
  line-height: 100%;
  display: block;
}
.prime .step-3 .earn-detail-wrapper {
  padding-left: 50px;
  background: url('../img/bat-prime/icon-checked.svg') left center no-repeat;
  background-size: 40px;
}
.prime .step-3 .shadow-round-box {
  padding: 20px 40px;
}
.prime .choice-1 .prime-title {
  border-left: #F7D78E solid 4px;
  padding-left: 5px;
}
.prime .choice-2 .prime-title {
  border-left: #FFF solid 4px;
  padding-left: 5px;
}
.prime .step-4 input[type="radio"] {
  display: none;
}
.prime .step-4 .shadow-round-box {
  padding: 20px;
}
.prime .step-4 .choice-2 .no-list {
  height: calc(100% - 41px - 1.5rem);
  display: block;
}
.prime .step-4 .choice-2 .no-list li {
  height: 100%;
}
.prime .step-4 .rebates {
  min-height: 180px;
}
.prime .step-4 h4.mb-4 {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
.prime .step-4 .custom-breaker {
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
}
.prime .step-4 .custom-breaker:after {
  content: '';
  display: block;
  width: 20px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  border-bottom: white solid 2px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.prime .no-list {
  list-style: none;
  padding-left: 0px;
}
.prime ol ol {
  list-style: lower-alpha;
}
.prime ol ol li::marker {
  content: "(" counter(list-item, lower-alpha) ") ";
}
.prime ol.tnc-list > li::marker {
  font-weight: bold;
}
.prime table {
  width: 100%;
  text-align: left;
  border: white solid 2px;
  margin-bottom: 20px;
}
.prime th,
.prime td {
  border: white solid 1px;
  padding: 5px 10px;
}
.prime th {
  background: rgba(255, 255, 255, 0.2);
}
.prime .step-6 .form-control:disabled {
  background-color: #CCC;
}
.prime .step-6 li p {
  margin-bottom: 0px;
}
.prime .rounded-box {
  border: white solid 1px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.prime .rounded-box .share-of-low-range,
.prime .rounded-box .new-categories,
.prime .rounded-box .rebates {
  border-top: white solid 1px;
}
.prime .selector-wrapper label {
  width: 300px;
  max-width: 100%;
  margin: 15px auto 0px;
  padding: 20px;
  line-height: 20px;
  color: #fbba07;
  border: #fbba07 solid 1px;
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
.prime .selector-wrapper label span {
  line-height: 20px;
}
.prime .selector-wrapper .selected {
  display: none;
}
.prime .selector-wrapper .selected img {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 10px;
  height: 18px;
}
.prime .selector-wrapper .not-select {
  display: block;
}
.prime input[type="radio"]:checked + .custom-control.custom-radio {
  /*border-color: #fbba07;*/
  border: #fbba07 solid 2px;
}
.prime input[type="radio"]:checked + .custom-control.custom-radio .selector-wrapper label {
  background: #41B637;
  border-color: #41B637;
  color: white;
}
.prime input[type="radio"]:checked + .custom-control.custom-radio .selector-wrapper .selected {
  display: block;
}
.prime input[type="radio"]:checked + .custom-control.custom-radio .selector-wrapper .not-select {
  display: none;
}
.prime .step-5 .shadow-round-box {
  /*width: 430px;*/
  /*max-width: 100%;*/
}
.prime .step-6 .shadow-round-box {
  width: 820px;
  max-width: 100%;
}
.prime .step-6 .col-form-label {
  display: block;
  text-indent: 5px;
}
.prime .step-6 .custom-control.form-switch {
  display: inline-block;
}
.prime .step-6 #canvasDiv {
  /*margin-bottom: 20px;*/
}
.prime .step-6 #canvasDiv,
.prime .step-6 .form-control {
  border: #AAA solid 1px;
}
.prime .step-7 h4.congratulations {
  font-size: 50px;
  color: #F1BC42;
  font-weight: bold;
}
.prime .step-7 h2.prime-title {
  display: inline-block;
  text-align: left;
}
.prime a.download-pdf {
  color: white;
  text-decoration: underline;
}
.prime .cduForm {
  position: relative;
}
.prime .cduForm label.label-photo {
  width: 500px;
  height: 500px;
  padding: 70px 0px;
  max-width: 100%;
}
.prime .cduForm label span {
  display: inline-block;
}
.prime .cduForm .canvas-wrapper {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.prime .cduForm #canvasDiv {
  max-width: 500px;
  margin: 0px auto;
}
.prime .cduForm .konvajs-content {
  max-width: 100%;
  height: auto !important;
}
.prime .cduForm .konvajs-content canvas {
  max-width: 100%;
  height: auto !important;
  position: static !important;
}
.prime .cduForm .invisible {
  visibility: visible !important;
  opacity: 0 !important;
}
.prime .cduForm img.has-cdu {
  padding: 0px 50px;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.prime .cduForm.lucky label.label-photo {
  padding: 160px 0px;
  background: white;
}
.prime .cduForm.lucky .shadow-round-box {
  background: white;
}
.prime .cduForm.lucky img.has-cdu {
  padding: 0px 50px;
  -webkit-transform: translateY(-110px);
  -moz-transform: translateY(-110px);
  -ms-transform: translateY(-110px);
  -o-transform: translateY(-110px);
  transform: translateY(-110px);
}
.is-prime .prime-popup .swal2-popup {
  padding: 50px 20px;
  background: #414040;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  -o-border-radius: unset;
  border-radius: unset;
}
.is-prime .prime-popup .swal2-content {
  color: white;
  font-size: 14px;
}
.is-prime .prime-popup .swal2-content h4 {
  color: white;
  text-transform: none;
}
.is-prime .prime-popup .btn-primary {
  width: 380px;
  max-width: 100%;
  line-height: 58px;
  padding: 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
/* ========== COLORWAVE END ========== */
li.nav-item.disabled,
li.nav-item.disabled *,
header .navbar .navbar-collapse li.nav-item.disabled .nav-link {
  pointer-events: none;
  color: #999;
}
.btn-primary.disabled {
  background-color: #FBBA07;
  color: #102A62;
  opacity: 0.5;
  filter: grayscale(100%);
}
ul.task-list.disabled {
  pointer-events: none;
  filter: grayscale(100%);
}
/* ========== end COLORWAVE END ========== */
/* ========== LUCKY LANDING ========== */
.lucky-landing img {
  margin: 0px auto;
}
.iconic-value-wrapper {
  background: url('../img/lucky/iconic-value-bg.jpg') center top no-repeat;
}
.find-out-more-wrapper {
  background: url('../img/lucky/find-out-bg.jpg') center top no-repeat;
}
.find-out-more-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
p.tobacco-warn {
  color: white;
  margin: 0px auto;
  width: 700px;
  max-width: 100%;
  padding: 0px 10px;
}
.lucky-footer {
  width: 748px;
  max-width: 100%;
  background: white;
  margin: 0px auto;
  padding: 20px;
}
.lucky-footer p {
  font-weight: bold;
}
.lucky-popup .swal2-popup {
  border-radius: unset;
  background: url('../img/lucky/lucky-popup-bg.jpg') center top no-repeat;
  padding: 0px;
}
.lucky-popup .swal2-popup .swal2-content {
  color: white;
}
.lucky-popup .swal2-popup .swal2-content strong {
  font-size: 30px;
}
.lucky-popup .swal2-popup .content-wrapper {
  padding: 20px;
}
.lucky-popup .swal2-popup .lucky-footer {
  font-size: 14px;
  color: #333;
}
.lucky-faq img {
  width: 250px;
  margin: 0px auto;
}
/* ========== end LUCKY LANDING ========== */
/* ========== PLEDGE PAGE ========== */
body.is-pledge {
  padding-top: 0px;
  color: white;
  background: #000;
}
.is-pledge footer {
  padding-bottom: 30px;
}
.is-pledge footer .footer-link a {
  display: inline-block;
}
.is-pledge a {
  color: white;
  text-decoration: underline;
}
.is-pledge input[type="radio"] {
  display: block;
  margin: 0px auto;
}
.is-pledge ol {
  padding-left: 0px;
}
.is-pledge ol li {
  padding-bottom: 20px;
  margin-left: 20px;
  /*list-style: upper-latin;*/
}
.is-pledge ol li ul {
  padding-left: 0px;
}
.is-pledge ol li ul li {
  list-style: disc;
}
.is-pledge ol li ul.yg-list li {
  padding-bottom: 0px;
  padding-top: 5px;
  list-style: none;
  margin-left: 0px;
  padding-left: 5px;
}
.is-pledge ol li h2 {
  font-size: 20px;
}
.is-pledge ol li img.yap-law-logo {
  display: inline-block;
  width: 50%;
}
.is-pledge .btn-primary {
  width: 380px;
  max-width: 100%;
  line-height: 58px;
  padding: 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.is-pledge .shadow-round-box {
  margin: 0px auto;
  width: 580px;
  max-width: 100%;
  padding: 50px;
  background: linear-gradient(180deg, rgba(6, 6, 6, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(10px);
  border: #CCC solid 1px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.is-pledge .box-container {
  width: 50%;
  margin: 0px auto;
  padding: 20px;
  background: #004f9f;
  color: white;
}
.is-pledge .box-container p {
  margin-bottom: 0px;
}
.is-pledge input#tnc {
  /*margin-right: 10px;*/
}
.is-pledge .custom-radio small {
  display: block;
}
.is-pledge .no-list {
  list-style: none;
  padding-left: 0px;
}
.is-pledge ol ol {
  list-style: lower-alpha;
}
.is-pledge ol ol li::marker {
  content: "(" counter(list-item, lower-alpha) ") ";
}
.is-pledge ol.tnc-list > li::marker {
  font-weight: bold;
}
.is-pledge table {
  width: 100%;
  text-align: left;
  border: white solid 2px;
  margin-bottom: 20px;
}
.is-pledge th,
.is-pledge td {
  border: white solid 1px;
  padding: 5px 10px;
}
.is-pledge th {
  background: rgba(255, 255, 255, 0.2);
}
.is-pledge .form-control:disabled {
  background-color: #CCC;
}
.is-pledge li p {
  margin-bottom: 0px;
}
.is-pledge .rounded-box {
  border: white solid 1px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.is-pledge .rounded-box .share-of-low-range,
.is-pledge .rounded-box .new-categories,
.is-pledge .rounded-box .rebates {
  border-top: white solid 1px;
}
.is-pledge .selector-wrapper label {
  width: 300px;
  max-width: 100%;
  margin: 15px auto 0px;
  padding: 20px;
  line-height: 20px;
  color: #fbba07;
  border: #fbba07 solid 1px;
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
.is-pledge .selector-wrapper label span {
  line-height: 20px;
}
.is-pledge .selector-wrapper .selected {
  display: none;
}
.is-pledge .selector-wrapper .selected img {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 10px;
  height: 18px;
}
.is-pledge .selector-wrapper .not-select {
  display: block;
}
.is-pledge .col-form-label {
  display: block;
  text-indent: 5px;
}
.is-pledge .custom-control.form-switch {
  display: inline-block;
}
.is-pledge #canvasDiv {
  /*margin-bottom: 20px;*/
}
.is-pledge #canvasDiv,
.is-pledge .form-control {
  border: #AAA solid 1px;
}
.is-pledge .modal h2,
.is-pledge .modal p {
  color: #000;
}
.is-pledge .modal .modal-title {
  margin-top: 0px;
}
.is-pledge .tnc-wrapper {
  width: 580px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 10px;
  text-align: left;
}
.is-pledge form .tnc-wrapper label {
  text-transform: none;
  text-align: left;
}
/* ========== end PLEDGE PAGE ========== */
@media (min-width: 576px) {
  #modalPredict .modal-dialog {
    max-width: 700px;
  }
}
@media (min-width: 768px) {
  header .navbar .nav-link.active:after {
    /*border-color: @yellow;*/
    border-color: #0e2b63;
    border-color: white;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding: 0 60px;
  }
  .leaderboard-table-1 tbody tr:nth-child(6),
  .leaderboard-table-1 tbody tr:nth-child(7),
  .leaderboard-table-1 tbody tr:nth-child(8),
  .leaderboard-table-1 tbody tr:nth-child(9),
  .leaderboard-table-1 tbody tr:nth-child(10) {
    display: none;
  }
  .main-prizes {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1399px) {
  .game-list h2 {
    font-size: 14px;
    min-height: 40px;
  }
  /*.game-list.game-01,*/
  /*.game-list.game-02,*/
  /*.game-list.game-03,*/
  /*.game-list.game-04,*/
  .game-list.game-05,
  .game-list.game-02.stay-tuned:before,
  .game-list.game-02.stay-tuned-bm:before,
  .game-list.game-03.stay-tuned:before,
  .game-list.game-03.stay-tuned-bm:before,
  .game-list.game-04.stay-tuned:before,
  .game-list.game-04.stay-tuned-bm:before {
    background-size: 100% 100%;
  }
}
@media (max-width: 1366px) {
  .game-content-wrapper .game-content.week-3 {
    /*background-size: auto 100%;*/
  }
}
@media (min-width: 1200px) {
  .prize-list {
    font-size: 34px;
  }
  .yellow-tabs .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .game-list {
    padding-top: 210px;
  }
  .game-list h2 {
    font-size: 14px;
    min-height: 40px;
  }
}
@media (max-width: 1024px) {
  .game-list .small {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse {
    background-color: #FBBA07;
    padding: 15px;
    color: #102A62;
    margin-top: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
  }
  header .navbar .navbar-collapse .nav-link {
    color: #102A62;
  }
  header .navbar .navbar-collapse.show {
    margin-top: 20px;
  }
  header .navbar .btn-primary {
    background-color: transparent !important;
    margin-top: 15px;
  }
  .game-list.game-01,
  .game-list.game-02,
  .game-list.game-03,
  .game-list.game-04,
  .game-list.game-05,
  .game-list.game-02.stay-tuned:before,
  .game-list.game-02.stay-tuned-bm:before,
  .game-list.game-03.stay-tuned:before,
  .game-list.game-03.stay-tuned-bm:before,
  .game-list.game-04.stay-tuned:before,
  .game-list.game-04.stay-tuned-bm:before {
    background-size: 100% auto;
    background-position: 50% 50%;
  }
  .game-list {
    margin-bottom: 10px;
  }
}
@media (max-width: 799px) {
  .game.slice #c2canvasdiv,
  .game.slice .canvas,
  .game.slice #canvas {
    width: 600px;
    height: 450px;
  }
}
@media (max-width: 599px) {
  .game.slice #c2canvasdiv {
    width: calc(100% - 20px);
    height: auto;
  }
  .game.slice .canvas,
  .game.slice #canvas {
    width: 100%;
    height: auto;
  }
  .game.slice .col-12 {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .game-list .small {
    font-size: 14px;
  }
  .lucky-wrapper {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  header .navbar .lucky-logo {
    display: block;
  }
  .game .flex-column.align-items-center div,
  .game .flex-column.align-items-center div:nth-child(2) {
    text-align: left;
    width: 100%;
  }
  .game-content-wrapper {
    min-height: 400px;
    margin-bottom: 50px;
  }
  .game-content-wrapper .game-content.week-1 {
    background: url('../img/game-01.jpg??v4.03') center center no-repeat;
    background-size: 100% auto;
    background-position: 50% 35%;
  }
  .game-content-wrapper .game-content.week-2 {
    background: url('../img/game-02.jpg??v4.03') center center no-repeat;
    background-size: 100% auto;
  }
  .game-content-wrapper .game-content.week-3 {
    /*background: url('../img/game-03.jpg') center center no-repeat;*/
    /*background-size: 100% auto;*/
    /*background-size: auto 100%;*/
  }
  .game-content-wrapper .game-content.week-4 {
    background: url('../img/game-04.jpg??v4.03') center center no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
  }
  .game-content-wrapper .game-content.week-5 {
    background: url('../img/game-05.jpg??v4.03') center center no-repeat;
    background-size: 100%;
    /*background-position: 50% 30%;*/
  }
  .game-content-wrapper .game-content.week-6 {
    background: url('../img/game-02.jpg??v4.03') center center no-repeat;
    background-size: 100% auto;
    /*background-position: 50% 30%;*/
  }
  .word-search-wrapper {
    padding: 20px 0px;
  }
  header .navbar .btn.dropdown-toggle {
    color: #102A62;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    margin-top: 5px;
    background: white !important;
    border-radius: 8px;
  }
  header .navbar .dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  }
  header .navbar .dropdown-menu[data-bs-popper] {
    border: none;
    padding: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  header .navbar .dropdown-item {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
  }
  header li.nav-item.language-select {
    border-left: none !important;
  }
  header li.nav-item.language-select .form-select {
    color: #333;
    background-color: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: inline-block;
    width: auto;
  }
  .game-list {
    margin-bottom: 10px;
  }
  .game-list h2 {
    font-size: 19px;
    padding-top: 20px;
  }
  .game-list {
    position: relative;
    background-position: 50% 50%;
  }
  /*
    .game-list:before {
        content: '';
        display: block;
        width: 100%;
        height: 50%;
        background: rgb(150,20,22);
        background: linear-gradient(180deg, rgba(150, 20, 22, 0) 0%, rgba(150, 20, 22, 0.75) 100%);
        
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 0;
    }*/
  .game-list.game-01,
  .game-list.game-04,
  .game-list.game-02.stay-tuned:before,
  .game-list.game-03.stay-tuned:before,
  .game-list.game-04.stay-tuned:before {
    background-position: center center;
  }
  .game-list.game-02.stay-tuned:before,
  .game-list.game-03.stay-tuned:before,
  .game-list.game-04.stay-tuned:before {
    height: 100%;
  }
  .game-list.game-01 {
    background-position: 50% 50%;
  }
  .game-list.game-02 {
    background-position: 50% 50%;
  }
  .game-list.game-03 {
    /*
        background: url('../img/home-game-03.jpg?v2.06') center top no-repeat;
        background-size: auto 100%;*/
    /*background-position: 50% 60%;*/
  }
  .game-list.game-04 {
    background-position: 50% 60%;
    background-position: 50% 50%;
    /*
        h2 {
            padding-top: 40px;
            min-height: 48px;
        }*/
  }
  .game-list.game-05 {
    background-size: 100% auto;
    background-position: center center;
  }
  .congratulation .tng-pin-wrappper {
    width: 300px;
    height: 340px;
    font-size: 20px;
    padding-top: 230px;
    background-size: 100% auto;
  }
  .calendar .calendar-nav a {
    min-height: 200px;
  }
  .calendar .calendar-nav .status-pill.completed {
    padding: 12px 10px;
  }
  .calendar .calendar-nav.bm a {
    min-height: 240px;
  }
  .calendar .calendar-nav.bm .status-pill.coming-soon {
    padding: 12px 20px;
  }
  .dashboard ul.task-list {
    height: auto;
    overflow-y: auto;
  }
  .dashboard ul.task-list .col-9 {
    width: calc(100% - 90px);
  }
  .dashboard .check-in-wrapper {
    padding: 10px;
  }
  .dashboard .check-in-wrapper .col {
    padding: 0px 1px;
  }
  .d-flex.align-items-start {
    display: block !important;
  }
  .calendar .week-3 #v-pills-tab {
    display: block;
    width: auto;
    letter-spacing: -4px;
  }
  .calendar .week-3 .nav-pills .nav-link {
    display: inline-block;
    width: 50%;
  }
  .calendar .week-3 .tab-content .btn-primary {
    width: 100%;
  }
  .calendar .week-3 .tab-content #myForm {
    padding-bottom: 10px;
  }
  .performance-wrapper {
    padding-top: 0px;
  }
  .performance-wrapper h1 {
    font-size: 20px;
  }
  .performance-wrapper p {
    font-size: 16px;
  }
  .tng-popup .tng-pin-wrappper {
    width: 300px;
    height: auto;
    padding: 260px 50px 50px;
    background-size: 100%;
  }
  .title-row p br {
    display: none;
  }
  .dunhill-faq p {
    font-size: 14px;
  }
  .prime .box-container {
    width: auto;
  }
  .prime .shadow-round-box {
    padding: 30px;
  }
  .prime .step-3 .choice-1,
  .prime .step-4 .choice-1 {
    margin-bottom: 15px;
  }
  .prime .step-3 .shadow-round-box {
    padding: 20px;
  }
  .prime .step-6 .custom-control.form-switch {
    text-align: left;
  }
  .prime .step-6 input#tnc {
    margin-right: 0px;
  }
  .prime .step-7 h4.congratulations {
    font-size: 35px;
  }
  .is-prime,
  .is-prime.prime-landing {
    background-size: cover;
  }
  .is-prime:after {
    height: 50%;
  }
  .prime .cduForm label.label-photo {
    width: 300px;
    height: 300px;
    padding: 30px 0px;
  }
  .prime .cduForm label.label-photo img {
    width: auto;
    height: 200px;
  }
  .prime .cduForm label.label-photo img.has-cdu {
    padding: 0px 30px;
    width: 100%;
    height: auto;
    transform: none;
  }
  .prime .cduForm .canvas-wrapper {
    width: 300px;
  }
  .is-pledge .shadow-round-box {
    padding: 25px;
  }
  .history-wrapper .tng-history-row.reimburse > .col-4:first-child::after {
    padding: 2px 5px;
    transform: none;
    position: static;
    display: block;
    margin: 10px 5px;
  }
  .vuse-logo {
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .main-prizes img {
    width: 200px;
    margin-bottom: 20px;
  }
  .main-prizes img:first-child {
    width: 240px;
  }
  .prediction-table .first-team,
  .prediction-table .second-team {
    flex-direction: column;
    text-align: center;
  }
  .prediction-table .first-team .team-name,
  .prediction-table .second-team .team-name {
    order: 1;
    font-size: 10px;
    margin: 5px auto 0;
  }
  .prediction-table .team-score > div:first-child,
  .prediction-table .team-score > div:last-child {
    width: 35%;
  }
  .prediction-table .team-score > div:nth-child(2) {
    width: 30%;
  }
  .prediction-table .team-score .badge {
    font-size: 9px;
  }
  .table-box .by-match {
    padding: 0 20px;
  }
  .game-tab .nav-link {
    font-size: 14px;
  }
  .calendar .week-6 .surveyForm .custom-control,
  .calendar .week-6 .surveyForm small {
    padding-left: 0px;
  }
  .calendar .week-6 .surveyForm .q-05 .q5-label {
    left: 10px;
  }
}
