@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

body {
  touch-action: pan-y;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  overflow-y: auto;
  min-height: 100%;
  margin: 0;
  background: #000;
  color: #bcbcbc;
}

main {
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

body {
  max-width: 730px;
  margin: 0 auto;
  box-shadow: 10px 0 10px 0px rgba(0, 0, 0, 0.2),
    -10px 0 10px 0px rgba(0, 0, 0, 0.2);
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

button {
  background: none;
  border: 0;
}

button:focus {
  outline: 0;
}

header {
  padding: 10px 20px;
  left: 0;
  top: 0;
  z-index: 99;
  height: 60px;
  background: #000;
  color: #fff;
  max-width: 730px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
}
header .logo img {
  width: 122px;
  height: 28px;
}

header .logo {
  display: block;
  z-index: 0;
}

main {
  padding: 0;
  margin: 0;
}

main.has-header {
  padding-top: 60px;
}

main.has-footer {
  padding-bottom: 80px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.25rem);
  padding-left: var(--bs-gutter-x, 1.25rem);
  margin-right: auto;
  margin-left: auto;
}

a {
  text-decoration: none;
}

.vh-auto {
  min-height: 80vh !important;
  height: auto;
}

.br-8 {
  border-radius: 8px;
}

.bg-blur {
  background-color: rgb(255 255 255 / 5%);
  backdrop-filter: blur(20px);
  padding: 20px;
}

.bg-grey {
  background: #1b1b1b;
}

.text-lime {
  color: #dcaa35 !important;
}

.text-red {
  color: #ea281f !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.btn {
  /*width: 100%;*/
  color: #000;
  padding: 8px 16px;
  border-radius: 8px;
  border: solid 1px #dcaa35;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(255, 255, 255, 0.19) 48.96%, rgba(0, 0, 0, 0.19) 53.65%), linear-gradient(90deg, #986C2B 0%, #FFDD85 50.94%, #986C2B 100%) !important; */
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  display: block;
  background: linear-gradient(180deg, #ffd66f 0%, #8b5300 100%);
}

.btn-round {
  border-radius: 25px;
}

.btn-small {
  padding: 4px 10px;
  font-size: 12px;
}

.btn-login {
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  border: solid 1px #535353;
  background: linear-gradient(180deg, #535353 0%, #000 100%);
  font-size: 14px;
  font-weight: 600;
  width: 90px;
  text-align: center;
  cursor: pointer;
}

.btn-register {
  color: #000;
  padding: 8px 16px;
  border-radius: 8px;
  border: solid 1px #dcaa35;
  background: linear-gradient(180deg, #ffd66f 0%, #8b5300 100%);
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(255, 255, 255, 0.19) 48.96%, rgba(0, 0, 0, 0.19) 53.65%), linear-gradient(90deg, #986C2B 0%, #FFDD85 50.94%, #986C2B 100%) !important; */
  font-size: 14px;
  font-weight: 600;
  width: 90px;
  text-align: center;
  cursor: pointer;
}

.btn:hover {
  color: #000 !important;
}

.img-br {
  border-radius: 12px;
}

.content {
  font-size: 14px;
}

.content p {
  color: #757575;
  font-weight: 300;
}

.mt-05 {
  margin-top: 5px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.tbr {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.bbr {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/*-----Login & Registration-----*/

.login {
  width: 100%;
}

.login .logo {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.login .logo img {
  width: 122px;
  height: 28px;
}

.login a {
  text-decoration: none;
  color: #c1c1c1;
}

.login .mobile-number {
  font-size: 16px !important;
  font-weight: 600;
}

.login input[type="text"].tac-code::placeholder {
  /* Firefox, Chrome, Opera */
  text-align: center;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  /*margin-top: 20px;	
  margin-bottom: 50px;*/
  width: 250px;
  margin: 20px auto 50px;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  @media (max-width: 768px) {
    font-size: 14px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #6e6e6e;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
  border: solid 1px #6e6e6e;
  margin-bottom: 6px;
  font-weight: 600;
}

.stepper-item.active .step-counter {
  /*background-color: #4bb543;*/
  border: solid 1px #d1ff40;
  background: linear-gradient(180deg, #d1ff40 0%, #80a800 100%);
  color: #000;
}

.stepper-item.completed .step-counter {
  /*background-color: #4bb543;*/
  border: solid 1px #d1ff40;
  background: linear-gradient(180deg, #d1ff40 0%, #80a800 100%);
  color: #000;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #d1ff40;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

/*.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}*/

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

/*-----PopUp-----*/

.noticeBox .modal-dialog {
  width: 75%;
  margin: 0 auto;
}

.noticeBox .modal-content {
  background: #d5d5d5;
  border-radius: 16px;
}

.noticeBox h2 {
  font-size: 20px;
  font-weight: 600;
}

.noticeBox h5 {
  font-size: 14px;
  font-weight: 600;
}

.noticeBox p {
  font-size: 12px;
  color: #757575;
  line-height: 16px;
}

.noticeBox b {
  font-size: 14px;
}

.noticeBox img {
  width: 80px;
  padding: 0 10px;
}

.noticeBox .btn {
  font-size: 18px;
  font-weight: 500;
  width: 50%;
  border-radius: 30px;
  padding: 5px 10px;
}

.noticeBox .modal-content {
  padding: 10px 20px;
}

.noticeBox .transaction-id {
  color: #26a17b;
}

.popup-modal .modal-dialog {
  width: 75%;
  margin: 0 auto;
}

.popup-modal .modal-content {
  background: #d5d5d5;
  border-radius: 16px;
}

.popup-modal h2 {
  font-size: 20px;
  font-weight: 600;
}

.popup-modal p {
  font-size: 12px;
  color: #6a6a6a;
  line-height: 16px;
}

.popup-modal .btn {
  font-size: 18px;
  font-weight: 500;
  width: 50%;
  border-radius: 30px;
  padding: 5px 10px;
}

.popup-modal .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.deposit-guide .modal-dialog {
  width: 75%;
  margin: 0 auto;
}

.deposit-guide .modal-content {
  background: #d5d5d5;
  border-radius: 16px;
}

.deposit-guide .txt {
  margin-left: 5px;
}

.deposit-guide h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}

.deposit-guide p {
  font-size: 12px;
  color: #9b9b9b;
  line-height: 16px;
  margin-bottom: 0px;
}

.deposit-guide .small {
  font-size: 12px;
  color: #9b9b9b;
  line-height: 16px;
}

.deposit-guide .btn {
  font-size: 18px;
  font-weight: 500;
  width: 50%;
  border-radius: 30px;
  padding: 5px 10px;
}

.deposit-guide .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.deposit-guide .step {
  background: #f2f2f2;
  margin: 10px 0;
  padding: 14px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  text-align: left;
}

.deposit-guide .step img {
  width: 80px;
  padding: 0 10px;
}

.deposit-guide input[type="checkbox"] {
  accent-color: #d5d5d5;
}

.add-new-bank .modal-dialog {
  width: 75%;
  margin: 0 auto;
}

.add-new-bank .modal-content {
  background: #d5d5d5;
  border-radius: 16px;
}

.add-new-bank h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}

.add-new-bank .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

/*-----Modal-----*/

.modal-dialog {
  margin: 20px;
}

.modal-content {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border: 2px solid #dcaa35;
}

.modal-header .btn-close {
  position: absolute;
  top: -30px;
  right: 10px;
  /*filter: brightness(0) invert(1);*/
  opacity: 1;
  font-size: 20px;
}

.modal.popupbox .modal-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  padding: 10px 0;
  border: 0;
}

.modal.popupbox .modal-title {
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
}

.modal.popupbox .modal-body {
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 12px;
  color: #808080;
  padding: 24px;
  border-radius: 20px;
}

.modal.popupbox .modal-body strong {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.modal.popupbox table {
  width: 100%;
  text-align: center;
  background: #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}

.modal.popupbox table tbody {
  background: #f2f2f2;
}

.modal.popupbox table thead th {
  padding: 10px 0;
  color: #000;
  font-weight: 600;
}

.modal.popupbox table tbody td {
}

.modal.popupbox table tbody tr:first-child td:first-child {
  border-top-left-radius: 20px;
}

.modal.popupbox table tbody tr:first-child td:last-child {
  border-top-right-radius: 20px;
}

.modal.popupbox table tbody tr:first-child td {
  padding-top: 14px;
}

.modal.popupbox table tbody tr:last-child td {
  padding-bottom: 14px;
}

.modal.popupbox table tbody tr td {
  position: relative;
}

.modal.popupbox table tbody tr td:first-child:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
}

.modal.popupbox table tbody tr:first-child td:first-child:after {
  height: 60% !important;
  top: 15px;
}
.modal-dialog {
  position: absolute;
  max-width: 450px;
  /* width: 100%; */
  width: 95%;
}

.modal.popupbox table tbody tr:last-child td:first-child:after {
  height: 60% !important;
  bottom: 15px;
}

.modal.popupbox ol {
  margin-top: 10px;
  padding-left: 14px;
}

.modal.popupbox ol li {
  padding-left: 5px;
}

.modal.popuppromo .modal-header .btn-close {
  position: absolute;
  top: 14px !important;
  right: 14px !important;
  opacity: 1;
  font-size: 15px;
}

.modal.popuppromo .modal-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 15px 20px;
  border: 0;
  color: #000;
  font-weight: 600;
  justify-content: center;
  /* background: linear-gradient(180deg, #D1FF40 0%, #80A800 100%); */
  background: linear-gradient(180deg, #ffd66f 0%, #8b5300 100%);
}

.modal.popuppromo .modal-header h6 {
  text-align: center;
  font-weight: 600 !important;
  margin-bottom: 0;
}

.modal.popuppromo .modal-body {
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 12px;
  color: #fff;
  padding: 20px;
}

.modal.popuppromo .modal-body table {
  color: #fff;
  margin-top: 10px;
}

.modal.popuppromo .modal-body ol {
  padding-left: 10px;
}

/*-----SideNav-----*/

#mySidenav {
  height: 100%;
  width: 320px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -320px;
  background-color: #282828;
  overflow-x: hidden;
  transition: 0.5s;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 10px 0 15px -10px rgba(0, 0, 0, 0.1);
}

/*#mySidenav::before {
	content:"1";
	background: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
}*/

#mySidenav .container {
  padding: 10px 20px;
}

#mySidenav .closebtn {
  position: absolute;
  top: 0px;
  left: 20px;
  font-size: 36px;
}

#mySidebg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 99;
  display: none;
}

/* .language {
    display: flex;
    justify-content: flex-end;
} */

.lang-wrapper {
  background: #000;
  color: #fff;
  width: auto;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 20px;
}

.lang-nav {
  display: inline;
}

.lang-nav ul {
  margin: 0;
  /* padding: 0 0px 0 10px; */
  list-style: none;
  position: relative;
  display: inline-block;
}

.lang-nav li {
  cursor: pointer;
}

.lang-nav li ul {
  display: none;
}

.language:hover .lang-nav li ul {
  position: absolute;
  top: 29px;
  right: -15px;
  display: block;
  background: #333;
  width: 100px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
}

.lang-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}

.lang-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #333;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.lang-nav li ul li {
  position: relative;
  text-align: center;
  background: transparent;
  padding: 10px;
  z-index: 2;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  
}
.lang-nav li ul li:hover{
  
    background: linear-gradient(180deg, #ffd66f 0%, #8b5300 100%);
    cursor: pointer;
}

.lang-nav li ul li:last-of-type {
  padding-bottom: 15px;
}

.lang-nav li ul li span {
  padding: 0 5px 0 0;
}

.lang-nav li ul li span:hover,
.lang-nav li ul li span.active {
  color: #fff;
}

.lang-nav a {
  color: #fff !important;
}

.sl-flag {
  display: inline-block;
}

/*-----Sidebar-----*/

.wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.sidebar {
  width: 100%;
  height: auto;
  min-height: unset;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin: 0 auto;
  padding: 10px;
  gap: 10px;
  z-index: 999;
}

.sidebar a {
  padding: 5px 15px;
  margin: 0;
  text-decoration: none;
  background: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 12px;
  transition: 0.3s;
  box-shadow: 2px 2px 6px -2px #dcaa35;
  min-width: 90px;
}

.sidebar a.active {
  color: #000;
  background: linear-gradient(180deg, #ffd66f 0%, #8b5300 100%);
}

.sidebar a.active img {
  filter: brightness(0);
}

.sidebar a img {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: block;
  margin: 0 auto;
}

.sidebar span {
  display: block;
  margin-top: -5px;
  margin-bottom: 5px;
  font-weight: 600;
}

.main {
  width: calc(110% - 95px);
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  /* padding: 20px; */
  /* border: solid 1px #dcaa35; */
  margin: 0 auto;
  /* border-radius: 10px; */
  /* background: linear-gradient(180deg, #1c1c1c 0%, #000 100%); */
}
.main h1 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.main h1 img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.main .col {
  padding-bottom: 10px;
}
.hot {
  padding: 5px;
  border-radius: 20px;
  cursor: pointer;
}
.main span {
  display: block;
  margin-top: -5px;
  margin-bottom: 5px;
  font-weight: 600;
}

.main a span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 5px 5px 0 5px;
  margin: 0;
}

.main.bonus .col {
  position: relative;
}

.main.bonus span {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.main.slot {
  position: relative;
}

.main.slot .deposit-first {
  position: relative;
}

.main.slot .deposit-first a {
  pointer-events: none;
}

.main.slot .deposit-first a.btn-deposit {
  pointer-events: visible;
}

.main.slot .deposit-txt {
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-weight: 600;
  z-index: 9;
  padding: 0 14px;
  line-height: 18px;
}

.main.slot .deposit-first img {
  opacity: 0.3;
}

.main.slot .deposit-first span {
  opacity: 0.3;
}

.main .accordion img {
  position: relative;
  border-radius: 12px;
}

.accordion-item {
  margin-bottom: 20px;
  background: #e5e5e5 !important;
  border-radius: 12px;
}

.accordion-item:first-of-type {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.accordion-item:first-of-type .accordion-collapse {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.accordion-button {
  display: block;
  padding: 0;
  font-size: 12px;
  background: #e5e5e5 !important;
  border-radius: 12px;
}

.accordion-button div {
  display: flex;
  justify-content: center;
  padding: 5px 0;
  border-radius: 12px;
}

.accordion-button:not(.collapsed) div {
  font-size: 12px;
  border-radius: 0;
}

.accordion-button div::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  /*margin-left: auto;*/
  margin-top: -3px;
  content: "";
  background-image: url("../img/svg/down-chevron.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed) {
  font-size: 14px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.accordion-button:not(.collapsed) div::after {
  background-image: url("../img/svg/down-chevron.svg");
  transform: rotate(-180deg);
}

.accordion-button span .expand {
  display: inline;
}

.accordion-button:not(.collapsed) span.collapse {
  display: block;
}

.accordion-button:not(.collapsed) span.expand {
  display: none;
}

.accordion-button .collapsed span {
  display: none;
}

.accordion-body {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #6b6b6b;
  background: #e5e5e5;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.accordion-body h4 {
  color: #000;
}

.accordion-body ul {
  list-style-type: disc;
  margin-left: 10px;
}

/*-----Login | Register-----*/

.top-login-btn {
  display: flex;
}

.top-login-info {
  display: none;
}

.top-login-info .txt {
  display: flex;
  flex-direction: column;
  text-align: end;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  margin-right: 10px;
}

[data-page="login"] .top-login-info {
  display: flex !important;
  align-items: center;
}

[data-page="login"] .top-login-btn {
  display: none !important;
}

/*-----Register Success-----*/

.welcome-page {
  background: #fff;
  font-size: 12px;
  color: #757575;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}

.welcome-page img {
  border-radius: 12px;
}

.welcome-page .description {
  padding: 20px;
}

.welcome-page h2 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.welcome-page .btn {
  width: 48%;
  border-radius: 8px;
}

/*-----Carousel Slider-----*/

.carousel-item {
  text-align: center;
}

.carousel-item img {
}

/*-----Announcement-----*/

.flexbox {
  display: flex;
}

.notice {
  flex: 1;
}

.live-stream {
  flex: 0 0 120px;
  min-width: 120px;
}

.notice {
  position: relative;
  background: #1c1c1c;
  color: #fff;
  padding: 0px;
  /*white-space: nowrap;
    word-break: break-all;*/
  font-size: 12px;
  height: 30px;
}

.marquee {
  position: relative;
}

.marquee img {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  left: 0px;
}

.ticker {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  padding: 6px 10px;
  margin: 0 auto;
}

.news {
  width: 100%;
  padding: 0px 0 0;
}

.marquee p {
  margin-right: 41px;
  display: inline;
}

/*.marquee span {
  float: left;
  width: 50%;
}*/

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

/*-----Real Time Transaction-----*/

.realtime-transaction {
  color: #fff;
  display: flex;
}

.realtime-transaction marquee {
  font-size: 12px;
}

.realtime-transaction marquee span {
  color: #dcaa35;
}

.realtime-transaction .title {
  width: 150px;
  font-size: 16px;
  padding: 20px 10px 20px 20px;
}

.realtime-transaction .list {
  width: 90%;
  padding: 10px;
}

/*-----Home-----*/

.main-wallet-menu {
  display: flex;
  width: 100%;
  margin-top: -50px;
  padding: 40px 10px 5px;
  background-image: linear-gradient(to right, #e9cf6d, #84642f);
  background-size: cover;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}

.main-wallet-menu a {
  position: relative;
  display: block;
  color: #000;
  width: 20%;
  text-align: center;
  text-decoration: none;
}

.main-wallet-menu img {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 6px;
}

.main-wallet-menu .inbox-message {
  color: #fff;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: url("../img/svg/inbox-notification.svg") no-repeat;
  width: 18px;
  height: 18px;
  top: -5px;
  right: 13px;
}

.home-balance,
.home-viplv {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-balance,
.home-viplv {
  background: #212121;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 300;
  color: #aaa9a9;
  padding: 10px 14px;
}

.home-balance img,
.home-viplv img {
  width: 40px;
  height: 40px;
}

.home-balance img.btn-refresh {
  width: 14px;
  height: 14px;
  margin-top: -5px;
}

.home-balance b,
.home-viplv b {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #f1d15a;
}

.home-icon {
  position: relative;
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
}

.home-icon .col {
  position: relative;
  margin: 10px 0;
}

.home-icon .col.disable {
  opacity: 0.5;
  pointer-events: none;
}

.home-icon img {
  display: block;
  margin: 0 auto 5px;
  padding: 0;
  width: 48px;
  height: 48px;
}

.home-icon .hot::before {
  content: "";
  background: url("../img/svg/home-hot.svg");
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -8px;
  right: 0px;
  z-index: 9 !important;
}

.home-icon a,
.home-icon a:hover {
  color: #9b9b9b;
  text-decoration: none;
}

.home-content {
  padding: 20px 0 10px;
}

.section-heading.padding {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.section-heading .title {
  margin: 0;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
}

.section-heading h2 {
  font-size: 20px;
}

.section-heading h3 {
  font-size: 18px;
}

.section-heading a.more-info {
  margin: 0;
  font-size: 12px;
  color: #808080;
}

.slot-card img {
  border-radius: 12px;
}

.home-promo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  background: #1c1c1c;
  color: #eaeaea;
}

.home-promo a.btnclaim {
  margin-left: 35%;
}
.home-promo b {
  color: #fff;
}

.social-media {
  padding: 10px 0 10px;
  margin: 0 auto;
  text-align: center;
}

.social-media img {
  width: 40px;
  padding: 0 2px;
}

.btm-link {
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.btm-link a {
  color: #fff;
  padding: 0 10px;
}

hr {
  color: #fff;
}

.home-about {
  padding: 30px;
  border-radius: 12px;
  text-align: left;
}

.home-about h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
}

.home-about h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #ccc;
}

.home-about p {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  line-height: 16px;
}

.home-about button {
  display: block;
  color: #000;
  padding: 8px 10px;
  border-radius: 8px;
  border: solid 1px #dcaa35;
  background: linear-gradient(180deg, #ffd66f 0%, #8b5300 100%);
  font-size: 14px;
  font-weight: 600;
  width: 120px;
  text-align: center;
}

/*-----Form-----*/

/*form { color:#757575; }*/

form a {
  color: #4498b1;
  text-decoration: underline;
}

.form-control[readonly] {
  background: none;
  opacity: 1;
}
.form-control:focus {
  border: 2px solid #dcaa35 !important;
  box-shadow: 0px 0px 15px #dcaa35 !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9b9b9b !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9b9b9b !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9b9b9b !important;
}

select {
  -webkit-appearance: listbox !important;
}

select.form-control img {
  width: 20px;
  height: 20px;
}

select#phonecode option[value="my"] {
  background: url("../img/svg/flag-my.svg");
  background-size: 20px 20px;
}

option:nth-child(1) {
  background: #000 !important;
}

/*select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 0px;
    background-repeat: no-repeat;
}*/

.togglePassword {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.form-control {
  background: none;
  border: solid 1px #707070;
  border-radius: 8px;
  font-size: 14px;
  /*color:#9b9b9b;*/
  color: #fff;
  padding: 12px 20px;
  height: 100% !important;
}

.form-control:focus {
  color: #fff;
  background: none;
}

.form-control2 {
  background: #fff;
  border: solid 1px #bcbcbc;
  border-radius: 8px;
  font-size: 14px;
  color: #000;
  padding: 12px 20px;
}

#phonecode.form-control {
  padding: 12px 10px;
}

select.form-control {
  background: url("../img/svg/down-chevron.svg") !important;
  background-size: 20px 20px !important;
  background-repeat: no-repeat !important;
  background-position-y: 50% !important;
  background-position-x: 98% !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

/*-----Videos----*/

@media only screen and (max-width: 680px) {
  /*	.video {
			height: calc(77vh - 30vw);
		}*/
}

/*-----Statement----*/

.statement {
  margin-bottom: 10px;
}

.statement .date {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.statement table {
  width: 100%;
}

.statement table tr {
  border-bottom: solid 1px #333;
  background: #1b1b1b;
}

.statement table tr:last-child {
  border-bottom: none;
  background: none;
  color: #fff;
}

.statement table tr:last-child th:last-child {
  color: #fff;
  font-size: 16px;
  font-weight: 500 !important;
  padding-bottom: 0;
}

.statement table tr:last-child th:first-child {
  color: #fff;
  font-size: 16px;
  font-weight: 500 !important;
  padding-bottom: 0;
}

.statement table tr th {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400 !important;
}

.statement table tr th:first-child {
  text-align: start;
}

.statement table tr th:last-child {
  text-align: end;
  color: #dcaa35;
}

/*-----Promotion----*/

.promobox {
  position: relative;
  /*background: #1B1B1B;*/
  margin-bottom: 10px;
  background-color: rgb(255 255 255 / 5%);
  backdrop-filter: blur(20px);
  /*background-color: rgb(255 255 255 / 5%);
    backdrop-filter: blur(20px);*/
}

.promobox img {
  position: relative;
}

.promo-detail-wrapper {
  text-align: center;
  /*background-color: rgb(0, 0, 0);*/
  background: linear-gradient(#323232, #000) padding-box,
    linear-gradient(#444, #000) border-box;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  /*-webkit-box-shadow: 0 0px 5px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0px 5px 3px rgba(0, 0, 0, .3);*/
  /*position: absolute;
	top:0;
    left: 50%;
    transform: translateX(-50%);*/
  box-sizing: border-box;
  z-index: 1;
  /*border: 2px #7485FC solid;*/
  /*-webkit-box-shadow: inset 0px 0px 5px 2px rgba(116,133,252,0.5);
    -moz-box-shadow: inset 0px 0px 5px 2px rgba(116,133,252,0.5);
    box-shadow: inset 0px 0px 5px 2px rgba(116,133,252,0.5);*/
  color: #fff;
  display: flex;
  /*width: 90%;*/
  /*max-width: 400px;*/
  margin: -15px 20px;
  z-index: 9;
  position: relative;
  border: 1px solid transparent;
}

.promo-detail-col {
  border-left: 1px rgba(255, 255, 255, 0.2) solid;
  text-align: center;
  padding: 0px;
  flex-grow: 1;
}

.promo-detail-col:first-child {
  border-left: 0px;
}

.promo-info-title {
  color: rgba(255, 255, 255, 1);
  font-size: 0.7rem;
  line-height: normal;
}

.promo-info-amount {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: normal;
  color: #dcaa35 !important;
}

.promo-btn {
  display: flex;
  padding: 25px 20px 20px;
  width: 100%;
}

.promo-btn .btn {
  width: 100%;
}

.promo-btn .btn-more {
  color: #fff;
  margin-right: 5px;
  border: solid 1px #333;
  background: linear-gradient(180deg, #666 0%, #555 100%);
}

.promo-btn .btn-claim {
  margin-left: 5px;
}

/*-----Product Tabs-----*/

.ProductNav_Wrapper {
  position: relative;
}

.ProductNav .ProductNav_Link {
  background-color: transparent !important;
  border: 0;
  font-size: 12px;
  font-weight: 300;
  color: #9b9b9b;
  text-align: center;
  padding: 10px 15px;
}

.ProductNav .ProductNav_Link.active {
  color: #f1d15a;
  border-radius: 8px;
}

.ProductNav {
  border-bottom: 0;
}

.ProductNav img {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 5px;
}

.ProductNav.slot .ProductNav_Link {
  position: relative;
  border: solid 1px #9b9b9b;
  font-size: 10px;
  font-weight: 300;
  color: #9b9b9b;
  text-align: center;
  padding: 10px 5px;
  margin: 0 5px !important;
  border-radius: 8px;
  height: 80px;
  width: 80px;
}

.ProductNav.slot .ProductNav_Link.active {
  color: #fff;
  font-weight: 600;
  border: solid 1px #d1ff40;
}

.ProductNav.slot .ProductNav_Link.hot::before {
  content: "";
  background: url("../img/svg/hot.svg");
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -10px;
  right: 5px;
  z-index: 9 !important;
}

.ProductNav.slot .ProductNav_Link.new::before {
  content: "";
  background: url("../img/svg/new.svg");
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -10px;
  right: 5px;
  z-index: 9 !important;
}

.ProductNav.slot img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  filter: grayscale(100);
}

.ProductNav.slot .ProductNav_Link.active img {
  filter: grayscale(0);
}

.ProductNav.slot .ProductNav_Link.deposit-first {
  pointer-events: none;
  opacity: 0.3;
}

.nav-login {
  background-color: #363636;
  border-radius: 30px;
  padding: 2px;
}

.nav-login .nav-item {
  width: 50%;
}

.nav-login .nav-link {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  border-radius: 30px;
  color: #8e8e8e;
  background-color: #363636;
}

.nav-login .nav-link.active {
  background-color: #dcaa35;
  color: #000;
  font-weight: 600;
}

.nav-games {
}

.nav-games .nav-item {
  width: 100px;
}

.nav-games .nav-link {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  border-radius: 30px;
  color: #9b9b9b;
  background-color: #e1e1e1;
}

.nav-games .nav-link.active {
  background-color: #000;
  color: #fff;
  font-weight: 600;
}

.tab-content span.game-title {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 5px 5px;
  text-align: center;
  font-weight: normal;
  color: #fff;
}

.tab-content-games .col {
  margin-bottom: 8px;
}

.tab-content-games .col img {
  border-radius: 10px;
}

.nav-spin {
  background-color: #141414;
  border-radius: 30px;
}

.nav-spin .nav-item {
  width: 33%;
  text-align: center;
}

.nav-spin .nav-link {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  padding: 10px;
  border-radius: 30px;
  color: #9b9b9b;
  background-color: #141414;
}

.nav-spin .nav-link.active {
  background-color: #fff;
  color: #000;
}

.nav-profile {
  background-color: #363636;
  border-radius: 12px;
  padding: 2px;
}

.nav-profile .nav-item {
  width: 25%;
}

.nav-profile .nav-link {
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  padding: 10px;
  border-radius: 12px;
  color: #8e8e8e;
  background-color: #363636;
}

.nav-profile .nav-link img {
  display: block;
  margin: 0 auto;
  width: 30px;
  padding: 5px 0;
  filter: brightness(100) opacity(0.3);
}

.nav-profile .nav-link.active {
  background-color: #000;
  color: #fff;
  font-weight: 500;
}

.nav-profile .nav-link.active img {
  filter: brightness(1) invert(0);
}

/*--- Remove Bootstrap's styling for Nav Class if needed ---*/

#ProductNav .nav {
  display: inherit;
  flex-wrap: inherit;
  padding-left: inherit;
  margin-bottom: inherit;
  list-style: inherit;
}

/*--- Tab ---*/

.ProductNav_Wrapper,
.SlotNav_Wrapper {
  position: relative;
  /*padding: 10px 10px;*/
  box-sizing: border-box;
}

.ProductNav,
.SlotNav {
  /* Make this scrollable when needed */
  overflow-x: auto;
  /* We don't want vertical scrolling */
  overflow-y: hidden;
  /* For WebKit implementations, provide inertia scrolling */
  -webkit-overflow-scrolling: touch;
  /* We don't want internal inline elements to wrap */
  white-space: nowrap;
  /* If JS present, let's hide the default scrollbar */
  /* positioning context for advancers */
  position: relative;
  font-size: 0;
}

.js .ProductNav,
.js .SlotNav {
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Remove the default scrollbar for WebKit implementations */
}

.js .ProductNav::-webkit-scrollbar,
.js .SlotNav::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.ProductNav_Contents,
.SlotNav_Contents {
  float: left;
  transition: transform 0.2s ease-in-out;
  position: relative;
}

.ProductNav_Contents-no-transition,
.SlotNav_Contents-no-transition {
  transition: none;
}

.ProductNav_Link {
  text-decoration: none;
  color: #7f868b;
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 12px;
  line-height: 1.35;
}

.SlottNav_Link {
  text-decoration: none;
  color: #7f868b;
  font-size: 0.85rem;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
  padding: 8px 12px;
  line-height: 1.35;
}

/*.ProductNav_Link[aria-selected=true] {
  color: #6a2c79;
}*/

.Advancer {
  /* Reset the button */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  /* Now style it as needed */
  position: absolute;
  top: 0;
  bottom: 0;
  /* Set the buttons invisible by default */
  opacity: 0;
  transition: opacity 0.3s;
}

.Advancer:focus {
  outline: 0;
}

.Advancer:hover {
  cursor: pointer;
}

.Advancer_Left {
  left: -10px;
}

[data-overflowing="both"] ~ .Advancer_Left,
[data-overflowing="left"] ~ .Advancer_Left {
  opacity: 1;
}

.Advancer_Right {
  right: -10px;
}

[data-overflowing="both"] ~ .Advancer_Right,
[data-overflowing="right"] ~ .Advancer_Right {
  opacity: 1;
}

.Advancer_Icon {
  width: 8px;
  fill: #bbb;
}

.ProductNav_Indicator {
  display: none !important;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100px;
  background-color: transparent;
  transform-origin: 0 0;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.nav-vip {
  background-color: #000;
  border-radius: 30px;
}

.nav-vip .nav-item {
  width: 20%;
}

.nav-vip .nav-item img {
  width: 50px;
  display: block;
  margin: 0 auto;
}

.nav-vip .nav-link {
  width: 100%;
  font-size: 10px;
  font-weight: 300;
  padding: 10px;
  color: #999999;
  background-color: #000;
  text-align: center;
  border: solid 1px #000;
  border-bottom: none;
}

.nav-vip .nav-link.active {
  background-color: #232323;
  color: #efcf5a;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: solid 1px #efcf5a;
  border-bottom: none;
}

.ProductNav.lottery .ProductNav_Link {
  position: relative;
  background-color: #e5e5e5 !important;
  border: 0;
  font-size: 12px;
  font-weight: 300;
  color: #9b9b9b;
  text-align: center;
  padding: 0px;
  margin: 0 5px 0 0 !important;
  border-radius: 8px;
  overflow: hidden;
}

.ProductNav.lottery .ProductNav_Link img {
  filter: grayscale(100%);
  opacity: 0.4;
}

.ProductNav.lottery .ProductNav_Link.active img {
  filter: grayscale(0%);
  opacity: 1;
}

.ProductNav.lottery .ProductNav_Link.hot::before {
  content: "";
  background: url("../img/svg/hot.svg");
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -10px;
  right: 5px;
  z-index: 9 !important;
}

.ProductNav.lottery .ProductNav_Link.new::before {
  content: "";
  background: url("../img/svg/new.svg");
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -10px;
  right: 5px;
  z-index: 9 !important;
}

.ProductNav.lottery img {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

/*-----Games----*/

.result-table {
  padding: 0;
}

.result-table .header {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.result-table .header .title {
  font-size: 20px;
  font-weight: 600;
}

.result-table .header .date {
  font-size: 12px;
  font-weight: 400;
}

.result-table .result-top {
  display: flex;
  color: #000;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}

.result-table .result-top > * {
  flex: 1;
}

.result-table .result-top div {
  border-right: solid 1px #fff;
}

.result-table .result-top div:last-child {
  border-right: 0;
}

.result-table .result-top span {
  font-size: 16px;
}

.result-table .result-top .prize-no {
  font-size: 20px;
}

.result-table span {
  display: block;
  font-size: 14px;
  text-align: center;
}

.result-table .result-bottom-name {
  display: flex;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-weight: 500;
}

.result-table .result-bottom-name > * {
  flex: 1;
}

.result-table .result-bottom {
  display: flex;
  justify-content: space-around;
  color: #000;
  text-align: center;
  padding: 10px 0;
}

.result-table .result-bottom .special-prize,
.result-table .result-bottom .consolation-prize {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin: 0 auto;
}

/*.result-table .result-bottom .special-prize, .result-table .result-bottom .consolation-prize {
  flex: 1;
}*/

.result-table .result-bottom .division {
  border-right: solid 1px #fff;
}

.result-table .result-bottom .special-prize div {
  padding: 0 10px;
}

.result-table .result-bottom .consolation-prize div {
  padding: 0 10px;
}

.lottery-menu {
  display: flex;
  width: 100%;
  background: #e5e5e5;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.lottery-menu a {
  display: block;
  background: #e5e5e5;
  color: #000;
  padding: 10px 4px;
  width: 33.33%;
  text-align: center;
  border-radius: 12px;
}

.lottery-menu a.active {
  background: #f01e78;
  color: #fff;
}

.lottery-menu span {
  color: #fff;
}

/*-----Filter-----*/

.filter-button {
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  color: #999;
  background: transparent;
  padding: 10px 15px;
}

.filter-button.active {
  color: #fff !important;
  background-color: #000;
  font-weight: 600;
}

.filter-button:hover {
  color: #fff !important;
  background-color: #000;
  font-weight: 600;
}

.btn-default:active .filter-button:active {
  color: #000 !important;
  background-color: #dfdfdf;
  font-weight: 600;
}

.port-image {
  width: 100%;
}

.gallery_product {
  background: #fff;
  font-size: 14px;
  color: #757575;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}

.gallery_product .description {
  padding: 20px;
}

.gallery_product h2 {
  font-size: 18px;
  font-weight: 600;
}

.gallery_product .btn {
  width: 48%;
  border-radius: 24px;
}

/*-----Wallet-----*/

.my-wallet ol.content {
  padding-left: 20px;
}

.my-wallet ol.content li {
  padding: 5px;
}

.my-wallet .form-control {
}

.my-wallet .btn {
}

.wallet-section-title {
  font-size: 14px;
  color: #fff;
}

.wallet-main-btn .col div {
  padding: 5px 0px;
  text-align: center;
}

.wallet-main-btn .col img {
  display: block;
  width: 30px;
  margin: 0 auto;
  margin-bottom: 5px;
  filter: brightness(0);
}

.wallet-main-btn .col.active {
  background: #000;
  border-radius: 8px;
}

.wallet-main-btn .col a {
  color: #000;
}

.wallet-main-btn .col.active a {
  color: #e0be7c;
}

.wallet-main-btn .col.active img {
  filter: brightness(1);
}

.wallet-amount {
  font-size: 16px;
  font-weight: 400;
  color: #dcaa35;
}

.wallet-amount .amount {
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
  margin-left: 5px;
  letter-spacing: -1px;
}

.balance-details {
}

.balance-details .accordion-item {
  border-radius: 8px !important;
}

.balance-details .accordion-button {
  font-size: 15px;
  padding: 10px 15px;
  border-radius: 8px !important;
}

.balance-details .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}

.balance-details .accordion-button.collapsed::after {
  background: url("../img/svg/plus.svg");
}

.balance-details .accordion-button:not(.collapsed)::after {
  background: url("../img/svg/minus.svg") !important;
}

.balance-details .accordion-body {
  background: #f2f2f2;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

ul.balance-details-list {
  padding-top: 10px;
  margin-top: -10px;
  padding: 20px 20px 10px;
}

ul.balance-details-list li {
  border-bottom: solid 1px #fff;
  padding: 10px 0;
}

ul.balance-details-list li a {
  color: #000;
}

ul.balance-details-list li:first-child .name a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
  z-index: 0;
}

ul.balance-details-list li:first-child .name a.collapsed::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
}

ul.super-wallet li {
  font-size: 11px;
  border-bottom: 0;
  padding: 0px 0;
}

ul.balance-details-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

ul.balance-details-list li {
  border-bottom: solid 1px #eaeaea;
  padding: 5px 0;
}

ul.balance-details-list li:last-child {
  border-bottom: none;
  padding: 10px 0 20px;
}

ul.balance-details-list .name {
  font-size: 14px;
}

ul.balance-details-list .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.balance-details-list .amount {
  color: #000;
  font-size: 13px;
  margin-right: 20px;
  text-align: end;
}

ul.balance-details-list .btn {
  width: 100px;
  text-transform: uppercase;
  background: #000;
  border-radius: 8px;
  text-align: center;
  padding: 4px 10px;
}

.my-wallet .pagination {
  justify-content: flex-end;
}

.my-wallet .pagination .page-link {
  background: #757575;
  color: #dbdbdb;
  font-size: 12px;
  border-radius: 30px;
  padding: 5px 20px;
}

.my-wallet small {
  font-size: 11px;
  color: #757575;
}

.my-wallet .guide a {
  font-size: 12px;
  color: #009bb5 !important;
  text-decoration: underline !important;
}

.my-wallet .edit a {
  font-size: 12px;
  color: #000 !important;
  text-decoration: underline !important;
}

.my-wallet .add-bank a {
  font-size: 12px;
  color: #000 !important;
  text-decoration: underline !important;
}

.my-wallet .send-otp {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  background: #b7b7b7;
  padding: 12px 20px;
  border: none;
}

.my-wallet .send-otp:hover {
  color: #000 !important;
}

.my-wallet .bank-logo img {
  width: 50px;
  border-radius: 8px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0;
}

.deposit-method {
  font-size: 12px;
  text-align: center;
  line-height: 12px;
}

.deposit-method div {
  background: #000;
  border: solid 1px #2b2b2b;
  border-radius: 8px;
  margin-bottom: 5px;
  padding: 20px 20px;
  text-align: center;
}

.deposit-method img {
  display: block;
  margin: 0 auto;
  filter: grayscale(1);
  width: 40px;
}

.deposit-method a.active div {
  background: #fff;
  border-radius: 8px;
}

.deposit-method a {
  color: #c4c4c4;
}

.deposit-method a.active {
  color: #fff;
}

.deposit-method a.active img {
  filter: grayscale(0);
}

.deposit-amount .amount {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  background: #2b2b2b;
  padding: 10px 0px;
  border-radius: 12px;
  text-decoration: none;
}

.usdt {
  font-size: 12px;
  text-align: center;
  line-height: 12px;
}

.usdt a {
  background: #e2e2e2;
  color: #000;
  border-radius: 8px;
  margin-right: 5px;
  padding: 10px 10px;
  text-align: center;
}

.usdt a.active {
  background: #000;
  color: #e0be7c;
  border-radius: 8px;
}

.qrcode img {
  max-width: 60% !important;
  margin: 0 auto;
}

.qrcode {
  text-align: center;
}

.address-copy {
  position: relative;
}

.copy-tooltip button {
  /*position: absolute; top:8px; right:8px;*/
}

.copy-tooltip button img {
  width: 24px;
}

.copy-tooltip {
  position: absolute;
  top: 8px;
  right: 8px;
  /*position: relative;*/
  display: inline-block;
}

.copy-tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}

.copy-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.copy-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.my-wallet .nav-tabs {
  border: 0 !important;
}

.my-wallet .nav-tabs .nav-link.active {
  background-color: transparent;
  border: 0 !important;
}

.my-wallet .nav-tabs .nav-item .nav-link {
  font-size: 12px;
  color: #c4c4c4;
  text-align: center;
  line-height: 12px;
  padding: 0;
  margin-right: 10px;
  border: none;
}

.my-wallet .nav-tabs .nav-item .nav-link div {
  background: #e2e2e2;
  border-radius: 8px;
  margin-bottom: 5px;
  padding: 10px 10px;
  text-align: center;
}

.my-wallet .nav-tabs .nav-item .nav-link img {
  filter: grayscale(100%);
}

.my-wallet .nav-tabs .nav-item .nav-link.active {
  color: #000;
}

.my-wallet .nav-tabs .nav-item .nav-link.active div {
  background: #000;
}

.my-wallet .nav-tabs .nav-item .nav-link.active img {
  filter: grayscale(0%);
}

.my-wallet .nav-tabs2 {
  border: 0 !important;
  background: #e2e2e2;
  border-radius: 30px;
}

.my-wallet .nav-tabs2 .nav-link.active {
  background-color: transparent;
  border: 0 !important;
}

.my-wallet .nav-tabs2 .nav-item {
  width: 50%;
}

.my-wallet .nav-tabs2 .nav-item .nav-link {
  font-size: 12px;
  color: #c4c4c4;
  text-align: center;
  line-height: 12px;
  padding: 0;
  margin-right: 10px;
  border: none;
}

.my-wallet .nav-tabs2 .nav-item .nav-link div {
  background: #e2e2e2;
  border-radius: 30px;
  padding: 10px 10px;
  text-align: center;
}

.my-wallet .nav-tabs2 .nav-item .nav-link img {
  filter: grayscale(100%);
}

.my-wallet .nav-tabs2 .nav-item .nav-link.active {
  color: #000;
}

.my-wallet .nav-tabs2 .nav-item .nav-link.active div {
  background: #000;
  color: #e8bd71;
}

.my-wallet .nav-tabs2 .nav-item .nav-link.active img {
  filter: grayscale(0%);
}

table.bank-details {
  width: 100%;
  color: #000000;
}

table.bank-details td {
  padding: 10px;
  font-size: 12px;
}

table.bank-details tr {
  border-bottom: solid 1px #fff;
}

table.bank-details td:first-child {
  background: #b7b7b7;
}

table.bank-details td:last-child {
  background: #e2e2e2;
}

.crypto-exchange-rate {
  display: flex;
  align-items: flex-end;
  background: #e2e2e2;
  padding: 14px;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  border-radius: 8px;
  color: #757575;
}

.crypto-exchange-rate img {
  width: 50px;
}

.crypto-exchange-rate p {
  margin-bottom: 0;
}

.crypto-exchange-rate div {
  padding-left: 10px;
}

.custom-amount {
  position: relative;
}

.custom-amount span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px 0px;
  font-size: 12px;
  width: 80px;
  text-align: center;
  color: #fff;
  background-color: #bcbcbc;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.custom-amount input[type="text"] {
  padding-right: 80px;
}

input[type="date"] {
  position: relative;
}

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

input[type="date"]::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../img/svg/calendar.svg");
  z-index: 0;
}

.transaction-date {
  width: 48%;
}

.to {
  display: flex;
  font-size: 13px;
  width: 4% !important;
  padding: 0;
  margin: 0;
  align-items: center;
}

table.transaction-history {
  width: 100%;
}

table.transaction-history thead {
  background: #000;
  color: #f2f2f2;
}

table.transaction-history thead th {
  border-right: solid 1px #f2f2f2;
}

table.transaction-history thead th:last-child {
  border: none;
}

table.transaction-history tbody tr:nth-child(odd) {
  background-color: #e2e2e2;
}

table.transaction-history th {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  padding: 10px;
}

table.transaction-history td {
  padding: 10px;
}

table.transaction-history tbody {
  font-size: 10px;
  color: #000;
}

.transaction-search-result {
  display: flex;
  justify-content: flex-end;
  color: #757575;
  font-size: 11px;
  font-weight: 400;
  margin: 5px 0 10px;
}

.reminder {
  background: #e2e2e2;
  color: #808080;
  font-size: 10px;
  margin-top: 30px;
  padding: 24px;
  border-radius: 12px;
  font-weight: 300;
}

.reminder h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.my-wallet .inbox li {
  background: #dbdbdb;
  margin-bottom: 10px;
  border-radius: 12px;
  padding: 20px;
}

.my-wallet .inbox li.active {
  background: #000;
}

.my-wallet .inbox li .title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.my-wallet .inbox li.active .title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.my-wallet .inbox li p {
  font-size: 14px;
  padding: 0;
  margin: 5px 0 10px;
}

.my-wallet .inbox a {
  color: #757575;
}

/*-----VIP-----*/

.tab-content-vip table {
  width: 100%;
}

.tab-content-vip table thead tr {
  background-color: #000;
}

.tab-content-vip table thead tr th {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 8px;
}

.tab-content-vip table tbody td {
  padding: 5px 14px;
  font-size: 12px;
}

.tab-content-vip table tbody td:first-child {
  width: 80%;
}

.tab-content-vip table tbody td:last-child {
  width: 20%;
}

.tab-content-vip table tbody tr:nth-child(even) {
  background-color: #dfdfdf;
}

.tab-content-vip table tbody tr:nth-child(even) td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.tab-content-vip table tbody tr:nth-child(even) td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.tab-content-vip #vip-new thead {
  color: #d48041;
}

.tab-content-vip #vip-gold thead {
  color: #d4a553;
}

.tab-content-vip #vip-platinum thead {
  color: #b7955f;
}

.tab-content-vip #vip-president thead {
  color: #c2c2c2;
}

.tab-content-vip #vip-chairman thead {
  color: #1f94db;
}

.vip-accordion .accordion-header {
  position: relative;
}

.vip-accordion .accordion-header .accordion-button {
  width: 100%;
  justify-content: flex-start !important;
  background: #000 !important;
  color: #fff;
  border-radius: 10px !important;
  padding: 10px 20px;
  box-shadow: none !important;
  font-size: 13px;
  border: 0 !important;
  min-height: 50px;
}

.vip-accordion .accordion-header .accordion-button.collapsed {
  background: #dfdfdf !important;
  color: #000;
}

.vip-accordion .accordion-item {
  border: 0;
  background-color: transparent !important;
  margin: 10px 0;
  border-radius: 10px !important;
}

.vip-accordion .accordion-body {
  font-size: 12px;
}

ol.terms {
  font-size: 12px;
  padding-left: 18px;
}

/*-----News----*/

.news .pagination {
  justify-content: flex-end;
}

.news .pagination .page-link {
  background: #757575;
  color: #dbdbdb;
  font-size: 12px;
  border-radius: 30px;
  padding: 5px 20px;
}

.news .card {
  flex-direction: row;
  border: 0;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 10px;
}

.news .card-img {
  width: 40%;
}

.news .card-body {
  width: 60%;
}

.news .card-body {
  padding: 0 0 0 20px;
}

.news .card-body h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.news .card-body p {
  font-size: 14px;
  color: #757575;
}

.news .card-body .date {
  font-size: 11px;
  color: #757575;
}

.news-details .card {
  border: 0;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 10px;
}

.news-details .card-img {
  width: 100%;
}

.news-details .card-body {
  width: 100%;
}

.news-details .card-body {
  padding: 0 0 0 0;
}

.news-details .card-body h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-top: 14px;
}

.news-details .card-body p {
  font-size: 14px;
  color: #757575;
}

/*-----WE Sponsor----*/

.we-sponsor .pagination {
  justify-content: flex-end;
}

.we-sponsor .pagination .page-link {
  background: #757575;
  color: #dbdbdb;
  font-size: 12px;
  border-radius: 30px;
  padding: 5px 20px;
}

.we-sponsor .card {
  flex-direction: column;
  border: 0;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 10px;
}

.we-sponsor .card-img img {
  border-radius: 12px;
}

.we-sponsor .card-body {
}

.we-sponsor .card-body {
  padding: 10px 0 0 0px;
}

.we-sponsor .card-body h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.we-sponsor .card-body p {
  font-size: 14px;
  color: #757575;
}

.we-sponsor .card-body .date {
  font-size: 11px;
  color: #757575;
}

.we-sponsor a.btn-more {
  color: #e32b3f;
  font-size: 12px;
  font-weight: 500;
}
/*-----Referrals----*/

.link-share {
  position: relative;
  margin: 10px 10px;
}

.link-share input {
  width: 100%;
  background: none;
  border: solid 1px #707070;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  border-radius: 8px;
}

.link-share button {
  position: absolute;
  right: 5px;
  top: 6px;
  border-radius: 8px;
}

.link-share button:hover {
  transform: translate(0, 1px);
}

.link-share .btn-copy {
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.link-share .btn-copy img {
  /*filter:invert(1);*/
  width: 18px;
  margin-top: -2px;
}

.referrals {
  font-size: 14px;
}

.referrals p {
  color: #757575;
}

.referrals-table {
  width: 100%;
}

.referrals-table strong {
  font-weight: 500;
}

.referrals-table span {
  color: #757575;
}

.referrals-table td {
  padding: 14px;
}

.referrals-table td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.referrals-table td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.referrals-table tr:first-child {
  background: #000;
  color: #efcf5a;
}

.referrals-table tr:nth-child(3) {
  background: #dfdfdf;
}

.referrals .btn-claim {
  border-radius: 8px;
  width: 100%;
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(#d12d2f, #591a1f);
}

.referrals-rebate {
  width: 100%;
  font-size: 12px;
}

.referrals-rebate thead tr {
  background: #000;
  color: #fff;
}

.referrals-rebate thead tr th {
  border-right: solid 1px #fff;
}

.referrals-rebate th,
.referrals-rebate td {
  font-weight: 300;
  padding: 10px;
  vertical-align: top;
}

.referrals-rebate tr th,
.referrals-rebate tr td {
  text-align: center;
}

.referrals-rebate tr th:first-child,
.referrals-rebate tr td:first-child {
  text-align: left;
}

.referrals-rebate tbody tr:nth-child(odd) {
  background: #dfdfdf;
}

.referrals small {
  display: block;
  color: #757575;
  font-weight: 300;
  font-size: 12px;
  margin: 5px 0;
}

/*-----About-----*/

.about-main-btn {
  font-size: 12px;
}

.about-main-btn .col div {
  padding: 10px 5px;
  text-align: center;
  line-height: 12px;
}

.about-main-btn .col img {
  display: block;
  width: 30px;
  margin: 0 auto;
  margin-bottom: 5px;
  filter: brightness(0);
}

.about-main-btn .col.active {
  background: #000;
  border-radius: 8px;
}

.about-main-btn .col a {
  color: #000;
}

.about-main-btn .col.active a {
  color: #e0be7c;
}

.about-main-btn .col.active img {
  filter: brightness(1);
}

.my-content {
  font-size: 14px;
}

.my-content p {
  font-weight: 300;
  color: #757575;
}

.my-content ol {
  list-style-type: lower-alpha;
}

.my-accordion .accordion-header {
  position: relative;
}

.my-accordion .accordion-header .accordion-button {
  width: 100%;
  justify-content: flex-start !important;
  background: #000 !important;
  color: #fff;
  border-radius: 10px !important;
  padding: 10px 20px;
  box-shadow: none !important;
  font-size: 13px;
  border: 0 !important;
  min-height: 50px;
}

.my-accordion .accordion-header .accordion-button.collapsed {
  background: #dfdfdf !important;
  color: #000;
}

.my-accordion .accordion-item {
  border: 0;
  background-color: transparent !important;
  margin: 10px 0;
  border-radius: 10px !important;
}

.my-accordion .accordion-body {
  font-weight: 300;
  font-size: 12px;
  color: #757575;
}

.seo-text {
  background: #e2e2e2;
  color: #808080;
  font-size: 10px;
  margin-top: 30px;
  padding: 24px;
  border-radius: 12px;
  font-weight: 300;
}

.seo-text h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.seo-text b {
  font-weight: 500;
  color: #000;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/*-----footer-----*/

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  font-size: 10px;
  /*padding: 10px 0 5px;*/
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px -2px 5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
  -webkt-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -moz-backdrop-filter: saturate(120%) blur(15px);
  -webkit-backdrop-filter: saturate(120%) blur(15px);
  backdrop-filter: saturate(120%) blur(15px);
  /*background: linear-gradient(#323232, #000);*/
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: linear-gradient(#323232, #000) padding-box,
    linear-gradient(#444, #000) border-box;
  border: 2px solid transparent;
  /*    background-image: url("../img/footer-bg.png");*/
}

footer .nav-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-size: cover;
}

footer li a.active .nav-text {
  color: #dcaa35 !important;
}

.icon-home {
  background-image: url("../img/svg/footer-home.svg");
  filter: brightness(100) opacity(0.3);
  background-size: 30px 30px;
  width: 30px !important;
  animation: tilt-shaking 0.25s linear infinite;
  filter: brightness(0%);
  height: 30px !important;
}

/* li:hover .icon-home,
li:focus .icon-home,
li a.active .icon-home {
  background-image: url("../img/svg/footer-home.svg");
  filter: brightness(1) invert(0);
} */

.icon-statement {
  background-image: url("../img/svg/footer-statement.svg");
  filter: brightness(100) opacity(0.3);
  background-size: 30px 30px;
  width: 30px !important;
  height: 30px !important;
}

li:hover .icon-statement,
li:focus .icon-statement,
li a.active .icon-statement {
  background-image: url("../img/svg/footer-statement.svg");
  filter: brightness(1) invert(0);
}

.icon-deposit {
  background-image: url("../img/deposit.png");
  width: 34px !important;
  height: 34px !important;
  filter: brightness(100) opacity(0.3);
}
li:hover .icon-promotion,
li:focus .icon-promotion,
li a.active .icon-deposit {
  filter: brightness(1) invert(0);
}
.icon-withdraw {
  background-image: url("../img/svg/withdrawal.svg");
  width: 34px !important;
  height: 34px !important;
  filter: brightness(100) opacity(0.3);
}
li:hover .icon-promotion,
li:focus .icon-promotion,
li a.active .icon-withdraw {
  filter: brightness(1) invert(0);
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.icon-promotion {
  background-image: url("../img/svg/footer-promotion.svg");
  filter: brightness(100) opacity(0.3);
  background-size: 30px 30px;
  width: 30px !important;
  height: 30px !important;
}

li:hover .icon-promotion,
li:focus .icon-promotion,
li a.active .icon-promotion {
  filter: brightness(1) invert(0);
}

.icon-profile {
  background-image: url("../img/svg/icon-contactus.svg");
  filter: brightness(100) opacity(0.3);
  background-size: 30px 30px;
  width: 30px !important;
  height: 30px !important;
}

li:hover .icon-profile,
li:focus .icon-profile,
li a.active .icon-profile {
  filter: brightness(1) invert(0);
}

footer .nav {
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
}

footer .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

footer .nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

footer .nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

footer .nav li.nav-item a.nav-link:hover {
  color: #ccc;
}

footer .nav .nav-item .nav-link.active {
  color: #f6e174;
}

footer .nav .nav-item .nav-link {
  text-align: center;
  background: transparent;
  align-self: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  height: 100%;
  position: relative;
}

footer .nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

footer .nav-link {
  display: block;
  padding: 5px 0px 3px;
  color: #666;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

footer .nav .nav-item .nav-link span .nav-text {
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}

footer .nav .nav-item .nav-link span {
  line-height: 20px;
  display: block;
  vertical-align: middle;
}

footer .nav .nav-item.center-item .nav-link > span {
  height: 80px;
  width: 80px;
  line-height: 80px;
  padding: 0;
  display: inline-block;
  margin: -20px auto 0 auto;
  text-align: center;
  background-image: url("../img/middle-btn.png");
  background-size: 100% 100%;
  z-index: 999;
  /*    color: #FFFFFF;
    background: #FF1C52;
    background: linear-gradient(#0c91d7, #2143bf);
    box-shadow: 0px 2px 15px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
    -webkt-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
    vertical-align: middle;*/
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #000;
}

footer .nav .nav-item.center-item .nav-link > span .nav-icon {
  font-size: 24px;
}
.wrapper-code {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 5px;
}

/*-----Filter-----*/

.slot-search input {
  width: 100%;
  background: #fff;
  border: 0;
  padding: 10px 20px;
  margin: 14px 0;
  border-radius: 8px;
}

.filter-container {
  overflow: hidden;
}

.filterDiv {
  display: none;
  /* Hidden by default */
}

.show {
  display: block;
}

#myBtnContainer {
  display: flex;
}

#myBtnContainer .filter-btn {
  font-size: 14px;
  border: none;
  outline: none;
  padding: 6px 20px;
  border-radius: 8px;
  background-color: transparent;
  cursor: pointer;
  color: #999;
}

/* Add a light grey background on mouse-over */

#myBtnContainer .filter-btn:hover {
  background-color: #dfdfdf;
}

/* Add a dark background to the active button */

#myBtnContainer .filter-btn.activ {
  background-color: #dfdfdf;
  color: #000;
  font-weight: 600;
}

/*-----floating btn-----*/

.floating-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(180deg, #e9cf6d, #84642f);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 14px;
}

.floating-btn img {
  filter: invert(1) brightness(100);
}

@media (max-width: 375px) {
  .main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px !important;
  }

  .main a span {
    font-size: 8px !important;
    padding: 6px 4px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    display: block !important;
  }
  .sidebar a {
    padding: 6px 10px !important;
    font-size: 11px !important;
    min-width: 70px !important;
    display: block;
    margin-bottom: 8px;
    text-align: center !important;
  }
  .btn-login {
    padding: 6px 12px !important;
    font-size: 12px !important;
    width: 75px !important;
  }
  .btn-register {
    padding: 6px 12px !important;
    font-size: 12px !important;
    width: 75px !important;
  }
  header .logo img {
    width: 83px !important;
    height: auto !important;
  }
}
/* Targets screens 411px and smaller */

@media (max-width:550px) {
  .sign,.sign1{
      font-size: 11px;
  }
  .btn-small {
      font-size: 11px;
  }
}
@media (max-width: 415px) {
  .main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px !important;
  }
  .main a span {
    font-size: 12px !important; /* slightly bigger than 8px */
    padding: 6px 4px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    display: block !important;
  }

  .sidebar a {
    padding: 6px 10px !important;
    font-size: 11px !important;
    min-width: 70px !important;
    display: block;
    margin-bottom: 8px;
    text-align: center !important;
  }

  .btn-login,
  .btn-register {
    padding: 6px 12px !important;
    font-size: 12px !important;
    width: 75px !important;
  }

  header .logo img {
    width: 83px !important;
    height: auto !important;
  }
  .sign,.sign1{
    font-size: 11px;
  }
}
