.bookmark-button {
    min-height: 38px !important;
    color: #404040 !important;
    background-color: #f5f5f5 !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
}

.bookmark-form {
    position: absolute;
    padding: 20px;
    min-width: 347px;
    z-index: 10;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    font-size: 24px;
    color: #404040;
    cursor: pointer;
}


.bookmark-list {
    margin-top: 30px;
}

.bookmark-list .listitem .apply-bookmark {
    width: 100%;
    height: 100%;
    text-align: start;
    border: none;
    background: transparent;
    
}

.bookmark-button > .loading-spinner {
    width: 1em !important;
    height: 1em !important;
}

.bookmark-button {
    display: flex !important;
    align-items: center !important;
    justify-items: center !important;
    gap: 2px;
}

#closeBtn {
    position: absolute;
top: 4px;
right: 10px;
border: none !important;
background-color: transparent !important;
}

.remove-bookmark > i {
    pointer-events: none;
}

.apply-bookmark > * {
    pointer-events: none;
}

