@charset "UTF-8";
.main-bg-color {
  background-color: #e3e5e7;
}

.menu_color {
  background: #2d3e50;
}

.primary-font-forecolor {
  color: #2d3e50;
}

.secondary-font-forecolor {
  color: #333333;
}

.active-lottry-bg-color {
  background-color: #2d3e50;
}

.active-lottery-forecolour {
  color: #fff;
}

.primary-button-style {
  color: var(--primary_button_style);
  border-radius: 0;
}

.secondary-button-background {
  background-color: #0168b2;
}

.secondary-button-style {
  color: var(--secondary_button_style);
  border-radius: 20px;
}

.primary-button-background {
  background-color: #198754;
}

.menu-color {
  background: #2d3e50;
}

.primary-button-forecolor {
  color: #fff;
}

.secondary-button-forecolor {
  color: #fff;
}

.active-lottery-number-background {
  background-color: #2d3e50;
}

.active-lottery-number-forecolor {
  color: #fff;
}

.inactive-lottery-number-background {
  background-color: #88919b;
}

.inactive-lottery-backgroundcolor {
  background-color: #88919b;
}

.inactive-lottery-number-forecolor {
  color: #fff;
}

.inactive-lottery-forecolor {
  color: #fff;
}

.bounus-lottery-number-background {
  background-color: #f8cc23;
}

.bouns-lottery-number-forecolor {
  color: #333;
}

.link-color {
  color: #333333;
}

.top-header {
  /* display: grid; */
  grid-template-columns: 2fr 1fr;
}

.main-head-title {
  font-size: 70px;
  line-height: 1;
  margin: 0;
  font-weight: 900;
  padding-right: 30px;
}

.formBlocks header.fi-section-header {
  padding-left: 0;
}

.right-header p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px 0;
}

.formBlock .fi-section-header-heading, .formBlocks .fi-section-header-heading {
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

.formBlock .form-group .btn-primary, .formBlocks .form-group .btn-primary {
  background: #2d3e50;
  padding: 10px 35px;
  border-radius: 7px;
  color: #fff;
}

.formBlock .btn-primary, .formBlocks .btn-primary {
  background: #2d3e50;
  padding: 10px 40px;
  border-radius: 7px;
  color: #fff;
  margin-left: auto;
  display: table;
}

.register-form-section .formBlock select, .register-form-section .formBlock input.fi-input, .register-form-section .formBlock .fi-fo-date-time-picker input {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.fi-fo-date-time-picker-panel select {
  margin-right: 10px;
}

.register-form-section .formBlock .fi-input-wrp {
  border-radius: 0;
}

.register-form-section .formBlock input.fi-input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.6;
}

.register-form-section .formBlock input.fi-input::-moz-placeholder {
  color: #000;
  opacity: 0.6;
}

.register-form-section .formBlock input.fi-input:-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
}

.register-form-section .formBlock input.fi-input:-moz-placeholder {
  color: #000;
  opacity: 0.6;
}

.register-form-section .formBlock .fi-fo-date-time-picker input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.6;
}

.register-form-section .formBlock .fi-fo-date-time-picker input::-moz-placeholder {
  color: #000;
  opacity: 0.6;
}

.register-form-section .formBlock .fi-fo-date-time-picker input:-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
}

.register-form-section .formBlock .fi-fo-date-time-picker input:-moz-placeholder {
  color: #000;
  opacity: 0.6;
}

.formBlocks > div .fi-section-content-ctn {
  padding-top: 0;
  border: 0;
}

.repeat-div {
  padding: 10px 0 20px 0;
}

.repeat-div label.fi-fo-field-wrp-label span {
  font-size: 16px;
}

.backButton svg {
  width: 20px;
  height: 20px;
}

.payment-text {
  max-width: 720px;
}

.payment-text p {
  margin: 0 0 14px 0;
}

.paymnet-box {
  margin: 0 0 10px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 500px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.formBlock input[type=radio], .formBlock input[type=checkbox], .formBlocks input[type=radio], .formBlocks input[type=checkbox] {
  outline: 0 !important;
  width: 16px;
  padding: 0;
  border: 1px solid #ccc;
  box-shadow: none !important;
}

.formBlock input[type=checkbox], .formBlocks input[type=checkbox] {
  border-radius: 0;
}

.paymnet-box .form-control {
  grid-column: span 2/span 2;
}

.paymnet-box .initial {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 11px 12px;
}

.paymnet-box .initial p {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.weekly-entries .input-number {
  width: 50px;
  height: 50px;
}

.formBlock label[for=first_payment_date] {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  white-space: normal;
  margin: 0 0 6px 0;
  display: block;
  font-weight: 700;
  font-size: 18px;
}

.formBlocks input[type=checkbox] + *, .formBlocks input[type=radio] + * {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.formBlocks input[type=checkbox]:checked + *:before, .formBlocks input[type=radio]:checked + *:before {
  background: #000;
  border: 1px solid #000;
}

.formBlocks input[type=checkbox], .formBlocks input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.formBlocks label {
  position: relative;
}

.formBlocks input[type=checkbox] + *:after, .formBlocks input[type=radio] + *:after {
  content: "✓";
  width: 18px;
  height: 18px;
  border: 0px solid #ccc;
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 0;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.formBlocks input[type=checkbox]:checked + *:before, .formBlocks input[type=radio]:checked + *::before {
  background: transparent;
}

.formBlocks input[type=radio]:checked + *:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #000;
  position: absolute;
  left: 4px;
  top: 8px;
}

.formBlocks input[type=checkbox]:checked + *:after, .formBlocks input[type=radio]:checked + *:after {
  opacity: 1;
}

.formBlocks input[type=checkbox] + *:before, .formBlocks input[type=radio] + *:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}

.formBlocks input[type=radio] + *:before {
  border-radius: 20px;
}

.formBlocks label.fi-fo-field-wrp-label span {
  font-size: 16px;
  /*text-transform: capitalize;*/
}

.information {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  margin: 30px 0;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.information > div {
  border: 1px solid #ede8e8;
  padding: 20px;
  background: #f7f7f7;
}

.information > div ul li {
  margin: 0 0 10px 0;
}

.information > div ul li span {
  text-transform: capitalize;
}

.information > .registration-detail ul li {
  display: grid;
  grid-template-columns: 35% 60%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 0 10px 0;
}

.information > .payment-detail ul li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 0 10px 0;
}

.tooltip {
  position: relative;
  padding-right: 20px;
}

.tooltip:before {
  content: attr(tooltip-text);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  min-width: 230px;
  color: #000;
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 15px;
  border: 2px solid #000;
  font-size: 13px;
}

.tooltip:after {
  content: "";
  width: 15px;
  height: 20px;
  display: block;
  background: #000;
  border-radius: 0;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  position: absolute;
  left: calc(100% - 14px);
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.tooltip:hover::before {
  /* top: 100%; */
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.tooltip:hover::after {
  /* top: 100%; */
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.center-section {
  max-width: 1030px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .top-header {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .main-head-title {
    font-size: 50px;
    line-height: 1.1;
  }
  .formBlocks .fi-section-header-heading {
    line-height: normal;
    margin-bottom: 20px;
  }
  .information {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .register-header-logo {
    max-width: 180px;
    width: 100%;
  }
  .register-popup-close-btn {
    top: -23px;
    width: 20px;
    height: 20px;
  }
  .main-head-title {
    font-size: 38px;
  }
  .right-header p {
    font-size: 16px;
    line-height: 24px;
  }
  .formBlock .fi-section-header-heading, .formBlocks .fi-section-header-heading {
    font-size: 20px;
  }
  .paymnet-box {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .weekly-entries .input-number {
    width: 40px;
    height: 40px;
  }
  .payment-text p {
    font-size: 14px;
  }
  .paymnet-box .initial p {
    font-size: 15px;
  }
  .formBlocks .fi-fo-field-wrp-label, .formBlocks .display-lable label {
    font-size: 14px;
  }
  .formBlock p {
    font-size: 14px;
  }
  .information > .registration-detail ul li {
    grid-template-columns: 1fr;
  }
  .information > .payment-detail ul li {
    grid-template-columns: 1fr;
  }
}
.weekly-outer-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  gap: 20px;
  margin-bottom: 30px;
}

.dd-logo-with-text strong span:last-child {
  border-right: 1px solid #000;
}

.dd-logo-with-text strong {
  display: flex;
}

.dd-logo-with-text strong span {
  border: 1px solid #000;
  margin: 0;
  padding: 2px 10px;
  border-right: 0;
}

@media screen and (max-width: 1200px) {
  .weekly-outer-block {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .weekly-outer-block {
    display: block;
  }
  .weekly-outer-block .left-section {
    margin-bottom: 30px;
  }
  .weekly-entries .left-section .input-number {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .weekly-entries > div {
    flex-wrap: wrap;
  }
  .weekly-outer-block .left-section .cancel-button-class {
    margin: 9px 0 0 0;
    padding-left: 0;
    width: 100%;
  }
}
.right-section .input-number {
  color: #000;
}

.cancel-button-class {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 15px;
  width: 160px;
}

.formBlocks label[for=birth_month], .formBlocks label[for=birth_year] {
  opacity: 0;
}

.dob-class > .grid {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.dd-logo-with-text {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 12px 0 20px 0;
}

.links button:last-child {
  width: 40px;
}

.deleteBtnM {
  margin-top: 4px;
}

.referral-help-text {
  order: 1;
}

.button-hover-green {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

.button-hover-green:hover {
  background: #0056b3;
  border-color: #0056b3;
  color: #fff;
}

.backButton {
  border: 1px solid #000;
  padding: 7px 20px 7px 15px;
}

.backButton:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.backButton:hover svg polygon {
  fill: #fff;
}

@media screen and (max-width: 1366px) {
  .register-form-section .formBlock .dob-class select {
    padding-left: 10px;
    font-size: 16px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .register-form-section .formBlock .dob-class select {
    padding-left: 7px;
    font-size: 14px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .dob-class > .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}/*# sourceMappingURL=style.css.map */