body.page-view-flag-bookmark {
    #main {
        padding: 0px;

        section {
            background: linear-gradient( to right, rgba(126, 64, 246, 1), rgba(80, 139, 252, 1) );
            padding: 20px;

            #edit-header,
            #edit-submit {
                display: none;
            }

            .views-view-table {
                width: 90%;
                margin-left: auto;
                margin-right: auto;
                /* background-color: blue; */

                thead {
                    background-color: #450b75;

                    > tr {
                        border: unset;
                    }
                }

                .views-field-flagging-bulk-form {
                    display: none;
                }
        
                .views-field-type {
                    a {
                        pointer-events: none;
                        cursor: default;
                        text-decoration: none;
                        color: white;
                        font-weight: bold;
                    }
                }

                .views-field-title {
                    a {
                        color: white;
                    }
                }

                .views-field-link-flag {
                    a {
                        color: #fdbcce;
                        font-weight: bold;
                    }

                }

                .views-field-name {
                    display: none;
                }

                td {
                    border: unset !important;
                    background-color: #3d39bb;
                    color: white;
                }

                th {
                    border: unset;
                }

            }
        }
    }

    .user-feed-menu {
        display: none;
    }
}