@charset "UTF-8";
.home-gamelobby.game-list-open {
  background-color: #eff0f5;
  height: calc(var(--window-inner-height, 100vh) - var(--top-ad-height, 0px) - 100px - env(safe-area-inset-bottom));
  left: 0;
  overflow: hidden;
  width: 100% !important;
  z-index: 1;
}

.home-gamelobby.game-list-open {
  background: #000 !important;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.home-gamelobby > .game-wrap {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}

.home-gamelobby > .game-wrap > .game-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-gamelobby.game-list-open .game-wrap > .game-block {
  height: 100%;
}

.home-gamelobby.game-list-open .game-wrap > .game-block > :not(:last-child):not(.home-cate) {
  margin-bottom: 0;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav {
  background: #1d1830;
  border: 0;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-main .game-providers > li.active {
  background: linear-gradient(11deg, #f4d24c, #b78a04);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-provider .game-providers li.active:after {
  background: transparent;
  border-color: transparent transparent transparent #f4d24c;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  content: "";
  height: 0;
  left: auto;
  margin-top: -5px;
  position: absolute;
  right: -9px;
  top: 50%;
  width: 0;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-main .game-providers > li.active:after {
  border-color: transparent transparent transparent #FFC107;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .gpk-swiper-nav {
  margin: 0 auto;
  overflow: visible;
  /* width: calc(100% - 40px); */
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .swiper-button-prev {
  color: #c8cede;
  height: 40px;
  /* margin: 0; */
  position: absolute;
  /* top: 0; */
  width: 20px;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .swiper-button-prev {
  background: #1d1830;
  color: #9a7dff;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .swiper-button-prev,
.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .swiper-button-prev {
  left: 0px;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .swiper-button-prev:after {
  font-size: 12px;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .swiper-button-next,
.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .swiper-button-prev {
  color: #c8cede;
  height: 40px;
  position: absolute;
  top: 22px;
  width: 20px;
  right: 0;
}

.swiper-button-prev,
.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .swiper-button-next,
.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .swiper-button-prev {
  background: #1d1830;
  color: #9a7dff;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .swiper-button-next:after,
.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .swiper-button-prev:after {
  font-size: 12px;
}

.app .app-home .home-quick-item {
  flex-shrink: 0;
  position: relative;
  text-align: center;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .home-quick-item {
  width: auto;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .home-quick-item h3 {
  font-size: 13px;
  line-height: 40px;
  margin: 0;
  position: static;
  transform: none;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .gpk-swiper-nav .home-quick-item.active {
  background: linear-gradient(180deg, #997dff, #8569f9) !important;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .gpk-swiper-nav .home-quick-item h3 {
  color: #b9b3cd;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-nav .gpk-swiper-nav .home-quick-item.active h3 {
  color: #fff;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .search-bar-box {
  background: #000;
  border-bottom: 1px solid #eee;
  display: flex !important;
  height: 48px;
  padding: 8px 10px;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .search-bar-box {
  background-color: #000;
  border: 0 !important;
}

.home-gamelobby.game-list-open .game-wrap > .game-block > :not(:last-child):not(.home-cate) {
  margin-bottom: 0;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .search-bar-box input {
  border-radius: 5px;
}

.search-bar-box > :not(:last-child) {
  margin-right: 10px;
}

.search-bar-box > .input {
  background-color: #f0f1f5;
  border-radius: 20px;
  color: rgba(0, 0, 0, 0.7);
  height: 32px;
  padding-left: 10px;
  text-indent: 25px;
  width: 100%;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .search-bar-box > input {
  background: #555;
  color: #fff;
}

.search-bar-box > :not(:last-child) {
  margin-right: 10px;
}

.search-bar-box .grids-style > span,
.search-bar-box .list-style > span {
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}

.search-bar-box .grids-style > span {
  background-color: #7a85a5;
  border-radius: 2px;
  box-shadow: 9px 0 #7a85a5, 9px 9px #7a85a5, 0 9px #7a85a5, -9px 9px #7a85a5, -9px 0 #7a85a5, -9px -9px #7a85a5, 0 -9px #7a85a5, 9px -9px #7a85a5;
  height: 5px;
  width: 5px;
}

.search-bar-box .grids-style,
.search-bar-box .list-style {
  flex-shrink: 0;
  height: 32px;
  position: relative;
  width: 32px;
}

.search-bar-box .grids-style.active > span,
.search-bar-box .list-style.active > span {
  opacity: 1;
}

.home-gamelobby .game-wrap .search-bar-box .grids-style > span {
  background-color: #f4d24c;
  box-shadow: 9px 0 #f4d24c, 9px 9px #f4d24c, 0 9px #f4d24c, -9px 9px #f4d24c, -9px 0 #f4d24c, -9px -9px #f4d24c, 0 -9px #f4d24c, 9px -9px #f4d24c;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .sub-menu-box {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .sub-menu-box {
  background: #fff;
  border: 0 !important;
}

.sub-menu-box .sub-menu .sub-menu-item {
  border: 1px solid #d5ddf4;
  border-radius: 50px;
  flex: 1;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  margin-right: 5px;
  padding: 0 12px;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

.home-gamelobby .game-wrap .sub-menu-box .sub-menu .sub-menu-item {
  border-color: #f9d94e;
  color: #f9d94e;
}

.home-gamelobby .game-wrap .sub-menu-box .sub-menu .sub-menu-item.current {
  background: linear-gradient(11deg, #f4d24c, #b78a04);
  color: #fff;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-provider {
  position: relative;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-main {
  display: flex;
  height: calc(100% - 120px);
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-provider:after,
.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-provider:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  background: #bdc3d2;
  color: #fff;
  display: flex;
  font-family: iconmps !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  text-transform: none;
  width: 85px;
  z-index: 1;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-main .gpk-provider:after,
.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-main .gpk-provider:before {
  background: #cbcbcb;
}

.home-gamelobby .game-wrap .game-providers li {
  border-color: #4a426b;
  color: #b9b3cd;
}

.game-providers > li {
  align-items: center;
  border-bottom: 1px solid #eee;
  display: inline-flex;
  font-size: 13px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  position: relative;
}

.game-providers > li:first-of-type {
  display: none;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-provider .game-providers {
  padding: 7px 0 20px;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-provider .game-providers::-webkit-scrollbar {
  width: 0px;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-provider .game-providers li {
  align-content: center;
  background: linear-gradient(90deg, rgba(220, 224, 233, 0), #dce0e9 80%);
  border-radius: 0 5px 5px 0;
  display: flex;
  flex-wrap: nowrap;
  font-size: 11px;
  height: 70px;
  justify-content: center;
  margin-bottom: 3px;
  padding: 0 10px;
  position: relative;
  width: 85px;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-main .game-providers > li {
  background: linear-gradient(180deg, #737373, #4d4d4d);
  border: 1px solid #555;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-provider .game-providers li.all {
  display: none;
}

.home-gamelobby .game-wrap .game-providers li {
  border-color: #4a426b;
  color: #b9b3cd;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-main .game-providers {
  display: block !important;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: inherit;
  width: 95px;
}

.gpk-provider .game-providers li {
  align-content: center;
  background: linear-gradient(90deg, rgba(220, 224, 233, 0), #dce0e9 80%);
  border-radius: 0 5px 5px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 11px;
  height: 70px;
  justify-content: center;
  margin-bottom: 3px;
  padding: 0 10px;
  position: relative;
  width: 85px;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-provider .game-providers li .game-provider-title {
  width: 85px;
  text-align: center;
  color: #8a94b9;
  line-height: 1;
  transform: scale(0.9);
  display: none;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-main .game-providers > li .game-provider-title span {
  color: #fff;
  font-size: 14px;
  display: block;
  text-transform: capitalize;
}

.home-gamelobby.game-list-open .game-wrap,
.home-gamelobby.game-list-open .game-wrap {
  border-radius: 0;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: 100%;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-main > * {
  height: 100%;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-main .game-wrap {
  width: calc(100% - 95px);
}

.home-gamelobby > .game-wrap > .game-block .egame-list {
  animation: game-show 0.5s ease forwards;
  min-width: 0;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .egame-list {
  padding: 5px !important;
}

.home-gamelobby > .game-wrap > .game-block .style-2 .egame-list > div {
  margin: 0;
}

.egame .style-2 .egame-list .game-group_list,
.lottery .style-2 .egame-list .game-group_list {
  display: flex;
  width: 100%;
}

.home-gamelobby > .game-wrap > .game-block .style-2 .egame-list .game-group_list {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
}

.egame .style-2 .egame-list .egame-item,
.lottery .style-2 .egame-list .egame-item {
  height: auto;
  margin-bottom: 10px;
  position: relative;
  width: 33.333%;
}

.home-gamelobby > .game-wrap > .game-block .style-2 .egame-list .game-group_list .egame-item {
  height: auto;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 0;
  width: calc(33.333% - 5px);
}

.home-gamelobby.game-list-open .game-wrap > .game-block .style-2 .egame-list .game-group_list .egame-item {
  width: calc(33.333% - 5px);
}

.egame-item span.game-img-transtion.img-loaded {
  filter: none;
  opacity: 1;
  transition: 0.3s;
}

.home-gamelobby > .game-wrap > .game-block .style-2 .egame-list .game-group_list .egame-item span {
  /* background: #ebecf1; */
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(65, 70, 92, 0.25);
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .egame-list .game-group_list .egame-item span {
  /* background: #fff; */
  box-shadow: none;
}

.egame .style-2 .egame-list .egame-item span:before,
.lottery .style-2 .egame-list .egame-item span:before {
  height: 15px;
  width: 100%;
}

.is-loading:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  animation: spinner-border 0.75s linear infinite;
  opacity: 1;
  width: 14px;
  height: 14px;
  border: 3px solid #eee;
  border-right-color: transparent;
  border-radius: 50%;
  margin-right: 4px;
  position: absolute;
  z-index: 1012;
}

.home-gamelobby > .game-wrap > .game-block .style-2 .egame-list .game-group_list .egame-item span img {
  border-radius: 10%;
  height: 100%;
  left: 50%;
  max-height: calc(100% - 6px);
  max-width: calc(100% - 6px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border: 2px solid #FFC107;
}

.home-gamelobby > .game-wrap > .game-block .style-2 .egame-list .game-group_list .egame-item span:after {
  content: "";
  float: left;
  padding-bottom: 100%;
  width: 100%;
}

.egame .style-2 .egame-list .egame-item h3,
.lottery .style-2 .egame-list .egame-item h3 {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.24;
  margin-top: 5px;
  min-height: 36px;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  white-space: normal;
  /* width: calc(100% - 25px); */
  word-break: break-word;
}

.home-gamelobby > .game-wrap > .game-block .style-2 .egame-list .game-group_list .egame-item h3 {
  cursor: pointer;
  display: block;
  font-size: 12px;
  margin: 0;
  text-align: left;
  text-shadow: none;
}

.home-gamelobby > .game-wrap > .game-block .style-2 .egame-list .game-group_list .egame-item .name-block {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding-top: 4px;
}

.home-gamelobby.egame > .game-wrap > .game-block .style-2 .egame-list .game-group_list .egame-item h3 {
  width: 100%;
  text-align: center;
}

.home-gamelobby .game-wrap .game-block .egame-list .game-group_list .egame-item h3 {
  color: #f4d24c;
  font-weight: 600;
}

.egame .egame-list .egame-item .fav-btn,
.egame .egame-list .egame-item .fav-icon,
.lottery .egame-list .egame-item .fav-btn,
.lottery .egame-list .egame-item .fav-icon {
  bottom: 0;
  color: transparent;
  display: flex;
  font-size: 15px;
  height: 35px;
  justify-content: flex-end;
  position: absolute;
  right: 5%;
  transition: 0.3s ease;
  width: 35px;
  z-index: 1;
}

.home-gamelobby > .game-wrap > .game-block .style-2 .egame-list .game-group_list .egame-item .fav-btn,
.home-gamelobby > .game-wrap > .game-block .style-2 .egame-list .game-group_list .egame-item .fav-icon {
  bottom: auto;
  display: flex;
  justify-content: flex-end;
  min-height: 30px;
  top: auto;
  width: 30px;
}

.egame .egame-list .egame-item .fav-btn,
.egame .egame-list .egame-item .fav-icon,
.lottery .egame-list .egame-item .fav-btn,
.lottery .egame-list .egame-item .fav-icon {
  bottom: 0;
  color: transparent;
  display: flex;
  font-size: 15px;
  height: 35px;
  justify-content: flex-end;
  position: absolute;
  right: 5%;
  transition: 0.3s ease;
  width: 35px;
  z-index: 1;
}

.egame .egame-list .egame-item .fav-btn:after,
.egame .egame-list .egame-item .fav-icon:after,
.lottery .egame-list .egame-item .fav-btn:after,
.lottery .egame-list .egame-item .fav-icon:after {
  speak: none;
  -webkit-text-stroke: 1.5px #999;
  text-stroke: 1.5px #999;
  content: "î§­";
  font-family: iconmps !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  transition: 0.3s ease;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-provider:after,
.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-provider:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  background: #bdc3d2;
  color: #fff;
  display: flex;
  font-family: iconmps !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  text-transform: none;
  width: 85px;
  z-index: 1;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-main .gpk-provider:before {
  background: #4e4871;
}

.game-providers > li .game-provider-icon {
  background-position: 50%;
  background-size: cover;
  height: 30px;
  margin-right: 2px;
  width: 30px;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .gpk-provider .game-providers li .game-provider-icon {
  display: block;
  height: 45px;
  margin-top: -5px;
  width: 70px;
}

.home-gamelobby.game-list-open .game-wrap > .game-block .sub-menu-box {
  background: #555;
  border: 0 !important;
}

.search-bar-box {
  position: relative;
}

.search-bar-box .ic-search {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.search-bar-box .searchInput {
  border: none;
  padding-left: 35px;
  width: 80%;
}

.popup {
  display: none;
  width: 90%;
  position: fixed;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  height: auto;
  background-color: #3B3B3B;
  border-radius: 8px;
}

.popup .content {
  padding: 25px;
  max-height: 60vh;
  display: flex;
  flex-direction: column;
}

.popup .content-top {
  height: 20px;
  margin-top: 15px;
}

.popup .content-body {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: 15px 0;
}

.popup .content-body {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: 15px 0;
}

#selected-game .game-action {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-items: center;
  align-items: center;
}

#selected-game button, #selected-game a {
  padding: 15px 0;
  background-color: #000;
  border-radius: 100px;
  width: 300px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  color: #fff;
  text-align: center;
}

.overlay.default {
  background-color: #000000;
  opacity: 0.75;
}

.overlay {
  z-index: 98;
  opacity: 0.75;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 550px;
  margin: auto;
  display: none;
  transition: 0.1s;
}

.game-providers #underline {
  height: 2px;
  border-radius: 100px;
  bottom: 0;
  position: absolute;
  width: 10px;
  transition: 0.3s;
}

#selected-game .game-name {
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
}

.sub-menu .filter.swiper-wrapper {
  height: 48px;
  justify-content: center;
  align-items: center;
}

.game-info .game-img img {
  width: 100%;
  max-width: 180px;
}

.search-bar-box .list-style > span:after,
.search-bar-box .list-style > span:before {
  background-color: #f4d24c;
  box-shadow: 0 8px #f4d24c, 0 -8px #f4d24c;
  border-radius: 2px;
  content: "";
  position: absolute;
  top: 0;
}

.search-bar-box .list-style > span:after {
  box-shadow: 0 8px #f4d24c, 0 -8px #f4d24c;
  height: 4px;
  right: 0;
  width: 17px;
}

.search-bar-box .list-style > span:before {
  box-shadow: 0 8px #f4d24c, 0 -8px #f4d24c;
  height: 4px;
  left: 0;
  width: 4px;
}

.home-gamelobby .game-wrap .search-bar-box .list-style > span:after,
.home-gamelobby .game-wrap .search-bar-box .list-style > span:before {
  background-color: #f4d24c;
}

.home-gamelobby .game-wrap .search-bar-box .list-style > span:before {
  box-shadow: 0 8px #f4d24c, 0 -8px #f4d24c;
}

.search-bar-box .list-style > span {
  height: 4px;
  width: 24px;
}

#game-wrap-scroll-list {
  height: 576px;
  width: 310px;
}

@media (min-width: 360px) and (max-width: 390px) {
  #game-wrap-scroll-list {
    height: 576px;
    width: 270px;
  }
}
@media (min-width: 390px) and (max-width: 410px) {
  #game-wrap-scroll-list {
    height: 576px;
    width: 283px;
  }
}
@media only screen and (min-width: 430px) and (max-width: 768px) {
  #game-wrap-scroll-list {
    width: 335px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 720px) {
  #game-wrap-scroll-list {
    width: 430px;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  #game-wrap-scroll-list {
    width: 667px;
  }
  #game-wrap-scroll-list .egame-list {
    height: 790px !important;
  }
}
@media screen and (min-width: 820px) and (max-width: 1180px) {
  #game-wrap-scroll-list {
    width: 670px;
  }
  #game-wrap-scroll-list .egame-list {
    height: 920px !important;
  }
}
@media screen and (min-width: 1200px) {
  #game-wrap-scroll-list {
    width: 670px;
  }
  #game-wrap-scroll-list .egame-list {
    height: 920px !important;
  }
}
#game-wrap-scroll-list .egame-list {
  height: 720px;
  overflow: hidden scroll;
}

.list_sty_one .egame-item {
  border-bottom: 1px solid rgba(244, 210, 76, 0.4784313725);
  display: flex;
  height: auto !important;
  min-height: 40px;
  padding: 3px 0;
  width: 100% !important;
}

.list_sty_one .egame-item .game-img-transtion {
  width: 30% !important;
}

.list_sty_one .egame-item .name-block {
  width: 70%;
  align-items: center !important;
}

.list_sty_one .egame-item .name-block h3 {
  align-items: center;
  display: flex !important;
  padding: 0 10px;
  text-overflow: inherit;
}

.gamebai-title {
  background: #ecc943;
  color: #000;
  padding: 0.3rem 0.6rem;
  border-radius: 0.6rem;
  margin-bottom: 0.5rem;
}

.slot-mode-tab .nav-item {
  height: 2.5rem;
}
.slot-mode-tab .nav-item a {
  background: #4d4d4d;
  height: inherit;
  padding: 6px 0;
  line-height: 2;
  border-bottom: 0;
}
.slot-mode-tab .nav-item a span {
  display: inline;
}
.slot-mode-tab .nav-item a img {
  width: 16px;
  height: auto;
}
.slot-mode-tab .nav-item .nav-link.active {
  background: #f4d24c !important;
  color: #111;
}

#gameTransferModal .form-control {
  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;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#gameTransferModal .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#gameTransferModal .form-row {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
#gameTransferModal .modal-dialog .close {
  opacity: 1;
}
#gameTransferModal .modal-dialog label, #gameTransferModal .modal-dialog span {
  color: #eee;
}
#gameTransferModal .transfer_title {
  color: #fff;
}

/*# sourceMappingURL=slots.css.map */
