@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

:root {
  --body-color: #e4e9f7;
  --sidebar-color: #242526;
  --primary-color: #3a3b3c;
  --primary-color-light: #3a3b3c;
  --toggle-color: #fff;
  --text-color: #000;
  --search-bar: #f6f7fa;
  --header: #ffffff;
  --white-dark: #000;
  --dark-white: #fff;
  --dark-white2: #f2f2f7;
  --dark-white3: #fff;
  --box-radio: url(../image/download-l.png);
  --info-bg: #ffffff;
}

body {
  min-height: 100vh;
  background-color: #fff;
  transition: var(--tran-05);
  overflow-x: hidden;
}

::selection {
  background-color: var(--primary-color);
  color: #fff;
}

body.light {
  --body-color: #24262b;
  --sidebar-color: #1e2024;
  --primary-color: #695cfe;
  --primary-color-light: #f6f5ff;
  --search-bar: #272a30;
  --toggle-color: #ddd;
  --text-color: #fff;
  --header: #24262b;
  --dark-white: #191b1e;
  --dark-white2: #1c1e22;
  --dark-white3: #1c1e22;
  --box-radio: url(../image/download.png);
  --white-dark: #fff;
  --tran-03: all 0.2s ease;
  --tran-03: all 0.3s ease;
  --tran-04: all 0.3s ease;
  --tran-05: all 0.3s ease;
  --info-bg: #31343c;
}

.container {
  max-width: 1340px;
}

::selection {
  background-color: var(--primary-color);
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

a {
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

button,
button:focus,
button:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

ul,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  padding: 0px;
}

.table-responsive::-webkit-scrollbar {
  width: 0px;
}

input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

/* .bx-menu1 {
  display: none;
} */

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  background: #262626;
  z-index: 102;
  transition: all 0.5s ease;
}

.opacity-0 {
  opacity: 0;
}

.sidebar.close {
  /* width: 78px; */
  opacity: 1 !important;
  text-shadow: none;
  left: -418px;
}

.sidebar .logo-details {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}

.sidebar .logo-details i {
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}

.sidebar .logo-details .logo_name {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}

.sidebar.close .logo-details .logo_name {
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links {
  height: 100%;
  padding: 45px 0 190px 0;
  overflow: auto;
  cursor: pointer;
}

.sidebar.close .nav-links {
  overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}

.sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}

.sidebar .nav-links li:hover {}

.sidebar .nav-links li .iocn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar.close .nav-links li .iocn-link {
  display: block;
}

.sidebar .nav-links li i {}

.sidebar .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
}

.sidebar.close .nav-links i.arrow {
  display: none;
}

.sidebar .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 5px 10px 10px 5px;
  padding: 5px 25px;
  padding-right: 20px;
  width: 90%;
}

.sidebar .nav-links li a:hover,
.sidebar .nav-links li a.active {
  background: linear-gradient(to bottom,
      rgba(10, 126, 98, 1) 0%,
      rgba(3, 72, 56, 1) 100%);
}

.sidebar .nav-links li a .link_name {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
  text-transform: uppercase;
}

.sidebar.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li .menu-title-link {
  font-size: 14px;
  font-weight: 400;
  color: #0a7e62;
  transition: all 0.4s ease;
  padding: 10px 25px;
  text-transform: uppercase;
}

.sidebar.close .nav-links li .menu-title-link {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.sidebar .menu-logo {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
  padding: 20px;
  padding-top: 50px;
}

.sidebar.close .menu-logo {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.sidebar .nav-links li .sub-menu {
  padding: 6px 6px 14px 80px;
  margin-top: -10px;
  background: none;
  display: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
}

.sidebar .nav-links li .sub-menu a {
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu a:hover {
  opacity: 1;
}

.sidebar.close .nav-links li .sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}

.hide-op .link_name {
  display: none !important;
}

.sidebar.close .nav-links li .sub-menu .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
  position: relative;
  left: -52px;
  text-shadow: none;
  font-weight: 100;
  font-size: 12px;
  width: 94px;
}

.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}

.sidebar .profile-details {
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #171718;
  padding: 12px 0;
  transition: all 0.5s ease;
}

.sidebar.close .profile-details {}

.sidebar.close .profile-details {
  width: 78px;
}

.sidebar .profile-details .profile-content {
  display: flex;
  align-items: center;
}

.sidebar .profile-details img {
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}

.sidebar.close .profile-details img {
  padding: 10px;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.sidebar.close .profile-details p,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
  display: none;
}

.sidebar .profile-details .job {
  font-size: 12px;
}

.home-section {
  position: relative;
  background: #ffffff;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
  color: var(--text-color);
}

.sidebar.close~.home-section {
  left: 0;
  width: 100%;
}

.home-section .home-content {
  display: block;
  align-items: center;
  padding: 0;
  flex-direction: column;
  width: 100%;
  margin: 0px auto;
  padding-top: 65px;
  background: url(../image/bg.png) center center;
  background-size: cover;
  padding-bottom: 20px;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position-x: 115px;
}

.home-section .home-content .bx-menu,
.home-section .home-content .text {
  color: #11101d;
  font-size: 27px;
}

.home-section .home-content .bx-menu {
  margin: 0 15px;
  cursor: pointer;
  position: absolute;
  left: -35px;
  background: #1a1c20;
  color: #fff;
  z-index: 1000;
  border-radius: 40px;
  padding: 7px;
}

.home-section .home-content .text {
  font-size: 26px;
  font-weight: 600;
}

.menu-logo {
  display: block;
  text-align: center;
  padding: 20px 0;
  padding-top: 65px;
}

@media (max-width: 420px) {
  .sidebar.close .nav-links li .sub-menu {
    display: none;
  }
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.label {
  width: 65px;
  height: 35px;
  background-color: #000000;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0px;
  top: 1px;
}

.ball {
  width: 39px;
  height: 37px;
  /* background-color:white; */
  position: absolute;
  top: -1px;
  left: 0px;
  border-radius: 50%;
  transition: transform 0.2s linear;
  background: #055945;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox:checked+.label .ball {
  transform: translateX(35px);
}

.icon-change {
  color: pink;
  background: url("../image/bxs-moon.svg");
  position: absolute;
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  filter: brightness(0) invert(1);
}

.moon {
  color: pink;
  background: url("../image/bxs-moon.svg");
  position: absolute;
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  filter: brightness(0) invert(1);
}

.sun {
  color: yellow;
  background: url("../image/bxs-sun.svg");
  position: absolute;
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  filter: brightness(0) invert(1);
}

.side-img {
  min-width: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.side-img img {
  max-height: 40px;
  background: #055945;
  border-radius: 50%;
  padding: 5px;
  max-width: 40px;
  display: block;
}

.sidebar .nav-links li:hover a {}

.sidebar .nav-links li:hover a .link_name {
  color: #ffffff;
}

hr.hr-style {
  margin: 20px;
  border-top: 1px solid #151619;
  position: relative;
}

hr.hr-style:after {
  position: absolute;
  height: 1px;
  content: "";
  width: 100%;
}

.sidebar .nav-links li:hover a.mode-wrap {
  background: none;
  padding: 0px;
}

.mode-wrap {
  display: flex;
  justify-content: center;
}

.mode-clr {
  display: flex;
  justify-content: space-between;
  width: 150px;
  color: #fff;
  align-items: center;
}

span.mode-text.text {
  margin-left: 19px;
  font-size: 11px;
  font-weight: bold;
}

.mode-clr i {
  padding: 7px;
  font-size: 18px;
  position: relative;
  top: 1px;
}

.rtxt {
  display: flex;
}

.txt-curr {
  font-size: 12px;
  text-align: end;
  color: #5f5f5f;
}

.checkboxs {
  opacity: 0;
  position: absolute;
}

.checkboxs:checked+.label .ball {
  transform: translateX(35px);
}

.icon-changes {
  color: pink;
  background: url("../image/bxs-moon.svg");
  position: absolute;
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  filter: brightness(0) invert(1);
}

.sicon-changes {
  color: pink;
  background: url("../image/bxs-moon.svg");
  position: absolute;
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  filter: brightness(0) invert(1);
}

.dropdown {
  position: relative;
  height: 40px;
  margin-bottom: 20px;
}

.dropdown::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 1000;
  width: 8px;
  height: 8px;
  border: 2px solid #333;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(42deg);
  transition: 0.5s;
  pointer-events: none;
}

.dropdown.active::before {
  top: 17px;
  transform: rotate(316deg);
}

.dropdown input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: var(--search-bar);
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 8px 14px;
  border-radius: 30px;
  color: #fff;
}

.dropdown .options {
  position: absolute;
  bottom: 45px;
  width: 100%;
  background: #292c32;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  display: none;
}

.dropdown.active .options {
  display: block;
}

.dropdown .options div {
  padding: 10px 20px;
  cursor: pointer;
}

.dropdown .options div:hover {
  background: #62baea;
  color: #fff;
}

.side-in-box .link_name {
  display: flex;
  flex-direction: column;
}

.spt {
  display: flex;
  align-items: center;
}

.ico-spt {
  background: #68b60f;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  z-index: 1;
}

.spt-btn {
  background: #292c32;
  color: #b1b1b1;
  padding: 8px 20px;
  position: relative;
  left: -6px;
  font-size: 14px;
  border-radius: 0px 30px 30px 0px;
}

.scm {
  display: flex;
  justify-content: center;
}

.scm-in {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 10px;
}

.mode-wrap2 p {
  text-align: center;
  color: #fff;
}

.scm-in a {
  font-size: 26px;
  background: none !important;
  padding: 0px !important;
}

.clr-b {
  color: #26a7e8;
}

.clr-gl {
  color: #4fce5d;
}

.clr-g {
  color: #7bb32e;
  fill: #7bb32e;
}

.clr-y {
  color: #c98e10;
}

.clr-f {
  color: #1973eb;
}

.clr-r {
  color: #f13e6b;
}

.scm-in a:hover {
  background: none !important;
  padding: 0px !important;
}

.show-slide {
  display: none;
}

.sidebar.close .show-slide {
  display: block;
}

.sidebar.close img:hover,
.sidebar.close .active img {
  background: #202020;
  border-radius: 30px;
  padding: 6px;
}

.sidebar.close li:hover a {
  background: none;
}

.sidebar.close .mode-wrap {
  display: none;
}

.clr-box {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #2d3035;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  color: #fff;
  font-weight: 100;
  font-size: 15px;
  cursor: pointer;
}

li.in-slc:hover .options-in {
  opacity: 1;
}

.options-in {
  opacity: 0;
  position: absolute;
  top: -45px;
  width: 136px;
  left: -73px;
  border-radius: 5px;
}

.option-show {
  background: #2d3035;
  padding-bottom: 18px;
  position: relative;
  top: -68px;
  border-radius: 20px;
  padding: 10px;
}

.opt-itm {
  color: #fff;
  text-shadow: none;
  font-weight: 100;
  font-size: 14px;
  padding: 7px;
  text-align: left;
  margin: 5px;
  border: 1px solid #68b60f00;
  cursor: pointer;
}

li.in-slc {
  position: relative;
}

.sidebar.close li.in-slc:hover {}

.sidebar.close li.in-slc:hover .bg-hover {
  background: #292c32;
  position: absolute;
  padding: 5px;
  width: 136px;
  left: 19px;
  height: 39px;
  z-index: -1;
  border-radius: 20px;
  top: 1px;
  border: 1px solid #68b60f;
}

.sidebar.close li.in-slc:hover {}

.sidebar.close li.in-slc:hover .clr-box {
  background: none;
  opacity: 0;
}

.opt-itm.active,
.opt-itm:hover {
  border: 1px solid #68b60f;
  border-radius: 20px;
}

.opt-itm.active:after,
.opt-itm:hover:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f192";
  position: absolute;
  right: 19px;
  color: #68b60f;
}

.link_name2:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 0px;
  transform: rotate(180deg);
}

.hide-op .link_name2 {
  display: none;
  opacity: 0;
}

.mode-clr2 {
  display: flex;
  justify-content: space-between;
  width: 157px;
  background: #292c32;
  border-radius: 20px;
  padding: 1px 8px;
  align-items: center;
  height: 41px;
  position: absolute;
  left: -75px;
  top: -20px;
  border: 1px solid #68b60f;
}

.mode-clr2 .rtxt {
  font-size: 12px;
  color: #fff;
}

.mode-clr2 label {
  width: 61px;
  height: 30px;
  margin: 0px;
  color: #fff;
}

.mode-clr2 .ball {
  width: 31px;
  height: 30px;
  top: 0px;
}

li.hide-op {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.sidebar.close .box-mode {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #2d3035;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  color: #fff;
  font-weight: 100;
  font-size: 15px;
  cursor: pointer;
}

.ico-spt2 {
  background: #68b60f !important;
}

.text-out {
  font-size: 12px;
  width: 94px !important;
  position: relative;
  left: -28px !important;
}

.sidebar.close .mode-wrap2 p {
  display: none;
}

.sidebar.close .scm-in {
  display: grid;
  grid-template-columns: repeat(1, 2fr);
  gap: 10px;
}

.sidebar.close .mode-clr {
  position: relative;
  left: 57px;
  background: #292c32;
  border-radius: 20px;
  width: 260px !important;
  opacity: 0;
  height: 40px;
  transition: all 0.4s ease;
  border: 1px solid #68b60f;
}

.sidebar.close .rtxt {
  width: 89px;
  justify-content: center;
  padding-right: 14px;
}

.sidebar .btn-ball {
  opacity: 0;
}

.sidebar.close li.hide-op:hover .mode-clr {
  opacity: 1;
  height: 40px;
  padding: 1px;
}

.sidebar.close .btn-ball {
  opacity: 1;
  left: 19px;
  width: 40px;
  height: 40px;
  top: 0px;
}

.sidebar.close .mode-text {
  margin: 0px;
  text-align: right;
}

.btn-log {
  font-size: 20px;
}

.btn-log i {
  font-size: 25px;
  margin-right: 15px;
}

.btn-log {
  display: flex;
  border: none;
  background: none;
  color: #fff;
  text-align: center;
  margin: 0px auto;
  font-size: 13px;
  align-items: center;
  text-align: center;
}

.btn-log p {
  margin: 0px;
}

.sidebar.close .btn-log i {
  margin: 0px;
}

.sidebar li.hide-op {
  margin: 0px;
}

.sidebar.close li.hide-op {
  margin-top: 10px;
}

.sidebar .nav-links li.active img {
  background: linear-gradient(to right,
      rgba(59, 88, 26, 1) 0%,
      rgba(52, 55, 63, 1) 47%,
      rgba(52, 55, 63, 1) 100%);
  border-radius: 30px;
  padding: 6px;
}

/**********Header************/
.bx-menu2 {
  margin: 0 15px;
  cursor: pointer;
  background: none;
  color: #034838;
  z-index: 1000;
  border-radius: 40px;
  padding: 7px;
  font-size: 27px;
  margin-right: 0;
  margin-left: 0;
}

.home-header {
  z-index: 100;
  height: 65px;
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  position: fixed;
  background: #ffffff;
  width: 100%;
  left: 0;
  right: 0;
}

.home-header .container {
  max-width: 1331px;
  margin-left: 20%;
  justify-content: space-between;
}

.home-header.side-off {
  width: 100%;
}

.header-l {
  display: flex;
  align-items: center;
}

.logo {
  padding: 0px 14px;
  margin-right: 20px;
  display: block;
}

.logo img {
  max-width: 260px;
}

img {
  max-width: 100%;
}

.search-bar {
  display: flex;
  background: #081c05;
  height: 43px;
  border-radius: 30px;
  width: 30vw;
  align-items: center;
}

.input-search {
  background: none;
  border: none;
  width: 100%;
  color: #22501a;
}

.search-bar i {
  font-size: 20px;
  color: #22501a;
  padding: 10px 20px;
}

.header-r {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header-r button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2vw 1vw;
  border-radius: 5px;
  color: #fff;
  font-size: 0.8vw;
  min-width: 110px;
  text-transform: uppercase;
}

.btn-signup {
  background: #eb1d30;
}

.btn-sign {
  background: #f77c1e;
}

.register-container {
  background: url(../static/register-abstract-default.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 240px;
  display: flex;
  flex-direction: row;
  margin: 30px auto;
}

.register-container__left {
  display: flex;
  flex-direction: column;
  flex: 2;
  gap: 1rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 8px 0 0 8px;
  padding: 2rem 0.5rem;
}

.register-container__right {
  flex: 3;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: relative;
}

.register-container__right-novid {
  flex: 3;
}

.register-background {
  width: 100%;
  height: 100%;
  background-image: url(../static/register-background-default.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: absolute;
  top: 0;
}

.register-foreground {
  width: 100%;
  height: 100%;
  background-image: url(../static/register-foreground-default.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 900px) {
  .register-container {
    flex-direction: column;
    background-image: none;
    width: 100%;
  }

  .register-container__left {
    background-image: url(../static/register-abstract-default.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .register-container__right {
    min-height: 320px;
    background-position: right;
  }
}

.register-divider {
  color: var(--greyLightest);
  font-weight: 400;
  position: relative;
}

.register-divider::before,
.register-divider::after {
  content: "";
  display: block;
  top: 52%;
  position: absolute;
  width: 50px;
  height: 1px;
  background: var(--greyLighter);
}

.register-divider::before {
  left: calc((12px + 50px) * -1);
}

.register-divider::after {
  left: calc(100% + 12px);
}

/**********Product slider************/
.game-wrap {
  display: flex;
  gap: 10px;
}

.gm-image {}

.gm-image img {
  width: 58px;
}

.gm-image2 img {
  height: 6vw;
}

.ply-name {
  color: #929292;
  font-size: 0.5vw;
}

.ply-won {
  font-size: 0.6vw;
}

.wh-txt {
  /* color:#fff; */
}

.gn-txt {
  color: #5ee419;
}

.gm-detail {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
}

.gm-nm {
  font-size: 0.5vw;
  color: #fff;
}

.product-in {
  display: flex;
  justify-content: space-between;
  background: var(--dark-white);
  padding: 20px;
  border-radius: 25px;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
}

.product-slider {
  display: flex;
  margin: 20px 0px;
  max-width: 100%;
}

.ttl-txt {
  display: flex;
  font-size: 0.8vw;
}

.ttl-slider {
  display: flex;
  align-items: center;
}

.img-ico img {
  height: 30px;
  margin-right: 10px;
}

.pd-item-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  float: left;
  width: 33%;
}

.pd-item-2 {
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.pd-item-3 {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.yl-txt {
  color: #f5c01f;
  margin-right: 10px;
}

.gn-txt2 {
  color: #5ee419;
  margin-right: 10px;
}

.pk-txt {
  color: #e70b60;
  margin-right: 10px;
}

@-webkit-keyframes shrink {
  0% {
    color: green;
    transform: scale(1);
  }

  100% {
    transform: scale(1);
    color: grey;
  }
}

@keyframes shrink {
  0% {
    color: green;
    transform: scale(1);
  }

  100% {
    transform: scale(1);
    color: grey;
  }
}

@-webkit-keyframes grow {
  0% {
    transform: scale(1);
    color: grey;
  }

  100% {
    transform: scale(1);
    color: green;
  }
}

@keyframes grow {
  0% {
    transform: scale(1);
    color: grey;
  }

  100% {
    transform: scale(1);
    color: green;
  }
}

/* $. Classes\*----------------------------------------------------------------*/
.animate {
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  filter: blur(0);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center left;
}

.animate--shrink,
.hero__title .slick-current>span {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: shrink;
  animation-name: shrink;
  -webkit-animation-timing-function: "linear";
  animation-timing-function: "linear";
}

.animate--grow,
.no-js .hero__title .slick-dupe:nth-child(2)>span,
.hero__title .slick-current+.slick-slide>span {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: "linear";
  animation-timing-function: "linear";
  -webkit-animation-name: grow;
  animation-name: grow;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  tap-highlight-color: transparent;
  padding-top: 15px;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0;
  outline: none;
}

.slick-vertical .slick-slide::-moz-selection {
  outline: none !important;
  border: 0 !important;
  box-shadow: none;
}

.slick-vertical .slick-slide:focus,
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide::selection {
  outline: none !important;
  border: 0 !important;
  box-shadow: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-current {
  position: relative;
}

.hero__title .slick-slide {
  overflow: hidden;
  padding: 0px 0;
}

.hero__title [aria-hidden] {
  transition: 1s;
}

.hero__title .slick-current>span {
  box-sizing: border-box;
  display: block;
}

.no-js .hero__title .slick-dupe:nth-child(2)>span {
  padding: 1em;
}

.hero__title-misc {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: grey;
}

.slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.slider .swiper-slide {
  width: 18%;
}

.slider .swiper-slide:nth-child(2n) {
  width: 18%;
}

.slider .swiper-slide:nth-child(3n) {
  width: 18%;
}

.slider .swiper-slide:first-child {
  width: 37%;
}

.all-1 .swiper {
  width: 100%;
  height: 100%;
  padding: 0px;
}

.all-1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.all-1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.all-1.swiper-button-prev,
.all-1 .swiper-button-next {
  height: 25px;
  width: 25px;
  top: 29px;
  background-color: white;
  background-size: 14px;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: 0.6s all;
  cursor: pointer;
  background-repeat: no-repeat;
}

.all-1 .swiper-button-prev:hover,
.all-1.swiper-button-next:hover {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.all-1 .swiper-button-prev {
  left: initial;
  right: 35px;
  top: 29px;
  height: 25px;
  width: 25px;
}

.all-1 .swiper-button-next {}

.all-1 .swiper-button-next:after,
.all-1 .swiper-button-prev:after {
  color: #000;
  font-size: 12px;
}

.gm-nm2 {
  /* color:#fff; */
  font-size: 0.7vw;
}

.prv-nm {
  background: #000;
  font-size: 0.5vw;
  padding: 3px;
  border-radius: 20px;
  color: #8794a0;
  margin-top: 20px;
  text-align: center;
}

.gm-image2 {}

.all-1 .swiper-card .gm-detail {
  padding-top: 20px;
}

.b-game {
  display: flex;
  flex-direction: column;
  display: flex;
  padding: 20px;
  max-width: 100%;
}

.ttl-all {
  display: block;
}

.lobby-wrap ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0px;
  gap: 20px;
}

.lobby-wrap {
  background: #051003;
  padding: 20px;
  border-radius: 0px 20px 20px 20px;
}

.wrap-ttl {
  display: inline-block;
  background: #051003;
  padding: 10px 20px;
  border-radius: 20px 0px 0px 0px;
  position: relative;
  font-weight: bold;
}

.lobby-wrap ul li img {
  border-radius: 20px;
}

.wrap-ttl span {
  color: ;
}

.wrap-ttl:after {
  background: var(--box-radio) no-repeat;
  content: "";
  height: 68px;
  width: 83px;
  position: absolute;
  background-size: 100% 100%;
  top: 0px;
  right: -72px;
}

.carousel {
  background: #fff;
  border-radius: 20px;
}

.carousel-cell {
  width: 100%;
  height: auto;
  margin-right: 10px;
  background: #051003;
  border-radius: 0px 20px 20px 20px;
  counter-increment: gallery-cell;
}

.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #333;
  border-radius: 50px;
}

.flickity-prev-next-button:hover {
  background: #eb1d30;
}

.flickity-prev-next-button .arrow {
  fill: white;
}

.flickity-prev-next-button.no-svg {
  color: white;
}

.flickity-prev-next-button.previous {
  right: 50px;
  top: -25px;
  left: auto;
}

.flickity-prev-next-button.next {
  right: 0px;
  top: -25px;
}

.lobby {
  flex-direction: column;
  display: flex;
  padding: 20px;
  max-width: 100%;
}

ol.flickity-page-dots {
  display: none;
}

.lobby-all ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  list-style: none;
}

.lobby-all ul li img {
  display: block;
  margin: 0px auto;
}

.lobby-all {
  padding: 20px;
}

.leader-board {
  max-width: 65vw;
  margin: 0px auto;
  width: 100%;
  margin-top: 40px;
}

.leader-box {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to bottom,
      rgba(0, 59, 57, 1) 0%,
      rgba(5, 16, 3, 1) 100%);
  border-radius: 15px;
  align-items: center;
  padding: 20px;
  gap: 20px;
}

.lead-top-l {
  display: flex;
  width: 50%;
  justify-content: space-between;
}

table.wn-table tr:nth-child(odd) {
  background: #051003;
}

.wn-table {
  width: 100%;
}

.winner-table {
  background: var(--body-color);
  padding: 15px;
}

.lead-r {
  width: 50%;
}

table.wn-table tr td {
  padding: 10px;
  text-align: center;
}

.lead-in-l {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: baseline;
}

.lead-btn {
  display: inline-flex;
  background: linear-gradient(to bottom,
      rgba(246, 196, 33, 1) 0%,
      rgba(241, 151, 17, 1) 100%);
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  margin-top: 42%;
}

.lead-in-l p {
  width: 180px;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
}

.board-in {
  position: relative;
}

.top-win {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 10;
}

.winner-board {
  margin-top: 20px;
}

.btn-in {
  background: linear-gradient(to right,
      rgba(59, 88, 26, 1) 0%,
      rgba(52, 55, 63, 1) 47%,
      rgba(52, 55, 63, 1) 100%);
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
}

table.board-tlb {
  width: 100%;
}

.boar-btm {
  background: #051003;
  padding: 20px;
}

table.board-tlb tr td {
  text-align: left;
  padding: 7px;
  font-size: 0.8vw;
}

table.board-tlb tr th {
  color: #5e6f70;
  font-weight: 100;
}

table.board-tlb tr td:last-child {
  text-align: right;
}

table.board-tlb tr th:last-child {
  text-align: right;
}

.home-footer {
  background: #0a7e62;
}

.footer-in {
  max-width: 65vw;
  margin: 0px auto;
  width: 100%;
  padding-top: 0vw;
  padding-bottom: 40px;
}

.footer-l p {
  color: #555b65;
}

.footer-wrap {
  display: flex;
  padding-top: 4vw;
}

.footer-l {
  width: 18vw;
  padding-right: 60px;
  font-size: 12px;
  position: relative;
  line-height: 30px;
  top: 0px;
}

.footer-r {
  width: 65%;
  display: flex;
  padding: 0px 20px;
  justify-content: space-between;
}

.footer-l:after {
  height: 195px;
  border-right: 1px solid #555b65;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
}

.footer-menu ul {
  list-style: none;
  padding: 0px;
  padding-left: 66px;
}

.footer-menu ul li a {
  color: #555b65;
  font-size: 12px;
  line-height: 30px;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.footer-ll {
  color: #555b65;
  font-size: 12px;
}

.footer-ll p {
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-ll-in {
  display: flex;
  gap: 60px;
}

.footer-ll-in a {
  color: #eb1d30;
}

.footer-dnw p {
  margin-bottom: 7px;
}

.footer-bottom {
  display: flex;
  border-top: 1px solid #555b65;
  margin: 20px 0px;
  padding-top: 30px;
  justify-content: space-between;
}

.footer-img ul {
  list-style: none;
  display: flex;
  gap: 10px;
  filter: grayscale(0.5);
}

.ft-btm-r img {
  filter: contrast(0.5);
  height: 30px;
}

.ft-btm-r ul {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 5vw;
}

.footer-img img {
  filter: contrast(0.5);
  height: 30px;
}

.ft-btm-l {
  display: flex;
  width: 50%;
  gap: 20px;
  align-items: flex-start;
}

.ft-btm-l p {
  font-size: 12px;
  color: #555b65;
}

.product-slider {
  display: block;
}

.product-slider-m {
  display: none;
}

.product-in-m {
  grid-template-columns: 100%;
  display: grid;
  justify-content: space-between;
  background: var(--dark-white);
  padding: 20px;
  border-radius: 25px;
}

.login-modal {
  padding: 0px;
  width: 100%;
}

.login-modal .modal-body {
  padding: 0px;
  position: relative;
}

.modal-dialog.login-modal {
  max-width: 464px;
}

.login-modal .modal-content {
  background: none;
  border: none;
}

.login-modal .close {
  position: absolute;
  right: 18px;
  font-size: 25px;
  z-index: 1;
  color: #fff;
  top: 4px;
  text-shadow: none;
  opacity: 1;
}

.mdl-form-box {
  top: 35%;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #f4f4f4;
}

.mdl-form-box h4 {
  text-align: center;
  color: #000;
  font-size: 17px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.mdl-form-box .form-control {
  color: #000000;
  background: #fff;
  border-radius: 0;
  border: none;
}

.mdl-form-box label {
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.mdl-form-box .form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px !important;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #26282d;
  border: 1px solid #646d74;
  border-radius: 2px;
}

.container-checkbox:hover input~.checkmark {
  background-color: #26282d;
}

.container-checkbox input:checked~.checkmark {
  background-color: #26282d;
}

.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-checkbox input:checked~.checkmark:after {
  display: block;
}

.container-checkbox .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #44b40a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mdl-form-box .form-check {
  padding-left: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.pop-btm {
  bottom: 0px;
  width: 100%;
  background: #17181b;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px auto;
  text-align: center;
  padding: 10px;
  border-radius: 0px 0px 20px 20px;
}

.wrap-ico {
  display: inline-block;
  justify-content: center;
}

.wrap-ico ul {
  display: flex;
}

.pop-btm p {
  color: #73898a;
  font-size: 14px;
}

.wrap-ico ul {
  list-style: none;
  justify-content: center;
  background: #26282d;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 40px;
  gap: 10px;
}

.login-modal .modal-body {
  /* border-radius: 20px; */
}

.wrap-pop {
  position: relative;
  background: #ffffff;
  border-radius: 0px 0px 50px 50px;
}

.log-wrap button {
  padding: 8px 30px;
  border-radius: 5px;
  font-size: 14px;
  display: block;
  background: #eb1d30;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
}

.log-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn-inn {
  background: #31343c;
  color: #57d218;
}

.btn-up {
  background: #57d218;
  color: #fff;
}

.form-group {
  position: relative;
}

.btn-forgot {
  display: block;
  width: 100%;
}

.btn-forgot a {
  display: block;
  font-size: 12px;
  color: #eb1d30;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  opacity: 1;
  margin-top: 15px;
  cursor: pointer;
}

.mdl-form-in {
  display: flex;
  position: relative;
  justify-content: flex-start;
}

.car-left {
  position: relative;
  padding: 20px;
}

.car-left a {
  padding-left: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  color: var(--text-color);
}

.car-left a:hover {
  color: var(--white-dark);
}

.car-left i {
  padding-right: 20px;
}

.btn-rest {
  color: #fff;
  background: #57d218;
  width: 100%;
}

.all-1 {
  display: contents;
}

.all-1 .game-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/************Sport******************/
.sport-lobby {
  margin-top: 30px;
  display: flex;
  background: #051003;
  border-radius: 10px;
  padding: 10px;
}

.sport-lobby ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}

.sport-ifame {
  display: block;
  margin: 0px auto;
  min-width: 1560px;
  width: 1560px;
}

.page-ttl {
  display: inline-flex;
  background: linear-gradient(to right,
      rgba(59, 88, 26, 1) 0%,
      rgba(52, 55, 63, 1) 47%,
      rgba(52, 55, 63, 1) 100%);
  padding: 8px 20px;
  border-radius: 0px 20px 20px 0px;
  align-items: center;
}

.ico-ttl {
  margin-right: 5px;
}

.page-nm {
  color: #fff;
}

.slot-lobby {
  width: 100%;
  padding: 0px;
}

.slt-lbby ul {
  display: grid;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  gap: 18px;
  grid-template-columns: repeat(7, 1fr);
}

.slt-lbby {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.mix {
  display: none;
}

.filter-menu-bar {
  margin: 30px 0;
  display: inline-flex;
  justify-content: center;
  /* grid-template-columns:repeat(6,1fr); */
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.pmbox {
  background: #0a7e62;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 10px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  border-radius: 7px;
  text-align: center;
  width: 12%;
}

.pmbox:hover,
.pmbox.active {
  color: #fff;
  background: #f77c1e;
}

.promo-content {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.pm-boxer {
  display: block;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  max-width: 100%;
  height: auto;
  align-content: center;
  color: #fff;
  flex-direction: column;
}

.img-prm img {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  width: 100%;
}

.pm-boxer_inner {
  background: #e7e7e7;
  padding: 15px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.pm-boxer_inner h4 {
  color: #000000;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.poker_org_txt {
  color: #000000;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 12px;
}

h4.ttl-promo {
  color: #21276d;
  font-size: 17px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.promo-per {
  color: #e40080;
  display: flex;
  margin-top: 20px;
}

.pm-boxer_inner_sec {
  display: flex;
  justify-content: space-between;
}

.moreinfo_btn {
  background: #eb1d30;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  width: 48%;
  height: 30px;
  font-size: 13px;
}

.apply_btn {
  background: #f77c1e;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  width: 48%;
  height: 30px;
  font-size: 13px;
}

.text_red {
  color: #e40080;
  margin-left: 10px;
  font-weight: bold;
}

.text_blue {
  color: #9a7922;
}

.modal-dialog.promo {
  max-width: 800px !important;
  border-radius: 20px;
}

.modal-content.promo {
  border: none;
  background: var(--dark-white);
  border-radius: 20px;
  /* border: 1px solid #eb1d30; */
}

button.close-promo {
  background: none;
  border: none;
  font-size: 19px;
  padding: 7px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
}

.grlist {
  color: var(--text-color);
}

.pm-title-wrapper {
  font-size: 16px;
  font-weight: 700;
  background: #eb1d30;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 0;
}

.pmtable-wrapper {}

table.promo-table tr th {
  color: #fff;
  background: #eb1d30;
  padding: 4px;
  text-align: center;
  border: 1px solid var(--text-color);
}

table.promo-table tr td {
  border: 1px solid var(--text-color);
  padding: 5px;
  color: var(--text-color);
  text-align: center;
}

.gr-title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #eb1d30;
}

.grlist ul {
  padding-left: 20px;
  margin-top: 5px;
}

.grlist ul li {
  padding-bottom: 8px;
  font-size: 14px;
  list-style: disc;
  color: var(--text-color);
}

.promo-pop-cont {
  padding: 15px;
  border: 1px solid #eb1d30;
  border-radius: 0px 0px 20px 20px;
  color: var(--text-color);
}

.promo-nav button {
  background: #1e2024;
  padding: 10px 30px;
  color: #fff;
  border-radius: 20px;
}

.filter-box {
  margin-top: 30px;
}

.close-promo span {
  font-size: 30px;
}

.af-wrap {
  width: 100%;
  margin: 0px auto;
}

.aff-bnr {
  position: relative;
}

.btn-aff {
  background: #eb1d30;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  width: 25vw;
  font-weight: bold;
}

.btn-aff-wrap {
  display: flex;
  justify-content: center;
  margin-top: -30px;
}

.aff-1 h4 {
  text-align: center;
  font-size: 35px;
}

.aff-1 {
  margin-top: 4vw;
}

.in-aff-1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: var(--dark-white);
  border-radius: 30px;
  padding: 20px;
}

.aff-in-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 25px;
}

.in-aff-top {
  display: flex;
  align-items: flex-end;
  color: #eb1d30;
  justify-content: space-between;
}

.in-aff-top h5 {
  font-size: 24px;
  width: 50%;
  margin-bottom: 18px;
}

.aff-content p {
  color: #6a717b;
  font-size: 15px;
}

.aff-content a {
  color: #eb1d30;
}

.aff-reward h4 {
  font-size: 35px;
  text-align: center;
}

.aff-reward {
  margin-top: 4vw;
}

.aff-reward p {
  color: #6a717b;
  font-size: 15px;
  text-align: center;
  margin-top: 1vw;
  margin-bottom: 3vw;
}

.btn-reward {
  background: #1c1e22;
  color: #fff;
  border-radius: 20px;
  font-size: 24px;
  padding: 10px 40px;
}

.btn-reward {
  text-align: center;
  margin: 0px auto;
  display: flex;
  padding: 10px 20px;
}

.rwd-graph {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4vw;
}

.graph-in {
  background: var(--dark-white);
  border-radius: 20px;
  padding: 20px;
}

.aff-in-2 {
  display: flex;
  justify-content: space-between;
  height: 7vw;
}

.rwd-l h5 {
  color: #eb1d30;
  margin-bottom: 20px;
}

.rwd-l p {
  font-size: 15px;
}

.rwd-info {
  font-size: 15px;
}

.ttx-y {
  font-size: 24px;
  color: #f6c722;
}

.ttx-g {
  color: #eb1d30;
}

.rwd-wrap {
  background: var(--body-color);
  margin: 0px;
  margin-top: 20px;
  border-radius: 20px;
  height: auto;
}

.rwd-top-l {
  display: flex;
  flex-direction: column;
  width: 50%;
  font-size: 12px;
}

.rwd-top {
  display: flex;
  color: #6a717b;
  padding: 20px 50px;
  font-size: 15px;
}

.img-graph img {
  display: block;
  margin: 0px auto;
}

.wd-ft {
  display: flex;
  justify-content: end;
  padding: 5px 65px;
}

p.rwd-ft-p {
  text-align: center;
  padding: 10px;
}

.rwd-l {
  width: 60%;
}

.top-txt {
  color: #6a717b;
  padding: 20px;
}

.rewd-date {
  background: var(--dark-white);
  margin-top: 4vw;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 50px;
  align-items: baseline;
}

.rewd-1 {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: center;
  margin-top: 30px;
}

.rewd-date h4 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  display: block;
  width: 100%;
  text-align: center;
}

.amt-red {
  background: var(--body-color);
  color: #f6c622;
  margin: 10px;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
}

.rwd-table {
  margin: 4vw auto;
  display: block;
  text-align: center;
}

.table-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 2vw;
}

.rwd-in {
  width: 50%;
}

table.rwdin-table tr th:first-child {
  text-align: left;
}

table.rwdin-table tr th:last-child {
  text-align: right;
}

table.rwdin-table {
  width: 100%;
}

table.rwdin-table tr td:first-child {
  text-align: left;
}

table.rwdin-table tr td:last-child {
  text-align: right;
}

table.rwdin-table tr:nth-child(even) {
  background: var(--dark-white);
}

table.rwdin-table tr th {
  font-size: 12px;
  font-weight: 100;
  color: #6a717b;
  padding: 10px 20px;
}

table.rwdin-table tr td {
  padding: 10px 20px;
  font-size: 15px;
}

table.rwdin-table tr {
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}

.af-wrap.aff-off {
  width: 1140px;
  margin: 0px auto;
}

.vip-wrap ul {
  list-style: none;
  display: flex;
  gap: 10px;
  margin-top: 2vw;
}

.vip-wrap ul li a {
  position: relative;
  display: flex;
}

.vip-ttl {
  position: absolute;
  bottom: 2vw;
  text-align: center;
  width: 100%;
  font-size: 1vw;
  text-transform: uppercase;
  color: #c3bd9d;
}

.txt-gn {
  color: #eb1d30;
}

.vip-wrap2 ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.vip-wrap2 ul li {
  background: var(--dark-white);
  border-radius: 20px;
}

.vip-wrap2 ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.vip-ttl-wrap {
  padding-bottom: 20px;
  text-align: center;
  color: var(--text-color);
}

.vip-ttl-wrap h4 {
  color: #c3bd9d;
  font-size: 0.8vw;
}

.info-all {
  display: flex;
  width: 100%;
  gap: 20px;
}

.info-side ul {
  display: flex;
  flex-direction: column;
  background: #040e03;
  padding: 20px;
  border-radius: 20px;
  list-style: none;
}

.info-side {
  width: 18vw;
}

.info-content {
  width: 100%;
  padding: 0;
  color: #66717e;
  font-size: 12px;
}

.info-content p {
  margin-bottom: 20px;
}

.info-side ul a {
  color: #66717e;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 15px;
}

.info-side ul a.active,
.info-side ul a:hover {
  background: ;
  color: #fff;
}

.info-content h4 {
  margin-bottom: 20px;
  color: var(--text-color);
}

.info-content ol {
  margin: 15px;
}

.info-content ol li {
  margin-bottom: 20px;
}

.inf-mn-m {
  display: none;
}

button.btn-tnc {
  background: #eb1d30;
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding: 8px 15px;
  color: #fff;
  border: none;
  border-radius: 5px;
  position: relative;
}

button.btn-tnc.collapsed {
  background: #1c1e22;
  color: #fff;
}

button.btn-tnc:focus {
  outline: none;
}

.tnc-card {
  margin-bottom: 5px;
}

.tnc-body {
  background: rgb(36 38 43);
  padding: 20px 20px 10px;
  border-radius: 4px;
  margin-top: 2px;
  line-height: 1.3;
}

.tnc-body ol {
  padding-left: 15px;
}

.tnc-body ol li {
  padding-bottom: 8px;
}

.bank-table tr.trans td {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 1px solid #a60417;
  padding: 2px;
}

.bank-table tr.trans1 td {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 1px solid #a60417;
  padding: 2px;
}

.bank-table tr.dwbox td {
  background: linear-gradient(to bottom,
      rgba(215, 155, 52, 1) 0%,
      rgba(249, 229, 129, 1) 15%,
      rgba(238, 201, 91, 1) 58%,
      rgba(215, 152, 42, 1) 83%,
      rgba(215, 162, 65, 1) 100%);
  color: #000;
  font-weight: 600;
  padding: 2px;
}

button.btn-tnc::after {
  content: ">";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 17px;
  top: 10px;
  transform: rotate(270deg);
  transition: all 0.3s;
}

button.btn-tnc.collapsed::after {
  content: ">";
  transform: rotate(90deg);
  transition: all 0.3s;
}

.inf-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.info-side ul li {
  margin-bottom: 20px;
}

.btn-cnt a {
  background: linear-gradient(to bottom,
      rgba(119, 59, 250, 1) 0%,
      rgba(90, 28, 198, 1) 100%);
  padding: 10px 40px;
  font-size: 16px;
  border-radius: 30px;
}

.btn-cnt {
  display: flex;
  justify-content: center;
}

.btn-cnt a:hover {
  background: linear-gradient(to bottom,
      rgba(90, 28, 198, 1) 0%,
      rgba(119, 59, 250, 1) 100%);
}

.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.dropdown-menu.pull-right:before {
  right: 9px;
  left: auto;
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}

.dropdown-menu.pull-right:after {
  right: 10px;
  left: auto;
}

.top-down::before {
  display: none;
}

.top-down .dropdown-toggle::after {
  display: none;
}

.dropbtn {
  background-color: var(--dark-white2);
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-af {
  display: inline-block;
}

.dropdown-content {
  display: none;
  min-width: 298px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown-af:hover .dropdown-content {
  display: block;
  position: absolute;
  right: 20px;
  animation-duration: 0.5s;
}

.dropdown-af:hover .dropbtn {}

.drop-box {
  padding: 10px 10px;
  background: #fff;
  margin-top: 12px;
  border-radius: 10px;
}

.use-img img {
  border-radius: 50px;
  width: 52px;
}

.dropdown-af {
  position: relative;
}

button.dropbtn {
  padding: 0px 0px !important;
}

button.dropbtn i {
  padding: 10px 15px;
  font-size: 20px;
  color: #0a7e62;
  padding-left: 65px;
  background: #f4f4f4;
  border-radius: 10px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.top-down {
  margin: 0px;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 5px 15px;
  height: 40px;
}

.bln-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

span.bln-ico {
  color: #ffb800;
  font-size: 20px;
  display: flex;
}

.blc-all {
  font-size: 15px;
  color: #000000;
}

.txt-wh {
  color: var(--text-color);
}

.bln-ttl {
  color: #000000;
  font-size: 15px;
  margin-right: 10px;
}

span.ico-dwn {
  color: var(--text-color);
}

button.btn-wal {
  background: #0a7e62;
  height: 40px;
  font-size: 16px;
  border-radius: 5px;
  padding: 0px 15px;
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

button.btn-wal img {
  filter: invert(1);
  max-height: 26px;
  margin-right: 10px;
}

button.btn-wal i {
  padding-right: 10px;
  font-size: 20px;
}

.top-down .dropdown-menu {
  background: none;
  min-width: 310px;
  border-radius: 20px;
  transform: translate3d(0px, 60px, 0px) !important;
  padding: 0px;
  margin: 0px;
  border: none;
}

.top-down .dropdown-menu:before {
  border-bottom: 7px solid #1c1e22;
  border-right: 7px solid #1c1e22;
  display: none;
}

.top-down .dropdown-menu:after {
  border-bottom: 6px solid #1c1e22;
  display: none;
}

.dropdown-menu {
  /* left: auto !important; */
  right: 0px !important;
}

.dropbl {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

input.bln-search {
  height: 40px;
  position: relative;
}

.bln-all ul {
  display: flex;
  flex-direction: column;
}

.bln-in {
  color: var(--text-color);
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.bln-all ul li {
  margin: 3px 0px;
  border: 1px solid #ffffff00;
  border-radius: 7px;
  padding: 4px 10px;
  cursor: pointer;
  list-style: none;
  background: #f4f4f4;
}

.bln-all {
  margin-top: 2px;
}

.bln-all ul li:hover {
  border: 1px solid #0a7e62;
}

.progress2 {
  padding: 9px 6px;
  border-radius: 30px;
  user-select: none;
  position: relative;
  border-radius: 1vw;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  background: var(--search-bar);
}

.progress-bar1,
.progress-bar2,
.progress-bar3,
.progress-bar4,
.progress-bar5 {
  height: 6px;
  border-radius: 30px;
  background: #fff;
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.progress-moved .progress-bar1 {
  width: 20%;
  background-color: #ef476f;
  animation: progressAnimation 6s;
}

.progress-moved .progress-bar2 {
  width: 40%;
  background-color: #ef476f;
  animation: progressAnimation2 6s;
}

.progress-moved .progress-bar3 {
  width: 60%;
  background-color: #ef476f;
  animation: progressAnimation3 6s;
}

.progress-moved .progress-bar4 {
  width: 80%;
  background-color: #0a7d61;
  animation: progressAnimation4 6s;
}

.progress-moved .progress-bar5 {
  width: 100%;
  background-color: #ef476f;
  animation: progressAnimation5 6s;
}

@keyframes progressAnimation {
  0% {
    width: 5%;
    background-color: #f9bcca;
  }

  100% {
    width: 20%;
    background-color: #ef476f;
  }
}

@keyframes progressAnimation2 {
  0% {
    width: 5%;
    background-color: #f9bcca;
  }

  100% {
    width: 40%;
    background-color: #ef476f;
  }
}

@keyframes progressAnimation3 {
  0% {
    width: 5%;
    background-color: #f9bcca;
  }

  100% {
    width: 60%;
    background-color: #ef476f;
  }
}

@keyframes progressAnimation4 {
  0% {
    width: 5%;
    background-color: #f9bcca;
  }

  100% {
    width: 80%;
    background-color: #ef476f;
  }
}

@keyframes progressAnimation5 {
  0% {
    width: 5%;
    background-color: #f9bcca;
  }

  100% {
    width: 100%;
    background-color: #ef476f;
  }
}

.lvl-bar {
  user-select: none;
  background-color: #949393;
  position: relative;
  border-radius: 1vw;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
}

.user-img img {
  height: 40px;
  border-radius: 50px;
}

.drop-box {}

.user-img {
  width: 15%;
}

.user-dtl {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.lvl-in img {
  max-height: 30px;
}

.lvl-in ul {
  list-style: none;
  display: flex;
  gap: 9px;
  justify-content: center;
}

.user-lv p {
  font-size: 12px;
  font-weight: 600;
}

.vip-top {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 600;
}

span.nxt-xp {
  color: var(--text-color);
}

.nxt-lvl {
  display: flex;
  gap: 10px;
}

.drop-btn {
  background: var(--search-bar);
  margin-top: 5px;
  border-radius: 10px;
  padding: 10px;
  background: #f4f4f4;
}

.drop-btn ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}

.drop-btn ul li a {
  font-size: 10px;
  color: #000000;
  padding: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

span.iv-icon {
  margin-right: 5px;
  font-size: 20px;
}

.btn-bln {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  height: 100%;
}

.header-r-af {
  display: flex;
  align-items: center;
  gap: 10px;
}

button.btn-out {
  display: flex;
  margin: 10px 20px;
  background: none;
  border: none;
  color: #5e697b;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  margin: 5px auto;
  font-weight: 600;
}

button.btn-out i {
  margin-right: 10px;
  font-size: 14px;
}

.drop-btn ul li a:hover {
  background: none;
  color: var(--text-color);
}

button.btn-out:hover {
  color: #fff;
}

button.btn-msg {
  background: none;
  color: #6a717b;
  font-size: 20px;
  position: relative;
}

button.btn-msg:hover {
  color: #c3c3c3;
}

.af-modal {
  padding: 0px;
  width: 100%;
}

.af-modal .modal-body {
  padding: 0px;
  position: relative;
}

.modal-dialog.af-modal {
  max-width: 464px;
  border-radius: 20px;
}

.af-modal .modal-content {
  background: none;
  border: none;
  border-radius: 20px;
}

.af-modal .close {
  position: absolute;
  right: 18px;
  font-size: 41px;
  z-index: 1;
  color: var(--text-color);
  top: 6px;
}

.af-modal .modal-body {
  border-radius: 20px;
}

.af-fm-ttl {
  display: flex;
  padding: 15px;
  justify-content: space-between;
}

.ttl-af {
  color: var(--text-color);
}

.ttl-history {
  display: flex;
}

.ttl-history a {
  position: relative;
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.af-form {
  padding: 15px;
}

.af-tab {
  margin-bottom: 15px;
  padding: 0 15px;
  position: absolute;
  width: 100%;
  bottom: -48px;
}

.af-tab ul li a {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none !important;
  color: #000;
}

.af-tab ul {
  display: grid;
  justify-content: space-between;
  border: none;
  border-radius: 10px;
  background: #f4f4f4;
  margin-bottom: 20px;
  grid-template-columns: 18% 18% 18% 18% 18%;
  margin: 0px;
}

.af-tab ul li a p {
  font-size: 12px;
  font-weight: 500;
}

.af-tab ul li a.active {
  background: #0a7e62 !important;
  border-radius: 8px;
  color: #fff !important;
}

.af-tab ul li a.active img {
  filter: invert(1);
}

.af-content-wrap .mdl-form-box {
  border-radius: 20px;
}

.af-content-wrap .mdl-form-box {
  border-radius: 10px;
  margin-bottom: 15px;
  background: #f4f4f4;
}

.radio-group label img {
  max-width: 76px;
}

.radio-col input {
  display: none;
  background: #fff;
  line-height: 25px;
  padding: 5px 15px;
  color: var(--text-color);
  font: normal 1em/150% Sans-Serif;
  min-width: 200px;
  max-width: 440px;
  border-radius: 5px;
}

.radio-group .content {
  display: none;
  background: #fff;
  line-height: 25px;
  padding: 5px 15px;
  color: var(--text-color);
  font: normal 1em/150% Sans-Serif;
  min-width: 200px;
  max-width: 440px;
  border-radius: 5px;
}

#one:checked~.one,
#two:checked~.two,
#three:checked~.three #four:checked~.three {
  display: block;
}

.radio-group label {
  cursor: pointer;
  background: #fff;
  height: 70px;
  width: 25%;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  color: var(--text-color);
  font: normal 1em/150% Sans-Serif;
  margin-right: 5px;
  transition: background 0.25s linear;
  border-radius: 5px;
  margin-bottom: 0;
}

.radio-group label:hover,
.radio-group input:checked+label {
  background: #0a7e62;
  color: #fff;
}

.amt-box ul {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  list-style: none;
}

.amt-box ul li button {
  background: #919295;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}

.amt-box ul li button:hover,
.amt-box ul li button.active {
  background: #0a7e62;
}

.bnk-table tr td {}

.bnk-table {
  width: 100%;
}

.radio-group label p {
  font-size: 12px;
}

.upload-file {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}

.btn-file {
  padding: 5px 20px;
  height: 37px;
  top: 0px;
  position: relative;
  margin-left: 10px;
  border-radius: 5px;
  border: none;
  font-size: 12px;
  width: 30%;
  color: #fff;
  border: none;
  background: #128807;
}

.upload-file .form-control {
  width: 256px;
}

.custom-file-input {
  position: absolute;
  z-index: 2;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 12px;
}

.bnk-table tr td {
  font-size: 11px;
  padding: 0px 10px;
}

.bnk-table {
  width: 100%;
}

.radio-group label p {
  font-size: 12px;
}

.upload-file {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}

.btn-file {
  padding: 8px 20px;
  height: 37px;
  top: 0px;
  position: relative;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  width: 100%;
  color: #fff;
  border: none;
  background: #0a7e62;
  margin: 0;
}

.upload-file .form-control {
  width: 256px;
}

.custom-file-input {
  position: absolute;
  z-index: 2;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 12px;
}

.btn-smt {
  background: #ec1d31;
  color: #fff;
  padding: 8px 20px;
  border-radius: 5px;
  width: 100%;
  height: 37px;
  font-size: 14px;
  text-transform: uppercase;
}

.bank-detail {
  background: #fff;
  border-radius: 10px;
  padding: 5px 15px;
  color: var(--text-color);
  margin-bottom: 15px;
}

.bank-detail tr td {
  padding: 5px 10px;
}

.tranc-table tr td {
  color: #424242;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.tranc-table tr th {
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 12px;
  color: var(--text-color);
  text-transform: uppercase;
}

.tranc-table tr {
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}

.tranc-table tr:nth-child(even) {
  background: #ffffff;
}

.amt-box {
  position: relative;
}

.btn-cpy {
  background: #26282d;
  color: #fff;
  position: absolute;
  bottom: 2px;
  right: 0px;
  padding: 4px 14px;
}

.btn-dt {
  background: #fff;
  color: #000;
  position: absolute;
  bottom: 2px;
  right: 0px;
  padding: 1px 14px;
  font-size: 21px;
}

.qr-code img {
  display: block;
  margin: 0px auto;
  width: 25%;
}

.ttl-history a {
  display: flex;
  color: var(--text-color);
}

.ttl-history a:hover {
  color: var(--white-dark);
}

.ttl-history a .nxt-ico {
  margin-right: 5px;
  display: flex;
}

.af-fm-ttl-us {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  position: relative;
}

.vip-tp {
  right: 35px;
  position: relative;
}

.af-fm-ttl-us .ttl-af {
  padding-top: 15px;
  font-size: 20px;
}

.vip-nm {
  position: absolute;
  bottom: 26px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  color: #fff;
  text-align: center;
}

.item-box.user-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-color);
}

.vip-user img {
  height: 60px;
  display: flex;
  border-radius: 50px;
  margin: 0px auto;
}

.lvl-in-top ul {
  list-style: none;
  display: flex;
  gap: 5px;
}

.lvl-in-top ul li img {
  height: 30px;
  margin-right: 10px;
}

.lvl-in-top {
  margin: 5px;
}

.item-box.uer-bln {
  background: var(--search-bar);
  padding: 15px 20px;
  border-radius: 10px;
  color: var(--text-color);
  margin-bottom: 10px;
}

.top-bx-l {
  display: flex;
  font-size: 12px;
}

.top-box ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}

.top-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
}

.top-bx-l i {
  color: #5e697b;
  font-size: 20px;
  margin-right: 15px;
}

.amt-ttl {
  color: #5e697b;
}

.top-box {
  margin-top: 15px;
}

.top-box-fav ul {
  display: flex;
  list-style: none;
  flex-direction: column;
}

.top-box-fav ul li {
  display: flex;
  gap: 15px;
}

.img-ttl img {}

.fav-gm {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  width: 100%;
}

.fav-l h4 {
  font-size: 14px;
  color: var(--text-color);
}

.top-box-fav {
  margin-top: 15px;
}

.fav-l {
  font-size: 12px;
  color: #5e697b;
}

.fav-r {
  font-size: 12px;
  text-align: right;
}

.tp-t {
  color: #5e697b;
}

.img-ttl {
  width: 25%;
}

.slider .swiper-slide:first-child source {
  width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d-show {
  display: block !important;
}

.m-show {
  display: none !important;
}

.msg-wrap {
  display: flex;
  font-size: 12px;
}

.msg-r {
  padding: 15px;
  border: 1px solid #eb1d30;
}

.msg-l {
  border: 1px solid #eb1d30;
}

.msg-l a {
  color: var(--white-dark);
}

.msg-l .nav-tabs {
  border: none;
}

.msg-l a {
  padding: 15px 5px;
  border-radius: 0px !important;
  line-height: 13px;
  display: flex;
  align-items: center;
}

.msg-l ul {
  border-radius: 0px;
}

.msg-l ul li {
  border-radius: 0px;
  padding: 0 !important;
  width: 100%;
}

.msg-l ul li a.active,
.msg-l ul li a:hover {
  background: #eb1d30 !important;
  color: #fff !important;
  border: 1px solid #fff0 !important;
}

.btn-bln-all {
  display: flex;
  justify-content: space-between;
  color: #000;
  align-items: center;
  padding-bottom: 10px;
  padding: 4px 10px;
  background: #f4f4f4;
  border-radius: 10px;
  font-size: 14px;
}

.btn-amt {
  display: flex;
  gap: 10px;
  align-items: center;
}

button.btnall {
  padding: 5px 10px;
  border-radius: 10px;
  background: #0a7e62;
  color: #fff;
}

button.btnall:hover {
  background: #075a46;
}

.panel-default>.panel-heading {
  color: #333;
  background-: none;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 14px;
  font-size: 14px;
  background: #0a7e62;
  border-radius: 10px;
  margin-bottom: 10px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  /* background-color: #eee; */
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\f106";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\f106";
  -webkit-transform: rotate(180deg);
  /*  transform: rotate(0deg);*/
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.btn-wrap {
  padding: 10px;
  font-size: 12px;
}

.blnc {
  width: 100%;
}

.blnc .panel-body {
  background: #ffffff;
  border-radius: 10px;
}

@media (max-width: 1328px) {
  .af-wrap {
    width: 100%;
  }

  .af-wrap .aff-off {
    width: 100%;
    margin: 0px auto;
  }

  .aff-in-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .rwd-graph {
    grid-template-columns: repeat(1, 1fr);
  }

  .rwd-wrap {
    height: auto;
    padding: 20px;
  }

  .rwd-top {
    padding: 0px;
  }

  .table-wrap {
    flex-direction: column;
  }

  .rwd-in {
    width: 100%;
  }

  .rwd-l {
    text-align: center;
    width: 100%;
  }

  .aff-in-2 {}

  .rwd-r img {
    display: block;
    margin: 0px auto;
  }

  .btn-aff {
    width: 70%;
  }

  .rewd-1 {
    flex-direction: column;
    width: 100%;
  }

  .rewd-date {
    flex-direction: column;
  }

  .info-side {
    width: 25%;
  }
}

@media (max-width: 1260px) {
  .product-in {
    grid-template-columns: 50% 50%;
  }

  .af-wrap {
    width: 100%;
  }

  .af-wrap.aff-off {
    width: 100%;
    margin: 0px auto;
  }

  .slide-off .pd-item-2 {
    width: 30%;
  }

  .pd-item-3 {
    display: none;
  }

  .slide-off .pd-item-3 {
    display: block;
  }

  .swiper-card .game-wrap {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .videoswiper .swiper-card .gm-detail {
    padding-top: 0px;
  }

  .prv-nm {
    display: none;
  }

  .gm-nm2 {
    font-size: 1vw;
  }

  .ply-won {
    font-size: 1vw;
  }

  .ttl-txt {
    font-size: 1vw;
  }

  .ply-name {
    font-size: 0.8vw;
  }

  .gm-nm {
    font-size: 0.8vw;
  }

  .gm-image2 {
    margin-top: 10px;
  }

  .videoswiper .swiper-button-prev {
    left: 0px;
    top: 8vw;
  }

  .videoswiper .swiper-button-next {
    top: 8vw;
    right: 0px;
  }

  .pd-item-1 {}

  .pd-item-2 {
    width: 50%;
  }

  .search-bar {
    display: none;
  }

  .header-r button {
    padding: 0.5vw 2vw;
    font-size: 1.5vw;
  }

  .leader-box {
    flex-direction: column;
  }

  .lead-top-l {
    width: 100%;
  }

  .lead-r {
    width: 100%;
  }

  .footer-menu ul {
    list-style: none;
    padding: 0px;
    padding-left: 30px;
  }

  .page-block {
    max-width: 100%;
  }

  .footer-l:after {
    height: 195px;
    border-right: 1px solid #1b1d21;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .slider .swiper-slide:first-child {
    width: 50%;
  }

  .slider .swiper-slide:nth-child(2n) {
    width: 50%;
  }

  .slider .swiper-slide:nth-child(3n) {
    width: 50%;
  }

  .slider .swiper-slide {
    width: 50%;
  }

  .slider .swiper-slide img {}

  .rwd-wrap {
    height: auto;
    margin-top: 10vw;
  }

  .vip-ttl-wrap h4 {
    color: #c3bd9d;
    font-size: 2vw;
  }

  .aff-1 h4 {
    font-size: 6vw;
  }

  element.style {}

  .vip-ttl {
    font-size: 2vw;
  }

  .info-side {
    width: 25%;
    font-size: 12px;
  }

  .info-side ul {
    padding: 15px;
  }

  .info-side ul a {
    padding: 5px;
  }

  .info-all {
    display: flex;
  }

  .slider .swiper-slide:first-child picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slider .swiper-slide:first-child source {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .d-show {
    display: none !important;
  }

  .m-show {
    display: block !important;
  }
}

@media (max-width: 840px) {
  .product-slider {
    display: none;
  }

  .product-slider-m {
    display: block;
    margin-top: 15px;
  }

  .gm-image2 img {
    height: 13vw;
  }

  .swiper-card .game-wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .videoswiper .swiper-button-prev,
  .videoswiper .swiper-button-next {
    display: none;
  }

  .ttl-txt {
    font-size: 4vw;
  }

  .gm-detail {
    display: flex;
    flex-direction: column;
    font-size: 4vw;
    justify-content: center;
  }

  .gm-nm2 {
    font-size: 2vw;
  }

  .ply-won {
    font-size: 2vw;
  }

  .header-r button {
    padding: 1vw 3vw;
    font-size: 15px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .sport-ifame {
    width: 100%;
    min-width: 100%;
  }

  .home-section .home-content {
    padding-top: 65px;
    background: url(../image/bg.png) repeat-y center bottom;
    background-size: 100%;
    background-attachment: fixed;
  }

  .slt-lbby ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .aff-in-2 {
    flex-direction: column;
    height: auto;
  }

  .in-aff-top h5 {
    font-size: 18px;
  }

  .btn-aff {
    width: 100%;
    margin-top: 20px;
  }

  .vip-ttl {
    font-size: 4vw;
  }

  .vip-wrap2 ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .vip-ttl-wrap h4 {
    font-size: 3vw;
  }

  .vip-ttl-wrap p {
    font-size: 3vw;
  }

  .vip-wrap ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .info-content p {
    margin-bottom: 20px;
  }

  .info-side ul {
    display: none;
  }

  .info-content {
    width: 100%;
    padding: 20px;
  }

  .dropdown2 .options {
    position: absolute;
    bottom: -195px;
    z-index: 1;
  }

  .dropdown2.active::before {
    transform: rotate(313deg);
  }

  .dropdown2::before {
    top: 14px;
    transform: rotate(137deg);
  }

  .inf-mn-m {
    display: block;
  }

  .dropdown2 {
    width: 200px;
    margin: 0px;
  }

  .info-all {
    display: flex;
    flex-direction: column;
  }

  .bank-detail {
    background: #ffffff;
    border-radius: 10px;
    padding: 5px 15px;
    color: #000;
    margin-bottom: 15px;
  }

  .bank-detail tr td {
    padding: 5px 5px;
  }

  .tranc-table tr td {
    color: #fff;
  }

  .ttl-history a .nxt-ico {
    font-size: 17px;
    display: flex;
    margin-right: 8px;
  }

  .footer-l:after {
    border-right: 1px solid #1b1d2100;
  }

  .promo-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-img ul {
    justify-content: center;
  }

  .btn-bln-all {
    flex-direction: inherit;
    align-items: center;
  }

  .btn-amt {
    width: 100%;
    justify-content: space-between;
  }

  button.btnall {
    padding: 2px 10px;
    font-size: 12px;
  }
}

@media (max-width: 660px) {
  .sidebar {
    width: 100%;
    z-index: 1000;
  }

  .home-section {
    width: 100%;
    left: 0;
  }

  .bx-menu1 {
    color: #fff;
    position: absolute;
    right: 5%;
    font-size: 30px;
    top: 15px;
    display: block;
    z-index: 10;
  }

  .sidebar.close~.home-section {
    left: 0px;
    width: calc(100% - 0px);
  }

  .sidebar.close {
    transition: all 0.5s ease;
  }

  .mode-wrap {
    justify-content: flex-start;
    padding-left: 6vw;
  }

  li.hide-op {
    justify-content: flex-start;
    padding-left: 6vw;
  }

  .sidebar .profile-details {
    width: 100%;
  }

  .btn-log {
    justify-content: flex-start;
    text-align: left;
    margin: 0px;
    padding-left: 7vw;
  }

  .btn-log {
    justify-content: flex-start;
    text-align: left;
    margin: 0px;
    padding-left: 7vw;
  }

  .sidebar .nav-links li:hover a.mode-wrap {
    padding-left: 6vw;
  }

  .search-bar {
    display: none;
  }

  .bx-menu2 {
    left: 0;
    top: 15px;
  }

  .home-header.side-off {
    width: 100%;
    padding: 0vw 2vw;
  }

  .home-header {
    width: 100%;
  }

  .winner-board {}

  .leader-board {
    max-width: 100%;
    padding: 15px;
    margin: 0px;
  }

  .footer-in {
    padding: 10vw;
    max-width: 100%;
  }

  .footer-wrap {
    flex-direction: column;
  }

  .footer-l {
    width: 100%;
    padding: 0px;
  }

  .footer-r {
    width: 100%;
    flex-direction: column;
    margin-top: 10vw;
    padding: 0px;
  }

  .footer-ll {
    margin-top: 30px;
  }

  .footer-menu ul {
    display: flex;
    padding: 0px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer-menu ul li a {
    display: block;
    flex-wrap: wrap;
  }

  .footer-menu ul li {
    display: flex;
  }

  .footer-ll p {
    text-align: center;
  }

  .ft-btm-l {
    flex-direction: column;
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .ft-btm-l img {
    width: fit-content;
    display: block;
    margin: 0px auto;
  }

  .ft-btm-l p {
    text-align: center;
  }

  .ft-btm-r {
    margin-top: 30px;
  }

  .carousel-cell {
    height: auto;
  }

  .lobby-all ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .lobby-wrap ul {
    flex-direction: column;
  }

  .product-slider {
    display: none;
  }

  .logo img {
    max-width: 230px;
  }

  .logo {
    padding: 0px;
  }

  table.wn-table tr td {
    font-size: 3vw;
  }

  table.board-tlb tr td {
    font-size: 2.5vw;
  }

  .login-modal .modal-content {
    /* height: 100%; */
  }

  .modal-dialog.login-modal {
    margin: 0px;
    height: 100%;
  }

  .pop-btm {
    position: absolute;
  }

  .blc-all {
    font-size: 2.5vw;
  }

  .top-down {
    padding: 0vw 1vw;
  }

  .top-down .dropdown-menu {
    width: 100%;
    min-width: 275px;
    right: 0px !important;
    transform: translate3d(120px, 50px, 0px) !important;
  }

  .dropbl {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .bln-all {
    width: 100%;
    margin-top: 0px;
  }

  .use-img img {
    width: 30px;
  }

  button.dropbtn i {
    padding: 5px 10px;
    font-size: 20px;
    padding-left: 40px;
  }

  button.btn-wal i {
    font-size: 16px;
  }

  .bln-ttl {
    font-size: 2.5vw;
  }

  button.btn-msg {
    font-size: 22px;
  }

  .bln-icon {
    font-size: 12px;
  }

  .blc-amt {
    font-size: 12px;
  }

  .bln-all ul li {
    margin: 5px 0;
  }

  input.bln-search {
    height: 30px;
  }

  span.ico-dwn {
    font-size: 9px;
  }

  .af-modal {
    margin: 0px auto;
    height: 100%;
    background: var(--dark-white);
  }

  .acc-verification_class .af-modal {
    margin: 0;
  }
}

@media (max-width: 420px) {
  .product-in-m {
    padding: 10px;
  }

  .gm-image2 {
    margin-top: 0px;
  }

  .gm-nm2 {
    font-size: 3vw;
  }

  .ply-won {
    font-size: 3vw;
  }
}

.banner-title {
  font-size: 22px;
  color: #eb1d30;
  font-weight: 600;
  text-shadow: 0 0 3px #00000055;
}

.btn-banner-reg {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 80px;
  border-radius: 100px;
  min-width: 136px;
  transition: all 0.2s linear;
  cursor: pointer;
  background: #eb1d30;
  color: #fff;
}

.external-link {
  margin-left: 5px;
  margin-right: 5px;
}

.marquee-bar {
  background: #eb1d30;
  color: #fff;
  padding: 5px;
}

.marqueeWrap {
  display: flex;
  align-items: center;
  background: #fff;
  color: #000;
  height: 30px;
  width: 42%;
  border-radius: 10px;
  padding: 10px 11px;
}

.marqueeWrap i {
  color: #6d0f14;
}

.lobby-container h4 {
  color: #000000;
  text-align: inherit;
  font-size: 20px;
  padding: 0;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
}

.lobby-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.lobby-container iframe {
  background: #cacaca;
}

.scrolling-wrapper {
  display: flex;
  flex-wrap: no-wrap;
  overflow-x: auto;
  cursor: grab;
  margin-top: 30px;
}

.scrolling-wrapper.active {
  cursor: grabbing;
}

.scrolling-wrapper[data-dragging="true"] a {
  pointer-events: none;
}

.scrolling-wrapper .card {
  color: white;
  font-family: monospace;
  width: 250px;
  margin-right: 1rem;
  flex: 0 0 auto;
  /* Centering text only */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: none;
  border: none;
}

.scrolling-wrapper a {
  transition: all 0.5s ease;
}

.scrolling-wrapper a:hover {
  transform: translateY(-8px);
  border-radius: 1rem;
  -webkit-filter: drop-shadow(0 0 7px #eb1d30);
  filter: drop-shadow(0 0 7px #eb1d30);
}

.scrolling-wrapper::-webkit-scrollbar {
  width: 0.75rem;
}

.scrolling-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

.scrolling-wrapper::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.sport-container {
  background: url(../image/index/sport-banner.png) center no-repeat;
  min-height: 523px;
  display: flex;
  align-items: center;
}

.btn-deposit {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 20px;
  border: 1px solid #eb1d30;
  color: #fff;
  background: linear-gradient(to top, #eb1d30, #f44336);
  box-shadow: 0 0 2px 3px #eb1d30;
  padding: 4px 20px;
  text-shadow: 0 0 2px #fff;
  text-transform: uppercase;
  transition: all 0.5s linear;
  animation: btn-deposit 1s linear alternate infinite;
}

@keyframes btn-deposit {
  from {
    background: 0 0;
    border-color: #eb1d30;
    color: #eb1d30;
    box-shadow: 0 0 2px 3px #eb1d30;
  }

  to {
    background: linear-gradient(to top, #eb1d30, #f44336);
    border-color: #eb1d30;
    color: #fff;
    box-shadow: none;
  }
}

.member-login {
  display: flex;
}

.btn-forget-password {
  position: absolute;
  bottom: -16px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: inherit;
  font-size: 11px;
  color: #eb1d30;
  display: block;
  width: 100%;
}

.password-container {
  position: relative;
  width: 144px;
  margin-right: 10px;
}

.inputAmount {
  max-width: 160px;
  width: 100%;
  height: 32px;
  border: none;
  font-size: 0.875rem;
  padding-left: 12px;
  border-radius: 0.25rem;
  background: #fff;
  color: var(--greyDarkest);
}

.provider {
  background: #191919;
  padding: 30px 20px;
}

.provider ul li img {
  filter: grayscale(1) brightness(1);
}

.footer-sec {
  padding: 22px 0;
}

.footer-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
}

.footer-sec ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.footer-sec ul li {
  padding-right: 10px;
}

.footer-last {
  text-align: center;
  padding: 10px 0;
}

.footer-last ul {
  display: flex;
  list-style: none;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  align-items: center;
}

.footer-last ul li {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-last ul li:last-child {
  border: none;
}

.footer-last ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
}

.footer-last ul li a:hover {
  color: #0a7e62;
}

.copyright-text {
  padding: 10px 0;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.lobby-nav {
  display: flex;
  list-style: none;
}

.lobby-nav li {
  margin-right: 15px;
}

.lobby-nav li a {
  padding: 5px 15px;
  border: 1px solid #393939;
  background: #161616;
  display: block;
  border-radius: 30px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}

.lobby-nav li a:hover,
.lobby-nav li a.active {
  color: #fff;
  border: 1px solid #eb1d30;
  background: #eb1d30;
}

.lobby-sec {
  padding: 30px 0;
}

.lobby-selection {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}

.lobby-selection a {
  display: block;
  text-align: center;
  width: 23%;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.lobby-selection a:hover {
  transform: translateY(-8px);
  border-radius: 1rem;
  -webkit-filter: drop-shadow(0 0 7px #eb1d30);
  filter: drop-shadow(0 0 7px #eb1d30);
}

.lobby-selection a:hover .lobby-text {
  color: #eb1d30;
}

.lobby-selection a:last-child {
  margin-right: 0;
}

.swiper-wrapper {
  align-items: center;
}

.info-bg {
  padding: 15px 0;
}

.info-bg .container {
  max-width: 1070px;
}

.info-nav {
  background: #f4f4f4;
  max-width: 1200px;
}

.info-nav .nav-tabs {
  justify-content: center;
  border-bottom: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.info-nav .nav-item {
  position: relative;
}

.info-nav .nav-link {
  text-align: center;
  border-radius: 0;
  margin: 0;
  padding: 15px;
  border: none;
  height: 190px;
}

.info-nav .nav-item:nth-child(1)::before {
  content: none;
}

.info-nav .nav-item::before {
  content: "";
  height: 120px;
  width: 1px;
  position: absolute;
  top: 15px;
}

.info-nav .nav-tabs .nav-item.show .nav-link .info-main-title,
.info-nav .nav-tabs .nav-link.active .info-main-title {
  color: #ffffff;
}

.info-nav .nav-tabs .nav-item.show .nav-link .info-sub-title,
.info-nav .nav-tabs .nav-link.active .info-sub-title {
  color: #fff;
}

.info-nav .info-main-title {
  font-size: 13px;
  color: #777777;
  margin-bottom: 10px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info-nav .info-sub-title {
  font-size: 12px;
  color: #777777;
}

.info-nav .nav-tabs .nav-item.show .nav-link,
.info-nav .nav-tabs .nav-link.active {
  background: #0a7e62;
  border: none;
  color: #ffffff;
}

.info-nav .nav-tabs .nav-link:focus,
.info-nav .nav-tabs .nav-link:hover {
  background: #0a7e62;
  border: none;
}

.info-nav .nav-tabs .nav-link:focus .info-main-title,
.info-nav .nav-tabs .nav-link:hover .info-main-title {
  border: none;
  color: #ffffff;
}

.info-nav .nav-tabs .nav-link:focus .info-sub-title,
.info-nav .nav-tabs .nav-link:hover .info-sub-title {
  border: none;
  color: #ffffff;
}

.info-content {
  background-repeat: repeat;
  margin-top: 25px;
}

.contact-tab {
  list-style: none;
}

.contact-info-title {}

.contact-info-title span {
  background: linear-gradient(to bottom,
      rgba(10, 126, 98, 1) 0%,
      rgba(3, 72, 56, 1) 100%);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 15px 5px;
  display: block;
  margin: 0;
}

.contact-info-details {
  color: #a2a2a2;
  border-bottom: 1px solid #055945;
  text-align: center;
  padding: 10px;
  margin: 0px 15px;
}

.contact-info-details:last-child {
  border-bottom: none;
}

.contact-tab li i {
  font-size: 20px;
  margin-right: 20px;
}

.info-wrapper {
  border: 1px solid #0a7e62;
  background: #f4f4f4;
  padding: 40px;
  border-image: url(../images/border.jpg) 1 round;
}

.info-wrapper h4 {
  color: #0a7e62;
  border-bottom: 1px solid #0a7e62;
  padding-bottom: 15px;
  font-weight: 700;
}

.info-wrapper p {
  color: #000;
}

button.btn-tnc {
  background: #0a7e62;
  border: 1px solid #eb1d30;
  width: 100%;
  text-align: left;
  font-size: 15px;
  padding: 7px 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}

button.btn-tnc.collapsed {
  background: #ffffff;
  color: #000;
  font-weight: 400;
}

button.btn-tnc:focus {
  outline: none;
}

.tnc-card {
  margin-bottom: 10px;
}

.tnc-body {
  background: #ffffff;
  padding: 20px 20px 10px;
  border-radius: 4px;
  margin-top: 2px;
  line-height: 1;
  color: #000;
}

.tnc-body ol {
  padding-left: 15px;
}

.tnc-body ol li {
  padding-bottom: 8px;
  margin: 0;
}

.contact-us-header_inner {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.contact-box {
  width: 100%;
  border: 1px solid #0a7e62;
  border-radius: 20px;
  font-size: 15px;
  padding: 20px 10px;
  background: #f4f4f4;
}

.contact-box div {
  margin-top: 10px;
  text-transform: uppercase;
}

/* DOWNLOAD */

.about-sec {
  padding: 45px 15px;
  background: #000000 url(../images/common/lobby-bg.jpg) no-repeat top center;
  color: #000;
}

.about-menu {
  background: #0a0a0a;
  overflow: hidden;
  text-align: center;
  max-width: 100%;
  margin: auto;
  box-shadow: 0 5px 10px 0 rgba(9, 13, 26, 0.1);
}

.about-menu a {
  display: block;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 5px;
  border-radius: 0 !important;
  border: 1px solid #d63336;
  background: linear-gradient(to bottom,
      rgba(91, 87, 89, 1) 0%,
      rgba(0, 0, 0, 1) 100%);
}

.about-menu a:hover,
.about-menu a.active {
  background: linear-gradient(to bottom,
      rgba(211, 53, 114, 1) 0%,
      rgba(180, 60, 147, 1) 100%);
  color: #fff !important;
}

.about-menu.nav {
  display: block;
}

.about-menu a:last-child::after {
  content: none;
}

.about-container {
  color: #2b2929;
}

.dl_box {
  max-width: 50%;
  position: relative;
  text-align: center;
  margin: auto 15px;
}

.gname {
  color: #eb1d30;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
}

.download_btn {
  color: #fff;
  background: #eb1d30;
  border: 1px solid #eb1d30;
  border-radius: 25px;
  padding: 8px 2px;
  display: block;
  font-weight: 600;
  width: 75%;
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
}

.download_btn:hover {
  color: #000;
  filter: brightness(1.15);
  transition: linear 0.5s;
}

.access-info-box {
  max-width: 600px;
  margin: 20px auto;
  margin-bottom: 0;
}

.mob-formTable tr th {
  border: 1px solid #eb1d30;
  padding: 8px;
  color: #eb1d30;
  background: #000000;
  text-align: center;
}

.mob-formTable tr td {
  background: rgb(0 0 0 / 80%);
  border: 1px solid #eb1d30;
  padding: 8px;
  color: #eb1d30;
}

.about-sec .tab-content {
  background: #161616;
  border: 1px solid #d63336;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.download-container {
  justify-content: space-between;
  display: flex;
}

.bluename {
  color: #05befe;
  margin-bottom: 10px;
}

.submit_btn {
  background: #eb1d30;
  border-radius: 25px;
  padding: 5px;
  color: #fff;
}

.forgetForm .form-group {
  display: flex;
}

.phone-select {
  width: 25%;
  margin-right: 10px;
  border-radius: 5px;
  padding: 10px;
}

.input-form {
  width: 60%;
  border-radius: 5px;
  border: none;
  padding: 10px;
}

.form-label {
  color: #eb1d30;
}

.forgetForm {
  padding: 50px 0;
}

.admit-btn {
  background: #eb1d30;
  border-radius: 25px;
  padding: 10px 5px;
  color: #fff;
  width: 24%;
}

.text-remark {
  color: #666666;
  font-style: italic;
  font-size: 13px;
}

.page-banner img {
  width: 100%;
}

/* 19/1/2023 */
.promo-title {
  color: #fff;
  font-size: 25px;
}

.red-underline {
  font-family: Calibri;
  text-decoration: underline;
  color: #eb1d30;
  font-size: 19px;
}

.promo-body {
  color: #000;
}

.promo-modal-tnc {
  font-size: 14px;
  font-family: Calibri;
  color: #000000;
  list-style: none !important;
}

.promo-modal-tnc li span {
  color: orangered;
  margin-right: 10px;
}

.promo_table tr th {
  background: #eb1d30;
  padding: 10px;
  border: 1px solid #000;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.promo_table tr td {
  font-size: 12px;
  color: #000;
  padding: 10px;
  border: 1px solid #000;
  background: #d7d7d7;
  text-align: center;
}

.basic-text {
  font-size: 12px;
  color: #000;
}

.promo_table {
  width: 100%;
}

.promo-text {
  padding: 20px;
  background: #fff;
}

/* NAVI */
.main-nav {
  background: #034838;
}

.navigation-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-list {
  width: 75%;
}

.nav-list ul {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  list-style: none;
}

.nav-list ul li {
  text-align: center;
}

.nav-list ul li a {
  display: block;
  cursor: pointer;
  padding: 10px 0;
}

.nav-list ul li a:hover img,
.nav-list ul li a.active img {
  filter: invert(55%) sepia(41%) saturate(6120%) hue-rotate(16deg) brightness(100%) contrast(96%);
}

.nav-list ul li a:hover .nav-name,
.nav-list ul li a.active .nav-name {
  color: #f47d20;
}

.nav-name {
  margin-top: 10px;
  text-transform: uppercase;
  color: #fff;
}

.lobby-container a img {
  border-radius: 10px;
}

.lobby-container .swiper {}

.big-box {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.swiper-button-next-unique-1 {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  margin-top: 0px;
  color: #000000;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  z-index: 99;
  font-size: 30px;
  border-radius: 50%;
  font-weight: 100;
}

.swiper-button-prev-unique-1 {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  margin-top: 0px;
  color: #000000;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  z-index: 99;
  font-size: 30px;
  border-radius: 50%;
  font-weight: 100;
}

.swiper-button-next-unique-2 {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  margin-top: 0px;
  color: #000000;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  z-index: 99;
  font-size: 30px;
  border-radius: 50%;
  font-weight: 100;
}

.swiper-button-prev-unique-2 {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  margin-top: 0px;
  color: #000000;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  z-index: 99;
  font-size: 30px;
  border-radius: 50%;
  font-weight: 100;
}

.swiper-button-next-unique-3 {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  margin-top: 0px;
  color: #000000;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  z-index: 99;
  font-size: 30px;
  border-radius: 50%;
  font-weight: 100;
}

.swiper-button-prev-unique-3 {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  margin-top: 0px;
  color: #000000;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  z-index: 99;
  font-size: 30px;
  border-radius: 50%;
  font-weight: 100;
}

.swiper-button-next-unique-4 {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  margin-top: 0px;
  color: #000000;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  z-index: 99;
  font-size: 30px;
  border-radius: 50%;
  font-weight: 100;
}

.swiper-button-prev-unique-4 {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  margin-top: 0px;
  color: #000000;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  z-index: 99;
  font-size: 30px;
  border-radius: 50%;
  font-weight: 100;
}

.bottom-nav-link {
  background: #034838;
}

/* SEO */
.seo-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.seo-content h4 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
}

.seo-box {
  background: #f4f4f4;
  padding: 40px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.seo-text {
  border-right: 1px solid #d5d5d5;
  padding: 0 15px;
  text-align: justify;
}

.seo-text:last-child {
  border-right: none;
}

.seo-text h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.seo-text p {
  text-align: justify;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

.seo-content .swiper {
  width: 100%;
  height: 100%;
}

.seo-content .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  grid-gap: 10px;
  height: 100%;
}

.seo-content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.follow-icon {
  display: flex;
  padding-left: 25px;
}

.follow-icon li {
  margin-right: 10px;
}

.follow-icon a {
  padding: 0 !important;
}

.follow-icon a:hover {
  background: none !important;
}

.product-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-container h4 {
  text-align: center;
  color: #0a7e62;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.product-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.product-wrap a {
  display: block;
  cursor: pointer;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.product-wrap a:hover {
  transform: scale(0.95);
  filter: drop-shadow(1px 3px 6px #000);
}

.product-wrap a img {
  width: 100%;
  border-radius: 10px;
}

.seo-box.col-12 {
  display: block;
}

/* SLOTGAME */
.slot-game-sec {
  background: #034838;
  border-radius: 10px;
  padding: 10px;
}

.slot-game-sec .nav-pills {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 10px;
}

.slot-game-sec .nav-link {
  text-align: center;
  background: #0a7e62;
  border-radius: 12px;
  padding: 13px 5px;
  box-shadow: 1px 2px 0px 1px #012019;
  border: 3px solid transparent;
}

.slot-game-sec .nav-link img {
  max-height: 24px;
}

.slot-game-sec .nav-pills .nav-link.active,
.slot-game-sec .nav-pills .show>.nav-link {
  background: #bd1c18;
  border: 3px solid #f47d20;
  box-shadow: none;
}

.slot-game-sec .nav-link:hover {
  background: #bd1c18;
  border: 3px solid #f47d20;
  box-shadow: none;
}

.game-list-wrapper {
  margin-top: 20px;
}

.slot-catergory {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
  align-items: center;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.mini-box .hoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.568);
}

.mini-box:hover .hoverlay {
  opacity: 1;
}

.mini-box {
  position: relative;
  width: 100%;
  padding: 2px;
}

.btn-playmini-2 {
  background: #f77c1e;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 65%;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-playmini-1 {
  background: #eb1d30;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 65%;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-playmini:hover {
  color: #fff;
}

.game-title-text {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
}

.slot-game-search {
  display: grid;
  grid-template-columns: 35% 40% auto;
  grid-gap: 10px;
}

.search-cat-1 {
  display: flex;
  text-transform: uppercase;
  color: #fff;
  align-items: center;
}

.search-cat-1 span {
  margin-right: 10px;
}

.search-cat-1 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 70%;
}

.search-cat-1 ul li a {
  display: block;
  color: #fff;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}

.search-cat-1 ul li a:hover {
  color: #f47d20 !important;
}

.search-cat-2 {
  display: flex;
  text-transform: uppercase;
  color: #fff;
  align-items: center;
}

.search-cat-2 span {
  margin-right: 10px;
}

.search-cat-2 ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 70%;
}

.search-cat-2 ul li a {
  display: block;
  color: #fff;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}

.search-cat-2 ul li a:hover {
  color: #f47d20 !important;
}

.search-container {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
}

input[type="text"] {
  width: 100%;
  padding: 4px;
  border: none;
  border-radius: 0;
  margin-right: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

button[type="submit"] {
  border: none;
  cursor: pointer;
}

button[type="submit"] i {
  margin-right: 5px;
}

/* 918kiss */
.kiss-content {
  padding: 15px;
}

.kiss-content h5 {
  text-align: center;
  color: #034838;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.kiss-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.qr-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.qr-box {
  text-align: center;
}

.qr-box a {
  background: #eb1d30;
  display: block;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  color: #fff !important;
  max-width: 85%;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 17px;
}

.qr-box img {
  border: 1px solid #000;
}

.kiss-step {
  background: #f4f4f4;
  padding: 15px;
  border-radius: 10px;
  color: #000;
}

.kiss-step ul {
  list-style: none;
}

.kiss-step ul li {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.qr-wrap {
  max-width: 85%;
  margin: 0 auto;
}

.copy-username {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.copy-username .input-group {
  background: #f4f4f4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  color: #000;
}

.copy-username .input-group label {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.copy-username .input-group input {
  background: none;
  border: none;
  height: 30px;
}

.copy-username .input-group button {
  padding: 0;
}

.access-info {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
}

/* AFFILIATE */

.aff-title {
  color: #0a7e62;
  text-align: center;
  text-transform: uppercase;
}

.aff-subtitle {
  color: #000;
  text-align: center;
}

.program-sec {
  padding-top: 30px;
  padding-bottom: 30px;
}

.program-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  max-width: 65%;
  margin: 0 auto;
  padding-top: 45px;
  position: relative;
  padding-bottom: 30px;
}

.program-col {
  background: url(../image/affiliate/polygon.png) no-repeat center;
  max-width: 100%;
  background-size: 100% 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 173px;
}

.col-left {
  color: #eb1d30;
  width: 30%;
  text-align: center;
}

.col-right {
  padding: 25px;
  padding-left: 40px;
}

.col-right h5 {
  color: #0a7e62;
  font-size: 13px;
}

.col-right p {
  font-size: 9px;
  color: #000;
}

.frame {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  text-align: center;
}

.bottom-title {
  color: #0a7e62;
  text-align: center;
  font-size: 14px;
}

.aff-btn {
  background: url(../image/affiliate/button-background.png) no-repeat center;
  background-size: 100% 100%;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  max-width: 250px;
  display: block;
  height: 47px;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.5s ease-out;
  font-size: 19px;
  font-weight: 600;
}

.aff-btn:hover {
  transform: scale(1.1);
}

.commission-sec {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f4f4f4;
}

.commission-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.commission-left {
  width: 65%;
}

.commission-left p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #000;
}

.commission-table thead tr td {
  background: #0a7e62;
  padding: 6px;
  text-align: center;
  color: #fff;
  border: 2px solid #f4f4f4;
  width: 33%;
  font-size: 14px;
}

.commission-table tbody tr td {
  background: #ffffff;
  padding: 7px;
  border: 2px solid #f4f4f4;
  color: #000;
  text-align: center;
  width: 33%;
  font-size: 14px;
}

.commission-calculation {
  padding-top: 30px;
  color: #0a7e62;
  text-align: center;
  font-weight: 600;
}

.product-sec {
  padding-top: 30px;
  padding-bottom: 30px;
}

.aff-product-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.aff-product-wrap a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.5s ease-out;
}

.aff-product-wrap a:hover {
  transform: scale(1.1);
}

.aff-cont {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: center;
  margin-top: 15px;
}

.aff-cont li {
  padding-left: 10px;
  padding-right: 10px;
  width: 15%;
}

.aff-cont a {
  text-align: center;
  display: block;
  font-weight: 500;
}

.aff-cont a img {
  background: #0a7e62;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

.contact-title {
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
}

.contact-text {
  font-size: 13px;
}

/* AFTERLOGIN */
.blc-wrap {
  display: flex;
}

.btn-group-dep {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.aff-ico img {
  max-height: 30px;
}

.bank-select {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: none;
  margin-bottom: 10px;
  grid-gap: 15px;
}

.bank-select .nav-link {
  height: 82px;
  padding: 15px 5px;
  border-radius: 10px;
  text-align: center;
  display: block;
  background: #fff;
}

.bank-select .nav-item.show .nav-link,
.bank-select .nav-link.active {
  background: #0a7e62;
}

.bank-select .nav-item.show .nav-link p,
.bank-select .nav-link.active p {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

.bank-select .nav-link p {
  color: #000;
  font-size: 12px;
}

.bank-img {
  height: 40px;
}

.bank-select .nav-item.show .nav-link.bank img,
.bank-select .nav-link.active.bank img {
  filter: none;
}

.bank img {
  filter: invert(1);
}

.important-notice {
  background: #f4f4f4;
  border-radius: 20px;
  padding: 15px;
  margin-top: 15px;
}

.important-notice h5 {
  font-size: 14px;
  color: #0a7e62;
  margin-bottom: 10px;
}

.important-notice h5 i {
  color: #ec1d31;
  margin-right: 10px;
}

.important-notice ul {
  padding-left: 10px;
  font-size: 12px;
  padding-left: 21px;
}

.important-notice .fa-angle-up {
  color: #0a7e62;
}

.bank-select.withdraw {
  grid-template-columns: repeat(2, 1fr);
}

.red-name {
  color: #fe0000;
  font-size: 12px;
}

.red-name a {
  color: #0a7e62 !important;
}

.t-amt {
  display: grid;
  grid-template-columns: 70% auto;
  grid-gap: 10px;
}

.t-amt a {
  background: #0a7e62 !important;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.history-nav {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.history-nav li a {
  background: #fff;
  border-radius: 5px;
  display: block;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
}

.history-nav li a:hover,
.history-nav li a.active {
  background: #0a7e62 !important;
  color: #fff !important;
}

.use-img {
  position: absolute;
  left: 0;
}

.dropdown-af .dropbtn {
  position: relative;
}

.af-modal .modal-body {
  /* background: #Fff; */
}

.af-bg {
  background: #fff;
  border-radius: 10px;
}

.lvl-in {
  width: 20%;
}

.user-lv {
  width: 60%;
}

.lvl {
  text-transform: uppercase;
}

.drop-big-nav {
  margin-top: 10px;
}

.drop-big-nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4px;
  list-style: none;
}

.drop-big-nav ul li a {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  background: #f4f4f4;
  cursor: pointer;
  display: block;
}

.drop-big-nav ul img {
  max-height: 30px;
}

.txt-name {
  font-size: 9px;
  text-transform: uppercase;
}

.login-modal .modal-body img {
  width: 100%;
  /* border-top-left-radius: 10px; */
  /* border-top-right-radius: 10px; */
}

.join-text {
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 500;
  font-size: 12px;
}

.join-text a {
  color: #eb1d30 !important;
  margin-left: 5px;
}

.phone-wrap {
  display: grid;
  grid-template-columns: 25% auto;
  grid-gap: 10px;
}

.mdl-form-box .form-check a {
  color: #eb1d30;
}

.close.forgot {
  color: #000;
  opacity: 1;
  text-shadow: none;
}

.mobile-annoucement {
  background: #e7e7e7;
}

.mobile-ann-wrap {
  display: flex;

  padding: 5px 0;

  color: #000;
}

.mobile-ann-wrap img {
  margin-right: 10px;
}

.mobile-login-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mobile-login-wrap .btn-signup {
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
}

.mobile-login-wrap .btn-sign {
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
}

.mobile-game-search {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}

.mobile-game-search .dropdown {
  margin: 0;
}

.mobile-game-search .dropdown-menu:after {
  display: none;
}

.mobile-game-search .dropdown-toggle::after {
  right: 10px;
  position: absolute;
  top: 13px;
  border-top: 8px solid;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-left: 8px solid transparent;
}

.mobile-game-search .dropdown::before {
  display: none;
}

.game-provider-dropdown {
  padding: 2px;
  width: 100%;
  padding-right: 30px;
  font-size: 13px;
  border-radius: 10px;
  height: 35px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-game-search .dropdown-menu:before {
  display: none;
}

.mobile-game-search .game-provider-dropdown img {
  max-height: 30px;
}

.mobile-game-search .dropdown-menu img {
  max-height: 30px;
  max-width: 52px;
}

.mobile-game-search .dropdown-item {
  font-size: 12px;
  padding: 5px 10px;
  background: none;
  color: #000;
  white-space: nowrap;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.mobile-game-search .search-container {
  height: 35px;
  text-transform: uppercase;
}

.cat-search {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.cat-search-title {
  width: 45%;
  font-size: 12px;
}

.cat-search .dropdown {
  width: 50%;
  margin: 0;
}

.cat-search .dropdown-menu.show {
  transform: translate3d(-1px, 35px, 0px) !important;
}

.cat-search .dropdown-menu a {
  text-transform: uppercase;
}

.search-container button {
  background: none;
}

.reg-img {
  /* max-height: 185px; */
  overflow: hidden;
}

.reg-img img {
  object-fit: fill;
  width: 100%;
}

.sidebar {
  transition: all 0.5s ease-in-out;
}

.match-info-wapper {
  background: url(../image/featured/match-bg.png) no-repeat center;
  background-size: 100%;
  padding: 16px;
  background-size: 100% 100%;
}

.matches-wrap .match-info-wapper .team-logo {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  margin: 0 auto;
}

.matches-wrap .match-info-wapper .team-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: calc(100% - 20px);
}

.matches-wrap .match-info-wapper .team-name {
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  margin-top: 7px;
  overflow-wrap: break-word;
}

.league {
  text-align: center;
  width: 100%;
  color: #fff;
}

.team-logo-wrapper {
  margin-bottom: 10px;
}

.team-logo img {
  margin: 0 auto;
}

.center-info {
  width: 50%;
}

.team-name {
  font-size: 0.5vw;
  color: #fff;
  text-transform: uppercase;
}

.vs {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.btn-pass-tri {
  background: #fff;
}

.menu-btm-mobile {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #353535;
  z-index: 99;
}

.menu-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  padding: 5px;
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
}

.menu-wrapper a {
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
}

.menu-wrapper a img {
  max-width: 40%;
  display: block;
  margin: auto;
  filter: invert(1);
}

.menu-wrapper a.active {
  color: #f77c1e;
}

.menu-wrapper a.active img {
  filter: invert(58%) sepia(61%) saturate(3127%) hue-rotate(349deg) brightness(102%) contrast(94%);
}

#passwordInput1 {
  margin-right: 0;
}

#passwordInput2 {
  margin-right: 0;
}

.password-input button {
  background: #fff;
}

.mdl-form-box .form-control::placeholder {
  font-size: 13px;
}

.title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.see-more {
  background: #e9e9e9;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1;
  color: #000;
  font-weight: 600;
}

.user_box {
  background: #ffffff;
  padding: 16px 0;
  color: #000;
  position: relative;
  padding-top: 30px;
}

.user_box_wra {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.af_amt {
  font-size: 20px;
}

.user_box_wra2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn_rest {
  min-width: 120px;
  background-color: #f4f4f4;
  border-radius: 2px;
  color: #0a7e62;
}

.msg_icon {
  color: #000000;
  font-size: 20px;
}

.deposit-wrap {
  background: #fff;
  padding-top: 33px;
}

.blnc .panel-default>.panel-heading a {
  display: block;
  padding: 14px;
  font-size: 14px;
  background: #0a7e62;
  border-radius: 10px;
  margin-bottom: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.blnc .panel-default>.panel-heading {
  color: #000;
}

.blnc .panel-default>.panel-heading a:after {
  font-size: 20px;
  font-weight: bolder;
}

.modal-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 10px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.modal-header-wrap .back-btn {
  color: #000;
}

.modal-header-wrap button.close {
  position: relative;
  top: 0;
  color: #000;
  text-shadow: none;
  font-size: 20px;
  right: 0;
  opacity: 1;
}

.m-header-r-af button.btn-wal img {
  margin-right: 0;
}

.m-header-r-af .btn-wal {
  display: block;

  height: 100%;

  font-size: 7px;
}

.history-tab-content .tab-pane {
  display: none;
}

.history-tab-content .tab-pane.active {
  display: block;
}

.vip-user-level {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  padding: 5px;
  margin-top: 10px;
}

.level-count {
  width: 20%;
  text-align: left;
  padding: 5px;
}

.level-name {
  width: 30%;
  text-align: center;
}

.level-turnover {
  width: 50%;
  text-align: end;
}

.iv-icon img {
  max-height: 17px;
}

.item-box .mdl-form-box {
  padding: 5px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 23px;
  font-weight: 600;
}

.forgot-link {
  display: block;
  text-align: center;
  color: #ff0000;
  text-transform: uppercase;
  font-size: 12px;
}

/* VIP */
.vip-desktop-content {
  padding: 40px 0;
}

.vip-banner {
  background: url(../image/vip/Vip-banner.jpg) no-repeat center;
  min-height: 510px;
  padding: 20px;
  display: flex;
  align-items: center;
}

.vip-banner-text {
  width: 50%;
}

.vip-banner-text h4 {
  color: #f47d20;
  text-align: left;
}

.vip-banner-text p {
  margin-top: 30px;
}

.vip-table table {
  width: 100%;
  margin-bottom: 15px;
}

.vip-table table td:first-child {
  text-align: left;
  border-right: none;
}

.vip-table table td:last-child {
  border-right: none;
}

.vip-table table th {
  text-align: center;
}

.vip-table table td {
  color: #000;
  padding: 8px 5px;
  text-align: center;
  border-right: 3px solid #00684f;
  background: #f0f0f0;
  font-weight: 600;
  font-size: 14px;
}

.green td {
  background: #00684f !important;
  color: #fff !important;
}

.vip-title td {
  color: #00684f !important;
}

.vip-tnc ul {
  list-style: disc;
  color: #000;
  padding-left: 25px;
}

.vip-tnc {
  background: #f0f0f0;
  padding: 15px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
}

.white td {
  background: #fff !important;
}

.vip-level {
  margin-top: 10px;
  color: #000;
  font-size: 18px;
}

.vip-table table th {
  border-right: 3px solid #00684f;
  padding: 10px;
}

.vip-table table th:first-child {
  text-align: left;
  border-right: none;
  width: 21%;
}

.vip-table table th:last-child {
  border-right: none;
}

.grey td {
  background: #f0f0f0;
  padding: 2px !important;
}

.go-reward {
  padding-top: 40px;
  padding-bottom: 40px;
}

.reward-title {
  color: #0a7e62;
  text-align: center;
  margin-bottom: 15px;
}

.go-reward p {
  text-align: center;
  color: #000;
  line-height: 2;
}

.btn-reward-group {
  display: flex;
  justify-content: space-between;
  max-width: 35%;
  margin: 0 auto;
  margin-top: 20px;
}

.btn-reward-group a {
  background: #0a7e62;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 25px;
  width: 45%;
  text-align: center;
  cursor: pointer;
}

.btn-reward-group a:hover,
.btn-reward-group a.active {
  background: #f77c1e;
}

.reward-box {
  border: 2px solid #0a7e62;
  border-radius: 10px;
  padding: 15px;
  margin: 0 auto;
  margin-top: 20px;
  background: #f0f0f0;
  max-width: 80%;
}

.reward-box h5 {
  color: #0a7e62;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

.reward-box h5 span {
  color: #f77c1e;
}

.reward-box h4 {
  color: #0a7e62;
  text-align: center;
}

.reward-box h4 span {
  color: #f77c1e;
}

.reward-acc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.acc-left {
  width: 55%;
}

.acc-left img {
  border-radius: 15px;
  width: 100%;
}

.acc-right {
  width: 40%;
}

.acc-right h4 {
  color: #0a7e62;
  text-align: center;
  margin-bottom: 15px;
}

.acc-right h4 span {
  color: #f77c1e;
}

.acc-right ul {
  list-style-type: none;
  max-width: 60%;
  margin: 0 auto;
}

.acc-right ul li {
  margin-bottom: 15px;
}

.acc-right ul li a {
  background: #0a7e62;
  display: block;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.acc-right ul li a:hover,
.acc-right ul li a.active {
  background: #f77c1e;
}

.benefit-reward {
  display: flex;
  /* grid-template-columns: repeat(3,1fr); */
  grid-gap: 25px;
  max-width: 100%;
  margin: 0 auto;
  flex-flow: wrap;
  justify-content: center;
}

.benefit-col {
  background: url(../image/reward/GoPlus-SquareBG.png) no-repeat center;
  padding: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
  min-height: 140px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  width: 10em;
}

.green-th th {
  color: #0a7e62;
  padding: 0px 10px !important;
  font-size: 13px;
}

.orange-w {
  color: #f77c1e;
}

.text-cut {
  text-decoration: line-through;
  margin-right: 5px;
}

.vip-banner-text p {
  color: #fff;
  line-height: 2.4;
  font-size: 13px;
}

.swiper-pagination {
  width: 100%;
  position: relative;
  bottom: 0 !important;
}

.swiper-pagination-item h5 {
  color: #000;
}

.swiper-pagination-bullet {
  width: 17%;
  background: none;
  padding: 5px;
  height: 100%;
  color: #000;
  /* min-height: 100px; */
  text-wrap: wrap;
}

.vip-m-table td {
  font-size: 12px !important;
  padding: 5px !important;
  width: 40%;
  color: #000;
  background: #f0f0f0;
}

.green-text {
  color: #0a7e62;
}

.vip-m-table table td:first-child {
  border: none;
  text-align: left;
}

.vip-table h4 {
  color: #0a7e62;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.swiper-pagination-bullet h5 {
  font-size: 12px;
  text-align: center;
  height: 40px;
  text-wrap: wrap;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  width: 100%;
}

.vip-m-table h4 {
  color: #0a7e62;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
}

.vip-m-table table th {
  border-right: 3px solid #00684f;
  padding: 10px;
}

.vip-m-table table th:first-child {
  text-align: left;
  border-right: none;
  width: 21%;
}

.vip-m-table table th:last-child {
  border-right: none;
}

.vip-m-table table {
  width: 100%;
}

.reward-plus {
  text-align: center;
  color: #000;
}

.reward-plus table {
  margin: 20px auto;
  width: 80%;
}

.reward-plus tr td {
  background: #0a7e62;
  padding: 5px;
  color: #fff;
  font-size: 14px;
}

.reward-plus .white td {
  padding: 1px;
}

.plus-table tr td:last-child {
  width: 60%;
}

.reward_modal_tit {
  color: #0a7e62;
}

.acc-verification_class .af-fm-ttl-us {
  justify-content: center;
}

.acc-verification_class .af-modal .close {
  color: #000;
}

.acc-verification_class .modal-dialog.af-modal {
  max-width: 800px;
  border-radius: 20px;
}

.reward_modal_title {
  text-align: center;
  margin: 10px 0;
  font-weight: 500;
}

.reward_table table tr td {
  background-color: #dbdbdb;
  text-align: center;
  padding: 4px;
  width: 50%;
}

.reward_table {
  padding: 20px;
}

.reward_table table {
  border-collapse: separate;

  font-weight: 500;
}

.reward_modal_wrap {
  padding: 0 10px;
}

.reward_modal_title_head {
  color: #0a7e62;
  font-weight: 500;
  text-align: center;
  margin: 10px 0 0 0;
}

.reward_complete_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  color: #0a7e62;
  max-width: 600px;
  margin: auto;
  margin-left: 16%;
}

.remark_red {
  color: red;
  font-size: 10px;
}

.remark-center {
  text-align: center;
}

.btn_ustd {
  position: absolute;
  right: 0;
}

.qr_usdt img {
  width: 130px;
}

.qr_usdt {
  text-align: center;
}

.input_rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input_rate_word {
  min-width: 80px;
}

.vip_table_btm_wrap table td {
  color: #000;
  padding: 8px 5px;
  text-align: center;
  background: #f0f0f0;
  font-weight: 600;
  font-size: 14px;
}

.vip_table_btm_wrap table td:first-child {
  width: 21%;
}

.vip_table_btm_wrap table {
  width: 100%;
  margin-bottom: 15px;
}

.vip_btm_content_head {
  background: #00684f;
  color: #fff;
  padding: 8px 5px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.vip_btm_content_body {
  background: #f0f0f0;
  padding: 10px;
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.vip_btm_content_body ul {
  padding-left: 20px;
}

.vip_btm_content {
  margin-bottom: 20px;
}

.vip_tit {
  color: #0a7e62;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.vip_btm_content_body .reward_table {
  max-width: 70%;
  margin: auto;
}

.vip_content_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.vip_btm_content_body .vip_content_wrap .reward_table {
  max-width: 100%;
}

.vip_content_wrap_inn_rightline {
  border-right: 2px solid #0a7e62;
}

.custom_tableh4 h4 {
  text-align: left;
}

/*#sectionincrese01,#sectionincrese02,#sectionincreseRELOADS,#sectionincresePOINTS,#sectionincreseSHOP {
  scroll-margin-top: 100px;
}*/
.benemobile_show {
  display: none;
}

.del_btn {
  color: #000;
  background-color: #00000014;
  padding: 5px;
  display: block;
  width: fit-content;
  border-radius: 5px;
  font-size: 14px;
  margin-left: auto;
}

.notification .badge {
  position: absolute;
  top: -5px;
  right: 15px;
  padding: 2px 5px;
  border-radius: 50%;
  background: red;
  color: white;
  font-size: 13px;
}

.keychainify-checked.notification .badge {
  position: absolute;
  top: -1px;
  right: 13px;
  padding: 2px 5px;
  border-radius: 50%;
  background: red;
  color: white;
  font-size: 13px;
}

.red_dot {
  width: 14px;
  height: 10px;
  background-color: red;
  border-radius: 50px;
  margin-right: 6px;
  box-shadow: 0px 0px 7px red;
}

.msg-l ul li a:hover .red_dot {
  background-color: #fff;
  box-shadow: 0px 0px 7px white;
}

.inbox-sec {
  margin: 30px 0;
  min-height: 650px;
  display: flex;
  align-items: center;
}

.inbox-table tr th {
  padding: 5px;
  background: #00684f;
  text-align: center;
  color: #fff;
  border: 1px solid #00684f;
}

.inbox-table tr td {
  padding: 5px;
  background: #fff;
  text-align: center;
  color: #000;
  border: 1px solid #000;
}

.msg_user {
  cursor: pointer;
}

.af-tab.mobile-nav {
  display: none;
}

.banner-slide .swiper-button-next,
.banner-slide .swiper-button-prev {
  color: #fff;
}

.welcome-sec {
  background: url(../image/welcome/bg.jpg) no-repeat center top;
  padding: 30px 0;
  height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
}

.welcome-bg {
  background: #fff;
  border: 5px solid #0a7e62;
  background: #ffffffbd;
  padding: 50px 30px;
  border-radius: 10px;
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}

.green-text {
  color: #00684f;
}

.welcome-logo {
  margin-bottom: 20px;
}

.welcome-text {
  text-align: center;
}

.welcome-deposit a {
  background: #fe1800;
  padding: 10px;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  max-width: 25%;
  margin: 30px auto;
}

.welcome-contact {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 60%;
}

.welcome-contact li {
  width: 30%;
  text-align: center;
}

.welcome-icon {
  padding: 10px;
  border-radius: 50%;
  background: #00684f;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.welcome-icon-name {
  font-size: 9px;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  line-break: anywhere;
}

.welcome-text p {
  font-weight: 700;
}

.inbox-sec .pagination {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.inbox-sec .pagination-item {
  margin: 0 5px;
  cursor: pointer;
}

.inbox-sec .pagination-item.active,
.inbox-sec .pagination-item:hover {
  font-weight: bold;
  color: #00684f;
}

/* Style for custom dropdown */
.phone-wrap img {
  max-width: 20px;
}

.phone-wrap .dropdown-menu {
  width: auto !important;
  min-width: 100% !important;
  border: none;
}

.phone-wrap .dropdown-menu::before {
  display: none;
}

.phone-wrap .dropdown-menu:after {
  display: none;
}

.phone-wrap .dropdown-item {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
}

.phone-wrap .dropdown-item:hover {
  background: #7f7f7f69;
}

.bank-detail tr td:first-child {
  width: 49%;
  text-align: left;
}

.bank-detail tr td {
  text-align: center;
}

.bank-detail tr td:last-child {
  width: 49%;
  text-align: left;
  text-wrap: nowrap;
}

.vpn-text {
  text-align: center;
  padding: 5px;
}

.dropdown-toggle.active .text-game {
  display: block !important;
}

/* BLOG */
.blog-sec {
  margin: 15px 0;
}

.blog-content {
  margin-top: 15px;
  background: #f4f4f4;
  padding: 15px;
  color: #000;
  min-height: 500px;
}

.blog-content h5 {
  padding: 5px;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
}

.blog-content p {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
}

.blog-navigation {
  display: flex;
  justify-content: space-between;
  color: #000;
  margin-top: 15px;
  font-weight: 500;
}

.blog-navigation i {
  background: #0a7e62;
  padding: 5px 10px;
  color: #fff;
}

/* DOWNLOAD */
.download-tab {
  justify-content: center;
  border-bottom: 0;
  grid-gap: 10px;
  margin-top: 20px;
}

.download-tab .nav-item {
  width: 20%;
}

.download-tab .nav-item .nav-link {
  text-align: center;
  color: #fff;
  background: #0a7e62;
  height: 100%;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.download-tab .nav-item.show .nav-link,
.download-tab .nav-link.active {
  border: 0;
  background: #f47d20;
}

.download-btn button img {
  margin-right: 10px;
  max-width: 30px;
}

.download-btn button {
  background: #f77c1e;
  border-radius: 10px;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-content {
  display: flex;
  justify-content: center;
  padding: 30px 10px;
  align-items: center;
}

.download-content-right {
  padding: 30px;
  width: 50%;
}

.download-content-right h5 {
  color: #0a7e62;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 500;
}

.download-content-right ul {
  color: #000;
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
  font-weight: 500;
  max-width: 70%;
  line-height: 2;
}

.download-btn {
  display: flex;
  grid-gap: 10px;
}

/* FAQ */
.seo-big-wrapper {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.seo-small-wrapper {
  background: #e8e8e8;
  border-radius: 10px;
  padding: 10px;
}

.seo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 20px; */
  grid-gap: 10px;
  color: #000;
}

.content-section p {
  font-size: 12px;
}

.seo-img {
  flex: 1;
}

.seo-content-text {
  flex: 13;
  text-align: left;
}

.seo-content-text h2 {
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.seo-content-text h3 {
  font-size: 16px;
}

.seo-content-text p {
  font-size: 12px;
  font-weight: 800;
  line-height: 2;
}

.faq-desktop .accordion-button {
  background-color: #007b5e;
  color: white;
}

.faq-desktop .accordion-button:not(.collapsed) {
  background-color: #007b5e;
  color: white;
}

.faq-desktop .accordion-body {
  background-color: #f8f9fa;
}

.faq-desktop .card {
  margin-bottom: 5px;
  background: none;
  border: none;
}

.faq-desktop .card-header {
  background-color: #0a7e62;
  color: white;
  cursor: pointer;
  border-radius: 8px;

}

.faq-desktop .card-header h5 {
  font-size: 14px;
  text-transform: uppercase;
}

.faq-desktop .card-body {
  background: #f4f4f4;
  color: #000;
  font-size: 12px;
}

.faq-desktop .card-body ul {
  padding-left: 20px;
}

.content-section p {
  margin-bottom: 10px;
}

.content-section a {
  cursor: pointer;
  color: #007b5e !important;
}

.content-section ul {
  padding-left: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.underline {
  text-decoration: underline;
}

.mobile-seo {
  display: none;
}
.desktop-seo{
  position: relative;
}

.swiper-button-prev-unique-6{
  color: #fff;
  background: #0a7e62;
  position: absolute;
  left: -10px;
  bottom: 50%;
  z-index: 27;
  border-radius: 50%;
  width: 25px;
  height: 25px;
text-align: center;
}
.swiper-button-next-unique-6 {
  color: #fff;
  background: #0a7e62;
  position: absolute;
  right: -10px;
  bottom: 50%;
  z-index: 27;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
}
.seo-content .swiper{
  height: auto;
}
.seo-content .swiper-wrapper{
  height: 100%!important;
  align-items: start;
}
.mobile-seo .seo-content{
  position: relative;
}
.register-section{
 padding: 30px 0;
}
.register-wrapper{
  height: 100%;
}