/* Add here all your CSS customizations */

/*panel dashboard*/
.bg-editor-yellow .widget-summary .summary-icon {
    background-color: rgba(0, 0, 0, 0.1);
}
.bg-editor-yellow .widget-summary .summary .title, .bg-editor-yellow .widget-summary .summary .amount {
    color: white;
}
.panel-body.bg-editor-yellow {
    background: #c5a713;
    color: white;
}
