body {
	margin: 0;
	padding: 0;
	background-color: #000;
	z-index: 2;
}

.block {
	position: relative;
	border-radius: 100%;
	background: linear-gradient(0deg, #000, #272727);
	z-index: 2;

}

.block:before,
.block:after {
	content: '';
	border-radius: 100%;
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000, #fb0094,
			#0000ff, #00ff00, #ffff00, #ff0000);
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	animation: steam 20s linear infinite;
}

@keyframes steam {
	0% {
		background-position: 0 0;
	}

	50% {
		background-position: 400% 0;
	}

	100% {
		background-position: 0 0;
	}
}

.block:after {
	border-radius: 100%;

	filter: blur(50px);
}

tr {
	border-bottom: 1px solid black !important;
}

tbody tr th {
	border-bottom: 1px solid black !important;
}

tbody td {
	border-bottom: 1px solid black !important;
	width: fit-content;
}

.operator {
	scale: 0.3;
	width: 100px;
	border-radius: 100%;
	text-align: center;
}

.banner {
	text-align: center;
}

.operator-banner {
	border-top: 1px solid black;
	border-radius: 100%;
}

.banner:hover {
	--_s: 0px
}

.oddSpan{
	border: 1px solid black;
	background-color: white;
	padding: 1px;
	border-radius: 1px;
	margin-left: 1rem;
}
.betPluginOdd{
    background-color: #4169e1;
    color: white;
    text-align: center;
    display: block;
    height: 30px;
    border-radius: 10px;
	box-shadow: 1px 1px 1px black;
}
.bet-365 {
	background-image: url("../../../../icons/stoiximan.webp.html");
	background-color: green;
}

table thead th {
	border-right: 1px solid black !important;
	border-bottom: 1px solid black !important;
	background-color: #0155a3 !important;
	color: white !important;
	width: fit-content;
	text-align: center;
}

.championship-btn {
	background-color: #0155a3 !important;
	color: white !important;
	background: #eee;
	box-shadow: 0 8px 8px -4px black;
	/* box-shadow: 0 -5px 3px -3px black, 0 5px 3px -3px black; */
}

.championship-btn:hover {
	background: black;
	box-shadow: 0 8px 8px -4px green;
}

.Fonbet {
	content: url('../icons/fonbet.png');
}
.PameStoixima {
	content: url('../icons/PameStoixima.png');
}
.Betsson {
	content: url('../icons/download.png');
}
.WinMasters {
	content: url('../icons/winmasters.png');
}
.oddBanner {
	scale: 1;
    width: 100px;
    border-radius: 1rem;
    text-align: center;
    background: white;
    box-shadow: 1px 1px 1px black;
}
.betPluginData{
	display: inline-flex;
}
@media (max-width:500px){
	.oddBanner {
		scale: 1;
		width: 100px;
		border-radius: 1rem;
		text-align: center;
		border-top: 1px solid black;
		background: white;
		box-shadow: 1px 1px 1px black;
	}
	table {
		font-size: 15px
	}
	.banner {
		text-align: center;
		width: fit-content;
	}
	.tableDiv{
		width: 100%;
		overflow-y: auto;
	}
	.betslip {
		border: 1px solid black;
		background-color: white;
		position: fixed;
		top: 1rem;
		right: 1rem;
		padding: 1rem;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.betslip-array {
		margin: auto;
		max-height: 32rem;
		overflow-y: scroll;
		text-align: center;
	}
}

.Stoiximan {
	content: url('../icons/stoiximan.webp');
	height: 2rem;
}

table td {
	vertical-align: middle !important;
}

table th {
	vertical-align: middle !important;
}

.betslip {
	border: 1px solid black;
	background-color: white;
	margin-left: 1px;
	top: 1rem;
	right: 1rem;
	padding: 1rem;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.betslip h2 {
	background-color: #0155a3;
	color: white;


}

.betslip-array {
	margin: auto;
	overflow-y: scroll;
	text-align: center;
}
.betslip-array div{
	margin-left: 1rem;
}

.match {
	background-color: #0155a3;
	color: white;
}

.betslip-item {
	text-align: center;
	margin-top: 1rem;
	border: 1px solid #0155a3;
	border-radius: 10%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: #0155a3;
	width: 90%;
	height: 100%;
}

.betPluginActive {
	background-color: rgb(0, 128, 0);
}

.betPluginInactive {
	background-color: '';
}

.betslip-array::-webkit-scrollbar-track {
	border: 0;
	padding: 2px 0;
	background-color: #404040;
}

.betslip-array::-webkit-scrollbar {
	width: 10px;
}

.betslip-array::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: white;
	border: 0;
	text-align: center;
	justify-content: center;
}

.select-div{
	text-align: center;

}
.select-div form{
	display: inline-flex ;

}
.select-div input{
	color: white;
	border-radius: 50% !important;
	color: white;
	background-color: #0155a3 !important;

}

.matches-heading
{
	text-align: center;
	box-shadow: 0px 10px black;
}


#startDate
{

}
.btn-close{
	color:white !important;
	background-color: white !important;
}
.betslip-header{
	justify-content: center;
	width: 100%;
	text-align: center;
	display: inline-flex;
	background-color: #0155a3 !important;

}
.betslip-header  button{
	background-color: transparent !important;
	border: white;
	color: white !important;
}

#selectForm label{
	margin-top: 1rem;
	margin-block-end: 1rem;
	margin-right: 1rem;
}

#selectForm select{
	border-radius: 1rem;
	background-color: #0155a3 !important;
	color: white;
	border: 1px solid white;
	box-shadow: 1px 1px 1px 1px grey;
}

.bannerSpan {
	width: 7rem;
    display: grid;
    grid-template-columns: repeat(1,7rem);
    grid-template-rows: 31px;
}