.table-header-cells{
	white-space: normal;
}
.bi-radio {
    appearance: none;
    -webkit-appearance: none;

    width: 14px;
    height: 14px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.bi-radio:checked {
    background: #fff;
}
.capacity-card {
    background: #007BFF; /* darker blue */
    color: #fff;
    transition: background-color .25s ease;
}

.capacity-card:hover {
    background: #007BFF; /* lighter blue on hover */
}

.capacity-card .small-box-footer {
    background: rgba(18, 15, 15, 0.15);
    color: #fff;
    text-decoration: none;
    transition: background-color .25s ease;
}

.capacity-card:hover .small-box-footer {
    background: rgba(255,255,255,.12);
}
.sales-card {
    background: #007BFF;
    color: #fff;
    transition: background-color .25s ease;
}

.sales-card:hover {
    background: #007BFF;
}

.products-card {
    background: #007BFF;
    color: #fff;
    transition: background-color .25s ease;
}

.products-card:hover {
    background: #007BFF;
}

.sales-card .small-box-footer,
.products-card .small-box-footer {
    background: rgba(0,0,0,.15);
    color: #fff;
    text-decoration: none;
    transition: background-color .25s ease;
}

.sales-card:hover .small-box-footer,
.products-card:hover .small-box-footer {
    background: rgba(255,255,255,.12);
}
.table-row-cells{
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
}

.table-row-cells-left{
	text-align: left;
	font-size: 1rem;
	font-weight: bold;
}

.half-height-vh{
	height: 50vh;
}

.card-body.full-height-with-gutter{
	height: 40vh;
	width: 100%;
}

.datasci-auth-page {
	min-height: 100vh !important;
	height: auto !important;
	display: flex !important;
	flex-direction: column !important;
}

.datasci-auth-content {
	flex: 1 1 auto !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100%;
	padding: 24px 12px;
}

.datasci-footer {
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #e2e8f0;
}

.datasci-footer-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 16px 8px;
	display: flex;
	align-items: center;
}

@media (min-width: 640px) {
	.datasci-footer-inner {
		padding-left: 24px;
		padding-right: 24px;
	}
}

.datasci-footer-text {
	margin: 0 0 0 10px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: 0.025em;
	color: #64748b;
}

@media (min-width: 1024px) {
	.datasci-footer-text {
		margin-left: -65px;
	}
}

.datasci-footer-copyright {
	font-weight: 600;
	color: #073f78;
}

.datasci-footer-sep {
	margin-left: 8px;
	margin-right: 8px;
	color: #94a3b8;
}

.datasci-footer-dev {
	color: #64748b;
}