.container .warpper {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.warpper > .block-row {
	width: 100%;
	height: 100%;
	display: flex;
}

.block-row > .block-cell {
	width: 100%;
	height: 100%;
	padding: 0.5rem;
}

.info-dashboard {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 2px;
	overflow: hidden;
}

.info-dashboard.shadow-transition[data-clickable]:hover {
	box-shadow: inset 0 0px 1px 1px rgba(0, 0, 0, 0.25) !important;
}

.info-dashboard > .info-header {
	flex-grow: 0;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 5px;
    width: 40%;
}

.info-dashboard > .info-bottom {
	position: relative;
	flex-grow: 0;
	padding: 6px;
}

.info-dashboard > .info-content {
	height: 50%;
	padding: 2px 5px;
}

.info-dashboard > .info-bottom:before {
	content: "";
	position: absolute;
	display: block;
	height: 2px;
	top: 0;
	left: 0.5rem;
	right: 0.5rem;
	border-radius: 1px;
}
.bg-primary {
	border-radius: 25px;
	margin: 0 auto;
}
[dir] .shadow-4{
	box-shadow: 0 2px 3px -2px rgb(0 0 0 / 54%);
}