:root {
  --vj9-red: #d44534;
  --vj9-white: #fff;
  --vj9-grey: #333333;
  --vj9-greyishBrown: #444444;
  --vj9-black: #1d1c1c;
  --vj9-slategrey: #e0d6d4;
  --vj9-lightGrey: #f0f3f4;
  --vj9-darkBlue: #1b80b4;
  --vj9-lightBlue: #33a3dc;
}

.vj9-bg-red {
  background: var(--vj9-red) !important;
}

.vj9-bg-slategrey {
  background: var(--vj9-slategrey) !important;
}

.vj9-bg-darkBlue {
  background: var(--vj9-darkBlue) !important;
}

.vj9-bg-lightBlue {
  background: var(--vj9-lightBlue) !important;
}
.vj9-bg-white {
  background: var(--vj9-white) !important;
}

.vj9-bg-lightGrey {
  background: var(--vj9-lightGrey) !important;
}

.vj9-text-grey {
  color: var(--vj9-black) !important;
}

.vj9-text-red {
  color: var(--vj9-red) !important;
}

.vj9-text-grey {
  color: var(--vj9-grey) !important;
}
.vj9-text-white {
  color: var(--vj9-white) !important;
}

.vj9-text-grey-light {
  color: var(--vj9-grey) !important;
  opacity: 0.6 !important;
}

.vj9-text-lightBlue {
  color: var(--vj9-lightBlue);
}

.font-ubuntu {
  font-family: "bodyfont" !important;
}

.font-ubuntu-normal {
  font-family: "bodyfont" !important;
  font-weight: normal !important;
}

.reloadrotate {
  transition: transform 500ms cubic-bezier(0.85, -0.48, 0.26, 0.67);
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.reloadnow {
  transform: translateZ(0px) rotateZ(-180360deg);
}
.reloadnow1 {
  transform: translateZ(0px) rotateZ(-540360deg);
}
.border_bottom {
  border-bottom: 1px solid rgba(62, 62, 62, 0.1);
}
.header_txt {
  font-family: "bodyfont";
  font-size: 20px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.2px;
  text-align: center;
  color: #333333;
}
.header {
  height: 500px;
}
.forgot {
  opacity: 0.7;
  font-family: "bodyfont";
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #333333;
}
.entermail {
  padding-left: 15px;
  width: 100%;
  height: 46px;
  border-radius: 6px;
  border: solid 1px rgba(112, 112, 112, 0.5);
}
.btn_Submit {
  width: 100%;
  padding: 10px;
  border: 1px solid #0060a1;
  border-radius: 6px;
  background-color: #0060a1;
  font-family: Helvetica !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: 0.16px;
  text-align: center;
  color: white;
}

.btn_Submit1 {
  height: 34px;
  border-color: #d44534;
  border-radius: 6px;
  background-color: #d44534;
  font-family: "bodyfont";
  font-size: 12px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.12px;
  text-align: center;
  color: white;
}

.btn_Apply {
  border-radius: 6px;
  border: solid 1.4px #d44534;
  background-color: #fff;
  height: 34px;
  font-family: "bodyfont";
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 0.12px;
  text-align: center;
  color: #d44534;
}

body {
  font-family: Helvetica !important;
}

.wm .wm-heading {
  text-align: center;
}

.wm .arrow-img {
  position: relative;
  top: 20px;
}

.wm-background {
  background-image: url("images/wm-casino.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 172px;
}

.cards-y {
  overflow-y: scroll;
}

.card-bg {
  background-color: #f0f0f0;
}

.card-bg .card-text {
  font-weight: bold;
  opacity: 0.86;
  font-size: 18px;
  line-height: 1.3;
}

.card-m {
  margin-top: 15px;
}

.nav-mob .logo-img {
  padding-left: 130px;
  height: 28px;
}

.navigate-opt .nav-img {
  float: left;
  margin: 10px;
  width: 21.66px;
  opacity: 1;

  display: inline-block;
}

.nav-button {
  border: none !important;
}

.layer1-button {
  padding-left: 5px !important;
  display: flex;
}

.layer2-button {
  padding-left: 83px !important;
}

.layer3-button {
  padding-left: 40px !important;
  display: flex;
}

.navigate-opt .nav-text {
  color: #333333;
  font-weight: normal;
  font-size: 11.33px;
  font-family: sans-serif;
  display: flex;
  align-items: center;
}

.slider-bg {
  background-image: url("images/Slider.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 153px;
}

.nav-bg {
  background-color: #fafafa;
  margin-top: 30px;
}

.wm1 {
  border-bottom: 1px solid rgba(62, 62, 62, 0.1);
  padding: 5px;
}

.wm1 .wm-heading1 {
  text-align: center;
}

.wm1 .arrow-img {
  position: relative;
  top: 20px;
}

.login-second {
  border-radius: 12px;
  background-color: rgba(62, 62, 62, 0.05);
  height: 367px;
  width: 90% !important;
  margin-top: 20px;
}

.fake-input {
  position: relative;
}
.fake-input input {
  border: none;
  background: #fff;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.fake-input img {
  position: absolute;
  top: 10px;
  left: 15px;
}

.fake-input .place-text {
  padding-left: 45px;
  color: #333333;
  opacity: 0.4;
}

.fake-input {
  border-radius: 6px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  background-color: #ffffff;
  margin: 15px;

  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check {
  padding-left: 2.5rem;
}

.img-login {
  padding: 30px 3px;
  position: relative;
  left: 38%;
}
.keep-label {
  font-size: 15px;
  color: #333333;
  font-family: "bodyfont";
}

.login-b .login-b1 {
  width: 90%;
  height: 46px;
  border-radius: 6px;
  background-color: #0060a1;
  margin: 15px;
  color: #fff;
  border: none;
}

.btn.outline {
  background: none;
  padding: 12px 22px;
}

.btn-danger.outline {
  border: solid 2px #d44534;
  color: #d44534;
  border-radius: 7px;
}

.btn-danger.outline:hover,
.btn-danger.outline:focus,
.btn-danger.outline:active,
.btn-danger.outline.active,
.open > .dropdown-toggle.btn-primary {
  color: #d44534;
  border-color: #d44534;
}

.btn-danger.outline:active,
.btn-danger.outline.active {
  border-color: #d44534;
  color: #d44534;
  box-shadow: none;
}

.link {
  font-size: 14px;
  color: #33a3dc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.para-p {
  color: #333333;
  opacity: 0.7;
  text-align: center;
  margin-top: 40px;
}

.join-a .join-b {
  width: 50%;
  height: 46px;
  border-radius: 6px;
  border: solid 2px #0060a1;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.join-a .login-span {
  font-size: 15px;
  color: #0060a1;
  font-weight: 500;
  font-family: "bodyfont";
}

.menu-n ul li {
  list-style: none;
}

.menu-n {
  height: 55px;
  padding: 0 !important;
}

.menu-n ul {
  padding: 0;
  margin-bottom: 0;
}

.top-1 li {
  margin-right: 4px;
}

.item {
  color: #fff;
}

.item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #d44534;
}

.item-l {
  padding: 17px 15px;
}

.card-p1 .card-p {
  color: #333333;
  opacity: 0.6;
}

.apply-b {
  margin-left: 15px;
  border-radius: 6px;
  border: solid 1.4px #d44534;
}

.wild-c {
  margin-top: 18px;
}

.second-wild {
  margin-top: 18px;
  overflow-y: scroll;
}

.second-wild .promo-wow {
  font-family: "bodyfont";
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.second-wild .event-wow {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.para-3 {
  color: #858585;
  opacity: 0.6;
  font-family: "bodyfont";
  font-size: 16px;
}
.para-4,
.para-5,
.para-6 {
  font-family: "bodyfont";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: 0.15px;
  text-align: left;
  color: #858585;
}

.para-6 .para-7 {
  text-decoration: underline;
  text-decoration-color: #33a3dc;
  color: #858585;
}

.promo-row,
.inbox-msg .row-t .tb-row {
  margin-right: auto !important;
  margin-left: auto !important;
}

.arrow_btn {
  border: none;
  background-color: transparent;
}

.arrow_btn:focus {
  border: none;
  outline: none;
}

.blue_back {
  height: auto;
  background-color: #0060a1;
  position: relative;
}

.blue_back .for-mar {
  padding-left: 11px;
}
.blueinner {
  padding-right: 110px !important;
  font-family: "bodyfont";
  font-size: 13px;
  line-height: 2;
  text-align: center;
  color: white;
}
.MYR {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
  color: white;
}

.MYR .myr-label {
  margin: 0px 5px;
}

.eyeimg {
  width: 18px;
  height: 11.5px;
  object-fit: contain;
  opacity: 0.6;
}

.eyeimg1 {
  width: 18px;
  height: 11.5px;
  object-fit: contain;
}

.eyepos {
  position: absolute;
  right: 30%;
  top: -3;
}
.depolbl {
  opacity: 0.7;
  font-family: Helvetica;
  font-size: 15px;
  line-height: 1.73;
  text-align: left !important;
  color: #333333;
}

.bankdropdown {
  width: 100%;
  height: 36px;
  border-radius: 6px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  background-color: white;
  font-family: Helvetica;
  font-size: 14px;
}

.add_money {
  font-family: Helvetica;
  font-size: 14px;
  align-items: center;
  padding: 10px;
  width: 83%;
  height: auto;
  border-radius: 6px;
  border: solid 1px #0060a1;
  background-color: #ffffff;
  color: #0060a1;
}

.add_money1 a {
  font-family: "bodyfont";
  font-size: 14px;
  align-items: center;
  padding: 5px;
  width: 77px;
  height: auto;
  border-radius: 6px;
  border: solid 1px #febc04;
  background-color: #ffffff;
  color: #febc04;
  margin: -5px;
}
.add_money1 a:hover {
  text-decoration: none;
  color: #d44534;
}

.file_input {
  width: 120px;
  height: 46px;
  border-radius: 6px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  background-color: #ffffff;
}
.checkbox_opa {
  width: 35px;
  height: 16px;
  border-radius: 2px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  background-color: #ffffff;
}
.ihaveread {
  font-family: Helvetica;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.14px;
  text-align: justify;
  margin-left: -15px;
  color: #333333;
}

.bs-example {
  background-color: #3e3e3e;
  position: relative;
}

.acc-head .modal-title {
  font-size: 18px;
  font-weight: 500;
  color: #3e3e3e;
}

.transferbs .circle {
  border: 2px solid white;
  border-radius: 45%;
  padding: 5px;
  margin-right: 1rem;
  position: absolute;
  right: 0;
  color: white;
  width: 34px;
  font-size: 17px;
}
.ranking {
  font-size: 18px;
}
.transacc.circle {
  border: 2px solid white;
  border-radius: 45%;
  padding: 5px;
  margin-right: 1rem;
  position: absolute;
  right: 0;
  color: white;
  width: 34px;
}
.lblalign {
  position: absolute !important;
  right: 0;
  bottom: 17px;
}
.lblalign1 {
  position: absolute !important;
  right: 41px;
  bottom: 0;
}

.transferplus {
  font-size: 21px !important;
  color: skyblue;
  font-weight: 500 !important;
}

.lblalign2 {
  position: absolute !important;
  right: 67%;
  bottom: 0;
}

.weekly {
  font-size: 15px;
  font-family: "bodyfont";
}

.funds-label {
  font-size: 15px;
  font-weight: 500;
  font-family: Helvetica;
  opacity: 0.9;
}

.verify-label {
  font-size: 14px;
  opacity: 0.7;
  font-family: Helvetica;
  color: #333333;
}

.main-acc {
  font-size: 15px;
  font-family: Helvetica;
}
.show-fund {
  font-size: 15px;
  color: #fff;
}

.messages-bg {
  height: 54px;
  background-color: #3e3e3e;
  color: #ffffff;
}

.messages-sp .contact-s {
  padding-left: 40px !important;
}

.inbox-msg tr .message-r {
  margin-left: auto !important;
  margin-right: auto !important;
}

.inbox-msg tr .check-m {
  padding-left: 5px;
  padding-right: 0px;
  height: 0px;
  width: 0px;
  position: relative;
  top: 13px;
}

.inbox-msg tr .message-r .para-table {
  margin-left: -25px;
}

.inbox-msg tr .message-r .para-table .message-some {
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.terra-s {
  opacity: 0.7;
  font-family: Helvetica;
  font-size: 13px;
}

.flag-i {
  padding-left: 45px;
  padding-right: 10px;
}

.msg-form .label-edit .label-select {
  font-family: "bodyfont";
  font-size: 15px;
}

.inbox-msg .message-a {
  color: #333333;
}

.messages-bg .msg-form {
  display: inline;
}

.img-msg {
  padding-left: 224px;
}

.inbox-msg {
  border: solid 1px #e3e7ed;
  background-color: #ffffff;
}

.inbox-msg tr .row-t {
  padding: 15 0 0 15px;
}

.second-msg {
  padding: 10px;
  background-color: #f7fafb;
}

.second-msg .second-font {
  font-family: "bodyfont";
  font-size: 17px;
  font-weight: 500;
}
.second-msg .third-font {
  opacity: 0.7;
  font-family: "bodyfont";
  font-size: 13px;
}

.third-msg {
  margin-top: 20px;
}

.third-msg .third-msg1 {
  font-family: "bodyfont";
  font-size: 14px;
  font-weight: normal;
}

.Welcome {
  opacity: 0.6;
  font-family: "bodyfont";
  font-size: 13px;

  text-align: left;
  color: white;
}
.Terra-Kelley {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.63;
  text-align: left;
  color: #ffffff;
}
.autotransfer {
  background-color: #3e3e3e;
  font-size: 15px;
  color: white;
  padding: 5px;
}

.for-switch {
  position: relative;
}

.num-val {
  color: red;
}

.switch {
  top: 3px;
  left: 115px;
  position: relative;
  display: inline-block;
  width: 46px;
  height: 20px;
}

.switch1 {
  top: 12px;

  position: absolute;
  display: inline-block;
  width: 46px;
  height: 20px;
  right: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #0060a1;
}

input:focus + .slider {
  box-shadow: 0 0 1px #d44534;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.verify {
  padding-top: 8px;
  opacity: 0.7;
  font-family: "bodyfont";
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #333333;
  background-color: #f7fafb;
  padding-bottom: 8px;
}

.cardele {
  width: 160%;
  height: 120px;
  border-radius: 6px;
  border: solid 1px #e3e7ed;
  background-color: #f7fafb;
  align-items: center;
  display: flex;
  justify-content: center;
}
.cardimg {
  padding-bottom: 15px;
  width: 36px;
}
.gamelabel {
  text-align: center;
}

.tab {
  background-color: #3e3e3e;
}

.invite {
  opacity: 0.7;
  font-family: "bodyfont";
  font-size: 15px;
}

.small-one {
  font-size: 17px;
  opacity: 0.7;
}

.referral-space {
  padding-left: 30px;
}
.referral-space2 {
  padding-left: 36px;
}

.free-bet {
  font-size: 15px;
  color: #333333;

  font-family: "bodyfont";
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: Helvetica;
  padding: 8px 16px;
  transition: 0.3s;
  font-size: 15px;
  color: white;
  width: 50%;
  height: 45px;
  white-space: nowrap;
}
.tab a {
  white-space: nowrap;
  align-items: center;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: Helvetica;
  padding: 8px 16px;
  transition: 0.3s;
  font-size: 15px;
  color: white;
  justify-content: center;
  align-items: center;
  display: flex;
}
.abouttab a {
  white-space: nowrap;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "bodyfont";
  transition: 0.3s;
  font-size: 15px;
  color: white;
  justify-content: center;
  align-items: center;
  display: flex;
  float: left;
  background-color: inherit;
  padding: 0 6px;
  width: auto !important;
  height: 54px;
}

.tab a:hover {
  color: #fff;
  background-color: #0160a2;

  text-decoration: none;
}

.pragma button {
  padding: 14px 23px !important;
}

.tab button:hover {
  background-color: #1c1c1c;
}

.tab button.active {
  background-color: #0060a1;
  color: white;
  border-color: #0060a1;
}
.slider-p .active {
  color: white;
  border-color: #d44534;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
}

.infotxt {
  font-family: "bodyfont";
  font-size: 13px;
  font-style: italic;
  line-height: 1.62;
  letter-spacing: 0.13px;
  text-align: left;
  color: #858585;
}

.shareref {
  font-family: "bodyfont";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
  text-align: left;
  color: white;
  padding-top: 15px;
}
.sharetxt {
  font-family: "bodyfont";
  font-size: 13px;
  line-height: 1.31;
  text-align: left;
  color: white;
}
.btnshare {
  margin-bottom: 15px;
  margin-left: 25px;
  font-family: "bodyfont";
  font-size: 12px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.12px;
  text-align: center;
  color: white;
  width: 86px;
  height: 40px;
  border: solid 1.4px #d44534;
  border-radius: 6px;
  background-color: #d44534;
}
.reffer_code {
  padding: 10px 43px 10px 15px !important;
  opacity: 0.94;
  border-radius: 4px;
  border: dashed 1.4px #707070;
  background-color: #ffffff;
}
.referral-ticket {
  max-height: 6.875rem !important;
  border-radius: 6px !important;
}
.ticket_dot {
  left: 161px;
  top: -9px;
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
}
.ticket_dot_bottom {
  left: 161px;
  bottom: -9px;
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
}
.turnover {
  right: 25px;
  position: absolute;
}
.alink {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  text-align: center;
  color: #33a3dc;
}

.bonushead {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #333333;
}
.bonuscont {
  opacity: 0.7;
  font-family: Helvetica;
  font-size: 13px;
  text-align: left;
  color: #333333;
}
.bonussuccess {
  font-family: Helvetica;
  font-size: 14px;
  text-align: center;
  color: #0b980b;
  font-weight: normal;
  justify-content: center;
}
.rowborder {
  border-bottom: 1px solid rgba(218, 223, 225, 0.5);
}

.Apply-Filter {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 0.18px;
  text-align: left;
  color: #3e3e3e;
  border: none !important;
}
.round_border {
  width: 24px;
  height: 24px;
  border: solid 0.4px #333333;
  border-radius: 50%;
}
.unstyled {
  -webkit-appearance: none;
}
.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.popuppos {
  position: absolute;
  top: 100px;
}
.termslbl {
  font-family: Helvetica;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.14px;
  text-align: left;
  color: #858585;
}
.termsblue {
  font-weight: bold;
  color: #33a3dc;
}

.profile-edit {
  font-size: 14px;
  font-weight: 500;
  color: #33a3dc;
}

.profile_upload_icon {
  position: relative;
  bottom: 29px;
  left: 68px;
}

.profile_upload_icon .profile_img_btn {
  height: 24px;
  width: 24px;

  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #7e7e7e;
}

.profile_upload_icon img {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 19px;
  width: auto;
  display: flex;
  align-items: center;
  margin: auto;
}

#profile_img_upload {
  display: none;
}
.profblue {
  background-color: #f7fafb;
}
.proflbl {
  opacity: 0.7;
  font-family: Helvetica;
  font-size: 15px;
  line-height: 1.73;
  text-align: left;
  color: #333333;
}
.profcont {
  font-family: Helvetica;
  font-size: 15px;
  line-height: 1.13;
  text-align: left;
  color: #333333;
}

.mobile-footer {
  position: fixed !important;
  left: 0;
  bottom: 0 !important;
}

.footer-text {
  color: #333333;
  opacity: 0.7;
}

.nav-img1 {
  padding-right: 126px;
  height: 32px;
}

.nav-bg1 {
  background-color: #fafafa;
}

.after-line li .nav-decond,
.restorehome .nav-decond {
  opacity: 0.9;
  font-family: "bodyfont";
  font-size: 10px;
  font-weight: 500;
  color: black;
}
.restorehome {
  position: absolute;
  right: 60px;
  top: 15px;
}

.nav-img2 {
  height: 30px;
}

.nav-new {
  list-style: none;
  position: relative;
}

.list-nav {
  padding: 0 !important;
}

.live-label {
  width: 80%;
}

.homepage-logo {
  margin-right: 40% !important;
}

.nav-home {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.22);
}

.homepage-nav nav {
  height: 62px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.22);
}

.blue_back1 {
  max-width: 350%;
  height: auto;
  border-radius: 6px;
  border: solid 1px #e2e2e2;
  background-color: rgba(62, 62, 62, 0.05);
  margin: 20px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.blue_back1 .blu-bal {
  font-size: 13px;
  color: #a3a3a3;
}

.blue_back1 .blu-mar {
  padding-left: 65px;
}

.options-1 .options-c p {
  font-size: 13px;
  color: #333333;
  font-weight: 500;
  font-family: "bodyfont";
}

.blue-1 {
  padding-right: 155px !important;
  font-family: "bodyfont";
  font-size: 13px;
  line-height: 2;
  text-align: center;
}

.line {
  width: 96%;
  height: 1.5px;
  background-color: rgba(62, 62, 62, 0.1);
  margin: auto;
}

.after-line {
  display: flex;
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.after-line li {
  padding: 4px 10px;
}

.img-slider1 {
  margin-top: 17px;
  margin-bottom: 12px;
}
.img-slider2 {
  margin-top: 17px;
  margin-bottom: 16px;
}

.options-1 {
  display: flex;
}

.image-opt {
  width: 27px;
  height: 23.4px;
  object-fit: contain;
  opacity: 1;
}

.options-c {
  padding: 8px;
  line-height: 2;
  text-align: center;
}

.MYR1 {
  font-family: "bodyfont";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
  color: #333333;
}

.eyepos1 {
  position: absolute;
  right: -7%;
  top: 28px;
}

.mega-p {
  color: #333333;
  opacity: 0.7;
  line-height: 1.09;
  max-width: 100%;
}

.megaphone {
  padding: 10px;
}

.mega-image {
  height: 20px;
  padding-right: 12px;
}
.slider-p {
  height: 80px;
  background-color: #0160a2;
  display: flex;
  padding-left: 0px;
  align-items: center;
  margin-bottom: 0 !important;
  list-style: none;
}

.slider-code {
  height: 80px;
  background-color: whitesmoke;
  display: flex;
  padding-left: 0px;
  align-items: center;
  margin-bottom: 0 !important;
  list-style: none;
  padding: 0.25rem;
}
.slider-codes {
  height: 80px;

  display: flex;
  padding-left: 0px;
  align-items: center;
  margin-bottom: 0 !important;
  list-style: none;
  padding: 0.25rem;
}

.slider-p .scroll-content1 {
  min-height: 80px;
  min-width: 70px;

  text-align: center;
}
.slider-code .scroll-content1 {
  min-height: 80px;
  min-width: 70px;

  text-align: center;
}
.slider-codes .scroll-content1 {
  min-height: 80px;
  min-width: 70px;

  text-align: center;
}

.slider-codes .scroll-contents {
  min-height: 80px;
  min-width: 70px;

  text-align: center;
}

.slider-codes .slider-texts {
  color: #333;
  font-size: 12px;
  text-align: center;
  font-family: "bodyfont";
  line-height: 1.08;
  white-space: nowrap;
}

.slider-codes .scroll-contents {
  min-width: 60px;
  list-style: none;
  min-height: 79px;
  text-align: center;
  padding: 2px 2px;
}

.slider-p .scroll-content {
  min-width: 77px;
  list-style: none;

  text-align: center;
  padding: 2px 2px;
  margin: 0;
}

.slider-code .scroll-content {
  min-width: 60px;
  list-style: none;
  min-height: 79px;
  text-align: center;
  padding: 2px 2px;
}
.slider-codes .scroll-content {
  min-width: 60px;
  list-style: none;
  min-height: 79px;
  text-align: center;
  padding: 2px 2px;
}

.slider-code .slider-text {
  color: #333;
  font-size: 12px;
  text-align: center;
  font-family: "bodyfont";
  line-height: 1.08;
  white-space: nowrap;
}
.slider-codes .slider-text {
  color: #333;
  font-size: 12px;
  text-align: center;
  font-family: "bodyfont";
  line-height: 1.08;
  white-space: nowrap;
}
.slider-code a:hover {
  color: #fff;
  text-decoration: none;
}
.slider-codes a:hover {
  color: #fff;
  text-decoration: none;
}

.slider-text {
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-family: "bodyfont";
  line-height: 1.08;
  margin: 0;
}

.scroll-content:hover {
  color: #33333;
  height: 100%;
}

.scroll-content1:hover {
  background-color: #0160a2;
  height: 100%;
  width: 100%;
}

.img-slider {
  margin-bottom: 12px;
  margin-top: 12px;
  width: 30px;
  height: 30px;
}

.main-s {
  margin: 10px;
}

.last-second {
  background-color: rgba(62, 62, 62, 0.05);
}

.options-c1 {
  padding-left: 15px;
  padding-right: 5px;
}

.last-second .last-list {
  list-style: none;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .last-second .last-list li {
    padding: 5px;

    width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width: 400px) {
  .last-second .last-list li {
    padding: 5px;
    width: 130px;
    height: 130px;
  }
}

.bdbdbd th {
  color: #bdbdbd;
}

.banking-d {
  display: flex;
  justify-content: center;
}

.msg-form .bank-img {
  padding-right: 12px;
  display: inline;
  object-fit: contain;
}

.msg-form .bank-d {
  display: inline;
}
.msg-form .bank-para {
  position: relative;
  left: 50px;
}

.inbox-msg .row-bg {
  background-color: rgba(112, 112, 112, 0.03);
}

.row-t .small-p {
  padding-bottom: 10px;
  margin-top: -13px;
}

.tb-row .may-text {
  font-size: 15px;
  color: #333333;
  font-weight: 500;
}

.tb-row .text-may {
  font-size: 13px;
  opacity: 0.7;
  color: #333333;
}

.tb-row .other-text {
  font-weight: 500;
  font-size: 15px;
}

.bank-font {
  font-family: "bodyfont";
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}

.bank-modal .bank-modal1 {
  border-bottom: none !important;
}

.historytab {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "bodyfont";
  padding: 8px 16px;
  transition: 0.3s;
  font-size: 15px;
  color: white;
  width: auto !important;
  height: 45px;
}

.overallpageheight {
  max-height: 95%;
  overflow-y: scroll;
}
.aboutoverallpageheight {
  max-height: 95%;
  overflow-y: scroll;
}
.navoverallpageheight {
  height: 100%;
  overflow-y: scroll;
}
.bank-modal .close-b {
  background: transparent;
  border: solid 0.4px #333333;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.flag-text {
  margin-left: 10px;
}

.mobile-footer {
  position: fixed !important;
  left: 0;
  bottom: 0 !important;
}

.fa-1x {
  font-size: 1.5rem;
}
.nav-button.toggler-example {
  cursor: pointer;
}
.dark-blue-text {
  color: #0a38f5;
}
.dark-pink-text {
  color: #ac003a;
}
.dark-amber-text {
  color: #ff6f00;
}
.dark-teal-text {
  color: #004d40;
}

.gameimg {
  width: 165px;
  height: 165px;
  object-fit: contain;
  display: flex;
  justify-content: center;
}
.gamecard {
  width: 165px;
  height: auto;
  border-radius: 6px;
  border: solid 1px #e3e7ed;
  background-color: #f7fafb;
  display: flex;
  justify-content: center;
}
.lblcenter {
  display: flex;
  justify-content: left;
  padding: 10px 10px 0px 10px;
}
.gamelightlbl {
  opacity: 0.6;
  font-size: 14px;
  line-height: 1.36;
  color: #333333;
}
.gameboldlbl {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.35;
  color: #333333;
}

.bluebg {
  background-color: #f7fafb;
}
.cardblue {
  width: 160px;
  height: 120px;
  border-radius: 6px;
  border: none;
  background-color: #f7fafb;
  align-items: center;
  display: flex;
  justify-content: center;
}
.contactlbl {
  opacity: 0.9;
  font-family: "bodyfont";
  font-size: 19px;
  line-height: 1.13;
  letter-spacing: 0.16px;
  text-align: center;
  color: #3e3e3e;
}

.contactlbl1 {
  opacity: 0.9;
  font-family: "bodyfont";
  font-size: 16px;
  line-height: 1.13;
  letter-spacing: 0.16px;
  text-align: center;
  color: #3e3e3e;
}

.txtarea {
  text-align: start;
  width: 100%;
  height: 100px;
  border-radius: 6px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  background-color: #ffffff;
}

.sliderhome {
  width: 100%;
  height: 149px;
  object-fit: contain;
}

.loginbtn {
  font-family: "bodyfont";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: 0.16px;
  text-align: center;
  color: #ffffff;
  width: 50%;
  height: 40px;
  background-color: #d44534;
  border: 1px solid #d44534;
}
.pokerbtn {
  font-family: "bodyfont";
  font-size: 16px !important;
  color: #ffffff !important ;
  background-color: #d44534 !important;
  border: 1px solid #d44534 !important;
}
.joinbtn {
  font-family: "bodyfont";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: 0.16px;
  text-align: center;
  color: #d44534;
  width: 50%;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #d44534;
}

.footre-right {
  font-size: 14px;
}

.footer-las {
  opacity: 1;
}

.for-space {
  padding: 10px;
}

.highlights {
  font-family: "bodyfont";
  font-size: 18px;
  font-weight: bold;
  line-height: 3.56;
  text-align: left;
  color: #333333;
}
.imghighlight {
  width: auto;
  height: 383px;
  object-fit: contain;
  border-radius: 8px;
}
.highlights-image-section {
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.greyplay {
  position: absolute;
  right: 10%;
  top: 5%;
}
.highlights-transparent {
  position: absolute;
  bottom: 0%;
  width: auto;
  height: 170px;
  border-radius: 8px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
}
.promo {
  width: 100%;
  height: 195px;
  object-fit: contain;
}
.viewall {
  width: 110px;
  height: 35px;
  border-radius: 22px;
  background-color: #d44534;
  border-color: transparent;
  color: white;
}
.transparent {
  position: absolute;
  background-color: transparent;
  border-color: transparent;
}
.casino {
  width: 100%;
  height: 207px;
}

.deposit-head {
  font-size: 20px;
  font-family: "bodyfont";
}

.no-file {
  color: #333333;
  font-size: 15px;
}

.contact-s {
  font-size: 20px;
  font-family: "bodyfont";
}

.highlights-image {
  background-image: url(images/highlight1.png);
  background-size: cover;
  height: 386px;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 8px;
}

.last-second .last-list .wm-size {
  font-size: 11px;
  color: #333333;
  opacity: 0.7;
  text-align: center;
}

.lorem-h4 {
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;

  font-family: NotoSans;
  font-size: 20px;
  font-weight: 600;
}

.live-button {
  margin-left: 20px;
}

.homepage-lorem-p {
  opacity: 0.7;
  font-family: NotoSans;
  font-size: 16px;
  font-weight: 500;
}
.live-sept {
  font-size: 13px;
  opacity: 0.9;
  font-family: "bodyfont";
}

.msg-form .last-img {
  position: absolute;
  right: 18px;
  top: 21px;
}

.disabl-del {
  border: none;
  background-color: transparent;
}

.upcoming-ma {
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  font-family: "bodyfont";
}

.first-promo {
  background-image: url("images/2promo.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 177px;
}
.second-promo {
  background-image: url("images/promo2.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 165.2px;
}
.third-promo {
  background-image: url("images/promo3.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 165.2px;
}

.custom-file-upload {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  border-radius: 6px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  width: 100%;
}

#uploadFile {
  border: none;
  background-color: white;
  color: black;
}

.error-h {
  color: red;
}

input[type="file"] {
  display: none !important;
}

.chose-file {
  padding: 10px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;

  user-select: none;
  -webkit-user-select: none;
}

.create-acc {
  font-size: 23px;
  font-family: Helvetica;
  font-weight: 500;
}

.create-acc1 {
  font-size: 20px;
  font-family: Helvetica;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.forgot1 {
  opacity: 0.9;
  font-family: "bodyfont";
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #333333;
}
input::placeholder {
  opacity: 0.4;
}

textarea::placeholder {
  opacity: 0.4;
}

.text-m {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.plaindropdown1 {
  font-family: "bodyfont";
  font-size: 15px;
  width: 100%;
  height: 46px;
  line-height: 1.13;
  border-radius: 6px;
  color: #333333;
  border: solid 1px rgba(112, 112, 112, 0.5);
  background: #ffffff;
}

.carousel-control-next-icon {
  background-image: url("images/next.svg") !important;
}

.carousel-control-prev-icon {
  background-image: url("images/prev.svg") !important;
  position: absolute;
  left: 535%;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: -125% !important;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.notice-wi {
  font-size: 15px;
  font-weight: 500;
}

.navbar-banner {
  background-image: url("images/Slider.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 156px;
}

.account-modal {
  font-size: 14px;
  font-family: "bodyfont";
  opacity: 0.7;
  color: #333333;
}
.num-st {
  height: 46px;
}

.num-st1 {
  height: 46px !important;
}

.vip-one {
  background-image: url("images/VIP Banner/1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 110.2px;
}

.vip-two {
  background-image: url("images/VIP Banner/2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 109.5px;
}
.vip-three {
  background-image: url("images/VIP Banner/3.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 110.5px;
}
.vip-four {
  background-image: url("images/VIP%20Banner/4.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 110.5px;
}

.password-label {
  font-size: 15px;
  color: #333333;
  opacity: 0.7;
}

.infotxt22 {
  font-family: "bodyfont";
  font-size: 12px;
  font-style: italic;
  line-height: 1.62;
  letter-spacing: 0.13px;
  text-align: left;
  color: #858585;
}

.contact-g {
  font-size: 20px;
  font-family: "bodyfont";
  font-weight: 500;
}

.modal-select-1 .select2-container--default .select2-selection--single {
  min-width: 100% !important;
}

.modal-select-1
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 6px;
  width: 20px;
}

.modal-select-1 .select2-container {
  min-width: 100% !important;
}
.modal-select-1 .select2-search--dropdown .select2-search__field {
  width: 98%;
}

.modal-select1 .select2-container--default .select2-selection--single {
  min-width: 100% !important;
}

.modal-select1
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 6px;
  width: 20px;
}

.modal-select1 .select2-container {
  min-width: 100% !important;
}
.modal-select1 .select2-search--dropdown .select2-search__field {
  width: 98%;
}

.modal-select1 .select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid rgba(112, 112, 112, 0.5) !important;
  border-radius: 6px;
}

.week-first .weekly-t {
  position: relative;
  padding: 10px;
}

.week-first .weekly-t .week-font {
  font-size: 15px;
  font-family: "bodyfont";
  color: #333333;
}

.week-first .label-week {
  position: absolute;
  right: 115px;
}

.first-b .im-e {
  font-family: "bodyfont";
  font-size: 15px;
  color: #333333;
}

div.accordion-example {
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
div.accordion-examples {
  cursor: pointer;
}
.blueinner .restore {
  background-color: #fff;
}
.blueinner .for-mar1 {
  margin-left: 38px;
  margin-top: -15px;
}

div.accordion-example:hover {
  background-color: #ddd;
}

.accordion-content {
  padding: 0 20px;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.im-esports {
  font-family: Helvetica;
  font-size: 15px;
}

code for radio *,
*:before,
*:after {
  box-sizing: border-box;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label:before {
  content: "";

  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 1px;
  margin-right: 6px;

  background-clip: content-box;
  border: 2px solid #bbbbbb;
  background-color: transparent;
  border-radius: 50%;
  color: #333333;
}

input[type="radio"]:checked + label:before {
  background-color: #d44534;
  border-color: #d44534;
}

label {
  display: flex;
  align-items: center;
}

.nav-marg {
  margin-top: 43px !important;
}
@media (max-width: 992px) {
  .mobileMenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: translateX(-100%);
    transition: all ease 0.25s;
    width: 70%;
  }

  .mobileMenu.open {
    transform: translateX(0);
  }

  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1;
  }

  .overlay.open {
    display: block;
  }
}

.nav-button:hover,
.nav-button:focus {
  text-decoration: none;
  outline: none;
}
.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.pageLanguage {
  background: lightgrey;
  height: 100%;
  position: absolute;
  width: 100%;
}

.langname {
  padding: 10px 15px 0px 15px;
  font-family: "bodyfont";
  font-size: 11px;
  font-weight: 505;
  line-height: 1.86;
  text-align: left;
  color: #6a8cb0;
}

.borderright {
  padding-right: 10px;
  text-align: center;
  border-right: 1px solid rgba(51, 51, 51, 0.4);
  font-family: "bodyfont";
  font-size: 15px;

  color: #333333;
}
.borderright:hover {
  color: blue;
  opacity: 1;
  cursor: pointer;
  text-decoration: none;
}
.langnoborder:hover {
  color: blue;
  opacity: 1;
  text-decoration: none;
}
.langnoborder {
  padding-right: 10px;
  text-align: center;
  font-family: "bodyfont";
  font-size: 15px;

  color: #333333;
}
.regionbox {
  padding-left: 0.95rem;
  padding-top: 0.95rem;
  border-top: 0.02rem solid #0066d1;
}

.one {
  background-image: url("images/sports/SabaSport.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.gamesImages {
  background-position: center center;
  background-repeat: no-repeat;
  height: 70%;
  width: 100%;
  background-size: contain;
  object-fit: contain;
}
.two {
  background-image: url("images/sports/SBOSport.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.three {
  background-image: url("images/sports/SBOVirtualSport.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}

.four {
  background-image: url("images/sports/WsSport.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}

.live1 {
  background-image: url("images/casino/AGgaming.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.live2 {
  background-image: url("images/casino/Allbet.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.live3 {
  background-image: url("images/casino/DreamGaming.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.live4 {
  background-image: url("images/casino/Ebet.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.live5 {
  background-image: url("images/casino/EvolutionGaming.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.live6 {
  background-image: url("images/casino/GamePlay.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.live7 {
  background-image: url("images/casino/Microgaming.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.live8 {
  background-image: url("images/casino/playTech.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.live9 {
  background-image: url("images/casino/SAgaming.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.live10 {
  background-image: url("images/casino/SexyGaming.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.live11 {
  background-image: url("images/casino/WMcasino.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}

.slot1 {
  background-image: url("images/slot/918Kiss.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.slot2 {
  background-image: url("images/slot/AGgaming.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.slot3 {
  background-image: url("images/slot/AsiaGaming.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.slot4 {
  background-image: url("images/slot/Gameplay.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.slot5 {
  background-image: url("images/slot/GG gaming.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.slot6 {
  background-image: url("images/slot/Mega888.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.slot7 {
  background-image: url("images/slot/Microgaming.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.slot8 {
  background-image: url("images/slot/NextSpin.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.slot9 {
  background-image: url("images/slot/PargmaticPlay.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.slot10 {
  background-image: url("images/slot/PlaynGo.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.slot11 {
  background-image: url("images/slot/PlayTech.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.slot12 {
  background-image: url("images/slot/SpadeGaming.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.slot13 {
  background-image: url("images/slot/TopTrendGaming.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.slot14 {
  background-image: url("images/slot/Ultimate.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.fish1 {
  background-image: url("images/FishingGod.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.fish2 {
  background-image: url("images/GGFishing.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.fish3 {
  background-image: url("images/PlayTech.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.fish4 {
  background-image: url("images/918Kiss.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}

.poker1 {
  background-image: url("images/slot/918Kiss.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.poker2 {
  background-image: url("images/slot/AsiaGaming.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.poker3 {
  background-image: url("images/PlayTech.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.poker4 {
  background-image: url("images/PlayTech.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}

.carousel-indicators li {
  padding: 0 !important;
}
.message .modal-header {
  border-bottom: none !important;
}

.more-details .modal-footer {
  justify-content: center !important;
  border-top: none !important;
}

.more-details .bg_red {
  background-color: #0060a1;
  color: white;
}

.messagefooter .bg_red {
  background-color: #d44534;
  color: #fff;
}
.carousel-indicators li {
  width: 20px !important;
  height: 1px !important;
  background: white !important ;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  margin: 0 0.03rem !important;
  -webkit-border-radius: 100%;
  border-radius: 50% !important;
}

.carousel-indicators li :active {
  background: #ffb514 !important;
  opacity: 1;
}

.changegame {
  white-space: nowrap;
}

.tab button:focus {
  outline: none !important;
  outline: none !important;
}

.reward .card {
  border: none !important;
}
.code-list {
  display: flex;
  margin-top: 1rem;
}
.code-list div {
  width: 4rem;
  font-size: 12px;
  margin: 0 12px;
  text-align: center;
  line-height: 1;
}

.faq h1 {
  padding: 1.25rem;
}
.faq .card {
  margin: 0 1.25rem;
  position: relative;
  border: none !important;
}
.faq .btn-link {
  color: #333 !important;
}
.icon-privacy {
  position: absolute;
  right: 0;
  padding-right: 9px;
}
.rotate {
  transform: rotate(180deg);
}
.faq .btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.faq .btn-link.focus,
.btn-link:focus {
  text-decoration: none !important;
}
.coupon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(images/rp-banner-share.png);
  background-size: cover;
  height: 11rem;
  width: auto;
  margin: 7% 18%;
  margin-top: 10%;
  text-align: center;
}
.share-coupon {
  display: flex;
  justify-content: center;
  margin: 2rem;
  margin-top: 0.5rem;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  background-color: #fff;
}
.share-coupon .share {
  background-color: #fdb813;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  width: 48%;
  padding: 0.1rem;
}
.coupon .coupon-title {
  font-size: 16px;
  color: #000000;
}
.share-coupon .share,
.share-coupon .box {
  border: none;
}

.about-one {
  height: 31rem;
}
.about-text {
  position: relative;
  display: flex;
  font-size: 17px;
  color: black;
  top: -12rem;
  margin-left: 2rem;
  font-weight: bold;
}
.text-desc {
  position: relative;
  display: flex;
  font-size: 1.4rem;
  color: black;
  top: -12rem;
  width: 19rem;
  margin-top: 5px;
  margin-left: 2rem;
  line-height: 1.2;
}
.about_image1 {
  background-image: url(images/landing-about-1-en.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  height: 140px;
  width: auto;
}
.about_image2 {
  background-image: url(images/leaderboard/leaderboard/ui/Prize.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 140px;
  width: auto;
}
.about_image3 {
  background-image: url(images/landing-about-3-en.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  height: 140px;
  width: auto;
}
.about_image4 {
  background-image: url(images/landing-about-4-en.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  height: 140px;
  width: auto;
}
.about {
  height: 146px;
  background-color: rgba(0, 0, 0, 0.2);
}
.leaderboardtop {
  background-image: url("images/leaderboard/leaderboard/LeaderBoardBanner.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 475px;
}

.generalactive {
  color: #0070d1;
}

.imgcontainer {
  position: relative;
  float: right;
}
.termsdetails h4 {
  font-weight: bold;
  font-size: 15px;
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}
.termsdetails li {
  display: list-item;
  list-style: decimal;
  font-size: 15px;
}
.termscontainer {
  padding: 1rem;
  background-color: whitesmoke;
}
.termsdetails p {
  font-size: 15px;
}

.ourmission {
  padding: 25px;
  padding-top: 10px;
}
.ourmission .head {
  font-size: 20px;
  font-weight: bold;
  padding-left: 0px;
  color: #959494;
}
.ourmission .mission-content {
  font-size: 15px;
  color: black;
}
.ourmission .mission-content .storyhead {
  color: #0066d1;
}
.storyheads {
  color: #0066d1;
}

.mission-img {
  width: 30%;
  float: left;
  padding-top: 3px;
}
.story-one {
  overflow: auto;
  padding-left: 21px;
  padding: 15px;
  color: #7e8c8d;
}
.monthlylabel {
  color: #fff;
  width: auto;
  margin: 0 1.2rem;
  font-size: 15px;
  border-bottom: 2px solid #d45534;
}
.tab1 {
  background-color: #333;
  height: 46px;
}
.rankboard {
  width: auto;
  margin: 0.2rem 0.3rem;
  background: -webkit-linear-gradient(#fff 30%, #f6d15f 80%);
  background: -o-linear-gradient(#fff 30%, #f6d15f 80%);
  background: linear-gradient(#fff 30%, #f6d15f 80%);
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  font-size: 15px;
  padding: 0.2rem;
  padding-bottom: 0;
}
.rankboard .categoriesrank {
  display: flex;
}

.rankboard .categoriesrank li {
  padding: 1rem;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categoriesrank .hr {
  border: none;
  background-color: #fff;
}
.rankboard .categoriesrank img {
  width: 36%;
  padding-right: 0.2rem;
}
.categoriesrank li:hover {
  color: blue;
}

.rankboard .categoriesrank div {
  padding: 1rem;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categoriesrank .hr {
  border: none;
  background-color: #fff;
}
.rankboard .categoriesrank img {
  width: 36%;
  padding-right: 0.2rem;
}

.actives div:focus {
  outline: none;
}
.memberbanks div:focus {
  outline: none;
}

.categoriesrank .nav-link.active {
  color: blue !important;
  background-color: white !important;
}

.rankboard .nav-tabs .nav-link {
  border: none !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.categoriesrank .nav-tabs {
  border-bottom: none !important;
}

.rankboard .memberbank .active {
  background-color: #fdb813 !important;
}

.rankboard .memberbank {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.rankboard .memberbank li {
  width: 17%;
  text-align: center;
  padding: 0.2rem 0;
}
.rankboard .memberbank li:hover {
  background-color: #fdb813;
}

.rankboard .memberbank div {
  width: 17%;
  text-align: center;
  padding: 0.2rem 0;
}
.rankboard .memberbank div:hover {
  background-color: #fdb813;
}
.memberbank img {
  width: 69%;
}
.content-list {
  background-color: #fff;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  font-size: 15px;
  padding: 1rem;
}
.content-list1 {
  background-color: #fff;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  font-size: 15px;
  padding: 1rem;
}
.monthlybg {
  display: flex;
  background-color: #363942;
  color: #fff;
  font-size: 0.5rem;
  padding: 3%;
}
.firstpoint {
  position: relative;
}
.list_one {
  width: 5rem;
  top: 7rem;
  position: absolute;
}
.list_two {
  width: 5rem;
  top: 13rem;
  position: absolute;
}
.list_three {
  width: 5rem;
  top: 19rem;
  position: absolute;
}
.firstpoint {
  border-collapse: separate;
  border-spacing: 0 1.17em;
}
.winner1 {
  background-color: #013b7a;
  color: #fff;
}
.winnerone {
  background-color: #013b7a;
  color: #fff;
}
.winner2 {
  background-color: #014da1;
  color: #fff;
}
.winnertwo {
  background-color: #014da1;
  color: #fff;
}
.winner3 {
  background-color: #256ab7;
  color: #fff;
}
.winnerthree {
  background-color: #256ab7;
  color: #fff;
}
.content-list thead tbody tr:nth-child(2) {
  text-transform: uppercase;
}

marquee {
  animation: marquee-extend 5s linear infinite alternate;
  width: 100% !important;
}
.prixe {
  color: #fff;
  white-space: nowrap;
}
.infoprize {
  color: #333;
}

.winner1,
.winner2,
.winner3 {
  border-collapse: separate;
  border-spacing: 0 15px;
}
.prizefoooter {
  border-top: none !important;
  justify-content: center !important;
}

.infocenter-header {
  background-color: #0060a1;
  text-align: center;
  padding: 10px 15px;
  font-family: Arial;
  margin: 0 auto;
}
.infocenter-header span {
  color: #fff;
}
.infocentre-container {
  max-width: 960px;
  margin: 0 auto;
}
.infocentre-container .infocentre-content {
  background-color: white;
  width: 100%;
  display: inline-block;
}
.info-menu {
  width: 100%;
  display: flex;
  margin-bottom: 0.3rem;
}
.info-centre {
  font-family: Arial;
  color: #8d8d8d;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  border-right: none;
  padding: 0px 10px 0px;
  display: inline-flex;
  white-space: nowrap;
}
.info-centre img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  height: 1.3rem;
}

.info-centre .info-centreimg {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  height: 1.99rem;
}

.info-hr {
  border: 1px solid #d3d3d3;
}
.info-centre span {
  color: #0060a1;
}
.info-para {
  padding: 0.3rem 0.5rem 0rem 0.5rem !important;
}
.infocentre-card {
  margin: 6px 8px;
}
.infocentre-card .btn-link {
  color: #333 !important;
}

.adjust {
  margin-left: -5px;
}
.info-list {
  margin-top: -1rem;
}
.info-list .nav-tabs .nav-item {
  display: inline-block;
  margin: 1% 0;
  padding-left: 0.5%;
  padding-right: 1.1%;
  border-right: 1px #c0c0c0 solid;
}
.info-list .nav-tabs {
  color: #8d8d8d;
  text-align: center;
  list-style: none;
  padding: 0.9rem 0.9rem 0rem 1rem;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: 13px;
  justify-content: center;
}

.info-list .nav-tabs {
  border-bottom: none !important;
}

.info-list1 {
  margin-top: -1rem;
}
.info-list1 .nav-tabs .nav-item {
  display: inline-block;
  margin: 1% 0;
  padding-left: 0.5%;
  padding-right: 1.1%;
  border-right: 1px #c0c0c0 solid;
}
.info-list1 .nav-tabs {
  color: #8d8d8d;
  text-align: center;
  list-style: none;

  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: small;
  padding: 0.9rem;
  justify-content: center;
}

.info-list1 .nav-tabs {
  border-bottom: none !important;
}

.info-list2 {
  margin-top: -1rem;
}
.info-list2 .nav-tabs .nav-item {
  display: inline-block;
  margin: 1% 0;
  padding-left: 0.5%;
  padding-right: 1.1%;
  border-right: 1px #c0c0c0 solid;
}
.info-list2 .nav-tabs {
  color: #8d8d8d;

  list-style: none;
  padding: 0.9rem 0.9rem 0.9rem 2rem;
  display: flex;
  white-space: nowrap;
  font-size: small;
  justify-content: center;
}

.info-list2 .nav-tabs {
  border-bottom: none !important;
}
.info-list2 .active {
  color: #0066d2 !important;
}
.info-list1 .active {
  color: #0066d2 !important;
}
.infoactive {
  color: #0066d2 !important;
}

.info-list .active {
  color: #0066d2 !important;
}

.terms-background,
.terms-background .card {
  border: none !important;
}

.sport-text button {
  color: #333;
}
.sport-text p {
  font-size: 15px;
}

.leaderboard {
  background-image: url("images/promo/promotions11.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

#Smallchat .Messages,
#Smallchat .Messages_list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.chat_close_icon {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 12px;
  z-index: 9;
}
.chat_on {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 45px;
  height: 45px;
  right: 15px;
  bottom: 20px;
  background-color: transparent;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 9px;

  cursor: pointer;
  display: block;
}
.chat_on_icon {
  position: fixed;
  color: #fff;
  font-size: 25px;
  text-align: center;
  right: -20px;
  bottom: 10px;
}

#Smallchat .Layout {
  pointer-events: auto;
  box-sizing: content-box !important;
  z-index: 999999999;
  position: fixed;
  bottom: 20px;
  min-width: 50px;
  max-width: 300px;
  max-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 50px;
  box-shadow: 5px 0 20px 5px rgba(0, 0, 0, 0.1);
  -webkit-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
}

#Smallchat .Layout-right {
  right: 20px;
}

#Smallchat .Layout-open {
  overflow: hidden;
  min-width: 300px;
  max-width: 300px;
  height: 500px;
  max-height: 500px;
  border-radius: 10px;
  color: #fff;
  -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
}

#Smallchat .Layout-expand {
  height: 500px;
  min-height: 500px;
  display: none;
}
#Smallchat .Layout-mobile {
  bottom: 10px;
}
#Smallchat .Layout-mobile.Layout-open {
  width: calc(100% - 20px);
  min-width: calc(100% - 20px);
}
#Smallchat .Layout-mobile.Layout-expand {
  bottom: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  border-radius: 0 !important;
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#Smallchat .Messenger_messenger {
  position: relative;
  height: 100%;
  width: 100%;
  min-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#Smallchat .Messenger_header,
#Smallchat .Messenger_messenger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#Smallchat .Messenger_header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 40px;
  height: 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#Smallchat .Messenger_header h4 {
  opacity: 0;
  font-size: 16px;
  -webkit-animation: slidein 0.15s 0.3s;
  animation: slidein 0.15s 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#Smallchat .Messenger_prompt {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@-webkit-keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#Smallchat .Messenger_content {
  height: 450px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}
#Smallchat .Messages {
  position: relative;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

#Smallchat .Input {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 17px;
  padding-bottom: 15px;
  color: #96aab4;
  background-color: #fff;
  border-top: 1px solid #e6ebea;
}
#Smallchat .Input-blank .Input_field {
  max-height: 20px;
}
#Smallchat .Input_field {
  width: 100%;
  resize: none;
  border: none;
  outline: none;
  padding: 0;
  padding-right: 0px;
  padding-left: 0px;
  padding-left: 20px;
  padding-right: 75px;
  background-color: transparent;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px !important;
}
#Smallchat .Input_button-emoji {
  right: 45px;
}
#Smallchat .Input_button {
  position: absolute;
  bottom: 5px;
  width: 25px;
  height: 25px;
  padding: 0;
  border: none;
  outline: none;
  background-color: white;
  cursor: pointer;
}
#Smallchat .Input_button-send {
  right: 15px;
}
#Smallchat .Input-emoji .Input_button-emoji .Icon,
#Smallchat .Input_button:hover .Icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#Smallchat .Input-emoji .Input_button-emoji .Icon path,
#Smallchat .Input_button:hover .Icon path {
  fill: #2c2c46;
}

.overallpageheightrefer {
  height: 83%;
  overflow-y: scroll;
}
.gamecath li {
  height: 75px;
}

.gifposition {
  position: absolute;
  top: 0;
  height: 25px;
  right: 0;
  object-fit: contain;
}

.slider-p a:hover {
  color: #fff;
  text-decoration: none;
}

.cp_share {
  font-size: 10px;
  color: #0066d2;
}
.faq-body {
  font-size: 15px;
  opacity: 0.9;
}
.faq .btn-link:hover {
  text-decoration: none;
}
.faq .faqcard {
  font-weight: bold;
}
.info-list ul li a {
  color: #7e8c8d !important;
}

.info-menu .info-centre a,
.info-menu .info-centre img:hover {
  text-decoration: none !important;
}

.faq_list .nav-tabs .nav-items .nav-link {
  color: #333 !important;
}
.faq_list a {
  color: #7e8c8d !important;
}
.faq_list a:hover {
  color: #007bff !important;
}
.info-list2 ul li a {
  color: #7e8c8d !important;
}

.info-para span {
  color: #7e8c8d;
}
.icon .btn-link:hover {
  color: #6d6d6d;
  text-decoration: none !important;
}
.icon .btn-link {
  font-weight: 500;
}
.deposittab .nav-tabs .nav-link {
  background-color: whitesmoke;
  color: #6d6d6d;
}
.deposittab .nav-tabs .nav-link:focus {
  background: #fdb70e;
  color: #004997;
}

.deposittab .nav-tabs .nav-link {
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 0.14rem;
  border-top-right-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;

  text-shadow: none;
  border: none;
  margin: 0;
  padding: 10px;
  font-size: 12px;
  color: #6d6d6d;
}

.profile_edit_button {
  background-color: #0066d1 !important;
  border-radius: 10px;
  color: white;
  width: 30px;
}
.referralcard {
  font-weight: bold;
  color: #333 !important;
}
.rank-font {
  font-size: 15px;
}
.category {
  width: 25%;
  text-align: center;
}
.four-categories {
  display: flex;
  margin-top: 0.3rem;
}
.terms_underline {
  font-style: italic;
  text-decoration: underline;
}

.applymodalmodifiy input,
.applymodalmodifiy textarea {
  background-color: #e1e1e1 !important;
  font-size: 1rem;
  padding: 0 1rem;
  height: 45px;
  color: #40434b !important;
  border-color: transparent !important;
  outline: none;
}
.more-details .leadersearch {
  width: 150px !important;
  margin-left: 12px;
}
.applymodalmodifiyleader
  .select2-container--default
  .select2-selection--single {
  width: 150px;
}

.applymodalmodifiyleader
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  height: 26px;
  position: absolute;
  top: 1px;
  right: -46px;
  width: 20px;
  left: 52px !important;
}
.applymodalmodifiyleader
  .select2-container--default
  .select2-selection--single {
  background-color: #e1e1e1 !important;
  font-size: 13px;
  padding: 0 1rem;
  height: 45px;
  color: #40434b !important;
  border-color: transparent !important;
  outline: none;
}
.active-tab {
  content: url("images/faq_ov.png");
}
.span-color {
  color: rgb(0, 112, 209) !important;
}

.radio-container {
  padding-left: 0.6rem;
  align-items: center;
  display: grid;
  grid-template-columns: auto 3rem;
  margin-top: 6px;
}
.deposit-bank-account-img-icon-grid {
  display: grid;
  grid-template-columns: 12% 17% auto;
  align-items: center;
}
.icon_myaccount_banking_mbb {
  width: 2.01rem;
  height: 2.01rem;
  display: inline-block;
  background: url(./images/Mask%20Group%208.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.icon_myaccount_banking_cimb {
  width: 2.01rem;
  height: 2.01rem;
  display: inline-block;
  background: url(./images/newsroom-generic-logo.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.icon_myaccount_banking_pbb {
  width: 2.01rem;
  height: 2.01rem;
  display: inline-block;
  background: url(./images/PBB.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.icon_myaccount_banking_hld {
  width: 2.01rem;
  height: 2.01rem;
  display: inline-block;
  background: url(./images/HLB.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.icon_myaccount_banking_rhb {
  width: 2.01rem;
  height: 2.01rem;
  display: inline-block;
  background: url(./images/images.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.m_bank_offline {
  background: #30e100;
  color: white;
  font-size: 9px;
  padding: 0.03rem 0.1rem;
  height: 1.02rem;
  width: 40px;
  margin-right: 3px;
}

.white-dot {
  height: 0.4rem;
  width: 0.4rem;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}
.m_bank_online {
  background: #30e100;
  color: white;
  font-size: 9px;
  padding: 0.03rem 0.1rem;
  height: 1.02rem;
  width: 40px;
  margin-right: 3px;
}
.checkbox_content {
  padding: 0 3rem;
}
.deposit-copy {
  width: 0.63rem;
  height: 0.69rem;
  display: inline-block;
  background: url(./images/copy.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.copy-depozit-pos {
  position: absolute;
  top: 82%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3.17rem;
}

.ui-input-text {
  background: #0060a1;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 2rem;
  padding: 0 0.5rem;
  opacity: 1;
  border-radius: 3px;
  width: 100%;
}
.ui-shadow {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.depo_img_copy {
  position: absolute;
  right: 16px;
  max-height: 90px;
  height: 1.95rem;
  top: 10px;
}
.inbox-deposit tr .row-t {
  border-top: none;
}
.inbox-deposit {
  border: none;
}
.inbox-deposit .row-bg {
  background-color: rgb(240, 240, 240);
}
.fundsoverallpageheight {
  min-height: 50%;
  overflow-y: scroll;
}
.promooverallpageheight {
  max-height: 74%;
  overflow-y: scroll;
}
.depooverallpageheight {
  overflow-y: scroll;
  max-height: 87%;
}
.forcolor {
  background-color: #fff;
  height: 4px;
}

.pokercred {
  color: #b3c1cf;
  font-size: 15px;
}
.leaderactive .active {
  color: blue;
}
.leadertable th {
  font-weight: normal;
}
.modalleader,
.searchleader .modalleader {
  font-size: 17px;
}
.leader-main .leaderselect .modalleaders p,
li {
  font-size: 13px;
  text-align: justify;
  margin-left: -15px;
}
.prixe-underline {
  text-decoration: underline;
  text-decoration-color: #fff;
}

.prixe-underlines {
  text-decoration: underline;
  text-decoration-color: #333;
}

.contact-Us li {
  padding-top: 1rem;
}
.week {
  color: #333;
  font-weight: normal !important;
}

.handle {
  position: relative;
}

.calendar-pos i {
  position: absolute;
  top: 15px;
  right: 11px;
  cursor: pointer;
}

.contentText {
  font-size: 13px !important;
}

.titleText {
  font-size: 14px !important;
  font-weight: bold;
}

.buttonText {
  font-size: 13px !important;
  text-align: center !important;
  width: 70%;
}
