.custom-auto-spells-list{
    list-style: none;
    padding: 0;
}

.custom-auto-spells-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-auto-spells-list li.add-binding{
    justify-content: center;
    margin-bottom: 1rem;
}

.custom-auto-spells-list li i:hover{
    text-shadow: 0 0 8px var(--color-shadow-primary);
}

.custom-auto-spells-list li input{
    border: none;
    background: transparent;
}

.custom-auto-spells-btns{
    display: flex;
    gap: 0.2rem;
    padding-left: 0.2rem;
}