﻿.tabbed-bookmark-container {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #343a40;
    bottom: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}


.tabbed-bookmark-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    margin: auto;
    width: 1000px;
    height: 100%;
}

.search-bookmark-tabbed {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 15px;
}


.tabbed-bookmark-left, .tabbed-bookmark-right {
    display: flex;
    align-items: center;
}

.tabbed-bookmark-left {
    max-width: 630px;
}


.tabbed-bookmark-right {
    gap: 15px;
}

.tabbed-bookmark-items, .tabbed-bookmark-itemss, .tabbed-shared-bookmark-items {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    overflow-x: auto;
}

.tabbed-shared-bookmark-items {
    display: none;
}

/*.tabbed-bookmark-item,*/ .tabbed-bookmark-item-test, .tabbed-shared-bookmark-item {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 46px;
    cursor: pointer;
    gap: 5px;
}



.bookmark-details {
    display: none;
    position: absolute;
    background: #343a40;
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0px;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 15px;
    /*margin-left: -120px;*/
    max-width: 350px;
    justify-content: space-between;
}

.shared-bookmark-details {
    display: none;
    position: absolute;
    background: #343a40;
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -20px;
    gap: 15px;
    max-width: 350px;
    justify-content: space-between;
}

.tabbed-bookmark-item:hover .bookmark-details {
    display: flex;
}

.tabbed-shared-bookmark-item:hover .shared-bookmark-details {
    display: flex;
}

.bookmark-icon {
    font-size: 18px;
}
.tabbed-shared-bookmark-item:hover .bookmark-icon {
    font-size: 20px;
}



/*.tabbed-bookmark-item i {
    font-size: 18px
}*/

.tabbed-shared-bookmark-item i {
    font-size: 18px
}

.tabbed-shared-bookmark-item:hover {
    /* background: #343a40;
    border-bottom: 3px solid #212529;*/
}

.tabbed-bookmark-item:hover {
    /*background: #212529;*/
    /* border-bottom: 3px solid #212529;*/
}

.btn-my-bookmarks-dd {
    min-width: 160px;
}

#share-tabbed-bookmark, #float-bookmark-mode, #remove-tabbed-bookmark, #edit-tabbed-bookmark {
    cursor: pointer
}

#tabbed-edit-bookmark, #tabbed-remove-bookmark {
    color: #fff;
    font-size: 10px;
}

    #tabbed-edit-bookmark:hover {
        color: green;
    }


.anchor {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 46px;
    cursor: pointer;
    gap: 5px;
    position: relative;
}

.anchor:hover {
    background: #212529;
    border-radius: 5px;
}

.anchor:hover .bookmark-icon {
    font-size: 20px;
}

#tabbed-bookmark-title {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#tabbed-shared-bookmark-sender {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sharedTabBookmarkCount {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc3545;
    height: 20px;
    min-width: 20px;
    border-radius: 100%;
    font-size: 12px;
    display: none;
    color: white;
    cursor: pointer;
}

.sharedTabBookmarkCount2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc3545;
    height: 20px;
    min-width: 20px;
    border-radius: 100%;
    font-size: 12px;
    display: none;
    color: white;
}

#accept-shared-bookmark, #decline-shared-bookmark {
    font-size: 18px;
}
