.topbar{
    display: flex;
    justify-content: center;
}
.card {
    position: relative;
    top: 25%;
    width: 50%;
    color: black;
    margin: 5px;
    padding: 5px;
    background-color: #fff;
    height: 72vh;
    overflow-y: auto;
    border:none;
}
ul{
    padding-inline-start: 0;
}
.li-drop{
    list-style-type: none;
    padding: 8px;
    line-height: 1.5;
    font-variant: tabular-nums;
    border-bottom: 1px solid #e8e8e8;
    margin: 2px;
    border: 1px solid #bebebe;
    border-radius: 4px;
    line-height: 1.5;
    font-size: 14px;
    list-style: none;
    cursor:all-scroll;
}
ul.drop-area{
    list-style-type: none;
    padding: 12px;
    line-height: 1.5;
    font-variant: tabular-nums;
    margin: 2px;
    font-size: 14px;
    list-style: none;
    height: 65vh;
}
.drop-area{
    min-height: 20%;
    height: 300px;
}
.group-item {
    list-style-type: none;
    padding: 8px;
    line-height: 1.5;
    font-variant: tabular-nums;
    border-bottom: 1px solid #e8e8e8;
    margin: 2px;
    border: 1px solid #bebebe;
    border-radius: 4px;
    line-height: 1.5;
    font-size: 14px;
    list-style: none;
    background-color: #edeeee;
    cursor:all-scroll;
}
.delete_group {
    margin-left: 10px;
}
.panel-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.group-actions {
    display: flex;
    align-items: center;
}
#save{
    font-size: 18px;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.search-input {
    flex-grow: 1;
    margin-right: 10px;
}

.btn-default {
    white-space: nowrap;
}