@import url('/public/Frontend/css/font.css');

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
body {
  
  background: url('/public/Frontend/images/banner-login.png');
  background-size: cover;
  width: 100%;
  height: 100%;
}
/* body:before {
  content: "";
  background: url(../images/polygon.svg) no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 562px;
  height: 559px;
  z-index: -1;
}
body:after {
  content: "";
  background: url(../images/globe.svg) no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 943px;
  height: 500px;
  z-index: -2;
} */
.container {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
}
a {
  color: currentColor;
}
section,
header {
  width: 100%;
  display: block;
  float: left;
}
.logoSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:20px 0px;
  margin-top: 20px;
}

.logoimg-lft img {
  width: 369px;
}
.scanner-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px;
  height: calc(100vh - 318px);
}

.scanner-mg img {
 
  max-width: 100%;
}

.scanner-lft {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.scanner-lft span {
  color: #fff;
  font-size: clamp(26px,2.5vw,30px);
  margin-top: 15px;
}

.scanner-mg {
  margin-bottom: 28px;
}
.scanner-rgt span {
  font-size: 45px;
  padding-bottom: 22px;
}

.scanner-rgt span a {
  color: #003F88;
  text-decoration: none;
}

label.button-option.slide {
  text-transform: lowercase;
  color: #fff;
  font-weight: 300;
}

label.button-option.slide svg {
  top: 7px;
  position: relative;
  left: 13px;
  font-size: clamp(26px,2.5vw,26px);
}

.scanner-rgt {
  display: flex;
  color: #fff;
  flex-direction: column;
  font-weight: 600;
  justify-content: center;
width:50%;
}
.back-button {
  position: fixed;
  bottom: 40px;
  left: 103px;
}


.back-button button {
  max-width: 100%;
  width: 288px;
  background: #fff;
  border-radius: 60px;
  border: unset;
  height: 62px;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: rgba(0, 63, 136, 1);
  cursor: pointer;
  text-transform: uppercase;
}
.btn-outline {
  width: 188px;
  height: 60px;
  border: 2px solid rgba(0, 63, 136, 1);
  font-family: Cairo;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border-radius: 11px;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
font-family:"Montserrat", sans-serif ;
 margin: 60px auto 0;
}
.button-container {
  position: relative;
  width: 490px;
  height: 80px;
  display: flex;
  border: 5px solid #003f8800;
  border-radius: 222px;
  overflow: hidden;
  outline: 1px solid #003F88;
  margin: auto;
}
.theme .button-container{
  outline-color: #6F6F70;
}

.button-background {
  position: absolute;
  width: 60%;
  height: 100%;
  background-color: #fff;
  border-radius: 60px;
  transition: transform 0.3s ease-in-out;
  z-index: 1;
  
}
.button-background.login-btn{width: 58%;}
.button-input {
  display: none;
}
.button-option {
  flex: 1;
  z-index: 2;
  text-align: center;
  line-height: 50px;
  font-size: clamp(22px,2.5vw,24px);
  cursor: pointer;
  user-select: none;
  position: relative;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  white-space: nowrap;
  margin-left: 14px;
}
.button-option a{
  text-decoration: unset;
}
#play:checked ~ .button-background {
  transform: translateX(0%);
}

#slide:checked ~ .button-background {
  transform: translateX(100%); 
}
.button-input:not(:checked) + .button-option{
  color: #fff;
}
.button-input:checked + .button-option {
  color: #18181B ;
  font-weight: 600;
}
.button-input:checked + .button-option svg path{
  fill: #18181B;

}
/*register page*/
.form-sec {
  width:900px;
  margin: 0 auto;
  height:calc(100vh-480px);
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  justify-content: center;
}

.form-sec h1 {
  font-size: clamp(51px,3.5vw,62px);
  color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.form-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-detail .form-group {
  display: flex;
  flex-direction: column;
  width: 440px;
  max-width: 100%;
  padding: 0px 10px;
}

.form-detail .form-group label {
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
}

.form-detail .form-group input {
  height: 48px;
  width: 88%;
  background: transparent;
  border: 0px;
  font-size: 14px;
}

.form-detail .form-group span {

  background: #fff;
  height: 65px;
  border: 1px solid #44A0FC;
  border-radius: 8px;
  padding: 0px 10px;

  width: 100%;
}

.form-detail .form-group span svg {
  position: relative;
  top: 12px;
  margin-right: 3px;
  float: left;
}

.form-sec form {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.form-detail .form-group input:focus {
  border: 0px;
  outline: none;
}
.form-sec form input[type="submit"] {
  width: 320px;
  height: 68px;
  background: #003F88;
  color: #fff;
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 27px;
  font-size: 24px;
  font-weight: 600;
  border: 0px;
  cursor: pointer;
}
/*keyboard*/
.keyboard {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: auto;
  margin: 0.5rem;
  border: 1px solid #ccc;
  padding: 0.5rem;
  gap: 0.2rem;
  font-size: 1rem;
}

.row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 0.2rem;
}

.key {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:10px 0px;
  height: 3.2rem;
  border: 4px solid #fff;
  cursor: pointer;
  flex-grow: 1;
  position: relative;
  color: #000;
  background: #e0e8f1 !important;
  font-weight: 600;
  border-radius: 3px;
}
/* Style for active key press */
.key:hover {
  background-color: #ccc;
}

.key:active,
.key.active {
  background-color: darkblue !important;
  color: white;
}

.special-key {
  font-weight: bold;
  background-color: whitesmoke;
  color:#000;
}

.space {
  flex-grow: 20;
}

.top-center {
  position: absolute;
  top: 0;
}

.bottom-center {
  position: absolute;
  bottom: 0;
}

.small {
  font-size: 0.7rem;
  font-weight: 300;
  color: #aaa;
}

.nameTextContainer  {
  width: auto;
  margin: 0.3rem;
  padding: 0.5rem;
  background: #fff;
  box-sizing: border-box;
  outline: none;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.form-detail .form-group .emailTextContainer {
    background: unset;
    margin: 0;
}

.form-detail .form-group span svg {
    top: 14px;
}
.small {
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

.keyboard {
  font-family: 'Montserrat';
  border: 3px solid #003F88;
  border-radius: 10px;
  padding: 15px;
  width:1040px;

}

.key.special-key {
  font-weight: 600;
}
.common-text{height: 35px; width: 100%; overflow: hidden; border: 0px; text-overflow: ellipsis; white-space:nowrap;}

/* new */

.font-96 {
  color: #FFF;
  font-size: 70px;
  font-weight: 700;
  line-height: 90px;/
}

.select-game-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  text-align: center;
}

.select-game-card  p {
  color: #D3D3DE;
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
}

.select-game-card h4 {
  color: #D3D3DE;
  font-family: Montserrat;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
}

.select-game-card {
  padding: 43px 25px 39px 30px;
  text-align: center;
  width: 280.533px;
  height: 355px;
  border-radius: 22px;
  border: 3px solid  #ffffff61;
  color: #D3D3DE;
  display: flex;
  flex-direction: column;
}

.select-game-card h5 {
  color: #D3D3DE;
  font-size: 38px;
  font-weight: 700;
  line-height: 65px;
}

.play-now {
  border-radius: 5px;
  border: 1px solid var(--Gradient-01, #6DDCFF);
  text-decoration: none;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px; 
  background: #fff;
  width: 225px;
  height: 54px;
  padding: 16px;
  display: block;
  margin-top: auto;
}
.play-now:hover{
  background-color: #FF3B30;
  color: #fff;
}
.select-card-container {
  display: flex;
  flex-direction: column;
  gap: 39px;
}
.select-game-card h2 {
  font-size: 76px;
  font-weight: 700;
  line-height: 77px;
}
.select-game-card h6 {
  color: #D3D3DE;
  font-size: 36px;
  font-weight: 700;
  line-height: 34px;
}
.select-game {
  text-align: center;
}

.select-game h1 {
  margin-bottom: 82px;
}
.select-num-sec {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.select-num-card {
  width: 448.456px;
  border: 5px solid  var(--theme-color);
  border-radius: 39px;
  padding: 25px 25px 43px;
  height: 629.917px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.select-main {
  display: flex;
  justify-content: center;
    gap: 207px;
    width: auto;
    margin-top: 50px;
}

.slide-sec {
  margin-top: 93px;
}
.select-num-card-title {
  display: flex;
  justify-content: space-between;
}

.select-card-header {
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
}

.select-num-card-title-list ul {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 32px;
  padding-bottom: 19px;
  border-bottom: 0.5px solid #fff;
  margin-bottom: 19px;
}

.select-num-card-title-list ul li , .select-num-card-title-list ul li span {
  width: 45.548px;
  height: 45.548px;
  /* border: 1px solid; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.select-num-card-title-list ul li.selected  , .select-num-card-title-list ul li span.number{
  background: var(--theme-color);
  color: #fff;
}

ul {
  padding: 0;
  list-style: none;
}

.select-num-card-content ul li {
  width: 45.548px;
  height: 45.548px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  line-height: normal;
  margin: auto;
  position: relative;
}

.select-num-card-content ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(43px, 1fr));
  gap: 14px;
}

.select-num , .selected {
  background:var(--theme-color);
  color: #fff !important;
}
.select-num-card-content ul li:hover {
  background: var(--theme-color);
  color: #fff;
}
.purple-theme .select-num-card-content ul li:hover,.purple-theme  .selected {
  background: unset;
}
.select-num-card-content ul li:not(.select-num):hover:after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background-image: url(../images/hover-round.svg);
  position: absolute;
  top: -18px;
  left: -18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.select-num-card-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 33px;
}

.clear-btn {
    background: transparent;
    color: #FFF;
    font-size: 13.29px;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 111.667px;
    height: 33.984px;
    cursor: pointer;
}

.number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.number * {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
}

.number span {
    border: 1px solid #fff;
    color: #fff;
}
.slide-sec h2 {
  margin-bottom: 40px;
}
.max-1700 {
  max-width: 1700px;
  margin: auto;
  padding-inline: 10px;
}
.select-main  .button-background {
  background: #6F6F70;
}
.select-main  .button-input:checked + .button-option {
  color: #fff;
  pointer-events: none;
}
.select-num-card-title-list ul li img {
  height: 100%;
  width: 100%;
}
/* selected */
.all-selected .select-num-card {
  background: var(--theme-color);
  border:5px solid #fff;
}

.all-selected .select-num-card-title-list ul li.selected {
  background: #fff;
  color: var(--theme-color);
}

.all-selected .select-num {
  color: var(--theme-color) !important;
}

.all-selected  .select-num-card-content ul li {
  border: 1px solid #fff;
}

.all-selected  .counter-sec {
  visibility: hidden;
}

.all-selected  .button-input:checked + .button-option {
  color: #fff;
}

.all-selected .select-main  .button-background {
  background: var(--theme-color)
}
.all-selected .select-main  .button-container{
  outline-color: var(--theme-color);
}
.all-selected .select-num-card-content ul li:not(.select-num):hover:after{
  content: unset;
  color: #fff !importent;
}
.all-selected .select-num-card-content ul li.selected:hover{
    color: #fff !important;
}
.select-num-card-content ul li:not(.red-theme .select-num-card-content ul li) {
  border: 0.5px solid #fff;
}
.orange-theme .select-num-card-content ul {
  grid-template-columns: repeat(auto-fit, minmax(55px, 1fr));
  max-width: 87%;
  margin: auto;
}
/*red theme selected*/
.red-theme.all-selected .select-num-card-title-list ul li.selected, .red-theme.all-selected .select-num-card-title-list ul li span.number {
  background: #fff;
  color: #d6293a;
}

.red-theme.all-selected  .select-num, .red-theme.all-selected .selected {
  color: #d6293a !important;
}

.red-theme.all-selected .button-container{
  outline-color: var(--theme-color);
}

/*green theme selected*/
.green-theme.all-selected .select-num-card-title-list ul li.selected, .green-theme.all-selected .select-num-card-title-list ul li span.number {
  background: #fff;
  color: #00B760;
}

.green-theme.all-selected  .select-num, .green-theme.all-selected .selected {
  color: #00B760 !important;
}

.green-theme.all-selected .button-container{
  outline-color:  #00B760 !important;
}

/*blue theme selected*/
.blue-theme.all-selected .select-num-card-title-list ul li.selected, .blue-theme.all-selected .select-num-card-title-list ul li span.number {
  background: #fff;
  color: #1083E5;
}

.blue-theme.all-selected  .select-num, .blue-theme.all-selected .selected {
  color: #1083E5 !important;
}

.blue-theme.all-selected .button-container{
  outline-color:  #1083E5 !important;
}

/*purple theme selected*/
.purple-theme.all-selected .select-num-card-title-list ul li.selected, .purple-theme.all-selected .select-num-card-title-list ul li span.number {
  background: #fff;
  color: #9D4FC6;
}

.purple-theme.all-selected  .select-num, .purple-theme.all-selected .selected {
  color: #9D4FC6 !important;
}

.purple-theme.all-selected .button-container{
  outline-color:  #9D4FC6 !important;
}

/*orange theme selected*/
.orange-theme.all-selected .select-num-card-title-list ul li.selected, .orange-theme.all-selected .select-num-card-title-list ul li span.number {
  background: #fff;
  color: #FD7F10;
}

.orange-theme.all-selected  .select-num, .orange-theme.all-selected .selected {
  color: #FD7F10 !important;
}

.orange-theme.all-selected .button-container{
  outline-color:  #FD7F10 !important;
}




.congratulation-image {
  width: 878px;
  height: 497px;
}
.congratulation-image img {
  width: 100%;
  height: 100%;
}

.congratulation-container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
padding-top:85px;
}
.congratulation-list ul {
  display: flex;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 222px;
  padding: 5px 10px;
  justify-content: space-between;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.congratulation-list ul li {
  background-size: contain;
  background: url(../images/red_blank.svg) no-repeat;
  width: 94.305px;
  height: 93.111px;
  color: #6f6f70;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 28px;
}
.green-theme .congratulation-list ul li {
  background-image: url(../images/Green_Blank.svg);
}
.blue-theme .congratulation-list ul li {
  background-image: url(../images/Blue_Blank.svg);
}
.orange-theme .congratulation-list ul li {
  background-image: url(../images/orange_blank.svg);
}
.congratulation-content h3 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 90px;
/*   margin-bottom:80px; */
}

.congratulation-content h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.congratulation-content p {
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  line-height: 55px;
}

.congratulation-content p span {
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
}
.congratulation-list {
  margin-bottom: 30px;
}
.pick1-congratulation-image {
  width: 309.241px;
  height: 269.571px;
  background-color: #9d4fc6;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.form-sec form a {
  width: fit-content;
  display: block;
  margin: auto;
}


/* Default state for the keyboard (disabled) */
.keyboard.disabled {
  pointer-events: none;   /* Disable interaction with the keyboard */
  opacity: 0.5;           /* Visually indicate that it's disabled */
}

/* Active state (keyboard enabled) */
.keyboard.active {
  pointer-events: auto;   /* Enable interaction with the keyboard */
  opacity: 1;             /* Restore opacity to normal */
}
.cls-1 {
  fill: #fff !important;
}
.purple-theme .select-num-card-content ul {
  grid-template-columns: repeat(auto-fit, minmax(45px, 1fr));
}
.select-num-card-content ul li:hover svg path {
  fill: #81449a !important;
}
/* 
.congratulation-content:not(.purple-theme .congratulation-content) {
  margin-top: 150px;
} */
.purple-theme .button-background {
  width: 52%;
}
.purple-theme  .congratulation-container {
  margin-top: 70px;
}

.select-num-card-title-list.pick_no ul li {
  display: flex;
  flex-direction: column;
}

.select-num-card-title-list.pick_no ul li span {
  color: #fff;
}

.select-num-card-content.pick_no_cont ul li{
  display: flex;
  flex-direction: column;
}

.select-num-card-content.pick_no_cont ul li span {
  color: #fff;
  font-size: 14px;
}

.select-card-container:nth-child(1) .play-now:hover{
  background-color: #FF3B30;
}
.select-card-container:nth-child(2) .play-now:hover {
  background-color: #14AE5C;
}
.select-card-container:nth-child(3) .play-now:hover {
  background-color: #007AFF;
}
.select-card-container:nth-child(4) .play-now:hover {
  background-color: #9D4FC6;
}
.select-card-container:nth-child(5) .play-now:hover {
  background-color: #FD7F10;
}
.select-num-card-content.pick_no_cont li {
  border: unset !important;

}

.select-num-card-content.pick_no_cont ul {
  row-gap: 26px;
}

.select-num-card-content.pick_no_cont li img {
  width: 36px;
}
.purple-theme .select-num-card-title-list ul{
  border: unset;
  margin-top: 0;
}
.purple-theme .select-num-card-title{
  display: none;
}
.select-num-card-content.pick_no_cont ul li:not(.select-num):hover:after {
  width: 62px;
  height: 62px;
  top: -18px;
  left: -8px;
}
.select-num-card-title-list.pick_no ul li span.selected-mg {
  background: #9d4fc6;
}


.arrow-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
  position: relative;
  top: -3px;
}

.sub-arrow {
  display: flex;
  flex-direction: row;
}

.arrow-main .key {
  width: 49px;
  margin: 2px 3px;
  height: 9px;
}
.space-row .key {
  height: 4.0rem;
}
.row.space-row {
  align-items: flex-start;
}
.space-row .arrow-main .key {
  height: 1.9rem;
}

/ General button container styles /
.button-container {
  position: relative;
  display: flex;
  width: 490px;
  height: 80px;
  border-radius: 222px;
  outline: 1px solid #003F88;
  margin: auto;
}

.button-container .button-input {
  display: none; / Hide the radio buttons /
}

.button-container .button-option {
  padding: 12px 10px;
  font-size: clamp(20px,2.5vw,20px);
  font-weight: bold;
  color: #333;
  background-color: transparent !important;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
}

.button-container .button-option:hover {
  background-color: transparent;
  color: #000;
}

.button-container #play:checked + .button-option {
  left: 0;
  background-color: #fff;
  color: #000;
  width: 220px;
}
.button-background.login-btn {
  width: 50%;
 
}


.button-container #slide:checked + .button-option {
  left: 150px;
  background-color: #fff;
  color: #000;
  width: 220px;
}
.button-container #slide:checked + .button-option  a{color:#000;}

.button-container .slide a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.3s ease;
}
.red-background svg path {
    fill: red;
    stroke: red;
}
/ When the slide button is checked, slide the background /
#slide:checked ~ .button-background {
  left: 50%;
}
.button-container .button-input:not(:checked) + .button-option {
  color: #fff;
  left: 55%;
}

.all-selected li.selected {
    background: #fff;
}
.purple-theme.all-selected li.selected{
       background: unset !important;
}
.congratulation-content {
    min-width: 735px;
}
 .congratulation-image iframe, .congratulation-image video {
    width: 100%;
/*     border: 4px solid var(--theme-color);
    border-radius: 20px;
    padding: 20px; */
    height: 100%;
}
.congratulation-content .win-million{
font-weight: 500;
    font-size: 85px;
line-height:normal;
}
.congratulation-content  .font-500{
font-weight: 500;
}