.widget {
    margin-top: 20px
}

.widget-header {
    xborder: 1px solid #dee2e6;
    background-color: #f7f7f7;
    align-items: center;
    padding: 2px 10px;
    font-size: 16px;
    display: flex
}

    .widget-header > span {
        padding-left: 10px;
        cursor: pointer;
        xflex: 1
    }

.widget-buttons {
    cursor: pointer;
}

    .widget-buttons a, .widget-buttons span {
        color: var(--mdb-primary);
    }

        .widget-buttons a:hover, .widget-buttons span:hover {
            color: var(--mdb-info);
        }

.widget-content {
}
