.category-non-edit-title {
    display: flex;
    font-size: 1.4rem;
    background: purple;
    color: white;
    padding: 4px;
    justify-content: center;
    margin-bottom: 6px;
    margin-top: 4px;
}

.category-edit-title {
    width: 100%;
    display: flex;
    font-size: 1.4rem;
    background: white;
    border: solid 2px purple;
    color: black;
    padding: 4px;
    justify-content: center;
    margin-bottom: 6px;
    margin-top: 4px;
    text-align: center;
}

.my-doc-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
}

.delete-icon-my-docs {
    cursor: pointer;
}
