
.dropdown-list {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Style for each list item */
.dropdown-list li {
    padding: 10px;
    cursor: pointer;
}

/* Highlight on hover */
.dropdown-list li:hover {
    background-color: #f1f1f1;
}

.dynamic-tag {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    background-color: blue;

}

.delete-tag {
    margin-left: 5px;
    cursor: pointer;
}

.add-tag-button {
    width: 35%;box-sizing: border-box; 
}

.tag-input {
    width: 60%; box-sizing: border-box;
    float : left;
    margin-right : 5%;

}