/* body {line-height: 1.4;} */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}
select::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #555555;
}
select:-moz-focusring * {
  color: #555555;
  text-shadow: none;
}
select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
.select_box {
  position: relative;
}
/* .select_box:after{
    content:'\f107';
    position: absolute;
    z-index: 10;
    font-family: 'FontAwesome';
    top: 8px;
    right: 13px;
    display: block;
} */

.my-wallet-head-info {
  color: #eeeeee;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.8;
}
.my-wallet-list-wrap .my-wallet-list {
  display: flex;
  text-align: left;
  padding: 0;
  border-bottom: 2px solid #dddddd;
  align-items: center;
  min-height: 56px;
}
.my-wallet-list-wrap .my-wallet-list:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}
.my-wallet-list-wrap .my-wallet-list .currency-wrap {
  display: flex;
}
.my-wallet-list-wrap .my-wallet-list .currency-wrap .cu-value {
  margin-right: 4px;
}
.my-wallet-list-wrap .my-wallet-list .blk-label {
  color: #a7a7a7;
  text-transform: uppercase;
  font-style: italic;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1;
}
.my-wallet-list-wrap .my-wallet-list .blk-value {
  font-weight: 500;
}
.my-wallet-list-wrap {
  border-top: 2px solid #dddddd;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item {
  padding: 4px 8px;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.action-wrap {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.fig-wrap {
  width: 85px;
  flex: 0 0 85px;
  text-align: center;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.fig-wrap img {
  max-height: 50px;
  margin: 0 auto;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk {
  display: flex;
  flex-direction: row-reverse;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action {
  display: flex;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk form {
  display: flex;
  flex: 1;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  form
  .form-group {
  margin-bottom: 0;
  position: relative;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  form
  .form-group
  .error_tooltip {
  position: absolute;
  background-color: #efd8c9;
  padding: 6px;
  line-height: 1.25;
  border-radius: 5px;
  top: 100%;
  left: 0;
  color: #ca2626;
  z-index: 100;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  form
  .form-group
  .error_tooltip:empty {
  display: none !important;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  form
  .form-group
  .error_tooltip:before {
  content: "";
  border-bottom: 6px solid #efd8c9;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  display: block;
  width: 0;
  height: 0;
  top: -6px;
  left: 10px;
  position: absolute;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section {
  display: flex;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .buttonWrap {
  display: flex;
}

.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .label {
  color: #a7a7a7;
  background-color: #ffffff;
  position: absolute;
  z-index: 10;
  left: 4px;
  top: -7px;
  font-weight: 400;
  font-size: 0.7em;
}
.my-wallet-list-wrap
  .my-wallet-list:nth-child(even)
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .label {
  background-color: #1a274c;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .field-wrap {
  position: relative;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .field-wrap {
  border: 1px solid #dddddd;
  margin: 0 1px;
  width: 150px;
  display: flex;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .field-wrap:first-of-type {
  border-radius: 4px 0 0 4px;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .field-wrap:last-of-type {
  border-radius: 0 6px 6px 0;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  input,
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  select {
  width: 100%;
  border: none;
  box-shadow: none;
  padding: 3px 10px;
  font-weight: 500;
  height: auto;
  background-position: right 6px top 10px;
  position: relative;
  z-index: 15;
  background-color: transparent;
  color: #333333;
  min-height: 30px;
  border-radius: 0;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.cost-wrap {
  width: 60px;
  flex: 0 0 60px;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.min-wrap {
  width: 80px;
  flex: 0 0 80px;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.max-wrap {
  width: 120px;
  flex: 0 0 120px;
}
.my-wallet-list-wrap .my-wallet-list .blk-value {
  line-height: 1;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .buttonWrap
  button {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 500;
  margin-left: 5px;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .buttonWrap
  button.btnOutline {
  border: 2px solid #ececec;
  background-color: #ececec;
  color: #ce1126;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .buttonWrap
  button.btnStyle1 {
  border: 2px solid transparent;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .btn-info {
  width: 32px;
  height: 32px;
  margin: 0 4px;
  background-color: #7e8990;
  font-size: 20px;
  line-height: 18px;
  font-family: serif;
  border: none;
}
.my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk .txt {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.2;
}

.my-wallet-list-wrap .input-currency button.dropdown-toggle {
  padding: 0;
  background: none;
  color: #333333;
  text-align: left;
  padding-left: 20px;
  width: 100%;
  border-right: 1px solid #dddddd;
  border-radius: 0;
  font-size: 0.85em;
  line-height: 1;
  position: relative;
}

.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .input-group {
  display: flex;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .input-group
  input {
  width: calc(100% - 60px);
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .input-group
  .input-group-prepend {
  width: 60px;
  display: flex;
}
.my-wallet-list-wrap .input-currency button.dropdown-toggle:after {
  content: "";
  border-top: 6px solid #566360;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 15;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .input-group
  .input-group-prepend
  .dropdown-menu
  a {
  display: block;
  padding: 3px 8px;
  color: #333333;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .input-group
  .input-group-prepend
  .dropdown-menu
  a
  + a {
  border-top: 1px solid #dddddd;
}

.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  .field-wrap:first-of-type:last-of-type {
  border-radius: 4px;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  form
  .field-wrap.select-parent {
  position: relative;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  form
  .field-wrap.select-parent
  .form-group:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 5px;
  top: 7px;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  form
  .field-wrap.select-parent
  .form-group {
  width: 100%;
}
.my-wallet-list-wrap
  .my-wallet-list
  .my-wallet-list-item
  .action-blk
  .blk-main-action
  .section
  select
  option {
  color: #000f38;
}

#cashier-withdrawal-div {
  margin-top: 20px;
}

@media only screen and (max-width: 1350px) {
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item {
    padding: 4px 3px;
  }
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.cost-wrap {
    width: 50px;
    flex: 0 0 50px;
  }
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.min-wrap {
    width: 50px;
    flex: 0 0 50px;
  }
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.max-wrap {
    width: 90px;
    flex: 0 0 90px;
  }
}
@media only screen and (max-width: 950px) {
  .my-wallet-list-wrap .my-wallet-list {
    flex-wrap: wrap;
    padding: 10px 5px;
  }

  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.action-wrap {
    flex: 0 0 100%;
    margin-top: 8px;
    margin-bottom: 6px;
  }

  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk {
    justify-content: flex-end;
    max-width: 600px;
  }

  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item {
    padding: 5px 3px;
  }
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.min-wrap,
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.max-wrap {
    width: auto;
    flex: 1;
    max-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .my-wallet-list-wrap
    .my-wallet-list
    .my-wallet-list-item
    .action-blk
    .blk-main-action {
    flex-direction: column;
    width: 100%;
  }
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk {
    position: relative;
  }
  .my-wallet-list-wrap
    .my-wallet-list
    .my-wallet-list-item
    .action-blk
    .blk-info-button {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .my-wallet-list-wrap
    .my-wallet-list
    .my-wallet-list-item
    .action-blk
    .blk-main-action
    .section.sec2 {
    margin-top: 10px;
    padding-left: 40px;
  }
  .my-wallet-list-wrap
    .my-wallet-list
    .my-wallet-list-item
    .action-blk
    .blk-main-action
    .section
    .field-wrap {
    width: 50%;
  }
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item .action-blk form {
    flex-wrap: wrap;
  }
  .my-wallet-list-wrap
    .my-wallet-list
    .my-wallet-list-item
    .action-blk
    .blk-main-action
    .section.sec2 {
    width: 100%;
  }
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.fig-wrap {
    grid-area: 1/1/4/2;
    padding-right: 10px;
  }
  .my-wallet-list-wrap
    .my-wallet-list
    .my-wallet-list-item
    .action-blk
    .blk-main-action
    .section.sec1 {
    flex: 1;
  }
  .my-wallet-list-wrap .my-wallet-list {
    display: grid;
    grid-template: auto auto auto auto / 90px auto;
  }
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.cost-wrap {
    grid-area: 1/2/2/3;
  }
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.min-wrap {
    grid-area: 2/2/3/3;
  }
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.max-wrap {
    grid-area: 3/2/4/3;
  }
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.action-wrap,
  .my-wallet-list-wrap .my-wallet-list .action-blk {
    grid-area: 4/1/5/3;
  }
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.cost-wrap .cost-blk,
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.min-wrap .min-blk,
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.max-wrap .max-blk {
    display: flex;
    align-items: center;
  }
  .my-wallet-list-wrap .my-wallet-list .blk-label {
    margin-right: 5px;
    min-width: 30px;
  }
}
@media only screen and (max-width: 600px) {
}
@media only screen and (max-width: 359px) {
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.fig-wrap {
    width: 100%;
    flex: 0 0 100%;
  }

  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.cost-wrap,
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.min-wrap,
  .my-wallet-list-wrap .my-wallet-list .my-wallet-list-item.max-wrap {
    width: 33.33%;
    flex: 0 0 33.33%;
  }
}

a {
  color: #0448a8;
  outline: none;
}
a:hover {
  color: #ce1126;
}

.bg-blue {
  background-color: #0448a8;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 3px;
}
.bg-grey {
  background-color: #e0e0e0;
  padding: 6px 10px;
  border-radius: 3px;
}
.bg-darkGrey {
  background-color: #2b3a57;
  padding: 6px 10px;
  border-radius: 3px;
  color: #ffffff;
}
.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: lowercase;
}
.text-underline {
  text-decoration: underline;
}
.table.vam th,
.table.vam td {
  vertical-align: middle;
}
.m-1 {
  margin: 8px;
}
.m-2 {
  margin: 16px;
}
.m-3 {
  margin: 24px;
}
.m-4 {
  margin: 32px;
}
.m-5 {
  margin: 40px;
}
.p-1 {
  padding: 8px;
}
.p-2 {
  padding: 16px;
}
.p-3 {
  padding: 24px;
}
.p-4 {
  padding: 32px;
}
.p-5 {
  padding: 40px;
}

.mt-1 {
  margin-top: 8px;
}
.mt-2 {
  margin-top: 16px;
}
.mt-3 {
  margin-top: 24px;
}
.mt-4 {
  margin-top: 32px;
}
.mt-5 {
  margin-top: 40px;
}
.pt-1 {
  padding-top: 8px;
}
.pt-2 {
  padding-top: 16px;
}
.pt-3 {
  padding-top: 24px;
}
.pt-4 {
  padding-top: 32px;
}
.pt-5 {
  padding-top: 40px;
}

.mr-1 {
  margin-right: 8px;
}
.mr-2 {
  margin-right: 16px;
}
.mr-3 {
  margin-right: 24px;
}
.mr-4 {
  margin-right: 32px;
}
.mr-5 {
  margin-right: 40px;
}
.pr-1 {
  padding-right: 8px;
}
.pr-2 {
  padding-right: 16px;
}
.pr-3 {
  padding-right: 24px;
}
.pr-4 {
  padding-right: 32px;
}
.pr-5 {
  padding-right: 40px;
}

.mb-1 {
  margin-bottom: 8px;
}
.mb-2 {
  margin-bottom: 16px;
}
.mb-3 {
  margin-bottom: 24px;
}
.mb-4 {
  margin-bottom: 32px;
}
.mb-5 {
  margin-bottom: 40px;
}
.pb-1 {
  padding-bottom: 8px;
}
.pb-2 {
  padding-bottom: 16px;
}
.pb-3 {
  padding-bottom: 24px;
}
.pb-4 {
  padding-bottom: 32px;
}
.pb-5 {
  padding-bottom: 40px;
}

.ml-1 {
  margin-left: 8px;
}
.ml-2 {
  margin-left: 16px;
}
.ml-3 {
  margin-left: 24px;
}
.ml-4 {
  margin-left: 32px;
}
.ml-5 {
  margin-left: 40px;
}
.pl-1 {
  padding-left: 8px;
}
.pl-2 {
  padding-left: 16px;
}
.pl-3 {
  padding-left: 24px;
}
.pl-4 {
  padding-left: 32px;
}
.pl-5 {
  padding-left: 40px;
}

.mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-3 {
  margin-left: 24px;
  margin-right: 24px;
}
.mx-4 {
  margin-left: 32px;
  margin-right: 32px;
}
.mx-5 {
  margin-left: 40px;
  margin-right: 40px;
}
.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-2 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-3 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-4 {
  padding-left: 32px;
  padding-right: 32px;
}
.px-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-4 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

div[itemprop="articleBody"] h1,
div[itemprop="articleBody"] h2,
div[itemprop="articleBody"] h3 {
  font-weight: 400;
  color: #159c25;
}

div[itemprop="articleBody"] h5,
div[itemprop="articleBody"] h6 {
  font-weight: 400;
  color: #52a447;
}

.accordion-button:not(.collapsed) {
  color: #52a447;
  background-color: #e5f5e0;
}

.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.pTop0 {
  padding-top: 0;
}
.pBottom0 {
  padding-bottom: 0;
}
.pLeft0 {
  padding-left: 0;
}
.pRight0 {
  padding-right: 0;
}
.mTop0 {
  margin-top: 0;
}
.mBottom0 {
  margin-bottom: 0;
}
.mLeft0 {
  margin-left: 0;
}
.mRight0 {
  margin-right: 0;
}
.error,
.error_tooltip {
  color: #fc0d1b;
  font-size: 0.9em;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.sp-module {
  margin-top: 0;
}
.sp-module ul > li {
  border: none;
}
.sp-module ul > li > a {
  color: inherit;
}
.sp-module ul > li > a:hover {
  color: #ce1126;
}
.slick-prev,
.slick-next {
  z-index: 10;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}

.alert {
  padding: 10px 15px;
  line-height: 1.2;
  margin: 15px 0;
}
.alert-danger {
  justify-content: space-between;
  flex-direction: row-reverse;
  display: flex;
}
.close {
  cursor: pointer;
}
.alert p {
  margin: 0;
}
.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.btn {
  border-radius: 100px;
  color: #ffffff !important;
  background-color: green !important;
  border: 2px solid green !important;
  cursor: pointer;
  outline: none;
  font-weight: 500;
}
.btn:hover,
.btn:focus {
  color: #198754 !important;
  background-color: #ffffff !important;
}
.btn.outlineBtn {
  border: 1px solid #333333;
  background-color: transparent;
  color: inherit;
}
.btn.outlineBtn:hover,
.btn.outlineBtn:focus {
  background-color: #333333;
  color: #ffffff;
}
.btn.btnStyle1 {
  /* background-color: #d29020; */
  /* text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.08em; */
  background-color: #ffffff;
  border: 2px solid #ce1126;
  color: #ce1126;
  font-weight: 500;
}
.btn.btnStyle1:hover,
.btn.btnStyle1:focus {
  color: #ffffff;
  background-color: #ce1126;
}
.btn.btnStyle2 {
  background-color: #d30e24;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.btn.btnStyle2:hover,
.btn.btnStyle2:focus {
  color: #ffffff;
  background-color: #d8282d;
}

#home_register_popup_otp.modal {
  z-index: 1080 !important; /* Force it above backdrop */
}
#home_register_popup_otp.modal .modal-dialog {
  z-index: 1080 !important; /* Force it above backdrop */
  margin-top: 60px;
}
#home_register_popup_otp.modal {
  /* z-index: 1080 !important; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000000a3;
  /* opacity: 0.5 !important; */
}

.currency {
  font-size: 0.8em;
  margin-right: 2px;
}
.oopsDiv {
  text-align: center;
  margin: 25px auto;
  padding: 0 15px;
  line-height: 1.3;
}
.oopsDiv .imgWrap img {
  max-width: 100%;
}
.oopsDiv .msg {
  max-width: 600px;
  margin: 15px auto;
}
.scrollup {
  border-radius: 50%;
  right: 20px;
  bottom: 120px;
  border-color: #d30e24;
  color: #d30e24;
}
.scrollup:before {
  color: inherit;
}
.scrollup:hover {
  background-color: #d30e24;
  color: #ffffff;
  border-color: #d30e24;
}
.scrollup:hover::before {
  color: #ffffff;
}

#url-tabs,
.tabNav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#url-tabs li,
.tabNav li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#url-tabs li a,
.tabNav li a {
  flex: 1;
  text-align: center;
  padding: 10px;
  font-size: 1.25em;
  border-bottom: 1px solid #dddddd;
}
#url-tabs li.active a,
.tabNav li.active a {
  color: #e0a337;
  border-bottom: 3px solid #e0a337;
}

.heading #url-tabs,
.heading .tabNav {
  margin: 0 -15px 10px;
}

.userInfoGroup .userPic .userPicImgWrap img {
  min-width: 100%;
  max-width: 100%;
}
.userInfoGroup .userPic .userPicImgWrap.hori img {
  min-width: auto;
  max-width: none;
  min-height: 100%;
  max-height: 100%;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.modal-header {
  position: relative;
  border-bottom: none;
}
.modal-footer {
  border-top: none;
}
.modal-header .close:before {
  content: "x";
  position: absolute;
  display: inline-block;
  top: 1px;
  left: 5px;
}

.modal-header .close {
  width: 20px;
  height: 20px;
  background-color: #000000;
  color: #ffffff;
  opacity: 0.8;
  font-weight: 400;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 12px;
  position: relative;
  border: 2px solid #ffffff;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.6); */
  position: absolute;
  right: -10px;
  top: -5px;
  opacity: 0.75;
}

.modal-header .close:hover {
  opacity: 1;
}
.modal-title {
  color: #0448a8;
}

.modal svg {
  max-width: 80px;
  max-height: 80px;
}
.svgicon.timer {
  fill: #0448a8;
}

.modal .button_holder .btn {
  min-width: 110px;
  letter-spacing: normal;
  text-transform: none;
  font-size: 14px;
}
.modal .button_holder {
  text-align: center;
}

#drawmachiner_popup {
  text-align: center;
}
#initiate_withdrawal .modal-body,
#drawmachiner_popup .modal-body {
  padding: 0 15px;
}
#drawmachiner_popup .modal-header {
  padding-top: 25px;
}
#drawmachiner_popup .modal-header.noHeader {
  padding-top: 0;
}
#drawmachiner_popup .modal-footer {
  padding-bottom: 25px;
}
#drawmachiner_popup .modal-footer.noFooter {
  padding-bottom: 0px;
}
#drawmachiner_popup.modal.fade .modal-dialog {
  transform: translate(0, 0) scale(0);
}
#drawmachiner_popup.modal.fade.in .modal-dialog {
  transform: translate(0, 0) scale(1);
}

#loadingImage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100000;
}
#loadingImage img {
  max-width: 36px;
  max-height: 36px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  width: 100%;
  max-width: 440px;
  border-radius: 20px;
  /* background-color: transparent; */
}

.form_item_holder + .form_item_holder {
  margin-top: 20px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding-left: 40px;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  /* background-color: rgba(17, 17, 17, .07); */
}

input.error,
select.error,
textarea.error {
  border-color: #ec0f1c;
  color: inherit;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input.error:focus,
select.error:focus,
textarea.error:focus {
  border-color: #ec0f1c;
  color: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.input-group.date input[type="text"][readonly] {
  /* background-color: transparent; */
}

/* select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */

.pagination {
  text-align: center;
  display: block;
}

.pagination > ul {
  display: inline-flex;
  list-style: none;
}
.pagination > ul > li a {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  display: block;
  border: 1px solid #dddddd;
  margin: 7px;
  border-radius: 50%;
  color: inherit;
  transition: all 0.15s ease-in-out;
}
.pagination > ul > li a:hover {
  background-color: #0448a8;
  border-color: #0448a8;
  color: #ffffff;
}
.pagination > ul > li.active a,
.pagination > ul > li.active a:hover {
  border-color: #e0a337;
  background-color: #e0a337;
  color: #ffffff;
}

.datepicker .table-condensed > tbody > tr > td {
  padding: 1px 3px;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-image: none;
  background-color: #c5d5eb;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #0448a8;
}

.footable {
  position: relative;
}
.footable.phone > tbody > tr {
  position: relative;
  /* padding-right: 15px; */
}
.footable.phone > tbody > tr .footable-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  transition: all 0.25s ease-in-out;
}
.footable.phone > tbody > tr.footable-detail-show .footable-toggle:after {
  transform: rotate(180deg);
}
.footable.phone > tbody > tr.footable-detail-show > td {
  background-color: #eee;
}
tr.footable-row-detail .footable-row-detail-row > div {
  display: inline-block;
  padding: 2px;
}
tr.footable-row-detail .footable-row-detail-row .footable-row-detail-name {
  margin-right: 8px;
  color: #717171;
  font-style: italic;
}
tr.footable-row-detail .footable-row-detail-row + .footable-row-detail-row {
  border-top: 1px dotted #ddd;
}

.toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  font-size: 16px;
}

.toggle-password:hover {
  color: #006400; /* theme green on hover */
}

/* Custom checkbox wrapper */
.form-check {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
}

/* Hide the default checkbox */
.form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create custom square box */
.form-check .form-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.2s;
}

/* Show tick when checked */
.form-check-input:checked + .form-check-label::before {
  background-color: #28a745;
  border-color: #28a745;
}

.form-check-input:checked + .form-check-label::after {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 0px;
  color: white;
  font-size: 16px;
  line-height: 18px;
}

/* Disabled button */
button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.form_item_holder {
  position: relative;
}
.form_item_holder:before {
  content: "";
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../images/form-sprite.png) no-repeat left top;
  display: block;
  top: 7px;
  left: 12px;
  position: absolute;
}

.form_item_holder.otp_confirm.otp_confirm::before {
  display: none;
}

/* .form_item_holder.input-field.dob.dob_css::before{ background-position: -60px 20px}; */

.form_item_holder.userId:before {
  background-position: -20px 0px;
  margin-top: 20px !important;
}
.form_item_holder.email:before {
  background-position: 0px 0;
}
.form_item_holder.mobile:before {
  background-position: -100px 0;
  margin-top: -3px !important;
}
.form_item_holder.date:before {
  background-position: -60px -2px;
}
.form_item_holder.dob:before {
  background-position: -60px 0px;
  margin-top: -3px;
}
.form_item_holder.password:before,
.form_item_holder.reg_password:before {
  background-position: -40px 0;
  margin-top: -3px !important;
}
.form_item_holder.userName:before,
.form_item_holder.firstName:before,
.form_item_holder.surName:before {
  background-position: -80px 0;
}
.form_item_holder.currency:before {
  background-position: -120px 0;
  margin-top: -3px !important;
}
.form_item_holder.refercode:before {
  margin-top: -3px !important;
}
.form_item_holder.card:before {
  background-position: -140px 0;
}
.form_item_holder.home:before {
  background-position: -160px 0;
}
.form_item_holder.inst:before {
  background-position: -180px 0;
}
.form_item_holder.trans:before {
  background-position: -200px 0;
}
.form_item_holder.chat:before {
  display: none;
}
.form_item_holder.link:before {
  background-position: -240px 0;
}
.form_item_holder.copy:before {
  background-position: -260px 0;
}

.form_item_holder select.custome_input {
  padding-left: 35px;
}
.legendCap,
.contentheading {
  color: #0448a8;
  text-transform: capitalize;
  font-size: 20px;
  border-bottom: none;
  margin-bottom: 5px;
}
fieldset + fieldset {
  margin-top: 35px;
}
.genericError {
  color: red;
}
.vAsteriskMsg {
  font-size: 12px;
  color: #ababab;
}
.input-group-addon.btn_date {
  position: absolute;
  top: 10px;
  right: 20px;
  background: transparent;
  padding: 0;
  border: none;
}
button.input-group-addon.btn_date {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 28px;
  /* background-color: transparent; */
  padding: 0;
  margin-top: 0;
  border: none;
  opacity: 0;
}
/* ------header-------- */

#sp-header {
  height: 58px;
  padding: 10px 0;
  transition: all 0.25s ease-in-out;
}
#offcanvas-toggler {
  margin-left: 0;
  line-height: 40px;
  float: none;
  padding: 0 10px;
}
#offcanvas-toggler .fa-bars {
  color: white;
}
#sp-header.menu-fixed {
  height: 44px;
  z-index: 999;
  align-items: center;
  display: flex;
}
#sp-menu {
  padding: 0;
  width: 40px;
}
.menu-fixed #offcanvas-toggler {
  line-height: 32px;
}
#sp-header .logo {
  height: 100%;
  max-height: 100%;
}
#sp-header .logo img {
  max-height: 38px;
  width: auto;
  transition: all 0.25s ease-in-out;
}
#sp-logo > .sp-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

#sp-logo {
  width: calc(100% - 40px);
  padding-left: 10px !important;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0;
}
#sp-logo .sp-module .btnWrap {
  text-align: right;
}
#sp-logo .sp-module .btnWrap .btn {
  font-size: 12px;
  padding: 7px 15px;
  letter-spacing: 0.04em;
  text-align: center;
}

#sp-header.menu-fixed .logo img {
  max-height: 36px;
}
#sp-bottom {
  background-color: #007024;
  padding: 30px 0;
}
.menu-fixed #sp-logo {
  height: 32px;
}

body {
  color: black !important;
  background: #159c25;
  /* font-family: OpenSans; */
}

.userInfoWrap {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
}

.userInfoWrap .amountWrap {
  color: white;
}

#sp-logo .mainNav {
  display: none;
}

#sp-logo > .sp-column .sp-module:last-child {
  justify-content: flex-end;
  /* margin-left: auto; */
  min-width: 120px;
  padding-left: 0;
}
#sp-logo > .sp-column .sp-module.langNav {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 4px;
  position: relative;
  z-index: 100;
}
.sp-module-content .mod-languages ul.lang-inline {
  line-height: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  margin: 0;
  padding: 4px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.sp-module-content .mod-languages ul.lang-inline li.lang-active {
  border-color: #dddddd;
  background-color: #e8e8e8;
}

span.icon-remove-1 {
  background-color: #e6b7ae;
  padding: 4px 9px 4px 6px;
  width: auto;
  height: auto;
  display: inline-block;
  color: #bf2304;
  font-weight: bold;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease-in-out;
  margin-top: -4px;
}
/*span.icon-remove-1:after {content: 'Cancel Request';font-size: 10px;display: inline-block;}*/
span.icon-remove-1 img {
  display: inline-block;
  width: 14px;
  margin-right: 5px;
}
span.icon-remove-1:hover {
  background-color: #bf2304;
  color: #ffffff;
}

form#initiate_withdrawal-form .form_item_holder {
  max-width: 300px;
  margin: 20px auto 0;
}
form#initiate_withdrawal-form,
div#Cancel_Withdrawal {
  text-align: center;
}

div#Cancel_Withdrawal .success_title img {
  margin: 0 auto 10px;
}

div#Cancel_Withdrawal .form-group button {
  min-width: 90px;
  margin: 0 5px;
}
/* .modal-open header#sp-header{
display:none;
} */

.hide-header.modal-open header#sp-header {
  display: none;
}

.hide-header.modal-open header#sp-header {
  display: none;
}

/* -----Offcanvas----- */
.offcanvas {
  /*height: 100%;*/
  position: fixed;
  overflow-y: hidden;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, 0.95);
}
.offcanvas-menu {
  right: auto;
  left: 0px;
  transform: translateX(-320px);
  background-color: #007024;
  color: #333333;
  /*overflow: hidden;
    height: 100vh;*/
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  color: #333333;
  text-transform: none;
  font-weight: 500;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:before {
  display: none;
}
.offcanvas .offcanvas-menu {
  /*right: auto;
    left: 0px;*/
  overflow-y: scroll;
}

.offcanvas .body-wrapper {
  transform: translateX(320px);
  right: auto;
  left: 0;
}

.close-offcanvas {
  background-color: #0448a8;
  border-color: #0448a8;
  top: 12px;
  right: 2px;
}
.close-offcanvas:hover {
  background-color: #d29020;
  border-color: #d29020;
  color: #ffffff;
}

.offcanvas-menu .offcanvas-inner {
  border-top: 10px solid #0448a8;
  /*padding-top: 25px;*/
}
/* .post-login .offcanvas-menu .offcanvas-inner {
    padding-top:0;
} */

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  padding: 5px 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
  margin: 0;
  padding: 15px 10px;
  border: none;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 20px;
  text-transform: none;
  font-weight: 600;
  color: #0448a8;
  clear: both;
  padding-top: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-games,
.offcanvas-menu .offcanvas-inner .sp-module .menu-account,
.offcanvas-menu .offcanvas-inner .sp-module .menu-quick,
.offcanvas-menu .offcanvas-inner .sp-module .menu-social,
.offcanvas-menu .offcanvas-inner .sp-module .menu-app {
  /* display: flex;
    flex-wrap: wrap;
    margin-left: 1px;
    margin-top: 1px; */
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-games > li,
.offcanvas-menu .offcanvas-inner .sp-module .menu-account > li,
.offcanvas-menu .offcanvas-inner .sp-module .menu-quick > li,
.offcanvas-menu .offcanvas-inner .sp-module .menu-social > li,
.offcanvas-menu .offcanvas-inner .sp-module .menu-app > li {
  /* flex: 0 0 33.33%;
    display: flex;
    border: none;
    margin-left: -1px;
    margin-top: -1px; */
  border: 1px solid #e5e5e5;
  width: 33.33%;
  float: left;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-games > li a,
.offcanvas-menu .offcanvas-inner .sp-module .menu-account > li a,
.offcanvas-menu .offcanvas-inner .sp-module .menu-quick > li a,
.offcanvas-menu .offcanvas-inner .sp-module .menu-social > li a,
.offcanvas-menu .offcanvas-inner .sp-module .menu-app > li a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  line-height: 1.1;
  padding: 10px 8px;
  font-size: 12px;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-account > li.item-137,
.offcanvas-menu .offcanvas-inner .sp-module .menu-account > li a.nav-logout {
  display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-games > li a img {
  max-width: 100%;
  max-height: 40px;
  margin-bottom: 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-account > li a img,
.offcanvas-menu .offcanvas-inner .sp-module .menu-quick > li a img {
  max-width: 20px;
  max-height: 20px;
  margin-bottom: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module .menu-social > li a img {
  max-width: 44px;
  max-height: 44px;
}
.offcanvas-menu .offcanvas-inner .sp-module .menu-social > li {
  flex: 0 0 25%;
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module .menu-social > li .image-title {
  display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-app {
  justify-content: space-between;
}
.offcanvas-menu .offcanvas-inner .sp-module .menu-app > li {
  flex: 0 0 45%;
  border-radius: 4px;
  background-color: #0448a8;
  border-color: #0448a8;
}
.offcanvas-menu .offcanvas-inner .sp-module .menu-app > li a {
  flex-direction: row;
  justify-content: flex-start;
  color: #ffffff;
}
.offcanvas-menu .offcanvas-inner .sp-module .menu-app > li a img {
  max-width: 15px;
  max-height: 15px;
  margin-right: 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-more {
  margin: -10px -10px 0;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-more > li a {
  padding: 8px 20px;
}

.page-header {
  border-bottom: none;
}
.entry-header,
.page-header {
  margin-bottom: 0;
}
#sp-slider .container {
  padding: 0 !important;
}

#sp-component .entry-header .post-format {
  display: none;
}

.homePage .entry-header {
  display: none;
}

.entry-header h2,
.page-header h1 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}

#sp-component .entry-header.has-post-format,
#sp-component .page-header {
  display: block;
  margin: 0 -15px;
  position: relative;
  padding: 0;
}
#sp-component .page-header:after,
#sp-component .entry-header.has-post-format:after,
#sp-component .page-header:before,
#sp-component .entry-header.has-post-format:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 5000px;
  background-color: #e5e5e5;
  bottom: 0;
  right: -5000px;
}
#sp-component .page-header:before,
#sp-component .entry-header.has-post-format:before {
  right: auto;
  left: -5000px;
}

#sp-left ul.nav li a.separatorHeading {
  padding: 8px 15px;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(160, 160, 160, 0.85);
  text-transform: uppercase;
  background-color: #efefef;
  cursor: default;
}

#sp-left ul.nav li a.separatorHeading + ul li a {
  padding-left: 30px;
}

#sp-left + #sp-component .page-header:before,
#sp-left + #sp-component .entry-header.has-post-format:before {
  display: none;
}

#sp-component .entry-header.has-post-format h2,
.page-header h1 {
  padding: 0 15px 10px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 12px;
  margin-top: 8px;
}

/* #sp-component .entry-header.has-post-format h2:before, 
#sp-component .entry-header.has-post-format h2:after,
.page-header h1:before,
.page-header h1:after {content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #e5e5e5;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -10px;
    left: 20px;
    z-index: 10;
} */
.detailWrap {
  padding: 0px 15px;
}
#sp-component .entry-header.has-post-format h2:before,
.page-header h1:before {
  z-index: 11;
  border-top-color: #ffffff;
  bottom: -8px;
}
#sp-component .page-header + .entry-header {
  display: none;
}

/*
body.fixedWidth .page-header{
    margin: 0 auto;
    max-width: 1030px;
    position: relative;
}
body.fixedWidth .page-header:before, 
body.fixedWidth .page-header:after {content: '';height: 1px;width: 5000px;background-color: #e5e5e5;display: block;position: absolute;bottom: 27px;left: -5000px;}
body.fixedWidth .page-header:after {
    left: auto;
    right: -5000px;
}
*/

div[itemprop="articleBody"] h3 {
  font-size: 20px;
}
div[itemprop="articleBody"] h4 {
  font-size: 16px;
}

.gameLinkWrap {
  padding: 15px 0;
  margin: 0 -5px;
}

.gameLinkWrap .menu-games {
  display: flex;
  flex-wrap: wrap;
}

.gameLinkWrap .menu-games > li {
  flex: 1;
  display: flex;
  border: none;
  min-width: 100px;
  margin: 8px 2px;
}

.gameLinkWrap .menu-games > li a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  line-height: 1.1;
  padding: 10px 8px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.17);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  color: #0448a8;
}

.gameLinkWrap .menu-games > li a img {
  max-width: 80%;
  max-height: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#sp-main-body {
  padding: 0;
}

article.item {
  margin: 0;
}
.article-footer-wrap {
  display: none;
}
#sp-feature {
  margin: 20px -15px 0;
  background: #e561ed;
  background: -moz-linear-gradient(left, #e561ed 0%, #ff4280 100%);
  background: -webkit-linear-gradient(left, #e561ed 0%, #ff4280 100%);
  background: linear-gradient(to right, #e561ed 0%, #ff4280 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e561ed', endColorstr='#ff4280',GradientType=1 );
}
#sp-feature #sp-feature {
  margin: 0;
}
.homefeature-box {
  display: flex;
}

.homefeature-box .part-left {
  flex: 0 0 42%;
  position: relative;
}

.homefeature-box .part-right {
  flex: 1;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  text-align: center;
  padding: 15px;
  align-content: center;
}

.homefeature-box .part-right > div {
  flex: 0;
  white-space: nowrap;
  text-align: left;
  margin-right: 10px;
  font-weight: 300;
  display: inline-block;
}

.homefeature-box .part-right > .txt1 {
  font-weight: 500;
}

.homefeature-box .part-left img {
  max-width: 240px;
  margin-top: -25px;
  margin-bottom: 25px;
  width: calc(100% + 40px);
  margin-left: -40px;
}

#sp-user1 {
  padding: 0;
}

#sp-user2 {
  padding: 15px 10px;
}

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

.latestnews-box .header {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}

.content {
  line-height: 1.6;
}
p + p {
  font-size: 12px;
  margin-top: 2px;
}

.latestnews-box .btnWrap .btn {
  margin: 15px 0;
  min-width: 170px;
  line-height: 1.7;
}

#sp-footer2 {
  font-size: 0.8em;
  text-align: center;
  background: #007024;
}
#sp-footer4 {
  font-size: 0.8em;
  text-align: center;
  background: #002d0f;
  padding: 29px 0;
}
#sp-header {
  background: #007024;
}

.sp-copyright {
  padding: 15px 0px;
  display: inline-block;
}

.topBlockWrap .btnWrap {
  display: flex;
  /*margin-right: 30px;*/
  justify-content: space-between;
}

.topBlockWrap .btnWrap .btn {
  /* flex: 0 0 48%;*/
  flex: 0 0 100%;
  border: none;
  border-top: 2px solid #0448a8;
  border-radius: 0;
  color: #0448a8;
  /* background-color: transparent; */
  font-weight: bold;
}

#sp-footer {
  background-color: #0a8c30;
  padding: 10px 0;
}

.paymentLogo {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

.paymentLogo > div {
  margin: 5px 10px;
}

#sp-bottom,
#sp-bottom2,
#sp-bottom3,
#sp-bottom4 {
  display: none;
}
#sp-bottom4 .socialicon {
  display: none;
}
.about-box .imgWrap img {
  max-width: 280px;
  margin-bottom: 25px;
}

/* #sp-bottom4 {
    text-align: center;
    padding-top: 50px;
} */

.block4-icons img {
  margin: 0 auto;
  padding: 10px;
  max-height: 56px;
}

.block4-icons {
  display: flex;
}

#sp-footer2 .socialicon {
  font-size: 28px;
  margin-top: 15px;
}

#sp-footer1 .sp-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#home_login .modal-footer {
  border: none;
  color: #ababab;
}
#home_login .modal-footer a {
  margin: 0 5px;
}
#home_login .modal-body {
  padding: 0 25px;
}
form .button_holder {
  margin-top: 20px;
}
.loginForm .button_holder {
  margin-top: 20px;
}
.modal-login .modal-header {
  border: none;
}
.modal-login .modal-header .modal-title img {
  width: 150px;
  margin: 0 auto;
}
#home_login .forgotLinkWrap {
  text-align: right;
  padding-top: 25px;
}
#home_login .loginClass.btn {
  width: 100%;
  margin-bottom: 25px;
}
#home_login .loginForm {
  margin-top: 15px;
}
#home_login .modal-content,
#home_forgot .modal-content,
#home_forgot_thank .modal-content {
  max-width: 350px;
  margin: 0 auto;
}
#home_forgot_thank .button_holder .btn,
#home_forgot .button_holder .btn {
  width: 100%;
  margin-top: 15px;
  /* margin-bottom: 25px; */
}
form.fc-register {
  max-width: 100%;
}
form.fc-register button[type="submit"] {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
form.fc-register .precondition {
  font-size: 0.8em;
  line-height: 1.3;
  margin-top: 25px;
}

.modal-dialog {
  top: 80px;
}
#sp-left {
  display: none;
}
#sp-left + #sp-component.col-sm-9,
#sp-left + #sp-component.col-md-9 {
  width: 100%;
}

#sp-left .nav-logout {
  display: none;
}

#transaction-div {
  margin: 0px 0 20px;
}

.refer_friend .contentheading {
  text-align: left;
  margin: 20px 0 20px;
  display: block;
}
.refer_friend .refer_option ul {
  border: 1px solid #dddddd;
  padding: 15px 10px;
}
.refer_friend .refer_option ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.refer_friend .refer_option ul li {
  text-align: center;
  display: flex;
  flex: 1;
}
.refer_friend .refer_option ul li a svg {
  width: 34px;
  height: 30px;
  margin: 15px auto;
  fill: #343a40;
}
.refer_friend .refer_option ul li a {
  text-align: center;
  flex: 1;
  margin: 2px;
  border-radius: 5px;
  color: #333333;
}
.refer_friend .refer_option ul li a span {
  display: block;
  margin-bottom: 10px;
}
.refer_friend .refer_option ul li a:hover svg {
  fill: #ffffff;
}
.refer_friend .refer_option ul li a:hover {
  color: #ffffff;
}
.refer_friend .refer_option ul li.link-gmail a:hover {
  background-color: #ef322e;
}
.refer_friend .refer_option ul li.link-facebook a:hover {
  background-color: #214496;
}
.refer_friend .refer_option ul li.link-twitter a:hover {
  background-color: #15a0ff;
}
.refer_friend .refer_option ul li.link-yahoo a:hover {
  background-color: #660066;
}
.refer_friend .refer_option ul li.link-outlook a:hover {
  background-color: #016ec0;
}
.refer_friend .refer_option ul li.link-sms a:hover {
  background-color: orange;
}

form#invite-friend-form .form_item_holder label {
  display: none;
}
form#invite-friend-form .form_item_holder .input-group {
  width: 100%;
  margin-bottom: 10px;
}
.refer_friend #invite-friend-btn {
  min-width: 175px;
}
.refer_friend .add_friend.btn,
.refer_friend .remove_friend.btn {
  /* padding: 0;
    width: 30px;
    height: 30px;
    font-size: 1.7em;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0; */
  padding: 6px 25px;
  font-size: 16px;
}
#invite-friend-mobile-form .form_item_holder.mobile {
  margin-top: -2px;
}
#invite-friend-mobile-form .form_item_holder input {
  background-color: #ffffff;
  border-radius: 5px;
}

#transaction-details-form:after {
  content: "";
  display: block;
  clear: both;
}
#transaction-details-form .filter {
  width: 100%;
  float: left;
  padding: 0 5px;
}
#transaction-details-form #search {
  width: 30%;
  margin-top: 24px;
}
#transaction-details-form input,
#transaction-details-form .input-group,
#transaction-details-form select {
  width: 100%;
}
#transaction-details-form input[readonly] {
  cursor: pointer;
}

.walletContent {
  text-align: center;
  margin: 45px 0 25px;
}
.walletContent .form_item_holder {
  max-width: 440px;
  margin: 0 auto;
}
.walletContent button[type="submit"] {
  margin-top: 20px;
  min-width: 100px;
}
.walletContent .imgWrap img {
  display: inline-block;
}
.walletContent .imgWrap {
  margin: 15px 0;
}
.walletContent .amountOuterWrap {
  text-align: center;
}
.walletContent .amountOuterWrap > div {
  display: inline-block;
}
.walletContent .contentheading {
  margin-top: 10px;
  margin-bottom: 15px;
}
.walletContent .iniWithBTN {
  padding: 6px 30px;
  margin: 10px 0;
}
.otpBlockWrap {
  margin: 10px 0;
}
.otpBlockWrap .blk {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #333333;
  border-radius: 5px;
  line-height: 38px;
  font-size: 22px;
  font-weight: 500;
}
.otpAfterMsg {
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 1.4;
}

.amountWrap {
  color: white;
  font-weight: 500;
  display: flex;
}
.refreshIcon {
  background-color: #ff9f00;
  width: 20px;
  display: inline-block;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #f08c1d;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.refreshIcon:hover {
  transform: rotate(180deg);
}

.disclaimerWrap {
  text-align: left;
  font-size: 0.8em;
}
.disclaimerWrap .label {
  color: inherit;
  font-size: 1em;
  font-style: italic;
}

.whiteBackground {
  padding: 25px 15px 25px 15px;
}
.myTicketOuterWrap {
  margin: 20px 0;
  text-align: left;
}
.myTicketInnerWrap {
  color: #333333;
  font-weight: 400;
  line-height: 100%;
  overflow: hidden;
  padding: 4px;
  text-align: center; /*cursor: pointer;*/
}
.myTicketInnerWrap > div {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #efefef;
  padding: 10px;
  min-height: 155px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.27);
}
.myTicketInnerWrap .myTicketInnerWrap1 {
  width: 72%;
  vertical-align: top;
  position: relative;
  padding-bottom: 50px;
  text-align: left;
}
.myTicketInnerWrap .myTicketInnerWrap2 {
  width: 25%;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  /*padding-top: 29px;*/
  padding-left: 8px;
  padding-right: 8px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.myTicketInnerWrap .ticketGameName {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #000000;
}
.myTicketInnerWrap .transactionIDTitle,
.myTicketInnerWrap .transactionTimeName {
  color: #909090;
  font-size: 11px;
  font-style: italic;
}
.myTicketInnerWrap .transactionIDNum {
  font-size: 18px;
  margin-bottom: 4px;
}
.myTicketInnerWrap .transactionTimeNum {
  font-size: 14px;
}
.myTicketInnerWrap .ticketResultSymbol,
.myTicketInnerWrap .ticketPrice {
  position: absolute;
  bottom: 10px;
}
.myTicketInnerWrap .ticketResultSymbol {
  left: 10px;
}
.myTicketInnerWrap .ticketPrice {
  right: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  vertical-align: baseline;
  bottom: 5px;
  display: none;
}
.myTicketInnerWrap .ticketPrice span {
  /*font-size:20px;*/
}
.myTicketInnerWrap .gameTypeIconTic {
  margin-bottom: 5px;
}
.myTicketInnerWrap .gameTypeIconTic img {
  max-height: 100px;
  margin: auto;
}
.myTicketInnerWrap .myTicketInnerWrap1:before,
.myTicketInnerWrap .myTicketInnerWrap1:after {
  content: "";
  display: block;
  width: 19px;
  height: 282px;
  position: absolute;
  background: url(../images/myTicketDottedCurveBig.png) no-repeat center top;
  top: -1px;
  right: -10px;
  z-index: 5;
  overflow: hidden;
}
.myTicketInnerWrap .myTicketInnerWrap1:after {
  background-position: center bottom;
  z-index: 10;
  height: 16px;
  top: auto;
  bottom: -5px;
}

#sp-left {
  /*  background-color: #f1f3f4;*/
  padding: 0 15px 25px;
  z-index: 10;
  position: relative;
}
#sp-left .sp-module-title {
  font-size: 1.4em;
  text-transform: capitalize;
  font-weight: 500;
  color: #00e226;
  padding: 20px 15px 20px;
  border-bottom:2px solid rgba(255,255,255,0.15);
  border-top:4px solid rgba(255,255,255,0.15);
  margin: 0 -15px;
  position: relative;
  text-align: center;
  background-color: #007024;
  /* box-shadow: 0 2px 2px rgba(0,0,0,0.2);*/
}
#sp-left ul.nav {
  margin: 0 -15px;
}
#sp-left ul.nav li a img {
  display: inline-block;
  margin-right: 10px;
  max-width: 28px;
  height: 28px;
  padding: 4px;
  border-radius: 5px;
}
#sp-left ul.nav li a {
  padding: 8px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
#sp-left ul.nav li a:before {
  display: none;
}
#sp-left ul.nav li.current a {
  background-color: #005a1d;
  color: #ffffff;
}
#sp-left ul.nav li.current a img {
  background-color: #ffffff;
}

.profileHeader {
  margin: 0 0;
  background: #fff;
  padding: 20px;
}
.userInfoGroup {
  display: flex;
}
.userInfoGroup .userPic {
  position: relative;
}
.userInfoGroup .userPic .userPicImgWrap {
  width: 100px;
  height: 100px;
  margin: 10px 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.userInfoGroup .userPic .icon {
  color: green;
  position: absolute;
  right: 20px;
  bottom: 7px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid green;
}
.userInfoGroup .userPic .icon img {
  width: 11px;
}
.userInfoGroup .userInfo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  /* color: #ffffff; */
  font-size: 1.2em;
  font-weight: 300;
}
.userInfoGroup .userInfo .userName {
  font-size: 1em;
  font-weight: 300;
  margin-top: 3px;
}
.profileDetailWrap .detailWrap {
  max-width: 450px;
  margin: 20px 0;
}
.profileDetailWrap .detailWrap .detailRow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-bottom: 1px dashed #e5e5e5;
  padding: 8px;
}
.profileDetailWrap .detailWrap .detailRow .valueWrap {
  flex: 1;
  display: flex;
}
.profileDetailWrap .detailWrap .detailRow .valueWrap .icon {
  width: 25px;
  flex: 0 0 25px;
}
.profileDetailWrap .detailWrap .detailRow .action .btn {
  padding: 2px 12px;
  font-size: 11px;
  text-transform: uppercase;
  min-width: 70px;
}
.profileDetailWrap .detailWrap .detailAction {
  text-align: center;
  padding: 20px 0;
}
#myaccount_body_section .button_holder .btn {
  min-width: 140px;
}
.user_avtar img {
  max-width: 300px;
  margin: auto;
}
.selected_avtar {
  max-width: 380px;
  text-align: center;
}
.upload_pic_actbtn img {
  display: inline-block;
}
#avatar_saving_btn {
  color: inherit;
  cursor: default;
}

.formItemBtnGroup,
#player-profile-form .do_verify,
#player-profile-form .verify {
  position: relative;
}

.formItemBtnGroup button,
#player-profile-form .do_verify button,
#player-profile-form .verify button,
#player-profile-form .do_verify .btn_verify,
#player-profile-form .verify .btn_verify {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  border-radius: 30px;
  border: 1px solid #cccccc;
  text-align: center;
  width: 80px;
}
.formItemBtnGroup input,
#player-profile-form .do_verify input,
#player-profile-form .verify input {
  padding-right: 85px;
  max-width: none;
}

#player-profile-form .do_verify button,
#player-profile-form .verify button {
  cursor: pointer;
}

#player-profile-form .do_verify button,
#player-profile-form .verify .btn_verify {
  display: block;
}

#player-profile-form .do_verify .btn_verify,
#player-profile-form .verify button {
  display: none;
}

#player-profile-form .verify .btn_verify {
  line-height: 37px;
  color: green;
  font-size: 12px;
  font-weight: 500;
}

#player-profile-form textarea {
  max-width: none;
}
#player-profile-form #datepicker {
  display: block;
}

.gender .checkbox {
  margin: 0;
  display: flex;
}
.gender .checkbox label {
  position: relative;
  padding: 0;
  margin: 0;
  /* float: left; */
  flex: 1;
}
/* .gender .checkbox:after {content: '';display: block;clear: both;} */
.gender .checkbox label input {
  position: absolute;
  opacity: 0;
}
.gender .checkbox label span {
  position: relative;
  border: 1px solid #cccccc;
  display: block;
  min-width: 80px;
  text-align: center;
  height: 34px;
  line-height: 32px;
}
.gender .checkbox label + label {
  margin-left: -1px;
}
.gender .checkbox label:first-child span {
  border-radius: 30px 0 0 30px;
}
.gender .checkbox label:last-of-type span {
  border-radius: 0 30px 30px 0;
}
.gender .checkbox label input:checked + span {
  background-color: #eeeeee;
  cursor: default;
}
.gender .checkbox label input:checked + span:before {
  content: "\f00c";
  font-family: FontAwesome;
  margin-right: 5px;
}

.send_msg {
  color: green;
  line-height: 1.4;
}

/**********************Inner Mailer Css*****************************/

.myaccount_body_section .heading span.mail_count {
  color: #fff;
  font-size: 16px;
}
.myaccount_body_section .heading .search_mail {
  float: right;
  width: auto;
}
.myaccount_body_section .heading .search_mail .search_box {
  float: left;
  margin: -4px 0 0px 0;
  width: 200px;
}
.myaccount_body_section .heading .search_mail .search_box .input-group {
  border: 1px solid #fff;
  float: left;
  width: 100%;
  height: 25px;
  border-radius: 25px;
  padding: 0;
}
.myaccount_body_section
  .heading
  .search_mail
  .search_box
  .input-group
  .btn.btn-default {
  border: 0;
  background: none;
  border-radius: 25px 0px 0px 25px;
  height: 23px;
  padding: 0 10px;
  color: #fff;
}
.myaccount_body_section
  .heading
  .search_mail
  .search_box
  .input-group
  .custome_input {
  border: 0;
  background: none;
  border-radius: 0 25px 25px 0;
  padding-right: 15px;
  height: 23px;
  font-size: 14px;
  color: #fff;
}
.myaccount_body_section .heading .search_mail .mail_actionbtn {
  float: right;
  margin: 0;
  padding: 0;
}
.myaccount_body_section .heading .search_mail .mail_actionbtn a.maroon_bg {
  float: left;
  margin: -4px 0 0 10px;
}
.myaccount_body_section .heading .search_mail .mail_actionbtn a.green_bg {
  float: left;
  font-size: 14px;
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  margin: -4px 0 0 0px;
}
.myaccount_body_section .heading .search_mail .mail_actionbtn a.back_btn {
  background: none;
  float: left;
  color: #474747;
  font-size: 14px;
  border: 0;
  text-shadow: none;
  margin: -1px 10px 0 0;
  padding: 0;
}

.myaccount_body_section .heading .search_mail .mail_actionbtn_inner {
  float: right;
  margin: 0;
  padding: 0;
}
.myaccount_body_section
  .heading
  .search_mail
  .mail_actionbtn_inner
  a.maroon_bg {
  float: left;
  margin: -4px 0 0 10px;
}
.myaccount_body_section .heading .search_mail .mail_actionbtn_inner a.green_bg {
  float: left;
  font-size: 14px;
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  margin: -4px 0 0 0px;
}
.myaccount_body_section .heading .search_mail .mail_actionbtn_inner a.back_btn {
  background: none;
  float: left;
  color: #a7f4fd;
  font-size: 14px;
  border: 0;
  text-shadow: none;
  margin: -1px 10px 0 0;
  padding: 0;
}

.myaccount_body_section .inbox {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.myaccount_body_section .inbox #inbox-table-footable > tbody {
  border-top: 1px solid #dddddd;
}
.myaccount_body_section .inbox #inbox-table-footable > tbody > tr > td {
  padding: 0;
  border-bottom: 1px solid #dddddd;
  border-top: 0;
}
.myaccount_body_section .inbox .mail_item {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #eef6ff;
  border-radius: 0;
  border-left: 3px solid #b7b7b7;
}
/* .myaccount_body_section .inbox .mail_item:last-child{border:0;} */
.myaccount_body_section .inbox .mail_item .mail_checkbox {
  float: left;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 36px;
}
.myaccount_body_section
  .inbox
  .mail_item
  .mail_checkbox
  .icheckbox_square-green {
  background-position: -119px 0;
}
.myaccount_body_section
  .inbox
  .mail_item
  .mail_checkbox
  .icheckbox_square-green.hover {
  background-position: -119px 0;
}
.myaccount_body_section
  .inbox
  .mail_item
  .mail_checkbox
  .icheckbox_square-green.checked {
  background-position: -176px 0;
}
.myaccount_body_section .inbox .mail_item .mail_shortinfo {
  float: right;
  margin: 0;
  padding: 8px 10px 8px 0;
  width: calc(100% - 40px);
}
.myaccount_body_section .inbox .mail_item .mail_shortinfo .mail_title {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
}
.myaccount_body_section .inbox .mail_item a {
  color: inherit;
}
.myaccount_body_section .inbox .mail_item a .mail_shortinfo .mail_title {
  float: left;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}
.myaccount_body_section
  .inbox
  .mail_item
  .mail_shortinfo
  .mail_title
  .mail_date {
  float: right;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 12px;
}
.myaccount_body_section .inbox .mail_item .mail_shortinfo .mail_info {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #777777;
  font-size: 14px;
}
.myaccount_body_section .inbox .mail_item.unread {
  background: #ffffff;
  border-left-color: #0448a8;
}
.myaccount_body_section .inbox .mail_item.unread a {
  font-weight: bold;
}
/*.myaccount_body_section .inbox .mail_item.unread .mail_shortinfo .mail_title a{}*/
.myaccount_body_section
  .inbox
  .mail_item.unread
  .mail_shortinfo
  .mail_title
  .mail_date {
  font-weight: bold;
}
.myaccount_body_section .inbox .inbox_inner {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding: 0px 10px;
}
.myaccount_body_section .heading .search_mail a.back_btn i {
  font-size: 25px;
  float: left;
  margin: -4px 5px 0 0;
}
.myaccount_body_section .inbox .inbox_inner .mail_heading {
  margin: 0;
  padding: 10px 0;
  margin-bottom: 15px;
  width: 100%;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  line-height: 1.2;
}
.myaccount_body_section .inbox .inbox_inner .mail_heading .mail_date {
  font-size: 14px;
  display: block;
}
.myaccount_body_section .inbox .inbox_inner .inbox_mailer {
  width: 100%;
  float: left;
  margin: 0 auto;
}

.myaccount_body_section .inbox .mail_item .mail_checkbox label,
.icheckbox_label {
  width: 40px;
  height: 36px;
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  padding: 8px 10px;
}
.footable-first-column .icheckbox_label {
  margin-bottom: -10px;
}
.myaccount_body_section .inbox .mail_item .mail_checkbox label input,
.icheckbox_label input {
  opacity: 0;
}
.myaccount_body_section
  .inbox
  .mail_item
  .mail_checkbox
  label
  input
  + span:after,
.icheckbox_square-green + span:after {
  content: "\f096";
  font-family: FontAwesome;
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  top: 8px;
  left: 10px;
  line-height: 20px;
  font-size: 18px;
  z-index: 10;
}
.myaccount_body_section
  .inbox
  .mail_item
  .mail_checkbox
  label
  input:checked
  + span:after,
.icheckbox_square-green.checked + span:after {
  content: "\f14a";
}
.myaccount_body_section .inbox .mail_item .mail_checkbox label:after,
.icheckbox_label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out;
  transform-origin: center center;
}
.myaccount_body_section .inbox .mail_item .mail_checkbox label:hover:after,
.icheckbox_label:hover:after {
  width: 35px;
  height: 35px;
}
.myaccount_body_section .mail_count {
  font-size: 0.8em;
}
.myaccount_body_section .search_mail {
  display: flex;
  padding: 15px;
  justify-content: space-between;
}
.search_box .input-group .input-group-btn {
  position: absolute;
  top: 0px;
  right: 0;
  width: 35px;
  height: 100%;
}
.search_box .input-group .input-group-btn button {
  margin: 0;
  border: none;
  height: 100%;
  position: absolute;
  padding: 0;
  width: 35px;
  text-align: center;
}
.search_box .input-group input {
  padding-left: 15px;
  padding-right: 45px;
  width: 280px;
}
.search_mail #delete_main,
.search_mail .mail_actionbtn_inner a {
  border: 1px solid #0448a8;
  padding: 3px 18px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  line-height: 1.6;
  vertical-align: baseline;
}
.search_mail #delete_main:before,
.search_mail .mail_actionbtn_inner a:before {
  content: "\f014";
  font-family: FontAwesome;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  margin-right: 7px;
}
.search_mail #delete_main:hover,
.search_mail .mail_actionbtn_inner a:hover {
  color: #ffffff;
  background-color: #0448a8;
}
.search_mail .mail_actionbtn_inner a.back_btn:before {
  /* content: '\f104'; content: '\f0a5'; */
  content: "\f100";
}
.search_mail .mail_actionbtn_inner a.btn:hover {
  color: #ffffff;
  background-color: #d29020;
  border-color: #d29020;
}

.scroll-wrapper {
  margin-bottom: 20px;
  margin-top: 20px;
}

.myaccount_body_section .inbox > table,
.myaccount_body_section .inbox > table td,
.myaccount_body_section .inbox > table th {
  background-color: transparent !important;
  border: none;
  color: inherit;
  padding: 0;
  margin: 0;
}
/*.myaccount_body_section .inbox .icheckbox_square-green, .myaccount_body_section .inbox .iradio_square-green {
    display: inline-block; vertical-align: middle; margin: 0; padding: 0; width: 24px; height: 24px;
    background: url(../images/common/green.png) no-repeat; border: none; cursor: pointer;}
    */

@media only screen and (min-width: 480px) and (max-width: 600px) {
  .myaccount_body_section .inbox .inbox_inner .inbox_mailer .deviceWidthouter {
    width: 100% !important;
    padding: 0;
  }
  .myaccount_body_section .inbox .inbox_inner .inbox_mailer .deviceWidth {
    width: 100% !important;
    padding: 0;
  }
  .myaccount_body_section
    .inbox
    .inbox_inner
    .inbox_mailer
    .deviceWidth
    img.feature {
    width: auto !important;
    padding: 0;
  }
  .myaccount_body_section .inbox .inbox_inner .inbox_mailer .btnWidth {
    width: 210px !important;
    padding: 0;
  }
  .myaccount_body_section .inbox .inbox_inner .inbox_mailer .center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .myaccount_body_section .inbox .inbox_inner .inbox_mailer .deviceWidthouter {
    width: 100% !important;
    padding: 0;
  }
  .myaccount_body_section .inbox .inbox_inner .inbox_mailer .deviceWidth {
    width: 100% !important;
    padding: 0;
  }
  .myaccount_body_section .inbox .inbox_inner .inbox_mailer .btnWidth {
    width: 210px !important;
    padding: 0;
  }
  .myaccount_body_section .inbox .inbox_inner .inbox_mailer .center {
    text-align: center !important;
  }
}
/**********************Inner Mailer Css*****************************/

/*********** Instant Win Games Start *********************************/

#gamePlayDiv.bodyWrapper.gameDetailsWrap .gameDetailsBgWrap .gamePlayArea-top,
#gamePlayDiv.bodyWrapper.gameDetailsWrap .gameDetailsInnerWrap {
  display: none;
}
#gamePlayDiv.bodyWrapper.gameDetailsWrap.fullScreeOn {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.bodyWrapper.gameDetailsWrap {
  padding-bottom: 10px;
}
.gameDetailsBgWrap .gamePlayArea {
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 100;
}
.gamePlayArea-top {
  display: none;
}
.bannerTop .bannerWrap img {
  width: 100%;
}
.gameListing {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px 10px;
}
.gameListing .grid-item {
  /*width: 100%;*/
  padding: 2px;
}
.gameListing .grid-item .cellInnerWrap figure img {
  width: 170px; /*margin-right: 10px;*/
  flex: 0 0 170px; /*min-height: 170px;*/
  margin: 0 auto;
}
/*.gameListing .grid-item .cellInnerWrap figure {display: flex;}*/
.gameListing .grid-item .cellInnerWrap figure .gameName {
  color: #0448a8;
  cursor: default;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
}
.gameListing .grid-item .cellInnerWrap figure .gameDesc {
  font-size: 13px;
  display: none;
  line-height: 18px;
}
.gameListing .grid-item .cellInnerWrap figure .gameDesc .winPrizeWrap {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #d30e24;
  margin-bottom: 3px;
}
.gameListing
  .grid-item
  .cellInnerWrap
  figure
  .gameDesc
  .winPrizeWrap
  .currencyWrap {
  background-color: #ffef91;
  padding: 1px 4px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  letter-spacing: 0.1em;
  font-size: 14px;
}
.gameListing figcaption {
  margin: 0;
  position: relative; /*padding-bottom: 53px;*/
  text-align: center;
}

.cell .cellInnerWrap {
  box-shadow: none;
  padding: 8px 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  /* background-color: rgba(4, 72, 168, .12); */
  border-radius: 8px;
  /* border: 1px solid rgba(4,72,168,0.25); */
}
/*.cell .cellInnerWrap > a {display: block; padding: 8px;}*/
.bannerTop {
  margin-bottom: 10px;
}
/*.cell .cellInnerWrap:hover {background-color: #f68d2d;}*/
.cell .cellInnerWrap .btnStyle2 {
  min-height: 38px;
  font-size: 14px;
  margin-top: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 110px;
  display: none;
}

#gamePlayDiv.bodyWrapper.gameDetailsWrap .gameDetailsBgWrap .quickLink {
  background-image: url(/templates/shaper_helix3/images/fullScreen-icon.png);
}
#gamePlayDiv.bodyWrapper.gameDetailsWrap.fullScreeOn
  .gameDetailsBgWrap
  .quickLink {
  background-image: url(/templates/shaper_helix3/images/reStore-icon.png);
}

.hTPEaziWin ul.nav-tabs > li,
.ignoreUpperCase {
  text-transform: none;
}

/*********** Instant Win Games End *********************************/

/*---------result start--------------------------------*/
.resultWrap .resultHeader {
  text-align: center;
}
.resultWrap .resultHeader .content {
  display: inline-flex;
  align-items: center;
}
.resultWrap .resultHeader .content img {
  max-width: 80px;
  max-height: 70px;
  margin-right: 20px;
}
.resultWrap .resultHeader .content .header {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.resultWrap .resultHeader .content .header .gameName {
  color: #0448a8;
  font-size: 1.4em;
}

.resultWrap .resultBody {
  margin: 20px 0;
}
.r-Table .r-TableHead .r-row {
  border-bottom: 2px solid #dddddd;
  font-weight: 500;
  display: flex;
}

.r-Table .r-TableBody .r-rowGroup {
  border-bottom: 1px solid #dddddd;
}
.r-Table .r-TableBody .r-row {
  display: flex;
  font-weight: 500;
  padding: 10px 0;
}
.resultWrap.lucky6 .r-Table .r-row .r-Col {
  padding: 0 8px;
}
.resultWrap.lucky6 .r-Table .r-row .col1 {
  width: 10%;
}
.resultWrap.lucky6 .r-Table .r-row .col2 {
  width: 12%;
}
.resultWrap.lucky6 .r-Table .r-row .col3 {
  width: 64%;
}
.resultWrap.lucky6 .r-Table .r-row .col4 {
  width: 14%;
}
.r-Table .r-TableBody .r-row .drawMultiplier img {
  max-width: 30px;
}

.resultWrap.lucky6 .r-Table .r-TableBody .label {
  color: #989898;
  font-size: 0.9em;
  padding: 0;
  font-weight: 400;
}
.r-Table .r-TableBody .r-row .label {
  display: none;
}
.r-Table .r-TableBody .r-rowGroup:nth-child(odd) {
  background-color: #f5f5f5;
}
.r-Table .r-TableBody .r-rowGroup.accord .r-row {
  position: relative;
  cursor: pointer;
}
.r-Table .r-TableBody .r-rowGroup.accord .r-row:before {
  content: "\f055";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  color: #0448a8;
  right: 5px;
  top: 50%;
  margin-top: -10px;
}
.r-Table .r-TableBody .r-rowGroup.accord.active .r-row:before {
  color: #d58f1f;
  content: "\f056";
}
.r-Table .r-TableBody .r-rowAccordWrap {
  display: none;
}
.r-Table .r-TableBody .r-rowAccord {
  margin: 1px 10px 10px 11px;
  display: grid;
  grid-template-columns: repeat(6, auto);
}
.r-Table .r-TableBody .r-rowAccord .r-col {
  padding: 8px;
  border: 1px solid #dddddd;
  margin: -1px 0 0 -1px;
}
.r-Table .r-TableBody .r-rowAccord .r-col .detail {
  font-size: 18px;
}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .win img {
  max-width: 28px;
  display: inline-block;
  margin-left: 5px;
}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #dddddd;
  margin-left: 5px;
  border-radius: 50%;
}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-pink {
  background-color: #fba8d4;
}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-red {
  background-color: #f93525;
}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-orange {
  background-color: #f9b81c;
}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-brown {
  background-color: #c76e28;
}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-green {
  background-color: #8ac539;
}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-cyan {
  background-color: #6bd0ca;
}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-blue {
  background-color: #0688de;
}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-magenta {
  background-color: #d352f7;
}
.r-Table .r-TableBody .r-rowAccord .r-col .detail .dot.dot-grey {
  background-color: #8c909c;
}

.ballList,
.ballGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}
.ballList li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ballList .ballWrap {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 2px;
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
  border: 6px solid #ffffff;
  padding-top: 2px;
  background-color: #ffffff;
}

.ballList .ballWrap.ball-pink {
  border-color: #fba8d4;
}
.ballList .ballWrap.ball-pink.active {
  background-color: #fba8d4;
}
.ballList .ballWrap.ball-red {
  border-color: #f93525;
}
.ballList .ballWrap.ball-red.active {
  background-color: #f93525;
}
.ballList .ballWrap.ball-orange {
  border-color: #f9b81c;
}
.ballList .ballWrap.ball-orange.active {
  /* background-color: #f9b81c; */
}
.ballList .ballWrap.ball-brown {
  border-color: #c76e28;
}
.ballList .ballWrap.ball-brown.active {
  background-color: #c76e28;
}
.ballList .ballWrap.ball-green {
  border-color: #8ac539;
}
.ballList .ballWrap.ball-green.active {
  background-color: #8ac539;
}
.ballList .ballWrap.ball-cyan {
  border-color: #6bd0ca;
}
.ballList .ballWrap.ball-cyan.active {
  background-color: #6bd0ca;
}
.ballList .ballWrap.ball-blue {
  border-color: #0688de;
}
.ballList .ballWrap.ball-blue.active {
  background-color: #0688de;
}
.ballList .ballWrap.ball-magenta {
  border-color: #d352f7;
}
.ballList .ballWrap.ball-magenta.active {
  background-color: #d352f7;
}
.ballList .ballWrap.ball-grey {
  border-color: #8c909c;
}
.ballList .ballWrap.ball-grey.active {
  background-color: #8c909c;
}

.ballList .ballWrap.active.clover {
  background-position: center center;
  background-image: url(../images/clover.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border-width: 2px;
}

/*---------result css end------------------------*/

/*---------Welcome Bonus PopUp---------------------*/
#regBonusWelcome {
  text-align: center;
}
#regBonusWelcome .info-msg-wrap .title {
  font-size: 22px;
  color: #0448a8;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 10px;
}
#regBonusWelcome .info-msg-wrap p {
  font-size: 1.2em;
}
#regBonusWelcome .icon-wrap {
  width: auto;
  height: auto;
}
#regBonusWelcome .info-msg-wrap.bonus-amt-bg {
  position: relative;
}
#regBonusWelcome .info-msg-wrap.bonus-amt-bg .title-md {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
}
#regBonusWelcome .sec-action-blk .btn {
  display: block;
  margin: 10px auto;
}
#regBonusWelcome .sec-action-blk .btn.btn-primary {
  min-width: 260px;
  min-height: 60px;
  font-size: 1.2em;
}
#regBonusWelcome .sec-action-blk .btn.btn-plain {
  background-color: transparent;
  color: #0448a8;
  font-weight: 500;
  min-height: 40px;
}

/*------------------------------------------------*/

.gamePage #sp-main-body > .container {
  padding: 0 !important;
  max-width: 100% !important;
}
.gamePage #sp-main-body > .container #sp-component {
  border: none;
}

.iframeGamePlay {
  overflow: hidden;
}
.iframeGamePlay #sp-main-body {
  position: relative;
  z-index: 1000;
}
.iframeGamePlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.iframeGamePlay #sp-component #lottogames_div_iframe {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
  /*overflow-y: scroll !important;*/
}
.iframeGamePlay #sp-component iframe {
  width: 100% !important;
  min-height: 100%;
  /* position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;   
    background-color: #ffffff;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll !important; */
}
/*.iframeGamePlay.br-Safari #sp-component #lottogames_div_iframe,*/
.iframeGamePlay.unSupported #sp-component #lottogames_div_iframe {
  overflow-y: scroll !important;
}
/*.iframeGamePlay.os-Windows #sp-component iframe,
.iframeGamePlay.os-Linux #sp-component iframe,
.iframeGamePlay.os-Windows #sp-component iframe,
.iframeGamePlay.os-Android #sp-component iframe,
.iframeGamePlay.br-Chrome #sp-component iframe,*/

/*.iframeGamePlay.br-Firefox #sp-component iframe,*/
.iframeGamePlay.supported #sp-component iframe {
  height: 100% !important;
}

iframe#lottogames_iframe_1 {
  height: 100vh;
}

/*------------------------------------------------*/
.sp-module .offcanvasFixed {
  display: none;
}
/* .sp-module .offcanvasFixed {
    position: fixed;
    width: 100%;
    display: flex;
    left:0;
    bottom: 0;
    background-color:#0448a8;
}
.sp-module .offcanvasFixed li{flex: 0 0 33.33%; border: none; border-top: 1px solid rgba(255,255,255,0.2);}
.sp-module .offcanvasFixed li a{
    color:#ffffff;
    text-align:center;
    font-size:10px;
    padding: 5px 2px;
    line-height: 1.3;
}
.sp-module .offcanvasFixed li a img{
    max-height:15px;
    max-width:15px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.sp-module .offcanvasFixed li a:before {
    display: none;
}

.sp-module .offcanvasFixed li + li {
    border-left: 1px solid rgba(255,255,255,0.2);
}

.body-wrapper {
    padding-bottom: 45px;
} */

/*-------------------------------*/
@media only screen and (max-width: 1199px) {
  /* #sp-main-body {
        min-height: calc(100vh - 300px);
    } */
}
@media only screen and (max-width: 991px) {
  .r-Table .r-TableBody .r-rowAccord {
    grid-template-columns: repeat(4, auto);
  }
}

@media only screen and (max-width: 767px) {
  .mail_actionbtn {
    width: 100%;
  }
  .maroon_bg,
  .mail_actionbtn_inner {
    float: right;
    margin-right: 5px;
  }
  .mail_actionbtn_inner {
    width: 100%;
  }
  #sp-logo > .sp-column .sp-module.langNav {
    display: none;
  }
  #player-profile-form {
    max-width: 440px;
  }

  .r-Table .r-TableBody .r-rowAccord {
    grid-template-columns: repeat(3, auto);
  }
  .r-Table .r-TableBody .r-row .label {
    display: block;
    text-align: left;
  }
  .r-Table .r-TableHead {
    display: none;
  }
  .r-Table .r-TableBody {
    border-top: 1px solid #dddddd;
    margin: 0 -10px;
  }
  .resultWrap.lucky6 .r-Table .r-TableBody .r-row .r-Col {
    padding: 10px;
  }
  .resultBallsWrap {
    margin-top: 5px;
  }

  .resultWrap.lucky6 .r-Table .r-TableBody .r-row {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: repeat(3, auto);
    padding: 0;
  }
  .resultWrap.lucky6 .r-Table .r-TableBody .r-row .col1 {
    grid-area: 1/1/2/2;
    width: 100%;
  }
  .resultWrap.lucky6 .r-Table .r-TableBody .r-row .col2 {
    grid-area: 2/1/3/2;
    width: 100%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .resultWrap.lucky6 .r-Table .r-TableBody .r-row .col3 {
    grid-area: 1/2/4/3;
    width: 100%;
    border-left: 1px solid #dddddd;
    padding-bottom: 50px;
  }
  .resultWrap.lucky6 .r-Table .r-TableBody .r-row .col4 {
    grid-area: 3/1/4/2;
    width: 100%;
  }
  .r-Table .r-TableBody .r-rowGroup.accord .r-row:after {
    content: "More Detail";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
  }
  .r-Table .r-TableBody .r-rowGroup.accord .r-row:before {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 14px;
    margin-left: -10px;
  }
  .r-Table .r-TableBody .r-rowGroup.accord.active .r-row:after {
    content: "Less Detail";
  }
  .r-Table .r-TableBody {
    border-top-width: 3px;
  }
  .r-Table .r-TableBody .r-rowGroup {
    border-bottom-width: 3px;
  }

  .myaccount_body_section
    .inbox
    .mail_item
    .mail_shortinfo
    .mail_title
    .mail_date {
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .gameListing .grid-item .cellInnerWrap figure img {
    margin: 0 auto 5px;
  }
  .gameListing .grid-item .cellInnerWrap figure {
    flex-direction: column;
  }
  .gameListing figcaption {
    text-align: center;
    padding-bottom: 0px;
  }
  .cell .cellInnerWrap .btnStyle2 {
    position: relative;
  }
  .paymentLogo img {
    height: 12px;
  }
  .paymentLogo > div {
    margin: 5px;
  }
  .block4-icons img {
    max-height: 90px;
    padding: 5px 10px;
    width: 110px;
  }
  #sp-footer2 .socialicon {
    margin-top: 5px;
  }
  #sp-footer {
    padding: 5px 0;
  }
  .sp-copyright {
    padding: 5px 0px;
    line-height: 100%;
  }
  .refer_friend .refer_option ul li a {
    line-height: 1.4;
  }
  .refer_friend .refer_option ul li a span {
    margin-bottom: 0;
    font-size: 11px;
  }
  .refer_friend .refer_option ul li a svg {
    margin: 5px auto;
  }
  #sp-logo .sp-module .btnWrap .btn {
    font-size: 11px;
    padding: 7px 10px;
  }

  .myTicketInnerWrap {
    position: relative;
    padding: 0;
  }
  .myTicketInnerWrap > div {
    width: 100%;
    display: block;
  }
  .myTicketInnerWrap .myTicketInnerWrap1:before,
  .myTicketInnerWrap .myTicketInnerWrap1:after {
    background: none;
  }
  .myTicketInnerWrap .myTicketInnerWrap2 {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 10px 0;
    height: 100px;
    min-height: 100px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
  .myTicketInnerWrap .gameTypeIconTic {
    margin-bottom: 0;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .myTicketInnerWrap .gameTypeIconTic img {
    max-height: 70px;
    margin: auto;
    margin-right: 15px;
  }
  .myTicketInnerWrap .myTicketInnerWrap1 {
    padding-top: 110px;
    width: auto;
    margin: 0 4px;
    border-bottom: 1px solid #dad8d8;
  }
  .r-Table .r-TableBody .r-rowAccord {
    grid-template-columns: repeat(2, auto);
  }
  .search_mail .search_box .input-group input {
    width: 220px;
  }
  .search_mail #delete_main {
    font-size: 0;
  }
  .search_mail #delete_main:before {
    margin: 0;
  }
}

@media only screen and (max-width: 359px) {
  .r-Table .r-TableBody .ballList {
    margin: 0 -10px;
  }
}

@media only screen and (min-width: 481px) {
  .gameLinkWrap .menu-games > li {
    min-width: 160px;
  }
  #transaction-details-form .filter {
    width: 50%;
  }
}
.block4-icons {
  display: flex;
  justify-content: end;
}
#mod-custom104 p {
  width: 63%;
}
@media only screen and (max-width: 600px) and (min-width: 320px) {
  .block4-icons {
    display: flex;
    justify-content: center;
  }
  #mod-custom104 p {
    width: 100% !important;
  }
  .paymentLogo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center;
  }
  .payment-new-logo {
    margin: 0 1% 0 1%;
  }
  .block4-icons {
    display: flex;
    justify-content: end;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  #sp-slider .container {
    width: 100%;
  }
  #sp-slider img {
    width: 100%;
  }
  .homefeature-box .part-right {
    font-size: 36px;
  }
  .gameLinkWrap .menu-games > li {
    min-width: 150px;
  }
  .gameLinkWrap .menu-games > li a img {
    max-width: 75%;
    max-height: 80px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .gameLinkWrap {
    padding: 50px 0;
  }
  #sp-homecomponentrow-1 {
    padding: 50px 0;
  }
  #transaction-details-form .filter {
    width: 25%;
  }

  .gameListing .grid-item {
    width: 50%;
  }

  .gameListing .grid-item .cellInnerWrap figure img {
    width: 160px;
    flex: 0 0 160px;
    margin: 0;
    margin-right: 10px;
  }
  /*.gameListing .grid-item .cellInnerWrap figure {
        display: flex;
    }
    .gameListing figcaption{
        text-align: left;
    }*/
  .gameListing .grid-item .cellInnerWrap figure .gameName {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .gameListing .grid-item .cellInnerWrap figure .gameDesc {
    display: block;
    margin-bottom: 45px;
  }
  .cell .cellInnerWrap .btnStyle2 {
    display: inline-block;
  }

  .offcanvas-menu .offcanvas-inner .sp-module.langNav {
    height: 22px;
  }
  .offcanvas-menu .offcanvas-inner .sp-module.langNav .sp-module-content {
    display: none;
  }

  .resultWrap.lucky6 .r-Table .r-TableBody .r-row:hover {
    background-color: #fbf7e9;
  }
}

@media only screen and (min-width: 992px) {
  .homefeature-box .part-left img {
    max-width: 350px;
    margin-top: -45px;
  }
  /* #sp-bottom4 .socialicon{display: block;} */

  #sp-bottom .nav li a img {
    display: none;
  }
  #sp-bottom .nav li + li a {
    border-top: 1px solid #e5e5e5;
  }

  /*--------------------------------------*/
  .latestnews-box .content {
    margin: 20px 80px;
  }
  #sp-user2 {
    padding-top: 35px;
  }
  /*-------------------------------*/

  #sp-footer1 .sp-column {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1200px) {
  #sp-header {
    height: 80px;
    padding: 0;
  }
  #sp-header .logo img {
    max-height: 52px;
    width: auto;
    height: 50px;
  }
  #sp-header.menu-fixed .logo img {
    margin-top: 5px;
  }
  #sp-menu {
    display: none;
  }
  #sp-logo {
    width: 100%;
    height: 80px;
    padding-left: 15px;
  }
  #sp-logo .mainNav {
    display: block;
  }
  #sp-header .mainNav > .sp-module-title + .sp-module-content {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #ffffff;
    left: 0;
    /*width: calc(100% + 40px);
        margin-left: -40px;*/
    width: 100%;
    top: 100%;
    left: 0;
    padding: 15px 15px;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.36);
  }

  #sp-header.menu-fixed .container,
  #sp-header.menu-fixed .container > .row,
  #sp-header.menu-fixed .container,
  #sp-header.menu-fixed #sp-logo {
    transition: all 0.25s ease-in-out;
  }
  .sp-logo {
    position: relative;
  }
  #sp-header .mainNav > .sp-module-title + .sp-module-content .nav {
    display: flex;
  }
  #sp-header .mainNav > .sp-module-content .nav a:before {
    display: none;
  }
  #sp-header .mainNav > .sp-module-title + .sp-module-content .nav li {
    flex: 1;
    margin: 8px;
    display: flex;
    border: none;
  }
  #sp-header .mainNav > .sp-module-title + .sp-module-content .nav li a {
    border: 1px solid #e5e5e5;
    flex: 1;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  #sp-header .mainNav > .sp-module-title + .sp-module-content .nav li a:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
  #sp-header .mainNav > .sp-module-title + .sp-module-content .nav li a img {
    max-width: 120px;
    max-height: 70px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #sp-header .mainNav:hover > .sp-module-title + .sp-module-content {
    display: block;
  }
  #sp-header .mainNav .menu-quick {
    display: flex;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    color: black;
  }
  #sp-header .mainNav .menu-quick a img {
    /* display: none; */
    margin-right: 8px;
  }
  #sp-header .mainNav .menu-quick li a {
    padding: 0 12px;
  }

  #sp-header .mainNav .sp-module-title {
    margin: 0;
    height: 80px;
    padding: 0 12px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    transition: all 0.25s ease-in-out;
  }
  #sp-header .mainNav .sp-module-title:after {
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 5px;
    font-size: 14px;
  }
  #sp-header .mainNav:hover .sp-module-title {
    background-color: rgba(0, 0, 0, 0.04);
    color: #0448a8;
  }
  #sp-header .mainNav .sp-module-title:before {
    content: "";
    position: absolute;
    border-top: 12px solid rgba(0, 0, 0, 0.04);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 0;
    height: 0;
    display: none;
    top: 100%;
    z-index: 101;
  }
  #sp-header .mainNav:hover .sp-module-title:before {
    display: block;
  }
  #sp-header .mainNav .menu-quick li a {
    line-height: 1;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.25s ease-in-out;
  }
  #sp-header .mainNav .menu-quick li:hover a,
  #sp-header .mainNav .menu-quick li.current a {
    background-color: rgba(0, 0, 0, 0.07);
  }

  #sp-header .mainNav.main-account {
    position: absolute;
    right: 0;
    z-index: 10;
  }
  #sp-header .mainNav.main-account .sp-module-title {
    font-size: 0;
    min-width: 130px;
    justify-content: flex-end;
  }
  #sp-header .mainNav.main-account .sp-module-title:before {
    display: none;
  }
  #sp-header .mainNav.main-account:hover .sp-module-title {
    background-color: transparent;
  }

  #sp-header .mainNav.main-account > .sp-module-title + .sp-module-content {
    width: 240px;
    right: 0;
    left: auto;
    padding: 15px 0 0;
  }
  #sp-header
    .mainNav
    > .sp-module-title
    + .sp-module-content
    .nav.menu-account {
    flex-direction: column;
  }
  #sp-header
    .mainNav
    > .sp-module-title
    + .sp-module-content
    .nav.menu-account
    li {
    margin: 0;
  }
  #sp-header
    .mainNav
    > .sp-module-title
    + .sp-module-content
    .nav.menu-account
    li
    a {
    flex-direction: row;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    justify-content: flex-start;
    padding: 4px 10px;
  }
  #sp-header
    .mainNav
    > .sp-module-title
    + .sp-module-content
    .nav.menu-account
    li
    + li
    a {
    border-top: 0;
  }
  #sp-header
    .mainNav
    > .sp-module-title
    + .sp-module-content
    .nav.menu-account
    li
    a
    img {
    padding: 5px;
    margin: 0 10px 0 0;
    max-height: 28px;
    max-width: 28px;
    flex: 0 1 auto;
  }
  #sp-header
    .mainNav
    > .sp-module-title
    + .sp-module-content
    .nav.menu-account
    li:last-child
    a {
    border-bottom: none;
  }

  #sp-logo > .sp-column {
    justify-content: flex-start;
  }

  #sp-header .logo {
    margin-right: 25px;
  }
  #sp-header.menu-fixed .mainNav .sp-module-title {
    height: 40px;
  }

  #sp-header.menu-fixed .container,
  #sp-header.menu-fixed .container > .row,
  #sp-header.menu-fixed .container,
  #sp-header.menu-fixed #sp-logo {
    height: 40px;
  }

  #sp-header.menu-fixed .mainNav .menu-quick li a {
    height: 40px;
  }

  .userInfoWrap {
    padding-right: 20px;
  }

  #sp-bottom,
  #sp-bottom2,
  #sp-bottom3,
  #sp-bottom4 {
    display: block;
  }

  #sp-component {
    position: static;
    z-index: 1;
  }
  .itemid-119,
  .itemid-121,
  .itemid-120,
  #sp-component {
    background: white;
  }
  #sp-left {
    border-right: 1px solid #dddddd;
    margin-right: -1px;
  }
  #sp-left + #sp-component {
    border-left: 1px solid #dddddd;
  }
  .modal-dialog {
    top: 0;
  }
  #sp-left {
    display: block;
    background: #159c25;
  }
  #sp-left + #sp-component.col-sm-9,
  #sp-left + #sp-component.col-md-9 {
    width: 75%;
  }
  /* #sp-left + #sp-component .entry-header.has-post-format:after{left:0; transform: translateX(-15px);}*/

  .gameListing .grid-item {
    width: 33.33%;
  }
}

@media only screen and (min-width: 1400px) {
  .gameListing .grid-item {
    width: 25%;
  }
}

.sbPage.iframeGamePlay.unSupported {
  position: static;
  overflow: auto;
}
.sbPage.iframeGamePlay.unSupported #sp-component #lottogames_div_iframe {
  position: relative;
  top: 0;
  overflow-y: hidden !important;
}

.sbPage.iframeGamePlay.supported #sp-component #lottogames_div_iframe {
  top: 40px;
}
.sbPage.iframeGamePlay.supported #sp-component iframe {
  height: calc(100% - 40px) !important;
}
.sbPage #sp-header {
  height: 40px;
  z-index: 9999;
}
.sbPage.supported #sp-header {
  height: 40px;
}
.sbPage.supported #offcanvas-toggler {
  line-height: 32px;
}
.sbPage.supported #sp-header .logo img {
  max-height: 20px;
}
.sbPage.supported #sp-logo {
  height: 32px;
}
@media only screen and (min-width: 1200px) {
  .sbPage.supported #sp-header .logo img {
    margin-top: 5px;
  }
  .sbPage.supported #sp-header .mainNav .sp-module-title {
    height: 40px;
  }
  .sbPage.supported #sp-header .container,
  .sbPage.supported #sp-header .container > .row,
  .sbPage.supported #sp-header .container,
  .sbPage.supported #sp-header #sp-logo {
    height: 40px;
  }
  .sbPage.supported #sp-header .mainNav .menu-quick li a {
    height: 40px;
  }
}

/*

.unSupported #sp-header .mainNav .menu-quick li:hover a, 
.unSupported #sp-header .mainNav .menu-quick li.current a {background-color: #f9cd1f;}

.unSupported .offcanvas-menu .offcanvas-inner .sp-module .menu-games > li, 
.unSupported .offcanvas-menu .offcanvas-inner .sp-module .menu-account > li, 
.unSupported .offcanvas-menu .offcanvas-inner .sp-module .menu-quick > li, 
.unSupported .offcanvas-menu .offcanvas-inner .sp-module .menu-social > li, 
.unSupported .offcanvas-menu .offcanvas-inner .sp-module .menu-app > li{background-color: #efefef;}

*/

body.refer-friend {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  margin: 0;
}
.referFriendLanding fieldset {
  padding: 0;
  border: none;
  width: 100%;
  display: block;
  margin: 0;
}
.referFriendLanding input {
  width: calc(100% - 40px);
  padding-left: 40px;
  display: block;
  height: 30px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-left: 0;
}
.referFriendLanding input.error {
  border-color: #ec0f1c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.referFriendLanding input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.refer-friend .gameLinkWrap .menu-games {
  padding: 0 15px;
  margin: 0;
}
.referFriendLanding .formWrap {
  background: #f1f1f1;
}
.referFriendLanding .fc-register {
  max-width: 440px;
  margin: 0px auto;
  padding: 25px 15px;
}
.refer-friend .gameLinkWrap {
  margin: 0;
  padding-top: 10px;
}
.refer-friend .gameLinkWrap .menu-games > li a {
  text-decoration: none;
}
.referFriendLanding .imgWrap img {
  max-width: 240px;
  margin: 20px auto 0;
}
.referFriendLanding .imgWrap {
  text-align: center;
}
.referFriendLanding .fc-register .fc-submit {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border-radius: 100px;
}
.referRegBanner {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  overflow: hidden;
  flex: 1;
  border-radius: 8px;
  z-index: 10;
}
.referRegBanner .bannerContent {
  position: relative;
  z-index: 20;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.referRegBanner .bannerBg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.referRegBanner .bannerBg .svg1 {
  width: 40%;
  height: 40%;
  position: absolute;
  left: -15%;
  top: -15%;
  z-index: 1;
}
.referRegBanner .bannerBg svg {
  width: 100%;
  height: 100%;
}
.referRegBanner .bannerBg .svg2 {
  width: 80%;
  height: 110%;
  position: absolute;
  right: -8%;
  top: 2%;
  z-index: 2;
}
.referRegBanner .bannerBg .svg3 {
  width: 42%;
  height: 70%;
  position: absolute;
  right: 1%;
  bottom: 0%;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}
.referRegBanner .bannerContent .content {
  margin-top: -10%;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 10px 20px;
}
.referRegBanner .bannerContent .content h2 {
  font-size: 32px;
  margin: 0;
  margin-bottom: 10px;
}
.referRegBanner .bannerContent .content p {
  font-size: 20px;
}
.referRegBanner .bannerContent .content p {
  font-size: 26px;
}
.referRegBanner .bannerContent .content .currencyWrap {
  color: #ff0000;
  font-weight: bold;
}
.referRegBanner .bannerContent .content .currencyWrap .currency {
  font-size: 0.85em;
  margin-left: 2px;
}
.referRegBannerWrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.referRegBannerWrap:after {
  content: "";
  width: 100%;
  z-index: 1;
  padding-bottom: 56.6%;
  display: block;
}

/*********deposit-paymentgateway*********/
.walletFlowContent .dep-block {
  margin: 10px 0;
}
.walletFlowContent .dep-block + .dep-block {
  /* margin-top: 20px;  */
  /*border-top: 1px solid rgba(0,0,0, 0.12);  */
  /* padding-top: 20px; */
}
.walletFlowContent .dep-block button.item {
  background-color: rgb(0, 67, 0);
  border: 2px solid #4a4a4a;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px;
  min-width: 100px;
  border-radius: 3px;
  min-height: 42px;
  color: #000000;
}
.walletFlowContent .dep-block button.item img {
  max-width: 36px;
  max-height: 36px;
  margin-right: 8px;
}
.walletFlowContent .dep-block .dep-sub-block button.item {
  justify-content: flex-start;
  min-width: 150px;
}
.walletFlowContent .dep-block button.item.active {
  background-color: #ffffff; /* color: #ffffff;*/
  border-color: #d96704;
  font-weight: 500;
  box-shadow: 0 0 6px rgba(217, 103, 4, 0.36);
}
.walletFlowContent .dep-block .dep-amount-input {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.walletFlowContent .dep-block .dep-amount-input .currency-sym {
  margin-right: 10px;
  font-size: 1.2em;
}
.walletFlowContent .dep-block .dep-amount-input input {
  padding-left: 12px;
  max-width: 180px;
  min-height: 48px;
  margin: 0;
}
.walletFlowContent .dep-block .list-btn-wrap .list-btn {
  display: flex;
  flex-wrap: wrap;
}
.walletFlowContent .dep-block .dep-sub-block-title {
  padding: 4px 12px;
  background-color: #e5e3e7;
  border-radius: 2px;
  font-size: 0.95em;
  letter-spacing: 0.04em;
  color: #000000;
}
.walletFlowContent .dep-block .dep-sub-block-title + .list-btn-wrap {
  border-radius: 0 0 5px 5px;
  margin-bottom: 15px;
  padding: 10px 8px;
}
.walletFlowContent .dep-block .dep-block-title {
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.1em;
  font-weight: 600;
  color: #000000;
}
.walletFlowContent .choosen-list {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0px 8px 10px;
  margin-top: -20px;
}
.walletFlowContent .dep-block .list-btn {
  list-style: none;
  padding: 0;
}
.walletFlowContent .choosen-list .select-wrap {
  margin-right: 12px;
}
.walletFlowContent .choosen-list select {
  width: 265px;
}
.walletFlowContent .choosen-list .select-value span.icon {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 12px;
  background-color: #8bc34a;
  border-radius: 50%;
  border: 3px solid #000f38;
  outline: 2px solid #8bc34a;
}
.walletFlowContent .choosen-list .select-value {
  display: flex;
  align-items: center;
}
.walletFlowContent .action-btn-wrap button {
  min-width: 120px;
}
@media only screen and (max-width: 767px) {
  .walletFlowContent .choosen-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .walletFlowContent .choosen-list .select-value {
    margin-top: 15px;
  }
  .walletFlowContent .choosen-list .select-wrap {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  /*.gameLinkWrap .menu-games > li {flex: 0 0 calc(33.33% - 70px);}
    .gameLinkWrap .menu-games {gap: 70px;}*/
  #sp-slide .subImage {
    padding: 10px 40px;
  }
  #sp-component > .sp-column {
    padding: 0;
  }
  .gamePage #sp-component > .sp-column {
    padding: 0;
  }
  /*.walletFlowContent.deposit {
        padding: 10px 80px;
    }*/
  .iframeGamePlay #sp-component > .sp-column {
    padding: 0px;
  }
}
.walletFlowContent .dep-block .form_item_holder:before {
  display: none;
}
.walletFlowContent .dep-block .form_item_holder input {
  padding-left: 15px;
}
.walletFlowContent .dep-block .form_item_holder label {
  font-weight: 500;
}

/* .menu-account{
    display: flex;
    flex-direction: column;
} */
.login-btn ul {
  padding: 0 !important;
  margin: 0 !important;
}
.login-btn a {
  color: #fff !important;
}

.border-green {
  border-right: #007024 !important;
}
.login-btn .nav-link {
  color: #fff !important;
}
button.nav-link.border-green {
  background: #002d0f;
  padding: 9px 20px 9px 20px;
  border-radius: 30px 0px 0px 30px;
  border: #023612;
  font-weight: 400;
  color: white !important;
  font-size: 16px;
}
button.nav-link.border-green2 {
  background: #002d0f;
  padding: 7px 20px 7px 20px;
  border-radius: 0px 30px 30px 0px;
  margin-left: 1px;
  border: #023612;
  font-weight: 400;
  color: white !important;
  font-size: 16px;
}

.btn-close2 {
  background: transparent !important;
  border: none !important;
  font-size: 16px !important;
  position: absolute !important;
  right: 10px !important;
  z-index: 99 !important;
  color: #fff !important;
  top: 4px !important;
}
.circle-one {
  width: auto !important;
  height: auto !important;
}
.circle-two {
  width: auto !important;
  height: auto !important;
}
.circle-one,
.circle-two {
  position: static !important;
  border-radius: 50%;
  opacity: 1 !important;
}
.btn-login .circle-one:before {
  content: "";
  position: absolute !important;
  width: 180px !important;
  height: 180px !important;
  background: #0a8c30 !important;
  right: -87px !important;
  top: -87px !important;
  border-radius: 230px !important;
}

.btn-login .circle-two:before {
  content: "";
  position: absolute !important;
  width: 100px !important;
  height: 100px !important;
  background: #007024 !important;
  right: -47px !important;
  top: 45px !important;
  border-radius: 230px !important;
}

.overflow-content {
  overflow: hidden !important;
}

.forget a {
  color: red !important;
  text-decoration: none !important;
}

.login-inner button {
  display: block !important;
  width: 100% !important;
  border-radius: 50px !important;
  border: 2px solid #007024 !important;
  background-color: #007024 !important;
}

.social-media {
  padding: 70px 27px 30px !important;
  background: #007024 !important;
  position: relative !important;
}

.play-secure {
  text-align: center !important;
}

.social-media p {
  color: #fff !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.social-media:before {
  background: #fff !important;
  content: "" !important;
  position: absolute !important;
  height: 56px !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  border-radius: 0 0 61% 61% !important;
}

.login-inner input {
  background-color: #e8f7ee !important;
  border: #d6efe0 !important;
  border-radius: 50px !important;
}

.forget {
  text-align: center !important;
  margin-top: 19px !important;
}

.forget p {
  margin-bottom: 4px !important;
}

.btn-login {
  position: relative !important;
  padding: 0 !important;
  display: block !important;
  gap: 20px;
  align-items: inherit !important;
}
.btn-login img {
  display: inline !important;
}

.social-media {
  padding: 70px 27px 30px !important;
  background: #007024 !important;
  text-align: center !important;
  color: white !important;
}

.social-media p {
  margin-bottom: 20px !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

.social-icons-login {
  display: flex !important;
  justify-content: center !important;
  gap: 20px !important; /* Space between icons */
  /* flex-wrap: wrap !important; /* Make it responsive */
  /*  margin-bottom: 20px !important; */
}

.social-icons-login a img {
  width: 37px !important;
  height: 40px !important;
  /* padding: 10px !important; */
  /* background: white !important; */
  /* border-radius: 8px !important; */
}

.play-secure {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
}

.play-secure img {
  height: 28px !important;
  object-fit: contain !important;
}

.social-icons-login a img {
  width: 37px !important;
  height: 37px !important;
}
@media (max-width: 600px) {
  .social-icons-login a img {
    width: 37px !important;
    height: 37px !important;
  }

  .play-secure img {
    height: 25px !important;
  }

  .swiper-slide {
    max-width: 100%;
  }
}

.login-inner {
  padding: 30px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-img.first {
  background-color: #007024 !important;
  padding: 20px 0px;
}
.slider-img.second {
  background-color: #0a8c30 !important;
  padding: 20px 0px;
}
.featured-img h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.slider-img img {
  border-radius: 10px;
}

.view-btn {
  background-color: #0a3622; /* slightly darker green */
  color: white;
  border: none;
  border-radius: 15px;
  padding: 5px 12px;
  font-size: 12px;
  cursor: pointer;
}

.view-btn:hover {
  background-color: #14532d; /* hover effect */
}

.custom-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("/images/Group3841.jpg") center center/cover no-repeat;
  border-radius: 16px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.explore {
  height: 100%;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .explore {
    font-size: 10px !important;
  }
  .menu-mob {
    display: flex !important;
  }
}
.menu-mob ul {
  font-weight: 500;
  list-style: none;
  margin: 0;
  display: flex;
  gap: 35px;
  font-size: 16px;
  justify-content: space-around;
}
.menu-mob ul li {
  white-space: nowrap;
}
.menu-mob ul li a {
  color: #fff;
}
.menu-mob {
  overflow: auto;
  background-color: #0a8c30;
  padding: 4px 0;
  /* margin-top: 22px; */
  display: none;
}

.menu-mob ul > li > a:before {
  content: none !important;
}
.menu-mob ul > li > a > img {
  display: inline !important;
  padding: 0px 5px;
  width: 31px;
}
.menu-mob ul > li > a > span {
  color: white;
}

#sp-headermob {
  padding: 0 !important;
  /* margin-top: -10px;
    position: fixed;
    z-index: 1000;
    transition: top 0.3s ease; */
}

#sp-main-body > .container {
  padding: 0 !important;
  max-width: 100% !important;
}
#sp-footer > .container {
  padding: 0 !important;
  max-width: 100% !important;
}
#sp-section-14 > .container {
  padding: 0 !important;
  max-width: 100% !important;
}
#sp-bottom > .container {
  padding: 0 24px !important;
  max-width: 100% !important;
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0;
}

.content {
  flex: 1;
  padding: 20px;
  /* Content styling */
}

.sticky-footer {
  background-color: #043201;
  color: white;
  padding: 10px 20px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 768px) {
  .sticky-footer {
    padding: 8px 0px;
    font-size: 14px;
  }

  .login-btn {
    margin-right: 44px;
  }
  #sp-footer {
    margin-top: -46px;
  }
  #sp-footer1 .sp-column .sp-module:not(:first-child) {
    background: #014919 !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #sp-footer1 .mod-custom p {
    margin: 0px;
    font-weight: 500;
    margin-top: 11px;
    font-size: 14px;
    text-transform: uppercase;
  }
  .paymentLogo a {
    float: left;
    width: 33%;
  }
  .payment-new-logo img {
    width: 35px;
    margin: 0 7px;
    object-fit: cover;
    border-radius: 10px;
    height: 35px;
    margin-bottom: 18px;
  }
}

.image-title {
  color: #fff;
}
.payment-new-logo img {
  width: 35px;
  margin: 0 7px;
  object-fit: cover;
  border-radius: 10px;
  height: 35px;
  margin-bottom: 18px;
}
.copyright_area {
  color: #fff;
}
.icon-social img {
  width: 37px;
  height: 35px;
  /* padding: 4px; */
}
.icon-social a {
  width: 56px;
  margin: 0 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 9px;
}
.sp-module-title {
  color: #fff;
}
.sp-module-content a {
  color: #f1eeee !important;
}

#sp-footer {
  margin-bottom: -6px;
}
.sticky-footer .icon1::before {
  margin-bottom: 9px;
  content: "";
  display: inline-block;
  width: 14.376px;
  height: 15.861px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14.376' height='15.861' viewBox='0 0 14.376 15.861'><path d='M1.991 15.861A1.993 1.993 0 0 1 0 13.871V5.7a.505.505 0 0 1 .195-.4L6.878.106a.505.505 0 0 1 .62 0l6.683 5.2a.506.506 0 0 1 .2.4v8.168a1.993 1.993 0 0 1-1.991 1.991zm10.4-1.011a.981.981 0 0 0 .979-.979V5.95l-6.177-4.8-6.182 4.8v7.92a.981.981 0 0 0 .98.979h3.3v-4.134a.505.505 0 0 1 .509-.505h2.78a.505.505 0 0 1 .505.505v4.135zm-4.311 0v-3.63H6.3v3.63z' fill='%23fff'/></svg>")
    no-repeat center;
  background-size: contain;
}

.sticky-footer .icon3:before {
  margin-bottom: 4px;

  content: "";
  display: inline-block;
  width: 19.438px;
  height: 12.309px;
  background-image: url("/images/Group 3238.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.sticky-footer .icon2::before {
  margin-bottom: 4px;
  content: "";
  display: inline-block;
  width: 17.309px;
  height: 16.24px;
  background-repeat: no-repeat;

  background-image: url("/images/Group 3814.png");
  background-size: contain;
}
.sticky-footer .icon4:before {
  content: "";
  margin-bottom: 4px;
  display: inline-block;

  width: 14.732px;
  height: 15.941px;

  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14.732' height='15.941' viewBox='0 0 14.732 15.941'><path d='M19.232 26.651h-1.011v-1.715a2.928 2.928 0 0 0-2.921-2.925H8.436a2.925 2.925 0 0 0-2.925 2.925v1.715H4.5v-1.715A3.936 3.936 0 0 1 8.436 21H15.3a3.936 3.936 0 0 1 3.936 3.936z' transform='translate(-4.5 -10.71)' fill='%23fff'/><path d='M14.436 3a3.936 3.936 0 1 1-2.783 1.153A3.91 3.91 0 0 1 14.436 3zm0 6.86a2.925 2.925 0 1 0-2.925-2.925 2.928 2.928 0 0 0 2.925 2.925z' transform='translate(-7.07 -3)' fill='%23fff'/></svg>")
    no-repeat center;
  background-size: contain;
}
.sticky-footer a {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  width: 25%;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  position: relative;
}
.sticky-footer {
  display: flex;
}
.sticky-footer a:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 1px;
  background: #007024;
  top: 11px;
  right: 0;
}
.sticky-footer a:last-child:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 1px;
  background: #043201;
  top: 11px;
  right: 0;
}
#sp-header .mainNav > .sp-module-title + .sp-module-content .nav li a {
  border: 1px solid #159c25 !important;
}
#sp-header .mainNav > .sp-module-title + .sp-module-content {
  background-color: #007024 !important;
}
#sp-header .mainNav.main-account > .sp-module-title + .sp-module-content {
  padding: 0 !important;
}
/* @media screen and (min-width: 360px) and (max-width: 768px) {
  .iframeGamePlay #sp-component #lottogames_div_iframe {
        top: 0 !important;
    }
} */
@media only screen and (max-width: 600px) and (min-width: 320px) {
  /* .transaction_table{
        display: none !important;
    } */
  .menu-games img {
    display: none;
  }
  .slider-img.first {
    padding-top: 12px !important;
  }
  .slider-img.second {
    padding-top: 12px !important;
  }
  #mod-custom272 p {
    width: 97% !important;
  }

  .sp-module-title {
    color: #00df48 !important;
  }
  .main-account ul li {
    width: 33%;
  }
  .main-account ul {
    /* margin: 0 -14px !important;
        display: flex !important; */
  }
  .offcanvas-menu .offcanvas-inner {
    border-top: none !important;
    /* padding-top: 25px; */
  }
  .menu-games li {
    border: none !important;
    border-top: 1px solid #0a8c30 !important;
  }
  .menu-games li a {
    justify-content: left !important;
    align-items: start !important;
    font-size: 14px !important;
  }
  .menu-games {
    margin: 0 0 !important;
  }
  .menu-quick img {
    display: none;
  }
  .menu-quick li a {
    justify-content: left !important;
    align-items: start !important;
    font-size: 14px !important;
  }
  .menu-more {
    margin: 0 0 !important;
  }
  .menu-more li a {
    justify-content: left !important;
    align-items: start !important;
    font-size: 14px !important;
    padding: 4px 9px !important;
  }
  .menu-more li {
    border: none !important;
    border-top: 1px solid #0a8c30 !important;
  }
  .menu-quick {
    margin: 0 0 !important;
  }
  .menu-quick li {
    border: none !important;
    border-top: 1px solid #0a8c30 !important;
  }
  .sp-module-title {
    position: relative;
  }
  .sp-module-title:before {
    content: "";
    position: absolute;
    background: #00df48;
    height: 22px;
    width: 4px;
    left: -10px;
    border-radius: 0 20px 20px 0px;
  }
  .menu-games .collapse {
    width: 100%;
    margin-top: 40px;
    margin-left: -91px;
    padding-left: 10px;
    background-color: #0e8530;
  }
  .menu-games a {
    white-space: nowrap;
  }
  /************************************ticket*******************/
  .myTicketOuterWrap {
    background: #fff;
    padding: 13px 28px;
    margin: 0;
  }
  .gameTypeIconTic img {
    width: 63px;
  }
  /* .myTicketInnerWrap2{
    display: flex;
} */
  .gameTypeIconTic {
    margin-right: 13px;
    float: left;
  }
  .whiteBackground {
    padding: 0;
  }
  .has-post-format h2 {
    background-color: #0a8c30;
    padding: 14px 25px !important;
    color: #fff;
    margin: 0;
    border: none;
  }
  .form-filter {
    background: #002d0f;
  }
  .form_item_holder:before {
    filter: invert(82%) sepia(250%) saturate(0%) hue-rotate(340deg)
      brightness(148%) contrast(60%);
  }
  .custome_input {
    color: #002d0f !important;
    /* border: none !important; */
    appearance: none;
  }
  #transaction-details-form #search {
    width: 100%;
    margin-top: 23px !important;
  }
  .form-group label {
    color: #000000 !important;
  }
  .currencyChange {
    font-size: 18px;
    position: absolute;
    right: 11px;
  }
  .ticketGameName {
    position: relative;
  }

  .myTicketInnerWrap2 {
    background: #fff;
    padding: 0 !important;
    border-radius: 10px;
    margin: 0 10px;

    height: auto !important;
    position: relative;
  }
  .gameTypeIconTic {
    float: left;
    margin-right: 17px;
  }
  .gameTypeIconTic img {
    width: 62px !important;
  }
  .myTicketInnerWrap1 {
    font-size: 14px !important;
    margin-left: 20px;
  }
  .myTicketOuterWrap {
    margin: 0px 0 !important;
    text-align: left;
  }
  .currencyChange {
    position: absolute;
    right: 16px;
    font-size: 17px !important;
    font-weight: 600;
  }
  #transaction-details-form .filter {
    width: 100% !important;
  }
  /************************************ticket*******************/
  /************************************Transaction*******************/
  /* .transction_filter{
        background: #002d0f;
} */
  .transaction-section {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #ececec;
    display: block !important;
    
  }
  .transaction-section .col-8{
    line-height: 1;
  }
  .transaction-mania img {
   
    width: 45px;
    float: left;
    margin-right: 6px;
  }
  .transaction-mania h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .transaction-mania p {
    margin: 0;
    font-size: 16px;
    margin-bottom: 3px;
    margin-left:50px;
  }
  .hash-mania p {
    margin: 0;
    font-style: italic;
    color: #616161;
        margin-left: 50px;
  }
  .bal-inquiry {
    display: flex;
    text-align: right;
    flex-direction: column;
  }
  .amount {
    color: #159c25;
    font-size: 18px;
    margin: 0;
  }
  .aval-amt {
    /* float: right;
    width: max-content; */
    font-size: 18px;
    margin: 0;
  }
  .hash-mania span {
    font-style: italic;
  }
  /************************************Transaction*******************/
  /************************************refer friend*******************/

  .bgwhite-refer {
    background-color: #fff;
  }
  .heading p {
    font-size: 17px;
    text-align: center;
  }
  .form-refercode input {
    background: #fff !important;
    box-shadow: none;
    color: #0a8c30 !important;
    text-align: center;
    padding: 0;
    font-size: 43px;
  }
  .form-refercode p {
    margin: 0;
    color: #282828;
    font-size: 16px;
  }
  .form-refercode2 input {
    background: #fff !important;
    box-shadow: none;
    color: #4c4c4c !important;
    text-align: center;
    padding: 0;
    font-size: 17px;
  }
  .form-refercode2 p {
    margin: 0;
    color: #282828;
    font-size: 16px;
  }
  .ground-refer {
    border: 2px dashed #999;
    margin: 0 17px;
    padding: 20px;
    text-align: center;
    border-radius: 19px;
    margin-bottom: 14px;
  }
  .ground-refer2 {
    border: 2px dashed #999;
    margin: 0 17px;
    padding: 8px 20px;
    text-align: center;
    border-radius: 19px;
    margin-bottom: 18px;
  }
  .refer_friend .refer_option .or-addborder {
    position: relative;
    padding: 35px 0;
    margin-top: 11px;
  }
  .refer_friend .refer_option ul {
    border: none !important;
    padding: 0;
    margin: 0;
  }
  .or-addborder {
    border-top: 1px solid #999;
    margin: 0 24px;
    border-bottom: 1px solid #999;
  }
  .refer_friend .refer_option .or-addborder:before {
    top: -9px;
    content: "OR";
    position: absolute;
    left: 40%;
    background: #fff;
    padding: 0 30px;
    text-align: center;
  }
  .refer_friend .refer_option .or-addborder:after {
    bottom: -9px;
    content: "OR";
    position: absolute;
    left: 40%;
    background: #fff;
    padding: 0 30px;
    text-align: center;
  }
  .refer_option ul img {
    max-width: 60px;
    height: auto;
    margin: auto;
    margin-bottom: 12px;
  }
  .or-addborder p {
    font-size: 18px;
    text-align: center;
    color: #373737;
  }
  .my-account-menu {
    display: flex !important;
  }
  .wallet-main {
    display: block !important;
  }
}
.transaction-section {
  display: none;
}
.menu-account img {
  filter: invert(82%) sepia(250%) saturate(0%) hue-rotate(340deg)
    brightness(148%) contrast(60%);
}
.menu-quick .item-340 {
  display: none;
}
.menu-quick .item-341 {
  display: none;
}
.userInfo {
  color: #000;
}
.profileDetailWrap {
  color: #000;
}
.userInfo {
  color: #000;
}
.userName {
  color: #000;
}
.userInfoGroup .userPic .userPicImgWrap {
  border: 2px solid #159c25 !important;
}
.profileDetailWrap .detailWrap .detailRow {
  border-bottom: none;
}
.profileDetailWrap .detailWrap {
  max-width: 450px;
  margin: 9px 0;
}
.profileDetailWrap .detailWrap .detailRow {
  padding: 2px 0;
  font-size: 15px;
  color: #636262;
}
.walletmania img {
  width: 40px;
}
.wallet-main {
  background: linear-gradient(to right, #11161c 0%, #006422 100%);
  padding: 14px 5px;
  margin: 0;
  display: none;
}

.walletmania p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.walletmania h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
.btn-amount {
  background-color: #002d0f !important;
  border: none !important;
  white-space: nowrap;
}
.my-account-menu a {
  border-radius: 0 !important;
  padding: 41px 0 !important;
  color: #000;
}
.my-account-menu {
  display: none;
  margin-top: 1px;
}
.walletmania .refresh {
  background: #fff;
  width: max-content;
  padding: 8px;
  border-radius: 290px;
  margin-left: 11px;
}
.walletmania img {
  width: 22px;
}

.resend-otp a {
  color: green !important;
  font-weight: 400;
}
.resend-otp a:hover {
  text-decoration: underline;
}
.btnStyle1 {
  background: #fff !important;
  border: 2px solid #159c25 !important;
  color: #159c25 !important;
  font-size: 12px;
  /* text-align: center; */
  /* margin: auto; */
  display: flex;
  justify-content: center;
  width: max-content;
}
.action .btn {
  background: #fff !important;
  border: 2px solid #159c25 !important;
  color: #159c25 !important;
  font-size: 12px;
  /* text-align: center; */
  /* margin: auto; */
  display: flex;
  justify-content: center;
  width: max-content;
}
.action {
  margin-left: 11px;
}
.userPic {
  margin-right: 15px;
}
/********************************mt ticket css**************************/

.myTicketInnerWrap2 {
  background: #fff;
  padding: 17px;
  border-radius: 10px;
  margin: 0 10px;

  height: 150px;
  position: relative;
}
.gameTypeIconTic {
  height:65px;
  float: left;
  margin-right: 17px;
}
.gameTypeIconTic img {
  width: 120px;
}
.myTicketInnerWrap1 {
  font-size: 20px;
  margin-left: 20px;
}
.myTicketOuterWrap {
  margin: 5px 0;
  text-align: left;
}
.currencyChange {
  position: absolute;
  right: 16px;
  font-size: 15px;
  font-weight: 600;
}

/********************************mt ticket css**************************/
.transaction_table {
  background: #fff;
  padding: 19px;
  border-radius: 10px;
}

.contentheading {
  color: #000;
}

.refer-login input {
  box-shadow: none;
  border: 1px solid #d4eede !important;
  background: #e8f7ee;
  border-radius: 50px !important;
  height: 40px;
}
.form_item_holder:before {
  filter: invert(112%) sepia(117%) saturate(0%) hue-rotate(340deg)
    brightness(-22%) contrast(20%);
  z-index: 999;
  top: 12px;
}

.refer-login {
  padding: 0 30px;
}

.center-text-anker a {
  text-align: center;
  margin: auto;
}
.refer_option ul img {
  max-width: 60px;
  height: auto;
  margin: auto;
  margin-bottom: 12px;
}
.menu-account {
  display: flex;
  flex-direction: column;
}
.bg-color-primary {
  background-color: #159c25;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 3px;
}
.bg-color-darkgrey {
  background-color: #5bb450;
  padding: 6px 10px;
  border-radius: 3px;
  color: #ffffff;
}
.bg-color-darkgreen {
  background-color: #358a5b;
  padding: 6px 10px;
  border-radius: 3px;
  color: #ffffff;
}
.policy-section p {
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: justify;
}
.policy-section strong {
  display: inline-block;
  width: 40px;
}

.innerContent {
  display: inline-grid;
  width: 97%;
}
.innerContents {
  margin-left: 3%;
}

.opt-ver input {
  width: 14%;
  margin: 0 6px;
}
.opt-ver {
  display: flex;
}

.custome_input option {
  color: #000 !important;
}
.swiper-slide:hover {
  cursor: pointer;
}

.invite-container {
  max-width: 400px;
  margin: auto;
  background: white;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
}

.info-text {
  font-size: 13px;
  color: #333;
  margin-bottom: 12px;
}

.invite-table {
  width: 100%;
}

.table-header,
.table-row {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.table-header {
  background: #e8f4e5;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}

.table-row {
  border-bottom: 1px solid #eee;
}

.col {
  flex: 1;
  text-align: center;
}

.col-email {
  flex: 2;
  text-align: left;
  word-break: break-all;
}

.col-status {
  flex: 1;
}

.date {
  /* font-size: 11px; */
  color: #777;
}

.status {
  font-size: 18px;
}

.status.check {
  color: #2ecc71;
}

.status.cross {
  color: #e74c3c;
}

/* Responsive */
@media (max-width: 600px) {
  .invite-container {
    display: block;
  }
  .table-header .col-status {
    font-size: 12px;
  }
  .status {
    font-size: 16px;
  }
  .info-text {
    font-size: 12px;
  }
  .otp-box {
    padding-left: 18px !important;
  }
  .block4-icons {
    margin-top: 0;
  }
}

.loginform:before {
  content: "";
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../images/form-sprite.png) no-repeat left top;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
.loginform:before {
  filter: invert(112%) sepia(117%) saturate(0%) hue-rotate(340deg)
    brightness(-22%) contrast(20%);
  z-index: 999;
}
.loginform.loginmobile:before {
  background-position: -100px 0;
}
.loginform.loginpass:before {
  background-position: -40px 0;
}
.loginform.forgetmobile:before {
  background-position: -100px 0;
}
.loginform.forgetnewpass:before {
  background-position: -40px 0;
}
.loginform.forgetconfirmpass:before {
  background-position: -40px 0;
}
.loginform.forgetotppass:before {
  background-position: -40px 0;
}

#password-field {
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  box-sizing: border-box;
}

.password-toggle-icon {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  right: 30px;
  top: 20px;
}
.field-wrap {
  position: relative;
}

.offcanvas-menu .offcanvas-inner .sp-module .menu-games > li,
.offcanvas-menu .offcanvas-inner .sp-module .menu-quick > li {
  width: 100%;
}
.deposit-icon-addon {
  border-radius: 25px 0px 0px 25px;
  padding: 5px;
  flex-wrap: wrap;
  align-content: center;
  display: flex;
  background: #ffffff;
}

/* Modal Background */
#email_verify {
  display: none !important; /* Initially hidden */
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 9999 !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Modal Dialog */
#email_verify .modal-dialog {
  background-color: white !important;
  border-radius: 8px !important;
  max-width: 400px !important;
  width: 100% !important;
  margin: 20px !important;
  padding: 0px !important;
}

/* Modal Header */
#email_verify .modal-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #ddd !important;
}

#email_verify .modal-header h4 {
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: center !important;
}

#email_verify .modal-header .close {
  background: none !important;
  border: none !important;
  font-size: 24px !important;
  color: #0e0e0e !important;
  top: 10px !important;
  right: 10px !important;
}

/* Modal Body */
#email_verify .modal-body {
  padding: 20px 0 !important;
}

#email_verify .form-group {
  text-align: center !important;
  margin-bottom: 20px !important;
}

#email_verify .form-group p {
  font-size: 14px !important;
  color: #333 !important;
}

#email_verify .form-group input {
  width: 100% !important;
  padding: 10px !important;
  font-size: 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  margin-top: 10px !important;
}

#email_verify .form-group .error_tooltip {
  display: block !important;
  color: red !important;
  font-size: 12px !important;
  margin-top: 5px !important;
}

/* Button Styles */
#email_verify .button_holder {
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
}

#email_verify .btn {
  padding: 10px 20px !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  cursor: pointer !important;
  transition: background-color 0.3s !important;
}

#email_verify .btn.outlineBtn {
  border: 1px solid #4caf50 !important;
  background-color: white !important;
  color: #4caf50 !important;
}

#email_verify .btn.outlineBtn:hover {
  background-color: #4caf50 !important;
  color: white !important;
}

#email_verify .btn:hover {
  background-color: #28a745 !important;
  color: white !important;
}

/* Resend link message */
#email_verify .send_msg {
  font-size: 14px !important;
  color: #4caf50 !important;
  margin-top: 10px !important;
}

/* For modal close effect */
#email_verify.show {
  display: flex !important;
}

.input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: 0.75rem;
  position: relative;
  width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.resetpass:before {
  top: 31px;
}
.resetpass {
  max-width: 440px;
}

.spanEye {
  right: 24px;
  top: 42px;
}
.loginform.username:before {
  background-position: -80px 0;
}
.loginform.address:before {
  background-position: -160px 0;
}
.loginform.calender:before {
  background-position: -60px 0;
}
.loginform.email:before {
  background-position: 0px 0;
}
.loginform.phone:before {
  background-position: -100px 0;
}

.basic-slide {
  display: inline-block;
  width: 215px;
  padding: 10px 0 10px 15px;
  color: #377d6a;
  background: #efefef;
  border: 0;
  border-radius: 3px;
  outline: 0;
  text-indent: 46px;
  + span {
    position: absolute;
    top: 0;
    left: 23px;
    padding: 7px 7px 7px 15px;
    color: #1b1b1b;
    border-right: 2px solid #d6efe0;
  }
}
.prefixMobile {
  position: absolute;
  top: 7px;
  left: 40px;
}
.prefixMob {
  border-right: 2px solid #999 !important;
}
.btnStyle1wallet,
.proceed,
.withdrawal-cancel,
.withdrawal-proceed {
  display: none;
}
.bottomContact {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: white;
  align-items: center;
  .icon {
    height: 32px;
    width: 32px;
    i {
      font-size: large;
      background: white;
      padding: 6px;
      color: green;
      border-radius: 50%;
    }
  }
  .lastChild {
    color: #00df48 !important;
  }
}
.opt-ver input {
  padding-left: 30px;
}

.profile {
  /* background-image: linear-gradient(to left, rgb(16, 62, 19), rgb(106, 219, 86)); */
  background: linear-gradient(to right, #11161c 0%, #006422 100%);
  overflow: auto;
  padding: 8px;
  margin-bottom: -40px;
}

.profile .profilePic {
  float: left;
  width: 49px;
  height: 49px;
  background: white;
  border-radius: 50%;
}

.profile .usr-dtl {
  float: left;
  width: 70%;
  padding-left: 15px;
}

.profile .usr-dtl .username {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.profile .usr-dtl .totalBalance {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  padding: 0px 0px;
}
.item-129 {
  ul {
    display: none !important;
  }
}
.rotate {
  animation: spin 0.5s linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.mobile-profile-header {
  display: none !important;
  background-color: #0a8c30; /* Green like your screenshot */
  color: #fff;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 10;
}

.mobile-profile-header .back-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.mobile-profile-header .header-title {
  font-size: 16px;
  flex-grow: 1;
}

/* Show only on mobile screens */
@media (max-width: 768px) {
  .mobile-profile-header {
    display: flex !important;
  }
  .desktop-profile-header h2,
  .mail_actionbtn_inner .back_btn {
    display: none !important;
  }

  .desktop-only,
  .desktop-transaction-type {
    display: none !important;
    visibility: hidden;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .fromtoselectfilter {
    color: #000 !important;
  }
}

.nav-placeholder.inherit-height ~ #sp-headermob {
  top: 45px;
}

.nav-placeholder.fixed-height ~ #sp-headermob {
  top: 38px;
}

.userInfoWrap {
  /* background: #159C25; */
  padding: 5px 10px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 35px;
}

.user-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #159c25;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: -16px;
  z-index: 1000;
}

.user-balance {
  display: none !important;
  align-items: center;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.balance-info {
  background: white;
  padding: 5px 2px 5px 19px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 27px;
}

.cash-balance {
  color: white;
  font-weight: 600;
  font-size: 14px;
}
.cash-balance-mobile {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: max-content;
  color: #159c25;
  font-weight: 600;
  font-size: 14px;
  max-width: 85px;
}
.valuee {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 132px;
}
.deposit-btn {
  background: #159c25;
  color: white;
  border: 1px solid #159c25;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 12px;
  cursor: pointer;
}

@media (max-width: 768px) {
  #sp-footer4 {
    padding-bottom: 5%;
  }
  /* #sp-slider{
        margin-top: 5.5%;
    } */
  .userInfoWrap {
    margin-right: 30px;
  }
  .cus-depo-btn {
    display: none !important;
  }
  .amountWrap {
    display: none !important;
  }
  .user-balance {
    display: flex !important;
    align-items: center;
  }
  #sp-header .mainNav .sp-module-title:after {
    content: "" !important;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul.menu {
    margin: 0 0 !important;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul.menu li a {
    justify-content: left !important;
    align-items: start !important;
    font-size: 14px !important;
    text-align: center;
    line-height: 1.1;
    padding: 10px 8px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul.menu li {
    border: none !important;
    border-top: 1px solid #0a8c30 !important;
  }
  .offcanvas-menu .offcanvas-inner .sp-module:has(.menu) {
    margin-bottom: -19px !important;
  }
}
.alert {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 12px 18px;
  position: relative;
  overflow: hidden;
}

.alert .icon {
  font-size: 22px;
  margin-right: 15px;
  font-weight: bold;
}

.alert .content h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.alert .content p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #555;
  width: 90%;
}

.alert .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.success {
  border-left: 6px solid #2ecc71;
}
.success .icon {
  color: #2ecc71;
}

#error-div {
  border-left: 6px solid #e74c3c;
}
.error .icon {
  color: #e74c3c;
}

.warning {
  border-left: 6px solid #f1c40f;
}
.warning .icon {
  color: #f1c40f;
}

.info {
  border-left: 6px solid #3498db;
}
.info .icon {
  color: #3498db;
}
.btn-login .circle-two-new:before {
  content: "";
  position: absolute !important;
  width: 55px !important;
  height: 55px !important;
  background: #e74c3c;
  right: -40px !important;
  top: -20px !important;
  border-radius: 230px !important;
}

.circle-one-new,
.circle-two-new {
  position: static !important;
  border-radius: 50%;
  opacity: 1 !important;
}
.btn-login .circle-one-new-s:before {
  content: "";
  position: absolute !important;
  width: 131px !important;
  height: 99px !important;
  background: #0a8c30;
  right: -87px !important;
  top: -87px !important;
  border-radius: 230px !important;
}
.btn-login .circle-two-new-s:before {
  content: "";
  position: absolute !important;
  width: 55px !important;
  height: 55px !important;
  right: -40px !important;
  top: -20px !important;
  border-radius: 230px !important;

  background: #007024;
}
.btn-login .circle-one-new:before {
  content: "";
  position: absolute !important;
  width: 131px !important;
  height: 99px !important;
  background: #e74c3c;
  right: -87px !important;
  top: -87px !important;
  border-radius: 230px !important;
}

.btn-close2-new {
  background: transparent !important;
  border: none !important;
  font-size: 16px !important;
  position: absolute !important;
  right: -3px !important;
  z-index: 99 !important;
  color: #fff !important;
  top: -42px !important;
}
.alert-heading {
  visibility: hidden;
}
.editAvatarText {
  font-weight: 500;
}
.pagination,
.desktop-pagination {
  display: flex;
  justify-content: center;
  margin: 20px;
  gap: 5px;
  margin-bottom: 10px;
}
.btn-page {
  border: none;
  padding: 5px 10px;
  background: rgb(196, 248, 196);
  cursor: pointer;
  color: rgb(0, 0, 0);
  border-radius: 8px;
}
.btn-page.active {
  background: green;
  color: white;
}
.btn-page:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-close2-new {
  cursor: pointer;
}

.balance-value .refresh {
  margin: 0px;
  background: #fff;
  width: 29px;
  padding: 5px;
  border-radius: 290px;
}
.lotto-overlay {
  display: flex;
  flex-direction: column;
}
.lotto-title {
  color: white;
}
.lotto-highlight {
  color: yellow;
}

button.cus-depo-btn {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0 8px;
  padding: 0;
  position: relative;
}
button.cus-depo-btn .icon-wrap {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0eaf44;
  border: 2px solid #0eaf44;
  border-radius: 50%;
  margin: 0;
  position: relative;
  z-index: 2;
}
button.cus-depo-btn .icon-wrap svg {
  width: 24px;
  height: 24px;
  margin-top: -2px;
}
button.cus-depo-btn .label-text {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  background-color: #0eaf44;
  color: #ffffff;
  padding: 5px 10px 5px 17px;
  margin-left: -12px;
  border-radius: 0 100px 100px 0;
}
.overlay-view-all {
  background-color: rgba(0, 0, 0, 0.2);
}
.game-card .overlay-view-all {
  margin-right: -1rem;
  margin-left: -1rem;
}
#sp-gamesheadermob {
  padding: 0 !important;
  margin-top: -10px;
  position: sticky;
  z-index: 1000;
  transition: top 0.3s ease;
}
@media (max-width: 600px) {
  .item-129 {
    display: none;
  }
  .last {
    justify-content: center;
  }
  .upload_pic_actbtn {
    justify-content: center;
    margin-top: 10px;
  }

  #mod-custom273 {
    padding-bottom: 30px;
  }
}
.last {
  padding: 10px 0px;
  gap: 6px;
}
.upload_pic_actbtn {
  margin-top: 10px;
}
.action-btn-wrap {
  gap: 10px;
}
#save_button {
  color: white;
}
.itemid-131 #sp-main-body,
.itemid-342 #sp-main-body,
.itemid-120 #sp-main-body,
.itemid-121 #sp-main-body,
.itemid-119 #sp-main-body {
  padding-left: 10px;
  padding-right: 10px;
  background: green;
}

.itemid-342,
.itemid-120,
.itemid-342,
.itemid-121,
#sp-main-body {
  background: white !important;
}

#mainDrawTitle {
  font-size: 2rem !important;
  line-height: 1.1;
  text-align: left;
}

/* Mobile view: smaller and stacked */
@media (max-width: 576px) {
  #mainDrawTitle {
    font-size: 1.2rem !important;
    line-height: 1.3;
    margin-left: 4px;
  }

  .big-text-container {
    flex-direction: column;
    align-items: right;
  }

 .ballsValue{
  margin-right: 20px;
 }
}
#sp-component {
  min-height: 300px;
}

@media (max-width: 768px) {
  .pleaseWait {
    margin: 54px 8px !important;
  }
  #sp-component {
    padding-bottom: 46px;
  }

  #sp-footer1 .sp-column .sp-module:not(:last-child) {
    background: #007024 !important;
  }
  #sp-footer1 .sp-column .sp-module:not(:first-child) {
    background: #007024 !important;
  }
  /* #sp-footer1 .sp-module {
        background: #007024 !important;
    } */
  /* .center-text-anker a{
            display: none;
        } */
  .referinput {
    margin-bottom: 10px;
  }
  .big-text-container p {
    font-size: 1.6em !important; /* smaller font for mobile */
    width: 100%;
  }
}
.nav.menu-account .image-title {
  color: #fff;
}

.nav.menu-account .current.active .image-title {
  color: #fff;
}
#sp-footer .sp-module {
  background: #0a8c30;
  width: 100%;
  padding: 0px 0;
}
#mod-custom272 p {
  width: 82%;
}

@media only screen and (min-width: 600px) and (max-width: 900px) and (orientation: portrait) {
  #sp-footer .sp-module {
    background: #0a8c30 !important;
    width: auto !important;
    padding: 9px 0 !important;
  }
  #mod-custom272 p {
    width: auto !important;
  }
  #mod-custom104 p {
    width: auto !important;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1024px) and (orientation: landscape) {
  #sp-footer .sp-module {
    background: #0a8c30 !important;
    width: auto !important;
    padding: 9px 0 !important;
  }
  #mod-custom272 p {
    width: auto !important;
  }
  #mod-custom104 p {
    width: auto !important;
  }
}
.addmore {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.fot {
  margin-top: 25px;
}
.height-fit {
  display: flex;
  justify-content: end;
  height: fit-content;
}
#mod-custom272,
#mod-custom104,
#mod-custom102 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.fot {
  margin-top: 25px;
}
.height-fit {
  display: flex;
  justify-content: end;
  height: fit-content;
}

@media only screen and (max-width: 600px) and (min-width: 320px) {
  .downld .sp-module-content{
    position: absolute;
    right: 0px;
  }
  #mod-custom287 button{
    font-size: 0px;
  }
  #mod-custom287 {
      position: absolute;
    top: -2px;
    right: -17px;
  }
  #sp-logo .sp-module-content {
    position: absolute;
    top: 0px;
    left: 34%;
  }
  body.post-login .scrollup {
    bottom: 120px !important;
  }
  body.post-login #sp-logo .sp-module-content {
    position: absolute;
    top: 0px;
    left: 26%;
  }
  #sp-headermob {
    top: 45px !important;
  }
  #sp-header.menu-fixed {
    height: 58px;
    z-index: 999;
    align-items: center;
    display: unset !important;
  }
}
.container-fluid {
  padding: 0px 10px;
}
#mod-custom102 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.muted-small {
  font-size: 14px;
}
.gameListingWrap {
  background: #007024 !important;
}
#sp-bottom .sp-module ul {
  display: flex;
  flex-wrap: wrap;
}
#sp-bottom .sp-module ul > li {
  flex: 1 0 50%;
  padding: 0 10px;
}
#sp-bottom .sp-module ul > li > a {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ticketborder {
  margin: 0px;
  border: 1px solid #dee2de;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.item-345,
.item-297,
.item-357,
.item-335 {
  text-transform: none;
}
#system-message-container {
  /* position: absolute; */
  width: 100%;
  z-index: 2;
}
input[type="password"]::-webkit-credentials-auto-fill-button {
  visibility: hidden !important;
  display: none !important;
  pointer-events: none;
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none !important;
}
.pre-login .bvg {
  margin-left: 10px;
}
.profile_details,
.refer-login {
  position: relative;
  z-index: 2;
}
.cus img {
  padding: 4px;
  background: green;
  margin: 0px !important;
  border-radius: 50%;
}
.cus p {
  color: green;
}
.cus p span:hover {
  color: darkgreen;
}
.deposit-funds-section {
  display: none;
}
.block4-icons .img3 {
  cursor: pointer;
  font-size: 16px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 800;
}

.img3 img {
  cursor: pointer;
  padding: 0px;
  max-height: 36px;
}

.img3 img {
  width: 30px;
  height: 30px;
}
.block4-icons .img3 {
  padding: 5px 10px;
}
.pless {
  position: relative;
  margin-left: -10px;
  width: 106%;
}
.pless-m {
  padding: 0px 10px;
}
#mod-custom279 .menu-mob ul li a {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 78px;
  white-space: nowrap;
}
div#instant {
  margin-top: 40px;
}

#mod-custom284 p {
  margin-bottom: 0px;
}

.headline {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  background: #007024;
  border-top: 1px solid white;
}

.movingHead {
  display: inline-block;
  white-space: nowrap;
  animation: moveText 15s linear infinite;
  font-size: 16px;
  color: #fff;
  width: 100%;
}

.movingHead i {
  font-style: italic;
}
@keyframes moveText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-40%);
  }
}

@media (max-width: 768px) {
  @keyframes moveText {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .promo-card {
    width: 100% !important;
  }
}

.amountWrap .balances-with-icons {
  font-size: 14px;
}

.balance-icon {
  font-size: 18px;
  display: block;
  color: #ffffff;
}

.balance-item span {
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
}

/* Optional: different color for bonus icon */
.balance-item .bi-gift,
.balance-item .bi-star-fill {
  color: #ffd700; /* gold */
}

/* Hover effect (optional) */
.balance-item:hover .balance-icon {
  opacity: 0.8;
}

/* Mobile: reduce size if needed */
@media (max-width: 480px) {
  .balances-with-icons {
    gap: 16px !important;
  }
  .balance-icon {
    font-size: 16px;
  }
  .balance-item span {
    font-size: 14px;
  }
}
.usr-dtl {
  flex: 1;
  padding-left: 12px;
}

.balances-with-icons {
  font-size: 14px;
}

.balance-item {
  display: inline-block;
}

.balance-icon {
  font-size: 18px;
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
}

/* Optional: tooltip on hover (shows "Cash Balance" / "Bonus Balance") */
.balance-item {
  height: 20px;
  position: relative;
}

.balance-item:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 10;
}
.bonus-balance {
  color: white;
}
.timer-overlay {
  position: absolute;
  bottom: 10px; /* move up/down */
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  padding: 6px 12px;
  border-radius: 8px;
}

.timer-box {
  background: #000;
  color: #fff;
  padding: 4px 6px;
  border-radius: 4px;
  font-weight: bold;
  min-width: 28px;
  text-align: center;
}

.promotion {
  padding: 30px 0px;
}

.promo-card {
  width: 95%;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}



.promo-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.promo-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.promo-footer {
  color: #fff;
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: black;
}

.caption {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
}

.arrow-button {
  font-size: 24px;
}

@media (max-width: 768px) {
  .caption {
    font-size: 1.2rem;
  }
  .promo-footer {
    padding: 20px;
  }
  .copyBTN{
  top:20px !important;
}
.copyBTN1{
top:8px !important;
}
}
.terms {
    font-size: .9em;
    color: #555;
    background: #f9f9f9;
    padding: 15px;
    border-left: 4px solid #007024;
    margin-top: 20px;
}



/* .innerPromotion{
-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
	background: white;
  border-radius: 4px;
  box-shadow: 0px 20px 50px #D9DBDF;

} */
 .innerPromotion{
    margin: 10px 0px;
      padding: 18px 30px;
    width: 95%;
    border-radius: 16px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);

 }
 .innerPromotion .promo-card {
    width: 100%;
        margin-bottom: 36px;

 }
 .promotion h2 {
        font-size: 1.8rem;
        font-weight: 800;
        color: #1a1a1a;
        text-align: center;
        margin: 20px 0 30px;
        line-height: 1.3;
        background: linear-gradient(135deg, #b2fdbb, #007024);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
    }

    .promotion h2::after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: linear-gradient(135deg, #159c25, #b2fdbb);
        margin: 15px auto 0;
        border-radius: 2px;
    }
    .innerPromotion .button {
  display: inline-block;
  background-color: #007024;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.nav{
  margin: 0 -8px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.nav li.item-103,
.offcanvas-menu .offcanvas-inner .sp-module ul.nav li.item-110,
.offcanvas-menu .offcanvas-inner .sp-module ul.nav li.item-111,
.offcanvas-menu .offcanvas-inner .sp-module ul.nav li.item-105,
.offcanvas-menu .offcanvas-inner .sp-module ul.nav li.item-300,
.offcanvas-menu .offcanvas-inner .sp-module ul.nav li.item-108,
.offcanvas-menu .offcanvas-inner .sp-module ul.nav li.item-107 {
    height: 70px;
}
.dailySlide{
  position:relative !important;
}
#sp-bottom5 .menu{
  display: block !important;
}

.profileRedirect{
  display: flex;
  justify-content: center;
}
.profileRedirect img{
  width: 33px;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .downld .sp-module-content{
    position: absolute;
    right: 0px;
  }
  #mod-custom287 button{
    font-size: 0px;
  }
  #mod-custom287 {
      position: absolute;
    top: -23px;
    right: -14px;
  }
}
@media only screen and (max-width: 600px) and (min-width: 401px) {
  #mod-custom287 {
    top: -2px;
  }
}
@media only screen and (max-width: 400px) and (min-width: 320px) {
  #mod-custom287 {
    top: -2px; 
     right: -17px;
    z-index:1;
  }
  .download-app-btn{
    padding:6px !important;
  }
  button.nav-link.border-green2,button.nav-link.border-green{
padding: 7px 18px 7px 18px;}
}
.text_RedeemNow{
  font-size:.8rem;
}
.text_MaxPayout{
  font-size: .7rem;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {

.redeemnow{
  padding: 2px;
  border-radius: 4px;
}
}
.redeemnow.disabled.opacity-75 {
   background-color: gray !important;
    border: 2px solid gray !important;
}
[data-id=zsalesiq]{
    z-index: 100 !important;
}
.zsiq-float{
    bottom: 50px !important;
}
 .form_item_holder.promocode:before {
    background-position: -140px 0;
    margin-top: -3px !important;
}