@charset "UTF-8";
/*------------------------------------------------------------------
[Custom Stylesheet]
Created On: 04042022
Created By: Yo Ko
Project: NGO Dashboard
-------------------------------------------------------------------*/
.navbar-nav .nav-item .nav-link.active {
	background: #e5e5e5;
    border-left: 3px solid #FF0090;
    border-right: 2px solid #ffffff;
}

.navbar-nav .nav-item ul {
	margin-left: 52px;
	padding-left: 0px;
    border-left: 2px solid #e5e5e5;
	list-style: none;
}

.hide {
	display: none;
}

.hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link-text:hover,
.hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item ul.collapse-level-1 .nav-item .nav-link:hover  {
    color: #ff0090; }

.accordion .card .card-header > a {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.accordion.accordion-type-2 .card {
	margin-bottom: 15px;
}

.field-title {
	font-size: 13px;
	line-height: 28px;
	text-align: right;
	margin-right: -10px;
}

.field-data {
	font-size: 16px;
	line-height: 28px;
}

.text-center {
	text-align: center;
}

.card-header h6 {
	border-bottom: 1px solid #ff0090;
}