#received-files-list a {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.sharing-image img,
.feature-image img {
    width: 180px;
}

#copyInvitationLink {
    cursor: pointer!important;
}
.cursor-pointer {
    cursor: pointer!important;
}

#connectedUsersIcon img {
    cursor: pointer!important;
}
@media (min-width: 600px) {
    #private-share-main-section,
    #text-editor-main-section {
        /* min-height: 90vh;
        margin-top: 50px; */

        display: grid;
        place-items: center;
        min-height: 90vh;
        padding: 5vh;
        box-sizing: border-box;

        /* display: flex;
        align-items: center; */
    }
}

@media (max-width: 769px) {
    .sharing-image img {
        width: 150px;
    }
}

@media (min-width: 991px) and (max-width: 1280px) {
    #converterToolsDropdownLi,
    /* #calculatorToolsDropdownLi, */
    #compressToolsDropdownLi {
        display: none;
    }
}
