/* ============ ONE VS ONE ROOMS BY GAMBLING PROJECT ================ */


 .roomsCreateRoom
	{	
		position: absolute;
		display: inline-flex;
		right:10px;
	}
 .roomsCreateRoom .inputRoom
	{	
		background: rgba(130, 128, 165, 0.11);
		border: 1px solid #1a1d23;
		margin: 2px;
		padding: 6px;
		width: 100px;
		height: 63px;
		border-radius: 5px;
		font-size: 19px;
		text-align: center;
		text-decoration: none;
		font-weight: 500;
		line-height: 25px;
		color: #babac7;
		flex: 1 1 auto;
		outline: none !important;
	}
 .roomsCreateRoom .buttonRoom
	{	
		background: rgba(130, 128, 165, 0.11);
		border: 1px solid #1a1d23;
		margin: 2px;
		padding: 6px;
		width: 100px;
		border-radius: 5px;
		font-size: 25px;
		text-align: center;
		text-decoration: none;
		font-weight: 500;
		line-height: 25px;
		color: #babac7;
		flex: 1 1 auto;
		outline: none !important;
		cursor: pointer;
	}
	.roomsCreateRoom .buttonRoom:hover{ background: #33364d; color:#fff; }	

 .roomsContainer 
	{
	}
 .roomsContainer .room 
	{
		display: flex;
		position: relative;
		align-items: center;
		height: 210px;
		justify-content: center;
		margin: 15px;	
	}	
 .roomsContainer .room:last-child { margin-bottom: 70px;	 }

 .roomsFlex 
	{
		display: flex;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;		
		z-index: 3;
	}
 .roomsFlexBlock 
	{
		display: flex;
		background: radial-gradient(at 50% -5%, rgb(105, 118, 142, 21%), rgb(16, 22, 51, 0%));
		padding: 1px;
		height: 100%;
		font-size: 14px;
		text-align: center;
		align-items: center;
		justify-content: center;
		color: #b7b8d4;
		margin: 1px;
		padding: 10px;
		flex: 1 1 auto;
	}
 .roomsFlexBlock:nth-child(1)
	{
		border-radius: 10px 0px 0px 10px;
	}	
 .roomsFlexBlock:nth-child(2)
	{
		position: relative;
		flex: 0 1 100%;	
		overflow: hidden;
	}
 .roomsFlexBlock:nth-child(3)
	{
		border-radius: 0px 10px 10px 0px;
	}	
 .roomsGamePrice
	{
		position: absolute;
		background: #2a354cba;
		top: 11px;
		right: 14px;
		width: 130px;
		padding: 6px;
		font-size: 20px;
		font-weight: 900;
		font-family: 'Roboto', sans-serif;
		border-radius: 5px;
	}
 .roomsGameSeconds
	{
		position: absolute;
		background: #2a354cba;
		top: 11px;
		left: 14px;
		width: 40px;
		padding: 6px;
		font-size: 20px;
		font-weight: 900;
		font-family: 'Roboto', sans-serif;
		border-radius: 5px;
	}	
 .roomsUserAvatar
	{
		padding: 2px;
		background: linear-gradient(#1d2536,#141b2d) padding-box, linear-gradient(to right, #393d50, #393d50) border-box;
		border: 10px solid transparent;
		width: 120px;
		height: 120px;
		font-size: 96px;
		border-radius: 100%;
		box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, 0.11);
	}
 .roomsUserAvatar.user 		{ background: linear-gradient(#1d2536,#141b2d) padding-box, linear-gradient(to right, #393d50, #393d50) border-box; }	
 .roomsUserAvatar.gold 		{ background: linear-gradient(#1d2536,#101521) padding-box, linear-gradient(293deg, #201b0f, #d5c07f) border-box; }
 .roomsUserAvatar.vip  		{ background: linear-gradient(#1d2536,#141b2d) padding-box, linear-gradient(to right, #cc2b5e, #753a88) border-box; }
 .roomsUserAvatar.youtube  	{ background: linear-gradient(#1d2536,#141b2d) padding-box, linear-gradient(135deg, #d85f5f, #2a0a0a) border-box; }
 .roomsUserAvatar.green  	{ background: linear-gradient(#1d2536,#101521) padding-box, linear-gradient(293deg, #1e2e03, #95d753) border-box; }	 
 
 .roomsUserName
	{
		position: absolute;
		top: 18px;
		font-size: 17px;		
	}
 .roomsUserTickets
	{
		position: absolute;
		bottom: 18px;
		font-size: 13px;	
	}


 .roomsProgress
	{
		position: absolute;
		bottom: 55px;
		left: 50%;
		height: 97px;
		transform: translate(-50%,0%);
		width: 89%;
		display: flex;
		justify-content: flex-start;
		height: 1px;
		z-index: 0;
		padding: 0px;
	}
 
 .roomsProgressBar 
	{
		width: 100%;
		border-radius: 100px;
		background: #404e6d;
		will-change: width;
		-webkit-backface-visibility: hidden;
		-webkit-perspective: 1000;
		transform: translateZ(0);
		transition: 1s linear;
		transition-property: width, background-color;
	}
	

 .roomsSliderBlock
	{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100px;
		background: rgb(255 255 255 / 4%);
		border: 1px solid #212327;
		border-radius: 5px;
		overflow: hidden;
	}
 .roomsSliderBlock .selector
	{
		border: 17px solid transparent;
		border-bottom-color: #45526f;
		border-top: 0;
		left: 50%;
		height: 99px;
		transform: translate(-50%,0%);
		position: absolute;
		z-index: 2;
	}	
 .roomsSliderBlock .wrapper
	{
		display:flex;
	}
 .roomsSliderBlock .avatars
	{
		display:flex;
	}
 .roomsSliderBlock .avatars img
	{
		width: 75px;
		height: 75px;
		opacity: .8;
		border: 2px solid #3c4052;
		padding: 2px;
		display: inline-block;
		margin-left: 4px;
		border-radius: 15px;
	}

 .roomsTopWinnersBlock
	{
		display: flex;
		position: absolute;
		width: 100%;
		height: 60px;
		background: rgb(26 32 45 / 46%);
		border-top: 1px solid rgba(0, 0, 0, 0.17);
		align-content: center;
		padding: 5px;
		bottom: 0;
		z-index: 3;
	}
 .roomsTopWinnersBlock .top 
	{
		position: absolute;
		background: #253044;
		font-size: 10px;
		text-align: center;
		width: 13px;
		height: 13px;
		color: #90959d;
		border-radius: 100%;
		transform: translate(-48px, 0px);
		z-index: 2;
	}	

 .roomsTopWinnersBlock img
	{
		width: 50px;
		opacity: .6;
		border: 2px solid #3c4052;
		padding: 2px;
		display: inline-block;
		margin-left: 4px;
		border-radius: 100%;
		transition: opacity 300ms;
	}	
 .roomsTopWinnersBlock img:hover{ opacity: .9; }