.splash-container {
  position: relative;
  z-index: 0;
}
.content_page h1,
.main_cont .title_1 {
  color: #fff;
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 0.5em;
}
.content_page,
.main_cont {
  padding: 1.5em 0;
}
.content_page h2,
.main_cont h2 {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 1em;
}
.content_page h3,
.main_cont h3 {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.content_page h3 {
  font-size: 18px;
  font-weight: 700;
}
.content_page a,
.main_cont a {
  color: #fff;
}
.main_cont h3 a {
  color: #fff !important;
}
.content_page p,
.main_cont p {
  font-weight: 400;
}
.content_page strong,
.main_cont strong {
}
.content_page li,
.main_cont li {
  margin-bottom: 10px;
}
.sitemap_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sitemapview {
  width: 30%;
  background: #000;
  margin: 1%;
  padding: 1%;
  border-radius: 10px;
}

.sitemap_head {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #1e3226;
  padding: 10px;
  border-radius: 5px;
}
ul.sitemap li {
  margin-bottom: 4px;
}

ul.sitemap li a {
  text-decoration: none;
  font-weight: 400;
  text-transform: capitalize;
}
.plus-icon {
  cursor: pointer;
  color: #ae0001;
  transition: 0.5s;
}

.plus-icon:hover {
  transform: rotate(90deg);
}

.show-text .tab-content {
  display: block;
}

.tab-content p {
  /*margin-top: 10px;*/
  padding-top: 15px;
  padding-left: 15px;
}
.button-div {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.goBack {
  background-color: white;
  border: 2px solid red;
  border-radius: 10px;
  color: black;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 5px;
}
.goBack a {
  color: black;
}

.tick_icon {
  text-align: center;
}
td.tick_icon img {
  width: 30px;
}

/* begin-rules-page */
.rules_cont_page h1 {
  color: #fff;
  font-size: 2.6em;
  text-align: center;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.rules_cont_page h3 {
  color: #fff;
}

.rules_cont_page .tab {
  background: #2d4939;
  border: none;
  width: 100%;
  margin-left: 0 !important;
}

.rules_cont_page i.fa.fa-plus-square.fa-lg {
  color: #fff;
}

.rules_cont_page .tab-content {
  background: #2d4939;
  width: 100%;
  margin-top: 10px;
}

.rules_cont_page .goBack {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
}

.rules_cont_page .goBack a {
  color: #fff;
}

.rules_cont_page .tab-content p {
  padding: 10px 10px 5px 10px;
}

.tab-content p h4 {
}

.rules_cont_page h4 {
  color: #fff;
}

/* end-rules-page */

/* begin-paymentmethod-page */
.payment_methods_container {
  width: 100%;
  background: #1e3226 !important;
}

.payment_methods_container .table {
  background: #fff !important;
}

.payment_methods_container .payment_methods_container_title {
  color: #fff !important;
  font-size: 2.6em;
  text-align: center;
  margin-bottom: 0.5em;
}

.payment_methods_description {
  max-width: 1000px;
  margin: auto;
}

.payment_methods_container .btn_red.btn_deposit {
  background: #ccb364;
  color: #fff !important;
  text-decoration: none;
  border-color: #ccb364;
  padding: 4px 20px;
  border-radius: 50px;
}

.payment_methods_container .table_title {
  background: #ebebeb;
  height: auto;
  padding: 10px 0;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.payment_methods_container [data-group="methods"] {
  color: #ccb363;
}

.payment_methods_container .table_body_group {
  height: auto;
}

.step_box {
  background: #000000 !important;
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  margin: 10px;
  position: relative;
}
.step_box:after {
  content: "\f061";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: -17px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step_box:last-child:after {
  display: none;
}
.step_box_main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.steps_count1 {
  text-align: center;
  font-size: 2em;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  background: #ccb363 !important;
  border-radius: 5px;
  margin-bottom: 8px;
}
.steps_txt {
  text-align: center;
}
.pay_method_icon {
  min-width: 150px;
  max-width: 100px !important;
}
.pay_method_icon img {
  width: 100%;
  border-radius: 5px;
}
.dep_btn.payment_btn a {
  max-width: 170px;
  margin: auto;
  padding: 5px 6px;
  font-size: 18px;
  margin-bottom: 25px;
}
.payment_head {
  text-transform: uppercase;
  color: #ae0001;
}
.table_1.table_2 {
  overflow: auto;
}
.table.table_sec {
  color: #fff;
  background: #1f1f1f;
}
.table.table_sec th,
.table.table_sec td {
  border: 1px solid #424242;
}
.table.table_sec tbody {
  border-top: none;
}
/* end-paymentmethod-page */

.support_form {
  max-width: 530px;
  margin: auto;
}
#contact_us .form-group {
  margin-bottom: 1.5em;
  position: relative;
}

#contact_us .form-control,
#contact_us .form-select {
  background: #1e3227;
  font-size: 14px;
}

.reg_plr_btn3 {
  padding: 7px 14px;
  border: 2px solid #d2d2d2;
  border-radius: 50px;
  font-weight: 700;
  color: #ffffff !important;

  text-align: center;
  background: #ccb364;
  border-color: #ccb364;
  text-decoration: none;
}
.reg_plr_btn3:hover {
  filter: brightness(1.1);
}
.contact-us-line-height a {
  text-decoration: none;
}

.contact-page-1 span.error {
  position: absolute;
  left: 0;
  bottom: -16px;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  color: #ff9494;
}
.contact-social-section img {
  border-radius: 50%;
}
.alert.alert_hide.alert-danger {
  text-align: center;
  width: 80%;
  max-width: 850px;
  margin: 0 auto 1em;
}

.alert.alert_hide.alert-danger p {
  margin-bottom: 0;
}
.buychips_tab .nav-tabs {
  background: #f5f5f5;
  flex-wrap: nowrap;
  border: 0;
  overflow: auto;
}

.buychips_tab .nav-link {
  padding: 0px 0;
  border: 0;
  border: 4px solid #f5f5f5;
  border-radius: 0;
  min-width: 105px;
  margin-bottom: 1px;
  color: #000;
  border-radius: 7px;
}

.buychips_tab.deposit_new_cr .nav-link {
  max-width: initial;
}

.buychips_tab .nav-link {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.settings_tab .nav-link {
  padding: 10px 5px;
  min-width: auto !important;
  white-space: nowrap;
}

.buychips_tab .nav-link.active {
  -webkit-filter: opacity(1);
  filter: opacity(1);
  border-color: #21ae00;
}
.buychips_tab .nav-link img {
  max-width: 80px;
  width: 100%;
  border-radius: 4px;
  margin: auto;
}

.buychips_tab_right {
  min-width: 300px;
  max-width: 440px;
  margin-left: 15px;
  background: #1e3226;
  border-radius: 8px;
  /* padding: 10px; */
  color: #fff;
  font-size: 14px;
  order: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.buychips_tab_right_cont {
  width: 100%;
}
.withdraw_bal_box1 .withdraw_bal_1 {
  padding: 5px;
}

.withdraw_bal_box1 .withdraw_cont_1 {
  background: #272727;
  margin: 0;
  padding: 5px;
  border-radius: 0;
}

.withdraw_bal_box1 .buychips_tab_right_cont {
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
}
.withdraw_bal_box1 .buychips_tab_right {
  margin-bottom: 10px;
}
.buychips_tab_right_cont a.contact_link {
  padding: 10px;
  display: block;
}
.withdraw_bal_1 {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.withdraw_cont_1 {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  padding: 5px;
  background: #1e3227;
  font-weight: 700;
  border-radius: 5px;
  margin-top: 6px;
}

.buychips_tab .head_3 {
  color: #d2d2d2;
  line-height: 1;
}
.withdraw-alert-msg-1 {
  text-align: center;
  color: #ccb363;
}
.acc_half {
  width: 100%;
}
.acc_details.quick_amt_div {
  display: flex;
  justify-content: space-between;
  /* width: 50%; */
  margin: 10px 0 !important;
}

.quick_amt {
  background: #d2d2d2;
  padding: 8px 3px;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  margin-right: 5px;
  color: #3e3e3e;
  font-weight: bold;
  cursor: pointer;
  font-size: 13px;
}

.quick_amt.active {
  background: #ccb363;
  color: #fff;
}

.amount_code_sec {
  display: flex;
  flex-wrap: wrap;
}

.amount_code_sec .form-floating {
  width: 48%;
}

.amount_code_sec .form-floating:nth-child(odd) {
  margin-right: 2%;
  width: 50%;
}
p.min-max-rule {
  margin-bottom: 0;
}
.promo_code_view {
  margin: 0 auto;
  border-radius: 4px;
  margin: 1em 0;
}

.ccItem {
  border-radius: 5px;
  width: 33.33%;
  min-width: 210px;
  margin-right: 1%;
  /* background: #2d4939; */
  background: #1e3227;
  padding: 10px;
  text-align: center;
  font-weight: 600;
}

.corner-top-left-bevel {
}
.ccDetail {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.promo_overflow::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #2d4939;
}

.promo_overflow::-webkit-scrollbar-track {
  border-radius: 4px;
}

.promo_overflow::-webkit-scrollbar-thumb {
  background: #42404a;
  border-radius: 10px;
}

.promo_overflow::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 4px;
}

.promo_code_view .head_3 {
  color: #d2d2d2;
  padding: 3px 0;
}

.promo_overflow {
  display: flex;
  overflow: auto;
}

.ccDetail h5 {
  color: #d2d2d2;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

span.left_head {
  font-size: 14px;
}

.icon_size_img {
  width: 21px;
  filter: grayscale(1);
}

.ccDesc {
  padding: 5px 10px;
  line-height: 1;
  font-size: 12px;
}

.ccAction {
  cursor: pointer;
  border-radius: 50px;
  width: 130px;
  margin: 10px auto;
  text-align: center;
}

span.apply_code {
  background: #ccb364;
  display: block;
  color: #fff;
  border-radius: 50px;
  padding: 7px 5px;
  font-size: 12px;
  font-weight: 800;
}

.ccAction div {
}
.promo_description1 {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.showmore_desc {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.promo_showmore_btn {
  white-space: nowrap;
  color: #ccb363;
  font-size: 13px;
  cursor: pointer;
}
div.promocode_modal_popup .modal-content {
  padding: 0;
}
div.promocode_modal_popup .modal-dialog {
  max-width: 300px;
  min-height: calc(100% - 3.5rem);
}

div.promocode_modal_popup .modal-content {
  background: #1e3227 !important;
  padding: 0;
  color: #d2d2d2;
}

.promocode_modal_popup .modal-header {
  /* justify-content: center; */
}
.promocode_modal_popup .ccDesc.promo_name {
  color: #fbedc3;
}
.promocode_modal_popup .modal-title {
  font-size: 18px;
  margin-left: auto;
}
.min-max-rule {
  padding: 5px 0 0 0 !important;
}
.col-sm-8.min-max-rule {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  margin-top: 1em;
}
.col-sm-8.min-max-rule input.form-control {
  width: 100% !important;
  min-width: 100%;
}
.col-sm-4.min-max-rule {
  text-align: center;
  margin: auto;
}
.tab-pane button.button.reg_plr_btn3 {
  top: 0;
  position: absolute;
  right: 5px;
  background: transparent;
  border-color: #ccb364;
  color: #ccb364 !important;
  bottom: 0;
  margin: auto;
  height: 30px !important;
}
.paymentmob-popup .modal-header {
  padding: 0;
  margin-bottom: 15px;
}
.paymentmob-popup .modal-title {
  font-size: 14px;
}
.cpy_btn_1 {
  height: 30px !important;
  padding: 0px 22px !important;
}
.bb_tran_subdiv_sec input[type="radio"] {
  filter: hue-rotate(183deg);
}
.sub_head_22 {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 500 !important;
  padding: 0 !important;
  color: #d2d2d2;
  margin-top: 15px;
}
.form-floating span.error {
  color: #ff9494;
  font-size: 11px;
  font-weight: normal;
}
span[for="astropay_termsagree"] {
  position: absolute;
  top: 27px;
}
.pay-stle {
  font-weight: 600;
}
i.fa.fa-check-circle {
  color: #21de00;
  border-radius: 50%;
}
i.fa.fa-times-circle {
  color: #e20000;
  border-radius: 50%;
}
.reg_plr_btn3:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
span[for="reference_id"].error {
  font-weight: normal;
  text-align: right;
}
.bb_tran_subdiv {
  width: 100%;
  position: relative;
}
.bb_tran_subdiv_sec {
  position: relative;
}
.succ_fail_icon {
  position: absolute;
  right: 3px;
  top: 8px;
}
i.fa.fa-info-circle {
  position: relative;
}
i.fa.fa-info-circle:hover .info-hover-text {
  display: block;
}
label.float-label {
  /* pointer-events: auto; */
}
span.info-hover-text {
  display: none;
  position: absolute;
  width: 200px;
  background: #fff;
  padding: 2px;
  font-family: sans-serif;
  font-size: 12px;
  border: 1px solid #000;
  top: 13px;
  z-index: 1;
}
.reg_verify_page {
  text-align: center;
  background: #1e3227;
  border-radius: 9px;
  padding: 25px 10px;
  max-width: 850px;
  margin: 0 auto 60px;
}
.disclaimer_txt a {
  margin-left: 5px;
}
.reg_verify_page .reg_plr_btn3 {
  margin: 10px 0;
}
.reg_verify_page .text_3 {
  margin-bottom: 5px;
}
span.user_txt {
  color: #fff;
}
.payment_details_table {
  margin: 1em auto;
  text-align: left;
  color: #fff;
}
.payment_details_table td {
  padding: 3px 6px;
}
.bb_deposit_success {
  text-align: center;
}

.bb_transfer_div.bb_deposit_success {
  text-align: center;
  background: #2d4939;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 10px;
}

.bb_transfer_div.bb_deposit_success .bb_head {
  padding-top: 0;
}
.bb_deposit-img-success {
  margin: auto;
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
}
img.bb_deposit-img-success {
  margin: auto;
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
}

.bb_deposit_success .bb_tran_subdiv span {
  color: #ccb363;
}

.bb_deposit_success .bb_tran_subdiv > div {
  margin-bottom: 10px;
}

.bb_deposit_success .bb_head {
  color: #fff;
  font-size: 16px;
}

.bb_deposit_success {
  color: #fff;
}
.buychips_tab_right_cont a.contact_link {
  text-decoration: none;
  font-weight: 300;
  color: #d2d2d2;
  cursor: initial;
}
a.contact_link span {
  color: #ccb364;
  text-decoration: underline;
  cursor: pointer;
}
.buychips_tab_right {
  margin-top: 10px;
}
.payment_guide {
  padding: 10px;
  font-weight: 300;
}

.payment_guide a {
  color: #ccb364;
}
/* Begin quickwithdraw css */
.quick-withdraw-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
}

.quick-withdraw-box {
  padding: 10px;
  border: 2px solid #2d4939;
  border-radius: 13px;
  width: 50%;
  margin: 0 1%;
  position: relative;
  color: #d2d2d2;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2d4939;
}

.quick-withdraw-box .free_icn {
  position: absolute;
  left: -1px;
  top: -1px;
  line-height: 0;
  color: #000;
  width: 45px;
}
.quick-withdraw-box .free_icn img {
  width: 100%;
}
.quick_wit_icn {
  width: 30px;
  margin-right: 4px;
}
.quick-withdraw-box.selected {
  border-color: #21ae00;
}

.quick-withdraw-box.selected:after {
  content: "\f00c";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 25px;
  height: 25px;
  display: flex;
  font: normal normal normal 14px/1 FontAwesome;
  align-items: end;
  justify-content: end;
  background: linear-gradient(320deg, #21ae00 50%, transparent 50%);
  color: #fff;
  line-height: 1;
  padding-bottom: 1px;
  padding-right: 2px;
  font-size: 12px;
  display: none;
}
.desc-fee {
  font-size: 11px;
  color: #a7a7a7;
  text-transform: capitalize;
  margin-top: 3px;
}

.quickwit_displayname {
  line-height: 1;
}
.tab-pane .info-txt {
  color: #ff9494;
  font-size: 11px;
  font-weight: normal;
}
#display-id-1 .quick_wit_icn {
  -webkit-animation: bb-clock 0.8s infinite;
  animation: bb-clock 0.8s infinite;
}

@-webkit-keyframes bb-clock {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bb-clock {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

#display-id-2 .quick_wit_icn {
  -webkit-animation: bb-rocket 1.2s infinite;
  animation: bb-rocket 1.2s infinite;
}

@-webkit-keyframes bb-rocket {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 20%, 0);
    transform: translate3d(-25%, 20%, 0);
  }
  30% {
    opacity: 0.7;
  }

  80% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bb-rocket {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 20%, 0);
    transform: translate3d(-25%, 20%, 0);
  }
  30% {
    opacity: 0.7;
  }

  80% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

#display-id-3 .quick_wit_icn {
  -webkit-animation: bb-runner 1.3s infinite;
  animation: bb-runner 2.4s infinite;
}

@-webkit-keyframes bb-runner {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.64, 0, 0.02, 1);
    animation-timing-function: cubic-bezier(0.64, 0, 0.02, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60px, -10px, 0px);
    transform: scale3d(0.3, 0.5, 0.1) translate3d(-60px, -10px, 0px);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.9;
    -webkit-transform: scale3d(0.9, 0.9, 0.9) translate3d(8px, 0, 0);
    transform: scale3d(0.9, 0.9, 0.9) translate3d(8px, 0, 0);
  }
}

@keyframes bb-runner {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.64, 0, 0.02, 1);
    animation-timing-function: cubic-bezier(0.64, 0, 0.02, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60px, -10px, 0px);
    transform: scale3d(0.3, 0.5, 0.1) translate3d(-60px, -10px, 0px);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.9;
    -webkit-transform: scale3d(0.9, 0.9, 0.9) translate3d(8px, 0, 0);
    transform: scale3d(0.9, 0.9, 0.9) translate3d(8px, 0, 0);
  }
}

#display-id-4 .quick_wit_icn {
  -webkit-animation: bb-truck 2.6s infinite;
  animation: bb-truck 2.6s infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes bb-truck {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-80%, 0, 0) skewX(10deg);
    transform: translate3d(-80%, 0, 0) skewX(10deg);
  }

  60% {
    opacity: 1;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bb-truck {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(-80%, 0, 0) skewX(10deg);
    transform: translate3d(-80%, 0, 0) skewX(10deg);
  }

  60% {
    opacity: 1;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.sub_pay_tab {
  justify-content: center;
  background: transparent !important;
  margin-bottom: 10px;
}
.sub_pay_tab .nav-link {
  padding: 10px;
  margin: 0 10px;
  min-width: 135px;
  color: #fff;
  border: 3px solid transparent;
  background: #4a4a4a;
}
.instant_label {
  line-height: 1.5;
  background: #ccb364;
  color: #fff;
  border-radius: 5px;
  margin: 2px auto 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .quick-withdraw-main {
    flex-wrap: wrap;
  }
  .quick-withdraw-box {
    width: 47%;
    margin: 1% 1%;
  }
}
/* End quickwithdraw css */

@media screen and (max-width: 767px) {
  span.info-hover-text {
    right: -50px;
  }
}

@media screen and (min-width: 992px) {
  .paymentmob-popup button.btn-close {
    display: none;
  }
  .paymentmob-popup {
    opacity: 1 !important;
    display: block !important;
    position: static;
    z-index: 0;
    height: auto;
  }
  .paymentmob-popup .modal-content {
    background: 0 0;
    padding: 0;
  }
  .paymentmob-popup .modal-dialog {
    transform: initial !important;
    align-items: end;
  }
  .paymentmob-popup .popup-head {
    display: none;
  }
  .paymentmob-popup button.close {
    display: none;
  }
  span.paymenttxt-mob {
    display: block;
    width: 50%;
    float: right;
    /* margin-left: auto; */
    border-left: 1px solid #dedede;
    line-height: 1.1;
    text-align: center;
  }

  .dep-tab {
    display: block;
    max-width: 100%;
  }
  .dep-tab .modal-dialog {
    max-width: 100%;
    width: auto;
    min-height: initial;
  }
  .dep-tab .modal-content {
    margin: 0;
    width: 100%;
    min-height: auto;
    background: transparent !important;
    border: none;
  }
  .dep-tab .nav {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    margin-right: 0;
    padding: 5px 0;
    justify-content: center;
    margin-bottom: 10px;
    background: transparent;
  }
  .dep-tab .nav a {
    width: 31.33%;
    padding: 0 0px;
    flex: initial;
    margin: 0.5%;
    min-width: auto;
    background: #ffffff;
  }
  .dep-tab .nav a.active:after {
    bottom: initial;
    left: 0;
    right: 0;
    top: -12px;
  }
  a.nav-item.nav-link.viewmore_method {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .rules_cont_page .text-container {
    width: 100%;
    padding: 0 15px;
  }

  .rules_cont_page .tab {
    text-align: left;
  }

  .rules_cont_page .tab h3 {
    font-size: 16px;
  }
  .rules_cont_page h1 {
    color: #fff;
    font-size: 2em;
  }
  .payment_methods_container .payment_methods_container_title {
    font-size: 2em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
  .acc_details_1.dep_acc_det {
    display: block !important;
  }
  .main_cont.myacc_pages .form-floating {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }
  .amount_code_sec {
    display: block;
  }
  .acc_details.quick_amt_div {
    width: 100%;
  }
  .pop_cls {
    right: 7px;
    line-height: 1;
    display: flex;
    top: 4px;
    font-weight: normal;
  }
  .pop_cls:after {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    color: #ae0001;
  }
  .dep-tab .modal-content {
    background-color: #1e3227;
    padding: 15px 10px;
  }
  .dep_acc_det {
    display: block;
  }
  .selected_payment {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5em;
    flex-direction: column;
  }
  .selected_payment .paymentmob_btn {
    margin: 0;
    background: transparent;
    color: #ccb364 !important;
    text-decoration: none;
    cursor: pointer;
    text-transform: capitalize;
  }
  .payment_append img {
    width: auto;
    max-width: 80px;
    border-radius: 5px;
  }
  .payment_append {
    min-width: 100px;
    text-align: center;
    margin-right: 7px;
    padding: 2px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    background: #fff;
  }
  .payment_append span {
    color: #000;
    padding: 0 3px;
    line-height: 1;
  }
  .payment_append {
    margin-right: 0;
    min-width: 250px;
  }

  .payment_append img {
    margin: auto;
  }

  .paymenttxt-mob-pop {
    margin-left: 0 !important;
    padding: 0 5px !important;
    line-height: 1 !important;
  }
  .selected_payment .paymentmob_btn .submit-btn {
    padding: 7px 7px;
    font-size: 0.95em;
    letter-spacing: 0;
  }
  .dep-tab .nav a img {
    max-width: 80px;
  }
  .payment-select {
    width: 150px;
    font-size: 1.2em;
    background: #ccb364;
    color: #fff !important;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 10px;
    line-height: 1;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    pointer-events: none;
    opacity: 0.2;
  }
  .payment-select.active {
    filter: none;
    pointer-events: auto;
    opacity: 1;
  }
  .paymentmob_btn {
    max-width: 350px;
    margin: auto;
    margin-bottom: 1.5em;
    text-align: center;
    color: #ffffff !important;
    background: #ccb364;
    border-radius: 50px;
    padding: 8px 4px;
    text-decoration: none;
    display: block;
  }
  .paymentmob-popup .nav a {
    padding: 4px;
    font-size: 1em;
    min-height: 50px;
    margin-bottom: 8px;
    border-radius: 4px;
    background: #fff;
    border: 2px solid #eaeaea !important;
    color: #000 !important;
    /* display:none; */
    align-items: center;
    justify-content: center;
  }
  .paymentmob-popup .nav a:nth-child(0),
  .paymentmob-popup .nav a:nth-child(1),
  .paymentmob-popup .nav a:nth-child(2),
  .paymentmob-popup .nav a:nth-child(3),
  .paymentmob-popup .nav a:nth-child(4),
  .paymentmob-popup .nav a:nth-child(5) {
    /* display: flex !important; */
  }
  .viewmore_method {
    display: flex !important;
  }
  .moremethod_link {
    display: flex !important;
  }
  .moremethod_text .paymenttxt-mob-more {
    display: none;
  }

  .moremethod_text .paymenttxt-mob-less {
    display: block !important;
  }
  .paymentmob-popup .nav a.active {
    border: 3px solid #21ae00 !important;
  }
  .paymentmob-popup .nav {
    margin-right: 0;
    display: block;
    background: transparent;
  }
  span.paymenttxt-mob {
    display: block;
    width: 50%;
    float: right;
    margin-left: auto;
    border-left: 1px solid #dedede;
    line-height: 1.1;
    text-align: center;
  }
  .paymentmob-popup .modal-title {
    font-size: 14px;
  }

  .paymentmob-popup .modal-header {
    padding: 0;
    margin-bottom: 15px;
  }
}
.proof_upload_sec {
  justify-content: center;
}
.proof_upload_sec .form-floating {
  margin: 0px 12px;
}
.proof_upload_sec .form-floating img,
.bank_doc {
  border-radius: 5px;
  margin-top: 5px;
  background-image: url(../images/upload_img.png) !important;
  border: none !important;
  background-size: contain;
  background-position: center;
  box-shadow: 0px 0px 0px 1px #ababab inset;
}

.my_profile input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100px;
  margin: auto;
}
.file_restrictions_txt {
  text-align: center;
}
.pop_btn_sec1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop_btn_sec1 .common-btn {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .payment_method_table th,
  .payment_method_table td {
    min-width: 86px;
    padding: 0px 15px;
    text-align: center;
  }
  .payment_method_table th {
    padding: 5px;
  }
  .pay_method_icon img {
    width: 80px;
  }
  .pay_method_icon {
    max-width: initial !important;
  }
  td.tick_icon img {
    width: 16px;
  }
  .step_box_main {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .step_box:after {
    content: "\f063";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    left: 0;
    top: initial;
    bottom: -18px;
  }
}

@media screen and (max-width: 991px) {
  .content_page h1,
  .main_cont .title_1 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .payment_details_table {
    font-size: 12px;
  }
  .content_page h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 575px) {
  div.promocode_modal_popup .modal-dialog {
    margin: auto;
  }
  .sitemapview {
    width: 85%;
  }
}

.red-color {
  color: red !important;
}
.alert-danger {
  color: #d2d2d2 !important;
}
/* Headings / titles font-weight  */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

/* Login and Register */

/*login , register popup*/
.login-popup .modal-dialog .login-btn,
#login-popup .signup-btn,
#signup-popup .common-submit-btn {
  height: 44px;
  line-height: 26px;
  width: 250px;
  margin: 10px auto;
  margin-bottom: 16px;
  width: 85%;
  font-size: 16px;
  display: block;
}
.login-popup .forget_login {
  margin: -4px auto 20px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
}
#signup-popup.pre-popup .modal-header,
#login-popup.pre-popup .modal-header {
  border-radius: 16px 16px 0 0;
}
#signup-popup .modal-body,
#login-popup .modal-body {
  border-radius: 0 0 16px 16px;
}

#login-popup.pre-popup .btn-close {
  top: 18px;
  right: 18px;
}
#signup-popup.pre-popup .btn-close {
  top: -26px;
  right: 6px;
}
#signup-popup .reg-banner-1 {
  margin-top: -20px;
}
.modal-content {
  border: none;
}

@media screen and (min-width: 600px) {
  #signup-popup .reg-banner-1 {
    margin-top: 0;
  }
  .signup-popup .modal-dialog {
    min-width: 40%;
  }
  #signup-popup .modal-body {
    padding: 20px 40px;
  }
  #signup-popup.pre-popup .modal-header {
    padding: 20px 40px 0;
  }
  #signup-popup .login_cont.reg_cont {
    margin-right: 20px;
  }
  #signup-popup .common-btn.common-submit-btn {
    margin: 20px auto 10px;
    height: 50px;
  }
}
/* Dropdown wallet */
.header_user_balance_detail {
  padding: 10px;
  margin-top: -6px;
}
.header_wallet_list li {
  font-size: 14px;
  font-weight: 600;
  /* padding: 12px; */
  padding: 3px 12px;
  border-radius: 9px;
}
.header_wallet_list li {
  background: #1e3227;
  padding: 10px 12px;
  border-radius: 9px;
}
.header_wallet_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.header_user_balance_dropdown .deposit-btn {
  font-size: 16px;
}
.menu-sidebar .menu_scroll_down {
  display: none !important;
}
.form-switch .form-check-input {
  width: 2.3em;
  height: 1.4em;
  margin-right: 4px;
}
.main-home-page-1 {
  padding-top: 0.7rem;
}
.header_error_msg a {
  color: #ccb363;
}
@media screen and (min-width: 992px) {
  .header_user_balance_detail {
    width: 400px;
  }
}

/* Deposit Button mobile sidebar menu */

.menu-sidebar .sidebar-topsec {
  font-size: 16px;
  text-align: center;
}

/* Modals */

@media screen and (max-width: 600px) {
  .modal-dialog {
    margin: 0 6%;
  }
}
.modal-content {
  border-radius: 9px;
}
.modal-header {
  border-radius: 9px 9px 0 0;
  padding: 1em 1.8em;
}
.modal-title {
  font-size: 18px;
  font-weight: 600;
}
.modal-body {
  padding: 1.4em 1.8em 2em;
  color: #d2d2d2;
}
.modal-content .btn-close {
  position: absolute;
  right: 18px;
}
.revert_modal_body {
  border-radius: 0 0 9px 9px;
}

/*transactions */
.table-striped.table_3.table-bordered.dt-responsive.nowrap.all-transdesign.dataTable.no-footer
  td:last-child,
.table-striped.table_3.table-bordered.dt-responsive.nowrap.all-transdesign.consumedbonus-sec-table.dataTable.no-footer
  .amt-consumedbonus
  .bonus_amt_color,
.table-striped.table_3.table-bordered.dt-responsive.nowrap.all-transdesign.bonusfreespin-histroy-sec-table.dataTable.no-footer
  td:nth-child(5) {
  color: #ccb363 !important;
}
.table-striped.table_3.table-bordered.dt-responsive.nowrap.all-transdesign.dataTable.no-footer
  td.rejected:nth-child(2),
.table-striped.table_3.table-bordered.dt-responsive.nowrap.all-transdesign.dataTable.no-footer
  td.pending:nth-child(2),
.table-striped.table_3.table-bordered.dt-responsive.nowrap.all-transdesign.dataTable.no-footer
  td.success:nth-child(2) {
  /*              border: none !important;*/
  font-size: 12px;
  font-weight: 600;
  padding: 0.8em 1em;
  margin: 0.5em 0.3em;
}
.table-striped.table_3.table-bordered.dt-responsive.nowrap.all-transdesign.dataTable.no-footer
  td:before {
  font-weight: 500;
}
.transaction-tab-section .date_range_acc .date_search .reg_plr_btn3 {
  background-color: transparent !important;
}
.main_cont.myacc_pages .title_1 {
  font-weight: 600;
  font-size: 18px;
  margin-left: 0.5em;
}
@media screen and (max-width: 600px) {
  .main_cont.myacc_pages .title_1 {
    margin-left: 0.5em;
  }
}

/* Submit buttons */
.main_cont.myacc_pages .reg_plr_btn3 {
  font-weight: 700 !important;
}

/* Casino and Live casino grid mobile */
@media screen and (max-width: 975px) {
  .game-box-1 {
    width: 43%;
    margin: 4px 2.6%;
  }
  .game-box-1 img {
    border-radius: 18px;
  }
  .game-name {
    font-size: 12px;
  }
}

/* settings active filter */
.settings-tab-section .settings_tab .nav-link.active .settings-img-sec,
.settings-tab-section .settings_tab .nav-link:hover .settings-img-sec {
  border: 2px solid #d2d2d2 !important;
}

/* Header Desktop */

@media screen and (min-width: 1200px) {
  .header {
    padding: 2em 3em;
  }
  .logo-sec {
    margin: 0 2em 0 1em;
  }
  .header-menu-sec ul li {
    margin-right: 1.4em;
  }
  .header-menu-sec li a {
    line-height: 1.7em;
  }
}

@media screen and (min-width: 1400px) {
  .header {
    padding: 1em 3em;
    /* height: 5.7em; */
  }
  .header_user_balance_dropdown.open {
    top: 6.2em;
  }
  .logo-sec {
    margin: 0 2em 0 3em;
    width: 12em;
  }
  .header-menu-sec ul li {
    margin-right: 1.8em;
  }
  .header-menu-sec li a {
    font-size: 1em;
  }
  .header-menu-sec li a img {
    width: 1.4em;
    margin-right: 0.4em;
  }
  .header-menu-sec ul {
    margin-top: 0.5em;
  }
  .header_user_balance {
    padding: 0.6em 1.2em;
  }
  .header_btn_sec {
    font-size: 1em;
  }
  .header_btn_sec .common-btn {
    padding: 0.5em 2.6em;
  }
  .header .deposit-btn {
    padding: 0.5em 4em;
  }
}

/* Casino filter and grid Desktop */
/*game filters and grid casino */
@media screen and (min-width: 1200px) {
  .game_filter a {
    /* line-height: 2em; */
    font-size: 0.9em;
    /* white-space:nowrap; */
  }
  .game_filter {
    margin: 0.3em 2.9em 0 0;
  }
  .gamesearch_box {
    width: 16em;
  }
  .gamesearch_box .input-group {
    height: 3em;
  }
  .gamesearch_box .form-control {
    font-style: italic;
  }
  .gamesearch_box .search_icn {
    width: 3em;
  }
  .game-box-1 img {
    border-radius: 1.6em;
  }
  .game-box-1 {
    margin: 0.5em 1.4em 1.2em;
    width: 18em;
  }
}
@media screen and (min-width: 1600px) {
  .category_icon_div {
    height: 4.2em;
    width: 4.2em;
    border-radius: 1.2em;
  }
  .category_icon {
    max-height: 5em;
    max-width: 5em;
  }
  .game_filter a {
    font-size: 1.2em;
    line-height: 2.2em;
  }
  .game_filter {
    margin: 1.3em 4.2em 0.1em 0;
  }
  .gamesearch_box {
    width: 28em;
  }
  .gamesearch_box .input-group {
    height: 3.4em;
  }
  .gamesearch_box .form-control {
    padding: 0 2em;
    font-size: 1.1em;
  }
}

/* Sportsbook Mobile Banner Carousell */

.carousel_banner {
  margin-top: 0.5em;
}
.carousel_banner .swiper-slide img {
  width: 96%;
  margin: auto;
  min-height: 100%;
  border-radius: 1em;
}
.carousel_banner .swiper-container {
  min-height: 13em;
}

/* added for payment methods alignment */

.dep-tab .nav a {
  max-height: 60px;
  min-height: 60px;
}

.table_direct {
  border-radius: 10px;
  background: #2d4939;
  padding-bottom: 7px;
}

.table_direct * {
  background: transparent !important;
  color: #d2d2d2 !important;
  border: none;
  font-size: 13px;
  font-weight: 500 !important;
}

.table_direct th:last-child {
  text-align: right;
}

.table_direct td:last-child {
  text-align: right;
}

.table_direct td:first-child {
  color: #fbedc3 !important;
}

.table_direct td {
  padding: 6px 30px !important;
}

.table_direct th {
  padding: 12px 15px !important;
  border-bottom: 1px solid #1e3227 !important;
  font-size: 1.03em;
}
.table_direct td.amt-pts2 {
  color: #ccb363 !important;
}
.table_direct td.amt-pts2 {
  color: #ccb363 !important;
}
@media screen and (max-width: 767px) {
  .table_direct {
    background: #1e3227;
  }
  .table_direct th {
    border-bottom: 1px solid #2d4939 !important;
  }
  .table_direct td {
    padding: 6px 15px !important;
  }
}

/*Biometrics */
.biometric-main-sec {
  text-align: center;
  margin-top: 30px;
}

.biometric-txt {
  margin-top: 20px;
}

.biometric-txt p {
  margin-bottom: 0;
}

.main_cont.myacc_pages .modal .form-floating > .form-control {
  background-color: #2d4939;
}

.biometrics-img-maindiv {
  text-align: center;
  margin-bottom: 20px;
}

.login-bio-popup .form-check.terms_check {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.login-bio-popup .form-check.terms_check input {
  margin: 0 6px 2px 0;
}

.biometric-img-sec {
  width: 100px;
  margin: 0 auto;
  position: relative;
  padding: 9px;
  transform: scale(1.3);
  margin: 30px auto;
  transform-origin: center;
}

svg.biometric-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.biometric-img {
  position: relative;
}

svg.biometric-loading {
  transform: rotate(-90deg);
  stroke-dasharray: 251;
  /* (2PI * 40px) */
  stroke-dashoffset: 251;
  animation: offsettozero 5s linear forwards infinite;
}

@keyframes offsettozero {
  to {
    stroke-dashoffset: 0;
  }
}
/*Biometrics end */
/*consumed bonus datatable starts */
@media screen and (max-width: 767px) {
  a#cbtable_previous,
  a#cbtable_next,
  #cbtable_paginate span {
    margin: 5px 0px !important;
  }
}
/*consumed bonus datatable end */

/*Signup with  whatsapp id starts */
.footer_whatsapp {
  background: #30a844;
  text-align: center;
  color: #fff;
  padding: 0;
  font-size: 11px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_whatsapp a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_whatsapp img {
  width: 20px;
  margin-right: 5px;
}
.login-popup .modal-dialog .login-btn.wz-btn a {
  display: block;
  background: #30a844;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 5px 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-popup .modal-dialog .login-btn.wz-btn {
  padding: 0;
  margin: 0 auto;
}
.menu-sidebar .wz-btn a {
  display: block;
  background: #30a844;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 5px 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-sidebar .wz-btn {
  padding: 0;
  border: none;
  margin-bottom: 15px;
}
.signup_whatsapp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1050px) {
  .footer_whatsapp {
    display: none !important;
  }
}

/*Signup with  whatsapp id ends */

@media only screen and (max-width: 600px) {
  .header-menu-sec li a img {
    min-height: 2em;
  }
}

/* promotion-css */
#sal-inner-popupdt {
  background: #1e3227 !important;
  border-radius: 10px !important;
}
.sal_promotions__container {
  background: transparent;
  min-height: 100vh;
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

#sal-promo-popupdt {
  display: none;
}

.sal_promotions__header .sal_promotions__title {
  margin: 0;
  padding: 0;
  color: #fbedc3 !important;
  text-align: center !important;
}

.sal__tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 32px 0;
}

.sal__tabs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.sal__tabs__container .sal__tab {
  border: 2px solid transparent;
  color: #fbedc3;
  padding: 4px 4px;
  font-size: var(--body-fontsize);
  border-radius: 24px;
  min-width: 50px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sal__tabs__container .sal__tab:hover {
  cursor: pointer;
  border-color: #fbedc3;
}

.sal__tabs__container .sal__tab-active {
  border-color: #fbedc3;
  color: #fbedc3;
}

.sal_promotions__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}

.sal_promotions__wrapper .sal_promotion {
  width: 100%;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #2d4939;
}

.sal_promotions__wrapper .sal_promotion__thumbnail {
  width: 100%;
}

.sal_promotions__wrapper .sal_promotion_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}

.sal_promotions__wrapper .sal_promotion_content__title {
  margin: 0 0 8px 0;
  color: #fbedc3;
}

.sal_promotions__wrapper .sal_promotion_content__description {
  color: #fbedc3;
  margin: 0;
  font-size: var(--body-fontsize);
}

.sal_promotions__wrapper .sal_promotion__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 0;
}

.sal_promotions__wrapper .sal_promotion__action .sal_btn {
  border-radius: 24px;
  border: 0;
  padding: 12px 12px;
  width: 60%;
  color: #ffffff;
  font-weight: 700;
  background: #ccb363;
}
body .sal-sports-tournament .sal_btn {
  color: #fff !important;
  background: #ccb363 !important;
  border-radius: 37px !important;
  border: none !important;
}
#filter-container .sal__tab {
  border: 2px solid transparent !important;
  color: #fbedc3 !important;
}
#filter-container .btn.activesal {
  color: #fbedc3 !important;
  border: solid 2px #fbedc3 !important;
}

ul.footer-links-foot {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  width: 800px;
  margin: 2rem auto;
  max-width: 100%;
}

.footer-links-foot li {
  margin: 0px 10px 5px 10px;
}

.footer-links-foot li a {
  color: #fbedc3;
  text-decoration: none;
  font-size: 0.95rem;
}
.gamesearch_box input {
  background: #2d4939 !important;
}

@media screen and (max-width: 1024px) {
  .sal_promotions__wrapper {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 12px;
  }
  .sal__tabs__container .sal__tab {
    min-width: auto;
  }
  .sal__tabs__container {
    gap: 6px;
  }
}

.sal_promotions__wrapper .sal_promotion {
  background: #2d4939 !important;
}
.sal_promotions__wrapper .sal_promotion__action .sal_btn {
  background: #ccb363 !important;
}
.faqs h1,
.content_page h1 {
  color: #fbedc3 !important;
  padding-left: 0 !important;
}
.payment_methods_container h2.payment_methods_container_title {
  color: #fbedc3 !important;
}
.content_page h3,
.content_page h5 {
  font-size: 18px !important;
  margin: 0 0 10px 0;
  background: transparent;
  color: #fff !important;
}
.content_page p,
.content_page li {
  font-size: 14px !important;
  margin: 0 0 10px 0;
  background: transparent;
  color: #fbedc3 !important;
}
.tec {
  font-size: 14px !important;
  color: #fbedc3 !important;
}
.faqs h3,
.payment_methods_container h3 {
  font-size: 14px !important;
  margin: 0;
  background: transparent;
  color: #fff !important;
}

.faqs p,
.payment_methods_container p {
  font-size: 14px !important;
  margin: 0;
  background: transparent;
  color: #fbedc3 !important;
}
.tec li::marker {
  color: #ccb363 !important;
}
.sal_promotions__container #status {
  font-size: 1.5em !important;
  padding: 0 !important;
}
.cookieshow-container {
  background: #2d4939 !important;
}
.cookieshow-button_1 {
  background: #ccb363 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.cookieshow-body a {
  color: #fbedc3 !important;
}
.cookieshow-head:before {
  filter: grayscale(1) brightness(2.5);
}
.cookieshow-body,
.cookieshow-head {
  color: #ffffff !important;
}
.loading_logo {
  display: none;
}
.provider-wrapper {
  overflow-x: auto;
  /* scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1; */
  display: flex;
}
.provider-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 7px;
  background-color: #2d4939;
}
.provider-wrapper::-webkit-scrollbar-thumb {
  background: #5d886f;
  border-radius: 5px;
  border: 2px solid #2d4939;
}
.provider-wrapper .category_icon {
  filter: none;
  opacity: 1;
}

/* homepage-css */
.sal-top-games li,
.sal-top-live-casino li,
.game_common .game-box-1 {
  width: 18.3% !important;
  margin: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 1rem !important;
}

.sal-top-sports-nav,
.sal-top-games,
.sal-payments-carousel,
.sal-top-live-casino,
.sal-casino-providers,
.game_common {
  padding-left: 0 !important;
  margin: 0 !important;
  gap: 2% !important;
}
.game_common {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.sal-top-games,
.sal-top-live-casino,
.game_common {
  justify-content: center !important;
  overflow: initial !important;
}

.container-fluid-bgfooter ul.footer-links a:before {
  display: none !important;
}
ul.footer-links {
  width: 100% !important;
  padding: 0 !important;
}
.sal-casino-providers li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sal__single__thumbnail {
  background: #2d4939 !important;
}
.sal__single__thumbnail img {
  border-radius: 0 !important;
}
.sal__single__header {
  background: #2d4939 !important;
  position: static !important;
}

.sal__single__promotion {
  background: #2d4939 !important;
  padding: 10px !important;
  border-radius: 10px !important;
  width: 750px !important;
  max-width: 96% !important;
  margin: auto !important;
}

.sal__terms__header {
  background: #1e3226 !important;
}

.sal__terms__content {
  background: #1e3226 !important;
}

.step__number {
  color: #fff !important;
  border: 4px solid #ccb363 !important;
}

.sal__tournament__table tbody {
  background: #1e3226 !important;
}

@media screen and (max-width: 991px) {
  .sal-top-games li,
  .sal-top-live-casino li,
  .game_common .game-box-1 {
    width: 23.5% !important;
  }
}
@media screen and (max-width: 767px) {
  .sal-top-games li,
  .sal-top-live-casino li,
  .game_common .game-box-1 {
    width: 31% !important;
  }
}
@media screen and (max-width: 575px) {
  .sal-top-games li,
  .sal-top-live-casino li,
  .game_common .game-box-1 {
    width: 49% !important;
  }
}

/ crypto coin address model / .copy-input {
  max-width: 98%;
  width: 100%;
  cursor: pointer;
  background-color: #eaeaeb;
  border: none;
  color: #6c6c6c;
  font-size: 14px;
  border-radius: 5px;
  padding: 15px 45px 15px 0px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.copy-input:focus {
  outline: none;
}

.copy-btn {
  width: 40px;
  /* background-color: #eaeaeb;*/
  font-size: 18px;
  padding: 6px 9px;
  border-radius: 5px;
  border: none;
  color: #6c6c6c;
  margin-left: -50px;
  transition: all 0.4s;
}
.copy-btn:hover {
  transform: scale(1.3);
  color: #1a1a1a;
  cursor: pointer;
}

.copy-btn:focus {
  outline: none;
}

.copied {
  font-family: "Montserrat", sans-serif;
  width: 100px;
  opacity: 0;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  color: #000;
  padding: 15px 15px;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.4s opacity;
}

.currency-container {
  border: 1px solid gray;
}

.curr-heading {
  background: lightgray;
}

.pad-13 {
  padding: 1% 3%;
}

.txt-align-right {
  text-align: right;
}

.pad-12 {
  padding: 1% 2%;
}

.align-center {
  text-align: center;
}

.coin-mdl-bg {
  background: #f7f1ed !important;
}

.coin-mdl-dspblk {
  display: block !important;
}

.coin-convrson-clr {
  color: #ccb363;
}

.coin-mdl-title {
  width: 100%;
}
.coin-txt-centre {
  text-align: center;
}

.coin-md-ttl-2 {
  text-align: center;
  font-size: 13px;
  color: #ccb363;
}

.currency-name-color {
  color: #ccb363;
}

.coin-mdl-txt-fnt-clr {
  color: #d2d2d2;
}

.coin-addr-mdl-container {
  width: 40% !important;
  margin: 10% auto !important;
  /* background-color: #1e3226 !important;*/
}

/* design-qa-css */
.sidebarfooter_menulist {
  padding: 10px 26px;
}
.sidebarfooter_menulist ul {
  margin-bottom: 0;
}

.sidebarfooter_menulist ul li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.main-home-page-1 {
  padding-top: 0;
}
.sal__single__content {
  background-color: #2d4939 !important;
}
.sal__single__promotion {
  width: 550px !important;
  margin-top: 1rem !important;
}
.sal__step__container {
  margin-top: 1rem;
}
.sal__single__promotion .step {
  margin: 10px auto;
  display: flex;
  align-items: center;
  width: 320px;
  max-width: 100%;
}
.footer_cont_no {
  display: flex;
}
.footer p.copyrights {
  background: #284032 !important;
}
.withdraw_bal_box1 .buychips_tab_right_cont {
  background: #1e3227;
}
.withdraw_bal_box1 .withdraw_cont_1 {
  background: #2d4939;
  border-radius: 3px;
}
table.table-striped.table_3.table-bordered.dt-responsive.nowrap.all-transdesign.dataTable.no-footer
  td {
  width: 97%;
}
table.table-striped.table_3.table-bordered.dt-responsive.nowrap.all-transdesign.dataTable.no-footer
  td
  a {
  color: #ccb364 !important;
}

table.table-striped.table_3.table-bordered.dt-responsive.nowrap.all-transdesign.dataTable.no-footer
  td
  a:hover {
  color: #fbedc3 !important;
}

div.refer-friend-section-table-page
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled,
div.refer-friend-section-table-page
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:active,
div.refer-friend-section-table-page
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:hover {
  color: rgb(255 255 255 / 30%) !important;
}

div.refer-friend-section-table-page
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current,
div.refer-friend-section-table-page
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  filter: none !important;
}
div.refer-friend-section-table-page
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current,
div.refer-friend-section-table-page
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  border: 1px solid #fff;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #ffffff !important;
  background: #2d4939 !important;
}
div.refer-friend-section-table-page
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.previous,
div.refer-friend-section-table-page
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.next {
  border: 1px solid transparent !important;
}
.startend-date-section label.float-label {
  text-align: left !important;
}

.startend-date-section input.floating-input {
  text-align: left !important;
}

.transaction-tab-section
  .startend-date-section
  .floating-label.input-daterange {
  text-align: left;
  background-color: rgb(26 38 31 / 21%);
  padding: 6px !important;
  border-radius: 5px;
  line-height: 1.1 !important;
  margin: 0 5px !important;
  width: 100% !important;
}
div.dataTables_wrapper div.dataTables_length select {
  background: #1e3226;
}
.faqs p,
.payment_methods_container p {
  margin-bottom: 10px;
}
.table_body_cell .value-dp:after {
  filter: brightness(1.5);
}
.payment_methods_container .logo-pay {
  height: auto;
}
.btn_deposit:hover {
  filter: brightness(1.1);
}
.faqs .tab-content.panel {
  padding: 10px 10px;
  margin: auto !important;
  background: #355442 !important;
}

.faqs .accordion.tab {
  margin: 5px auto;
}

.faqs .accordion.tab.active {
  margin-bottom: 0;
}

.faqs h1 {
  text-align: center !important;
}

.faqs .text-container {
  text-align: center;
}
.faqs .tab-content.panel .tab-content.panel {
  background: #304d3c !important;
}

.faqs .tab-content.panel .tab-content.panel p {
  padding: 10px;
  line-height: 1.5;
  margin-bottom: 0;
}
.content_page p .inner_section h6 {
  font-weight: 400 !important;
}

.content_page .inner_section h6 {
  font-weight: 400 !important;
  line-height: 1.8;
  font-size: 15px !important;
  color: #fffaed;
}

.content_page .inner_section p {
  line-height: 1.8;
}
.tec .title_1 {
  /* font-size: 1.5rem; */
  text-align: center !important;
}

.tec .content_page hr {
  margin: 1.5rem 0 1rem 0;
  background: #2d4939;
  height: 2px;
}

.tec .content_page a.button {
  display: inline-block;
  background: #ccb363;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  padding: 0.5rem 1rem;
}

.tec .content_page a.mail {
  color: #fff;
  text-decoration: underline;
}

.content_page .inner_section h3 {
  margin-bottom: 0;
}
.sal__single__content .ldrbd-table tr:nth-child(odd) {
  background-color: #32503f;
}
.sal__single__content .ldrbd-table tr:nth-child(even) {
  background-color: #2d4939;
}
.table-striped.table_3.table-bordered.dt-responsive.nowrap.all-transdesign.dataTable.no-footer
  td:nth-child(2) {
  background: transparent !important;
}
.signout-section {
  width: 100%;
  text-align: center;
  border-radius: 5px !important;
}

.signout-section div {
  border-radius: 10px;
  padding: 0;
}

.signout-section a {
  display: block;
  padding: 8px;
}
.sal__tabs__container .sal__tab {
  padding: 4px 9px;
}
.gamesearch_box input,
.gamesearch_box .search_icn {
  border: none !important;
}

.provider-wrapper li.game_filter p {
  margin-bottom: 3px;
}
.betdetai_text1,
.betdetai_text2 {
  background: rgb(0 0 0 / 15%) !important;
  color: #fff !important;
  margin-left: 5px;
  padding: 1px 5px;
  border-radius: 4px;
}
.withdraw-startdate
  .startend-date-section
  .input-daterange
  input.floating-input {
  text-align: left !important;
}
.dataTables_paginate .ellipsis {
  color: #fbedc3 !important;
}
.pop_btn_sec1 .logout-btn {
  background: #ccb364;
  color: #fff !important;
  padding: 4px 20px;
  border-color: #ccb364;
}
.loader img {
  filter: grayscale(1) brightness(1.5);
  width: 32px;
}
.modal-header {
  background: rgb(0 0 0 / 10%);
}
#forgot-popup .modal-body {
  border-radius: 0 0 10px 10px;
}

.bonusloyality_points_modal ::-webkit-scrollbar-thumb,
.loyalty_history_popup ::-webkit-scrollbar-thumb {
  background: #284334 !important;
  border-radius: 10px;
  border: 1px solid #1e3227;
}
#betDetailModal #betDetailModalTable a {
  color: #ccb364 !important;
}
div#status-upcoming {
  font-size: 1rem;
}
.sal_promotions__container #status {
  padding: 0 !important;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 992px) {
  .main_body .nav_close {
    width: 30px !important;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav_close_icon {
    width: 1rem;
  }
  .sal-casino-providers li {
    border-radius: 8em !important;
  }
  .sal_promotions__wrapper .sal_promotion_content {
    min-height: 122px;
  }
  /* ul.sal-casino-providers::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #2d4939;
    display: none !important;
  }
  ul.sal-casino-providers:hover::-webkit-scrollbar {
    display: block !important;
  }
  ul.sal-casino-providers::-webkit-scrollbar-track {
    border-radius: 4px;
  }

  ul.sal-casino-providers::-webkit-scrollbar-thumb {
    background: #42404a;
    border-radius: 10px;
  }

  ul.sal-casino-providers::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 4px;
  } */
}
@media screen and (max-width: 1049px) {
  .header-menu-sec {
    background: #233b2c;
  }
  .date_range_acc .floating-label.input-daterange {
    width: 100px !important;
    min-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .provider-wrapper::-webkit-scrollbar {
    display: none;
  }
  .sal__tabs {
    margin: 15px 0 5px 0;
  }
  .main_cont.myacc_pages .title_1 {
    margin-left: 0;
  }
  .footer p.copyrights {
    font-size: 10px !important;
  }
  .footer-links li {
    margin-bottom: 1rem !important;
  }

  .container-fluid-bgfooter ul.footer-links a {
    font-size: 0.85rem !important;
  }

  .casino-provider-logo img {
    margin: 1rem auto !important;
    width: 170px !important;
  }

  .footer-text-cont {
    margin-top: 0 !important;
  }

  .footer-game {
    margin-bottom: 0 !important;
  }

  .certif-logo {
    margin: 1rem auto !important;
  }

  .provider-logo {
    width: 170px !important;
  }

  .certif-logo img.square_icon {
    margin: 0 0.5rem !important;
    height: 61px !important;
    object-fit: contain;
    width: auto !important;
  }
}

.sal_promotions__container div#status-now > iframe {
  min-height: 100vh;
  width: 800px;
  max-width: 100%;
}
.criteria{font-size:12px;margin-top:5px;color:#c2c9d6;display:flex;align-items:center}.criteria.invalid{color:#c2c9d6}.criteria.valid{color:#5cb85c}.criteria i{padding-right:2px}#passwordCriteria{margin-bottom:1rem}#passwordCriteria p{margin:0 0 .7rem;padding:0}@media screen and (min-width:576px){.reg_common-flex .login_main{width:100%}}
