.hider-hidden .hider-header {
    border-bottom: none !important;
}

.hider-hidden .hider-header .actions {
    display: none;
}

.card-header-title .actions {
    display: none;
    cursor: pointer;
}
.card-header-title:hover .actions {
    display: inline; !important;
}

.card-primary {
    background-color: #2c7be5;
}