#largeModal {
    margin: 0 auto;
}

.bookmarks-actions {
    display: flex;
    justify-content: flex-end;
}

.bookmarks-action-button {
    margin-right: 1rem;
}
.nolistStyle{
    list-style: none;
}
.list{
    padding: 4px 5px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 15px;
    font-family: 'Source Sans Pro';
}
.list:hover{
    background-color: whitesmoke;
    color: #337ab7;
}

.visibility-hidden {
    visibility: hidden;

.d-none {
    display: none;
}
  
#loading-indicator {
    z-index: 10;
    position: fixed; 
    top: 200px; 
    border-radius: 10px;
    width: 150px!important;
    right: calc((100% - 150px) / 2);
    box-shadow: 3px 3px 6px 2px lightgray;
}