.g-title {
    font-family: "Kanit",Arial,Tahoma;
    font-weight: 500;
    color: #765426;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 32px;
    background: rgba(167,124,58,1);
    background: -moz-linear-gradient(45deg, rgba(167,124,58,1) 0%, rgba(167,124,58,1) 47%, rgba(242,214,142,1) 52%, rgba(167,124,58,1) 57%, rgba(167,124,58,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(167,124,58,1)), color-stop(47%, rgba(167,124,58,1)), color-stop(52%, rgba(242,214,142,1)), color-stop(57%, rgba(167,124,58,1)), color-stop(100%, rgba(167,124,58,1)));
    background: -webkit-linear-gradient(45deg, rgba(167,124,58,1) 0%, rgba(167,124,58,1) 47%, rgba(242,214,142,1) 52%, rgba(167,124,58,1) 57%, rgba(167,124,58,1) 100%);
    background: -o-linear-gradient(45deg, rgba(167,124,58,1) 0%, rgba(167,124,58,1) 47%, rgba(242,214,142,1) 52%, rgba(167,124,58,1) 57%, rgba(167,124,58,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(167,124,58,1) 0%, rgba(167,124,58,1) 47%, rgba(242,214,142,1) 52%, rgba(167,124,58,1) 57%, rgba(167,124,58,1) 100%);
    background: linear-gradient(45deg, rgba(167,124,58,1) 0%, rgba(167,124,58,1) 47%, rgba(242,214,142,1) 52%, rgba(167,124,58,1) 57%, rgba(167,124,58,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a77c3a', endColorstr='#a77c3a', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.panel {
  margin-bottom: 2px;
  background-color: #0E1014;
}
input[type=select] {
	padding: 4px 10px;
}
.text-end {
  margin-bottom: 0px;
  font-size: 10px;
  color: #666666;
}
.sidebar-profile{
	display:block;
}
.footer_menu {
  display: none;
  bottom: 0px;
  height: 60px;
  position: fixed;
  z-index: 100000;
}
.f-itemx {
  padding: 0px 0 px 0px 0px !important;
  margin: 0px 0 px 0px 0px !important;
}
.f-itemx img {
  width: 100%;
}
.shadow {
  box-shadow: 0px 0px 10px 0px #000000;
}
body {
  color: #ffffff;
  font-size: 14px;
}

a {
  color: #ffffff;
}
.h1-welcome {
  border-left: 4px solid #cc0066;
  border-bottom: 4px solid #cc0066;
  border-right: 4px solid #cc0066;
  padding: 12px;
  border-radius: 25px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}
.jackpot-game img {
  border: 4px solid #B27E10;
  border-radius: 12px;
  box-shadow: 0px 0px 10px 0px #000000;
  width: 100%;
  height: 250px;
  margin-bottom: 15px
}
.txt-jackpot {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  width: 96%;
  border: 2px solid rgba(171, 126, 16, 1);
  border-radius: 25px;
  background: rgba(171, 0, 0, 1);
  background: -moz-linear-gradient(
    left,
    rgba(171, 0, 0, 1) 0%,
    rgba(156, 0, 112, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(51, 51, 51, 1)),
    color-stop(100%, rgba(51, 51, 51, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(51, 51, 51, 1) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(51, 51, 51, 1) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(51, 51, 51, 1) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(51, 51, 51, 1) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab0000', endColorstr='#9c0070', GradientType=1 );
}
.title-g {
  text-align: center;
  padding: 0 30px;
  line-height: 36px;
  margin-top: 30px;
  font-family: "Kanit", Arial, Tahoma;
  font-weight: 400;
  font-size: 30px;
  color: #e6ca86;
  background: rgba(167, 124, 58, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(167, 124, 58, 1) 0%,
    rgba(167, 124, 58, 1) 30%,
    rgba(242, 214, 142, 1) 52%,
    rgba(167, 124, 58, 1) 73%,
    rgba(167, 124, 58, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(167, 124, 58, 1)),
    color-stop(30%, rgba(167, 124, 58, 1)),
    color-stop(52%, rgba(242, 214, 142, 1)),
    color-stop(73%, rgba(167, 124, 58, 1)),
    color-stop(100%, rgba(167, 124, 58, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(167, 124, 58, 1) 0%,
    rgba(167, 124, 58, 1) 30%,
    rgba(242, 214, 142, 1) 52%,
    rgba(167, 124, 58, 1) 73%,
    rgba(167, 124, 58, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(167, 124, 58, 1) 0%,
    rgba(167, 124, 58, 1) 30%,
    rgba(242, 214, 142, 1) 52%,
    rgba(167, 124, 58, 1) 73%,
    rgba(167, 124, 58, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(167, 124, 58, 1) 0%,
    rgba(167, 124, 58, 1) 30%,
    rgba(242, 214, 142, 1) 52%,
    rgba(167, 124, 58, 1) 73%,
    rgba(167, 124, 58, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(167, 124, 58, 1) 0%,
    rgba(167, 124, 58, 1) 30%,
    rgba(242, 214, 142, 1) 52%,
    rgba(167, 124, 58, 1) 73%,
    rgba(167, 124, 58, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a77c3a', endColorstr='#a77c3a', GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -o-background-clip: text;
  -o-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
}

.titleG2 {
  padding: 0 30px;
  line-height: 36px;
  margin-top: 30px;
  font-family: "Kanit", Arial, Tahoma;
  font-weight: 400;
  font-size: 17px;
  color: #e6ca86;
  background: rgba(167, 124, 58, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(167, 124, 58, 1) 0%,
    rgba(167, 124, 58, 1) 30%,
    rgba(242, 214, 142, 1) 52%,
    rgba(167, 124, 58, 1) 73%,
    rgba(167, 124, 58, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(167, 124, 58, 1)),
    color-stop(30%, rgba(167, 124, 58, 1)),
    color-stop(52%, rgba(242, 214, 142, 1)),
    color-stop(73%, rgba(167, 124, 58, 1)),
    color-stop(100%, rgba(167, 124, 58, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(167, 124, 58, 1) 0%,
    rgba(167, 124, 58, 1) 30%,
    rgba(242, 214, 142, 1) 52%,
    rgba(167, 124, 58, 1) 73%,
    rgba(167, 124, 58, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(167, 124, 58, 1) 0%,
    rgba(167, 124, 58, 1) 30%,
    rgba(242, 214, 142, 1) 52%,
    rgba(167, 124, 58, 1) 73%,
    rgba(167, 124, 58, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(167, 124, 58, 1) 0%,
    rgba(167, 124, 58, 1) 30%,
    rgba(242, 214, 142, 1) 52%,
    rgba(167, 124, 58, 1) 73%,
    rgba(167, 124, 58, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(167, 124, 58, 1) 0%,
    rgba(167, 124, 58, 1) 30%,
    rgba(242, 214, 142, 1) 52%,
    rgba(167, 124, 58, 1) 73%,
    rgba(167, 124, 58, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a77c3a', endColorstr='#a77c3a', GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -o-background-clip: text;
  -o-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
}
.textfield {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 25px;
}
.detailItem {
  padding: 5px 35px 5px 15px;
  margin: 10px 0;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
}

.detailItem .icofont {
  font-size: 1.4rem;
  color: #f9bb1f;
}
.icofont {
  font-family: "IcoFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.detailItem a {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  display: flex;
  width: 100%;
}
.main-menu .main-menu-header .user-details span {
  color: #fff;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}
.detailItem a .mybalance {
  display: block;
  width: 100%;
  text-align: right;
}
.detailItem a .onplay {
  display: block;
  color: #ffff00;
  width: 100%;
  text-align: right;
}
.img-hover:hover {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	z-index:1000;
}
.img-overlay {
    bottom: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin: 0 auto;
}
.img-overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.img-hover .btn {
    margin: 5px;
}
.register {
  /*    background-position: center center;
    border-bottom: 2px solid transparent;
    -webkit-border-image: url(../images/line-menu.png) 5 round;
    -o-border-image: url(../images/line-menu.png) 5 round;
    border-image: url(../images/line-menu.png) 5 round;*/
  padding-bottom: 10px;
}

.f-regis {
	background-color: #000000;
	background-repeat: no-repeat;
	border: thick solid #e6ca86;
  width: 415px;
  max-width: 100%;
  margin: 4px auto;
  padding-bottom:8px;

  border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
}
.login-h1 {
  text-align: center;
  padding: 0 30px;
  line-height: 36px;
  margin-top: 30px;
  font-family: "Kanit", Arial, Tahoma;
  font-weight: 400;
  font-size: 34px;
  color: #e6ca86;
  background: rgba(167, 124, 58, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(167, 124, 58, 1) 0%,
    rgba(167, 124, 58, 1) 30%,
    rgba(242, 214, 142, 1) 52%,
    rgba(167, 124, 58, 1) 73%,
    rgba(167, 124, 58, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(167, 124, 58, 1)),
    color-stop(30%, rgba(167, 124, 58, 1)),
    color-stop(52%, rgba(242, 214, 142, 1)),
    color-stop(73%, rgba(167, 124, 58, 1)),
    color-stop(100%, rgba(167, 124, 58, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(167, 124, 58, 1) 0%,
    rgba(167, 124, 58, 1) 30%,
    rgba(242, 214, 142, 1) 52%,
    rgba(167, 124, 58, 1) 73%,
    rgba(167, 124, 58, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(167, 124, 58, 1) 0%,
    rgba(167, 124, 58, 1) 30%,
    rgba(242, 214, 142, 1) 52%,
    rgba(167, 124, 58, 1) 73%,
    rgba(167, 124, 58, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(167, 124, 58, 1) 0%,
    rgba(167, 124, 58, 1) 30%,
    rgba(242, 214, 142, 1) 52%,
    rgba(167, 124, 58, 1) 73%,
    rgba(167, 124, 58, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(167, 124, 58, 1) 0%,
    rgba(167, 124, 58, 1) 30%,
    rgba(242, 214, 142, 1) 52%,
    rgba(167, 124, 58, 1) 73%,
    rgba(167, 124, 58, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a77c3a', endColorstr='#a77c3a', GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -o-background-clip: text;
  -o-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
}
section .login-rows {
  padding: 0 30px;
  margin-bottom: 14px;
  font-family: "Kanit", Arial, Tahoma;
  font-weight: 400;
  color: #86602c;
  font-size: 13px;
}
.borderGB {
  background-size: cover;

  border-bottom: 2px solid transparent;
  -webkit-border-image: url(../../img/line-menu.png) 5 round;
  -o-border-image: url(../../img/line-menu.png) 5 round;
  border-image: url(../../img/line-menu.png) 5 round;
}
.borderGT {
  /* background: url(../images/bg-slider.jpg); */
  background-size: cover;
  /* height: 480px; */

  border-top: 2px solid transparent;
  -webkit-border-image: url(../../img/line-menu.png) 5 round;
  -o-border-image: url(../../img/line-menu.png) 5 round;
  border-image: url(../../img/line-menu.png) 5 round;
}

.sidebar .nav-pills > li > a:hover {
  color: #ffcc00;
  background: rgb(113, 35, 175);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 13, 1) 36%,
    rgba(213, 13, 13, 1) 100%
  );
  border-radius: 25px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffcc00;
  background: rgb(169, 126, 16);

  background: rgba(153, 102, 0, 1);
  background: -moz-linear-gradient(
    left,
    rgba(169, 126, 16, 1) 0%,
    rgba(153, 102, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(169, 126, 16, 1)),
    color-stop(100%, rgba(153, 102, 0, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(169, 126, 16, 1) 0%,
    rgba(153, 102, 0, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(169, 126, 16, 1) 0%,
    rgba(153, 102, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(169, 126, 16, 1) 0%,
    rgba(153, 102, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(169, 126, 16, 1) 0%,
    rgba(153, 102, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab0000', endColorstr='#9c0070', GradientType=1 );
  border-radius: 15px;
}

#header {
  display: none;
}

	.welcome{
				overflow:auto;
			
			}
			.imgplayer img{ 
					width:90%;
			}
			.showmore{
				display:none;
			}
			
@media screen and (max-width: 579px) {
  #header {
    display: block;
	
    position: fixed;
  }
  .main-content-wrapper,
  .sidebar {
    padding-top: 60px;
  }
  .txt-jackpot {
    font-size: 34px;
  }
  .h1-welcome {
    font-size: 14px;
  }

  .footer_menu {
    display: block;
  }
  .jackpot-game img {
    height: auto;
  }
  .text-end {
    margin-bottom: 50px;
  }
  .f-item {
    width: 25%;
  }
/*  .sidebar-profile{
  display:none;
  }*/
  	.welcome{
				overflow:hidden;
				height:100px;
			}
			.imgplayer img{ 
					width:50%;
			}
			.showmore{
				display:block;
			}
}
