
/* ! custom styles for Aceae */

.pt16 {
    padding-top: 16px !important;
}
.btn-view {
	color: #FFF !important; background: #adb5bd !important;
}

/* Custom padding-top added 21-04-2021 for action buttons */
/* Not working */
.pt-a {
    padding-top: 2rem !important;
}
/* Custom colours */
.bg-chart-header {
    background-color: #fd625e;
}

.bg-list-header {
    background-color: #BCC8E0;
}

.icon-dark {
    color: #343a40;
}

.icon-light {
    color: #f8f9fa;
}