.minHeightCard
{
	min-height: 155px;
}
.bottom-title {
    clear: both;
    display: block;
    width: 70px;
    height: 4px;
    background: #ffb600;
    background: #FF33DD;
    margin: 0px auto;
    margin-top: 10px;
}
.vertical .sidebar-left .navbar-nav > .nav-item.active::after
{
	background-color: #ffb600 !important;
}

.top-title {
    display: block;
    width: 70px;
    height: 24px;
    border: 4px solid #ffb600;
    border: 4px solid #FF33DD;
        border-bottom-color: rgb(255, 51, 221);
        border-bottom-style: solid;
        border-bottom-width: 4px;
    border-bottom: 0;
    margin: 0px auto;
    margin-bottom: 10px;
}
footer p
{
	margin: 0px;
	color: #000;
}
footer
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: right;
	padding: 9px 15px;
	background: #ede2e2;
	height: auto;
	z-index: 11;
}

.customeCard .card-header
{
    border-top: 1px solid #e9ecef;
}
.vertical .main-content
{
    padding: 1.2rem 1.2rem 4.2rem 1.2rem !important;
}