<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*========================
    Animation CSS
==========================*/
@-webkit-keyframes fireworkLine {
  0% {
    right: 20%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  25% {
    right: 20%;
    width: 6px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  35% {
    right: 0;
    width: 35%;
  }
  70% {
    right: 0;
    width: 4px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    right: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes fireworkLine {
  0% {
    right: 20%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  25% {
    right: 20%;
    width: 6px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  35% {
    right: 0;
    width: 35%;
  }
  70% {
    right: 0;
    width: 4px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    right: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@-webkit-keyframes fireworkPoint {
  30% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes fireworkPoint {
  30% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@-webkit-keyframes rotating-design {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating-design {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*========================
    Variable CSS
==========================*/
/* font family */
/* color variables */
:root {
  --theme-color: 18, 38, 54;
  --white: 255, 255, 255;
  --black: 0, 0, 0;
  --light-text: 155, 163, 170;
  --error-color: 240, 73, 73;
  --success-color: 25, 135, 84;
  --box-bg: 32, 51, 66;
  --light-bg: 246, 246, 247;
  --secondary-color: 255, 193, 7;
}

.dark {
  --white: 7, 20, 31;
  --black: 255, 255, 255;
  --theme-color: 255, 255, 255;
  --light-text: 155, 163, 170;
  --box-bg: 60, 60, 60;
  --light-bg: 18, 38, 54;
  --secondary-color: 255, 193, 7;
  --error-color: 240, 73, 73;
  --success-color: 25, 135, 84;
}

/*=====================
    Reset CSS
==========================*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.custom-container {
  padding: 0 16px;
}

section,
.section-t-space {
  padding-top: 25px;
}

.section-b-space {
  padding-bottom: 25px;
}

.panel-space {
  padding-top: 80px !important;
}

.theme-color {
  color: rgba(var(--theme-color), 1);
}

.light-text {
  color: rgba(var(--light-text), 1);
}

.error-color {
  color: rgba(var(--error-color), 1);
}


/*=====================
    Typography CSS
==========================*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  background-color: rgba(var(--white), 1);
}
body::-webkit-scrollbar {
  width: 0;
}

h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 0;
}

h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

h3 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
}

h4 {
  font-size: 14px;
  margin-bottom: 0;
}

h5 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}

h6 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}

p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
}

/*=====================
    Banner CSS
==========================*/
.banner-wapper {
  position: relative;
}
.banner-wapper .banner-bg {
  position: relative;
}
.banner-wapper .banner-bg .img-bg {
  /* border-radius: 6px; */
}
.banner-wapper .banner-bg .img-accepted-bank {
	/* height: 80px; */
	width: 100%;
}
.banner-wapper .banner-bg .banner-content {
  position: absolute;
  top: 20px;
  left: 15px;
  color: rgba(var(--white), 1);
}
.banner-wapper .banner-bg .banner-content h2 {
  width: 92%;
  color: #fff;
}
.banner-wapper .banner-bg .banner-content h4 {
  width: 92%;
  font-weight: 300;
  margin-top: 4px;
  color: #fff;
}
/*=====================
    Button CSS
==========================*/
.btn {
  margin-top: 16px;
  padding: calc(8px + 4 * (100vw - 320px) / 1600);
}
.btn-inline {
  padding-inline: calc(8px + 7 * (100vw - 320px) / 1600);
}
.btn:active {
  background-color: rgba(var(--theme-color), 1);
  color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--theme-color), 1);
}

.theme-btn {
  background-color: rgba(var(--theme-color), 1);
  color: rgba(var(--white), 1);
  font-weight: 400;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  border-radius: 8px;
}
.theme-btn:hover {
  background-color: rgba(var(--theme-color), 1);
  color: rgba(var(--white), 1);
}
.theme-btn:active {
  background-color: rgba(var(--theme-color), 1);
  color: rgba(var(--white), 1);
  border: 1px solid rgba(var(--theme-color), 1);
}

/*=====================
    Form CSS
==========================*/

.auth-form .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
@media (max-width: 375px) {
  .auth-form .option {
    font-size: 14px;
  }
}
.auth-form .option .forgot {
  text-align: right;
  color: rgba(var(--error-color), 1);
}

.detail-form .form-group .form-label {
  color: rgba(var(--theme-color), 1);
  font-weight: 500;
}
.detail-form .form-group .form-input {
  width: 100%;
  position: relative;
}
.detail-form .form-group .form-input .form-control {
  position: relative;
  padding: 15px;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  color: rgba(var(--theme-color), 1);
  background-color: rgba(var(--light-bg), 1);
}
.detail-form .form-group .form-input .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: none;
}
.detail-form .form-group .form-input .form-control::-webkit-input-placeholder {
  color: rgba(var(--light-text), 1);
}
.detail-form .form-group .form-input .form-control::-moz-placeholder {
  color: rgba(var(--light-text), 1);
}
.detail-form .form-group .form-input .form-control:-ms-input-placeholder {
  color: rgba(var(--light-text), 1);
}
.detail-form .form-group .form-input .form-control::-ms-input-placeholder {
  color: rgba(var(--light-text), 1);
}
.detail-form .form-group .form-input .form-control::placeholder {
  color: rgba(var(--light-text), 1);
}
.detail-form .form-group .form-input .form-control.search {
  padding: 10px 10px 10px 50px;
}
.detail-form .form-group .form-input i {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  padding-left: 5px;
  color: rgba(var(--light-text), 1);
}
.detail-form .form-group .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.detail-form .form-group .dropdown .dropdown-toggle {
  background-color: rgba(var(--box-bg), 1);
  color: rgba(var(--light-text), 1);
  border-radius: 6px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-form .form-group .dropdown .dropdown-toggle:active {
  border: none;
}
.detail-form .form-group .dropdown .dropdown-menu.show {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  background-color: rgba(var(--box-bg), 1);
  color: rgba(var(--light-text), 1);
  width: 100%;
}
.detail-form .form-group .dropdown .dropdown-menu li {
  display: block;
}
.detail-form .form-group .dropdown .dropdown-menu li .dropdown-item:active, .detail-form .form-group .dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: rgba(var(--theme-color), 1);
}

/*=====================
    offcanvas &amp; Sidebar CSS
==========================*/
.offcanvas.addtohome-popup {
  height: auto;
}
.sidebar-offcanvas {
  /* width: 280px !important; */
  background-color: rgba(var(--white), 1);
}
.sidebar-offcanvas.show {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  height: 100%;
  visibility: visible;
}
.sidebar-offcanvas .offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.sidebar-offcanvas .offcanvas-header h4 {
  color: rgba(var(--theme-color), 1);
  margin-left: 10px;
}
.sidebar-offcanvas .offcanvas-header img {
  width: 40px;
  border-radius: 100%;
}
.sidebar-offcanvas .offcanvas-header .btn-close {
  background-color: rgba(var(--white), 0.4);
  margin-left: auto;
  margin-right: 0px;
  font-size: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sidebar-offcanvas .sidebar-content .link-section li {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(var(--theme-color), 0.1);
}
.sidebar-offcanvas .sidebar-content .link-section li a {
  color: #3E4C98;
}
.sidebar-offcanvas .sidebar-content .link-section li a h2 {
  font-weight: normal;
}
.sidebar-offcanvas .sidebar-content .link-section li:last-child() {
  display: none;
}
.sidebar-offcanvas .sidebar-content .link-section li .pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-offcanvas .sidebar-content .link-section li .pages .switch-btn input[type=checkbox] {
  position: relative;
  width: 37px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(var(--box-bg), 1);
  outline: none;
  border-radius: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-offcanvas .sidebar-content .link-section li .pages .switch-btn input[type=checkbox]:checked {
  background: rgba(var(--theme-color), 0.1);
}
.sidebar-offcanvas .sidebar-content .link-section li .pages .switch-btn input[type=checkbox]:checked::before {
  -webkit-transform: translateX(80%) translateY(-50%);
          transform: translateX(80%) translateY(-50%);
  background: rgba(var(--theme-color), 1);
}
.sidebar-offcanvas .sidebar-content .link-section li .pages .switch-btn input[type=checkbox]:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(var(--light-text), 1);
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sidebar-offcanvas .sidebar-content .link-section li .pages h4 {
  color: rgba(var(--theme-color), 1);
}
.sidebar-offcanvas .sidebar-content .link-section li .pages i {
  color: rgba(var(--theme-color), 1);
  font-size: 28px;
  line-height: 1;
}

.sidebar-offcanvas .sidebar-content .link-section li .menu-sub li {
  border-bottom: none;
  padding-bottom: 5px;
}

/*=====================
    Detail-box CSS
==========================*/
.detail-box {
  position: relative;
  border-radius: 0;
  /*overflow: hidden;*/
  padding: 10px;
  background-color: transparent;
}
.detail-box .detail-box-img {
  position: relative;
  display: block;
}
.detail-box .detail-box-img .img {
  position: relative;
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
  padding: 8px;
  /* background-color: rgba(var(--white), 1); */
}
.detail-box-notice {
	border-radius: 6px;
}
.detail-box .detail-box-detail h4 {
  color: rgba(var(--theme-color), 1);
  font-weight: 500;
  line-height: 1.5;
  margin-top: 15px;
  font-size: 15px;
}
.detail-box .detail-box-detail h5 {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(var(--light-text), 1);
}
.detail-box .detail-box-detail h3 {
  color: rgba(var(--theme-color), 1);
}

.limit-detail {
  background-color: rgba(var(--light-bg), 1);
}
.limit-detail h4 {
  color: rgba(var(--theme-color), 1);
  font-weight: 500;
}
.limit-detail h5 {
  color: rgba(var(--light-text), 1);
  font-weight: 300;
}
.limit-detail .title {
  padding-top: 20px;
}

/*=====================
    Header CSS
==========================*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .head-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header .head-content .sidebar-btn {
  width: 40px;
  height: 40px;
  color: rgba(var(--theme-color), 1);
  padding: 8px;
  border: 1px solid rgba(var(--theme-color), 0.1);
  background-color: rgba(var(--white), 1);
  border-radius: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.header .head-content .sidebar-btn .menu-icon {
  --Iconsax-Color: rgba(var(--theme-color), 1);
}
.header .head-content .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.header .head-content .header-info .logo-pic {
  width: auto;
  height: 45px;
}
.header .head-content.header-info .partnership-pic {
  width: auto;
  max-height: 35px;
}
.offcanvas .offcanvas-header .sideBarlogo-pic {
  width: auto;
  height: 45px;
  border-radius: 0;
}
.header .head-content .header-info i {
  font-size: 24px;
}
.header .notification {
  width: 40px;
  height: 40px;
  color: rgba(var(--theme-color), 1);
  background-color: rgba(var(--white), 1);
  padding: 10px;
  border: 1px solid rgba(var(--theme-color), 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 2px 12px rgba(var(--theme-color), 0.05);
          box-shadow: 0px 2px 12px rgba(var(--theme-color), 0.05);
}
.header .notification .notification-icon {
  --Iconsax-Color: rgba(var(--theme-color), 1);
  position: relative;
}

.header-panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  z-index: 1;
  border-top: 1px solid rgba(var(--light-bg), 1);
  border-bottom: 1px solid rgba(var(--light-bg), 1);
}
.header-panel h2 {
  position: absolute;
  font-weight: 600;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: rgba(var(--theme-color), 1);
}

.detail-box .detail-box-detail h4.otp-number {
	color: rgba(var(--light-text), 1);
	font-weight: bold;
}

/*=====================
    Content Only CSS
==========================*/
.content-only {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.content-only h2 {
  position: relative;
  margin-top: 10px;
  color: rgba(var(--theme-color), 1);
}
.content-only h5 {
  position: relative;
  color: rgba(var(--light-text), 1);
  font-weight: 400;
  line-height: 1.5;
}

/*=============================
    Selection CSS
===============================*/
.selection-box .selection-list .selection-list-ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
  width: 100%;
  background: rgba(var(--white), 1);
  border-radius: 10px;
  border: 1px solid rgba(var(--theme-color), 0.07);
  -webkit-box-shadow: 0px 2px 6px rgba(var(--black), 0.04);
          box-shadow: 0px 2px 6px rgba(var(--black), 0.04);
}
.selection-box .selection-list .selection-list-ul .selection-item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px dashed rgba(var(--black), 0.07);
}
.selection-box .selection-list .selection-list-ul .selection-item-detail .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
}
.selection-box .selection-list .selection-list-ul .selection-item-detail .form-label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.selection-box .selection-list .selection-list-ul .selection-item-detail .form-check {
  padding: 0;
}
.selection-box .selection-list .selection-list-ul .selection-item-detail .form-check .form-check-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
}
.selection-box .selection-list .selection-list-ul .selection-item-detail .form-check .form-check-input:checked {
  background-color: rgb(18, 38, 54);
  border-color: rgba(var(--theme-color), 1);
}

.nav-pills .nav-link
{
  background-color: #6F42C1;
  color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link
{
  background-color: #28A745;
}

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

    .modal-game {
      background: rgba(44, 44, 44); color: #EAEAEA;
    }
    .modal-game-border {
      border: 1px solid #4A4A4A;
    }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; 
  font-size: 16pt;
  line-height: normal;
  color: #EAEAEA;
}


.gameCategoryBackground {
  /* height:73vh; */
  height:fit-content;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top:6px!important;
  padding-left:6px!important;
  padding-right:6px!important;
  font-size: 0.8em;
  background-size: contain;
  padding-bottom: 6px;
}

.gsModalCardImg {
  font-size: 10pt;
  border: 0;
  margin: 10px;
  background: transparent;
  color: #000;
}
.gsModalCardImg .form-control{
  color: #000;
}
.gsModalCardImg .btn {
  font-size: 10pt;
}

.gsModalFieldTitle {
  color: #FFFFFF;
  text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 0px -2px 0 #000;
}

.gsModalField {
  border: 1px solid #D8AD63;
  border-radius: 3px;
  box-shadow: 0px 3px 3px #00000029;
  background: #1F1F1F 0% 0% no-repeat padding-box;
}

  .gsModalField label, .gsModalField .btn-secondary:not(:disabled):not(.disabled).active {
      background: #1F1F1F;
      border-right: 0;
      text-align: left;
  }
.gsModalCopy {
  background: transparent linear-gradient(180deg, #D1B581 0%, #A77B3C 44%, #936F49 100%) 0% 0% no-repeat padding-box;
  border: 0;
  border-radius: 0;
}

.gsModalDownload {
  background: transparent linear-gradient(180deg, #DC5026 0%, #73190C 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 3px;
  border: 0;
}

.gsModalPlayNow {
  background: transparent linear-gradient(180deg, #F5BB36 0%, #C64F00 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 3px;
  border: 0;
}

.gsClose {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  border-radius: 50%;
  padding: 0.5em;
  width: 30px;
  height: 30px;
  border: 2px solid #D1D1D1;
  color: #D1D1D1;
  background: transparent;
  cursor: pointer;
}

  .gsClose::before {
      content: " ";
      position: absolute;
      display: block;
      background-color: #D1D1D1;
      width: 2px;
      left: 12px;
      top: 5px;
      bottom: 5px;
      transform: rotate(45deg);
  }

  .gsClose::after {
      content: " ";
      position: absolute;
      display: block;
      background-color: #D1D1D1;
      height: 2px;
      top: 12px;
      left: 5px;
      right: 5px;
      transform: rotate(45deg);
  }

  .gsLabelBtn {
    padding: 8px;
  }


  .navItemVertical{
    width: 100%;
    text-align:center;
    padding-right:6px;
    padding-left:6px;
    padding-top:4px;
    padding-bottom:4px;
  }
  .navItemHorizontal{
    text-align:center;
    padding-right:6px;
    padding-left:6px;
    padding-top:4px;
    padding-bottom:8px;
  }
  
  .navLinkVertical {
    border-radius:4px!important;
    border:none!important;
    box-shadow: 0px 0px 0px!important;
  }
  
  a.navLinkVertical.glass {
    background: #adb5bd;
    color: #dee2e6;
  }
  
  a.navLinkVertical.glass.active {
    background: #6c757d;
    color: #ced4da;
  }
  
  
  .navLinkVertical.glass {
    border-radius:4px!important;
    border:none!important;
    box-shadow: 0px 0px 0px!important;
   /*  background-image: url('/images/assets/v3/game_category_item_v_bg.png');  */
    background: rgba(0,0,0,0.25);
      -webkit-box-shadow: 
          0 2px 8px rgba(0,0,0,0.5),
          inset 0 1px rgba(255,255,255,0.3),
          inset 0 10px rgba(255,255,255,0.2),
          inset 0 10px 20px rgba(255,255,255,0.25),
          inset 0 -15px 30px rgba(0,0,0,0.3)!important;
  
      -moz-box-shadow:
          0 2px 8px rgba(0,0,0,0.5),
          inset 0 1px rgba(255,255,255,0.3),
          inset 0 10px rgba(255,255,255,0.2),
          inset 0 10px 20px rgba(255,255,255,0.25),
          inset 0 -15px 30px rgba(0,0,0,0.3)!important;
    
    box-shadow: 
          0 2px 8px rgba(0,0,0,0.5), /* Exterior Shadow */
          inset 0 1px rgba(255,255,255,0.3), /* Top light Line */
          inset 0 10px rgba(255,255,255,0.2), /* Top Light Shadow */
          inset 0 10px 20px rgba(255,255,255,0.25), /* Sides Light Shadow */
          inset 0 -15px 30px rgba(0,0,0,0.3)!important; /* Dark Background */
  }

  .zoom-in-out-img {
    /* animation: zoom-in-out 1s ease infinite; */
    animation: zoom-in-out 2s linear infinite;
  }
  
  @keyframes zoom-in-out {
    0% {
      scale: 100%
    }
    50% {
      scale: 80%;
    }
    100% {
      scale: 100%;
    }
  }

  .btn-primary.gameCatBtn {
    color: #fff;
    background: linear-gradient(135deg, #5a7ce2 0%,#8283e8 50%,#5c5de8 51%,#565bd8 71%,#575cdb 100%);
  
  }

.sb-menu-item {
  fill: #ebb800;
}

.partnership-box
{
    background-color: #01815e; /* #000; */
    border: 1px solid #888; /* medium gray border */
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6); /* stronger and more visible gray shadow */
    padding: 8px;
    color: #E3F2FD; /* light text color */
}

.partnership-item-title{
  font-size: 12pt;
  font-weight: bold;
  color: #ffff00;
}

.partnership-btn-wa{
  background-color: #25D366; 
  color: white; 
  border-radius: 8px; 
  box-shadow: 0 0 8px rgba(37, 211, 102, 0.5);
}

.partnership-btn-tg{
  background-color: #0088cc; 
  color: white; 
  border-radius: 8px; 
  box-shadow: 0 0 8px rgba(0, 136, 204, 0.5);
}

.partnership-btn-wl{
  background-color: #4B4B4B; 
  color: white; 
  border-radius: 8px; 
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
}

.partnership-btn-icon
{
  width: 20px;
  height: 20px;
}

.fixed-top {
  background-color: #01815e; /* #01815e; #fff; */
  box-shadow: 0px 0px 10px 0px #dee2e6;
}

.footer-nav {
  background-color: #fff;
  color: #fff;
  box-shadow: 0px 0px 10px 0px #dee2e6;
}

.footer-nav a span{
  /* color: #fff; */
}

.page-section{
  background-color: rgb(236, 236, 236);
  min-height: 100vh;
}</pre></body></html>