.nav-tabs .nav-item.show .nav-lwink, .nav-tabs .nav-link.active {
    /*color: var(--hilight-color);*/
	color: #ffba00;
    border:0px;
    background-color:transparent;
}
.nav-tabs .nav-item.show .nav-lwink, .nav-tabs .nav-link.active .game-icon{
    border-style: solid;
	border-color: #ebebeb;
}
.nav-link {
    color:#DA8700;
}
.nav-link:hover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  color:#DA8700;
  /*animation: shake 0.5s;*/

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

.nav-tabs .nav-link {
    border: 0px;
}
	.nav-tabs {
		border: 0px;
	}
	
	.nav-item{
		flex-grow: 1;
		flex-basis: min-content;
	}
	.nav-item img {
		width:50px;
		height:50px;
		margin: auto;
	}
	.navbar{
		padding: 0;
		max-width: 500px;
    	margin-left: auto;
    	margin-right: auto;
	}
	
.__lobby-effect-hover:hover{
    cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 10px 10px #850101e6;
  transform: scale(1.05);
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    /* width: 100%; */
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.__content-wrapper:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}


.fadeIn-bottom {
    top: 80%
}


.content-details a{
    text-decoration:none;
    color: #FFF;
}

.content-image {
    max-height:200px;
	max-width: 200px;
    width:100%;
}
.__maintain{
    position:relative;
}
.__maintain span {
    position:absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgba(0,0,0,.6);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 0;
    border-right:1px solid #850101e6;
    border-left:1px solid #850101e6;
}
.__maintain h3 {
    font-size: 28px;
    color:#FFF;
}
	.game-icon{
		font-size: 2rem;
		color: #e95c5c;
		margin: 0 auto;
		text-align: center;
		padding: 0.6rem;
		border-radius: 50%;
		width: 55px;
		height: 55px;
		background-color: #5f0c0c;
	}
	.nav-icn-game{
		display: grid;
		text-align: center;
		font-family: 'Noto Sans Thai', sans-serif;
		font-weight: 600;
	}
	.nav-icn-game .font-icon {
		
	}
	.box-game{
    margin: 5px;
    flex-basis: 85px;
    flex-grow: 1;
    text-align: center;
    background-color: #2a2a2a;
    border-radius: 10px;
		position: relative;
		margin-bottom: 1.2rem;
	}
	.box-game h3 {
		color: #a1a1a1;
		text-align: center;
		font-size: 0.8em;
		margin-top: 2px;
	}
	
	.box-game .box-game-name {
		display: block;
		width: 100%;
		position: absolute;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.game-panel.active{
		display: flex!important;
		flex-wrap: wrap;
		justify-content: center;
	}
	@media screen and (min-width:1000px){
		.box-game{
			flex-basis: 120px;
		}
	}
