.dropdown-toggle::after {
  color: white;
}

.change-language-m {
  background: #6f5125;
}

.is-disabled>a>img {
  filter: grayscale(80%);
  cursor: not-allowed;
}

.change-language .active {
  border: unset;
}

.is-disabled>.hover-1-content>button {
  /* filter: grayscale(60%);
font-size: 0.9rem; */
  cursor: not-allowed;
}

.is-disabled>.hover-1-content {
  background: rgba(0, 0, 0, 0.4);
}

.grid-gameall-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}

.loged-content {
  margin-top: 0px !important;
}

.icon-tab img {
  max-width: 44px;
}

.banner-promote {
  margin-bottom: 50px;
}

.carousel-item-lobby {
  overflow: hidden;
  border-radius: 20px;
}

.change-language {
  background: #cca153;
  border-radius: 30rem;
  color: white;
  padding: 2px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.change-language .active {
  background: #6f5125;
  color: white;
  padding: 8px 18px !important;
  border-radius: 20px;
  cursor: pointer;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.bg-tab-game {
  margin-top: 64px;
}

/* Tab Game */
.bg-tab-game {
  background: url(../images/bg-tab-game.jpg) top;
  padding: 20px 0px;
}

.tab-game-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  /* padding: 0px 60px; */
}

.tab-list {
  text-align: center;
  padding: 5px 30px;
  transition: 0.3s;

}

.wrap-menu-bar-main {
  padding: 0px 200px;
}

.tab-list:hover {
  background: #9d8d7c;
  border-radius: 10px;
  cursor: pointer;
}

.tab-list.active {
  background: #4b3b29;
  border-radius: 10px;
}


.tab-list .txt {
  color: white;
  line-height: 1.2;
}

/* content-owl */

.main-content-owl {
  background: url(../images/bg-main.jpg) top center no-repeat fixed;
  background-size: cover;
  position: relative;
  z-index: 10;
  padding-top: 40px;
  padding-bottom: 40px;
  height: auto;
}

.title-header {
  border-left: 5px #c89c4e solid;
  padding-left: 10px;
  /* color: #be2b0c; */
  margin-bottom: 20px;
}

.title-header h2,
.title-header div {
  color: #ffffff;
}

.game-list {
  padding: 0px 0px;
  margin-bottom: 40px;
}

.owl-prev {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

.owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

.owl-prev,
.owl-next {
  width: 40px;
  height: 40px;
  background: #c89c4e !important;
  color: #ffffff;
  border-radius: 30rem !important;
  box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.3);
}

.owl-prev span,
.owl-next span {
  font-size: 26px;
  color: #ffffff;
}

/* content-owl */
.main-content {
  background: url(../images/bg-main.jpg) left no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
  z-index: 10;
  /* transform: translateY(-80px); */
  height: 1200px;
  margin-top: 180px;
}

.wrap-content-game {
  padding: 0px 50px;
}

.list-game {
  padding: 0 0.5rem;
  margin: 1rem 0 0.25rem;
  width: 25%;
}

/* Begin :: Button */
.btn-main {
  background-color: #c89c4e;
  border: #c89c4e;
  border-radius: 40px;
  display: inline-block;
  cursor: pointer;
  color: #fefeff;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-main:hover {
  background-color: #836125;
  transition: 0.3s;
}

.btn-main:active {
  position: relative;
  top: 1px;
}

/* End :: Button */

.content-partner {
  background: unset;
  background-color: #5e431e;
  /* transform: translateY(-200px); */
}

.footer-custom {
  padding-top: 30px;
  background-color: #432d14;
  text-align: center;
}

.tag-footer-all {
  list-style: none;
  padding-left: 0rem;
  margin-bottom: 30px;
  margin-top: 0px;
}

.tag-footer-all li {
  cursor: pointer;
  background-color: #c89c4e;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 8px;
  display: inline-block;
  margin: 5px 5px;
}


.text-power {
  padding: 20px 0px;
  background-color: #1b0d03;
  color: white;
  text-align: center;
}

.modal-custom {
  backdrop-filter: blur(6px) saturate(100%);
  -webkit-backdrop-filter: blur(6px) saturate(100%);
  background-color: rgba(17, 25, 40, 0.2);
}

.button-close-custom {
  position: absolute;
  right: 0px;
  top: -40px;
}

.btn-close-custom i {
  color: white;
  font-size: 28px;
}

.modal-content-custom {
  background-color: #201800;
  border-radius: 18px;
}

.body-content-custom {
  overflow: hidden;
  border-radius: 18px;
}

.nav-tabs-custom {
  border-bottom: none;
}

.text-contact {
  margin-top: 30px;
  text-align: center;
  color: white;
}

.text-contact span {
  color: #FFFD6D;
}

.nav-tabs-custom .nav-link.active {
  background: linear-gradient(to bottom, #ffe66a 5%, #ffc756 100%);
  background-color: #ffe66a;
  color: #510f04 !important;
  text-shadow: -1px 2px 4px #ff9d00;
  border-color: transparent;
}

.nav-link-custom {
  color: white;
  padding: 17px 0px;
  font-size: 18px;
}

.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #ffe66a;
  transition: 00.3s;
}

.content-login {
  padding: 30px 50px;
}

.icon-user-custom {
  background: linear-gradient(to bottom, #ffe66a 5%, #ffc756 100%);
  background-color: #ffe66a;
  width: 36px;
  height: 36px;
  border-radius: 30rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.icon-user-custom img {
  width: 20px;
}

.box-amount {
  background: #6f5125;
  border-radius: 30rem;
  padding: 12px 0px;
  padding-right: 15px !important;
  padding-left: 15px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-amount i {
  color: #ffda62;
  font-size: 20px;
}

.dropdown-profile-custom {
  border-right: #ca4236 1px solid;
  padding-right: 15px;
  margin-right: 15px;
}

.dropdown-menu-profile {
  background-color: #6f5125;
  color: white;
  border-radius: 10px;
  border: none;
}

.dropdown-item-profile {
  color: white;
}

.dropdown-item-profile:focus,
.dropdown-item-profile:hover {
  background-color: #ffda62;
  color: #2a2a2a;
}

.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.7);

}

.navbar-toggler i {
  color: white;
  font-size: 24px;
}


.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  backdrop-filter: blur(6px) saturate(100%);
  -webkit-backdrop-filter: blur(6px) saturate(100%);
  background-color: rgba(17, 25, 40, 0.8);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 10px 0px;
  text-decoration: none;
  font-size: 24px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}


.tab-bar-mobile {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  /* top:200px; */
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url(../images/bg-menu-mobile.png) top;
  /* background: linear-gradient(90deg, rgba(35, 1, 70, 1) 0%, rgba(116, 62, 141, 1) 50%, rgba(35, 1, 70, 1) 100%); */
  padding-top: 20px;
  padding-bottom: 5px;
}

.tab-bar-mobile ul.tab-control {
  list-style: none;
  padding-left: 0px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.tab-bar-mobile .tab-control .tab-list {
  color: #ffffff;
  width: 25%;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
}

.tab-bar-mobile .tab-control .tab-list .menu-icon {
  width: 50px;
  margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bg-tab-game {
    margin-top: 49px;
  }

  .wrap-menu-bar-main {
    padding: 0px 100px;
  }

  .menu-bar-main {
    padding: 20px 0px;
  }

  .tab-list {
    padding: 5px 25px;
  }

  .tab-bar-mobile {
    display: block;
  }

  /* content-owl */

  .main-content-owl {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* content-owl */
  .allgame-content {
    padding-top: 30px;
    padding-bottom: 60px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .is-disabled>.hover-1-content>button {
    filter: grayscale(60%);
    font-size: 0.7rem;
    cursor: not-allowed;
    background: none;
    box-shadow: inset 0px 0px 0px 0px #fce2c1;
    background-color: #9d8b35a6 !important;
    border-radius: 0px;
    border: 1px solid #eeb44f;
    display: inline-block;
    color: #ffffff;
    padding: 3px 12px;
    text-decoration: none;
    text-shadow: -1px 2px 4px #000000;
    transition: 0.3s;
  }

  .bg-custom {
    height: auto;
    padding-bottom: 15px;
  }

  .bg-tab-game {
    margin-top: 66px;
  }

  .wrap-menu-bar-main {
    padding: 0px 20px;
  }

  .menu-bar-main {
    padding: 20px 0px;
  }

  .change-language {
    padding: 3px 3px;
  }

  .change-language .active {
    padding: 5px 15px !important;
  }

  .change-language .language {
    padding: 4px 8px;
  }

  .main-content {
    margin-top: 76px;
    height: 500px;
  }

  .content-game-list {
    padding-top: 20px;
  }

  .tab-bar-mobile {
    display: block;
  }

  /* content-owl */

  .main-content-owl {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .game-list {
    padding: 0px 10px;
  }

  .owl-nav {
    width: 108%;
  }

  /* content-owl */
  .allgame-content {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .is-disabled>.hover-1-content>button {
    filter: grayscale(60%);
    font-size: 0.7rem;
    cursor: not-allowed;
    background: none;
    box-shadow: inset 0px 0px 0px 0px #fce2c1;
    background-color: #9d8b35a6 !important;
    border-radius: 0px;
    border: 1px solid #eeb44f;
    display: inline-block;
    color: #ffffff;
    padding: 3px 12px;
    text-decoration: none;
    text-shadow: -1px 2px 4px #000000;
    transition: 0.3s;
  }

  .grid-gameall-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
  }

  .bg-custom {
    height: auto;
    padding-bottom: 15px;
  }

  .bg-tab-game {
    margin-top: 49px;
  }

  .wrap-menu-bar-main {
    padding: 0px 20px;
  }

  .menu-bar-main {
    padding: 15px 0px;
  }

  .icon-tab {
    width: 40px;
    margin: 0 auto;
  }

  .tab-list {
    padding: 5px 0px;
  }

  .change-language {
    padding: 3px 3px;
  }

  .change-language .active {
    padding: 5px 15px !important;
  }

  .change-language .language {
    padding: 4px 8px;
  }

  .tab-game-container {
    grid-gap: 0px;
  }

  .content-game-list {
    padding-top: 20px;
  }

  .tab-bar-mobile {
    display: block;
  }

  /* content-owl */

  .main-content-owl {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* content-owl */

  .allgame-content {
    padding-top: 30px;
    padding-bottom: 60px;
  }

}

@media (max-width: 480px) {
  .bg-custom {
    height: auto;
    padding-bottom: 3px;
    padding-top: 3px;
  }

  .bg-tab-game {
    margin-top: 49px;
  }

  .menu-bar-main {
    padding: 10px 0px;
  }

  .wrap-menu-bar-main {
    padding: 0px 0px;
  }

  .tab-list.active {
    border-radius: 5px;
  }

  .tab-list:hover {
    border-radius: 5px;
  }

  .bg-tab-game {
    padding: 10px 0px;
  }

  .tab-game-container {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
    grid-gap: 5px;
  }

  .tab-bar-mobile {
    display: block;
  }

  .icon-tab {
    width: 40px;
    margin: 0 auto;
  }

  .tab-list .txt {
    font-size: 12px;
  }

  .tab-list {
    padding: 5px 0px;
  }

  .tab-bar-mobile .tab-control .tab-list {
    font-size: 12px;
  }

  .tab-bar-mobile .tab-control .tab-list .menu-icon {
    width: 35px;
    margin: 0 auto;
  }

  .hover {
    border-radius: 10px;
  }

  .owl-prev {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .owl-next {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .owl-prev,
  .owl-next {
    width: 30px;
    height: 30px;
  }

  .owl-prev span,
  .owl-next span {
    font-size: 20px;
  }

  .allgame-content {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}