.list-edit {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    border: 1px solid var(--line);
}

.list-edit .list, .table-list-scope-edit .list {
    display: flex;
    border: 1px solid var(--line);
    gap: 0.5rem;
    padding: 0.5rem;
    flex-direction: row;
    align-items: center;
    border-radius: 0.5rem;
    flex-wrap: wrap;
}

.list-info-holder {
    display: flex;
    flex-direction: column;
}

.list-info-horizontal {
    display: flex;
    flex-direction: row !important;
}
.list-info-horizontal.teams {
    width: fit-content;
    max-width: max(min(40vw, 300px), 100px);
    flex-wrap: wrap;
}
.list-info-horizontal.add-playoff-alliance * {
    flex-grow: 1;
}

.list button.material-symbols-outlined {
    border: 0;
    width: 0;
    height: 0;
}

.list-icon {
    cursor: pointer;
}

.list-icon-changer {
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
}

.list-change-holder {
    display: flex;
    flex-wrap: wrap;
    max-height: 2.5rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.list-icon-color {
    width: 2rem;
    height: 1rem;
    border-radius: 0.5rem;
    border: 1px solid var(--line);
    cursor: pointer;
}

.list-change-icon {
    cursor: pointer;
}

.list-name-edit {
    height: 100%;
    cursor: pointer;
    margin-right: auto;
    padding: 0.25rem 1rem 0.25rem 0.5rem;
}

.list-delete {
    cursor: pointer;
}

.list-move {
    display: flex;
    flex-direction: column;
}

.list-move-btn {
    cursor: pointer;
}

.list-team {
    font-family: var(--font-family);
}