.word-text {
  background-color: #2b3a91;
  color: white;
  text-align: center;
  position: relative !important;
  margin-top: 400px;
  padding: 50px;
  background: url(../images/bg-btn.png) center;
  background-size: cover;
}

.icon-size {
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
}
.device-btn {
  box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset,
    rgb(0 0 0 / 15%) 0px -36px 30px 0px inset,
    rgb(0 0 0 / 10%) 0px -79px 40px 0px inset, rgb(0 0 0 / 6%) 0px 2px 1px,
    rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px,
    rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;
  padding: 4px 5px;
  margin: 0 20px;
  border-radius: 8px;
  background: red;
  color: white;
  cursor: pointer;
}
.tab-bar-mobile {
  padding: 8px 0px;
}
.dropdown-toggle::after {
  color: white;
}
.grecaptcha-badge {
  opacity: 0;
}
.logo-login {
  width: 182px;
}
.box-amount {
  background: #3e4243;
}
.change-language {
  background: #3e4243;
}
.modal-content-custom {
  background: url("../images/bg-main.jpg");
  background-size: cover;
  background-position: center;
}
.change-language .active {
  box-shadow: unset;
  background: linear-gradient(to bottom, #e7c458 5%, #c79b44 100%);
  background-color: #e7c458;
}
.dropdown-menu-profile {
  background-color: #3e4243;
}

.content-partner {
  background: none;
  background-size: cover;
  margin-top: 0px;
}

.bg-custom .logo-head {
  /* width: 250px; */
}
.bg-custom {
  /* box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px, rgb(0 0 0 / 7%) 0px 2px 2px, rgb(0 0 0 / 7%) 0px 4px 4px, rgb(0 0 0 / 7%) 0px 8px 8px, rgb(0 0 0 / 7%) 0px 16px 16px; */
}

.logo-head {
  /* position: absolute;
    top: 2px; */
}

.logo-head-nav {
  width: 200px;
}

.tab-bar-mobile .tab-control .tab-list {
  color: white;
}
.navbar{
      
    box-shadow: 1px 1px 7px 1px #6d1b49;
}
.btn-top-menu {
  width: 100%;
}
.navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.footer-custom {
  /* background-color: unset !important; */
  background: url('../images/bg-sport.jpg');
    background-size: cover;
    background-position: center;
}
.text-power {
  background-color: unset;
}
.hover {
  box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px,
    rgb(0 0 0 / 20%) 0px -3px 0px inset;
}

.icon-hotgame.activebtn {
  /* background: url(../images/icon-hotgame-hover.png) center no-repeat; */
  transition: 0.3s;
  background-size: contain;
  filter: grayscale(50%);
}

.icon-slot.activebtn {
  /* background: url(../images/icon-slot-hover.png) center no-repeat; */
  transition: 0.3s;
  background-size: contain;
  filter: grayscale(50%);
}

.icon-casino.activebtn {
  /* background: url(../images/icon-casino-hover.png) center no-repeat; */
  transition: 0.3s;
  background-size: contain;
  filter: grayscale(50%);
}

.icon-sport.activebtn {
  /* background: url(../images/icon-sport-hover.png) center no-repeat; */
  transition: 0.3s;
  background-size: contain;
  filter: grayscale(50%);
}

.icon-table.activebtn {
  /* background: url(../images/icon-table-hover.png) center no-repeat; */
  transition: 0.3s;
  background-size: contain;
  filter: grayscale(50%);
}

.loged-content {
  /* margin-top: 66px; */
}

.tab-list a {
  color: white;
  text-decoration: none;
}

.navbar-toggler {
  border-color: rgb(255 255 255 / 0%) !important;
}

.menu_icon {
  width: 30px;
  height: 20px;
  margin: auto;
  z-index: 10;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  /* padding: 5px 0; */
}

.menu_icon span {
  position: absolute;
  display: block;
  height: 5px;
  width: 40px;
  border-radius: 10px;
  background-color: #fff;
  transform: rotate(0);
  transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

span.one {
  top: 0px;
  width: 20px;
  animation: width 2s ease infinite;
}

span.two {
  top: 10px;
  width: 15px;
  animation: width1 2s ease infinite;
}

span.three {
  top: 20px;
  width: 20px;
  animation: width2 2s ease infinite;
}

.nounderline {
  text-decoration: none;
}
.contactsale {
  color: #fff476;
}
.contactsale:hover {
  color: white;
}
@keyframes width {
  0% {
    width: 20px;
  }

  25% {
    width: 30px;
  }

  50% {
    width: 10px;
  }

  75% {
    width: 30px;
  }

  100% {
    width: 20px;
  }
}

@keyframes width1 {
  0% {
    width: 15px;
  }

  25% {
    width: 10px;
  }

  50% {
    width: 30px;
  }

  75% {
    width: 15px;
  }

  100% {
    width: 15px;
  }
}

@keyframes width2 {
  0% {
    width: 20px;
  }

  25% {
    width: 30px;
  }

  50% {
    width: 15px;
  }

  75% {
    width: 10px;
  }

  100% {
    width: 20px;
  }
}

.btnlogin {
  cursor: pointer;
}

.a-btnlogin {
  width: 182px;

  height: 6vh;
}

.a-login {
  text-decoration: none !important;
  min-width: 110px !important;
  width: 182px;
}
.list-promotion-all .carousel {
  height: 382px;
}
.tag-footer-all li {
  color: #fff;
  background-color: #b01f46;
}

.partner-container{
      background:#911536;
      background-size: cover;
      position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .icon-size {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }
  .list-promotion-all .carousel {
    height: 393px;
  }
}

/* ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .a-login {
    width: 110px;
    min-width: 140px !important;
  }

  .list-promotion-all .carousel {
    height: 393px;
  }
  .btn-register {
    font-size: 1.1rem;
  }
  .btnlogin {
    font-size: 1.1rem;
    max-width: 150px;
  }
  .is-disabled > div > .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;
  }
  .btn-top-menu {
    width: 150px;
  }

  .bg-custom .logo-head {
    /* width: 5rem; */
  }

  .icon-size {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .content-game-list {
    padding-top: 14px;
  }

  .bg-custom {
    /* background: url('../images/bg-navbar-top.png') center center; */
  }

  .menu-bar-main {
    padding: 7px 0px;
    /* background: url('../images/bg-navbar-top.png') center; */
    border-top: unset;
    background-size: cover;
    bottom: -70px;
  }

  .content-promotion {
    background: url(../images/bg-promotion.png) right top;
    background-size: cover;
  }

  .word-text {
    margin-top: 265px;
    padding: 17px;
    background: rgb(0, 91, 163);
    background: -moz-radial-gradient(
      circle,
      rgb(71 93 157) 0%,
      rgb(49 64 141) 100%
    );
    background: -webkit-radial-gradient(
      circle,
      rgb(71 93 157) 0%,
      rgb(49 64 141) 100%
    );
    background: radial-gradient(circle, rgb(71 93 157) 0%, rgb(49 64 141) 100%);
  }

  .side-bar-menu {
    background: none;
  }

  .navbar-nav {
    /* align-items: end !important;
        flex-direction: row-reverse !important; */
  }

  .tab-bar-mobile {
    /* background: rgb(0, 91, 163);
        background: -moz-radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%);
        background: -webkit-radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%);
        background: radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%);

        background: url('../images/bg-btn.png') center center; */
  }
}

@media (max-width: 767px) {
  .btnlogin {
    font-size: 1.2rem;
  }

  .btn-register {
    font-size: 1.2rem;
  }
  .loged-content {
    /* margin-top: 76px; */
  }

  .bg-custom .logo-head {
    /* width: 9rem; */
  }

  .bg-custom {
    /* background: url('../images/bg-navbar-top.png') center center; */
  }

  .content-promotion {
    background: url(../images/bg-promotion.png) right top;
    background-size: cover;
  }

  .menu-bar-main {
    background: url("../images/bg-btn.png") center;
    border-top: unset;
    background-size: cover;
  }

  .navbar-nav {
    /* align-items: end !important;
        flex-direction: row-reverse !important; */
  }

  .side-bar-menu {
    background: none;
  }

  .tab-bar-mobile {
    /* background: rgb(0, 91, 163);
        background: -moz-radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%);
        background: -webkit-radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%);
        background: radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%); */
    /* background: url('../images/bg-btn.png') center center; */
  }
  .icon-size {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
}

.language_block {
  cursor: pointer;
  z-index: 999;
  float: left;
}

.current_language {
  float: left;
  text-align: right;
  margin-top: -1px;
  margin-left: -10px;
}

.current_language .lang_name {
  float: left;
}

.current_language_lang {
  float: left;
  text-align: left;
  margin-top: -2px;
}

.current_language_lang a {
  margin: 5px 5px 5px 5px;
}

.languages_popup {
  display: none;
  width: 100px;
  position: absolute;
  z-index: 999;
  top: 17px;
  left: 954px;
  padding-top: 4px;
  font-size: 11px;
}

ul#languages {
  z-index: 999;
  width: 98px;
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 1px;
  background: #ffffff;
  border: 1px solid rgb(202 202 202);
}

ul#languages li {
  width: 90px;
  text-align: left;
  margin: 1px 4px;
  padding: 2px;
  float: left;
}

ul#languages li.no_border {
  border: 0px;
}

.btnlogin {
  background-image: linear-gradient(
    to bottom,
    #ffdaf2 0%,
    #f285a3 10%,
    #df2154 51%,
    #bd0436 100%
  );
  white-space: nowrap;
  /* padding: 15px 45px; */
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  border: 1px solid white;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  box-shadow: 0 0 10px #eee;
  border-radius: 54px;
  display: block;
}

.btnlogin:hover {
  background-position: right center; /* change the direction of the change here */
  color: yellow;
  text-decoration: none;
}

.btn-register {
  background-image: linear-gradient(
    to bottom,
    #fde795 0%,
    #fcd64d 10%,
    #f4b91f 51%,
    #e48d03 100%
  );
  white-space: nowrap;
  /* padding: 15px 45px; */
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  border: 1px solid white;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  box-shadow: 0 0 10px #eee;
  border-radius: 54px;
  display: block;
}

.btn-register:hover {
  background-position: right center; /* change the direction of the change here */
  color: yellow;
  text-decoration: none;
}
.heroban {
  margin-top: 4rem;
}
html {
  background: white;
}
body {
  background: url("../images/bg-desktop.png");
  background-size: cover;
}

@media (max-width: 480px) {
  .list-promotion-all .carousel {
    height: 383px;
  }
  .icon-size {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .heroban {
    margin-top: 4.8rem;
  }
  .a-login {
    width: 110px;
    min-width: 91px !important;
  }
  .btnlogin {
    font-size: 1.1rem;
  }

  .a-regis {
    min-width: 114px;
    padding-left: 9px;
  }

  .btn-register {
    font-size: 1.0rem;
    padding: 0.375rem;
  }

  .tag-footer-all li {
    font-size: 0.8rem;
  }
  .loged-content {
    /* margin-top: 45px; */
  }

  .bg-custom .logo-head {
    /* width: 7rem; */
  }

  .list-game-all,
  .list-promotion-all {
    padding: 6px 0px;
  }

  .content-game-list {
    padding-top: 3px;
  }

  .content-promotion {
    background: url(../images/bg-promotion.png) right top;
    background-size: cover;
  }

  .menu-bar-main {
    background: url("../images/bg-btn.png") center;
    border-top: unset;
    background-size: cover;
  }

  .word-text {
    margin-top: 265px;
    padding: 17px;
    background: rgb(0, 91, 163);
    background: -moz-radial-gradient(
      circle,
      rgb(71 93 157) 0%,
      rgb(49 64 141) 100%
    );
    background: -webkit-radial-gradient(
      circle,
      rgb(71 93 157) 0%,
      rgb(49 64 141) 100%
    );
    background: radial-gradient(circle, rgb(71 93 157) 0%, rgb(49 64 141) 100%);
  }

  .navbar-nav {
    width: 31px;
  }

  .footer-custom {
    /* Copy right text */
    padding-bottom: 65px;
  }

  .side-bar-menu {
    background: none;
  }

  .tab-bar-mobile {
    /* background: rgb(0, 91, 163);
        background: -moz-radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%);
        background: -webkit-radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%);
        background: radial-gradient(circle, rgb(71 93 157) 0%, rgba(23, 36, 177, 1) 100%); */
    /* background: url('../images/bg-btn.png') center center; */
  }
}
