.App {
	text-align: center;
	background-color: #282c34;
	/* color: white; */
	min-height: 100vh;
	--bs-gutter-x: 0;
}
.App-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.App-logo {
	height: 40vmin;
	pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
	.App-logo {
		animation: App-logo-spin infinite 20s linear;
	}
}

.App-header {
	font-size: calc(10px + 2vmin);
}

.App-link {
	color: #61dafb;
}

@keyframes App-logo-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

table.table.table-dark > tbody > tr.align-self-center > td,
th {
	padding: 0.1rem !important;
}

.dashboardStyle {
	width: 100%;
	/* backgroundColor: "#282c34", */
	overflow: hidden;
	min-height: 100vh;
	text-align: center;
	padding: 0 0.75rem;
	/* height: "99vh"; width: "98vw"; */
}
.bg-gradient-theme-left {
	background: linear-gradient(to left, #6a82fb, #fc5c7d);
}

.glossy {
	height: 1.5rem;
	width: 1.5rem;

	margin: 10px auto;
	position: relative;
	background: #fe9494;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(31%, #fe9494),
		color-stop(100%, #fed3d3)
	);
	background: -webkit-linear-gradient(top, #fe9494 31%, #fed3d3 100%);
	background: -moz-linear-gradient(top, #ff0000 31%, #d3f6fe 100%);
	background: -o-linear-gradient(top, #ff0000 31%, #d3f6fe 100%);
	background: -ms-linear-gradient(top, #ff0000 31%, #d3f6fe 100%);
	background: linear-gradient(to bottom, #ff0000 31%, #ffafaf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#d3f6fe',GradientType=0 );
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #a94848;
	color: #000;
	font-size: 0.75em;
	text-shadow: 1px 1px 0px rgb(255 255 255 / 50%);
	-webkit-box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
	position: relative;
}
.glossy.green {
	background: #54bc3e;
	background: -moz-linear-gradient(top, #54bc3e 0%, #aee850 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #54bc3e),
		color-stop(100%, #aee850)
	);
	background: -webkit-linear-gradient(top, #54bc3e 0%, #aee850 100%);
	background: -o-linear-gradient(top, #54bc3e 0%, #aee850 100%);
	background: -ms-linear-gradient(top, #54bc3e 0%, #aee850 100%);
	background: linear-gradient(to bottom, #54bc3e 0%, #aee850 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54bc3e', endColorstr='#aee850',GradientType=0 );
	border: 1px solid #5aff3f;
}
