.card.custom-card {
    box-shadow: none;
}
.card.custom-card.custom-card-main {
    border: none;
}
.custom-card .card-header {
    border-bottom: none;
    padding: .25;
    background-color: transparent;
}
.custom-card .card-header.custom-card-header {
    display: flex;
    position: sticky;
    top: 20px;
    z-index: 999;
    background: rgb(245, 245, 245);
}
.custom-card-header-text {
    align-self: center;
}
/*.custom-card .card-body {
    padding: 0;
}*/
.section-edit.section-edit-left {
    margin-left: 0;
}
.section-edit {
    display: flex;
    right: 20px;
    padding: 5px 30px;
    border-radius: 4px;
    /*background: #f8f6f6;*/
    /*border: 1px solid #ddd;*/
    box-shadow: 1px 1px 2px #ddd, -1px -1px 2px #ddd;
}
.card-sticky {

}
.section-actions {
    width: auto;
}
.section-actions button {
    margin: 0 5px;
}