.table-container {
	position: relative;
	top: 0px;
	right: 0;
	left: 0;
	margin: 0px auto;
	width: 95%;
	max-width: 500px;
	border: 2px solid #000;
	border-radius: 5px;
	margin-top: 15px;
	padding: 5px;
	table-layout: fixed;
	min-height: 300px;
	max-height: 600px;
	overflow: hidden;
	/* display: table-row; */
	text-align: center;
}
.users {
	max-height: 230px;
	overflow: auto;
	display: inline-grid;
	font-size: 1em;
	width: 100%;
	scrollbar-width: thin;
}
.details{
display: inline-grid;
font-size: .8em;
}
.details,.users{
	width: 100%;
}
tr {
	height: 40px;
	display: flex;
	width: 100%;
	border-spacing: 1px;
	border-radius: 5px;
    background-color: #ffcb00eb;
	transition: .3s ease all;
}
td {
	border: 2px solid #fff;
	width: 50%;
	margin: 0px;
	border-radius: 5px;
	cursor: pointer;
	overflow-y: hidden;
	overflow-x: scroll;
    scrollbar-width: none;
}
.users td {
	display: inline-grid;
	line-height: 30px;
	font-size: 0.9em !important;
}
.users tr:hover,#win-table tr:hover{
background-color: #00000080;
opacity: .7;
}
.details tr:first-child td {
	height: 50px;
	vertical-align: middle;
	background-color: #000000d6;
}
.details tr:nth-child(2) td {
	height: 50px;
	vertical-align: middle;
	background-color: #5f5900;
}
.logo {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100px;
  margin: 5px;
}
.site-icon,.win-icon {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 90%;
	background-attachment: unset;
	color: #fff;
	text-shadow: 0px 0px 7px #000;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 15px;
	border: 2px dashed #000;
	box-shadow: 0 0 5px 1px #000;
	background-position: center center;
	margin: 5px;
    transition:  .3s ease all;
    cursor: pointer;
}
.comp-icon:hover,.site-icon:hover,.site-win:hover,.win-icon:hover {
  box-shadow: 0 0 8px 2px #000;
}
.comp-icon{
	background-image: url('../images/comp.webp');
}
.site-icon{
	background-image: url('../images/sm-logo.webp');
}
.win-icon{
	background-image: url('../images/win.webp');
}
.winner-window {
	width: 80%;
	min-height: 250px;
	position: fixed;
	background-color: #fff;
	display: inline-block;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 550px;
	padding: 20px 10px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px 1px #000;
	background-image: url('../images/win-bg.webp');
    background-color: #fcec22;
	background-repeat: repeat;
	background-size: 200px;
	background-attachment: fixed;
	border: 4px solid #fff;
    display: none;
}
.winner-title {
	width: 80%;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: relative;
	padding: 10px;
	background-color: #1effab;
	border-radius: 8px;
	max-width: 300px;
	box-shadow: 0px 0px 5px 0px #000;
	font-size: 1.2em;
	line-height: 35px;
}
.winner-window table {
	width: 100%;
	position: relative;
	margin: 20px auto;
	right: 0;
	left: 0;
	text-shadow: 0px 1px 2px #000;
	border-radius: 5px;
	border-spacing: 1px;
	box-shadow: 0px 0px 5px 1px #000;
	min-height: 160px;
	background-color: #fdee21eb;
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: center;
	overflow: auto;
    overflow-x: hidden;
	max-height: 200px;
	display: inline-block;
	scrollbar-width: thin;
}
#tbody {
    display: none;
}
.winner-window tr{
border-spacing: 0px;
line-height: 30px;
}
.winner-window td{
font-size: .8em;
width: 33%;
background-color: #00d282;
}
.winner-window tr:first-child td {
	background-color: #000000a8;
}
.noBG{
	background-color: unset !important;
    border: none !important;
}
.winner-window .noBG td:hover{
opacity: 1 !important;
}
#nOw:hover{
background-color: #fff !important;
opacity: 1 !important;
}
#sub:hover{
	box-shadow: 0px 0px 7px 1px #000 !important;
}
#nOw {
	width: 90%;
	height: 30px;
	padding: 5px;
	border-radius: 5px;
	border: none;
	box-shadow: 0px 0px 5px 0px #000;
	font-size: 1.2em;
	color: #434343;
	text-align: center;
	margin: 0 auto;
}
#sub {
	width: 90%;
	height: 30px;
	padding: 5px;
	border-radius: 5px;
	border: none;
	box-shadow: 0px 0px 5px 0px #000;
	font-size: 1.2em;
	margin: 0 auto;
	line-height: 25px;
	background-color: #ff9c01;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
	cursor: pointer;
	text-align: center;
	transition: .3s ease all;
	/* display: inline-block; */
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
}
.close-win {
	width: 80px;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: red;
	line-height: 30px;
	border-radius: 10px;
	padding: 5px;
	box-shadow: 0px 0px 5px 1px #000;
	border: 2px solid #fff;
    cursor: pointer;
    transition:  .3s ease all;
}
.close-win:hover {
box-shadow: 0px 0px 10px 2px #000;
}
.close-win:active {
box-shadow: 0px 0px 10px 2px #f00;
}
.copy-alert {
	display: none;
	position: fixed;
	top: 150px;
	left: 0;
	right: 0;
	background-color: #000000c5;
	line-height: 15px;
	text-align: center;
	padding: 2px;
	border-radius: 10px;
	color: #fff;
	animation-name: copy-alert;
	animation-duration: 1s;
	animation-direction: alternate;
	margin: 0 auto;
	width: 150px;
	height: 50px;
	line-height: 45px;
	box-shadow: 0px 0px 10px 3px #00c3ff91;
    z-index: 999999999999;
}
.error {
	width: 350px;
	text-align: center;
	right: 0;
	left: 0;
	position: fixed;
	margin: 0 auto;
	top: 200px;
	background-color: #ff0000eb;
	height: 100px;
	line-height: 100px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 10px #000;
	font-size: 1.2em;
	text-shadow: 0px 0px 10px #000;
	z-index: 999999999;
	cursor: pointer;
    transition:  .3s ease all;
    display: none;

}
.error:hover{
opacity: .9;
}
