html:not(.layout-footer-fixed) .layout-content {
	padding-bottom: 0 !important;
	box-shadow: 0 0 14px #b4b3b3;
	border-radius: 16px;
}

button#dashboard-tab,
#myTask-tab {
	width: 100%;
}

.nav-tabs .nav-item {
	margin: 0 !important;
	color: #232528;
	font-size: 18px;
	background: #dae3f2;
	font-family: poppins, sans-serif;
	border-radius: 0px 12px 0px 0px;
}

.nav-tabs .nav-link {
	border: 0 !important;
	background-color: transparent;
	background-position: bottom;
	background-size: 0 2px;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #232528 !important;
	text-transform: capitalize;
}

.nav-tabs .nav-link.active {
	background-color: #92722a !important;
	background-size: 100% 2px;
	cursor: pointer;
	-webkit-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
	color: #ffffff !important;
	font-size: 18px;
	font-family: poppins, sans-serif;
	border-radius: 12px 0px 0px 0px;
}

.tab-content>.active {
	display: block;
	background: white;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
	border-radius: 0px 0px 16px 16px;
}

.card {
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 0 1px rgba(24, 28, 33, 0.08);
	box-shadow: 0 0 0 1px rgba(24, 28, 33, 0.08);
	background: #F7F9FB;
	border-radius: 16px;
}

div#card1 {
	background: #fed5d1;
}

div#card2 {
	background: #faf3dd;
}

div#card3 {
	background: #e9eaff;
}

div#card4 {
	background: #d7ffdc;
}

.border-bottom {
	border-bottom: 1px solid #e0e0e1 !important;
	padding: 10px;
}

#NCRM-CFS-Table table thead th,
#Opendata-Table table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #f1f1f2;
	/* background: white; */
	color: #232528 !important;
	font-size: 15px;
	font-weight: 800 !important;
	padding: 17px 10px !important;
}


.table td {
	vertical-align: middle;
	white-space: break-spaces;
}

.progress {
	background: #dadada;
}

.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 0.55rem;
	overflow: hidden;
	font-size: 0px;
	/* background-color: rgba(24, 28, 33, 0.03); */
	border-radius: 10px;
}

.progress-bar {
	background-color: #92722a;
	color: #fff;
}

.page-item.active .page-link {
	border-color: #92722a !important;
	background-color: #92722a !important;
	color: #fff !important;
	border-radius: 9px;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.625rem 0.3125rem;
	margin-left: 0px;
	line-height: 1;
	color: #232528;
	background-color: transparent;
	border: 0px solid rgba(24, 28, 33, 0.2);
	background: #e0e0e0;
	border-radius: 9px !important;
	margin: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#pegination button.btn {
	text-transform: capitalize;
	font-size: 14px;
}

div#pegination {
	border-top: 1px solid #e5e7e9 !important;
}

#NCRM-CFS-Table {
	border-radius: 16px;
}


.box.mr-3 {
	height: 40px;
	width: 40px;
	background: #c6ecce;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
}

.box2.mr-3 {
	height: 40px;
	width: 40px;
	background: #B1E3FF;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
}

.box3.mr-3 {
	height: 40px;
	width: 40px;
	background: #ffd98485;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
}

.box4.mr-3 {
	height: 40px;
	width: 40px;
	background: #95a4fc80;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
}

#Webboard .list-group-item.active {
	border: none;
	background-color: #def0fb;
	color: #0064C2;
	font-weight: bolder;
	font-size: 17px;
}

#Webboard .list-group-item {
	position: relative;
	display: block;
	padding: 0.625rem 0.9375rem;
	margin-bottom: -1px;
	background-color: white;
	border: none;
	margin: 3px 0px;
	border-radius: 3px;
}


#Webboard .list-group-item:hover {
	border-color: none;
	background-color: #def0fb;
	cursor: pointer;
	color: #0064C2;
	font-weight: 500;
}

div#Opendata-Table {
	border: 1px solid #e8e8ea;
	border-radius: 16px;
}

div#Opendata-Table .table td {
	padding: 0.625rem;
	vertical-align: top;
	border-top: 1px solid #f1f1f2;
	height: 51px !important;
}

div#Opendata-Table .table-responsive {
	border-radius: 16px;
}

td.InProgress {
	color: purple;
}

td.complete {
	color: #29b465;
}

td.pending {
	color: #ffa500;
}

.RFA-group {
	border-radius: 16px;
	border: 1px solid #dfdfe0;
	padding: 20px 10px;
}

.RFA-group p {
	margin: 0px;
	font-size: 13px;
}

.greenBadge .badge {
	color: green;
	background: #a5ffcc;
	padding: 5px 2px;
	border-radius: 6px;
	width: 75px;
	text-align: center;
	white-space: nowrap;
	font-size: 11px;
	letter-spacing: 0.03em;
}


.BlueBadge .badge {
	color: #074586;
	background: #b1e3ff;
	padding: 5px 2px;
	border-radius: 6px;
	width: 75px;
	text-align: center;
	white-space: nowrap;
	font-size: 11px;
	letter-spacing: 0.03em;
}


.OrangeBadge .badge {
	color: #ff4a00;
	background: #ffe2d6;
	padding: 5px 2px;
	border-radius: 6px;
	width: 75px;
	text-align: center;
	white-space: nowrap;
	font-size: 11px;
	letter-spacing: 0.03em;
}


.timeline {
	position: relative;
	padding-left: 10px;
	/*border-left: 1px solid #c3c8cc;*/
}

.timeline-item {
	position: relative;
	border-bottom:1px solid #e0e0e1 !important;
}

.timeline-item:last-child {
	border-bottom: 0px !important;
}

/*.timeline-item::before {
	content: "";
	position: absolute;
	left: -19px;
	top: 10px;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 2px solid #ffeabf;
	border-radius: 50%;
	z-index: 1;
}*/

.timeline-icon {
	position: absolute;
	left: -30px;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: #94a1df;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.timeline-content {
	/*padding-left: 20px;*/
}

.timeline-content p {
	margin-top: 0;
	margin-bottom: 0rem;
	max-width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.timeline-content time {
	font-size: 13px;
	color: #656565;
}


@media only screen and (max-width: 440px) {
	.timeline-content p {
		white-space: normal;
	}
}