:root {
  --primary-color: #020202;
  --primary-light: #350b2d;
  --primary-button: #000;
  --footer-bg: #000;
  --footer-text: #fff;
  --card-bg: #5949b3;
  --nav-header-bg: #3a0c63;
  --accent-white: #fff;
  --accent-warning: #3a0c63;
  --body-bg: #eaedff;
}
body {
  background: #ffffff;
  color: #5949b3;
}
.modal-header {
  background: var(--nav-header-bg);
}
.modal-body {
  background: var(--body-bg);
}
p {
  color: #ffffff;
}

.navbar {
  background: var(--nav-header-bg) !important;
}
.modal,
#loading-bg,
#sidebar {
  z-index: 999999999999;
}
[name="bank_details"],
.text-center.tbmar-20 a,
[type="submit"],
.download-page div a,
.wts-flt-btn a,
#noticeboard div a,
.btn-white {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f4ba2e), to(#fea036));
  background-image: -o-linear-gradient(bottom, #f4ba2e 0%, #fea036 100%);
  background-image: linear-gradient(0deg, #f4ba2e 0%, #fea036 100%);
  border-style: solid;
  border-width: 1px;
  border-color: #fea036;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(32, 29, 30, 0.25);
  box-shadow: 0px 3px 2px 0px rgba(32, 29, 30, 0.25);
  padding: 5px 15px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 900;
  transition: all 0.3s;
}
[name="bank_details"]:hover,
.text-center.tbmar-20 a,
[type="submit"]:hover,
.download-page div a:hover,
.wts-flt-btn a:hover,
#noticeboard div a:hover,
.btn-white:hover {
  /* box-shadow: 11px 11px 32px rgba(255, 82, 1, 0.2), -11px -11px 32px rgba(255, 200, 39, 0.4); */
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%) !important;
}
.home-sl2-box {
  z-index: 9;
}
.home-sl2-box,
.tb-10 .game-list-inner:first-child[style="background: #1f1f1f;color: #ffe301;"] {
  /* background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%) !important;

  margin: 14px 0 10px;
  box-shadow: -3.828px -3.828px 6px 0px rgba(255, 200, 39, 0.4), 3px 5px 8px 0px rgba(255, 82, 1, 0.2);
  position: relative;
  overflow: hidden;
  padding: 10px 10px 10px; */
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  border: 0;
  background: none;
}
.tb-10 .game-list-inner:first-child[style="background: #1f1f1f;color: #ffe301;"]::before,
.tb-10 .game-list-inner:first-child[style="background: #1f1f1f;color: #ffe301;"]::after,
.home-sl2-box::before,
.home-sl2-box::after {
}
.tb-10 .game-list-inner:first-child[style="background: #1f1f1f;color: #ffe301;"]::before,
.home-sl2-box::before {
}
.home-sl2-box::after {
}

.home-sl2-box * {
  z-index: 999999;
  position: relative;
  color: #ffffff !important;
  font-weight: 700;
  display: inline-block;
}
.home-sl2-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  border: 1px solid #6c0092;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(32, 29, 30, 0.25);
  box-shadow: 0px 3px 2px 0px rgba(32, 29, 30, 0.25);
  padding: 5px 10px;
  font-size: 24px;
  line-height: 26px;
  color: #fff !important;
  background: #3a0c63 !important;
  width: calc(100% - 10px);
  margin: 0 auto 0;
}
.home-sl2-box span {
  /* font-size: 15px; */
  display: block;
  margin: 7px 0 0;
  font-weight: 800;
  text-shadow: 1px 1px 2px #ffffff;
  color: #3a0c63 !important;
  text-transform: uppercase;
}

.home-sl2-box br {
  display: none;
}

.download-page,
#noticeboard .modal-body div {
  text-align: right;
}
.download-page div p:nth-child(1),
#noticeboard div .modal-body p:nth-child(1) {
  font-size: 22px !important;
}
.download-page div p:nth-child(2),
#noticeboard div .modal-body p:nth-child(2) {
  font-size: 15px !important;
  line-height: normal !important;
  margin: 10px 0 26px;
}
.download-page div a,
#noticeboard div .modal-body a {
}

.noticebr {
  background: none;
}
.noticebr {
}
#scroll-text {
  animation: none;
  transform: none;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin: 3px 0 3px;
  display: block;
  color: #5949b3;
  text-transform: uppercase;
}
.row.game-list-inner {
  background: #3a0c63 !important;
  /* font-size: 16px; */
  color: var(--accent-white) !important;
  padding: 5px 0 1px;
  border: 0;
  margin: 0;
  /* box-shadow: -4.828px -4.828px 12px 0px rgba(255, 200, 39, 0.4), 3px 5px 15px 0px rgba(255, 82, 1, 0.2); */
  color: #ffffff !important;
  font-weight: 700;
  border: 3px solid #ffffff5c;
  /* margin: 0 0 7px; */
  border-style: double;
}
.modal + .row.game-list-inner,
.row.game-list-inner:last-of-type {
  border-bottom: 1px solid rgb(255 255 255 / 60%);
  border-bottom-style: dashed;
}
.row.game-list-inner h2 {
  color: #ffffff !important;
}
.game-rates p {
}
.tb-10 .game-list-inner:first-child[style="background: #1f1f1f;color: #ffe301;"] {
  padding-bottom: 6px;
}
.tb-10 .game-list-inner:first-child[style="background: #1f1f1f;color: #ffe301;"] * {
  color: #ffffff !important;
}
.game-list-box .gameName {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}
.game-list-inner i {
  display: block;
  margin: 0 0 -6px;
  color: #ffffff;
  /* box-shadow: -3.828px -3.828px 6px 0px rgba(255, 200, 39, 0.4), 3px 5px 8px 0px rgba(255, 82, 1, 0.2); */
  display: inline-block;
  border-radius: 50%;
  padding: 2px 4px 3px;
  margin: 0 0 1px;
}
.home-sl-box,
.gdash3 {
  font-size: 17px !important;
  display: block;
  margin: 10px 0 10px;
  padding: 6px 0;
  color: var(--card-bg) !important;
  font-weight: 600 !important;
  background-image: linear-gradient(7deg, #fba733 0%, #fba534 100%);
  border: 2px solid #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(32, 29, 30, 0.25);
  box-shadow: 0px 3px 2px 0px rgba(32, 29, 30, 0.25);
  padding: 5px 10px;
  font-size: 24px;
  line-height: 26px;
  color: #ffffff !important;
}
.game-play {
}
.game-list-box .gameResult {
  display: inline-block;
  background-image: linear-gradient(0deg, #f4ba2e 0%, #fea036 100%);
  padding: 7px 10px 6px !important;
  border-radius: 4px;
  font-size: 19px;
  margin: 2px 0 0;
}
.game-list-box .gameoff {
  color: #ff2c2c;
  font-weight: 600;
  margin: 2px 0 2px;
  background: #fff;
  border-radius: 4px;
  width: max-content;
  text-align: center;
  margin: 7px auto 7px;
  padding: 0 10px 0;
  font-size: 12px;
}
#footer-bar {
  background: var(--nav-header-bg);
  box-shadow: 0 -10px 11px -6px rgb(0 0 0 / 66%);
}
.wts-flt-btn a {
  font-size: 23px;
}
#footer-bar a {
  border-right: 1px solid rgb(255 255 255 / 60%);
}
#footer-bar a i {
  font-size: 22px;
}
#footer-bar a span {
  font-size: 13px;
  opacity: 1;
  color: var(--accent-white);
}
#sidebar ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#sidebar ul.components {
  padding: 10px 0 0;
  border: 0;
}
a.download {
}
a.article {
}
a.article,
a.download {
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%) !important;
  margin: 0 0 12px !important;
  display: block !important;
  font-size: 22px !important;
  color: #ffffff !important;
  font-weight: 700;
}
#content {
  padding-bottom: 100px;
}

.mplist {
  color: #ffffff;
}
.card {
  background: #3a0c63 !important;
  color: #ffffff !important;
  font-weight: 700;
  border: 1px solid rgb(255 190 0 / 60%);
  margin: 20px 0 0;
  padding: 10px 10px 10px;
}

.card input {
}
.form-group label {
  margin: 0 0 10px;
  display: block;
}
.form-group .form-control {
  font-family: sans-serif;
  /*color: rgba(255, 255, 255, 0.8);*/
  /*background: #350b2d;*/
  border: 1px solid #eae9f9;
  background: #f7fbff;
  border-radius: 4px;
  font-size: 12px;
  color: #5949b3;
  font-weight: 600;
  padding: 9px 10px 8px;
}
.form-group .form--control:hover,
.form-group .form--control:focus {
  /*color: #fff;*/
  /*background: #350b2d;*/
  border: 1px solid rgba(255, 200, 39, 0.6) !important;

  outline: 0 !important;
  box-shadow: none !important;
}

[type="submit"] {
}

.text-center.tbmar-20 p {
}
.text-center.tbmar-20 a {
}

.card .subheading {
  color: #ffffff !important;
  font-weight: 700;
}

.notifications .t,
.notifications .time {
  color: #ffffff !important;
  font-weight: 700;
}
.container > .tb-10 h3 + span[style="font-size:12px;"],
.container > .tb-10 h1 + span[style="font-size:12px;"] {
  color: var(--accent-warning) !important;
}

.history-list-box {
  background: var(--nav-header-bg) !important;
  padding: 5px 0 1px;
  margin: 0;
  color: var(--accent-warning) !important;
  font-weight: 700;
  border: 3px solid rgb(255 255 255 / 60%);
  border-style: double;
  border-bottom: 0;
}
.gm-name {
  color: var(--accent-white);
}

.history-list-box + .btn-theme,
.history-list-box + .btn-theme + .btn-theme {
  box-shadow: 11px 11px 32px rgba(255, 82, 1, 0.2), -11px -11px 32px rgba(255, 200, 39, 0.4);
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%) !important;
  margin: 10px 0 0;
}
.history-list-box + .btn-theme.disabled,
.history-list-box + .btn-theme + .btn-theme.disabled {
}
.history-list-box .fixed,
.history-list-box .fixed-credit {
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
}

.btn.menu-btn i {
  -webkit-text-stroke: unset !important;
}
.game-list-box .gameon {
  font-weight: 600;
  margin: 2px 0 2px;
  background: #fff;
  border-radius: 4px;
  width: max-content;
  text-align: center;
  margin: 7px auto 7px;
  padding: 0 10px 0;
  color: green;
  font-size: 12px;
}
.text-center.tbmar-20 p[style="color: #ff9b9b;"] {
  font-weight: 700;
  text-shadow: 1px 1px 2px #000000ba;
}
.card-full-page {
  background: #3a0c63;
  color: #fff;
}

img {
 
}
.subheading {
  color: #fff;
}
.history-list-box .fixed-debit {
  background: #e91e63;
}
.bid-row {
  color: #fff;
}
#content .container .tb-10 .tbmar-40.text-center > p {
  color: var(--footer-bg);
}
#noticeboard .modal-body p {
  color: #111;
}
.bidoptions-list [type="reset"],
.bidoptions-list [type="submit"] {
  padding: 5px 0 5px;
  height: auto;
  font-weight: 600;
  font-size: 16px;
  text-shadow: 1px 1px 2px #1111118f;
  box-shadow: 0px 3px 2px 0px rgba(32, 29, 30, 0.25);
}
.bidoptions-list [type="reset"] {
  color: #fff;
  background-image: linear-gradient(0deg, #03a9f4 0%, #00bcd4 100%);
}
.bidoptions-list [type="submit"] {
}
.bidinputdiv lable {
  font-size: 16px;
}
.bid-time {
  color: #fff;
}
#sidebar,
#dismiss {
  background: var(--nav-header-bg) !important;
}
[src="assets/img/app-home.webp"] + div p {
  color: #111;
}


.text-black p{
color: #111;	
}
