.select-as-title-widget .select-dropdown {
    border-bottom: none !important;
    margin: 0 0 0 0 !important;
    font-size: 1.0rem;
    line-height: 125%;
    margin: 0.575rem 0 0.46rem 0;
    font-weight: bold;
    width: 90%;
}
#items-home-widget {
    max-height: 110px;
    overflow-y: auto;
    margin-top: 5px;
}

.widget-items-and-buttons {
    display: flex; 
    flex-direction: column; 
    max-height: 185px; 
    justify-content: space-between;
}

.modal-items-search-results {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.modal-items-search-result {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 4px 10px 0 0;
    cursor: pointer;
}

.modal-in-your-list-item-name {
    color: var(--maincolor);
    cursor: pointer;
}

.modal-in-your-list-item-date {
    font-style: italic;
}

#modal-new-item-recommendations {
    max-height: 80%;
    overflow-y: auto;
}

#modal-loading-results {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
}

.btn-delete {
    color: red;
    font-weight: bold;
    cursor: pointer;
}

.btn-mark-as-ordered {
    font-weight: bold;
    color: #009FAD;
    cursor: pointer;
}

.widget-shopping-list-item {
    cursor: pointer;
}
.widget-shopping-list-item:hover {
    color: #009FAD;
}

.widget-shopping-list-item {
    color: #0a0a0a;
}


.widget-shopping-list-item p:first-letter {
    text-transform: uppercase;
}

.widget-shopping-list-item p::before {
    font-weight: bold;
}

.widget-shopping-list-item p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.modal-input-field {
    margin: 2rem 0;
}

#go-to-list {
    color: var(--darken-1); 
    cursor: pointer;
}

.disabledLink {
    color: gray !important;
    cursor: default !important;
}

.btn-delete {
    color: red;
    font-weight: bold;
    cursor: pointer;
    }
.modalOptions {
    display: none;
    position: relative; 
    top: -24px;
    padding: 10px 15px;
}
@media (max-width: 600px) {
    #shopping-list-select-toolbar .delete-button {
        padding: 0;
    }
    #shopping-list-select-toolbar #shopping-list-select-toolbar-ndocuments {
        padding-left: 3px;
    }
    
}
