*{
	box-sizing: border-box;

}

#profileTab {}

#profileTab p {
    margin: 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    padding: 0.6em;
}

a.listing {
    display: flex;
    background-color: antiquewhite;
    margin-bottom: 1em;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    border-bottom: 1px solid var(--red);
}

.listing p {
    width: 25%;
    margin: 0;
    padding: 10px;
}

.dash-header .income{
	margin-top:30%;
}

.tab-link-custom{
	display: flex;
	justify-content: space-between;
}
.tab-link-custom span{
	transform: rotate(90deg);
}

.tab-link-custom.collapsed span{
	transform: rotate(0deg);
}

#custom-pagination{}