.ui-panel {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.25rem;
 }
.ui-dashboard-column {
    padding-bottom: 0;
}
.ui-dashboard .ui-panel.p-1 .ui-panel-titlebar {
    cursor: unset;
}
body .ui-panel-content .ui-dashboard-active {
    border-color: var(--primary-color);
    border-width: 3px !important;
    border-style: dashed;
}
body .ui-panel-content .ui-dashboard-hover {
    border-color: #C2E085;
    border-width: 3px !important;
    border-style: solid;
}
body .ui-panel.chart-dashlet .ui-panel-content .ui-chart {
    height: 250px;
    max-height: 250px;
}
.ui-dashboard .ui-panel.p-1 {
    width: 330px;
    min-height: 200px;
    height: fit-content;
}

a.panel-link {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

a.panel-link:hover {
    color: #005b9f !important;
    text-decoration: underline;
    cursor: pointer;
}

a.panel-link i {
    transition: color 0.2s ease;
    margin-left: 10px;
}

a.panel-link:hover i {
    color: #005b9f;
}